* wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
4
5         * wl-draft.el (wl-draft-config-body-goto-header)
6         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
7         macro to function.
8
9         * wl-score.el (wl-score-get-alike): Change from macro to
10         inline-function.
11
12         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
13         instead of `mapcar'. Don't use `function' for lambda.
14         (wl-read-search-condition-internal): Don't use `function' for
15         lambda.
16         (wl-kill-buffers): Change from macro to function.
17         (wl-count-lines): Change from macro to inline-function.
18
19         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
20
21         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
22
23         * wl.el (wl-plugged-change): Suppress compile warnings; Use
24         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
25         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
26         * wl-address.el (wl-complete-window-show): Ditto.
27         * wl-message.el (wl-message-select-buffer): Ditto.
28         * wl-template.el (wl-template-show): Ditto.
29         * wl-util.el (wl-collect-summary): Ditto.
30         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
31         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
32         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
33         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
34         (wl-score-edit-insert-number): Ditto.
35
36         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
37         symbol.
38
39         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
40         of `goto-line'.
41
42         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
43
44 2009-12-16  Lloyd Zusman <ljz@asfast.com>
45
46         * wl-summary.el (wl-summary-detect-mark-position): Force
47         the temporary buffer to enable the use of multibyte characters
48         within searches [wl-en:2460].
49
50 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
53         of `beginning-of-buffer'.
54
55 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
56
57         * wl-summary.el (wl-summary-display-raw): New function, display
58         message in raw format.
59
60 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62         * Version number is increased to 2.15.7.
63
64 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
65
66         * wl-summary.el (wl-summary-previous-message-number): New function.
67         (wl-summary-next-message-number): Ditto.
68         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
69         `wl-summary-next-message-number'.
70         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
71         Inline temporary variable `cur-id'.
72         (wl-summary-get-next-unread-folder): Ditto.
73         (wl-summary-get-next-folder): Ditto.
74         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
75
76 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
79
80 2008-09-05  Kenichi Okada  <okada@opaopa.org>
81
82         * wl-summary.el (wl-summary-buffer-folder-name)
83         (wl-draft-config-body-goto-header): Use backquote instead of quote.
84         * wl-draft.el (wl-draft-body-goto-top)
85         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
86
87 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
88
89         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
90         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
91
92 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94         * wl-expire.el: Fix Comentary section.
95
96 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
97
98         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
99         Require mime-parse, elmo-mime, and wl-util.
100
101         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
102
103         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
104
105 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
106
107         * wl-template.el: Require elmo-util and wl-vars.
108
109         * wl-mime.el (wl-mime-display-header): Revert last change.
110         Remove `delete-matching-lines "^$"'.
111
112 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
113
114         * wl-mime.el (wl-define-dummy-functions): Split
115         `eval-when-compile' form for avoid error; when `make
116         compile-strict.
117
118         * wl-util.el: Move (eval-when-compile (require 'static)).
119         * wl-dnd.el: Add (eval-when-compile (require 'static)).
120         * wl-message.el: Ditto.
121
122         * wl-mime.el (wl-message-delete-current-part): Use
123         `insert-buffer-substring' instead of `insert-buffer'.
124         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
125         * wl-draft.el (wl-draft-generate-clone-buffer)
126         (wl-draft-do-mime-bcc): Ditto.
127
128         * wl-address.el: Add (eval-when-compile (require 'cl)).
129         * wl-addrmgr.el: Ditto.
130         * wl-mime.el: Ditto.
131         * wl-util.el: Ditto.
132         * wl-score.el: Ditto.
133
134 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
135
136         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
137         `string-to-int'.
138
139         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
140         `string-to-int'.
141
142         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
143         `string-to-number' instead of `string-to-int'.
144
145         * wl-summary.el (wl-summary-get-list-info)
146         (wl-summary-message-number): Use `string-to-number' instead of
147         `string-to-int'.
148
149         * wl-score.el (wl-score-overview-entity-get-lines)
150         (wl-score-set-mark-below, wl-score-set-expunge-below)
151         (wl-summary-increase-score, wl-score-get-header-entry): Use
152         `string-to-number' instead of `string-to-int'.
153
154         * wl-folder.el (wl-folder-update-diff-line): Use
155         `string-to-number' instead of `string-to-int'.
156
157         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
158         instead of `string-to-int'.
159
160         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
161         instead of `string-to-int'.
162
163         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
164         `string-to-int'.
165
166 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
167
168         * wl-util.el (wl-match-string, wl-match-buffer)
169         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
170         (wl-kill-buffers, wl-local-variable-p)
171         (wl-line-formatter-setup): New backquote style.
172         (wl-count-lines): Use quote instead of backquote.
173
174         * wl-summary.el (wl-summary-buffer-folder-name)
175         (wl-summary-get-alike): Use quote instead of backquote.
176         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
177         backquote style.
178
179         * wl-message.el (wl-message-buffer-cache-buffer-get)
180         (wl-message-buffer-cache-folder-get)
181         (wl-message-buffer-cache-message-get)
182         (wl-message-buffer-cache-entry-make)
183         (wl-message-buffer-cache-hit): New backquote style.
184
185         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
186         backquote.
187         (wl-folder-unread-regex, wl-folder-entity-exists-p)
188         (wl-folder-clear-entity-info)
189         (wl-folder-get-entity-info, wl-folder-set-entity-info)
190         (wl-folder-elmo-folder-cache-get)
191         (wl-folder-elmo-folder-cache-put): New backquote style.
192
193         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
194         (wl-fldmgr-assign-id): Ditto.
195         (wl-fldmgr-delete-line): Use quote instead of backquote.
196         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
197
198         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
199         (wl-draft-set-sent-message): New backquote style.
200         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
201         (wl-draft-config-body-goto-header): Use quote instead of backquote.
202
203 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
204
205         * wl-address.el (wl-address-concat-token): Fix typo.
206
207 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
208
209         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
210         (wl-score-get-alike): Ditto.
211
212         * wl-vars.el: New backquote style.
213         (wl-message-header-button-alist): Use quote instead of backquote.
214
215         * wl.el (wl-plugged-string): New backquote style.
216
217         * wl-address.el (wl-address-concat-token): New backquote style.
218
219         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
220
221 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
222
223         * wl-highlight.el (wl-highlight-folder-opened-regexp)
224         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
225
226         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
227         in the character alternative.
228
229 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
230
231         * Version number is increased to 2.15.6.
232
233 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
234
235         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
236         optional 3rd argument of epg-context-set-progress-callback; it was
237         temporarily removed in the Emacs trunk due to copyright problem.
238         (wl-mime-pgp-verify-region-with-epg): Ditto.
239
240 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
241
242         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
243
244 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * wl-util.el (wl-biff-check-folders): Set biff flag.
247         (from Naoto Morishima [wl:14031])
248
249 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
250
251         * wl.el (wl-plugged-server-indent): Use quote instead of
252         backquote.
253
254 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
255
256         * wl-score.el (wl-score-insert-header): Add guard for
257         `std11-unfold-string'.
258         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
259         TYPE artgument when TO or CC field.
260
261 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-summary.el (wl-summary-goto-folder-subr): Call
264         `elmo-folder-close' instead of `elmo-folder-commit' if discard
265         current summary.
266
267 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-util.el (wl-read-shell-commande): New function or alias.
270
271         * wl-summary.el (wl-summary-pipe-message): Use
272         `wl-read-shell-command' instead of `read-string'.
273         (wl-summary-target-mark-pipe): Ditto.
274
275 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
276
277         * wl-summary.el (wl-summary-reply): Fix docstring.
278         * wl-draft.el (wl-draft-reply): Ditto.
279
280 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-mime.el (wl-summary-extract-attachments): New command.
283         (wl-summary-extract-attachments-1): New internal function.
284
285 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-expire.el (wl-expire-folder): New function (split from
288         wl-summary-expire).
289         (wl-summary-expire): Use it. Add argument `all' instead of remove
290         `nolist'. Cause an error only if this function is calling
291         interactively.
292
293 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-expire.el (wl-expire-refile): Display progress message.
296         (wl-summary-expire): Simplify.
297
298         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
299         unused argument `deleting-info'.
300
301 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-vars.el (wl-message-popup-buffers): New user option.
304
305         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
306         (wl-message-delete-popup-windows): New function that substitues
307         above one.
308         (wl-mime-setup): Follow the above change.
309
310 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
311
312         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
313
314 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
315
316         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
317         "tkm" to wl-thread-spam.
318
319 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
320
321         * wl-thread.el (wl-thread-entity-insert-as-children): Use
322         wl-thread-entity-set-children.
323         (wl-thread-insert-message, wl-thread-insert-entity-sub,
324         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
325         Use wl-thread-entity-get-*.
326
327 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-mime.el (wl-epg-progress-callback): New function.
330         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
331         with `elmo-with-progress-display'. Set a progress callback
332         function to epg-context.
333         (wl-mime-pgp-verify-region-with-epg): Ditto.
334
335 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-util.el (wl-completing-read-multiple): Define as an alias of
338         `completing-read-multiple' if emacs-version is not less than 22.
339
340 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
343         change.
344
345 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-summary.el (wl-summary-sync-update): Move
348         `wl-thread-update-indent-string-thread' to outside of
349         `elmo-with-progress-display'.
350
351 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
352
353         * wl-message.el (wl-message-exit): Check buffer existence.
354
355 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-util.el (wl-simple-display-progress): New function.
358         (wl-display-progress-with-gauge): Ditto.
359         (wl-progress-callback-function): Ditto.
360
361         * wl.el (wl-init): Set `elmo-progress-callback-function' as
362         `wl-progress-callback-function'
363
364         * wl-vars.el (wl-display-progress-threshold): New user option.
365         (wl-display-progress-function): Ditto.
366
367         * Version number is increased to 2.15.5.
368
369 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
370
371         * wl-thread.el (wl-thread-close-children): New function.
372         (wl-thread-open-children): Ditto.
373         * wl-action.el (wl-summary-set-mark): Redo the last change by
374         using it.
375
376         * wl-action.el (wl-summary-set-mark): Undo the last change.
377         Forbid interactive call.
378
379 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-mime.el (wl-define-dummy-functions): New macro.
382         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
383         `wl-mime-pgp-decrypt-region'.
384         (wl-mime-pgp-verify-region-with-epg): Renamed from
385         `wl-mime-pgp-verify-region'.
386         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
387         `wl-mime-pgp-decrypt-region'.
388         (wl-mime-pgp-verify-region-with-pgg): Renamed from
389         `wl-mime-pgp-verify-region'.
390         (wl-mime-pgp-decrypt-region): New function; To select dispatch
391         function at runtime.
392         (wl-mime-pgp-verify-region): Ditto.
393
394         * wl-vars.el (wl-use-pgp-module): New user option.
395
396 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
397
398         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
399         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
400
401 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
402
403         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
404         even if there are target marks only.
405
406 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * Version number is increased to 2.15.4.
409
410 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-folder.el (wl-folder-check-one-entity): Simplify.
413
414 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
417         variable.
418
419 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
420
421         * wl-spam.el (wl-thread-test-spam): New function.
422         (wl-spam-setup): Bind "tkc".
423
424 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-expire.el (wl-folder-expire-entity): Rewite without
427         `wl-summary-goto-folder-subr'.
428         (wl-folder-expire-current-entity): Don't kill summary buffer.
429
430 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-folder.el (wl-folder-sync-entity): Rewrite without
433         `wl-summary-goto-folder-subr'.
434         (wl-folder-mark-as-read-all-entity): Likewise.
435
436         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
437
438 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
439
440         * wl-thread.el (wl-thread-force-open): Arranged.
441
442 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
445         from regexp.
446
447         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
448         (wl-read-search-condition-internal): Append them.
449
450 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-vars.el (wl-additional-search-condition-fields):
453         New user option.
454
455         * wl-util.el (wl-search-condition-fields): New function; export
456         from `wl-read-search-condition-internal'.
457         (wl-read-search-condition-internal): Use it.
458
459         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
460
461 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-summary.el (wl-summary-define-sort-command): New function.
464         (wl-summary-sort-by-date, wl-summary-sort-by-number)
465         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
466         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
467         define by `wl-summary-define-sort-command' at runtime.
468
469         * wl.el (wl-init): Call wl-summary-define-sort-command.
470
471 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
474         properties at the decrypting region.
475
476 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-util.el (wl-find-region): New function.
479
480         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
481         coding system.
482         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
483         property `wl-mime-decoded-coding-system'.
484         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
485         property `wl-mime-decoded-coding-system' to encode text.
486
487         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
488         message.
489         (wl-mime-pgp-verify-region): Ditto.
490
491 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
492
493         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
494         buffer. Use epa-display-verify-result.
495
496 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-draft.el (wl-draft-send): Continue even if setting parent
499         flag was failed.
500
501 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-message.el (wl-message-flag-indicator): Fixed the problem
504         of returning string only of parentheses.
505
506 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-summary.el (wl-summary-write): Add argument `folder'.
509         (wl-summary-write-current-folder): Change argument `folder' from
510         optional to require.
511         (wl-summary-get-buffer): Return the buffer associated folder only.
512
513         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
514         change.
515         (wl-folder-toggle-disp-summary): Ditto.
516
517         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
518         current summary as parent-folder.
519
520 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-draft.el (wl-draft-reedit): Don't overwrite
523         wl-draft-parent-folder.
524
525 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
528         (wl-mime-pgp-verify-region): Ditto.
529         (wl-message-decrypt-pgp-nonmime): Use the above function.
530         (wl-message-verify-pgp-nonmime): Likewise.
531         (wl-mime-preview-application/pgp): Likewise.
532
533 2006-04-20  Kenichi Okada  <okada@opaopa.org>
534
535         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
536         Fix about the order of `wl-nntp-posting-port' and
537         `wl-nntp-posting-stream-type'.
538         * wl.el (wl-plugged-port-label-alist): Add smtp.
539
540 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (wl-summary-message-status): New macro.
543
544         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
545         (wl-summary-killed-mark): New user option.
546
547         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
548         API change.
549         (wl-thread-insert-entity-sub): Ditto.
550         (wl-thread-recover-messages): New command.
551
552         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
553         Don't call `wl-highlight-summary-current-line' directly.
554         (wl-summary-buffer-attach): Connect to signal `status-changed'
555         instead of `cache-changed'.
556         (wl-summary-buffer-detach): Follow the above change.
557         (wl-summary-detect-mark-position): Follow the API change.
558         (wl-summary-rescan-message): Ditto.
559         (wl-summary-insert-sequential): Ditto.
560         (wl-summary-update-thread): Ditto.
561         (wl-summary-message-mark): Ditto.
562         (wl-summary-persistent-mark): Ditto.
563         (wl-summary-create-line): Ditto.
564         (wl-summary-prefetch-region-no-mark): Call
565         `wl-summary-persistent-mark' with number.
566         (wl-summary-recover-messages-region): New command.
567         (wl-summary-target-mark-recover): Ditto.
568         (wl-summary-recover-message): Ditto.
569         (wl-summary-persistent-mark-string): Add argument `status' instead
570         of remove arguments `flags' and `cached'.  Treat killed status.
571         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
572
573         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
574         (wl-highlight-summary-line-face-spec): Treat killed status.
575         (wl-highlight-summary-line-string): Follow the API change.
576         (wl-highlight-summary-current-line): Ditto.
577
578         * Version number is increased to 2.15.3.
579
580 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
583         of symbolp to test whether the condition is function.
584
585 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
588         to nil.
589
590 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-summary.el (wl-summary-buffer-message-ring): New internal
593         variable.
594         (wl-summary-buffer-last-displayed-msg): Abolish.
595         (wl-summary-push-message): New function.
596         (wl-summary-pop-message): Ditto.
597         (wl-summary-goto-folder-subr): Reset
598         `wl-summary-buffer-message-ring'.
599         (wl-summary-pop-to-last-message): New command.
600         (wl-summary-goto-last-displayed-msg): Call
601         wl-summary-pop-to-last-message if optional argument is non-nil or
602         the last command is itself.
603         (wl-summary-redisplay-internal): Push last message number into
604         `wl-summary-buffer-message-ring'.
605
606         * wl-vars.el (wl-summary-message-ring-max): New user option.
607
608 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
611         from `wl-draft-reply').
612         (wl-draft-reply): Use it.
613         (wl-draft-find-reply-headers): Avoid compile warning.
614
615 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
618
619 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-message.el (wl-message-flag-indicator): New function.
622         (wl-message-redisplay): Use it.
623
624 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
627
628 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
631         instead of `read-event'.
632
633         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
634
635         * wl-mule.el (wl-read-event-char): Ditto.
636
637         * wl-e21.el (wl-read-event-char): Ditto.
638
639 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
642
643 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-vars.el (wl-draft-send-confirm-type): New user option.
646
647         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
648
649         * wl-draft.el (wl-draft-send-confirm): Confirmation by
650         `wl-draft-send-confirm-type'
651
652 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
655         Avoid error when the buffer name is already used.
656
657 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
660         the change of elmo-nmz -> elmo-search.
661         (wl-highlight-summary-line-help-echo-alist): Ditto.
662         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
663         (wl-nmz-folder-icon): Define as obsolete.
664         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
665         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
666
667 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-summary.el (wl-summary-get-list-info): Rewrite with
670         `elmo-find-list-match-value'
671
672 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-summary.el (wl-summary-get-list-info): Optimize.
675         Use List-Id and List-Post also.
676
677 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
680
681 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
682
683         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
684
685 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-util.el (wl-completing-read-multiple-1): New internal function.
688         (wl-completing-read-multiple-2): Ditto.
689         (wl-completing-read-multiple): Define use above functions.
690
691         * wl-summary.el (wl-summary-sort): Removed the workaround for a
692         bug of `completing-read-multiple' about default value.
693
694         * wl-xmas.el (wl-completing-read-multiple): Removed.
695
696         * wl-mule.el (wl-completing-read-multiple): Ditto.
697
698         * wl-e21.el (wl-completing-read-multiple): Ditto.
699
700 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-util.el (wl-filter-associations): New function.
703
704         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
705         (wl-spam-ignored-folder-list): Ditto.
706         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
707         (wl-spam-string-member-p): New function.
708         (wl-spam-domain): Use it.
709         (wl-spam-split-numbers): New function.
710         (wl-spam-apply-partitions): Ditto.
711         (wl-spam-register-spam-messages): Use `folder' instead of
712         `wl-summary-buffer-elmo-folder'.
713         (wl-spam-register-good-messages): Ditto.
714         (wl-summary-exec-action-spam): Decide a domain by real folder of
715         message.
716         (wl-summary-exec-action-refile-with-register): Likewise.
717
718 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-e21.el (wl-e21-find-image): New function.
721         (wl-e21-setup-toolbar): Use it instead of `find-image'.
722         (wl-e21-highlight-folder-group-line): Ditto.
723         (wl-folder-init-icons): Ditto.
724         (wl-plugged-init-icons): Ditto.
725         (wl-biff-init-icons): Ditto.
726
727 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
730         (wl-inhibit-save-drafts): New internal variable.
731         (wl-disable-auto-save): Ditto.
732         (wl-save-drafts): Treat above variables.
733         (wl-auto-save-drafts): New function.
734         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
735         `wl-stop-save-drafts'.
736         (wl-start-save-drafts): New function.
737         (wl-stop-save-drafts): Ditto.
738         (wl-set-auto-save-draft): New command.
739
740         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
741         `wl-set-save-drafts'.
742
743 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
746         `make-local-variable' instead of `make-variable-buffer-local'.
747
748 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
749
750         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
751
752 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
755
756 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
759         of working buffer.
760
761 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
764
765         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
766         value into recipients; Bind `wl-draft-remove-group-list-contents'
767         as nil.
768
769 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-summary.el (wl-summary-sort): Fixed the last change.
772
773         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
774         (wl-summary-sort-messages): Ditto.
775         (wl-summary-rescan): Use it.
776         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
777         `completing-read'; Append candidates for reverse order.
778
779 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * Version number is increased to 2.15.2.
782
783 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
784
785         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
786         "Smaller".
787         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
788
789 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
792
793 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-vars.el (wl-draft-additional-header-alist): Add into the
796         customize group `wl-draft'.
797         (wl-draft-add-in-reply-to): Move customize group from `wl' to
798         `wl-draft'.
799         (wl-draft-add-references): Ditto.
800
801         * wl-action.el (wl-summary-print-argument): Rename argument from
802         `folder' to `data'.
803
804 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-rescan-message): Call
807         `wl-thread-cleanup-symbols' before insert thread.
808
809 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl.el (wl-init): Set `elmo-get-folder-function' as
812         `wl-folder-make-elmo-folder'.
813
814         * wl-spam.el (wl-summary-exec-action-spam): Use
815         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
816
817         * wl-folder.el (wl-folder-make-elmo-folder): New function.
818         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
819         `elmo-make-folder'.
820         (wl-folder-get-elmo-folder): Ditto.
821         (wl-folder-create-subr): Simplify.
822
823 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
826
827 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
830         contents in message buffer instead of original buffer. If optional
831         argument specified, ask coding system for encode.
832
833 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
834
835         * wl-spam.el (wl-summary-test-spam-region): New function.
836         (wl-spam-setup): Bind "rkc".
837
838 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
841
842 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
843
844         * wl-spam.el (wl-summary-test-spam): Fix typo.
845         (wl-message-check-spam): Ditto.
846
847 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-summary.el (wl-summary-default-from): Simplify.
850
851 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-action.el (wl-summary-exec-action-refile): Simplify.
854         (wl-summary-exec-action-copy): Ditto.
855         (wl-summary-auto-refile): Check existence of temporary mark.
856
857 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-summary.el (wl-summary-create-line): Use
860         `elmo-time-to-datevec'.
861
862         * wl-expire.el (wl-expire-archive-date): Ditto.
863         (wl-expire-localdir-date): Ditto.
864
865         * wl-util.el (wl-day-number): Abolish.
866
867         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
868         of `wl-day-number'.
869         (wl-score-followup): Ditto.
870         (wl-score-add-followups): Ditto.
871         (wl-score-get-latest-msgs): Ditto.
872         (wl-score-get-header-entry): Ditto.
873         (wl-score-edit-insert-date): Ditto.
874
875 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
878         `elmo-message-entity-field' with 2nd argument `type'.
879
880 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
881
882         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
883
884 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-thread.el (wl-thread-delete-message): Delete descendant
887         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
888
889 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
890
891         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
892
893 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
894
895         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
896         `Access folder'.
897
898 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-vars.el (wl-access-folder-icon): New user option.
901
902         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
903         `Access folder'.
904
905 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-summary.el (wl-summary-buffer-set-folder): Use
908         `wl-folder-mime-charset'.
909
910         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
911         `mime-charset'.
912         (wl-folder-get-elmo-folder): Ditto.
913         (wl-folder-mime-charset): New function.
914
915 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-util.el (wl-parse-addresses): Define alias of
918         `elmo-parse-addresses' (move to `elmo-util.el').
919
920         * wl-summary.el (wl-summary-default-from): Follow the API change.
921         (wl-summary-overview-entity-compare-by-date): Ditto.
922         (wl-summary-overview-entity-compare-by-from): Ditto.
923         (wl-summary-get-list-info): Get value of `ml-info' field from
924         entity at first.
925         (wl-summary-rescan-message): Treat prefix argument.
926         (wl-summary-prefetch-msg): Follow the API change.
927         (wl-summary-search-by-subject): Ditto.
928         (wl-summary-insert-thread): Ditto.
929         (wl-summary-line-subject): Ditto.
930         (wl-summary-line-from): Ditto.
931         (wl-summary-create-line): Ditto.
932         (wl-summary-print-message-with-ps-print): Ditto.
933
934         * wl-score.el (wl-score-ov-entity-get): Ditto.
935         (wl-score-followup): Ditto.
936         (wl-score-add-followups): Use `elmo-message-entity-field' instead
937         of `car'.
938         (wl-score-get-latest-msgs): Follow the API change.
939         (wl-score-get-header): Ditto.
940
941         * wl-refile.el (wl-refile-learn): Ditto.
942         (wl-refile-subject-learn): Ditto.
943         (wl-refile-get-field-value): Ditto.
944         (wl-refile-guess-by-history): Ditto.
945         (wl-refile-guess-by-subject): Ditto.
946
947         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
948
949         * wl-expire.el (wl-expire-date-p): Removed.
950         (wl-expire-archive-date): Follow the API change.
951         (wl-expire-localdir-date): Ditto.
952         (wl-summary-expire): Ditto.
953
954         * Version number is increased to 2.15.1.
955
956 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
959         group is access or not (it is not strict, like wl-fldmgr-rename).
960
961 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
964         duplicate call of `wl-summary-print-argument' on the wrong line.
965
966 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
969         even if argument `number' is nil.
970         (wl-summary-insert-line): Print action argument if current message
971         has it.
972
973 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
976         (wl-draft-reply): Ditto.
977         (wl-draft): Add optional argument `parent-number' and call
978         `wl-draft-create-buffer' with it.
979         (wl-draft-create-buffer): Add optional argument
980         `parent-number'. Set wl-draft-parent-number as it.
981
982 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
983
984         * wl-folder.el (wl-folder-set-persistent-mark): If summary
985         buffer is not for given folder, don't use it.
986
987 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
988
989         * Version number is increased to 2.15.0.
990
991 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
994
995         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
996         (wl-highlight-get-face-by-name): New internal function.
997         (wl-highlight-summary-line-face-spec): Use it and fixed.
998
999 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-summary.el (wl-summary-sync-update): Use
1002         `elmo-message-entity-field' instead of `car' to get message-id
1003         from overview entity.
1004
1005         * wl-summary.el (wl-summary-rescan-message): Call
1006         `wl-highlight-summary-displaying' when displaying a message.
1007
1008 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1011         `wl-draft-config-info-operation'.
1012         (wl-draft-buffer-change-number): New function.
1013         (wl-draft-rename-saved-config): Ditto.
1014         * wl.el (wl-init): Connect slot for message-number-changed.
1015         (toplevel): Add autoload for wl-draft-rename-saved-config.
1016
1017 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1020         `update-overview'
1021         (wl-summary-buffer-detach): Disconnect from it.
1022         (wl-summary-rescan-message): Use command.
1023
1024         * wl-message.el (wl-message-buffer-display): Use
1025         `with-current-buffer' instead of `save-excursion'.
1026
1027 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1030         wl-draft-preview-attributes-list from distraction.
1031
1032 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1035         `elmo-list-diff'.
1036
1037 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038
1039         * wl-summary.el
1040         (wl-summary-edit-addresses-collect-candidate-fields): Use
1041         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1042
1043         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1044         instead of `elmo-set-work-buf'.
1045
1046         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1047         (wl-address-make-address-list): Ditto.
1048
1049         * Version number is increased to 2.13.3.
1050
1051 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1054         user option.
1055
1056         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1057         argument `5'.
1058
1059         * wl-message.el (wl-message-display-no-merge-p): New function.
1060         (wl-message-buffer-display): Check whether the message is
1061         reassembled and follow the API change.
1062
1063 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1066         multibyte on working buffer and removed unnecessary
1067         `buffer-disable-undo'.
1068
1069 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1072         change.
1073
1074 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl-util.el (wl-read-search-condition-internal): Protect
1077         elmo-global-flags from distraction.
1078
1079 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1082
1083         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1084         (wl-summary-event-handler): Ditto.
1085         (wl-summary-update-persistent-mark-on-event): New
1086         function (renamed from `elmo-event-handler-flag-changed').
1087         (wl-summary-buffer-attach): New function.
1088         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1089         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1090         instead of `elmo-folder-add-handler'.
1091
1092         * Version number is increased to 2.13.2.
1093
1094 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1097         and "\177" to the `wl-news-previous-page'.
1098         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1099         (wl-news-previous-page): New function.
1100
1101 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1104         instead of `write-region' and simplify.
1105
1106 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-template.el (wl-template-select): Cause error if
1109         `wl-template-alist' is nil.
1110
1111 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1112
1113         * wl-news.el.in: Set file variable `no-byte-compile'.
1114
1115 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1118         whether a target message is within displaying area.
1119         (elmo-event-handler-cache-changed): Ditto.
1120
1121 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1122
1123         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1124         to `defun'.  Use `nconc' instead of `append' to collect descendant
1125         message numbers.
1126
1127 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1128
1129         * wl-thread.el (wl-thread-save-top-list)
1130         (wl-thread-save-entities): Use `with-temp-buffer'.
1131         * wl-news.el.in (wl-news-previous-version-load):
1132         (wl-news-previous-version-save): Ditto.
1133         * wl-summary.el (wl-summary-load-file-object)
1134         (wl-summary-save-view-cache): Ditto.
1135
1136 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-util.el (toplevel): Require 'elmo-flag'.
1139         (wl-read-search-condition): New function (Renamed from
1140         `elmo-read-search-condition').
1141         (wl-read-search-condition-internal): Likewise.
1142
1143         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1144         invalid.
1145         (wl-summary-pick): Use `wl-read-search-condition' instead of
1146         `elmo-read-search-condition'.
1147         (wl-summary-virtual): Ditto.
1148
1149         * wl-folder.el (wl-folder-virtual): Ditto.
1150         (wl-folder-pick): Ditto.
1151
1152         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1153
1154 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-summary.el (wl-summary-reedit): Call
1157         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1158
1159 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-mime.el (toplevel): Require wl-vars.
1162
1163         * wl-message.el (toplevel): Require cl at compile.
1164
1165         * wl-draft.el (toplevel): Require elmo.
1166
1167 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1170         and do nothing when it is not positive.
1171         (wl-message-buffer-prefetch-next): Ditto.
1172
1173 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1174
1175         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1176         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1177         (wl-summary-redisplay-internal): Ditto.
1178
1179         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1180         message (the condition is borrowed from `wl-check-variables-2').
1181         (wl-summary-redisplay-internal): Ditto.
1182
1183 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * wl-mime.el (wl-draft-nntp-attribute): New function.
1186         (wl-draft-attribute-nntp-posting-server): Use it.
1187         (wl-draft-attribute-nntp-posting-port): Ditto.
1188
1189         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1190         (wl-draft-show-attributes-buffer): Ditto.
1191         (wl-draft-hide-attributes-buffer): Ditto.
1192         (wl-draft-attribute-newsgroups): Ditto.
1193         (wl-draft-attribute-nntp-posting-server): Ditto.
1194         (wl-draft-attribute-nntp-posting-port): Ditto.
1195         (wl-draft-preview-message): Use there functions.
1196
1197         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1198         value.
1199
1200 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1203         (wl-draft-reedit): Ditto.
1204         (wl-draft-queue-flush): Ditto.
1205
1206         * wl-mime.el (wl-message-request-partial): Ditto.
1207         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1208         instead of `elmo-message-fetch'.
1209
1210         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1211
1212         * wl-summary.el (wl-summary-message-string): Ditto.
1213
1214 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-util.el (wl-current-message-buffer): Follow the API change.
1217
1218         * wl-summary.el (wl-summary-redisplay-internal): Call
1219         `wl-summary-mark-as-read' with 2nd argument as nil and update
1220         unread count instead of persistent mark.
1221
1222         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1223         variable.
1224         (wl-message-redisplay): Follow the API change.
1225         (wl-message-buffer-display): Managed mime-entity directly and
1226         return preview buffer only.
1227         (wl-message-display-internal): Rewrite.
1228         (wl-message-buffer-prefetch-subr): Not save return value of
1229         `wl-message-buffer-display'.
1230
1231         * Version number is increased to 2.13.1.
1232
1233 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1236         'elmo-multiple-fields-body-list' with boundary specified.
1237
1238 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1239
1240         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1241         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1242         cache if `wl-summary-resend-use-cache' is non-nil.
1243
1244 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1245
1246         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1247         (wl-nntp-posting-stream-type): Ditto.
1248
1249 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1250
1251         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1252
1253 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1254
1255         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1256         message.
1257
1258 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1261         Abolish.
1262         (wl-summary-buffer-persistent-mark-version): New internal
1263         variable.
1264         (wl-summary-update-mark-and-highlight-window): Check by
1265         wl-summary-persistent-mark-invalid-p.
1266         (wl-summary-update-status-marks): Ditto.
1267         (elmo-event-handler-flag-changed): Rewrite.
1268         (elmo-event-handler-cache-changed): Define.
1269         (wl-summary-prefetch-msg): Does not update persistent mark here.
1270         (wl-summary-delete-cache): Ditto.
1271         (wl-summary-resume-cache-status): Ditto.
1272         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1273         (wl-summary-persistent-mark-invalid-p): New function.
1274         (wl-summary-validate-persistent-mark): Ditto.
1275         (wl-summary-validate-persistent-mark-string): Ditto.
1276         (wl-summary-invalidate-persistent-mark): Ditto.
1277         (wl-summary-update-persistent-mark): Call
1278         `wl-summary-validate-persistent-mark'.
1279         (wl-summary-create-line): Call
1280         `wl-summary-validate-persistent-mark-string'.
1281
1282         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1283         status as t if cache used.
1284
1285 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1286
1287         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1288         only if the target is group.
1289         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1290
1291 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1294
1295 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1296
1297         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1298
1299         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1300
1301 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1304         (Thanks to Yoichi NAKAYAMA).
1305
1306 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1307
1308         * wl-util.el (wl-save-drafts): Restore echo area.
1309
1310 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1311
1312         * Version number is increased to 2.13.0.
1313
1314         * wl-util.el (wl-biff-check-folder-async): Use
1315         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1316
1317 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-message.el (wl-message-display-internal): Does not put
1320         wl-message-display-type property on message buffer.
1321         (wl-message-buffer-display-type): New function.
1322
1323         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1324
1325         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1326         `wl-summary-buffer-detach'.
1327         (wl-summary-message-display-type): Use
1328         `wl-summary-buffer-display-type'.
1329
1330 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1331
1332         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1333         buffer-local.
1334
1335         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1336         kill-buffer-hook instead of make-local-variable.
1337         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1338
1339 2004-12-12  Scott Renfro <scott@renfro.org>
1340
1341         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1342         regex for square-branket.
1343
1344 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1347         `wl-message-mime-analysis-p' with argument `header'.
1348
1349 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-mime.el (wl-draft-yank-current-message-entity): 
1352         Switch to no-mime following method according to wl-message-display-type
1353         property.
1354         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1355
1356         * wl-message.el (wl-message-display-internal): 
1357         Put wl-message-display-type property on message buffer.
1358
1359         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1360         (wl-message-display-internal): Ditto;
1361
1362         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1363
1364 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-message.el (wl-message-make-display-type): New function.
1367         (wl-message-display-type-property): Ditto.
1368         (wl-message-mime-analysys-p): Ditto.
1369         (wl-message-display-all-header-p): Ditto.
1370         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1371         added `display-type'.
1372         (wl-message-buffer-display): Likewise.
1373         (wl-message-display-internal): Likewise.
1374         (wl-message-buffer-display-type): Abolish.
1375         (wl-message-buffer-prefetch-subr): Follow the API changed.
1376
1377         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1378         from wl-summary-buffer-display-all-header and changed default value.
1379         (wl-summary-message-display-type): New function.
1380         (wl-summary-buffer-display-mime-mode): Ditto.
1381         (wl-summary-buffer-display-header-mode): Ditto.
1382         (wl-summary-toggle-mime): Rewrite with above functions.
1383         (wl-summary-toggle-all-header): Ditto.
1384         (wl-summary-redisplay): Force redisplay with default mode.
1385         (wl-summary-redisplay-internal): Renamed argument from `mode',
1386         `all-header' to `mime-mode', `header-mode'.
1387         Use `wl-message-make-display-type'.
1388
1389         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1390         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1391
1392 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1395
1396 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1399         in original message buffer.
1400         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1401         buffer.
1402
1403 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1404
1405         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1406
1407 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1408
1409         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1410
1411 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1412
1413         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1414         when actions succeeded.
1415         (wl-summary-exec-action-copy): Likewise.
1416
1417 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1418
1419         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1420         there is switch-to-buffer at the end of wl-message-select-buffer.
1421         (wl-summary-reply): Ditto.
1422
1423 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-summary.el (wl-summary-forward): Put subject in original
1426         message buffer as argument of wl-draft-forward.
1427         * wl-draft.el (wl-draft-forward): Decode subject as in
1428         wl-draft-reply.
1429
1430 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1431
1432         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1433         a folder under access group.
1434
1435 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436
1437         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1438         wl-message-buffer-display.
1439
1440         * wl-util.el (wl-set-save-drafts): Fix typo.
1441
1442 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1445         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1446         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1447         the way to measure the width of a bitmap image; don't put face on
1448         ascii and bitmap images; put the mark which should not use the
1449         variable-pitch face on ascii and bitmap images.
1450         (wl-demo-setup-properties): Don't use the variable-pitch face on
1451         ascii and bitmap images; made it work on Emacs 20 and earlier.
1452         (wl-demo-insert-text): End with a newline at the bottom; don't put
1453         face on text.
1454
1455         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1456
1457 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1458
1459         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1460
1461         * wl-util.el (wl-save-drafts): Moved from sample setting.
1462         (wl-set-save-drafts): New function to set idle timer.
1463         * wl-draft.el (wl-draft): Call it.
1464         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1465
1466 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1469         a summary which has toggle display status off.
1470
1471 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * wl-draft.el (wl-draft-do-fcc): No cache save.
1474
1475 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1476
1477         * wl-summary.el (elmo-event-handler-flag-changed): Use
1478         `set-buffer' instead of `with-current-buffer'.
1479
1480 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-summary.el (wl-summary-after-resize-function): New function.
1483         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1484         window-size-change-functions.
1485
1486 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1487
1488         * wl-draft.el (wl-draft-create-buffer): Bind
1489         `change-major-mode-hook' after current buffer is changed.
1490
1491         * wl-summary.el (wl-summary-buffer-detach): New function.
1492         (wl-summary-buffer-set-folder): Call it.
1493         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1494         change-major-mode-hook and kill-buffer-hook.
1495         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1496         (wl-summary-switch-to-clone-buffer): Ditto.
1497         (wl-summary-goto-folder-subr): Ditto.
1498
1499 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1500
1501         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1502         after boundp check.
1503
1504 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1507         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1508         for `kill-buffer'.
1509
1510         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1511         handler of current buffer from elmo-folder.
1512
1513 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1514
1515         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1516
1517 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1520         variable.
1521         (wl-summary-event-handler): New class.
1522         (elmo-event-handler-flag-changed): Define to update persistent
1523         mark.
1524         (wl-summary-buffer-set-folder): Register event handler to
1525         elmo-folder.
1526         (wl-summary-exit): Unregister event handler.
1527         (wl-summary-goto-folder-subr): Ditto.
1528         (wl-summary-mark-as-read-all): Does not call
1529         `wl-summary-update-persistent-mark' directly.
1530         (wl-summary-mark-as-read-internal): Ditto.
1531         (wl-summary-set-persistent-mark-internal): Ditto.
1532         (wl-summary-set-flags-internal): Ditto.
1533
1534         * Version number is increased to 2.11.33.
1535
1536 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1537
1538         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1539         to nil.
1540
1541 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * wl-spam.el (wl-spam-setup): Add hook
1544         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1545         instead of `wl-summary-prepare-hook'.
1546
1547         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1548         if folder type is `'flag'.
1549         (wl-summary-mark-as-important): Ditto.
1550
1551 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1552
1553         * wl-address.el (wl-address-minibuffer-history): New variable.
1554         (wl-address-minibuffer-local-map): New keymap.
1555         (wl-address-read-from-minibuffer): New function.
1556
1557         * wl-action.el (wl-summary-get-resend-address): Use
1558         `wl-address-read-from-minibuffer' instead of `completing-read'.
1559
1560 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * Version number is increased to 2.11.32.
1563
1564 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1565
1566         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1567         without mule to iso-8859-1.
1568         (wl-draft-add-in-reply-to): Add note in description.
1569         (wl-draft-add-references): Ditto.
1570
1571 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1574         definition for `m'.
1575         (wl-summary-mode-line-format): Add '[%m]'.
1576         (wl-message-mode-line-format-spec-alist): Ditto.
1577         (wl-summary-display-mime-mode-list): New variable.
1578
1579         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1580         from wl-summary-buffer-display-as-is.
1581         (wl-summary-buffer-display-all-header): New buffer local variable.
1582         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1583         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1584         instead of wl-summary-buffer-display-as-is.
1585         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1586         (wl-summary-set-persistent-mark): Ditto.
1587         (wl-summary-set-message-buffer-or-redisplay): Just call
1588         `wl-summary-redisplay-internal' without optional arguments.
1589         (wl-summary-toggle-mime): Rewrite.
1590         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1591         (wl-summary-toggle-all-header): New function.
1592         (wl-summary-redisplay-internal): Treat mime mode.
1593
1594         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1595         to wl-mime-preview-follow-no-mime.
1596         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1597         accodring to the display-mode.
1598
1599         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1600         (wl-message-buffer-display): Changed argument name from `as-is' to
1601         `mode'.
1602         (wl-message-display-internal): Ditto;
1603         Bind elmo-mime-display-header-analysis according to the mode.
1604         (wl-message-display-internal): Put wl-message-display-mime-mode
1605         property on entire buffer.
1606
1607 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1608
1609         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1610
1611 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1614         Don't extract mail address.
1615         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1616
1617         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1618
1619         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1620
1621 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1624         wl-fldmgr-cut-entity-list on confirmation.
1625
1626 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1629         (wl-mime-quit-preview): Check existence of
1630         mime-edit-temp-message-buffer here.
1631
1632 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1633
1634         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1635         after deletion.
1636
1637         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1638         before calling wl-mime-quit-preview.
1639
1640 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1641
1642         * wl-summary.el (wl-summary-pick): If call it with prefix
1643         argument, set `delete-marks' as non-nil. Pick from only visible
1644         messages.
1645         (wl-summary-check-target-mark): New function.
1646         (wl-summary-target-mark-mark-as-read): Use it.
1647         (wl-summary-target-mark-mark-as-unread): Ditto.
1648         (wl-summary-target-mark-operation): Ditto.
1649         (wl-summary-target-mark-set-flags): Ditto.
1650         (wl-summary-target-mark-save): Ditto.
1651         (wl-summary-target-mark-pick): Ditto.
1652         (wl-summary-target-mark-forward): Ditto.
1653         (wl-summary-target-mark-reply-with-citation): Ditto.
1654         (wl-summary-target-mark-print): Ditto.
1655         (wl-summary-target-mark-uudecode): Ditto.
1656
1657         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1658         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1659         with `ask-coding' is non-nil.
1660
1661 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1662
1663         * wl-thread.el (wl-thread-set-parent): If parent is a message
1664         which is identified by references, set linked as nil.
1665
1666 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1669         (wl-message-mode-line-format-spec-alist): Ditto.
1670         (wl-message-mode-line-format): Ditto.
1671         (wl-summary-mode-line-format): Ditto for docstring.
1672         (wl-summary-no-mime-folder-list): Fix typo.
1673
1674         * wl-util.el (wl-current-message-buffer): Call
1675         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1676
1677         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1678         variable.
1679         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1680         of `wl-summary-redisplay-no-mime'.
1681         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1682         (wl-summary-toggle-mime): New function.
1683         (wl-summary-redisplay-all-header): Rewrite.
1684         (wl-summary-redisplay-no-mime): Ditto.
1685         (wl-summary-redisplay-internal): Added argument `as-is' and
1686         `all-header'.
1687
1688         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1689         New variable.
1690         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1691         bottom.
1692         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1693         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1694         "/" unconditionally.
1695
1696         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1697         wl-mime-preview-follow-no-mime for as-is content.
1698         (wl-mime-preview-follow-no-mime): New function.
1699         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1700
1701         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1702         and added `as-is', `all-header'.
1703         (wl-message-buffer-display): Ditto.
1704         (wl-message-buffer-display-type): New function.
1705
1706 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-vars.el (wl-message-header-button-alist): Change default
1709         value.
1710         (wl-message-body-button-alist): Ditto.
1711
1712 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1715
1716 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1719
1720 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1723         is always true.
1724
1725 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1728         on null entity.
1729
1730 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1731
1732         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1733
1734 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * wl-vars.el (wl-summary-resend-hook): New hook.
1737
1738         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1739         `wl-summary-resend-hook'.
1740
1741 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1744         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1745         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1746         (wl-summary-new-cached-mark): Changed default value to 'n'.
1747         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1748         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1749         (wl-folder-sync-range-alist): Remove spec for 'flag.
1750         (wl-summary-force-prefetch-folder-list): New user option.
1751
1752         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1753         `wl-summary-toggle-persistent-mark'.
1754         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1755         number is nil.
1756         (wl-summary-mark-as-answered-region): Set interactive argument of
1757         `wl-summary-set-persistent-mark-internal'.
1758         (wl-summary-mark-as-important-region): Ditto.
1759         (wl-summary-unset-persistent-mark): Ditto.
1760         (wl-summary-set-persistent-mark): Ditto.
1761         (wl-summary-mark-as-answered): Ditto.
1762         (wl-summary-mark-as-important): Ditto.
1763         (wl-summary-set-persistent-mark-internal): Do nothing
1764         when `elmo-message-flag-available-p' is nil.
1765         (wl-summary-toggle-persistent-mark): New function.
1766         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1767         when the folder matches `wl-summary-force-prefetch-folder-list'.
1768
1769
1770         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1771         when number is nil.
1772         (wl-highlight-summary-forwarded-face): New face.
1773
1774 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1775
1776         * Version number is increased to 2.11.31.
1777
1778 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1781         (wl-biff-check-folder-async): Ditto.
1782         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1783
1784 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1785
1786         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1787         Add an argument `reverse'.  All callers are updated.
1788         (wl-summary-sort): Add a prefix argument `reverse' to specify
1789         reverse sorting.
1790         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1791         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1792         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1793
1794 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-message.el (wl-message-redisplay): Does not narrow header if
1797         disply-type is all-header or as-is.
1798
1799         * wl-summary.el (wl-summary-enter-handler): Use
1800         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1801
1802 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1805         after adding wl-draft-parent-variables.
1806         (wl-draft-forward): Ditto.
1807
1808 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-summary.el (wl-summary-sync-marks): Call
1811         `wl-summary-set-persistent-mark' and
1812         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1813         (wl-summary-set-persistent-mark-internal): Add 4th argument
1814         `no-server'.
1815         (wl-summary-unset-persistent-mark): Ditto.
1816         (wl-summary-set-persistent-mark): Ditto.
1817         (wl-summary-add-flags-internal): Abolish.
1818         (wl-summary-remove-flags-internal): Ditto.
1819         (wl-summary-mark-as-important-internal): Ditto.
1820         (wl-summary-mark-as-important): Use
1821         `wl-summary-set-persistent-mark' instead of
1822         `wl-summary-add-flags-internal'.
1823         (wl-summary-mark-as-important-region): Ditto.
1824
1825         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1826
1827         * wl-summary.el (wl-summary-get-available-flags): New function.
1828         (wl-summary-sync-marks): Use it and simplified.
1829         (wl-summary-unset-persistent-mark): Use
1830         `wl-summary-get-available-flags'.
1831         (wl-summary-set-persistent-mark): Ditto.
1832
1833 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1836         id.
1837
1838 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1841         number, call `wl-summary-prev-line-content'. Show message when the
1842         message is not found.
1843
1844 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1847         wl-summary-enter-handler.
1848         (wl-summary-enter-handler): New command.
1849
1850         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1851         docstring and custom spec.
1852
1853         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1854         flags too; Don't treat Cached and New.
1855         (wl-summary-set-persistent-mark): Ditto.
1856
1857         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1858         `wl-folder-set-flag'.
1859
1860         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1861         instead of `wl-folder-set-flag'.
1862
1863         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1864         for completion.
1865         (wl-summary-set-persistent-mark): Ditto.
1866
1867         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1868         instead of `wl-draft-quit-preview'.
1869
1870         * wl-mime.el (toplevel): Avoid compile warning.
1871         (wl-mime-quit-preview): New function
1872         (formarly defined as `wl-draft-quit-preview').
1873         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1874         quitting method.
1875
1876         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1877
1878         * wl-folder.el (wl-folder-set-flag): Renamed from
1879         `wl-draft-set-flag-on-parent'.
1880
1881         * wl-draft.el (wl-draft-quit-preview): New function.
1882         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1883         (wl-draft-send): Call `wl-folder-set-flag' instead of
1884         `wl-draft-set-flag-on-parent'.
1885         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1886
1887 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1890         (wl-draft-send): Ditto.
1891
1892 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1895         (wl-draft-kill-pre-hook): Set default value as nil.
1896         (wl-summary-reply-hook): Ditto.
1897         (wl-draft-kill-flags): Abolish.
1898
1899         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1900         (wl-draft-parent-variables): Renamed from
1901         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1902         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1903         argument; Add wl-draft-parent-variables to
1904         wl-draft-config-variables.
1905         (wl-draft-reply): Likewise.
1906         (wl-draft-kill-flags): Abolish.
1907         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1908         (wl-draft-set-flag-on-parent): New function.
1909         (wl-draft-setup-parent-flag): Ditto.
1910
1911 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1912
1913         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1914         `wl-draft-parent-folder' is "".
1915
1916 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1917
1918         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1919         (wl-summary-digit-jump): New function.
1920         (Adviced by John Owens and Hiroya Murata)
1921
1922         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1923         (Adviced by John Owens)
1924
1925         * wl-xmas.el (wl-message-define-keymap): Ditto.
1926
1927         * wl-mule.el (wl-message-define-keymap): Ditto.
1928
1929 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1932         change of return value of elmo-folder-count-flags.
1933
1934         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1935         (wl-summary-mark-as-read-internal): Ditto.
1936         (wl-summary-set-persistent-mark-internal): Ditto.
1937         (wl-summary-folder-info-update): Ditto.
1938         (wl-summary-sync-update): Fixed the last change.
1939
1940         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1941
1942 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1945         (wl-draft-kill-flags): Fixed docstring.
1946
1947         * wl-draft.el (wl-draft-kill-flags): New function.
1948         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1949
1950 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-vars.el (wl-reply-hook): Abolish.
1953         (wl-draft-reply-hook): New hook.
1954         (wl-summary-reply-hook): Ditto.
1955         (wl-draft-forward-hook): Ditto.
1956         (wl-summary-forward-hook): Ditto.
1957         (wl-draft-kill-flags): New variable.
1958
1959         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1960         wl-summary-set-persistent-mark-internal.
1961         (wl-summary-sync-marks): Use elmo-preserved-flags.
1962         (wl-summary-update-persistent-mark): Make it interactive.
1963         (wl-summary-set-persistent-mark-internal): New inline function.
1964         (wl-summary-mark-as-answered): Use it.
1965         (wl-summary-mark-as-unanswered): Ditto.
1966         (wl-summary-unset-persistent-mark): New function.
1967         (wl-summary-set-persistent-mark): Ditto.
1968         (wl-summary-reply): Don't set answered flag;
1969         Run wl-summary-reply-hook instead.
1970         (wl-summary-forward): Call wl-draft-forward with number.
1971         Run wl-summary-forward-hook.
1972
1973         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1974         (wl-highlight-summary-line-face-spec): Use it as a default
1975         persistent mark face.
1976
1977         * wl-draft.el (wl-draft-forward): Added optional argument number;
1978         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1979         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1980         (wl-draft-kill): Use wl-draft-kill-flags.
1981
1982         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1983
1984         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1985         of return value of elmo-folder-count-flags.
1986
1987         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1988
1989         * wl-summary.el (wl-summary-count-unread): Ditto.
1990         (wl-summary-sync-update): Follow the change above.
1991         (wl-summary-force-prefetch): New function.
1992
1993 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1994
1995         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1996         variable `buf' with `let' instead of `setq'.
1997
1998 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2001         add Content-Disposition heaeder on the deleted part.
2002
2003 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-draft.el (wl-draft-save): Encode address list under edit by
2006         `eword-encode-unstructured-field-body'.
2007
2008         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2009
2010 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2011
2012         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2013         wl-current-summary-buffer.
2014
2015 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2016
2017         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2018         `numbers' is ignored.
2019
2020 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2021
2022         * wl-folder.el (wl-folder-open-folder): Avoid error.
2023         Reported by John Owens, [wl-en:815]
2024
2025         * wl.el (wl): Set timer for biff process even if prefix argument
2026         is given or auto-checking is quitted.
2027
2028         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2029         immediately.
2030         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2031         (wl-toggle-plugged): Ditto.
2032
2033         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2034         * wl-util.el (wl-biff-start): Use idle timer if
2035         `wl-biff-use-idle-timer' is non-nil.
2036
2037 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2038
2039         * wl-highlight.el (wl-highlight-message): Fix description.
2040
2041 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2044         tty.
2045
2046 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-action.el (wl-summary-exec): Print failure count.
2049
2050 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051
2052         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2053         to `defun', remove interactive form.
2054         Set elmo-message-fetch-confirm when force-reload is non-nil.
2055
2056 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * wl-summary.el (toplevel): Removed unnecessary autoload.
2059
2060 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061
2062         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2063         the buffer is generated from another message buffer.
2064
2065 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2068         extracted from `wl-fldmgr-save-folders'.
2069         (wl-fldmgr-delete): Call it after deletion.
2070
2071 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2074         multi-tty support.
2075
2076 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2077
2078         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2079
2080 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2081
2082         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2083         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2084
2085 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2088         unsubscribe list only if argument CLEAR is nil.
2089
2090 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-draft.el (wl-draft-reply): Decode subject before removing
2093         Re: prefix.
2094
2095 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2096
2097         * wl-summary.el (wl-summary-sort-by-size): New command.
2098
2099 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-summary.el (wl-summary-number-list-from-region): New
2102         function.
2103         (wl-summary-mark-as-read-region): Use it.
2104         (wl-summary-mark-as-unread-region): Ditto.
2105         (wl-summary-set-flags-region): Ditto and add optional argument
2106         remove.
2107         (wl-summary-mark-as-answered-region): Ditto.
2108         (wl-summary-mark-as-important-region): Ditto.
2109         (wl-summary-target-mark-mark-as-important): Added optional
2110         argument remove.
2111         (wl-summary-target-mark-mark-as-answered): Ditto.
2112         (wl-summary-target-mark-set-flags): Ditto.
2113
2114 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-summary.el (wl-summary-set-flags-region): Call
2117         `wl-summary-set-flags-internal' with number list instead of call
2118         one by each message.
2119         (wl-summary-target-mark-set-flags): Likewise.
2120
2121 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2122
2123         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2124         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2125         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2126         (wl-summary-target-mark-mark-as-answered): Likewise.
2127
2128 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2129
2130         * wl-summary.el (wl-summary-target-mark-forward): Use
2131         `wl-summary-delete-all-target-marks' instead of
2132         `wl-summary-delete-all-temp-marks'.
2133         (wl-summary-target-mark-reply-with-citation): Ditto.
2134         (wl-summary-target-mark-uudecode): Ditto.
2135         (wl-summary-target-mark-set-flags): Ditto and remove needless
2136         cursor move.
2137
2138 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-summary.el (wl-summary-target-mark-forward): Protect
2141         wl-summary-buffer-target-mark-list from nreverse.
2142         (wl-summary-target-mark-reply-with-citation): Ditto.
2143
2144 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2145
2146         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2147         `elmo-display-progress-threshold'.
2148
2149 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2152         check `wl-summary-highlight'.
2153         (wl-summary-window-scroll-functions): Respect value of
2154         `wl-summary-highlight'.
2155         (wl-summary-sync-update): Run hooks
2156         `wl-summary-buffer-window-scroll-functions' at any time.
2157
2158 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2159
2160         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2161         from `wl-summary-cleanup-temp-marks'.
2162         (wl-summary-cleanup-temp-marks): Abolish argument.
2163         * wl.el (wl-save-status): Revert previous change.
2164         (wl-execute-temp-marks): New function, call
2165         `wl-summary-exec-with-confirmation'.
2166         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2167         (wl-folder-save-and-exec-marks): Abolished.
2168
2169 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * wl-e21.el (wl-e21-display-image-p): Respect
2172         `wl-highlight-folder-with-icon'.
2173         (wl-e21-highlight-folder-group-line): Highlight mouse line
2174         even if wl-e21-display-image-p is nil.
2175
2176         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2177         Respect value of `wl-summary-highlight'.
2178
2179         * wl.el (wl-save-status): Remove unused variable.
2180
2181         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2182         (wl-folder-mode-map): Bind it to "x".
2183
2184 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2185
2186         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2187
2188         * wl-thread.el (wl-thread-get-parent-list): Don't check
2189         disconnected ancestors, neglecting needless work in
2190         `wl-thread-update-indent-string-thread'.
2191
2192         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2193         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2194         argument, add argument default-keep to keep marks by default.
2195
2196         * Version number is increased to 2.11.30.
2197
2198         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2199         customization type and docstring.
2200         (wl-draft-reply-without-argument-list): Ditto.
2201
2202 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2205
2206         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2207
2208 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2209
2210         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2211
2212 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213
2214         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2215         save-excursion so as not to include run-hooks.
2216
2217 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2220         Clarify that marks are going to be cleared.
2221
2222 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2223
2224         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2225         according to 3rd element of wl-summary-flag-mark.
2226
2227         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2228
2229 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * wl-action.el (wl-summary-target-mark-all): Don't set
2232         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2233
2234 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2235
2236         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2237         (wl-forward-subject-prefix): Ditto.
2238         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2239         (wl-draft-reply-make-subject): Ditto.
2240
2241         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2242         `wl-draft-forward'.
2243         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2244
2245 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2246
2247         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2248         target message does not exist.
2249
2250 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2251
2252         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2253         `wl-subject-prefix-regexp'.
2254         (wl-subject-forward-prefix-regexp): New variable.
2255         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2256         `wl-draft-strip-subject-re' and take regexp as argument.
2257         (wl-draft-forward): Use it.
2258         (wl-draft-reply): Ditto.
2259
2260 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2261
2262         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2263         emacs multi-tty support.
2264
2265 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2266
2267         * wl-e21.el (wl-e21-display-image-p): Don't call
2268         `display-images-p'.
2269         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2270         support.
2271         (wl-highlight-folder-current-line): Ditto.
2272         (wl-folder-init-icons): Ditto.
2273
2274 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2277         the last line of summary in unplugged mode.
2278
2279 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2280
2281         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2282
2283 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2286         * wl-address.el (wl-address-user-mail-address-p): Use it.
2287         (wl-address-delete-user-mail-addresses): Ditto.
2288         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2289
2290         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2291         (wl-address-delete-user-mail-addresses): Ditto.
2292
2293         * wl-address.el (wl-address-delete-user-mail-addresses): New
2294         function.
2295         * wl-refile.el (wl-refile-guess-by-history): Use it.
2296         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2297         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2298
2299         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2300         use wl-address-user-mail-address-p.
2301
2302 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303
2304         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2305         after opening group.
2306
2307 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2310         of elmo-set-buffer-multibyte.
2311
2312         * wl-message.el (wl-original-message-mode): Ditto.
2313
2314         * wl-score.el (wl-score-insert-header): Ditto.
2315
2316         * wl-summary.el
2317         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2318         (wl-summary-goto-folder-subr): Ditto.
2319         (wl-summary-insert-headers): Ditto.
2320
2321         * wl-util.el (wl-set-string-width): Ditto.
2322
2323         * Version number is increased to 2.11.29.
2324
2325 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2328         (wl-highlight-summary-line-help-echo-alist): New variable.
2329         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2330         into `wl-highlight-summary-line-help-echo' and
2331         `wl-highlight-flag-folder-help-echo'.
2332         (wl-highlight-summary-line-string): Change accordingly.
2333         (wl-highlight-summary-current-line): Ditto.
2334
2335 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2336
2337         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2338         at the beginning of field body (Thanks to Markus Knittig).
2339
2340         * wl-draft.el (wl-draft-insert-current-message): Also check
2341         summary buffer, remove unnecessary tag.
2342
2343 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2344
2345         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2346         when wl-message-buffer is nil.
2347
2348         * wl-folder.el (wl-folder): Abolish unused argument.
2349         Call wl-folder-init when wl-folder-entity is nil.
2350         * wl.el (wl): Change accordingly.
2351
2352 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2355         multibyte string before insert into draft buffer.
2356         (wl-draft-create-buffer): Always enable multibyte characters for
2357         draft buffer.
2358
2359         * Version number is increased to 2.11.28.
2360
2361 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2362
2363         * wl-folder.el (wl-folder-open-close): Handle blank line.
2364         (wl-folder-jump-to-current-entity): Ditto.
2365
2366 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * Version number is increased to 2.11.27.
2369
2370 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-thread.el (wl-thread-insert-message): When the thread is
2373         devided by wl-summary-max-thread-depth, insert line at the end of
2374         buffer.
2375
2376 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * Version number is increased to 2.11.26.
2379
2380 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2381
2382         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2383
2384 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2387         value of stream-type and session.
2388
2389 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * Version number is increased to 2.11.25.
2392
2393 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2394
2395         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2396         in a quit message.
2397
2398 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2399
2400         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2401         (wl-summary-redisplay-no-mime-internal): Ditto.
2402
2403 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2406         * wl-vars.el (wl-smtp-connection-type): Ditto.
2407
2408 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2409
2410         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2411         for the separator line and quote mail-header-separator.
2412
2413 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2414
2415         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2416         result message.
2417
2418         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2419         `elmo-multiple-fields-body-list' with boundary as
2420         mail-header-separator.
2421
2422 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2425
2426 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2427
2428         * wl-util.el (wl-list-diff): Remove unused function.
2429
2430         * wl-draft.el (wl-draft-send-confirm): Discard input before
2431         confirmation.
2432
2433 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2436         order of flag and new.
2437
2438 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-vars.el (wl-refile-policy-alist): Abolished.
2441
2442         * wl-action.el (wl-summary-set-action-refile): Follow the change
2443         above.
2444
2445 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * wl-highlight.el (wl-highlight-signature-search): Don't use
2448         re-search-backward for a long word since it is possible to crash
2449         XEmacs because of a bug.
2450
2451 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2452
2453         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2454
2455 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2456
2457         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2458         argument for wl-summary-sync-force-update.
2459
2460 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * wl-summary.el (wl-summary-mode-map): Revival of
2463         wl-summary-mark-as-important related bindings;
2464         Bind 'F','tF','mF','rF','m&'.
2465         (wl-summary-mark-as-important-region): Revival.
2466         (wl-summary-target-mark-mark-as-important): Ditto.
2467         (wl-summary-target-mark-operation): New function.
2468         (wl-summary-target-mark-mark-as-answered): Use it.
2469         (wl-summary-decide-flag): Don't set Important as default.
2470         (wl-summary-mark-as-important-internal): Revival.
2471         (wl-summary-mark-as-important): Ditto.
2472
2473         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2474
2475         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2476         instead of facep.
2477
2478 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2479
2480         * wl-dnd.el (wl-dnd-drop-func): Fix.
2481
2482         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2483         mouse-set-point instead of posn-point.
2484
2485         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2486
2487         * wl-mule.el (wl-completing-read-multiple): Ditto.
2488
2489 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2490
2491         * wl-demo.el (face-background-name): Defalias to avoid compile
2492         warning.
2493
2494 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2495
2496         * wl-summary.el (wl-summary-decide-flag): Use
2497         wl-completing-read-multiple instead of completing-read-multiple.
2498
2499         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2500         New alias.
2501
2502         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2503         Use face-background-name instead of face-background.
2504
2505         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2506
2507         * wl-summary.el (wl-summary-save): Use it.
2508         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2509
2510         * wl-mime.el (wl-mime-save-content): Fix last change.
2511
2512 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2513
2514         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2515         New function.
2516         (wl-summary-sort-specs): Added sort.
2517         * wl-mime.el (wl-mime-save-content): Expand file name.
2518
2519 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2520
2521         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2522
2523         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2524
2525 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2528         for flag if it is not defined.
2529
2530 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2531
2532         * wl-e21.el (wl-highlight-folder-current-line): Use
2533         elmo-folder-type-internal when elmo-folder-type returns nil.
2534
2535         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2536
2537         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2538
2539         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2540
2541         * wl-e21.el (wl-summary-toolbar): Ditto.
2542
2543         * wl-vars.el (wl-demo-background-color): Abolished.
2544         (wl-summary-persistent-mark-priority-list): Renamed from
2545         wl-summary-flag-priority-list.
2546         (wl-summary-flag-alist): New user option.
2547         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2548         (wl-message-mode-line-format-spec-alist): Added 'F'.
2549         (wl-message-mode-line-format): Likewise.
2550         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2551         instead of wl-summary-important-mark.
2552         (wl-file-folder-icon): New variable.
2553
2554         * wl-thread.el (wl-thread-set-flags): Renamed from
2555         wl-thread-mark-as-important.
2556
2557         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2558         warning.
2559         (wl-summary-mode-menu-spec): Follow the change of 
2560         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2561         (wl-summary-mode-map): Follow the change of
2562         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2563         (wl-summary-detect-mark-position): Follow the variable name change.
2564         (wl-summary-set-flags-region): New function for the replacement of
2565         wl-summary-mark-as-important-region.
2566         (wl-summary-sync-marks): Sync all global-flags.
2567         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2568         instead of elmo-message-flagged-p.
2569         (wl-summary-persistent-mark-string): Follow the variable name change;
2570         Put wl-summary-flag-mark if the message has global-flag.
2571         (wl-summary-target-mark-set-flags): Renamed from 
2572         wl-summary-target-mark-mark-as-important.
2573         (wl-summary-decide-flag): New function.
2574         (wl-summary-set-flags-internal): Renamed from
2575         wl-summary-mark-as-important-internal.
2576         (wl-summary-add-flags-internal): New function.
2577         (wl-summary-remove-flags-internal): Ditto.
2578         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2579         (wl-summary-mark-as-unimportant): Abolish.
2580         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2581         (wl-summary-next-message): List flagged messages in the msgdb.
2582
2583         * wl-score.el (wl-summary-score-update-all-lines): Use
2584         wl-summary-add-flags-internal instead of 
2585
2586         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2587
2588         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2589         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2590         (wl-message-buffer-require-all-header): Renamed from
2591         wl-message-buffer-all-header-flag (Ditto).
2592         (wl-message-buffer-flag-indicator): New variable.
2593         (wl-message-redisplay): Changed local varibale name from `flag' to
2594         `display-type'; Set up wl-message-buffer-flag-indicator.
2595         (wl-message-buffer-display): Changed varibale name from `flag' to
2596         `display-type'.
2597         (wl-message-display-internal): Likewise.
2598
2599         * wl-highlight.el (wl-highlight-demo-face): Define default background
2600         color.
2601         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2602
2603         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2604
2605         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2606         (wl-demo-setup-properties): Renamed from
2607         `wl-demo-set-background-color'.
2608         (wl-demo): Follow the change above.
2609         
2610         * Version number is increased to 2.11.24.
2611
2612 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-summary.el (wl-summary-toggle-thread): Call
2615         `wl-summary-rescan' with disable-thread as non-nil.
2616         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2617
2618 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2621         foreground property of the face.
2622         (wl-demo-insert-text): Don't set up face property here.
2623         (wl-demo): Call wl-demo-set-background-color, anyway.
2624
2625 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2626
2627         * wl-vars.el (wl-demo-background-color): The value can be nil.
2628
2629 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2630
2631         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2632         to wl-summary-wheel-dispatcher.
2633
2634         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2635         wl-message-wheel-dispatcher.
2636         (wl-message-wheel-dispatcher): New function.
2637         (wl-summary-wheel-dispatcher): Ditto.
2638
2639 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2640
2641         * wl-action.el (wl-summary-target-mark-all): List messages which are
2642         not in the killed-list.
2643
2644         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2645         only when the folder is 'flag/important.
2646
2647         * wl-address.el (wl-complete-field-body): Complete if the last
2648         character is a space.
2649
2650 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2651
2652         * wl-folder.el (wl-folder-clear-entity-info): Use
2653         elmo-clear-hash-val.
2654
2655         * wl-fldmgr.el (wl-fldmgr-rename): Set
2656         wl-folder-info-alist-modified as t.
2657
2658 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2659
2660         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2661
2662 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2663
2664         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2665         (wl-folder-buffer-last-visited-entity-id): New buffer local
2666         variable.
2667         (wl-folder-revisit-last-visited-folder): New function.
2668         (wl-folder-mode-map): Bind it to "C-i".
2669         (wl-folder-set-current-entity-id): Set last visited folder.
2670         * wl-summary.el (wl-summary-exit): Ditto.
2671
2672 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2675         before calling `recenter' in order to cope with an XEmacs bug.
2676
2677 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2678
2679         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2680         to the default value.
2681
2682 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2683
2684         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2685         change.
2686         (wl-summary-sync-marks): Ditto.
2687         (wl-summary-mark-as-read-internal): Ditto.
2688         (wl-summary-mark-as-answered-internal): Ditto.
2689         (wl-summary-mark-as-important-internal): Ditto.
2690         (wl-summary-reply): Ditto.
2691
2692         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2693         instead of `elmo-folder-unflag-answered'.
2694
2695         * Version number is increased to 2.11.23.
2696
2697         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2698         the last change.
2699
2700 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2701
2702         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2703         Specify "spam" or "good".
2704
2705 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2706
2707         * wl-spam.el (wl-summary-exec-action-spam): Call
2708         wl-folder-confirm-existence for spam folder.
2709         (wl-spam-setup): Bind "mk".
2710
2711 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2712
2713         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2714
2715 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2716
2717         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2718         destination folder is empty.
2719
2720 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2721
2722         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2723         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2724
2725         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2726         (wl-summary-refile-prev-destination-region): New function.
2727         (wl-thread-refile-prev-destination): Ditto.
2728         (wl-summary-target-mark-refile-prev-destination): Ditto.
2729
2730 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2733         (wl-demo-background-color): Changed default value.
2734
2735         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2736         color.
2737
2738         * wl-demo.el (wl-demo-set-background-color): New function.
2739         (wl-demo): Call it.
2740
2741 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2742
2743         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2744         * wl-address.el (wl-address-add-or-change): Don't add empty
2745         address.
2746
2747 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2748
2749         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2750
2751 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2752
2753         * wl-vars.el (wl-demo-image-filter-alist): New variable
2754         (wl-demo-background-color): Ditto.
2755
2756         * wl-demo.el (wl-demo-xpm-set-background): New function.
2757         (wl-demo-image-filter): Ditto.
2758         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2759
2760         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2761
2762         * wl-demo.el (wl-demo-icon-name): Define as function.
2763         (wl-demo-insert-image): Use it.
2764
2765 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2766
2767         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2768
2769 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2770
2771         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2772
2773 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2776
2777 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl-thread.el (wl-thread-mark-as-answered): New function.
2780
2781         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2782         answered" entry.
2783         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2784         "r&" and wl-thread-mark-as-answered to "t&".
2785         (wl-summary-mark-as-important-region): Refine to toggle mark.
2786         (wl-summary-mark-as-answered-region): New function.
2787         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2788         and 3rd argument.
2789         (wl-summary-mark-as-important-internal): Likewise.
2790
2791 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-template.el (wl-template-preview): New internal variable.
2794         (wl-template-preview-p): New function.
2795         (wl-template-show): Bind `wl-template-preview' as t.
2796
2797 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2800         `elmo-message-entity-field' with 3rd argument which is non-nil.
2801
2802 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2805         Removed duplicate local bind `folder'.
2806
2807 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2808
2809         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2810
2811 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2814         duplicate definition.
2815
2816 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2819         non-nil, use it; Don't fetch message if there's no message in the
2820         current cursor position.
2821
2822 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2823
2824         * wl-util.el (wl-region-exists-p): Use region-active-p.
2825         (wl-deactivate-region): New function.
2826         * wl-message.el (wl-message-redisplay): Deactivate region.
2827
2828         * wl-summary.el (wl-summary-reply): Call
2829         `wl-summary-set-message-buffer-or-redisplay' instead of
2830         `wl-summary-redisplay-internal', don't move point.
2831
2832 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2833
2834         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2835         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2836         by regexp.
2837
2838 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2839
2840         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2841         if no need.
2842
2843 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2844
2845         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2846         default value to nil.
2847         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2848         `wl-summary-prepare-hook'; Replace refile action to
2849         `wl-summary-exec-action-refile-with-register'.
2850
2851         * Version number is increased to 2.11.22.
2852
2853 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2854
2855         * wl-summary.el (wl-summary-detect-mark-position): Set
2856         `wl-summary-buffer-weekday-name-lang'.
2857
2858 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2859
2860         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2861         (wl-summary-mark-as-read-all): Ditto.
2862         (wl-summary-delete-messages-on-buffer): Ditto.
2863         (wl-summary-sync-update): Ditto.
2864         (wl-summary-mark-as-read-internal): Ditto.
2865         (wl-summary-mark-as-answered-internal): Ditto.
2866         (wl-summary-update-folder-info): Abolished.
2867
2868 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2869
2870         * wl-summary.el (wl-summary-mark-as-read-all): Use
2871         `wl-summary-update-folder-info' instead of
2872         `wl-folder-update-unread'.
2873
2874 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2875
2876         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2877         `wl-summary-folder-info-update'.
2878         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2879         instead of `wl-summary-folder-info-update'.
2880         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2881         `wl-folder-set-folder-updated'.
2882         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2883         instead of `wl-folder-update-unread'.
2884         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2885         the value of `wl-summary-buffer-unread-count' for the second parameter of
2886         `wl-folder-update-unread'.
2887
2888         * Version number is increased to 2.11.21.
2889
2890 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2891
2892         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2893         a local variable.
2894
2895 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2896
2897         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2898         interactively.
2899
2900         * wl-summary.el (wl-summary-mark-as-important-internal): New
2901         internal function.
2902         (wl-summary-mark-as-important): Use it.
2903         (wl-summary-mark-as-unimportant): New function.
2904         (wl-summary-sync-marks): Follow the API change.
2905
2906         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2907
2908         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2909
2910 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2911
2912         * wl-folder.el (wl-folder-update-unread): Re-indent.
2913         Narrow the scope of a local variable.
2914
2915 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2916
2917         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2918         (wl-addrmgr-merge-entries): Ditto.
2919         (wl-addrmgr): Added to address entry which exists in draft buffer
2920         if no entry is in original.
2921
2922 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2923
2924         * wl-batch.el: New file.
2925
2926 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2927
2928         * wl-vars.el (wl-use-semi): Remove unused variable.
2929
2930 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2933         "?".
2934
2935 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2938         wl-summary-new-mark.
2939         (wl-summary-new-cached-mark): New user option.
2940         (wl-summary-score-marks): Follow the change above.
2941         (wl-summary-auto-refile-skip-marks): Ditto.
2942         (wl-summary-incorporate-marks): Ditto.
2943         (wl-summary-expire-reserve-marks): Ditto.
2944
2945         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2946
2947         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2948         (wl-summary-persistent-mark-string): Distinguished between cached
2949         and uncached mark when the message is new.
2950
2951 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl-spam.el (wl-spam-domain): Renamed from
2954         `wl-spam-folder-guess-domain'.
2955         (wl-summary-exec-action-spam): Register as spam if domain of the
2956         source folder is good.
2957         (wl-summary-exec-action-refile-with-register): Register message if
2958         domain of the source folder is not undecided.
2959
2960 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2963         detect thread loop.
2964
2965 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2968         and wl-summary-skip-mark-list.
2969
2970 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2973
2974         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2975
2976         * wl-spam.el (toplevel): Require wl-highlight.
2977         (wl-spam-auto-check-policy-alist): Abolish.
2978         (wl-spam-auto-check-folder-regexp-list): New user option.
2979         (wl-spam-auto-check-marks): Ditto.
2980         (wl-spam-mark-action-list): Ditto.
2981         (wl-highlight-summary-spam-face): New face.
2982         (wl-spam-auto-check-message-p): New function.
2983         (wl-spam-map-spam-messages): Fixed message.
2984         (wl-spam-register-spam-messages): Ditto.
2985         (wl-spam-register-good-messages): Ditto.
2986         (wl-summary-spam-map): Add and remove keybind.
2987         (wl-summary-target-mark-spam): Abolish.
2988         (wl-summary-refile-spam): Ditto.
2989         (wl-summary-test-spam): New function.
2990         (wl-summary-mark-spam): Ditto.
2991         (wl-summary-auto-check-spam): Follow the above change.
2992         (wl-summary-exec-action-spam): New function.
2993         (wl-summary-exec-action-refile-with-register): Fixed message.
2994         (wl-message-check-spam): New function.
2995         (wl-spam-setup): Ditto.
2996         (toplevel): Call it if this file is loaded interactivity.
2997
2998         * Version number is increased to 2.11.20.
2999
3000 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3003         when new optional argument `force' is non nil or modified.
3004
3005 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl.el (toplevel): Require wl-spam when compile.
3008         (wl-save-status): Call wl-spam-save-status.
3009
3010         * wl-spam.el (wl-spam-register-spam-messages): New function.
3011         (wl-spam-register-good-messages): Ditto.
3012         (wl-spam-save-status): Ditto.
3013         (wl-summary-mode-map): Bind
3014         wl-summary-target-mark-register-as-spam to "ms" and
3015         wl-summary-target-mark-register-as-good to "mn".
3016         (wl-summary-register-as-spam): Abolish optional argument; Use
3017         wl-spam-register-spam-messages.
3018         (wl-summary-register-as-spam-all): Use
3019         wl-spam-register-spam-messages.
3020         (wl-summary-register-as-good): Abolish optional argument; Use
3021         wl-spam-register-good-messages.
3022         (wl-summary-register-as-good-all): Use
3023         wl-spam-register-good-messages.
3024         (wl-summary-target-mark-register-as-spam): New funtion.
3025         (wl-summary-target-mark-register-as-good): Ditto.
3026
3027 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3028
3029         * wl-spam.el: New file.
3030
3031 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3032
3033         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3034
3035         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3036         (wl-summary-auto-refile): Call wl-refile-guess with
3037         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3038
3039 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3040
3041         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3042         with disable-thread argument non-nil.
3043
3044 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3045
3046         * wl-summary.el (wl-summary-rescan): Added optional argument
3047         disable-thread.
3048         (wl-summary-sync): Call wl-summary-rescan with argument
3049         disable-thread.
3050         (wl-summary-input-range): Added new range `rescan-thread'.
3051
3052 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3055
3056 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3057
3058         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3059         internal variable.
3060         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3061         wl-summary-search-parent-by-subject-regexp and
3062         wl-summary-divide-thread-when-subject-changed as nil.
3063         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3064         (wl-summary-insert-thread): Search parent entity from
3065         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3066         thread loop.
3067
3068 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3071
3072         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3073
3074         * wl-util.el (wl-require-update-all-folder-p): New function.
3075         (wl-get-assoc-list-value): Added `function' to match directive.
3076         (wl-collect-draft): Rewrite.
3077
3078         * wl-summary.el (wl-summary-sync-update): Clear faces
3079         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3080         are non-nil.
3081         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3082         argument as function.
3083         (wl-summary-input-range): Ditto.
3084
3085         * wl-folder.el (wl-draft-get-folder): New function.
3086         (wl-folder-get-elmo-folder): Consider draft folder.
3087
3088         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3089         (wl-draft-buffer-message-number): New buffer local variable.
3090         (wl-draft-folder-internal): New internal variable.
3091         (wl-draft-delete): Rewrite.
3092         (wl-draft-save): Ditto.
3093         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3094         wl-folder-get-elmo-folder.
3095         (wl-draft-config-info-operation): Ditto.
3096         (wl-jump-to-draft-folder): Ditto.
3097         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3098         (wl-draft-reedit): Rewrite.
3099
3100         * Version number is increased to 2.11.19.
3101         
3102 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3103
3104         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3105         variable.
3106
3107 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3110         Use ignore-errors instead of unwind-protect.
3111
3112 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3113
3114         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3115         for updating `wl-thread-entity-list'.
3116
3117 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3118
3119         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3120         parameter from calling `wl-thread-entity-get-older-brothers' and
3121         `wl-thread-entity-get-younger-brothers'.
3122         Replace nested `append' with a single one.
3123
3124 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-summary.el (wl-summary-mode): Don't use the return value of
3127         `make-local-hook'.
3128
3129 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3130
3131         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3132         instead of `let*'.
3133         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3134         of local variables.
3135
3136 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3139         Renamed from wl-summary-window-scroll-functions.
3140         (wl-summary-window-scroll-functions): Don't set to variable.
3141         (wl-summary-display-top): Use run-hooks.
3142         (wl-summary-display-bottom): Ditto.
3143         (wl-summary-toggle-disp-msg): Ditto.
3144         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3145         Use it instead of wl-summary-window-scroll-functions.
3146         (wl-summary-goto-folder-subr): Don't call
3147         wl-summary-window-scroll-functions, use
3148         wl-summary-buffer-window-scroll-functions instead.
3149
3150 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3151
3152         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3153         make-local-variable.
3154
3155 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3156
3157         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3158         set-buffer-modified-p.
3159         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3160         (wl-summary-display-bottom): Ditto.
3161         (wl-summary-toggle-disp-msg): Ditto.
3162
3163 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3164
3165         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3166
3167         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3168         (wl-summary-forward): Use elmo-message-entity-field instead of
3169         elmo-message-field.
3170
3171         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3172
3173 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-summary.el (wl-summary-window-scroll-functions): No use
3176         `append'.
3177
3178 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3179
3180         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3181         function.
3182         (wl-summary-window-scroll-functions): Call it when both
3183         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3184         (wl-summary-temp-mark): Added optional argument number.
3185         (wl-summary-message-mark): Added optional argument flag.
3186         (wl-summary-persistent-mark): Added optional argument number and flag.
3187         (wl-summary-update-persistent-mark): Ditto.
3188         (wl-summary-update-status-marks): Set "r" for interactive spec.
3189
3190         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3191         argument number and flag.
3192
3193         * wl-action.el (wl-summary-registered-temp-mark): 
3194         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3195
3196 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3199         internal variable (buffer local).
3200         (wl-summary-window-scroll-functions): New function.
3201         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3202         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3203         as nil.
3204         (wl-summary-update-status-marks): Added arguments beg, end and
3205         check.
3206         (wl-summary-update-mark-window): Use function.
3207         (wl-summary-sync-update): Follow the change above.
3208         (wl-summary-switch-to-clone-buffer): Copy
3209         wl-summary-buffer-unsync-mark-number-list.
3210         (wl-summary-goto-folder-subr): Set
3211         wl-summary-buffer-unsync-mark-number-list and
3212         use wl-summary-window-scroll-functions instead of
3213         wl-summary-lazy-highlight.
3214
3215         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3216
3217 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3220
3221         * wl-summary.el (wl-summary-update-persistent-mark): Call
3222         wl-summary-set-message-modified.
3223
3224         * wl-summary.el (wl-summary-sync-update): Don't call
3225         wl-summary-update-status-marks.
3226
3227         * Version number is increased to 2.11.18.
3228
3229 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3232         (wl-message-next-page): Ditto.
3233
3234 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3235
3236         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3237         local variable.  Change the order of a collected list into the
3238         same as the specified range.  Remove nil from a collected list.
3239
3240 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3243         argument for elmo-folder-list-messages.
3244
3245 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3248         change (wl-summary-count-unreads return a list instead of a cons
3249         cell).
3250
3251 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3252
3253         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3254         `wl-summary-folder-info-update'.
3255
3256 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * wl-summary.el (wl-summary-set-message-modified): No use
3259         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3260         (wl-summary-set-mark-modified): Abolish.
3261         (wl-summary-mark-modified-p): Ditto.
3262         (wl-summary-save-view): Follow the change above.
3263
3264         * wl-expire.el (wl-summary-expire): Likewise.
3265
3266 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-summary.el (wl-summary-detect-mark-position): Use
3269         modb-entity-handler.
3270         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3271
3272         * Version number is increased to 2.11.17.
3273
3274 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3277         entity field value.
3278         (wl-summary-prefetch-msg): Ditto.
3279         (wl-summary-print-message-with-ps-print): Ditto.
3280
3281 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3284         for dummy entity.
3285         (wl-summary-insert-thread): Use elmo-message-entity-field.
3286         (wl-summary-update-thread): Use elmo-message-entity-field and
3287         elmo-message-entity-number.
3288         (wl-summary-line-number):  Use elmo-message-entity-number.
3289         (wl-summary-line-size): Use elmo-message-entity-field.
3290         (wl-summary-line-subject): Ditto.
3291         (wl-summary-line-from): Ditto.
3292         (wl-summary-line-attached): Ditto.
3293         (wl-summary-create-line): Ditto.
3294         (wl-summary-create-line): Use elmo-message-entity-number.
3295         (wl-summary-print-message-with-ps-print): Use
3296         elmo-message-entity-field.
3297
3298 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3299
3300         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3301         change in elmo-msgdb-make-message-entity.
3302         (wl-summary-buffer-set-folder): Don't call
3303         wl-summary-detect-mark-position here.
3304         (wl-summary-rescan): Call elmo-message-entity-number.
3305         (wl-summary-sync-update): Ditto.
3306         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3307
3308         * wl-score.el (wl-score-header-index): Redefine 2th element.
3309         (wl-score-overview-entity-get-extra): Abolish.
3310         (wl-score-ov-entity-get): Rewrite.
3311         (wl-score-string-index<, wl-score-string-func<): Abolish.
3312         (wl-score-string<): New function.
3313         (wl-score-string-sort): Use it.
3314
3315         * wl-refile.el (wl-refile-guess-by-history): Use
3316         elmo-message-entity-field.
3317         (wl-refile-guess-by-from): Ditto.
3318         (wl-refile-guess-by-msgid): Ditto.
3319
3320         * Version number is increased to 2.11.16.
3321
3322 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3323
3324         * wl-folder.el (wl-folder-confirm-existence): Don't call
3325         file-exists-p if msgdb-path is nil.
3326         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3327         `wl-read-folder-hist' to `wl-read-folder-history'.
3328
3329 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3330
3331         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3332         `y-or-n-p'.
3333
3334 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3335
3336         * wl-score.el (wl-score-headers): Don't use
3337         elmo-folder-do-each-message-entity.
3338
3339         * Version number is increased to 2.11.15.
3340
3341 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3342
3343         * wl-summary.el (wl-summary-delete-all-msgs): Use
3344         elmo-folder-move-messages instead of elmo-folder-delete-messages
3345         and elmo-folder-detach-messages.
3346         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3347
3348         * wl-expire.el (wl-expire-delete): Ditto.
3349         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3350
3351 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3352
3353         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3354         (wl-message-header-narrowing-fields): Ditto.
3355         (wl-message-header-narrowing-lines): Ditto.
3356         (wl-message-header-narrowing-string): Ditto.
3357
3358         * wl-summary.el (wl-summary-mode-map): Bind
3359         wl-summary-toggle-header-narrowing to "C-cC-f".
3360         (wl-summary-toggle-header-narrowing): New function.
3361
3362         * wl-message.el (wl-message-buffer-create): Call
3363         wl-message-header-narrowing-setup.
3364         (wl-message-redisplay): Call wl-message-header-narrowing.
3365         (wl-message-header-narrowing): New function.
3366         (wl-message-header-narrowing-map): New keymap.
3367         (wl-message-header-narrowing-widen-map): New keymap.
3368         (wl-message-header-narrowing-again-at-mouse): New function.
3369         (wl-message-header-narrowing-1): Ditto.
3370         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3371         (wl-message-header-narrowing-setup): Ditto.
3372         (wl-message-header-narrowing-toggle): Ditto.
3373         
3374         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3375
3376         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3377         'flag as all.
3378         (wl-use-flag-folder-help-echo): New user option.
3379
3380         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3381         wl-summary-highlight as nil.
3382         (wl-summary-set-mark-modified): Follow the API change.
3383         (wl-summary-mark-modified-p): Ditto.
3384         (wl-summary-mark-as-read-all): Ditto.
3385         (wl-summary-sync-marks): Don't call
3386         elmo-folder-list-messages-with-global-mark.
3387         (wl-summary-mark-as-read-internal): Follow the API change.
3388         (wl-summary-mark-as-answered-internal): Ditto.
3389         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3390         Follow the API change.
3391         (wl-summary-create-line): Call with number argument.
3392         (wl-summary-reply): Follow the API change.
3393
3394         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3395         function.
3396         (wl-highlight-summary-line-string): Call it when
3397         wl-use-flag-folder-help-echo is non-nil.
3398         (wl-highlight-summary-current-line): Ditto.
3399         (elmo-flag-folder-referrer): Added autoload setting.
3400
3401         * wl-draft.el (wl-draft-kill): Follow the API change.
3402
3403         * Version number is increased to 2.11.14.
3404         
3405 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3406
3407         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3408
3409 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3410
3411         * Version number is increased to 2.11.13.
3412
3413 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3414
3415         * wl-draft.el (wl-draft-previous-history-element): Fixed
3416         unbalanced parenthesis and bind unbound local variables.
3417
3418 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3419
3420         * wl-draft.el (wl-draft-previous-history-element): New function.
3421         (wl-draft-next-history-element): Ditto.
3422         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3423         them to M-p and M-n.
3424
3425 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * Version number is increased to 2.11.12.
3428
3429 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3430
3431         * wl-draft.el (wl-draft-hide): Select buffer-window.
3432
3433 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3434
3435         * wl-summary.el (wl-summary-narrow-to-region): New function.
3436         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3437         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3438         (wl-summary-save-region): Use it.
3439         * wl-action.el (wl-summary-collect-numbers-region)
3440         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3441
3442 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3443
3444         * wl-folder.el (wl-folder-count-incorporates): Don't use
3445         `elmo-msgdb-mark-load'
3446
3447         * Version number is increased to 2.11.11.
3448
3449 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3450
3451         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3452         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3453
3454 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3457
3458 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3459
3460         * Version number is increased to 2.11.10.
3461
3462 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3463
3464         * wl-mime.el (wl-draft-attribute-value): Fixed.
3465
3466 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3467
3468         * wl-util.el (wl-copy-local-variables): New function.
3469
3470         * wl-mime.el (wl-draft-attribute-recipients): New function.
3471         (wl-draft-attribute-envelope-from): Ditto.
3472         (wl-draft-attribute-smtp-posting-server): Ditto.
3473         (wl-draft-attribute-smtp-posting-port): Ditto.
3474         (wl-draft-attribute-value): Ditto.
3475         (wl-draft-preview-message): Use it to get value for
3476         attributes. Reflect result of `wl-draft-config'.
3477
3478         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3479         and call `wl-summary-mark-as-read' before to call
3480         `wl-summary-unset-mark'.
3481         (wl-summary-target-mark-mark-as-unread): Likewise.
3482         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3483
3484 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3485
3486         * wl-mime.el (wl-draft-preview-message): Use actual value for
3487         attributes; Fix for small window.
3488
3489 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3490
3491         * wl-refile.el (wl-refile-get-field-value): Call
3492         `elmo-message-entity-field' with 3rd argument is non-nil.
3493
3494 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3495
3496         * wl-vars.el (wl-draft-preview-attributes): New user option.
3497         (wl-draft-preview-attributes-list): Ditto.
3498         (wl-draft-preview-attributes-buffer-lines): Ditto.
3499         (wl-draft-preview-attributes-buffer-name): Ditto.
3500
3501         * wl-mime.el (wl-draft-preview-message): Display attributes.
3502
3503 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3504
3505         * wl-summary.el (wl-summary-detect-mark-position): Bind
3506         wl-summary-flag-priority-list to '(new).
3507
3508 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3509
3510         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3511         funtion.
3512         (wl-highlight-summary-line-string): Use it.
3513         (wl-highlight-summary-current-line): Ditto.
3514
3515 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3518         line even when the mark string is not changed.
3519
3520         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3521         argument change in the wl-summary-create-line.
3522         (wl-thread-insert-entity-sub): Ditto.
3523
3524         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3525         argument change in the wl-summary-create-line.
3526         (wl-summary-insert-sequential): Ditto.
3527         (wl-summary-update-thread): Ditto.
3528         (wl-summary-persistent-mark-string): New inline function.
3529         (wl-summary-message-mark): Use it.
3530         (wl-summary-create-line): Abolish argument wl-persistent-mark
3531         and added wl-flags, wl-cached.
3532
3533         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3534         mark to flags.
3535         (wl-highlight-summary-current-line): Decide the face not by the 
3536         persistent mark but flags.
3537
3538 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3541         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3542         wl-summary-read-uncached-mark): Revive.
3543         (wl-summary-answered-cached-mark,
3544         wl-summary-answered-uncached-mark): New user option.
3545         (wl-summary-score-marks): Follow the change above.
3546         (wl-summary-auto-refile-skip-marks): Ditto.
3547         (wl-summary-incorporate-marks): Ditto.
3548         (wl-summary-expire-reserve-marks): Ditto.
3549         (wl-summary-flag-priority-list): New user option.
3550
3551         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3552         changes.
3553         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3554         of elmo-message-mark.
3555         (wl-summary-mark-as-read-internal): Ditto.
3556         (wl-summary-mark-as-answered): Ditto.
3557         (wl-summary-mark-as-important): Ditto.
3558         (wl-summary-redisplay-internal): Ditto.
3559         (wl-summary-redisplay-no-mime-internal): Ditto.
3560         (wl-summary-message-mark): New function.
3561         (wl-summary-insert-sequential): Use wl-summary-message-mark
3562         instead of elmo-message-mark.
3563         (wl-summary-update-thread): Ditto.
3564         (wl-summary-persistent-mark): Ditto.
3565         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3566         instead of elmo-message-mark.
3567
3568         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3569         wl-summary-message-mark instead of elmo-message-mark.
3570         (wl-thread-insert-entity-sub): Ditto.
3571         (wl-thread-get-children-msgs-uncached): Ditto.
3572
3573         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3574         variable name changes.
3575         (wl-highlight-summary-current-line): Ditto.
3576
3577         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3578         wl-summary-message-mark instead of elmo-message-mark.
3579
3580         * wl-expire.el (wl-expire-message-p): Ditto.
3581
3582         * wl-score.el (wl-score-headers): Ditto.
3583
3584         * Version number is increased to 2.11.9.
3585
3586         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3587         (wl-summary-sync-update): Follow the change above.
3588         (wl-summary-switch-to-clone-buffer): Ditto.
3589         (wl-summary-open-folder): Ditto.
3590
3591 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3592
3593         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3594         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3595
3596         * Version number is increased to 2.11.8.
3597
3598         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3599
3600         * wl-expire.el (wl-expire-refile): Follow the API change on
3601         `elmo-folder-move-messages'.
3602         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3603
3604         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3605         (wl-summary-exec-action-refile): Ditto.
3606         (wl-summary-exec-action-copy): Ditto.
3607         (wl-summary-no-auto-refile-message-p): No use
3608         `wl-summary-buffer-msgdb'.
3609         (wl-summary-auto-refile): Ditto.
3610
3611 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3612
3613         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3614
3615 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3616
3617         * wl-summary.el (wl-summary-sync): Treat no-sync.
3618
3619         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3620         (wl-default-sync-range): Ditto.
3621
3622 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3623
3624         * wl-refile.el (wl-refile-subject-learn): Call
3625         `elmo-message-entity-field' with 3rd argument is non-nil.
3626         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3627         instead of `elmo-msgdb-overview-entity-get-subject'.
3628
3629 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3632         scan-type is rescan.
3633         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3634         new optional argument force is non-nil.
3635         (wl-summary-save-view-cache): Call it with force argument non-nil.
3636
3637         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3638
3639 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3640
3641         * wl-action.el (wl-summary-print-argument): Fixed last change.
3642
3643 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3644
3645         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3646         simplified.
3647         (wl-summary-target-mark-mark-as-unread): Likewise.
3648         (wl-summary-target-mark-mark-as-important): Likewise.
3649
3650 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3651
3652         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3653         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3654         (wl-summary-mark-as-important-region): Change accordingly.
3655         (wl-summary-target-mark-mark-as-important): Ditto.
3656
3657 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3660
3661         * wl-action.el (wl-summary-print-argument): Print argument to
3662         right side of window if `wl-summary-print-argument-within-window'
3663         is non-nil.
3664
3665 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-action.el (wl-summary-set-mark): Use
3668         `wl-summary-message-visible-p' to check visibility of the message
3669         and jump to message only when the message line is visible and have
3670         different number; Call wl-summary-unset-mark with number argument.
3671         (wl-summary-unset-mark): 
3672         Use `wl-summary-message-visible-p'
3673         to check visibility of the message and jump to message only when
3674         the message line is visible and have different number;
3675
3676 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * Version number is increased to 2.11.7.
3679
3680         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3681         and wl-folder-summary-line-format.
3682
3683         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3684         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3685         (wl-summary-set-score-mark): Use it.
3686         (wl-summary-target-mark-mark-as-read): Ditto.
3687         (wl-summary-target-mark-mark-as-unread): Ditto.
3688         (wl-summary-target-mark-mark-as-important): Ditto.
3689         (wl-summary-target-mark-msgs): Simplified.
3690         (wl-summary-detect-mark-position): Fixed problem when
3691         summary-line-format no contain persisten/temp mark spec.
3692         (wl-summary-temp-mark): Ditto.
3693         (wl-summary-persistent-mark): Ditto.
3694         (wl-summary-update-persistent-mark): Ditto.
3695
3696         * wl-action.el (wl-summary-set-mark): Ditto.
3697         (wl-summary-unset-mark): Ditto.
3698         All other related portions are changed.
3699
3700 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * Version number is increased to 2.11.6.
3703
3704 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-util.el (wl-current-message-buffer): Define as function;
3707         Don't use the value of wl-messge-buffer.
3708
3709         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3710         persistent mark.
3711
3712         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3713         no current message, cause an error.
3714
3715 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3716
3717         * wl-summary.el (wl-summary-set-message-modified): Use
3718         elmo-folder-set-message-modified instead of
3719         elmo-folder-set-message-modified-internal.
3720
3721 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3724         interactively.
3725         (wl-summary-sync): nokill->entirely.
3726         (wl-summary-sync-marks): Fixed message.
3727         (wl-summary-input-range): Added mark, nokill->entirely.
3728
3729         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3730         messages as read.
3731
3732 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3733
3734         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3735         update-noscore.
3736         (wl-summary-sync): Follow the change above.
3737
3738 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3739
3740         * wl-action.el (wl-summary-target-mark-all): Use
3741         elmo-folder-list-messages.
3742
3743 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3744
3745         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3746         (wl-summary-rescan): Set wl-summary-scored as nil.
3747         (wl-summary-sync-force-update): Follow the change above.
3748         (wl-summary-sync): Ditto.
3749         (wl-summary-sync-update): Added argument disable-killed.
3750         (wl-summary-insert-headers): Set visible-only argument for
3751         elmo-folder-list-messages.
3752         (wl-summary-input-range): Added update-nokill, update-noscore,
3753         all-nokill, all-noscore and mark.
3754
3755         * Version number is increased to 2.11.5.
3756
3757         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3758
3759 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3760
3761         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3762         (wl-summary-prefetch-region-no-mark): Change accordingly.
3763         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3764
3765 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3766
3767         * wl-address.el (wl-complete-field-to): Abolished.
3768         (wl-complete-address): Completion function for completing-read.
3769         * wl-action.el (wl-summary-get-resend-address): Use it.
3770
3771         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3772         wl-summary-update-mark and abolish unused argument.
3773         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3774         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3775         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3776         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3777         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3778         * wl-draft.el (wl-draft-kill): Ditto.
3779
3780         * wl-summary.el: Remove unused binding of case-fold-search.
3781         (wl-summary-replace-status-marks): Abolished.
3782
3783 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3786         is specified or folder length is zero.
3787
3788 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3789
3790         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3791         (wl-folder-archive-current-entity): Ditto.
3792
3793 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3796         retrieving message mark.
3797         (wl-summary-redisplay-internal): Ditto.
3798
3799         * wl-message.el (wl-message-buffer-display): Ignore errors while
3800         retrieving message-id field.
3801
3802         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3803         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3804         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3805         order of the arguments for `wl-expire-message-p'.
3806         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3807
3808         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3809         Check return value of wl-summary-reply.
3810         (wl-summary-reply): Recover window configuration when an error occured.
3811
3812 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3813
3814         * wl-summary.el (wl-summary-resend-message): Abolished, the
3815         feature is inherited by wl-summary-resend (put resend mark).
3816
3817 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3818
3819         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3820         wl-message-buffer to nil when the message is hide.
3821
3822 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3823
3824         * .cvsignore: New file.
3825
3826 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3827
3828         * wl-action.el (wl-summary-action-docstring): Add more info.
3829         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3830         duplicate definition.
3831         (wl-summary-define-mark-action): Functions wl-summary-*-region
3832         keep current position.
3833         (wl-summary-unregister-target-mark): Store result to the variable.
3834
3835 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * Version number is increased to 2.11.4.
3838
3839 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3840
3841         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3842         wl-summary-delete-all-temp-marks.
3843         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3844
3845         * wl-action.el (wl-summary-set-mark): Changed terminology
3846         refile-destination -> action-argument.
3847         (wl-summary-unset-mark): Ditto.
3848         (wl-summary-remove-argument): Ditto.
3849         (wl-summary-print-argument): Ditto.
3850
3851         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3852         (wl-thread-remove-argument-region): Ditto.
3853         (wl-thread-print-argument-region): Ditto.
3854         (wl-thread-close): Ditto.
3855         (wl-thread-open): Ditto.
3856
3857         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3858         (wl-highlight-refile-destination-face is abolished)
3859         (wl-highlight-action-argument-string): Ditto.
3860         (wl-highlight-summary-current-line): Highlight action argument.
3861
3862         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3863         color for light backgrounds.
3864         (wl-highlight-summary-answered-face): Ditto.
3865
3866 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3867
3868         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3869
3870         * wl-score.el (wl-summary-score-update-all-lines): Use
3871         wl-summary-set-mark.
3872         (wl-summary-score-update-all-lines): Kill expunged messages.
3873
3874         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3875
3876 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3877
3878         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3879         directly.
3880         (wl-score-overview-entity-get-lines): Ditto.
3881         (wl-score-overview-entity-get-xref): Ditto.
3882         (wl-score-get-latest-msgs): Ditto.
3883         (wl-summary-rescore): Ditto.
3884
3885         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3886         to "&".
3887         (wl-summary-mark-as-answered-internal): New inline function.
3888         (wl-summary-mark-as-answered): New function.
3889         (wl-summary-mark-as-unanswered): Ditto.
3890         (wl-summary-sync-marks): Modified for answered-mark synching.
3891
3892 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3893
3894         * wl-action.el (wl-summary-set-mark): Fixed last change.
3895
3896 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3897
3898         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3899         behavior of wl-summary-unread-message-hook
3900         (Pointed out by akira yamada <akira@arika.org>).
3901
3902 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3903
3904         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3905         wl-summary-delete.
3906         * wl-xmas.el (wl-summary-toolbar): Ditto.
3907
3908         * wl-action.el (wl-summary-set-mark): Don't override current
3909         temp-mark.
3910
3911         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3912
3913 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3914
3915         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3916         (wl-refile-msgid-learn): Ditto.
3917         (wl-refile-get-field-value): Ditto.
3918
3919         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3920
3921         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3922         (wl-expire-delete-reserved-messages): Renamed from
3923         wl-expire-reserve-marked-msgs-from-list.
3924         (wl-expire-delete): Removed argument `msgdb'.
3925         (wl-expire-refile): Ditto.
3926         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3927         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3928         mark-alist as argument.
3929         (wl-expire-archive-number1): Removed argument `msgdb'.
3930         (wl-expire-archive-number2): Ditto.
3931         (wl-expire-archive-date): Ditto.
3932         (wl-expire-localdir-date): Ditto.
3933         (wl-expire-hide): Ditto.
3934         (wl-archive-number1): Ditto.
3935         (wl-archive-number2): Ditto.
3936         (wl-archive-date): Ditto.
3937         (wl-archive-folder): Ditto.
3938         All other related portions are changed.
3939
3940 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3941
3942         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3943         mean move up and down. (suggested by Takashi Kawachi)
3944
3945 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3946
3947         * wl-acap.el (toplevel): Don't require un-define.
3948
3949 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3950
3951         * wl-thread.el (wl-thread-delete-message): Always update
3952         wl-summary-buffer-number-list.
3953
3954         * wl-action.el (wl-summary-print-destination): 
3955         Do nothing when folder is nil.
3956
3957 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3958
3959         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3960         persistent mark when prefetch is succeeded.
3961
3962 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3965         instead of elmo-msgdb-delete-msgs.
3966         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3967         (wl-expire-hide): Ditto.
3968
3969         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3970
3971         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3972         elmo-msgdb interface.
3973         (wl-thread-get-exist-children): Likewise.
3974         (wl-thread-insert-message): Likewise.
3975         (wl-thread-msg-mark-as-important): Likewise.
3976         (wl-thread-insert-entity-sub): Likewise.
3977         (wl-thread-get-children-msgs-uncached): Likewise.
3978
3979         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3980         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3981         (wl-summary-sync-update): Likewise.
3982         (wl-summary-auto-select-msg-p): Likewise.
3983         (wl-summary-update-thread): Likewise.
3984         (wl-summary-mark-as-important): Likewise.
3985         (wl-summary-jump-to-msg-internal): Likewise.
3986         (wl-summary-redisplay-internal): Likewise.
3987         (wl-summary-print-message-with-ps-print): Likewise.
3988         (wl-summary-folder-info-update): Likewise.
3989
3990         * wl-folder.el (wl-folder-check-one-entity):
3991         elmo-folder-count-flags instead of wl-summary-count-unread.
3992
3993         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3994
3995         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3996
3997         * wl-summary.el (wl-summary-set-message-modified): 
3998         Call wl-summary-set-mark-modified.
3999         (wl-summary-delete-messages-on-buffer): Call
4000         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4001         (wl-summary-sync-update): Call elmo-folder-length instead of
4002         elmo-folder-messages.
4003         (wl-summary-insert-headers): Don't call
4004         elmo-folder-list-message-entities.
4005
4006 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4007
4008         * wl-action.el (wl-summary-define-mark-action): Call
4009         `wl-summary-set-mark' with argument `data'.
4010         (wl-summary-auto-refile): Fixed order of arguments when call
4011         `wl-summary-refile'.
4012
4013 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4016
4017         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4018
4019         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4020         (Renamed from wl-highlight-summary-deleted-face).
4021         (wl-highlight-summary-resend-face): New face.
4022
4023         (wl-highlight-summary-deleted-face): Renamed from
4024         wl-highlight-summary-erased-face.
4025
4026         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4027
4028         * wl-action.el (wl-summary-get-resend-address): New function.
4029         (wl-summary-exec-action-resend): Ditto.
4030         (wl-summary-exec-action-resend-subr): Ditto.
4031
4032         * w-thread.el (wl-thread-copy): Removed definition.
4033         (wl-thread-refile): Ditto.
4034         (wl-thread-delete): Ditto.
4035         (wl-thread-target-mark): Ditto.
4036
4037         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4038         (wl-summary-target-mark-set-action): Fixed.
4039         (wl-summary-define-mark-action): Fixed quotation.
4040         (wl-summary-move-mark-list-messages): Display message.
4041         (wl-summary-define-mark-action): Define thread functions.
4042         (wl-summary-exec-action-refile): Changed message.
4043         (wl-summary-exec): Ditto.
4044
4045 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4046         
4047         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4048         '%%'.
4049
4050 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4051
4052         * wl.el (toplevel): Require wl-action.
4053         (wl-init): Call wl-summary-define-mark-action.
4054
4055         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4056
4057         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4058         wl-summary-delete and wl-summary-erase.
4059         (wl-summary-mode-map): Ditto.
4060
4061         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4062         wl-delete-folder-alist.
4063
4064         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4065         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4066         (toplevel): Moved mark & action related functions to the wl-action.el.
4067
4068         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4069         in wl-summary-mark-action-list.
4070         (wl-highlight-summary-current-line): Ditto.
4071
4072         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4073         empty lines.
4074
4075         * wl-action.el: New file. 
4076
4077 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4078
4079         * wl-summary.el (wl-summary-target-mark-replace): New function.
4080         (wl-summary-target-mark-prefetch): Use it.
4081         (wl-summary-target-mark-delete): Ditto.
4082         (toplevel): Rearranged definition order.
4083         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4084         (wl-summary-target-mark-erase): Rewrite.
4085         (wl-summary-erase-region): New function.
4086         (wl-summary-exec-action-erase): Changed message.
4087         (wl-summary-move-mark-list-messages): New function.
4088         (wl-summary-exec-action-delete): Use it.
4089         (wl-summary-exec-action-erase): Ditto.
4090
4091         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4092         (wl-summary-skip-mark-list): Added "d".
4093
4094         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4095         while searching.
4096
4097         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4098         and define using defcustom;
4099         Define 4th element as a face.
4100         
4101         * wl-summary.el (wl-summary-incorporate): Use 
4102         `wl-summary-prefetch-region-no-mark' instead of
4103         `wl-summary-prefetch-region'.
4104         (wl-summary-prefetch-region-no-mark): Revival of old
4105         `wl-summary-prefetch-region'.
4106         (wl-summary-mark-action-list): Moved to wl-vars.el
4107
4108         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4109         face according to the `wl-summary-mark-action-list'.
4110         (wl-highlight-summary-current-line): Ditto;
4111         Removed destination highlighting.
4112
4113         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4114         (wl-highlight-summary-line-string): Highlight for "i" mark.
4115         (wl-highlight-summary-current-line): Ditto.
4116
4117         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4118         no destination.
4119
4120         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4121         exists, just go ahead.
4122         (wl-summary-prefetch-region): Rewrite.
4123         (wl-summary-prefetch): Ditto.
4124         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4125         (wl-summary-exec-action-prefetch): New function.
4126         (wl-summary-target-mark-prefetch): Rewrite.
4127
4128 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4129
4130         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4131         (wl-highlight-summary-line-string): Added "d" and "D".
4132         (wl-highlight-summary-current-line): Ditto.
4133
4134         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4135         in wl-summary.el.
4136         (wl-thread-insert-entity-sub): Ditto.
4137         (wl-thread-remove-destination-region): Ditto.
4138         (wl-thread-print-destination-region): Ditto.
4139
4140         * wl-summary.el (wl-summary-buffer-refile-list,
4141         wl-summary-buffer-delete-list,
4142         wl-summary-buffer-copy-list): Abolish.
4143         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4144         All other related portions are changed.
4145         (wl-summary-mark-action-list): New variable.
4146         (wl-summary-set-mark): New function.
4147         (wl-summary-register-target-mark): Ditto.
4148         (wl-summary-unregister-target-mark): Ditto.
4149         (wl-summary-have-target-mark-p): Ditto.
4150         (wl-summary-register-temp-mark): Ditto.
4151         (wl-summary-unregister-temp-mark): Ditto.
4152         (wl-summary-registered-temp-mark): Ditto.
4153         (wl-summary-collect-temp-mark): Ditto.
4154         (wl-summary-unset-mark): Ditto.
4155         (wl-summary-set-target-mark): Ditto.
4156         (wl-summary-unset-target-mark): Ditto.
4157         (wl-summary-set-action-generic): Ditto.
4158         (wl-summary-unset-action-generic): Ditto.
4159         (wl-summary-exec-action-delete): Ditto.
4160         (wl-summary-exec-action-erase): Ditto.
4161         (wl-summary-set-action-refile): Ditto.
4162         (wl-summary-set-action-refile-subr): Ditto.
4163         (wl-summary-unset-action-refile): Ditto.
4164         (wl-summary-make-destination-numbers-list): Ditto.
4165         (wl-summary-exec-action-refile): Ditto.
4166         (wl-summary-set-action-copy): Ditto.
4167         (wl-summary-unset-action-copy): Ditto.
4168         (wl-summary-exec-action-copy): Ditto.
4169         (wl-summary-collect-numbers-region): Ditto.
4170         (wl-summary-delete): Rewrite.
4171         (wl-summary-erase): Ditto.
4172         (wl-summary-remove-destination): Ditto.
4173         (wl-summary-exec): Ditto.
4174         (wl-summary-exec-region): Ditto.
4175         (wl-summary-target-mark-erase): Ditto.
4176         (wl-summary-refile): Ditto.
4177         (wl-summary-copy): Ditto.
4178         (wl-summary-unmark): Ditto.
4179         (wl-summary-delete-all-mark): Ditto.
4180         (wl-summary-mark-line): Don't highlight.
4181         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4182         (wl-summary-target-mark-refile-subr): Rewrite.
4183
4184         (wl-summary-copy-prev-destination): Abolish.
4185
4186 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4187
4188         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4189         default values along the value of wl-on-mule.
4190         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4191         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4192         It is not used anywhere.
4193
4194 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4195
4196         * wl-summary.el (wl-summary-print-destination): Keep position.
4197         (wl-summary-cursor-move-surface): Keep horizontal position.
4198
4199 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4200
4201         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4202         write sendlog.
4203
4204 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4205
4206         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4207         `wl-summary-highlight'.
4208
4209 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4210
4211         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4212         trivial condition for temp-mark.
4213
4214 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4215
4216         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4217         when it hits killed buffer.
4218
4219 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4220
4221         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4222         * wl-news.el.in: `message' and `error' take format string.
4223
4224 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4225
4226         * wl-folder (wl-folder-insert-entity): Display a message,
4227         `...done', when the work finish.
4228         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4229
4230 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4231
4232         * wl-message.el (wl-message-redisplay): Remove unused local
4233         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4234
4235 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4236
4237         * wl-summary.el (wl-summary-replace-status-marks): Disable
4238         interactive use.
4239         (wl-summary-reedit): Check message existence at first.
4240         (wl-summary-mark-line): Fix doc, return value is indefinite.
4241
4242         * wl-highlight.el (wl-highlight-message): Arranged.
4243
4244         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4245         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4246         check temp-mark by wl-summary-temp-mark always.
4247         (wl-highlight-summary): Change accordingly.
4248         * wl-summary.el (wl-summary-mark-as-read-all)
4249         (wl-summary-delete-cache, wl-summary-set-score-mark)
4250         (wl-summary-mark-as-unread, wl-summary-unmark)
4251         (wl-summary-mark-line, wl-summary-mark-as-read)
4252         (wl-summary-mark-as-important): Ditto.
4253
4254         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4255         end of the window if possible.
4256         * wl-summary.el (wl-summary-sync-update): Support lazy
4257         highlighting.
4258         (wl-summary-toggle-disp-msg): Ditto.
4259
4260 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4261
4262         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4263
4264 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4265
4266         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4267         change.
4268
4269 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4272         API.
4273         (wl-summary-sync-update): Ditto.
4274
4275         * wl-score.el (wl-score-get-score-alist): Changed argument.
4276         (wl-summary-rescore-msgs): Likewise.
4277         (wl-summary-score-headers): Likewise.
4278         (wl-score-headers): Likewise;
4279         Use elmo-folder-do-each-message-entity, etc.
4280         (wl-summary-score-effect): Follow the changes above.
4281         (wl-summary-rescore): Ditto.
4282         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4283         (wl-score-get-overview): Abolish.
4284
4285         * wl-summary.el (wl-summary-default-from): Follow the API change in
4286         elmo-msgdb.
4287         (wl-summary-count-unread): Ditto.
4288         (wl-summary-detect-mark-position): Ditto.
4289         (wl-summary-overview-entity-compare-by-date): Ditto.
4290         (wl-summary-overview-entity-compare-by-number): Ditto.
4291         (wl-summary-overview-entity-compare-by-from): Ditto.
4292         (wl-summary-overview-entity-compare-by-subject): Ditto.
4293         (wl-summary-get-list-info): Ditto.
4294         (wl-summary-rescan): Ditto.
4295         (wl-summary-jump-to-msg-by-message-id): Ditto.
4296         (wl-summary-sync-update): Ditto; Removed comment.
4297         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4298         (wl-summary-insert-message): Use wl-summary-insert
4299         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4300         (wl-summary-insert-headers): Changed argument overview to folder.
4301         (wl-summary-search-by-subject): Likewise.
4302         (wl-summary-insert-thread): Renamed from 
4303         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4304
4305         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4306         too.
4307
4308         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4309         wl-string-member.
4310
4311 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4312
4313         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4314         elmo-folder-append-buffer.
4315         (wl-draft-queue-append): Likewise.
4316
4317         * wl-mime.el (wl-message-delete-current-part): Ditto.
4318         (wl-summary-burst-subr): Ditto.
4319
4320         * wl-news.el.in (wl-news-send-news): Ditto.
4321
4322 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4323
4324         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4325         function.
4326         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4327         (wl-summary-update-mark): Enclose with save-excursion.
4328         (wl-summary-mark-as-read-internal): Fixed last change.
4329         (wl-summary-mark-as-important): Use 3rd argument of
4330         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4331         Don't use elmo-msgdb-set-mark.
4332         (wl-summary-redisplay-internal): If msgdb flag is already read,
4333         just update the mark on buffer.
4334
4335 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4336
4337         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4338         cut visible folder when elmo-folder-delete returns non-nil value.
4339
4340 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4341
4342         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4343         by Kenichi OKADA <okada@opaopa.org>).
4344
4345 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4346
4347         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4348
4349 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4350
4351         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4352         Fixed the last change, search group entity by its real name.
4353         (Thanks to: KOBAYASHI Shinji)
4354
4355 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4356
4357         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4358         (wl-fldmgr-access-display-all): Don't refer visible name.
4359         * wl-expire.el (wl-folder-archive-current-entity)
4360         (wl-folder-expire-current-entity): Ditto.
4361         * wl-folder.el (wl-folder-jump-to-current-entity)
4362         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4363         (wl-folder-open-folder-sub,wl-folder-open-all)
4364         (wl-folder-write-current-folder): Ditto.
4365         (wl-folder-insert-entity): Don't use petname for normal group.
4366         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4367         is the real name.
4368         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4369         Abolished.
4370
4371 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4372
4373         * wl-draft.el (wl-draft-create-buffer): Add
4374         `wl-summary-reply-with-citation'
4375
4376 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4377
4378         * wl-draft.el (wl-draft-reply): Fixed.
4379
4380 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4381
4382         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4383         when `wl-draft-send-confirm-with-preview' is non-nil.
4384         You can scroll up/down by j/k.
4385         (wl-draft-send-confirm-with-preview): New variable (default=t).
4386
4387 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4390         (wl-fldmgr-save-folders): Fix comment.
4391
4392 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4395         along the last change in `wl-folder-buffer-group-p'.
4396
4397 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4400         folder.
4401
4402         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4403         the default value.
4404
4405         * wl-mime.el (wl-summary-burst): Update summary only when target
4406         folder equals current folder.
4407
4408 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4409
4410         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4411
4412 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4415         value.
4416
4417 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4420         `map-extents' instead of `extent-at' repeatedly.
4421         (wl-highlight-folder-current-line): Ditto.
4422
4423         * wl-highlight.el: Remove useless dummy functions.
4424
4425 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4428         (wl-folder-put-folder-property): New function to put text property.
4429         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4430         (wl-folder-insert-entity, wl-folder-update-diff-line)
4431         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4432         * wl-e21.el, wl-xmas.el, wl-mule.el
4433         (wl-highlight-folder-current-line): Ditto.
4434         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4435         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4436         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4437         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4438
4439 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * Version number is increased to 2.11.3.
4442
4443 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4446         Resume current-buffer since it is assumed by remaining tasks.
4447
4448 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4451         (wl-folder-completion-function): Abolished.
4452         (wl-folder-complete-folder): New function.
4453         (wl-folder-complete-filter-condition): Ditto.
4454         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4455         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4456
4457 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-draft.el (wl-draft-send-confirm): New function.
4460         (wl-draft-send): Use it.
4461
4462         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4463         cursor-in-echo-area while confirming.
4464
4465         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4466
4467         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4468         searching via nntp if wl-summary-search-via-nntp is 'force.
4469         Otherwise, invoke searching in nntp folder only.
4470         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4471
4472         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4473         explicitly for mime-make-text-tag.
4474
4475 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4476
4477         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4478         `mime-make-text-tag' instead of `mime-create-tag'.
4479
4480 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4483         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4484
4485 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-score.el (wl-score-save): Bind print-length and print-level.
4488         (wl-score-pretty-print): Ditto.
4489         (wl-score-edit-insert-header-entry): Ditto.
4490
4491         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4492         "From" entry to be treated with wl-draft-eword-encode-address-list.
4493         * wl-mime.el (wl-draft-preview-message): Ditto.
4494
4495         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4496         (wl-summary-mark-as-unread): Ditto.
4497         (wl-summary-mark-as-read-region): Change accordingly.
4498         (wl-summary-mark-as-unread-region): Ditto.
4499         (wl-summary-target-mark-mark-as-read): Ditto.
4500         (wl-summary-target-mark-mark-as-unread): Ditto.
4501
4502 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * Version number is increased to 2.11.2.
4505
4506 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-news.el.in (wl-news-previous-version-save): Bind
4509         print-length and print-level.
4510         * wl-thread.el (wl-thread-save-entities): Ditto.
4511         (wl-thread-save-top-list): Bind print-length.
4512
4513 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * wl-highlight.el (wl-highlight-summary-line-string): Use
4516         wl-summary-score-below-mark, wl-summary-score-over-mark.
4517         (wl-highlight-summary-current-line): Ditto.
4518
4519 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4520
4521         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4522         insert it.
4523
4524 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4525
4526         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4527
4528 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4531         message without msgid.
4532         Rewrite with elmo-folder-move-messages.
4533         Set wl-message-buffer to nil.
4534
4535         * wl-summary.el (wl-summary-erase-subr): New function. Use
4536         elmo-folder-move-messages.
4537         (wl-summary-erase): Call it.
4538         (wl-summary-target-mark-erase): Ditto.
4539
4540 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4543         it is not up-tp-date.
4544
4545 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4548         buffer after calling `wl-summary-goto-folder-subr' without the
4549         argument `interactive'.
4550         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4551
4552 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4553
4554         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4555         `mime-create-tag'. Use `string=' instead of `looking-at'.
4556
4557 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4560         to avoid compile warning.
4561
4562         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4563         entity-id when folder is given.
4564         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4565         save-excursion, use save-selected-window instead.
4566         Select folder buffer window if exists.
4567         (To correct behavior with wl-folder-move-cur-folder.)
4568
4569 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4570
4571         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4572
4573 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4574
4575         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4576         list-count instead of %d.
4577
4578 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4579
4580         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4581         (wl-news): Set it.
4582         (wl-news-append-to-folder): Use it.
4583
4584         * wl-news.el.in (wl-news-send-news): Append to specified folder
4585         instead of wl-default-folder.
4586         (wl-news-append-to-folder): Show error message with specified folder.
4587
4588         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4589                 In most major modes, Emacs assumes that any opening
4590                 delimiter found at the left margin is the start of a
4591                 top-level definition, or defun. Therefore, *never put an
4592                 opening delimiter at the left margin unless it should have
4593                 that significance.*
4594
4595         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4596
4597 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4598
4599         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4600
4601 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4602
4603         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4604
4605 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4606
4607         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4608         for sequential numbering case.
4609
4610 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4611
4612         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4613         value.
4614         (wl-draft-reply-without-argument-list): Ditto.
4615         (wl-draft-reply-myself-with-argument-list): Abolish.
4616         (wl-draft-reply-myself-without-argument-list): Ditto.
4617         * wl-draft.el (wl-draft-self-reply-p): New function.
4618         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4619
4620 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4621
4622         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4623         (avoid error for the case without byte-compiling)
4624
4625 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4626
4627         * wl-news.el.in (wl-news-append-to-folder): New function.
4628         (wl-news-exit): Rewrite.
4629         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4630
4631 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * wl-draft.el (wl-draft-reply-position): New function.
4634         (wl-draft-reply-position): Fix.
4635         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4636         (wl-summary-target-mark-reply-with-citation): Ditto.
4637         (wl-summary-reply-with-citation): Ditto.
4638         * wl-vars.el (wl-draft-reply-default-position): New variable.
4639
4640 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4641
4642         * wl-draft.el (wl-draft-send): Preview when interactive send.
4643
4644 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4645
4646         * wl-draft.el (wl-draft-reply): Set default position.
4647         * wl-summary.el (wl-summary-reply): Ditto.
4648         (wl-summary-reply-with-citation): Ditto.
4649         (wl-summary-target-mark-reply-with-citation): Ditto.
4650
4651 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4652
4653         * wl-news.el.in (wl-news-lang): Set default value according to
4654         current-language-environment.
4655         (wl-news-append-news): Do nothing when news-list is nil.
4656
4657 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4660         (wl-news): Change message.
4661         (wl-news-exit): Check buffer.
4662         (wl-news-force-exit): New function.
4663         (wl-news-show-all): New function.
4664         (wl-news-discard-and-exit): Fix.
4665
4666 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4669         according to current-language-environment.
4670
4671         * wl-news.el.in (wl-news): If arg, show all NEWS after
4672         wl-news-default-previous-version.
4673
4674 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4675
4676         * wl-news.el.in (wl-news-check): Rewritten.
4677         (wl-news-previous-version-load): Change data type.
4678         (wl-news-previous-version-save): Change data type.
4679         (wl-news-append-news): Add return value.
4680         (wl-news-check-news): New function.
4681         (wl-news-already-current-p): New function.
4682         (wl-news-send-news): Rewritten.
4683         (wl-news-mode-map): Add new keybind.
4684         (wl-news): Rewritten.
4685         (wl-news-exit): Rewritten.
4686         (wl-news-discard-and-mail): New function.
4687         (wl-news-send-to-address): Abolished.
4688         * wl.el (wl-init): Delete a message.
4689
4690 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-news.el.in (wl-news-exit): Update previous version.
4693         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4694
4695 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4698
4699 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-news.el.in (wl-news): New function.
4702         (wl-news-mode): New function.
4703         (wl-news-next-line): New function.
4704         (wl-news-next-page): New function.
4705         (wl-news-exit): New function.
4706         (wl-news-buf-name): New variable.
4707         (wl-news-mode-map): New variable.
4708         (wl-news-winconf): New variable.
4709         (wl-news-append-news): Add an option.
4710
4711 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4712
4713         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4714
4715 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-news.el.in (wl-news-send-to-address): New variable.
4718         (wl-news-send-news): Use it.
4719         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4720         Return updating status.
4721         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4722
4723 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl-news.el.in (wl-news-send-news): Delete
4726         Organization and X-Face.
4727
4728 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4731         (wl-news-append-news): New function.
4732         (wl-news-send-news): New function.
4733
4734 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * Version number is increased to 2.11.1.
4737
4738 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-news.el.in : New file.
4741
4742 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4743
4744         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4745         default value.
4746         (wl-draft-reply-without-argument-list): Ditto.
4747
4748 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4751         (wl-message-buffer-prefetch-idle-time): Ditto.
4752         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4753
4754 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-thread.el (wl-thread-insert-message): Use
4757         wl-summary-max-thread-depth.
4758
4759         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4760         loop detection.
4761
4762         * wl-message.el (wl-message-buffer-display): Back to the first page
4763         when cache is hit.
4764
4765 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4768
4769         * wl-summary.el (wl-summary-insert-thread-entity):
4770         If the thread depth is reached to wl-summary-max-thread-depth,
4771         divide the thread.
4772
4773 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4774
4775         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4776         for elmo-remove-passwd.
4777
4778 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4779
4780         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4781         folder is sticky.
4782         (wl-folder-mark-as-read-all-entity): Ditto.
4783         (wl-folder-prefetch-entity): Ditto.
4784
4785 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4786
4787         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4788
4789 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4792         Delete messages on buffer for unplugged operation.
4793         (wl-summary-erase): Ditto.
4794
4795 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4796
4797         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4798         take nil so as not to search parent by subject.
4799
4800 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4803         (wl-folder-get-next-folder): Ditto.
4804         (wl-folder-get-path): Ditto.
4805
4806 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4807
4808         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4809         system and encode the region with it before verifying.
4810
4811 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4814         system of the echo buffer before decoding.
4815
4816 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4817
4818         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4819         original contents.
4820
4821 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4824         with argument 'any-exists.
4825
4826 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4827
4828         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4829         Use `wl-cs-autoconv'.
4830
4831 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4832
4833         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4834         by `mime-view-automatic-conversion'.
4835
4836         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4837         (wl-message-verify-pgp-nonmime): Ditto.
4838         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4839         Bind them to C-c:d and C-c:v respectively.
4840
4841         Merge following code by Teranishi-san from [wl-en:00167].
4842         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4843         (wl-mime-preview-application/pgp-encrypted): Ditto.
4844         (wl-mime-setup): Add entry.
4845
4846 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4847
4848         * wl-summary.el (wl-summary-target-mark-erase): New function.
4849         Bind it to "mD".
4850
4851 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-vars.el (wl-draft-write-file-function): Fix.
4854         (wl-draft-reedit-hook): Changed default value.
4855
4856         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4857         wl-draft-reedit-hook.
4858         (wl-draft-remove-text-plain-tag): New function.
4859         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4860
4861         * wl-vars.el (wl-draft-write-file-function): New user option.
4862
4863         * wl-draft.el (wl-draft-prepare-edit): Use it for
4864         local-write-file-hooks.
4865         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4866
4867         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4868         (wl-draft-insert-mail-header-separator): Return the body beginning
4869         point.
4870         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4871         text/plain.
4872         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4873
4874 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4875
4876         * wl-summary.el (wl-summary-erase): New function to erase message
4877         without moving it to trash. Bind to "D".
4878
4879         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4880         as `keep' unless switch-function.
4881
4882 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4883
4884         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4885         message buffer by using `wl-summary-toggle-disp-msg'.
4886         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4887         buffer window.
4888         (wl-summary-supresedes-message): Ditto.
4889
4890         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4891         Do not delete other windows.
4892         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4893         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4894         (wl-draft-create-buffer): Set reply-or-forward also for target
4895         mark commands.
4896
4897 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-draft.el (wl-user-agent-compose): Delete special case for
4900         switch-to-buffer-other-window.
4901
4902         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4903         (wl-summary-forward): Ditto.
4904
4905         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4906         function.
4907         (wl-draft-buffer-style): New use option.
4908
4909         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4910         (wl-draft): Follow the change above.
4911         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4912         wl-draft-buffer-style.
4913         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4914         switch-function.
4915
4916 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4917
4918         * wl-address.el (wl-address-make-completion-entry): Extracted from
4919         `wl-address-make-completion-list'.
4920         (wl-address-enable-strict-loading): New variable.
4921         (wl-address-make-completion-list): Revive petname duplication
4922         inquiry, and enable it if `wl-address-enable-strict-loading'.
4923         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4924
4925 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-message.el (wl-message-get-original-buffer): Avoid
4928         'Selecting deleted buffer' error when original buffer is killed.
4929
4930 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-summary.el (wl-summary-next-message): Use
4933         elmo-message-accessible-p instead of elmo-message-cached-p.
4934
4935 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4938
4939         * wl-thread.el (wl-thread-open-all-unread): Use
4940         elmo-folder-list-flagged instead of
4941         elmo-folder-list-messages-mark-match.
4942
4943         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4944         instead of elmo-folder-list-messages-mark-match.
4945         (wl-summary-move-spec-alist): New variable.
4946         (wl-summary-move-spec-plugged-alist,
4947         wl-summary-move-spec-unplugged-alist): Abolish.
4948         (wl-summary-next-message): Follow the change above.
4949         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4950         with 'no-msg' argument.
4951
4952         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4953         variable.
4954         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4955         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4956         (wl-message-buffer-prefetch-get-next): Follow the change above.
4957
4958 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-version.el (wl-version): Changed codename.
4961
4962         * Version number is increased to 2.11.0.
4963
4964 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4965
4966         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4967         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4968         `wl-draft-config-variables'.
4969         (wl-draft-kill): Fixed problem when the draft is reedit.
4970
4971 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4972
4973         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4974         buffer-modified status (Thanks to
4975         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4976
4977 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-util.el (wl-region-exists-p): New function.
4980
4981         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4982         Remove defvars for byte-compile warnings.
4983
4984 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4985
4986         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4987         defvar-maybe. Removed unused bind.
4988
4989 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4992         summary buffer window before creating new frame.
4993         (wl-draft-reply): Ditto.
4994
4995 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4996
4997         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4998
4999 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5002
5003 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5004
5005         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5006         instead of `kill-region'.
5007
5008 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5009
5010         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5011         (wl-highlight-summary-line-string): Use it.
5012         (wl-highlight-summary-current-line): Ditto.
5013
5014         * wl-mime.el (wl-message-delete-current-part): Check the class of
5015         mime-entity.
5016
5017         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5018
5019         * wl-summary.el (wl-summary-make-number-list): Initialize.
5020         (wl-summary-update-mark): New function.
5021         (wl-summary-reply): Put `answered' mark on the message.
5022         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5023
5024         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5025         (wl-draft-reply): Added optional argument `number';
5026         Set wl-draft-parent-number.
5027         (wl-draft-kill): Delete answered mark if it is a reply.
5028
5029 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5030
5031         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5032         that originates in mime-preview-follow-current-entity.
5033         (wl-draft-yank-current-message-entity): Use it if region is active.
5034
5035         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5036         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5037         `wl-message-delete-current-part'.
5038         * wl-mule.el (wl-message-define-keymap): Ditto.
5039         * wl-xmas.el (wl-message-define-keymap): Ditto.
5040
5041 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-mime.el (wl-message-delete-current-part): New function.
5044         (wl-mime-node-id-to-string): Ditto.
5045
5046         * wl-mime.el (wl-message-delete-current-part): Use existing
5047         original buffer which corresponds current mime-view buffer.
5048         (fetched buffer might have different structure, possibly)
5049
5050         * wl-mime.el (wl-message-delete-current-part): Quit if the
5051         message content differs from the actual message.
5052
5053 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5056         order.
5057         (wl-summary-search-by-subject): Search parent message from tail;
5058         Check the existence of the parent message on the current thread tree.
5059         (wl-summary-update-thread): Check whether the line is inserted.
5060
5061 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5062
5063         * wl-vars.el (wl-summary-line-format): Undo last change.
5064         * wl-summary.el (wl-summary-print-destination): Do not put
5065         invisible property when `wl-summary-width' is nil.
5066         (wl-summary-line-subject-minimum-length): Abolished.
5067         (wl-summary-line-subject): Ditto.
5068
5069 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5070
5071         * wl-vars.el (wl-summary-line-format): Change default value.
5072         (wl-summary-subject-length-limit): Abolished.
5073         * wl-summary.el (wl-summary-line-subject): Ditto.
5074
5075 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5076
5077         * wl-template.el (wl-template-select): Added optional argument.
5078         If optional argument is specified, reverse
5079         `wl-template-visible-select'.
5080
5081 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5084         Take prefix argument to force asking the destination folder.
5085
5086 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5087
5088         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5089         count and update status.
5090
5091 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-summary.el (wl-summary-redisplay-internal): If
5094         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5095         after fetching.
5096
5097 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5098
5099         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5100         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5101
5102         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5103
5104 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5107         (All other related portions are changed).
5108         (wl-summary-mark-as-read-all): Rewrite.
5109
5110 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5113         `wl-summary-mark-as-read'.
5114         (wl-summary-mark-as-unread): Rewrite.
5115         (wl-summary-mark-as-read): Added no-modeline argument.
5116         (wl-summary-resume-cache-status): Rewrite.
5117         (wl-summary-exec-subr): Remove unused local variable.
5118
5119 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5122         logic to call `wl-summary-buffer-prev-folder-function'.
5123         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5124
5125 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5128         is nil.
5129
5130 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5133         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5134         (wl-mime-setup): Add its entry.
5135
5136 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5139         (wl-summary-delete-cache): Likewise.
5140         (wl-summary-mark-as-read): Rewrite.
5141
5142 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5145         `wl-summary-count-unread'.
5146
5147         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5148
5149         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5150
5151 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5154         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5155         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5156         Renamed to the elmo-msgdb-*-mark.
5157         (wl-summary-score-marks): Follow the change above.
5158         (wl-summary-auto-refile-skip-marks): Ditto.
5159         (wl-summary-incorporate-marks): Ditto.
5160         (wl-summary-expire-reserve-marks): Ditto.
5161
5162         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5163         changes.
5164         (wl-thread-insert-top): Changed updating message.
5165
5166         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5167         variable.
5168         (wl-summary-count-unread): Count answered marks.
5169         (wl-summary-rescan): Call wl-summary-insert-message instead of
5170         wl-summary-append-message-func-internal.
5171         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5172         (wl-summary-prefetch-msg): Follow the variable name changes.
5173         (wl-summary-prefetch-region): Ditto.
5174         (wl-summary-mark-as-read-all): Follow the API changes;
5175         Don't call elmo-folder-replace-marks.
5176         (wl-summary-delete-cache): Follow the variable name changes.
5177         (wl-summary-resume-cache-status): Ditto.
5178         (wl-summary-update-status-marks): New function.
5179         (wl-summary-insert-message): New function.
5180         (wl-summary-sync-marks): Follow the variable name changes.
5181         (wl-summary-sync-update): Synchronize to the msgdb, too;
5182         Changed update messages.
5183         (wl-summary-make-number-list): Rewrite.
5184         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5185         (wl-summary-mark-as-unread): Follow the API changes.
5186         (wl-summary-exec-subr): Follow the variable name changes.
5187         (wl-summary-mark-as-read): Ditto.
5188         (wl-summary-move-spec-plugged-alist): Ditto.
5189         (wl-summary-move-spec-unplugged-alist): Ditto.
5190         (wl-summary-cursor-move-surface): Ditto.
5191
5192         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5193         variable name changes.
5194         (wl-highlight-summary-current-line): Ditto.
5195
5196         * wl-expire.el (wl-expire-refile): Follow the API change in
5197         elmo-folder-move-messages.
5198         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5199         (wl-summary-archive): Use elmo-folder-msgdb instead of
5200         elmo-msgdb-load.
5201
5202 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5203
5204         * wl-mime.el (wl-draft-preview-message): Restore the position
5205         before evaluating wl-draft-send-hook in preview buffer.
5206
5207 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5210         when it creates new draft buffer.
5211
5212         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5213         without argument.
5214
5215         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5216         Evaluate content and if the value is string, insert it.
5217         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5218         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5219         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5220         wl-draft-config-sub-part-bottom): Use it.
5221
5222         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5223         with the folder name. The question was unintelligible when it is
5224         called from wl-save-status.
5225
5226 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5229         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5230         cannot take second argument).
5231
5232 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5233
5234         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5235         as t. Since type and subtype are not case sensitive (RFC 2045).
5236
5237 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-vars.el (wl-message-mode-line-format): New variable.
5240         (wl-message-mode-line-format-spec-alist): Ditto.
5241         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5242         (wl-message-redisplay): Use wl-message-mode-line-format.
5243
5244 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5247
5248 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5249
5250         * wl-summary.el (wl-summary-default-from): Write description.
5251
5252 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5253
5254         * wl-vars.el (wl-ldap-objectclass): Abolish.
5255
5256         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5257         (wl-ldap-make-filter): Removed condition for objectclass.
5258         (wl-ldap-make-matched-value-list): Remove meaningless process.
5259         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5260         (wl-address-ldap-search): Don't add `*' to `pat' string;
5261         use ignore-errors; added `email';
5262         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5263         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5264         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5265
5266
5267 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5268
5269         * wl-draft.el (wl-draft-parent-folder): Write description.
5270         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5271
5272 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5275         as "" (zero-length string) if no parent.
5276         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5277
5278 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-address.el (wl-address-make-completion-list): Skip duplication
5281         checking.
5282         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5283         `append'.
5284
5285 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5286
5287         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5288         instead of `beginning-of-buffer'.
5289
5290 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5293
5294 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5295
5296         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5297         Refer wl-message-buffer-name.
5298         (wl-message-wheel-down): Ditto.
5299
5300 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * wl-vars.el (wl-message-buffer-name): New user option.
5303
5304         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5305         directly instead of making alist dinamically.
5306
5307         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5308         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5309         wl-message-buffer-cache-name.
5310         (wl-message-buffer-cache-clean-up): Ditto.
5311
5312         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5313
5314         * Version number is increased to 2.9.15.
5315
5316 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5317
5318         * wl-vars.el (wl-summary-default-view-alist): New user option.
5319
5320         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5321
5322         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5323         while deleting address.
5324         (wl-draft-delete-myself-from-cc): Ditto.
5325
5326         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5327         If optional argument is specified, reverse sort order.
5328
5329         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5330
5331 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5332
5333         * wl-thread.el (wl-thread-insert-message): Return parent number if
5334         exists.
5335         (wl-thread-update-indent-string-region): Use
5336         wl-thread-update-line-on-buffer-sub instead of
5337         wl-thread-update-line-on-buffer.
5338
5339 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5340
5341         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5342         (wl-folder-close-all): Ditto.
5343
5344 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5345
5346         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5347         and mailing-list:.
5348         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5349         value.
5350         (wl-summary-line-list-info): Print mailing-list name even when 
5351         list-number is empty.
5352
5353 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5354
5355         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5356
5357         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5358         (wl-draft-open-file): Ditto.
5359         (wl-draft-random-alphabet): Ditto.
5360
5361         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5362         bindings.
5363
5364 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5365
5366         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5367         * wl-vars.el (wl-draft-config-alist): Ditto.
5368
5369 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * Version number is increased to 2.9.14.
5372
5373         * wl.el (wl): Don't set wl-init as nil when error occured while
5374         auto-checking folders.
5375
5376         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5377         `elmo-expand-newtext'.
5378
5379 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5380
5381         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5382         `this-command' so that `wl-folder-goto-folder' contained in
5383         `wl-summary-keep-cursor-command' work.
5384
5385 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5386
5387         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5388         message buffer displaying state.
5389
5390 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5391
5392         * wl-vars.el (wl-summary-default-view): New variable to specify
5393         default value for `wl-summary-buffer-view' instead of using
5394         set-default.
5395         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5396
5397 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5398
5399         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5400
5401         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5402
5403 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5404
5405         * wl-vars.el (wl-forward-subject-prefix): New variable.
5406         * wl-draft.el (wl-draft-forward): Use it.
5407
5408 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5409
5410         * wl-message.el (wl-message-prev-page): When it is called without
5411         lines argument, scroll down by wl-message-scroll-amount lines.
5412         (wl-message-next-page): Ditto.
5413         * wl-vars.el (wl-message-scroll-amount): Change default value
5414         to preserve current behavior.
5415
5416 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5417
5418         * wl-summary.el (wl-summary-prefetch-msg): Bind
5419         `wl-message-entity' to call `wl-summary-from-function'.
5420
5421 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5422
5423         * wl-message.el (wl-message-buffer-create): Run
5424         wl-message-buffer-created-hook.
5425
5426 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5427
5428         * wl-summary.el (wl-summary-sort-specs): New variable.
5429         (wl-summary-default-sort-spec): Ditto.
5430         (wl-summary-sort): Rewrite.
5431         (wl-summary-sort-by-list-info): New function.
5432
5433 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5434
5435         * wl-summary.el (wl-summary-get-list-info): New function.
5436         (wl-summary-sort): Rewrite.
5437         (wl-summary-line-list-info): Ditto.
5438         (wl-summary-line-list-count): Ditto.
5439         (wl-summary-refile-region): Fixed docstring.
5440
5441 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5444         `wl-folder-entity-hashtb' as completion table.
5445
5446 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5449         only when this command is called interactively; silence the byte-
5450         compiler.
5451
5452 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5453
5454         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5455         active in XEmacs.
5456
5457 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5458
5459         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5460         plural lines.
5461
5462 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5463
5464         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5465         of current line when the cursor is on the header name.
5466         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5467
5468 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5469
5470         * wl-util.el (wl-read-directory-name): Return displayed directory
5471         as the default value also on XEmacs.
5472
5473 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5476         formatting.
5477
5478 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5481         argument and when it is non-nil, check face property before
5482         highlighting for each line.
5483         (wl-highlight-summary-window): Set it.
5484
5485 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5488         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5489
5490         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5491         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5492         (wl-draft-get-fcc-list): Likewise.
5493
5494 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5497         (wl-thread-entity-cur): Ditto.
5498         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5499         wl-thread-indent-regexp setting.
5500         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5501
5502         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5503         wl-summary-lazy-highlight.
5504         (wl-summary-display-bottom): Ditto.
5505
5506         * wl-thread.el (wl-thread-open-close): Likewise.
5507
5508         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5509         from and subject;
5510         Bind wl-draft-use-frame;
5511         Enclose with save-window-excursion;
5512         Use wl-draft-create-buffer instead of with-temp-buffer;
5513         Use wl-draft-prepare-edit;
5514         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5515         Use wl-draft-send instead of wl-draft-raw-send.
5516
5517 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5518
5519         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5520         of using wl-from.
5521
5522 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5525         insert-buffer instead of clone-buffer.
5526         (wl-draft-doing-mime-bcc): New variable.
5527         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5528         infinite loop.
5529         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5530
5531         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5532         (wl-draft-mime-bcc-body): Ditto.
5533
5534         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5535         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5536         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5537         wl-draft-do-mime-bcc.
5538         (wl-draft-mime-bcc-field): New function.
5539         (wl-draft-do-mime-bcc): Ditto.
5540
5541         * wl-address.el (wl-address-complete-header-list): New variable.
5542         (wl-address-complete-header-regexp): Changed default value.
5543
5544         * Version number is increased to 2.9.13.
5545
5546 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5549         it is differed.
5550
5551 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5552
5553         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5554         (wl-summary-line-list-count): Ditto.
5555
5556 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5557
5558         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5559         (wl-nntp-posting-function): New variable.
5560         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5561         `wl-nntp-posting-config-alist'.
5562
5563 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5564
5565         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5566         FLIM.
5567
5568 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5569
5570         * wl-summary.el (wl-summary-target-mark-refile-sub):
5571         Remove a nuisance funcall.
5572
5573 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5576         as t for `try-completion'.
5577
5578 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-summary.el (wl-summary-default-from): Use
5581         wl-address-header-extract-address instead of
5582         std11-extract-address-components.
5583         (wl-summary-simple-from): Ditto.
5584         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5585         (wl-summary-insert-headers): Show message.
5586         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5587         for whole line.
5588         (wl-summary-default-from): Revert last change.
5589         (wl-summary-simple-from): Ditto.
5590         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5591         (wl-summary-mark-as-read-region): Follow the change above.
5592         (wl-summary-sync-marks): Ditto.
5593         (wl-summary-target-mark-mark-as-read): Ditto.
5594         (wl-summary-redisplay-internal): Ditto.
5595         (wl-summary-redisplay-no-mime-internal): Ditto.
5596         (wl-summary-redisplay-all-header): Ditto.
5597         (wl-summary-mark-as-read): Removed argument `cached';
5598         Use current cache status to set cache mark.
5599         (wl-summary-redisplay-internal): Follow the change above.
5600         (wl-summary-redisplay-no-mime-internal): Ditto.
5601         (wl-summary-redisplay-all-header): Ditto.
5602
5603         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5604
5605         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5606         Don't call itself recursively (Adviced by Yamaoka-san).
5607
5608 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5611         bind wl-summary-highlight as nil to avoid error caused by missing
5612         local variables.
5613
5614 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5615
5616         * wl-vars.el (wl-invalid-character-message): New user option.
5617
5618         * wl-util.el (wl-set-string-width): If truncated string-width is
5619         larger than specified width, use `wl-invalid-character-message'.
5620
5621 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5622
5623         * wl-summary.el (wl-summary-prefetch-msg): 
5624         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5625
5626 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-vars.el (wl-summary-check-line-format): New user option.
5629         (wl-summary-line-format-file): Ditto.
5630
5631         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5632         variable.
5633         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5634         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5635         and `wl-summary-view-old-p' to check whether do a rescan or not.
5636         (wl-summary-view-old-p): New function.
5637         (wl-summary-line-format-changed-p): Ditto.
5638         (wl-summary-line-format-save): Ditto.
5639         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5640
5641         * wl-util.el (wl-set-string-width): Avoid using negative number
5642         for make-string.
5643
5644 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5645
5646         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5647         return value.
5648
5649         * wl-util.el (wl-set-string-width): Added optional argument
5650         `padding' (All other related portions are changed).
5651         (wl-line-parse-format): If the first letter of column number is
5652         `0', zero-padding the result (ex: "%05l").
5653
5654         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5655
5656 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5659         sequential summary view.
5660
5661 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5664         if it doesn't have a -unix version.
5665
5666 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5669
5670 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5671
5672         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5673         content.
5674         (wl-draft): Follow the change above.
5675
5676         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5677
5678         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5679         and wl-folder-summary-line-format-alist contain %T and %P.
5680
5681         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5682         (wl-summary-mode-line-format): New user option.
5683         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5684         (wl-summary-line-format): Changed default value.
5685         (wl-summary-lazy-highlight): Changed default value.
5686
5687         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5688         change in wl-summary-create-line.
5689         (wl-thread-insert-entity-sub): Ditto.
5690
5691         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5692         (wl-summary-buffer-unread-status): Ditto.
5693         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5694         (wl-summary-buffer-persistent-mark-column): Ditto.
5695         (wl-summary-buffer-mode-line-formatter): Ditto.
5696         (wl-summary-buffer-mode-line): Ditto.
5697         (wl-summary-message-regexp): Abolished.
5698         (All other related portions are changed.)
5699         (wl-summary-detect-mark-position): New function.
5700         (wl-summary-buffer-set-folder): Setup
5701         wl-summary-buffer-mode-line-formatter.
5702         (wl-summary-mode): Setup selective-display;
5703         Setup pre-idle-hook when xemacs.
5704         (wl-summary-update-modeline): Rewrite.
5705         (wl-summary-jump-to-msg): Define as function;
5706         Changed regexp for searching messages.
5707         (wl-summary-message-number): Rewrite.
5708         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5709         Do rescan when old type summary cache.
5710         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5711         (wl-summary-remove-destination): Use '\r' to detect EOL.
5712         (wl-summary-print-destination): Ditto.
5713         (wl-summary-temp-mark): New inline function.
5714         (wl-summary-persistent-mark): Ditto.
5715         (wl-summary-line-number): New function.
5716         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5717         (wl-summary-line-list-count): New function.
5718         (wl-summary-create-line): Added argument persistent-mark.
5719         (All other related portions are changed)
5720         (wl-summary-create-line): Insert '\r'.
5721         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5722         (wl-summary-cursor-move-surface): New inline function.
5723         (wl-summary-prev): Use it.
5724         (wl-summary-next): Ditto.
5725
5726         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5727         wl-summary-message-regexp.
5728         (wl-highlight-summary): Delete progress message.
5729         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5730
5731         * Version number is increased to 2.9.12.
5732
5733 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5736         variable (nil: no minimum).
5737         (wl-summary-line-subject): Add some spaces after subject by
5738         wl-summary-line-subject-minimum-length.
5739
5740 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5741
5742         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5743         and removed `F'.
5744         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5745         change above).
5746
5747 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5748
5749         * wl-summary.el (wl-summary-line-list-count): Reverted.
5750         (example setting in samples/*/dot.wl is also updated)
5751
5752 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5755
5756         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5757
5758         * wl-vars.el (wl-summary-line-format): Addes some description to the
5759         docstring.
5760
5761         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5762         (wl-summary-line-close-bracket): Ditto.
5763         (wl-summary-line-children-number): Ditto.
5764         (wl-summary-line-thread-indent): Ditto.
5765         (wl-summary-line-children-and-from): Ditto.
5766
5767         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5768         't', 'c', 'F' and added 'C'.
5769
5770         * wl-util.el (wl-set-string-width): Accept negative value.
5771         (wl-line-parse-format): Added "%number(" and "%)".
5772
5773 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5774
5775         * wl-summary.el (wl-summary-line-list-count): Change format of the
5776         return value.
5777
5778 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5779
5780         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5781         from the recent message.el.
5782         (wl-draft-point-in-header-p): Ditto.
5783         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5784         wl-draft-beginning-of-line.
5785         * wl-e21.el (wl-draft-mode-map): Ditto.
5786         * wl-xmas.el (wl-draft-mode-map): Ditto.
5787
5788         * wl-folder.el: Sort macrodefs by dependencies.
5789
5790 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5791
5792         * wl-summary.el (wl-summary-prev): Fixed regexp.
5793         (wl-summary-next): Ditto.
5794
5795 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5798
5799 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5800
5801         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5802         for backward compatibility.
5803
5804 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-summary.el (wl-summary-line-list-count): New function, merged
5807         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5808         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5809         list counts.
5810
5811 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * wl-summary.el (wl-summary-create-line): Ignore errors while
5814         timezone-fix-time.
5815
5816         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5817
5818         * wl-summary.el (wl-summary-sync-update): Ditto.
5819         (wl-summary-default-from): Use wl-message-entity
5820         instead of entity.
5821
5822         * wl-summary.el (wl-summary-create-line): Fix.
5823
5824         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5825         (wl-summary-line-format): New user option.
5826         (wl-folder-summary-line-format-alist): Ditto.
5827         (wl-summary-from-width): Abolished.
5828
5829         * wl-util.el (toplevel): Require 'bytecomp.
5830         (wl-line-parse-format): New function.
5831         (wl-line-formatter-setup): New macro.
5832
5833         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5834         (wl-summary-buffer-line-formatter): New buffer local variable.
5835         (wl-summary-switch-to-clone-buffer): Follow the change above.
5836         (wl-summary-message-regexp): Fix.
5837         (wl-summary-from-func-internal): Abolished.
5838         (wl-summary-subject-func-internal): Ditto.
5839         (wl-summary-subject-filter-func-internal): Ditto.
5840         (All other related portions are changed.)
5841         (wl-summary-buffer-set-folder):
5842         Set up wl-summary-buffer-number-column and 
5843         wl-summary-buffer-line-formatter
5844         (All other related portions are changed.)
5845         (wl-summary-buffer-number-column-detect): Abolished.
5846         (All other related portions are changed.)
5847         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5848         (wl-summary-delete-all-temp-marks-on-buffer): Use
5849         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5850         (wl-summary-target-mark-delete): Ditto.
5851         (wl-summary-target-mark-refile-subr): Ditto.
5852         (wl-summary-target-mark-mark-as-read): Ditto.
5853         (wl-summary-target-mark-mark-as-unread): Ditto.
5854         (wl-summary-target-mark-mark-as-important): Ditto.
5855         (wl-summary-target-mark-save): Ditto.
5856         (wl-summary-replace-status-marks): Renamed from
5857         wl-summary-set-status-marks-on-buffer;
5858         Use wl-summary-message-regexp instead of
5859         wl-summary-buffer-number-regexp.
5860         (wl-summary-sync-update): Follow the change above.
5861         (wl-summary-goto-previous-message-beginning): New function.
5862         (wl-summary-mark-as-unread): Use it.
5863         (wl-summary-mark-as-important): Ditto.
5864         (wl-summary-line-formatter): New variable.
5865         (wl-summary-line-year): New function.
5866         (wl-summary-line-day): Ditto.
5867         (wl-summary-line-day-of-week): Ditto.
5868         (wl-summary-line-hour): Ditto.
5869         (wl-summary-line-minute): Ditto.
5870         (wl-summary-line-open-bracket): Ditto.
5871         (wl-summary-line-close-bracket): Ditto.
5872         (wl-summary-line-children-number): Ditto.
5873         (wl-summary-line-thread-indent): Ditto.
5874         (wl-summary-line-size): Ditto.
5875         (wl-summary-line-subject): Ditto.
5876         (wl-summary-line-from): Ditto.
5877         (wl-summary-line-children-and-from): Ditto.
5878         (wl-summary-create-line): Rewritten.
5879         (wl-summary-format-date): Abolished.
5880
5881         * wl-highlight.el (wl-highlight-summary-current-line): Use
5882         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5883         Use thread structure to detect thread top message.
5884
5885         * wl-draft.el (wl-default-draft-cite): Don't use
5886         wl-summary-from-func-internal.
5887
5888         * wl-refile.el (wl-refile-subject-learn): Don't use
5889         wl-summary-subject-filter-func-internal.
5890         (wl-refile-guess-by-subject): Ditto.
5891
5892         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5893         parameters.
5894
5895         * wl-thread.el (wl-thread-update-indent-string-region):
5896         Use wl-thread-update-line-on-buffer instead of
5897         wl-thread-update-indent-string.
5898         (wl-thread-update-children-number): Redefine using
5899         wl-thread-update-line-on-buffer.
5900         (wl-thread-update-indent-string): Abolished.
5901
5902         * Version number is increased to 2.9.11.
5903
5904 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5907         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5908         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5909
5910         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5911         as nil.
5912
5913         * wl-thread.el (wl-thread-open-all-unread): Use 
5914         elmo-folder-list-messages-mark-match.
5915         (wl-thread-insert-message): Removed argument `mark-alist'.
5916         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5917         elmo-msgdb-set-mark.
5918         (wl-thread-get-children-msgs-uncached): Likewise.
5919         (wl-thread-get-exist-children): Added argument include-self.
5920         (wl-thread-delete-message): Follow the change above.
5921
5922         * wl-summary.el (wl-summary-count-unread): Removed argument.
5923         (wl-summary-rescan): Follow the change above.
5924         (wl-summary-mark-as-read-region): Ditto
5925         (wl-summary-mark-as-unread-region): Ditto.
5926         (wl-summary-delete-messages-on-buffer): Ditto.
5927         (wl-summary-sync-update): Ditto.
5928         (wl-summary-switch-to-clone-buffer): Ditto.
5929         (wl-summary-goto-folder-subr): Ditto.
5930         (wl-summary-target-mark-mark-as-read): Ditto.
5931         (wl-summary-target-mark-mark-as-unread): Ditto.
5932         (wl-summary-target-mark-mark-as-important): Ditto.
5933         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5934         (wl-summary-update-thread): Removed argument `mark-alist'.
5935         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5936         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5937         (wl-summary-resume-cache-status): Likewise.
5938         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5939         elmo-msgdb-set-mark.
5940         (wl-summary-mark-as-read-all): Likewise.
5941         (wl-summary-delete-cache): Ditto.
5942         (wl-summary-auto-select-msg-p): Ditto.
5943         (wl-summary-mark-as-unread): Ditto.
5944         (wl-summary-no-auto-refile-message-p): Ditto.
5945         (wl-summary-mark-as-read): Ditto.
5946         (wl-summary-mark-as-important): Ditto.
5947         (wl-summary-auto-refile): Follow the change above.
5948         (wl-summary-delete-all-marks): Removed.
5949         (wl-summary-resume-marks-and-highlight): Ditto.
5950         (wl-summary-resume-marks): Ditto.
5951         (wl-summary-delete-important-msgs-from-list): Ditto.
5952         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5953
5954         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5955         wl-summary-count-unread.
5956
5957         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5958         (wl-summary-score-update-all-lines): Use
5959         elmo-msgdb-set-mark.
5960
5961 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5964         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5965         (wl-summary-create-line): Renamed from
5966         wl-summary-overview-create-summary-line;
5967         Argument rearrangement.
5968         (wl-summary-update-thread): Follow the change above.
5969
5970         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5971         (wl-thread-insert-entity-sub): Likewise.
5972
5973         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5974         argument `overview', `mark-alist' and added `msgdb'.
5975
5976         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5977
5978         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5979         (wl-summary-rescan): Follow the change above.
5980         (wl-summary-sync-update): Ditto.
5981         (wl-summary-insert-thread-entity): Ditto;
5982         Don't use `let*' in every while loop;
5983         Detect infinite loop of threads.
5984         (wl-summary-update-thread): Removed argument `overview'.
5985
5986         * wl-thread.el (wl-thread-insert-message): Ditto.
5987
5988         * Version number is increased to 2.9.10.
5989
5990         * wl-message.el (wl-message-redisplay): Ignore errors while
5991         wl-message-redisplay-hook.
5992
5993 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5996
5997 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl.el (wl): inhibit-quit while wl-folder.
6000
6001 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6004         while msgdb access.
6005
6006 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6007
6008         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6009         even if no folder is not created.
6010
6011 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6014
6015         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6016         implementation.
6017         (wl-summary-target-mark-thread): Ditto.
6018
6019         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6020
6021 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6022
6023         * wl-util.el (wl-display-bytes): Remove unused function.
6024
6025 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6028         seems critical one (partially reverse the change in 2002/03/17).
6029
6030 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6033         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6034
6035 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6036
6037         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6038         is not writable.
6039         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6040         plugged status instead of `'force' as 2nd argument.
6041
6042         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6043         is not creatable.
6044
6045         * Version number is increased to 2.9.9.
6046
6047 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6048
6049         * wl-summary.el (wl-summary-suspend): New function.
6050
6051 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl.el (wl): Do not check variables if check is nil.
6054         * wl-utils.el (wl-collect-draft): New function.
6055         * wl-folder.el (wl-folder-suspend): Put summary buffers
6056         and draft buffers at the end of buffer list.
6057         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6058
6059 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6060
6061         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6062         loop instead of recursive call.
6063
6064         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6065         2nd argument.
6066
6067 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6068
6069         * wl-draft.el (wl-draft-create-contents): Don't take neither
6070         (function . args) nor (string . something) any more.
6071
6072         * wl-version.el (wl-generate-user-agent-string): Return string
6073         without header symbol.
6074         * wl-draft.el (wl-draft-default-headers): Use it.
6075
6076         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6077         `wl-draft-insert-ccs' and return field value instead of inserting
6078         the header. Abolish cc argument.
6079         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6080
6081         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6082         rather than one with string car.
6083
6084         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6085         * wl-draft.el (wl-draft-create-contents): Add it after the default
6086         headers.
6087
6088         * wl-draft.el (wl-draft-create-contents): For the case of
6089         (symbol-or-string . function) insert header only when the function
6090         returns string value.
6091
6092 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6093
6094         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6095         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6096
6097 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6098
6099         * wl.el (wl-check-environment): Don't check Message-ID when
6100         `wl-insert-message-id' is nil.
6101         Revive checking if `wl-message-id-domain' contains "@".
6102
6103 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6104
6105         * wl.el (wl-check-environment): Merge examination for "@" at
6106         inappropriate position into the first string-match.
6107
6108         * wl-summary.el (wl-summary-target-mark-print): New function.
6109         (wl-summary-pipe-message-subr): Extracted from
6110         `wl-summary-pipe-message'.
6111         (wl-summary-target-mark-pipe): New function.
6112         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6113         `wl-summary-target-mark-pipe'.
6114
6115 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6118
6119 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6120
6121         * wl.el (wl-check-environment): Use elmo-warning instead of
6122         error for non-critical ones.
6123         Remove trash folder check.
6124         (wl): Don't ignore error in wl-check-environment.
6125
6126         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6127         check, which is moved from `wl-check-environment'.
6128         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6129
6130 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6131
6132         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6133         guess anything, call wl-summary-write.
6134         (wl-summary-write): Create draft with blank To field.
6135         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6136
6137 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6140         argument full as well for wl-folder-write-current-folder.
6141         If wl-*-write-current-folder cannot guess addressee, add blank
6142         To header.
6143         Rewrite condition for positioning cursor.
6144
6145 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146
6147         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6148         summary buffer is present, use it.
6149         (wl-folder-jump-to-previous-summary): Ditto.
6150
6151 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6152
6153         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6154
6155         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6156         wl-summary-previous-buffer and wl-summary-next-buffer.
6157
6158         * wl-folder.el (wl-folder-mode-map): Bind
6159         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6160         (wl-folder-jump-to-next-summary): New function.
6161         (wl-folder-jump-to-previous-summary): Ditto.
6162
6163         * wl-draft.el (wl-draft): Rearranged.
6164
6165 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6166
6167         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6168         of header.
6169         (wl-draft): Collect arguments for the header as header-alist.
6170         (wl-draft-forward): Arrange arguments for wl-draft.
6171         (wl-draft-reply): Ditto.
6172         (wl-draft-edit-string): Ditto.
6173         * wl-summary.el (wl-summary-write): Ditto.
6174         (wl-summary-write-current-folder): Ditto.
6175
6176         * Version number is increased to 2.9.8.
6177
6178 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6179
6180         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6181
6182         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6183
6184         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6185         even if the guess failed.
6186
6187         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6188         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6189         wl-summary-write-current-folder.
6190         * wl-xmas.el: Ditto.
6191
6192 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * wl-summary.el (wl-summary-next-page): Force display message if
6195         message is not displayed yet.
6196         (wl-summary-prev-page): Ditto.
6197
6198 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6199
6200         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6201
6202 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6203
6204         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6205         add "Preview Message" and "Save Draft and Exit".
6206
6207 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6208
6209         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6210         if addrmgr is called from draft in splitted window.
6211
6212         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6213         * wl-mule.el: Ditto.
6214         * wl-xmas.el: Ditto.
6215
6216 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6219
6220         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6221         * wl-xmas.el (wl-folder-toolbar): Ditto.
6222
6223 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6226         and wl-draft-save-and-exit.
6227         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6228         * wl-xmas.el: Ditto.
6229         * wl-mule.el: Ditto.
6230
6231         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6232         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6233
6234 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6237         lists for saving buffer.
6238
6239 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6242         parent-folder argument instead of it.
6243         (wl-draft-create-buffer): Ditto.
6244         (wl-draft-forward): Ditto.
6245         (wl-draft-reply): Ditto.
6246         * wl-summary.el (wl-summary-write): Ditto.
6247         (wl-summary-write-current-folder): Ditto.
6248
6249         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6250         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6251         Folder buffer after composing.
6252
6253 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6256         header if the file `wl-x-face-file' already contains it.
6257
6258 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6259
6260         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6261         folder" entry.
6262         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6263         * wl-e21.el (wl-folder-toolbar): Ditto.
6264         * wl-xmas.el (wl-folder-toolbar): Ditto.
6265
6266 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6267
6268         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6269         wl-folder-goto-folder with sticky argument.
6270         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6271
6272 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6275         and wl-summary-previous-buffer.
6276         (wl-summary-next-buffer): New function.
6277         (wl-summary-previous-buffer): Ditto.
6278
6279 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6280
6281         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6282         wl-folder-jump-to-current-entity-with-arg.
6283         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6284         `wl-folder-jump-to-current-entity'.
6285         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6286         `wl-summary-goto-folder-sticky'.
6287         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6288         `wl-summary-goto-folder'.
6289         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6290         Unless force-exit, do not clean temp. marks for sticky summary.
6291         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6292
6293 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6294
6295         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6296         not entire.
6297
6298 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6301         to `C-x C-s'.
6302         (wl-summary-save-status): New command.
6303         (wl-summary-exit): Don't clean-up temp marks when sticky.
6304         (Applied patch from Nakayama-san [wl: 09548])
6305         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6306         Do nothing when no mark data.
6307         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6308         Call `wl-summary-delete-all-temp-marks' before saving.
6309
6310 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6311
6312         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6313
6314 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6315
6316         * wl.el (wl-check-environment): Also cause error when (system-name)
6317         returns "localhost.localdomain". (Although it doesn't affect because
6318         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6319
6320 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6321
6322         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6323         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6324
6325         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6326         value.
6327
6328 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6331         Likewise r-cc-list and r-ng-list.
6332
6333 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6334
6335         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6336         only if it is bound as variable.
6337
6338         * wl-mime.el (wl-draft-preview-message): Ditto.
6339
6340 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6343         needless `goto-char'.
6344
6345         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6346         `wl-summary-redisplay-no-mime-internal' instead of
6347         `wl-summary-redisplay-no-mime'.
6348         (wl-summary-redisplay-no-mime): Changed argument;
6349         Call `wl-summary-redisplay-no-mime-internal'.
6350
6351         * wl-mime.el (wl-draft-preview-message): Bind
6352         `mime-header-encode-method-alist' locally.
6353
6354         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6355         (wl-draft-std11-parse-addresses): Added the first address check.
6356         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6357
6358         * Version number is increased to 2.9.7.
6359
6360 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6361
6362         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6363
6364 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6365
6366         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6367         related to scrollbar support, if there is no such a feature
6368         compiled in.
6369
6370 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6371
6372         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6373         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6374         for prefetch.
6375
6376 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * wl-summary.el (wl-summary-pick): Fix for no match.
6379
6380 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6381
6382         * wl-draft.el (wl-draft-save):
6383         Override `mime-header-encode-method-alist'.
6384
6385 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-folder.el (wl-folder-pick): New function.
6388         Define key as "?".
6389
6390 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6393         Fix for unplugged.
6394
6395 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-folder.el (wl-folder-virtual): New function.
6398         Define key as "V".
6399
6400 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6403         multi folder if entity is group.
6404
6405 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6406
6407         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6408         is nil.
6409
6410 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6413         (wl-summary-target-mark-msgs): Return the number of marked messages.
6414
6415 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6416
6417         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6418         "first:" is specified.
6419
6420 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6421
6422         * wl-vars.el (wl-from): Use return value of function
6423         user-full-name instead of the variable user-full-name since
6424         XEmacs-20.4 doesn't set this variable.
6425
6426 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6429         call `wl' directly.
6430
6431 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6432
6433         * wl-draft.el (wl-draft-reedit): Removed duplicated
6434         switch-to-buffers.
6435
6436 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * wl.el (wl-other-frame): Removed garbages.
6439
6440 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6443
6444         * wl-xmas.el (wl-draft-key-setup): Ditto.
6445
6446         * wl-mule.el (wl-draft-key-setup): Ditto.
6447
6448         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6449         (wl-draft-reedit): Ditto.
6450         (wl-draft-prepare-edit): Add `wl-draft-save' to
6451         `local-write-file-hooks'.
6452         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6453         (wl-draft-reedit): Set buffer-file-name.
6454         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6455
6456
6457         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6458         call it.
6459         (wl-delete-startup-frame-function): New variable.
6460         (wl-other-frame): New function
6461         (Original was written by Yamaoka san [wl: 09239]).
6462
6463         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6464         if `wl-folder-use-frame'.
6465
6466 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6467
6468         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6469
6470 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6473         New variable.
6474         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6475         (wl-message-buffer-prefetch-get-next): Use them.
6476         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6477
6478 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6479
6480         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6481         with unwind-protect.
6482
6483         * wl-draft.el (wl-draft-reedit): Rewrite.
6484         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6485         (wl-draft-save): Insert header separator if it does not exist;
6486         Removed condition-case.
6487
6488         * wl-summary.el (wl-summary-reedit): Revert last change.
6489
6490         * wl-draft.el (wl-draft-save): Rewrite.
6491         (wl-draft-create-buffer): Set buffer-file-name as nil.
6492
6493         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6494
6495         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6496
6497         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6498         nil.
6499
6500 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6501
6502         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6503         If count is nil, do not prefetch.
6504         (wl-message-buffer-prefetch-next): Next.
6505
6506 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6507
6508         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6509
6510 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6513         `delete-backward-char'
6514         (wl-draft-prepare-edit): Check major-mode.
6515         (wl-draft-decode-header): Rewrite.
6516         (wl-draft): Fix.
6517
6518 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6521
6522 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6525         (wl-message-buffer-prefetch-get-next): Remove size checking.
6526         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6527
6528 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6529
6530         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6531         (wl-draft-default-headers): Fix.
6532
6533 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6534
6535         * wl-draft.el (wl-draft-default-headers): Insert return value of
6536         `wl-generate-mailer-string-function'.
6537
6538 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6539
6540         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6541         (wl-draft-insert-mail-header-separator): Ditto.
6542
6543         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6544         again (Reverted the change on 2002-01-17 by OKADA san).
6545
6546 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6547
6548         * wl-draft.el (wl-draft): Rewrite.
6549         (wl-draft-create-buffer): New function.
6550         (wl-draft-create-contents): Ditto.
6551         (wl-draft-prepare-edit): Ditto.
6552         (wl-draft-decode-header): Ditto.
6553         (wl-draft-decode-body): Ditto.
6554         (wl-draft-check-new-line): Ditto.
6555         (wl-draft-default-headers): Ditto.
6556         (wl-draft-insert-mail-header-separator): Ditto.
6557
6558 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6559
6560         * Version number is increased to 2.9.6.
6561
6562 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6563
6564         * wl-draft.el (wl-draft-delete-field): Optional argument.
6565         (wl-draft-delete-fields): Ditto.
6566
6567 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-message.el (toplevel): Eliminated byte-compile warning.
6570         for `itimer-function', `delete-timer' and `itimer-list'.
6571
6572 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6575         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6576         `wl-message-buffer-prefetch-threshold'.
6577         * wl-summary.el (wl-summary-redisplay-internal): Remove
6578         the check of `wl-message-buffer-prefetch-depth'.
6579
6580 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6581
6582         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6583         size of article.
6584         (wl-message-buffer-prefetch-subr): Remove size check.
6585
6586 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6587
6588         * wl-vars.el (wl-plugged): Make customizable.
6589
6590 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6591
6592         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6593         (wl-message-buffer-prefetch-set-timer): New function.
6594         (wl-message-buffer-prefetch-get-next): New function.
6595         (wl-message-buffer-prefetch): New function.
6596         (wl-message-buffer-prefetch-next): Rewrite.
6597         (wl-message-buffer-prefetch-subr): Rewrite.
6598         * wl-vars.el (wl-auto-prefetch-first): New variable.
6599         * wl-summary.el (wl-summary-goto-folder-subr): Call
6600         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6601
6602 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6603
6604         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6605         `wl-summary-unread-message-hook'.
6606
6607 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6610         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6611         if range is `cache-status'.
6612
6613 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-message.el (wl-message-buffer-prefetch-subr):
6616         Improve debug message.
6617
6618 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6619
6620         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6621         `wl-mail-send-pre-hook'.
6622         (wl-draft-send-mail-with-qmail): Ditto.
6623         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6624
6625 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-message.el (wl-message-buffer-prefetch-subr):
6628         Fix for cancel-function-timers bug.
6629         (wl-message-buffer-prefetch-debug): Default value is t.
6630
6631 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6634         (wl-message-buffer-prefetch-subr): Rewrite.
6635         Rename from `wl-message-buffer-prefetch'.
6636
6637 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6638
6639         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6640         (wl-default-draft-cite-decorate-author): Ditto.
6641
6642         * wl-draft.el (wl-draft-cite-function): Removed.
6643         (wl-default-draft-cite-decorate-author): Ditto.
6644
6645 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6646
6647         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6648         (wl-default-draft-cite): Do not arrange author name if the value of
6649         `wl-default-draft-cite-decorate-author' is nil.
6650
6651 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6654
6655         * wl-folder.el (wl-folder-check-one-entity): Don't care
6656         `elmo-folder-use-flag-p'.
6657
6658 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-folder (wl-folder-check-one-entity): Fix
6661         problem if unread is nil.
6662
6663 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6664
6665         * wl-address.el (wl-address-make-completion-list): Check whether
6666         the address is a group list.
6667         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6668
6669 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6670
6671         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6672         The number of the messages of new and unread does not count
6673         correctly.
6674
6675         * wl-summary.el (wl-summary-count-unread): Changed to return
6676         `(new . unread)' instead of total.
6677         (wl-summary-sync-update): Follow the change above.
6678
6679         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6680
6681 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6682
6683         * wl-address.el (wl-address-make-completion-list): Do not enclose
6684         address by " <" and ">" if associated realname is "".
6685         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6686         This is against the promblem with group list in .addresses pointed
6687         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6688
6689 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6690
6691         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6692         message is a format control string.
6693         * wl-expire.el (wl-expire-append-log): Ditto.
6694         * wl-mime.el (wl-summary-burst-subr): Ditto.
6695         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6696         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6697
6698 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6699
6700         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6701         wl.el (wl-check-variables): Rename from `wl-check-type'.
6702         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6703         (wl-check-variables-2): New function.
6704         (wl): Call `wl-check-variables-2'.
6705
6706 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6707
6708         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6709         after renaming folder in access group.
6710
6711 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6712
6713         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6714         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6715         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6716         (wl-message-buffer-prefetch): Rewrite.
6717         (wl-message-buffer-prefetch-idle-time): Removed.
6718         * wl-summary.el (wl-summary-redisplay-internal):
6719         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6720         Error check for `wl-message-buffer-prefetch-depht'.
6721
6722 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * Version number is increased to 2.9.5.
6725         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6726
6727 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6728
6729         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6730         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6731         Based on the patch written by
6732         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6733
6734 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-draft.el (wl-draft-raw-send): Fix for
6737         `wl-news-send-pre-hook'
6738
6739 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl-utils.el (wl-message-id-function): New variable.
6742         * wl-draft.el (wl-draft-insert-required-fields):
6743         Use `wl-message-id-function'.
6744
6745 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6748         * wl-utils.el (wl-draft-make-message-id-string):
6749         Use `wl-from' for domain part of Message-ID
6750         if `wl-message-id-use-wl-from' if non-nil.
6751         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6752
6753 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6754
6755         * wl.el (wl): Call `wl-check-type'
6756         Do not 'condition-case'.
6757
6758 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl.el (wl-check-type): New function.
6761         (wl-check-type-variables): New variable.
6762
6763 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6766
6767 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-draft.el (wl-smtp-password-key): New function.
6770         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6771         (wl-draft-send-mail-with-smtp): Ditto.
6772         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6773
6774 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6775
6776         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6777         * wl-utils.el (wl-unique-id-suffix): Remove.
6778
6779 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * Version number is increased to 2.9.4.
6782
6783 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-utils.el (wl-unique-id-suffix): New variable.
6786         (wl-unique-id): Use `wl-unique-id-suffix'
6787
6788 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6789
6790         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6791         instead of `elmo-msgdb-search'.
6792
6793         * Version number is increased to 2.9.3.
6794
6795 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6796
6797         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6798
6799 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6800
6801         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6802         (wl-draft-dispatch-message): Changed for send-later.
6803         (wl-draft-queue-flush): Ditto.
6804         (wl-draft): Clear `wl-sent-message-queued'.
6805         (wl-draft-reedit): Ditto.
6806         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6807         * wl-vars.el (wl-draft-force-queuing): New variable.
6808         (wl-draft-force-queuing-mail): New variable.
6809         (wl-draft-force-queuing-news): New variable.
6810
6811 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6814         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6815
6816 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6817
6818         * Version number is increased to 2.9.2.
6819
6820 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * wl-draft.el (wl-draft-elide-region): New user command.
6823         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6824
6825         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6826         command `wl-draft-elide-region'.
6827         * wl-mule.el: Ditto.
6828         * wl-xmas.el: Ditto.
6829
6830 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6833         (wl-biff-check-folder-async): Removed needless let.
6834
6835 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6838         wl-folder-get-elmo-folder.
6839         (wl-biff-check-folder): Set `biff' argument of
6840         `wl-folder-check-one-entity'.
6841         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6842
6843         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6844         (wl-folder-check-one-entity): Added `biff' argument;
6845         Setup `biff' slot of folder.
6846
6847         * Version number is increased to 2.9.1.
6848
6849 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6852         comment out and fixed.
6853         (wl-fldmgr-add-completion-subr): Ditto.
6854
6855         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6856         and msgdb.
6857
6858         * wl.el (wl-toggle-plugged): Save summary view.
6859
6860 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6861
6862         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6863
6864 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6865
6866         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6867
6868 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6871         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6872         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6873
6874         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6875         if it was failed.
6876         (wl-demo): Disable undo in the demo buffer.
6877
6878 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-version.el (wl-version): Changed codename.
6881
6882         * Version number is increased to 2.9.0.
6883
6884 2001-12-14  Takuo KITAME <kitame@northeye.org>
6885
6886         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6887         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6888         (wl-folder-mark-as-read-all-current-entity): Ditto.
6889
6890 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-vars.el (wl-from-width): Define as obsolete variable.
6893         (wl-subject-length-limit): Ditto.
6894
6895         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6896
6897         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6898         wl-summary-save-view.
6899
6900         * wl.el (wl-save-status): Ditto.
6901         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6902
6903         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6904         (wl-summary-exit): Follow the change above.
6905         (wl-summary-goto-folder-subr): Ditto.
6906
6907         * wl-folder.el (wl-folder-create-subr): Don't use
6908         `elmo-folder-creatable-p'.
6909
6910 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6911
6912         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6913
6914 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6917         rather than bitmap on Emacs 21.
6918         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6919         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6920         for xbm if the new redisplay engine is not available.
6921
6922 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-folder.el (wl-folder-init-hook): New hook.
6925         (wl-folder-init): Run `wl-folder-init-hook'.
6926
6927 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6930
6931 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-acap.el (wl-acap-cache-filename): New variable.
6934         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6935         (wl-acap-init): Use cache if no ACAP server found.
6936
6937 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6940         `wl-acap-original-msgdb-dir'.
6941
6942         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6943         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6944
6945         * wl-mime.el (wl-mime-save-directory): Renamed from
6946         `wl-mime-save-dir'.
6947
6948 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6951
6952         * wl-demo.el: Require `path-util'.
6953         (wl-demo-bitmap-mule-available-p): New internal variable.
6954         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6955         `module-installed-p' instead.
6956         (wl-demo-insert-image): Use *.img file for a bitmap image.
6957         (wl-demo): Don't call the ascii demo recursively.
6958
6959 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6960
6961         * Version number is increased to 2.7.7.
6962
6963 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl.el (wl-exit): Eliminated byte-compile warning.
6966
6967 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6968
6969         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6970         obsolete variable using `elmo-define-obsolete-variable'.
6971         (wl-fetch-confirm-threshold): Ditto.
6972         (wl-cache-prefetch-folder-type-list): Ditto.
6973         (wl-cache-prefetch-folder-list): Ditto.
6974
6975 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6978         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6979         (wl-demo-insert-image): New function.
6980         (wl-demo-insert-text): New function.
6981         (wl-demo-image-type-alist): Redefine as a function.
6982         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6983         (wl-demo-with-temp-file-buffer): Removed.
6984         (wl-logo-xpm): Removed.
6985         (wl-logo-xbm): Removed.
6986         (wl-logo-bitmap): Removed.
6987
6988 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6989
6990         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6991         (wl-expire-localdir-get-folder-function): New user option.
6992         (wl-expire-localdir-get-folder): New function.
6993         (wl-expire-localdir-date): Ditto.
6994
6995 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6996
6997         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6998         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6999         Fixed unread number mismatch when all-unread < unread.
7000
7001 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7004         (wl-fetch-confirm-threshold): Ditto.
7005
7006         * wl-summary.el (wl-summary-confirm-appends): Removed.
7007         (wl-summary-sync-update): Don't refer
7008         `wl-summary-update-confirm-threshold' (It is now abolished).
7009
7010         * wl-message.el (wl-message-display-internal): Don't refer
7011         `wl-fetch-confirm-threshold' (It is now abolished).
7012
7013 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7016
7017 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7018
7019         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7020         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7021         Change default value to nil.
7022         (wl-summary-indent-length-limit): The value can be nil, nil means
7023         unlimited.
7024
7025         * wl-summary.el: Don't set limit for indent length if the value of
7026         wl-summary-indent-length-limit is nil.
7027         If the value of wl-summary-width is nil, it means only that the width
7028         of summary is unlimited (nil doesn't mean that the indent length is
7029         unlimited).
7030
7031         * wl-thread.el: Ditto.
7032
7033 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7034
7035         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7036         be nil, nil means never confirm.
7037         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7038
7039 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7040
7041         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7042         means unlimited).
7043
7044 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7047         Use `with-temp-buffer'.
7048
7049 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7052         with new backquote style).
7053         (wl-folder-get-entity-from-buffer): Ditto.
7054
7055 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7056
7057         * wl-version.el (nemacs-version): Eliminated.
7058         (wl-extended-emacs-version2): Ignore nemacs.
7059         (wl-extended-emacs-version3): Ditto.
7060
7061 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7062
7063         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7064         (wl-draft-add-in-reply-to): New variable.
7065         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7066         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7067         (wl-draft-yank-from-mail-reply-buffer): Use
7068         `wl-draft-add-in-reply-to'.
7069         (wl-draft-insert-current-message): Ditto.
7070
7071 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7072
7073         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7074         typo (kill->hide).
7075         (wl-message-buffer-prefetch-folder-type-list): Added elements
7076         `mark' and `cache' instead of `internal'.
7077
7078 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7081         resume msgdb directory.
7082
7083 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl.el (wl-exit): Call `wl-acap-exit'.
7086
7087         * wl-summary.el (wl-summary-message-string): New function.
7088         (wl-summary-reedit): Use it.
7089         (wl-summary-resend-bounced-mail): Remove needless let.
7090         (wl-summary-supersedes-message): Ditto.
7091         (wl-summary-save): Ditto.
7092
7093         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7094         (wl-acap-init): Set it.
7095         (wl-acap-exit): New function.
7096
7097 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7098
7099         * wl.el (wl-init): Revert (require 'mime-setup). move from
7100         toplevel.
7101
7102 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7103
7104         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7105         local variables.  Add error when guess function return invalid
7106         value.
7107
7108 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7109
7110         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7111         Change local variable name.
7112         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7113         (wl-folder-get-newsgroups): Return nil when non-news folder.
7114         * wl-summary.el (wl-summary-write-current-folder): State through
7115         when guess-list return nil.
7116         (wl-summary-write-current-folder-functions): Fixed docstring.
7117
7118         * wl.el (wl-exit): Changed confirm message.
7119
7120         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7121         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7122
7123         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7124
7125 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7126
7127         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7128         user option (Renamed from wl-cache-prefetch-folder-type-list).
7129         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7130         from wl-cache-prefetch-folder-list).
7131
7132         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7133         Move to wl-vars.el.
7134         (wl-message-buffer-prefetch-p): Changed to enable
7135         `wl-message-buffer-prefetch-folder-list'.
7136
7137         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7138         `ignore-cache'.
7139
7140 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7141
7142         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7143         `part-top' and `part-bottom'.
7144         (wl-draft-config-sub-part-top): New function.
7145         (wl-draft-config-sub-part-bottom): New function.
7146
7147 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7148
7149         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7150
7151 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7152
7153         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7154
7155 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7156
7157         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7158
7159         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7160         (wl-summary-write-current-folder): Ditto.
7161
7162 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-folder.el (wl-folder-get-newsgroups): Use
7165         `elmo-folder-newsgroups'.
7166
7167 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7168
7169         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7170         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7171         `wl-draft-config-sub-header-bottom'.
7172
7173 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7174
7175         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7176         localnews folder.
7177
7178 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7179
7180         * wl-summary.el (wl-summary-mode): Undo last change.
7181
7182         * wl-folder.el (wl-folder-mode): Ditto.
7183
7184 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7185
7186         * wl-summary.el (wl-summary-mode): Locally set
7187         truncate-partial-window-width to nil.
7188         (for XEmacs)
7189
7190         * wl-folder.el (wl-folder-mode): Ditto.
7191
7192 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7195
7196 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7197
7198         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7199         number.
7200
7201         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7202
7203         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7204
7205         * Version number is increased to 2.7.6.
7206
7207 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7210
7211 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-summary.el (wl-summary-sync-update): Enclose network
7214         related portion with `unwind-protect'.
7215
7216 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7217
7218         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7219
7220 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7223         element.
7224         * wl-vars.el (wl-message-body-button-alist): Ditto.
7225
7226         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7227         max match length.
7228         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7229
7230         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7231         for the max match length;
7232         Use 4th element value for the button string regexp group.
7233
7234         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7235         candidate exists, prompt to select.
7236
7237 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7238
7239         * wl-summary.el (wl-summary-jump-to-msg): Search before
7240         calibration point by `beginning-of-line'.
7241
7242 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7243
7244         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7245         for access group.
7246
7247 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7248
7249         * wl-message.el (wl-message-display-internal): Bind
7250         `default-mime-charset'.
7251
7252         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7253
7254         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7255
7256         * Version number is increased to 2.7.5.
7257
7258 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7259
7260         * wl-expire.el (wl-summary-archive): Fixed;
7261         Use `elmo-folder-name-internal'.
7262
7263 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7264
7265         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7266         from `elmo-folder-move-messages' caller.
7267         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7268
7269         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7270         related portions are changed).
7271
7272 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7273
7274         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7275         counter.
7276
7277 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7278
7279         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7280         buffer local and set it to nil.
7281
7282         * wl-message.el (wl-message-redisplay): Ditto.
7283
7284 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * wl-summary.el (wl-summary-mark-as-important): If message is
7287         already cached, set messag as read, otherwise encache and mark as read.
7288
7289 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7290
7291         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7292         point-min.
7293
7294 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7297         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7298         a keymap.
7299
7300 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7303         parent.
7304
7305         * wl-mule.el (wl-message-define-keymap): Ditto.
7306
7307         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7308
7309         * wl-xmas.el (wl-message-display-internal-hook): Define.
7310         (wl-xmas-setup-message-toolbar): Define as function.
7311         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7312         (wl-message-overload-functions): Abolished.
7313         (wl-message-define-keymap): New function.
7314
7315         * wl-vars.el (wl-message-display-internal-hook): New variable.
7316         (wl-message-header-button-alist): New variable (Renamed from
7317         wl-highlight-message-header-button-alist).
7318         (wl-message-body-button-alist): Ditto.
7319
7320         * wl-mule.el (wl-message-define-keymap): New function.
7321         (wl-message-overload-functions): Abolished.
7322
7323         * wl-message.el (wl-message-add-buttons-to-body): New function.
7324         (wl-message-redisplay): Don't call wl-message-overload-functions;
7325         Call wl-message-add-buttons-to-header and
7326         wl-message-add-buttons-to-body.
7327         (wl-message-display-internal): Set keymap argument for
7328         elmo-mime-display-as-is, elmo-mime-message-display;
7329         Run wl-message-display-internal-hook.
7330         (wl-message-refer-article-or-url): Abolished.
7331
7332         * wl-highlight.el (wl-highlight-headers): Don't call
7333         wl-highlight-message-add-buttons-to-header.
7334         (wl-highlight-message-add-buttons-to-header): Abolished.
7335
7336
7337         * wl-e21.el (wl-message-display-internal-hook): Define.
7338         (wl-e21-setup-toolbar): Deleted duplicated binding.
7339         (wl-e21-setup-message-toolbar): Define as function.
7340         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7341         (wl-message-define-keymap): New function.
7342         (wl-message-overload-functions): Abolished.
7343
7344 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7347         and elmo-folder-close.
7348
7349         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7350
7351 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7352
7353         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7354         boolean value.
7355         * wl-draft.el (wl-draft-do-fcc): Ditto.
7356
7357 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7358
7359         * wl-vars.el (wl-fcc-force-as-read): New variable.
7360         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7361         mark copied message as read.
7362
7363 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7364
7365         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7366
7367 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7368
7369         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7370         `wl-summary-target-above' instead of obsolete variable
7371         `wl-summary-temp-above'.
7372
7373         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7374         instead of `make-obsolete-variable'.
7375         * wl-refile.el (toplevel): Ditto.
7376
7377 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7380         with third argument t.
7381         (wl-draft): Set first argument for wl-plugged-init as t.
7382
7383         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7384         definition.
7385
7386 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7387
7388         * wl-vars.el: Tabify.
7389         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7390
7391         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7392         message.
7393
7394 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7395
7396         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7397         and set default to beep.
7398
7399 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7400
7401         * wl-vars.el (wl-draft-truncate-lines): New variable.
7402
7403         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7404         instead of wl-message-truncate-lines for truncate-lines.
7405
7406 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-message.el (wl-message-display-internal): Call
7409         `wl-highlight-message' after `elmo-mime-display-as-is'.
7410
7411         * wl-mime.el (wl-mime-display-text/plain): New function.
7412         (wl-mime-display-header): Ditto.
7413         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7414         body-presentation-method for text/plain;
7415         Register `wl-mime-display-header' as a header-presentation-method;
7416         Don't set up `elmo-message-text-content-inserted-hook' and
7417         `elmo-message-header-inserted-hook'.
7418
7419         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7420         variable.
7421         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7422         as t if flag is 'all-header;
7423         Don't bind `elmo-message-ignored-field-list',
7424         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7425
7426 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7429         for xemacs with non-mule environment.
7430
7431 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7434         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7435         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7436
7437 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7438
7439         * wl-vars.el (wl-interactive-send): Set default value as t.
7440
7441 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7444         (wl-addrmgr-method-list): Abolished.
7445         (wl-addrmgr-change-method): Follow above change.
7446
7447         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7448
7449 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7450
7451         * wl-vars.el (wl-message-truncate-lines): Change default value
7452         to default-truncate-lines.
7453
7454         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7455
7456 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7457
7458         * wl-vars.el (wl-message-truncate-lines): New variable.
7459
7460         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7461         wl-message-truncate-lines.
7462
7463 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7464
7465         * wl-acap.el (wl-acap-init): Remove period from error message.
7466         (wl-acap-find-acap-service): Remove period from message.
7467
7468 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl.el (wl-check-environment): Undo last change.
7471
7472         * wl-vars.el (wl-from): Changed default value.
7473
7474         * wl-util.el (toplevel): Don't require tm-edit.
7475
7476         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7477         `wl-folder-init';
7478         Don't set mark on mail body.
7479         (wl-draft-reedit): Ditto.
7480
7481         * wl-address.el (wl-address-quote-specials): Define as an alias for
7482         elmo-address-quote-specials.
7483
7484 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7485
7486         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7487
7488         * wl-vars.el (wl-from): Set default value as nil.
7489         (wl-organization): Set default value as ORGANIZATION environment
7490         variable.
7491
7492         * wl-draft.el (wl-smtp-extension-bind): Check value of
7493         wl-smtp-connection-type.
7494
7495         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7496         error.
7497
7498 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7499
7500         * Version number is increased to 2.7.4.
7501
7502         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7503         arguments from `wl-highlight-x-face-function' caller.
7504         Use x-face-1.3.6.12 or later.
7505
7506 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7507
7508         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7509
7510 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7511
7512         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7513         (wl-fcc): Fix to accept function.
7514         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7515
7516 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7517
7518         * wl-acap.el (toplevel): Added `product-provide' declare.
7519         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7520
7521 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl.el (wl): Changed order of calling `elmo-init'
7524         and `elmo-folder-init'.
7525
7526 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7527
7528         * wl-mime.el (wl-summary-burst): Extract message when content-type
7529         of root entity is not only `multipart' but also `message/rfc822'.
7530         (wl-summary-burst-subr): Ditto.
7531
7532 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-vars.el (toplevel): Require 'custom.
7535         (wl-trash-folder): Added to `wl-setting' group.
7536
7537         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7538         exists.
7539         (wl-addrmgr-draw): Insert empty line when no entry exists.
7540
7541         * wl-mule.el (wl-message-wheel-up): Fixed.
7542         (wl-message-wheel-down): Ditto.
7543
7544 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7545
7546         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7547         config is an anonymous lambda expression.
7548
7549 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7552         when Mule 2 is running.
7553
7554 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7557
7558 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7561         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7562
7563         * wl-address.el (wl-address-specials-regexp): Eliminated.
7564         (wl-address-quote-specials): Rewrite.
7565
7566 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7569         shy-groups for regexp.
7570
7571         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7572         character classes and Perl style shy-groups for regexp.
7573         (wl-highlight-plugged-current-line): Use Posix style character
7574         classes for regexp.
7575         (wl-e21-highlight-folder-by-numbers): Ditto.
7576         (wl-e21-display-image-p): Use `display-images-p' instead of
7577         `display-graphic-p'.
7578         (display-images-p): Make an alias to `display-graphic-p' if it is
7579         not available.  It is for Emacs version prior to 21.0.105.
7580
7581         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7582         `display-graphic-p'.
7583         (wl-demo-image-type-alist): Ditto.
7584         (display-images-p): Make an alias to `display-graphic-p' if it is
7585         not available.  It is for Emacs version prior to 21.0.105.
7586
7587 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7590         support.
7591         (wl-generate-user-agent-string): Ditto.
7592
7593         * wl-version.el (wl-version): Update docsting.
7594         (wl-version-status): Ditto.
7595
7596 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7597
7598         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7599         21.0.105.  For Emacs 21.0.104 or earlier.
7600
7601 2001-09-03  Takuo KITAME <kitame@northeye.org>
7602
7603         * wl-e21.el (wl-plugged-init-icons): Use
7604         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7605         (wl-biff-init-icons): Ditto.
7606
7607 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-highlight.el (wl-highlight-summary-current-line):
7610         Fixed highlighting refile/copy destination.
7611
7612         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7613         (wl-acap-store): Encode string by wl-acap-coding-system.
7614
7615 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl-acap.el (toplevel): Check and require 'un-define before
7618         'xemacs-ucs;
7619          Added checking for UTF-2000.
7620
7621 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7624         Don't enclose with `eval-and-compile'.
7625
7626         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7627         wl-init is non-nil.
7628
7629         * wl-draft.el (wl-draft): Ditto.
7630
7631         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7632
7633         * wl-acap.el (toplevel): Require 'wl.
7634         (wl-acap-store): Call `elmo-init'.
7635
7636         * wl.el (wl): Changed position of `wl-check-environment'.
7637         (toplevel): Added autoload setting for wl-acap.
7638
7639         * wl-vars.el (wl-setting): New custom group.
7640         (wl-from): Added wl-setting group.
7641         (wl-user-mail-address-list): Ditto.
7642         (wl-organization): Ditto.
7643         (wl-subscribed-mailing-list): Ditto.
7644         (wl-envelope-from): Ditto.
7645         (wl-smtp-posting-user): Ditto.
7646         (wl-smtp-posting-server): Ditto.
7647         (wl-smtp-posting-port): Ditto.
7648         (wl-smtp-authenticate-type): Ditto.
7649         (wl-pop-before-smtp-user): Ditto.
7650         (wl-pop-before-smtp-server): Ditto.
7651         (wl-pop-before-smtp-port): Ditto.
7652         (wl-pop-before-smtp-authenticate-type): Ditto.
7653         (wl-nntp-posting-server): Ditto.
7654         (wl-nntp-posting-user): Ditto.
7655         (wl-nntp-posting-port): Ditto.
7656         (wl-fetch-confirm-threshold): Ditto.
7657         (wl-prefetch-threshold): Ditto.
7658         (wl-thread-insert-opened): Ditto.
7659         (wl-ldap-server): Ditto.
7660         (wl-ldap-port): Ditto.
7661         (wl-ldap-base): Ditto.
7662         (wl-ldap-objectclass): Ditto.
7663         (wl-use-ldap): Ditto.
7664         (wl-draft-config-alist): Ditto.
7665         (wl-draft-config-matchone): Ditto.
7666         (wl-template-alist): Ditto.
7667         (wl-message-sort-field-list): Ditto.
7668         (wl-message-ignored-field-list): Ditto.
7669         (wl-message-visible-field-list): Ditto.
7670         (wl-interactive-send): Ditto.
7671         (wl-summary-move-order): Ditto.
7672         (wl-auto-select-first): Ditto.
7673         (wl-auto-select-next): Ditto.
7674         (wl-interactive-save-folders): Ditto.
7675
7676         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7677         Initialization codes are moved from wl-local-folder-init.
7678         (wl-local-folder-init): Follow the change above.
7679         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7680
7681         * wl-acap.el: New file.
7682
7683         * Version number is increased to 2.7.3.
7684
7685 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7686
7687         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7688
7689 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7690
7691         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7692         (wl-addrmgr-address-entry-list): Ditto.
7693
7694 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-e21.el (wl-draft-mode-map): Removed binding for
7697         `wl-draft-insert-x-face-field'.
7698
7699         * wl-mule.el (wl-draft-mode-map): Ditto.
7700
7701         * wl-xmas.el (wl-draft-mode-map): Ditto.
7702
7703         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7704         (wl-cs-autoconv): Ditto.
7705         (wl-cs-local): Ditto.
7706         (wl-use-scoring): Ditto.
7707         (wl-mime-charset): Ditto.
7708         (wl-folder-check-async): Ditto.
7709
7710         * wl.el (toplevel): Ignore nemacs and tm.
7711         (wl-exit): Ditto.
7712
7713         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7714         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7715         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7716         instead of wl-address-petname-add-or-change.
7717         (wl-summary-edit-addresses-subr): Use wl-address-delete
7718         instead of wl-address-petname-delete.
7719
7720         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7721
7722         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7723         if error occured.
7724
7725         * wl-message.el (require): Remove tm support.
7726
7727         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7728
7729         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7730         (wl-folder-jump-to-current-entity): Ditto.
7731         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7732
7733         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7734         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7735         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7736
7737         * wl-mule.el (wl-draft-key-setup): Ditto.
7738
7739         * wl-xmas.el (wl-draft-key-setup): Ditto.
7740
7741         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7742         (wl-draft-std11-parse-addresses): New function.
7743         (wl-draft-parse-mailbox-list): Use it.
7744         (wl-draft): Ignore nemacs.
7745         (wl-draft-reedit): Ditto.
7746
7747         * wl-addrmgr.el: New file.
7748         (Original is wl-rcpt.el written by
7749         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7750         Thanks Kitamoto-san.)
7751
7752         * wl-address.el (wl-address-make-address-list): Modified parsing
7753         process.
7754         (wl-address-delete): Renamed from `wl-address-petname-delete';
7755         Modify wl-address-list too.
7756         (wl-address-add-or-change): Renamed from
7757         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7758
7759 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7760
7761         * wl-highlight.el (wl-highlight-summary-current-line):
7762           Work with transient-mark-mode
7763
7764 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7765
7766         * Version number is increased to 2.7.2.
7767
7768         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7769         instead of elmo-dop-queue-method.
7770
7771 2001-08-06  SAITO Atsunori <sai@yedo.com>
7772
7773         * wl-vars.el (wl-ldap-objectclass): New user option.
7774
7775         * wl-address.el (wl-ldap-make-filter): Use it.
7776
7777 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7780
7781 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * wl-folder.el (wl-folder): redisplay after folder insertion.
7784
7785         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7786
7787         * wl-summary.el (wl-summary-sync-update):
7788         Change status mark only when new-msgdb exists.
7789         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7790
7791 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7792
7793         * wl-summary.el (wl-summary-open-folder): New function.
7794         (wl-summary-goto-folder-subr): Use it.
7795         (wl-summary-mark-as-important): Fix;
7796         Encache only when no cache exists.
7797
7798 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7801         Use with-current-buffer.
7802
7803 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7804
7805         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7806         before call `get-buffer'. Fixed parenthesis.
7807         (wl-score-get-header-entry): Clear message and help window when
7808         keyboard quit.
7809         (wl-score-edit-insert-header): Ditto.
7810
7811 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7814         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7815         (wl-default-draft-cite): Fix.
7816
7817         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7818         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7819
7820 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-message.el (wl-message-prev-page): Do same bahavior
7823         as summary when it is called in the message buffer.
7824         (wl-message-next-page): Ditto.
7825
7826 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-summary.el (wl-summary-forward): Use cache if it is not
7829         section cache.
7830
7831 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7834         Removed redundant require of elmo-vars.
7835         (wl-biff-state-indicator-on): Changed default value for
7836         xemacs with non-mule environment.
7837
7838         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7839         wl-message-buffer is nil;
7840         Hide progress bar after moving messages.
7841
7842 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7845         message at cursor point is deleted.
7846
7847 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-vars.el: Changed file coding system to euc-japan.
7850         Added -*-coding:-*- magic to the first line.
7851
7852         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7853         Search parent from the first message.
7854
7855         * Version number is increased to 2.7.1.
7856
7857 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7858
7859         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7860
7861 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7864         refile/delete execution.
7865
7866         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7867         Fixed docstring.
7868
7869 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7872         do update process;
7873         Don't update marks when update process is interrupted.
7874
7875 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7876
7877         * wl-summary.el (wl-summary-reply): Fixed problem when
7878         wl-draft-use-frame is non-nil.
7879         (wl-summary-forward): Ditto.
7880
7881         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7882         as nil.
7883         (wl-folder-mark-as-read-all-entity): Ditto.
7884         (wl-folder-prefetch-entity): Ditto.
7885
7886         * wl.el (wl): Check environment before wl-init.
7887
7888         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7889         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7890         instead of wl-summary-collect-unread.
7891         (wl-summary-reply): Split message window.
7892
7893 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7894
7895         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7896         only if current language environment is japanese,
7897
7898         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7899         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7900         (wl-folder-goto-folder-subr): Ditto.
7901
7902         * wl-draft.el (wl-draft-dispatch-message): Call
7903         `elmo-file-cache-get-path'.
7904
7905 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-summary.el (wl-summary-cursor-move): If return value of
7908         wl-summary-next-message is not number, don't jump.
7909
7910 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-summary.el (wl-summary-buffer-next-message-function): New
7913         variable.
7914         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7915         if it is bound.
7916
7917         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7918         string.
7919
7920         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7921         (wl-plugged-drawing): Ditto.
7922
7923 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7926         process.
7927         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7928         with unwind-protect.
7929
7930         * wl.el (wl-init): Require mime-setup.
7931         (wl-check-environment): Don't require mime-setup.
7932
7933         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7934         instead of elmo-folder-type.
7935
7936         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7937         value as nil.
7938
7939 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7940
7941         * Version number is increased to 2.7.0.
7942
7943         * wl-version.el (wl-version): Changed codename.
7944
7945         * wl-summary.el (wl-summary-delete-cache): Fixed.
7946
7947         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7948         Workaround for net folders.
7949         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7950
7951         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7952         value to nil (According to the patch from
7953         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7954
7955         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7956         of elmo-folder-close.
7957
7958 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7959
7960         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7961         for postfix.
7962
7963 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7964
7965         * wl-summary.el (wl-summary-resend-message): Fixed.
7966
7967         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7968         Call wl-draft with `from' argument if its address is included in
7969         `wl-user-mail-address-list'.
7970         (wl-draft): Added `from' argument.
7971
7972         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7973         non-nil.
7974         (wl): Don't show demo if wl-demo is nil.
7975
7976         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7977         wl-summary-use-frame.
7978
7979         * wl-vars.el (wl-summary-use-frame): New user option.
7980         (wl-folder-use-frame): Changed docstring.
7981
7982         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7983         non-nil.
7984         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7985         wl-summary-use-frame.
7986
7987         * wl-vars.el (wl-folder-use-frame): New user option.
7988
7989         * wl-summary.el (wl-summary-exit): Back to folder frame if
7990         wl-folder-use-frame is non-nil.
7991         (wl-summary-redisplay-internal): Ignore cache if current folder
7992         is draft folder,
7993         (wl-summary-redisplay-no-mime): Ditto.
7994         (wl-summary-redisplay-all-header): Ditto.
7995
7996         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7997         if wl-folder-use-frame is non-nil.
7998
7999 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-summary.el (wl-summary-sync-update): Bind
8002         elmo-folder-update-threshold.
8003         (wl-summary-mark-as-important): Enclosed server mark processing
8004         with `save-match-data'.
8005
8006         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8007         only when it is already defined.
8008
8009 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8010
8011         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8012         name of folder exclude localdir is wrong.
8013         * wl-folder.el (wl-folder-sync-entity):
8014         Set `wl-summary-always-sticky-folder-list' as nil.
8015         (wl-folder-mark-as-read-all-entity): Ditto.
8016         (wl-folder-prefetch-entity): Ditto.
8017
8018 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8019
8020         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8021         instead of `wl-summary-write-current-newsgroup'.
8022
8023 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8024
8025         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8026         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8027         non-nil and selected message is important, do not display.
8028
8029 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8030
8031         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8032
8033 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8036
8037         * wl-summary.el (wl-summary-mark-as-important): Set message number
8038         using wl-summary-message-number.
8039
8040 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8041
8042         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8043         destination folder is 'null.
8044
8045 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8048         New function.
8049         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8050         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8051         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8052
8053 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-mime.el (wl-mime-setup): Added setting for
8056         `mime-setup-signature-key-alist' to avoid overriding key bind for
8057         `wl-draft-send'.
8058
8059         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8060         for `wl-draft-send'.
8061         * wl-mule.el (wl-draft-overload-functions): Ditto.
8062         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8063         * wl-draft.el (wl-draft-send): Ditto.
8064
8065         * wl-message.el (wl-message-display-internal):
8066         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8067         (Patch is provided by <kita@coe.nttdata.co.jp>).
8068
8069 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8070
8071         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8072
8073 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8074
8075         * wl.el (wl): Fix for wl-demo.
8076
8077 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8078
8079         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8080
8081 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * wl-folder.el (wl-folder-prefetch-entity): Use
8084         `wl-folder-get-elmo-folder'.
8085         (wl-folder-count-incorporates): Do not use
8086         `wl-folder-get-elmo-folder'.
8087
8088 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8089
8090         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8091         instead of `elmo-folder-get-type'.
8092
8093 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8094
8095         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8096         position on Subject: field.
8097         (Advised by Mito <mit@nines.nec.co.jp>)
8098
8099 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8100
8101         * wl-folder.el (wl-folder-prefetch-entity): Use
8102         `wl-folder-get-elmo-folder'.
8103
8104 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8107
8108         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8109         `process-duplicates' slot.
8110
8111         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8112         if detection failed.
8113
8114 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8115
8116         * wl-version.el (wl-version-status): Set to "alpha".
8117
8118 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8121         Check wl-message-buffer lives before set-buffer.
8122
8123 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8124
8125         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8126         called in folder mode.
8127         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8128         * wl-summary.el (wl-summary-exit-pre-hook): Run
8129         `wl-summary-exit-pre-hook' before exit summary mode.
8130
8131 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8132
8133         * wl-version.el (wl-version-status): New variable.
8134         (wl-version-status-alist): Removed.
8135         (wl-version-status): Rule included.
8136
8137 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8140         @sponichi.
8141
8142         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8143         when `mail-reply-buffer' is buffer-local variable.
8144         (Reported by <kita@coe.nttdata.co.jp>).
8145
8146 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * wl-vars.el (toplevel): Require 'elmo-util.
8149
8150 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8153         (All other related portions are changed)
8154
8155         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8156
8157         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8158
8159 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8160
8161         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8162
8163 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8166         Delete other windows to avoid an error.
8167         Use `point-marker' instead of `point' to remember the start point
8168         of body.
8169
8170         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8171
8172         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8173         number not to exceed all message number.
8174
8175 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8176
8177         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8178         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8179
8180 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-summary.el (wl-summary-sync-force-update): Added argument
8183         no-check.
8184         (wl-summary-sync-update): Ditto.
8185         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8186         with `no-check'.
8187
8188         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8189         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8190         already running.
8191
8192 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8193
8194         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8195         `dst-folder-arg'.
8196         (wl-expire-archive-number1): Diito.
8197         (wl-expire-archive-number2): Diito.
8198         (wl-expire-archive-Date): Diito.
8199         (wl-archive-number1): Diito.
8200         (wl-archive-number2): Diito.
8201         (wl-archive-date): Diito.
8202         (wl-archive-folder-p): New function.
8203         (wl-summary-expire): Support of expand folder name at
8204         wl-expire-alist.
8205         * wl-util.el (wl-expand-newtext): Renamed from
8206         `wl-refile-expand-newtext'.
8207
8208 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8209
8210         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8211         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8212         `(elmo-msgdb-get-overview msgdb)'.
8213         (wl-summary-prefetch): Bind match data before call
8214         `wl-summay-prefetch-msg'.
8215         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8216         'off if `wl-summary-buffer-disp-msg' is non-nil.
8217         Fixed problem that couldn't show only one new or unread message when
8218         enter folder.
8219         (wl-summary-reply): Don't call `split-window-vertically' and other
8220         window.
8221
8222 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-expire.el (wl-expire-refile): Fixed.
8225
8226 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8229
8230         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8231         biff notification is removed.
8232
8233         * wl.el (wl): Changed position of `elmo-init'.
8234
8235         * wl-draft.el (wl-default-draft-cite): Use date field
8236         on the citation buffer.
8237
8238         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8239
8240         * wl-xmas.el (wl-folder-internal-icon-list): Added
8241         `wl-folder-shimbun-image'.
8242
8243         * wl-e21.el (wl-folder-internal-icon-list): Added
8244         `wl-folder-shimbun-image'.
8245
8246 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8247
8248         * wl.el (wl-init): Eliminated argument.
8249         (wl): Rewrite.
8250
8251         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8252         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8253         instead of `elmo-folder-msgdb-internal'.
8254         (wl-summary-sync-update): Ditto.
8255         (wl-summary-flush-pending-append-operations): Eliminated.
8256         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8257         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8258         `elmo-folder-open'.
8259
8260         * wl-mime.el (wl-summary-burst): Fixed.
8261
8262         * wl-folder.el (wl-folder-info-save): Check data type.
8263
8264         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8265         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8266         instead of `elmo-folder-msgdb-internal'.
8267         (wl-expire-hide): Ditto.
8268
8269
8270         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8271
8272 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8273
8274         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8275
8276 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8277
8278         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8279
8280 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8281
8282         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8283         Fixed `match-beginning' argument mismatch.
8284
8285 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8286
8287         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8288         the default value.
8289
8290 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8291
8292         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8293         instead of `elmo-nntp-default-port'.
8294
8295         * wl-vars.el: Fixed some doc strings.
8296
8297 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-summary.el (wl-summary-prefetch-msg): Use
8300         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8301
8302         * wl-vars.el: Define *-func as obsolete variable using
8303         `elmo-define-obsolete-variable'.
8304
8305         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8306         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8307         instead of `wl-message-buffer-prefetch-threshold'.
8308
8309         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8310
8311         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8312
8313         * wl-draft.el (wl-caesar-region-func): Ditto.
8314
8315         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8316         Keep unread status in elmo-folder-move-messages.
8317         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8318
8319 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8320
8321         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8322         `wl-summary-buffer-exit-func'
8323         (wl-summary-buffer-message-redisplay-function): Renamed from
8324         `wl-summary-buffer-message-redisplay-func'
8325         (wl-summary-buffer-next-folder-function): Renamed from
8326         `wl-summary-buffer-next-folder-func'.
8327         (wl-summary-buffer-prev-folder-function): Renamed from
8328         `wl-summary-buffer-prev-folder-func'.
8329         (wl-summary-get-petname-function): Renamed from
8330         `wl-summary-get-petname-func'.
8331
8332         * wl-score.el (wl-score-edit-exit-function): Renamed from
8333         `wl-score-edit-exit-func'.
8334
8335         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8336         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8337
8338         * wl-util.el (wl-load-profile-function): Renamed from
8339         `wl-load-profile-func'.
8340
8341         * wl-folder.el (wl-folder-completion-function): Renamed from
8342         `wl-folder-completion-func'.
8343         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8344
8345         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8346         `wl-expire-archive-get-folder-func'.
8347         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8348         (wl-draft-send-mail-function): Renamed from
8349         `wl-draft-send-mail-func'.
8350         (wl-draft-send-news-function): Renamed from
8351         `wl-draft-send-news-func'.
8352         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8353         (wl-generate-mailer-string-function): Renamed from
8354         `wl-generate-mailer-string-func'.
8355         (wl-highlight-signature-search-function): Renamed from
8356         `wl-highlight-signature-search-func'.
8357         (wl-highlight-x-face-function): Renamed from
8358         `wl-highlight-x-face-func'
8359         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8360         (wl-ps-print-buffer-function): Renamed from
8361         `wl-ps-print-buffer-func'
8362         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8363         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8364         (wl-summary-subject-filter-function): Renamed from
8365         `wl-summary-subject-filter-func'.
8366
8367         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8368         `wl-draft-queue-flush-send-func'
8369         (wl-draft-cite-function): Renamed from
8370         `wl-draft-cite-func'
8371
8372         * wl-address.el (wl-address-init-function): Renamed from
8373         `wl-address-init-func'.
8374
8375 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * wl-draft.el (wl-draft-queue-flush): Don't call
8378         `elmo-dop-unlock-message'.
8379         * wl-draft.el (wl-draft-queue-append): Don't call
8380         `elmo-dop-lock-message'.
8381
8382         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8383         (wl-summary-buffer-folder-name): Ditto.
8384         (wl-summary-message-regexp): Added '-' (all other related portions
8385         are changed).
8386         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8387         wl-summary-buffer-folder-name.
8388
8389 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8390
8391         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8392         the number of mails in the folder buffer is not updated by wl-biff.
8393
8394 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8395
8396         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8397         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8398
8399 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8400
8401         * wl-summary.el (wl-summary-next-message):
8402         Return next message number when wl-summary-move-order is nil.
8403
8404 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8405
8406         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8407         `wl-summary-move-spec-alist'.
8408         (wl-summary-move-spec-unplugged-alist): New variable
8409         (Move spec for unplugged status).
8410         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8411         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8412
8413 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8414
8415         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8416         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8417
8418 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8419
8420         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8421         simple quotation to quote the anonymous function.
8422         * tm-wl.el (wl-draft-preview-message): Ditto.
8423
8424 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8425
8426         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8427         Eliminate redundant `save-excursion'.
8428         (wl-highlight-summary-current-line): Ditto.
8429
8430         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8431         accessing match data when `looking-at' failed.
8432
8433         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8434         `elmo-match-string' where users don't care about the speed.
8435         (wl-draft-save): Ditto.
8436
8437 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-util.el (wl-regexp-opt): New function.
8440
8441         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8442         number from `wl-summary-buffer-number-list'.
8443         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8444         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8445         (wl-summary-move-spec-alist): Changed default setting.
8446
8447 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8448
8449         * wl-vars.el (wl-biff-notify-hook): New hook.
8450         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8451         the arrival of new mail.
8452         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8453         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8454
8455 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8458
8459 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8460
8461         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8462
8463         * Version number is increased to 2.5.8.
8464
8465         * wl-thread.el (toplevel): require 'cl.
8466         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8467         (wl-thread-make-number-list): New function.
8468         (wl-thread-entity-make-number-list-from-children): Ditto.
8469         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8470         (wl-thread-entity-insert-as-children): Likewise.
8471         (wl-thread-delete-message): Likewise.
8472         (wl-meaning-of-mark): Eliminated.
8473         (wl-thread-next-failure-mark-p): Ditto.
8474         (wl-thread-entity-get-mark): Ditto.
8475         (wl-thread-meaning-alist-get-result): Ditto.
8476         (wl-thread-entity-check-prev-mark): Ditto.
8477         (wl-thread-entity-check-next-mark): Ditto.
8478         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8479         (wl-thread-entity-get-prev-marked-entity): Ditto.
8480         (wl-thread-get-prev-unread): Ditto.
8481         (wl-thread-jump-to-prev-unread): Ditto.
8482         (wl-thread-get-next-unread): Ditto.
8483         (wl-thread-jump-to-next-unread): Ditto.
8484         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8485         (wl-thread-entity-get-next-marked-entity): Ditto.
8486
8487         * wl-summary.el (wl-summary-buffer-number-list):
8488         New bufer-local variable.
8489         (wl-summary-switch-to-clone-buffer): Clone
8490         `wl-summary-buffer-number-list'.
8491         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8492         (wl-summary-cursor-move-regex): Eliminated.
8493         (wl-summary-cursor-up): Rewrite.
8494         (wl-summary-cursor-down): Ditto.
8495         (wl-summary-mode-spec-alist): New variable.
8496         (wl-summary-next-message): New inline function.
8497         (wl-summary-cursor-move): New function.
8498         (wl-summary-default-get-next-msg): Rewrite.
8499         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8500         (wl-summary-rescan): Ditto.
8501         (wl-summary-sync-all-init): Ditto.
8502         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8503         summary is not thread view.
8504         (wl-summary-sync-update): Ditto.
8505         (wl-summary-rescan): Ditto.
8506         (wl-summary-make-number-list): New function.
8507
8508         * wl-draft.el: "FCC" -> "Fcc".
8509
8510 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8511
8512         * wl-highlight.el (wl-highlight-summary-window):
8513         Call `set-buffer-modified-p'.
8514
8515         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8516         (wl): Call `elmo-init' and fix.
8517
8518         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8519         Use new variables.
8520
8521         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8522
8523 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8526
8527 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8528
8529         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8530
8531 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8532
8533         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8534         `wl-use-toolbar' nor `display-graphic-p'.
8535         (wl-e21-setup-message-toolbar): Ditto.
8536         (wl-e21-setup-summary-toolbar): Ditto.
8537         (wl-e21-setup-folder-toolbar): Ditto.
8538
8539         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8540         (wl-plugged-init-icons): Ditto.
8541
8542         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8543         `display-graphic-p'.
8544         (wl-plugged-set-folder-icon): Ditto.
8545         (wl-highlight-plugged-current-line): Ditto.
8546         (wl-highlight-folder-current-line): Ditto.
8547         (wl-e21-highlight-folder-group-line): Ditto.
8548         (wl-e21-setup-toolbar): Ditto.
8549         (wl-e21-display-image-p): New macro.
8550
8551         * wl-demo.el (wl-demo): Simplified.
8552         (wl-demo-image-type-alist): Use `image-type-available-p' for
8553         checking whether the image type `xbm' is available.
8554
8555 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8556
8557         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8558         (wl-summary-input-range): Ditto.
8559
8560 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-summary.el (wl-summary-edit-addresses): Use
8563         `wl-summary-get-original-buffer'
8564         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8565         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8566         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8567         (wl-summary-get-newsgroups): Eliminated.
8568         (wl-summary-set-crosspost): Ditto.
8569         (wl-summary-is-crosspost-folder): Ditto.
8570         (wl-crosspost-alist-load): Ditto.
8571         (wl-crosspost-alist-save): Ditto.
8572
8573         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8574         `elmo-setup-subscribed-newsgroups' instead of
8575         `elmo-nntp-make-groups-hashtb'.
8576         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8577         instead of `wl-crosspost-alist-save'.
8578
8579         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8580         of `elmo-folder-message-appendable-p'.
8581         (wl-mime-header-presentation-method): Eliminated.
8582
8583         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8584         (Error occurs in emacs21).
8585
8586         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8587         the current buffer).
8588
8589         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8590         instead of `wl-crosspost-alist-save'.
8591         (wl-init): `elmo-crosspost-message-alist-load'
8592         instead of `wl-crosspost-alist-load'
8593
8594         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8595         (wl-parse-newsgroups): Likewise.
8596         (wl-biff-notify): Run `wl-biff-notify-hook'.
8597
8598 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8601
8602         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8603         when `wl-summary-lazy-highlight' is non-nil.
8604         (wl-summary-goto-folder-subr): Highlight only when
8605         `wl-summary-lazy-highlight' is non-nil.
8606
8607         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8608         Don't display progress and highlight temp-mark when
8609         `wl-summary-lazy-highlight' is non-nil.
8610         (wl-highlight-summary-window): New function.
8611         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8612
8613 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8614
8615         * wl-summary.el (wl-summary-sync): Change `all-visible'
8616         from `all-shown'
8617         (wl-summary-input-range): Ditto.
8618
8619 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8620
8621         * wl-e21.el (wl-highlight-folder-current-line): Call
8622         `wl-folder-init-icons' when folder icons have not been initialized.
8623
8624         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8625
8626         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8627         (wl-demo-image-type-alist): New macro.
8628
8629 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8630
8631         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8632         display does not support graphics.
8633         (wl-plugged-init-icons): Ditto.
8634         (wl-folder-init-icons): Ditto.
8635
8636         * wl-demo.el (wl-demo): Chech closely whether the display
8637         supports graphics.
8638
8639 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-summary.el (wl-summary-get-original-buffer): New function.
8642         (wl-summary-set-crosspost): Use it.
8643         (wl-summary-target-mark-uudecode): Ditto.
8644         (wl-summary-reedit): Ditto.
8645         (wl-summary-resend-bounced-mail): Ditto.
8646         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8647         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8648
8649         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8650         (wl-message-display-internal): Ditto.
8651
8652 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8655
8656 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * wl-summary.el (wl-summary-save-view): Renamed from
8659         `wl-summary-save-status'.
8660
8661 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8662
8663         * wl-summary.el (wl-summary-sync): Added `all-shown'
8664
8665 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8666
8667         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8668
8669 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8670
8671         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8672
8673 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8674
8675         * wl-highlight.el (wl-highlight-summary-line-string): Use
8676         `zerop' instead of `= 0'.
8677         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8678
8679         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8680         for comparing numbers.
8681         (wl-template-prev): Use `zerop' instead of `eq 0'.
8682
8683         * wl-draft.el (wl-draft-insert-current-message): Use
8684         `with-current-buffer' instead of `save-excursion'.
8685         Use `zerop' instead of `eq 0'.
8686
8687 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8688
8689         * wl-draft.el (wl-draft-insert-ccs): New function.
8690         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8691         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8692
8693 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8696
8697 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * wl-expire.el (wl-expire-refile): Don't call
8700         elmo-msgdb-add-msgs-to-seen-list;
8701         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8702         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8703
8704 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-message.el (wl-message-prev-page): Ignore errors while
8707         scroll-down.
8708
8709 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-mime.el: Use elmo-original-message-mode instead of
8712         mmelmo-original-mode.
8713
8714         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8715         `elmo-folder-get-spec';
8716         (wl-fldmgr-add-completion-all-completions):
8717         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8718
8719         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8720         of `elmo-folder-get-type'.
8721
8722         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8723         `elmo-folder-get-spec';
8724         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8725         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8726         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8727         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8728         `elmo-read-msg-no-cache';
8729         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8730         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8731         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8732         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8733         `elmo-cache-save';
8734         (wl-draft-reedit): Use `elmo-message-file-name'.
8735
8736         * wl-expire.el: Use `elmo-folder-name-internal';
8737         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8738         Use macro `wl-summary-buffer-msgdb' instead of variable
8739         `wl-summary-buffer-msgdb';
8740         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8741         Use macro `wl-summary-buffer-folder-name' instead of variable
8742         `wl-summary-buffer-folder-name'.
8743         * wl-score.el: Likewise.
8744
8745         * wl-message.el: Rewrite for new message buffer cache mechanism.
8746         (wl-message-buffer-cache-buffer-get): New macro.
8747         (wl-message-buffer-cache-folder-get): Ditto.
8748         (wl-message-buffer-cache-message-get): Ditto.
8749         (wl-message-buffer-cache-entry-make): Ditto.
8750         (wl-message-buffer-cache-hit): Ditto.
8751         (wl-message-buffer-cache-sort): New function.
8752         (wl-message-buffer-cache-add): Ditto.
8753         (wl-message-buffer-cache-delete): Ditto.
8754         (wl-message-buffer-cache-clean-up): Ditto.
8755         (wl-message-buffer-window): Rewrite.
8756         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8757         (wl-message-buffer-display): New function.
8758         (wl-message-display-internal): New function.
8759
8760 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-folder.el: Use `elmo-folder-name-internal';
8763         Use `wl-folder-get-elmo-folder';
8764         Use `elmo-folder-list-messages' instead of
8765         `elmo-list-folder';
8766         Use `elmo-folder-get-primitive-list' instead of
8767         `elmo-folder-get-primitive-spec-list';
8768         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8769         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8770         Use `elmo-folder-create' instead of `elmo-create-folder'.
8771         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8772         (wl-folder-get-elmo-folder): New macro.
8773         (wl-folder-elmo-folder-cache-get): Ditto.
8774         (wl-folder-elmo-folder-cache-put): Ditto.
8775         (wl-folder-suspend): Call `elmo-quit'.
8776
8777         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8778         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8779         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8780         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8781         (toplevel): require 'cl.
8782         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8783
8784         * wl-summary.el: Rewrite to use new elmo interface.
8785
8786 \f
8787 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-mime.el (wl-draft-preview-message):
8790         Run `wl-draft-send-hook' before collecting recipients information;
8791         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8792
8793         * tm-wl.el (wl-draft-preview-message): Ditto.
8794
8795 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8798         wrong recipients are displayed when forwarded message.
8799
8800 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * Version number is increased to 2.5.7.
8803
8804 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8805
8806         * wl-message.el (wl-message-next-page): Bind
8807         `window-pixel-scroll-increment' to nil while scrolling up.
8808
8809 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8810
8811         * wl-vars.el (wl-save-hook): New hook.
8812         * wl.el (wl-save): Call `wl-save-hook'.
8813
8814 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8815
8816         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8817         Argument WITH-ARG instead of NO-ARG (negative mean).
8818         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8819         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8820         * wl-message.el (wl-message-follow-current-entity): Likewise.
8821
8822 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8823
8824         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8825         FROM was optional argument.
8826         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8827
8828 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8829
8830         * Version number is increased to 2.5.6.
8831
8832 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8833
8834         * wl-version.el (wl-version-show): Removed.
8835         (wl-version): Add `interactive'.
8836
8837 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8838
8839         * wl-summary.el (wl-summary-get-petname-func): New variable.
8840         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8841         instead of `wl-address-get-petname-1'.
8842         (wl-summary-simple-from): Ditto.
8843
8844         * wl-address.el (wl-address-get-petname-1): Define as function.
8845
8846 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8849         field in the original message.
8850         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8851
8852 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8853
8854         * wl-expire.el (wl-expire-hide):
8855         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8856
8857 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8860         find decoder for To, Cc, and Subject.
8861
8862 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8865         for checking `elmo-use-buffer-cache'.
8866         (wl-summary-mark-as-important): Fixed typo in comment.
8867
8868 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8871         field in the original message.
8872         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8873
8874 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8875
8876         * wl-expire.el (wl-expire-hide):
8877         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8878
8879 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8882         find decoder for To, Cc, and Subject.
8883
8884 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * Version number is increased to 2.5.5.
8887
8888         * wl-address.el (wl-address-specials-regexp): New constant.
8889         (wl-address-quote-specials): Use it.
8890
8891 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-summary.el (wl-summary-rescan):
8894         Call `wl-summary-buffer-number-column-detect'.
8895         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8896
8897         * wl-message.el (wl-message-mode-map): Define.
8898         (wl-message-decode): Use it as local-map.
8899
8900 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8903         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8904
8905 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8908
8909         * wl-mule.el (wl-read-event-char): Ditto.
8910
8911         * wl-e21.el (wl-read-event-char): Ditto.
8912
8913         * wl-nemacs.el (wl-read-event-char): Ditto.
8914         (read-event): Removed.
8915
8916         * wl-util.el (toplevel): Removed dummy definition of
8917         `read-event'.
8918         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8919
8920 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8921
8922         * wl-nemacs.el (elmo-archive-call-process): Moved to
8923         elmo-archive.el.
8924
8925 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8926
8927         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8928         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8929
8930         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8931         instead of magic-number 6.  Use `not' instead of `null' for symbol
8932         `nil' check (not empty list).
8933         (wl-draft-insert-x-face-field): Fixed paren style.
8934
8935         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8936         one-branch conditional statement, instead of `and' and `if'.
8937         (wl-draft-forward): Likewise.
8938         (wl-draft-add-references): Likewise.
8939         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8940
8941         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8942         conditional steatment.  Use `cond' instead of `if'.
8943         (wl-draft-confirm): Likewise.
8944
8945 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8946
8947         * wl-version.el (wl-version-show): Use `product-string-1'
8948         instead of `wl-version'.
8949         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8950
8951         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8952
8953 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8954
8955         * wl-highlight.el (wl-highlight-headers): Revert
8956         `wl-highlight-x-face-func' argument (`beg' and `end').
8957
8958 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8959
8960         * wl.el (toplevel): Move `product-provide' declare.
8961         * wl-demo.el (toplevel): Ditto.
8962         * wl-dnd.el (toplevel): Ditto.
8963         * wl-highlight.el (toplevel): Ditto.
8964         * wl-message.el (toplevel): Ditto.
8965         * wl-refile.el (toplevel): Ditto.
8966         * wl-util.el (toplevel): Ditto.
8967
8968 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8971         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8972         (wl-thread-close-all): keep cursor position.
8973
8974 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8975
8976         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8977         (eq x 0).
8978         (wl-generate-user-agent-string-1): Fix conditional statement.
8979
8980 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8981
8982         * wl.el (wl-check-environment): Additional check for
8983         'wl-local-domain' and `wl-message-id-domain'.
8984
8985 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8986
8987         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8988
8989 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8990
8991         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8992         instead of `smtp-sasl-user-realm'.
8993
8994 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8995
8996         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8997
8998 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8999
9000         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9001         to the default value as well as `eword-lexical-analyzer'.
9002
9003 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9004
9005         * wl-version.el (wl-extended-emacs-version,
9006         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9007         `elmo-match-string' instead of `wl-match-string'.
9008
9009 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9010
9011         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9012         docstring.
9013
9014 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9015
9016         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9017
9018 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9019
9020         * wl-highlight.el (wl-highlight-headers): Remove
9021         `wl-highlight-x-face-func' argument (`beg' and `end').
9022
9023 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9024
9025         * wl-summary.el (wl-summary-mark-as-important):
9026         Remove cache if folder is local.
9027
9028 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9029
9030         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9031         to get existing e-mail address string.
9032
9033 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9034
9035         * wl-version.el (wl-generate-user-agent-string): Commentary.
9036         (wl-generate-user-agent-string-1): Use `when' for
9037         one-branch conditional statement, instead of `and' and `if'.
9038         (wl-extended-emacs-version, wl-extended-emacs-version2,
9039         wl-extended-emacs-version3): Ditto.
9040
9041 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9044         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9045         condition-case; Remove initialization.
9046         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9047         (wl-summary-sync-update3): Added argument `sync-all';
9048         Eliminated local variable `msgdb';
9049         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9050         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9051         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9052
9053 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9054
9055         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9056         connection before call `wl-draft-send-mail-with-smtp'.
9057
9058 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9059
9060         * Version number is increased to 2.5.4.
9061
9062 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9063
9064         * wl.el (wl-check-environment): Additional check for
9065         'wl-local-domain' and `wl-message-id-domain'.
9066
9067 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9070         buffer as command specific.
9071         (wl-folder-mark-as-read-all-entity): Ditto.
9072         (wl-folder-prefetch-entity): Ditto.
9073         (wl-folder-drop-unsync-entity): Ditto.
9074
9075         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9076         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9077         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9078
9079         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9080         save-excursion.
9081
9082 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * Version number is increased to 2.5.3.
9085
9086         * wl-summary.el (wl-summary-save-view-cache):
9087         Delete duplicated `write-region';
9088         Use `write-region-as-binary' instead of `as-binary-output-file' and
9089         `write-region'.
9090
9091 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9092
9093         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9094
9095 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9096
9097         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9098         instead of `smtp-via-smtp'.
9099
9100 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9101
9102         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9103
9104 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9105
9106         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9107         instead of `smtp-sasl-user-realm'.
9108
9109 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9110
9111         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9112
9113 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9114
9115         * Version number is increased to 2.5.2.
9116
9117 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9118
9119         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9120         does not exist.
9121         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9122         (wl-biff-start): Call `timer-activate' if timer already exists.
9123
9124         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9125         only when it is bound as function.
9126
9127 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * Version number is increased to 2.5.1.
9130
9131 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9134         Print refile/copy destination.
9135
9136 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9139         queue-flush-only is non-nil.
9140
9141         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9142
9143         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9144         checking cache folder.
9145
9146 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9147
9148         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9149         `regexp-quote'.
9150
9151 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9152
9153         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9154         function.
9155         * wl-summary.el (wl-summary-write-current-folder-functions):
9156         Change default value.  Use it.
9157
9158 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * Version number is increased to 2.5.0.
9161
9162         * wl-version.el (wl-version): Changed codename.
9163
9164 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9165
9166         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9167         (wl-summary-supersedes-message): Ditto.
9168
9169 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9170
9171         * wl-refile.el (wl-refile-guess-functions): Renamed from
9172         `wl-refile-guess-func-list'.
9173
9174 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9175
9176         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9177         Fixed problem when no rule was matched.
9178
9179 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9180
9181         * wl-summary.el (wl-summary-get-mark): Fixed
9182         `wl-summary-buffer-target-mark' check logic.
9183
9184 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9185
9186         * wl-folder.el (wl-folder-write-current-folder): Added group
9187         folder check.
9188
9189         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9190         `wl-summary-write-current-newsgroup'.
9191         (wl-summary-write-current-folder-functions): New variable.
9192         * wl-folder.el (wl-folder-get-newsgroups): New function.
9193         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9194         (wl-folder-write-current-folder): Renamed from
9195         `wl-folder-write-current-newsgroup'.
9196
9197 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9198
9199         * Version number is increased to 2.3.93.
9200
9201 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9202
9203         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9204         (wl-ldap-make-matched-value-list): Ditto.
9205         (wl-ldap-alias-safe-string): Split e-mail address.
9206
9207         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9208         petname folder default was selected.
9209         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9210         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9211
9212 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9215         to `wl-draft-config-exec'.
9216
9217         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9218         instead of calling `wl-draft-config-exec';
9219         Process group-list and show recipients in minibuffer.
9220
9221         * tm-wl.el (wl-draft-preview-message): Ditto.
9222
9223 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl.el (toplevel): Added (C) to copyright notice, and
9226         sync Author header.
9227         * tm-wl.el (toplevel): Ditto.
9228         * wl-address.el (toplevel): Ditto.
9229         * wl-demo.el (toplevel): Ditto.
9230         * wl-dnd.el (toplevel): Ditto.
9231         * wl-draft.el (toplevel): Ditto.
9232         * wl-e21.el (toplevel): Ditto.
9233         * wl-expire.el (toplevel): Ditto.
9234         * wl-folder.el (toplevel): Ditto.
9235         * wl-highlight.el (toplevel): Ditto.
9236         * wl-message.el (toplevel): Ditto.
9237         * wl-mime.el (toplevel): Ditto.
9238         * wl-mule.el (toplevel): Ditto.
9239         * wl-nemacs.el (toplevel): Ditto.
9240         * wl-refile.el (toplevel): Ditto.
9241         * wl-score.el (toplevel): Ditto.
9242         * wl-summary.el (toplevel): Ditto.
9243         * wl-template.el (toplevel): Ditto.
9244         * wl-thread.el (toplevel): Ditto.
9245         * wl-util.el (toplevel): Ditto.
9246         * wl-vars.el (toplevel): Ditto.
9247         * wl-xmas.el (toplevel): Ditto.
9248
9249 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9250
9251         * wl.el (wl-init): Added comment about `wl-init-hook'.
9252         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9253         * wl-vars.el (wl-init-hook): Added docs.
9254         (wl-make-plugged-hook): Removed useless docs.
9255         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9256         * wl-xmas.el (toplevel): Ditto.
9257
9258 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9259
9260         * wl-address.el (toplevel): Fixed multiple Author header format.
9261         * wl-demo.el (toplevel): Ditto.
9262         * wl-draft.el (toplevel): Ditto.
9263         * wl-folder.el (toplevel): Ditto.
9264         * wl-summary.el (toplevel): Ditto.
9265         * wl-thread.el (toplevel): Ditto.
9266         * wl-util.el (toplevel): Ditto.
9267         * wl-vars.el (toplevel): Ditto.
9268         * wl-version.el (toplevel): Ditto.
9269         * wl-xmas.el (toplevel): Ditto.
9270         * wl.el (toplevel): Ditto.
9271
9272         * wl-version.el (toplevel): Added require `elmo-version' for
9273         `product-version-as-string'.
9274
9275 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9276
9277         * wl-vars.el (wl-draft-send-hook): Changed default value to
9278         '(wl-draft-config-exec).
9279
9280         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9281         explicitly.
9282         (wl-draft): Set `wl-draft-config-exec-flag' before running
9283         `wl-mail-setup-hook'.
9284
9285         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9286         `wl-biff-init-icons' to `wl-init-hook' instead of
9287         `wl-make-plugged-hook'.
9288         (Because if `wl-draft' command is invoked at first,
9289         they are not initialized)
9290         Updated copyright notice.
9291
9292         * wl-e21.el (toplevel): Ditto;
9293
9294         * wl-demo.el (toplevel): Updated copyright notice.
9295         * wl-address.el (toplevel): Ditto.
9296         * wl-draft.el (toplevel): Ditto.
9297         * wl-version.el (toplevel): Ditto.
9298         * wl-folder.el (toplevel): Ditto.
9299         * wl-summary.el (toplevel): Ditto.
9300         * wl-thread.el (toplevel): Ditto.
9301         * wl-util.el (toplevel): Ditto.
9302         * wl-vars.el (toplevel): Ditto.
9303         * wl.el (toplevel): Ditto.
9304
9305 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9306
9307         * wl-highlight.el (wl-highlight-message): Fixed problem of
9308         highlighting failure which occured when the last field contains
9309         multiple lines in the draft buffer.
9310
9311         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9312         `wl-biff-start' if plugged.
9313
9314         * wl-util.el (wl-biff-check-folder): New function.
9315         (wl-biff-check-folders): Don't set session name prefix.
9316         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9317         (wl-biff-check-folder-async): Ditto.
9318
9319         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9320         in email address.
9321
9322 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9323
9324         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9325
9326         * wl-draft.el (wl-draft-strip-subject-re): New function.
9327
9328         * wl-draft.el (wl-draft-reply): Use it.
9329
9330 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9331
9332         * wl-message.el (wl-mmelmo-message-redisplay): Use
9333         `mime-display-message' instead of `wl-mime-display-message'.
9334
9335         * wl-mime.el (toplevel): Removed compatibility workaround
9336         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9337         (wl-mime-display-message): Abolished.
9338         (wl-mime-entity-read-field): Ditto.
9339         (wl-mime-combine-message/partial-pieces): Use
9340         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9341
9342 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9343
9344         * wl-template.el: Doc fixes.
9345
9346 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9347
9348         * wl-e21.el (wl-message-overload-functions): Do nothing if
9349         `current-local-map' is not available.
9350         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9351
9352 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9353
9354         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9355         representation.
9356
9357         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9358         number.
9359         (wl-fldmgr-save-folders): Don't use `format' when insert
9360         `wl-fldmgr-folders-header'.
9361
9362 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9363
9364         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9365
9366 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9367
9368         * wl-highlight.el (wl-highlight-message):
9369         Use `std11-field-end' to detect end point of the header field.
9370         Refer `wl-highlight-max-header-size'.
9371
9372         * wl-vars.el (wl-highlight-max-header-size): New variable.
9373
9374         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9375
9376         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9377         Set `for-draft' argument of wl-highlight-headers.
9378         (wl-draft): Ditto.
9379         (wl-draft-reedit): Ditto.
9380         (wl-user-agent-compose-internal): Ditto.
9381
9382 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9383
9384         * wl-message.el (wl-message-add-button): Use overlay.
9385
9386 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9387
9388         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9389
9390         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9391         problem when group-list content is nothing.
9392         (Reported by Mito <mit@nines.nec.co.jp>)
9393
9394 2000-10-18  SAITO Atsunori <sai@yedo.com>
9395
9396         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9397
9398 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9399
9400         * tm-wl.el (toplevel): Use product-provide.
9401
9402 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * Version number is increased to 2.3.92.
9405
9406 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9407
9408         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9409         title text, use `display' property for left margin under Emacs 21.
9410
9411         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9412         properties.
9413         (wl-plugged-init-icons): Ditto.
9414
9415 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9416
9417         * wl.el (wl-save-status, wl-init): Remove last period in
9418         "...done." message.
9419         * tm-wl.el (wl-summary-burst): Ditto.
9420         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9421         wl-summary-resume-cache-status,
9422         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9423         wl-summary-sync-update3, wl-summary-highlight-msgs,
9424         wl-summary-flush-pending-append-operations,
9425         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9426         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9427         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9428         wl-thread-open-all): Ditto.
9429         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9430         * wl-mime.el (wl-summary-burst): Ditto.
9431         * wl-highlight.el (wl-highlight-summary): Ditto.
9432         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9433         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9434         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9435         * wl-address.el (wl-local-address-init): Ditto.
9436
9437 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9438
9439         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9440         `add-text-properties'.
9441         (wl-plugged-init-icons): Ditto.
9442         (wl-folder-init-icons): Use `propertize' instead of
9443         `put-text-property'.
9444         (wl-plugged-set-folder-icon): Ditto.
9445         (wl-e21-highlight-folder-group-line): Ditto.
9446
9447 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9448
9449         * wl-version.el (wl-version-status-alist): New variable.
9450         (wl-version-status): New function.
9451
9452         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9453         "Cc" part of the case "Reply-To".
9454
9455         * wl-draft.el (wl-draft-reply): Use result of
9456         `eword-extract-address-components'.
9457
9458         * wl-demo.el (wl-demo-icon-name): New constant.
9459         (wl-logo-xpm): Use it.
9460         (wl-logo-xbm): Ditto.
9461         (wl-logo-bitmap): Ditto.
9462
9463         * Version number is increased to 2.3.91.
9464
9465 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9466
9467         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9468         (wl-extended-emacs-version, wl-extended-emacs-version2,
9469         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9470         docstring.
9471
9472         * wl-version.el (wl-generate-user-agent-string-1): New function.
9473         (wl-generate-user-agent-string): Use it.
9474
9475         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9476         `mime-edit-insert-user-agent-field'.
9477         (wl-generate-user-agent-string): Check
9478         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9479
9480         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9481         instead of `if', when verbose case.
9482
9483 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9484
9485         * wl-expire.el (wl-summary-expire): Fix.
9486
9487 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9488
9489         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9490         and `elmo-lost+found-folder' if 'wl-draft.
9491         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9492
9493 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9494
9495         * wl-expire.el (wl-summary-expire): Change messages.
9496         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9497         `deleing-info' instead of "Deleting..."
9498
9499 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9500
9501         * wl-summary.el (wl-summary-refile-subr): Fix.
9502
9503 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9504
9505         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9506         if pipe folder.
9507
9508 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9509
9510         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9511
9512 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9513
9514         * wl-expire.el (wl-expire-hide): New function.
9515         (wl-summary-expire): Add `hide'.
9516
9517 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9518
9519         * wl-vars.el (wl-draft-reply-without-argument-list):
9520         Changed default value to consider `Reply-To:'.
9521         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9522
9523         * Version number is increased to 2.3.90.
9524
9525         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9526         elmo-imap4-get-session with unwind-protect.
9527         Don't cause error.
9528         (wl-summary-sync-marks): Don't check plugged nor folder type.
9529         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9530         (Always keep current buffer).
9531
9532 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9533
9534         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9535         Enclose with `save-excursion'.
9536
9537 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9538
9539         * wl-version.el (wl-version): Remove interactive.
9540
9541 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9542
9543         * wl-version.el (wl-generate-user-agent-string): Use
9544         `product-string-verbose' instead of `product-string-1'.
9545
9546 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9547
9548         * wl-vars.el (wl-draft-use-cache): New variable.
9549         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9550         if wl-draft-use-cache is non-nil.
9551
9552 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9553
9554         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9555         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9556
9557 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9558
9559         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9560         (wl-thread-msg-mark-as-unread): Ditto.
9561
9562         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9563         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9564         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9565         Don't set mark in summary if return value of `elmo-mark-as-read'
9566         is nil.
9567         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9568         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9569         instead of `wl-thread-msg-mark-as-read'.
9570         (wl-summary-mark-as-unread-region): Ditto.
9571         (wl-summary-target-mark-mark-as-read): Ditto.
9572
9573         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9574
9575 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9578
9579         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9580
9581 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9582
9583         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9584         face.
9585
9586 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9587
9588         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9589         `running-xemacs'.
9590
9591 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9592
9593         * wl-version.el (toplevel): Use `product-version-as-string' for
9594         set verstion-string, if defined.
9595
9596         * wl-version.el (wl-version-show): Insert string at point, when
9597         call with argument.
9598
9599         * wl-version.el (wl-generate-user-agent-string): Use
9600         `product-string-1' instead of `wl-appname', `wl-version' and
9601         `wl-codename'.
9602
9603 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9604
9605         * wl-address.el (toplevel): Use product-provide.
9606         * wl-demo.el (toplevel): Ditto.
9607         * wl-dnd.el (toplevel): Ditto.
9608         * wl-draft.el (toplevel): Ditto.
9609         * wl-e21.el (toplevel): Ditto.
9610         * wl-expire.el (toplevel): Ditto.
9611         * wl-fldmgr.el (toplevel): Ditto.
9612         * wl-folder.el (toplevel): Ditto.
9613         * wl-highlight.el (toplevel): Ditto.
9614         * wl-message.el (toplevel): Ditto.
9615         * wl-mime.el (toplevel): Ditto.
9616         * wl-mule.el (toplevel): Ditto.
9617         * wl-nemacs.el (toplevel): Ditto.
9618         * wl-refile.el (toplevel): Ditto.
9619         * wl-score.el (toplevel): Ditto.
9620         * wl-summary.el (toplevel): Ditto.
9621         * wl-template.el (toplevel): Ditto.
9622         * wl-thread.el (toplevel): Ditto.
9623         * wl-util.el (toplevel): Ditto.
9624         * wl-vars.el (toplevel): Ditto.
9625         * wl-xmas.el (toplevel): Ditto.
9626         * wl.el (toplevel): Ditto.
9627
9628 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9629
9630         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9631         instead of product.
9632
9633         * wl-version.el (wl-version): Compile time evalution elmo-version.
9634
9635 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9636
9637         * wl-summary.el (wl-summary-sync-force-update): Append queue
9638         `mark-as-read'if unplugged.
9639
9640 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-version.el: New file.  Use product.el.
9643         * wl.el: add (require 'wl-version).
9644         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9645         for ~/.folders header.
9646         (wl-fldmgr-folders-header): Changed.
9647         * wl-demo.el (wl-demo): Use product.el.
9648
9649         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9650         wl-version.el.
9651         * wl-util.el (wl-version, wl-version-show): Ditto.
9652
9653         * wl-util.el (wl-generate-user-agent-string,
9654         wl-extended-emacs-version, wl-extended-emacs-version2,
9655         wl-extended-emacs-version3): Move to wl-version.el.
9656         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9657         xemacs-codename, mime-edit-insert-user-agent-field,
9658         mime-edit-user-agent-value, mime-editor/version,
9659         mime-editor/codename): Compile warning killer move to
9660         wl-version.el
9661
9662 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9663
9664         * wl-summary.el (wl-summary-refile-subr): Fix.
9665
9666 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9667
9668         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9669         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9670
9671 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9672
9673         * wl.el (wl-check-environment): Check too many `@'.
9674
9675 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9676
9677         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9678
9679 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9680
9681         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9682         wl-draft-reply-myself-without-argument-list): Add variables.
9683         * wl-draft.el (wl-draft-reply): Use it.
9684
9685 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9686
9687         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9688         the 5th argument of `elmo-network-get-spec'.
9689
9690         * wl-thread.el (wl-thread-reparent-children): New inline function.
9691         (wl-thread-delete-message): Use it.
9692
9693         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9694         (wl-summary-score-update-all-lines): Don't use `dolist'.
9695
9696 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9697
9698         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9699         (require 'elmo-msgdb) for inline function.
9700
9701 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9702
9703         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9704
9705 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9706
9707         * wl-score.el (wl-score-headers): Fix for the confusing macro
9708         `elmo-kill-buffer'.
9709
9710 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9711
9712         * wl-summary.el: Don't use the 3rd argument of `require' because
9713         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9714         * wl-util.el: Ditto.
9715         * wl-draft.el: Ditto.
9716
9717 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9718
9719         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9720         window system is not used.
9721
9722 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9723
9724         * wl-thread.el: Don't use `mapcar' only for iteration.
9725         (wl-thread-resume-entity): Ditto.
9726         (wl-thread-delete-message): Ditto.
9727
9728         * wl-summary.el: Bind `dragdrop-drop-functions',
9729         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9730         of `require' for `timezone', `easymenu' and `ps-print';
9731         don't use `mapcar' only for iteration.
9732
9733         * wl-util.el: Bind `mule-version', `nemacs-version',
9734         `emacs-beta-version', `xemacs-codename',
9735         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9736         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9737         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9738         only for iteration.
9739
9740         * wl-score.el: Don't use `mapcar' only for iteration.
9741         (wl-score-simplify-buffer-fuzzy): Ditto.
9742         (wl-score-simplify-subject): Ditto.
9743         (wl-score-headers): Ditto.
9744         (wl-summary-score-update-all-lines): Ditto.
9745
9746         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9747         `enable-multibyte-characters' and `mule-version'.
9748
9749         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9750         `mapcar' only for iteration.
9751
9752         * wl-demo.el: Don't use `mapcar' only for iteration.
9753
9754         * wl-folder.el: Don't use `mapcar' only for iteration.
9755         (wl-folder-open-all): Ditto.
9756         (wl-folder-count-incorporates): Ditto.
9757
9758         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9759         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9760
9761         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9762         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9763         `smtp-connection-type'; specify 3rd argument of `require' for
9764         `timezone'; don't use `mapcar' only for iteration.
9765         (wl-draft-clone-local-variables): Don't use `mapcar'.
9766         (wl-draft-generate-clone-buffer): Ditto.
9767         (wl-user-agent-compose-internal): Ditto.
9768
9769         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9770
9771         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9772         (wl-save-status): Ditto.
9773
9774         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9775         for iteration.
9776
9777 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9778
9779         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9780         removed `Date'.
9781         (wl-fldmgr-make-filter-default): New user option.
9782
9783         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9784         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9785         (wl-fldmgr-filter-completion-alist): Abolish.
9786
9787         * wl.el (wl): Don't check servers if arg is non-nil.
9788
9789         * wl-draft.el (wl-draft-reply): Set only message-id string to
9790         In-Reply-To field.
9791
9792 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9793
9794         * wl-summary.el (wl-summary-pick): Rewrite.
9795
9796         * wl-draft.el (wl-draft-forward): Get references field from
9797         original buffer.
9798         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9799
9800 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9801
9802         * wl-draft.el (wl-draft-forward): Add references field.
9803
9804 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9805
9806         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9807         (wl-draft-reply): Use it.
9808
9809 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9810
9811         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9812         when Emacs 21 is running.
9813
9814         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9815         bindings.
9816
9817 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9818
9819         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9820         XPM icons transparent.
9821
9822         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9823         Emacs 21.
9824
9825 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9826
9827         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9828         nil.
9829
9830         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9831         when it is persistent.
9832         (wl-summary-sync-marks): Changed argument for
9833         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9834         (wl-summary-virtual): Use `elmo-read-search-condition'.
9835         (wl-summary-redisplay-internal): If folder is local, mark as read
9836         even when folder is plugged.
9837
9838 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9839
9840         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9841         of `tool-bar-lines' in the frame parameters.
9842         (after-make-frame-functions, post-command-hook): Don't modify the
9843         value.
9844         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9845         wl-e21-tool-bar-lines): Removed.
9846
9847 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9848
9849         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9850         properties `evaporate' and `wl-momentary-overlay' as well.
9851         (wl-highlight-summary-displaying): Ditto.
9852         (wl-delete-all-overlays): Don't delete overlay which does not have
9853         a property `wl-momentary-overlay'.
9854
9855         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9856         `display-mouse-p' and `display-graphic-p'.
9857         (wl-folder-init-icons): Don't search for XBM or the other files.
9858         (wl-plugged-set-folder-icon): Make icons if and only if
9859         `display-graphic-p' returns non-nil.
9860         (wl-highlight-plugged-current-line): Use `before-string' overlay
9861         property to show icon images.
9862         (wl-highlight-folder-current-line): Ditto.
9863         (wl-e21-highlight-folder-group-line): Ditto.
9864         (wl-e21-highlight-folder-by-numbers): Ditto.
9865         (wl-e21-insert-image): Removed.
9866         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9867         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9868         said.
9869         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9870         `wl-e21-force-switch-toolbar'.
9871         (wl-e21-make-icon-image): Removed.
9872         (wl-e21-setup-toolbar): Don't search for XBM files.
9873         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9874         the default value.
9875
9876 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9877
9878         * wl-util.el (wl-biff-check-folder-async): Set
9879         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9880
9881 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9882
9883         * wl-e21.el (after-make-frame-functions): Add
9884         `wl-e21-force-switch-toolbar'.
9885         (wl-e21-force-switch-toolbar): New function force to switch the
9886         toolbar appearance automatically.
9887         (post-command-hook): Add `wl-e21-switch-toolbar'.
9888         (wl-e21-switch-toolbar): New function to switch the toolbar
9889         appearance automatically.
9890         (wl-e21-tool-bar-lines): New buffer local variable.
9891
9892 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9893
9894         * wl-util.el (wl-biff-check-folders-running): New variable.
9895         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9896         (wl-biff-check-folder-async-callback):
9897         Set `wl-biff-check-folders-running'.
9898         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9899         with unwind-protect.
9900
9901         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9902         Enclose `wl-folder-auto-check' with unwind-protect.
9903
9904         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9905         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9906
9907         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9908
9909         * wl-util.el (wl-biff-notify): New inline function.
9910         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9911         locally.
9912         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9913         folder-list' is 1.
9914         Use `wl-biff-notify'.
9915         (wl-biff-check-folder-async-callback): New function.
9916         (wl-biff-check-folder-async): Ditto.
9917
9918         * wl-folder.el (wl-folder): Don't check folders.
9919         (wl-folder-auto-check): New function.
9920
9921 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9922
9923         * wl-util.el (wl-biff-start) [Emacs19+]:
9924         Use `timer-next-integral-multiple-of-time'.
9925         (wl-biff-check-folders): Use `wl-default-folder'
9926         if `wl-biff-check-folder-list' is nil.
9927
9928 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9929
9930         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9931         instead of `elmo-delete-lists'.
9932
9933 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9934
9935         * wl.el (wl-plugged-toggle-all): Set the value of
9936         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9937         (wl-plugged-toggle): Ditto.
9938         (wl-toggle-plugged): Ditto.
9939         (wl-plugged-init): Ditto.
9940
9941         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9942         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9943         instead of `wl-biff-state-indicator-off' and
9944         `wl-biff-state-indicator-on'; don't modify the value and the type
9945         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9946         (wl-plugged-init-icons): Set icons data to
9947         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9948         instead of `wl-plug-state-indicator-off' and
9949         `wl-plug-state-indicator-on'; don't modify the value and the type
9950         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9951
9952         * wl-vars.el (wl-modeline-biff-state-off,
9953         wl-modeline-biff-state-on, wl-modeline-biff-status,
9954         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9955         wl-modeline-plug-status): New internal variables.
9956         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9957         wl-biff-check-interval, wl-biff-check-folder-list): Change
9958         customization group from `wl-folder' to `wl-highlight'.
9959         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9960         wl-show-plug-status-on-modeline): Defcustomized.
9961
9962         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9963         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9964         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9965         a flag to `mode-line-buffer-identification'.
9966
9967         * wl-e21.el (wl-biff-init-icons): Set icons data to
9968         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9969         instead of `wl-biff-state-indicator-off' and
9970         `wl-biff-state-indicator-on'.
9971         (wl-plugged-init-icons): Set icons data to
9972         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9973         instead of `wl-plug-state-indicator-off' and
9974         `wl-plug-state-indicator-on'.
9975
9976 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9977
9978         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9979         excessive titles.
9980
9981 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9982
9983         * wl.el (wl-plugged-mode): Use revised
9984         `wl-mode-line-buffer-identification'.
9985         (wl-plugged-init): Don't use `force-mode-line-update'.
9986
9987         * wl-xmas.el (wl-draft-overload-functions): Use revised
9988         `wl-mode-line-buffer-identification'.
9989         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9990         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9991         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9992         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9993         `wl-make-plugged-hook';
9994         add `wl-folder-init-icons' and `wl-setup-folder' to
9995         `wl-folder-mode-hook'.
9996
9997         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9998         19 as well.
9999         (wl-mode-line-display-priority-list): New user option.
10000         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10001         Defcustomized.
10002         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10003         Add docs.
10004
10005         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10006         start.
10007         (wl-mode-line-buffer-identification): Revised as a function.
10008
10009         * wl-summary.el (wl-summary-mode): Use revised
10010         `wl-mode-line-buffer-identification'; don't call
10011         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10012         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10013         `wl-xmas-setup-summary'.
10014
10015         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10016         `wl-mode-line-buffer-identification'.
10017
10018         * wl-mule.el (wl-draft-overload-functions): Use revised
10019         `wl-mode-line-buffer-identification'.
10020
10021         * wl-folder.el (wl-make-plugged-alist): Don't call
10022         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10023         (wl-folder): Don't call `wl-folder-init-icons' directly.
10024         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10025         `wl-xmas-setup-folder' directly;
10026         use revised `wl-mode-line-buffer-identification'.
10027         (TopLevel): Don't bind `wl-biff-init-icons',
10028         `wl-plugged-init-icons', `wl-folder-init-icons',
10029         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10030
10031         * wl-e21.el (wl-draft-overload-functions): Use revised
10032         `wl-mode-line-buffer-identification'.
10033         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10034         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10035         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10036         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10037         `wl-make-plugged-hook';
10038         add `wl-folder-init-icons' and `wl-setup-folder' to
10039         `wl-folder-mode-hook'.
10040
10041 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10042             Katsumi Yamaoka    <yamaoka@jpl.org>
10043
10044         * wl.el (wl): Call `wl-biff-start'.
10045         (wl-exit): Call `wl-biff-stop'.
10046         (wl-plugged-mode): Show biff in modeline.
10047         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10048
10049         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10050         (wl-biff-init-icons): New function.
10051         (wl-plugged-init-icons): Don't make too much keymaps.
10052         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10053
10054         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10055         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10056         variables.
10057         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10058         options.
10059
10060         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10061         wl-biff-start, wl-biff-stop): New functions.
10062         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10063         (wl-biff-timer-name): New variable.
10064
10065         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10066
10067         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10068         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10069
10070         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10071         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10072
10073         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10074         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10075         `wl-folder-init-icons' to `ignore' if they are not available.
10076         (wl-folder-mode): Show biff in modeline.
10077
10078         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10079         (wl-biff-init-icons): New function.
10080         (wl-plugged-init-icons): Don't make too much keymaps.
10081         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10082
10083 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10084
10085         * wl-vars.el (wl-strict-diff-folders): Customization Type
10086         and doc fix.  Define as a list of regular expressions for
10087         folders or nil.
10088         * wl-folder.el (wl-folder-check-one-entity): Use
10089         `wl-string-match-member' instead of `wl-string-member' for
10090         `wl-strict-diff-folders'.
10091
10092 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10093
10094         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10095         (wl-highlight-folder-current-line): Use it; new implementation.
10096         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10097         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10098         `defsubst' instead of `defun'.
10099
10100         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10101         `wl-highlight-group-folder-by-numbers'; made it can also be a
10102         number.  See info for more details.
10103
10104         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10105         running.
10106
10107         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10108         to bind them.
10109
10110         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10111         (wl-highlight-folder-current-line): New implementation.
10112
10113         * wl-highlight.el (wl-highlight-folder-group-line): New
10114         implementation.
10115         (wl-delete-all-overlays): Rewrite as a marco.
10116         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10117
10118         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10119         running.
10120         (wl-folder-*-glyph): No need to bind them.
10121
10122         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10123         `wl-e21-highlight-folder-group-icon'; rewrite.
10124         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10125         `defsubst' instead of `defun'.
10126         (wl-folder-mode-map): Bind it when compiling.
10127
10128 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10129
10130         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10131
10132         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10133
10134 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10135
10136         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10137
10138 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10139
10140         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10141         (wl-highlight-folder-current-line): Use it.
10142
10143         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10144         in `id-name'.
10145
10146 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10147
10148         * wl.el: Require `wl-e21' when Emacs 21 is running.
10149
10150         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10151         default when Emacs 21 is running.
10152         (wl-use-highlight-mouse-line): Ditto.
10153         (wl-on-emacs21): New constant.
10154         (wl-on-emacs20): Removed.
10155
10156         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10157         Emacs 21 is running.
10158
10159         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10160         Emacs 21 is running.
10161
10162         * wl-e21.el: New file.
10163
10164 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10165
10166         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10167         (wl-toggle-plugged): Ditto.
10168         (wl-plugged-toggle): Ditto.
10169         (wl-plugged-toggle-all): Ditto.
10170
10171         * wl-vars.el (wl-plug-state-indicator): Refer
10172         `wl-plug-state-indicator-on' indirectly.
10173
10174 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10175
10176         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10177         Call `wl-folder-confirm-existence'.
10178
10179         * wl-folder.el (wl-folder-confirm-existence): Added optional
10180         argument `force'.
10181
10182 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10183
10184         * wl-summary.el (wl-summary-refile-subr): Assume
10185         `copy-or-refile' as symbol.
10186         (wl-summary-refile): Follow up above change.
10187         (wl-summary-copy): Ditto.  Doc fix.
10188
10189 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10190
10191         * wl-summary.el (wl-summary-pick): Don't bind
10192         `elmo-search-mime-charset'.
10193
10194         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10195         default using old backquote style.
10196         (wl-search-mime-charset): Abolished.
10197
10198         * wl-highlight.el (wl-highlight-headers):
10199         Call `point' after `re-search-forward'(for Nemacs).
10200
10201         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10202         for elmo-imap4.el.
10203
10204 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10205
10206         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10207         `wl-message-ignored-field-list' instead of
10208         `mime-view-ignored-field-list'.
10209
10210         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10211         Add interactive spec.
10212         (wl-folder-goto-bottom-of-current-folder): Ditto.
10213         (wl-folder-mode-map): Bind them.
10214
10215         * wl-vars.el (wl-message-ignored-field-list): New variable.
10216         (wl-message-visible-field-list): New variable.
10217
10218         * wl-mime.el (wl-mime-header-presentation-method): New function.
10219         (wl-mime-setup): Set header-presentation-method.
10220
10221 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10222
10223         * wl-nemacs.el (wl-draft-overload-functions): Set
10224         `mode-line-buffer-identification' instead of using
10225         `wl-make-modeline'.
10226
10227         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10228         instead of using `wl-make-modeline'.
10229
10230         * wl-xmas.el (wl-plugged-init-icons): Set up
10231         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10232         (wl-make-modeline): Abolish.
10233         (wl-draft-overload-functions): Set
10234         `mode-line-buffer-identification' instead of using
10235         `wl-make-modeline'.
10236
10237         * wl-util.el (wl-make-modeline-subr): Abolish.
10238         (wl-mode-line-buffer-identification): New alias.
10239
10240         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10241         (wl-summary-make-modeline): Abolish.
10242         (wl-summary-buffer-set-folder): Set
10243         `wl-summary-buffer-folder-indicator'.
10244         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10245         of using `wl-make-modeline'.
10246         (wl-summary-switch-to-clone-buffer): Don't set
10247         `mode-line-buffer-identification'.
10248         (wl-summary-goto-folder-subr): Ditto.
10249
10250         * wl-mule.el (wl-draft-overload-functions): Set
10251         `mode-line-buffer-identification' instead of using
10252         `wl-make-modeline'.
10253
10254         * wl-folder.el (wl-folder-mode): Set
10255         `mode-line-buffer-identification' instead of using
10256         `wl-make-modeline'.
10257         (wl-folder): Don't set `mode-line-buffer-identification'.
10258
10259 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10260
10261         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10262         instead of `member' for `wl-refile-guess-func-list' look-ups.
10263         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10264
10265 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10266
10267         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10268         `wl-message-button-dispatcher'.
10269
10270         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10271
10272         * wl-message.el (wl-message-button-dispatcher): Use it.
10273
10274         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10275         "In-Reply-To".
10276
10277         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10278         Bind `case-fold-search' to t.
10279
10280 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10281
10282         * wl-xmas.el (wl-message-overload-functions): Initialize
10283         `wl-message-button-map'.
10284
10285         * wl-mule.el (wl-message-overload-functions): Initialize
10286         `wl-message-button-map'.
10287
10288         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10289
10290         * wl-message.el (wl-message-button-map): New keymap.
10291         (wl-message-add-button): New function.
10292         (wl-message-button-dispatcher): New function.
10293         (wl-message-button-refer-article): New function.
10294
10295         * wl-highlight.el
10296         (wl-highlight-message-add-buttons-to-header): New function.
10297         (wl-highlight-headers): Use it.
10298
10299 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10300
10301         * wl-summary.el (wl-summary-default-from): Use
10302         `wl-address-get-petname-1'.
10303         (wl-summary-simple-from): Ditto.
10304
10305         * wl-address.el (wl-address-get-petname-1): New inline function.
10306         (wl-address-get-petname): Use it.
10307
10308 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10309
10310         * wl-summary.el (wl-summary-default-from): Return full-name part
10311         from the address if no petname was found.
10312         (wl-summary-simple-from): Ditto.
10313
10314         * wl-address.el (wl-address-get-petname): Return nil if no petname
10315         associated with the address was found.
10316
10317 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10318
10319         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10320         display is finished.
10321
10322 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10323
10324         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10325         `elmo-folder-exists-p' argument.
10326
10327 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10328
10329         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10330         the folder.
10331
10332 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10333
10334         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10335
10336         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10337         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10338
10339 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10340
10341         * wl-folder.el (wl-folder-create-subr): New function.
10342         (wl-folder-confirm-existence): Use it.
10343         (wl-folder-check-one-entity): Use it.
10344         Check the error symbol is derived from 'elmo-open-error.
10345
10346         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10347         `ignore-error'.
10348
10349 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10350
10351         * wl-util.el (toplevel): Add (eval-when-compile (require
10352         'elmo-util)).  (Maybe `provide' is typo.)
10353
10354 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10355
10356         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10357         (I don't know why this was needed.)
10358
10359         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10360         Follow up changes for stream-type.
10361
10362         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10363         (wl-draft-elmo-nntp-send): Ditto.
10364
10365         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10366         (wl-nntp-posting-stream-type): Ditto.
10367         (wl-pop-before-smtp-ssl): Abolished.
10368         (wl-nntp-posting-ssl): Ditto.
10369
10370         * wl-address.el (wl-address-quote-specials): New function.
10371         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10372
10373         * wl-draft.el (wl-draft-reply): Ditto.
10374
10375 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10376
10377         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10378         use function `wl-string-match-assoc'.
10379
10380 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10381
10382         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10383
10384         * wl-draft.el (wl-draft-deduce-address-list): New function.
10385         (wl-draft-parse-mailbox-list): Ditto.
10386         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10387         instead of `smtp-deduce-address-list'.
10388         (wl-draft-on-field-p): Follow group list.
10389
10390         * wl-address.el (wl-address-concat-token): New function.
10391         (wl-address-string-without-group-list-contents): Ditto.
10392         (wl-complete-field-body): Fixed problem of completion
10393         by japanese petname.
10394         (wl-address-make-completion-list): Rewrite.
10395
10396 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10397
10398         * wl-address.el (wl-address-make-completion-list): Completion by
10399         petname.
10400         (wl-complete-field-body): Likewise.
10401
10402 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10403
10404         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10405         contains invalid address syntax.
10406
10407 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10408
10409         * wl-folder.el (wl-folder-check-entity-async): Use
10410         `elmo-nntp-spec-hostname'.
10411
10412 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10413
10414         * wl-summary.el (wl-summary-msgdb-load-async): Use
10415         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10416
10417 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10418
10419         * wl-draft.el (wl-draft-reply): Set argument
10420         `content-transfer-encoding' as nil.
10421
10422 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10423
10424         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10425         `wl-refile-alist'.
10426
10427 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10428
10429         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10430         (wl-draft-edit-string): Ditto.
10431         (wl-draft-forward): Ditto.
10432         * wl-summary.el (wl-summary-write): Ditto.
10433
10434 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10435
10436         * wl-summary.el (wl-summary-sync-update3): Call
10437         `wl-summary-buffer-number-column-detect'.
10438         (wl-summary-buffer-number-column-detect): Search from point-min.
10439
10440 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10443         contains an address which is not included in original to or cc.
10444
10445 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10446
10447         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10448         begin-line does not exist.
10449         * wl-message.el (wl-message-uu-substring): Ditto.
10450
10451 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10452
10453         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10454         clear local variables.
10455         (wl-summary-exit): Call `elmo-commit'.
10456         (wl-summary-switch-to-clone-buffer): Call
10457         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10458         (wl-summary-goto-folder-subr): Ditto.
10459
10460         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10461         POP folder.
10462
10463 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10464
10465         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10466         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10467         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10468         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10469         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10470         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10471
10472         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10473
10474 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10475
10476         * wl-summary.el (wl-summary-search-by-subject):
10477         Search parent message from the latest one.
10478
10479 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10480
10481         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10482         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10483
10484         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10485         New user option.
10486
10487         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10488         if elmo-nntp-use-killed-list is nil.
10489         Use `elmo-msgdb-append-to-killed-list'.
10490         (Append numbers confirmed as disappeared to the killed list.)
10491         (wl-summary-confirm-appends): Don't display negative number.
10492
10493 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10494
10495         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10496
10497 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10498
10499         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10500         range is `all'.
10501         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10502         `elmo-list-bigger-diff'.
10503
10504 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10505
10506         * wl-summary.el (wl-summary-buffer-exit-func):
10507         New buffer local variable.
10508         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10509
10510 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10511
10512         * wl-demo.el (wl-demo): Fix the last change.
10513
10514 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10515
10516         * wl-demo.el (wl-demo): Don't use `eval'.
10517
10518 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10519
10520         * wl-summary.el (wl-summary-buffer-thread-modified):
10521         New buffer-local variable.
10522         (wl-summary-set-thread-modified): New function.
10523         (wl-summary-thread-modified-p): New function.
10524         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10525         (wl-summary-yank-saved-message): Use function
10526         `wl-summary-set-thread-modified'
10527         (wl-summary-switch-to-clone-buffer): Add
10528         `wl-summary-buffer-thread-modified'.
10529
10530         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10531         (wl-summary-buffer-mark-saved-hook): Ditto.
10532         * wl-summary.el (wl-summary-msgdb-save): New hook
10533         `wl-summary-buffer-message-saved-hook' and
10534         `wl-summary-buffer-mark-saved-hook'.
10535
10536 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10537
10538         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10539
10540 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10541
10542         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10543         don't hide scroll bars under FSF Emacsen because it may incur an
10544         undesirable redrawing.
10545
10546 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10547
10548         * wl-draft.el (wl-draft-edit-string): Call
10549         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10550
10551 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10552
10553         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10554
10555 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10556
10557         * wl-summary.el (wl-summary-msgdb-load-async): Call
10558         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10559
10560 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10561
10562         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10563         fringes in demo buffer; center bitmap logo correctly even if old
10564         Mule is used.
10565
10566 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10567
10568         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10569
10570         * wl-refile.el (wl-refile-subject-alist): New variable.
10571         (wl-refile-subject-alist-file-name): Ditto.
10572         (wl-refile-alist-setup): Rewrite.
10573         (wl-refile-alist-save): Use `elmo-object-save'.
10574         Eliminated arguments.
10575         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10576         (wl-refile-guess-by-subject): New function.
10577         (wl-refile-guess-func-list): Added it.
10578
10579 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10580
10581         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10582         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10583
10584 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10585
10586         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10587         New buffer-local variable.
10588         (wl-summary-buffer-next-folder-func): Ditto.
10589         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10590         if non-nil.
10591         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10592         if non-nil.
10593         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10594         if non-nil.
10595         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10596         if non-nil.
10597
10598 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10599
10600         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10601         permanently in the demo buffer.
10602
10603 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10604
10605         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10606         `mime-entity-fetch-field'.
10607
10608         * wl.el (wl-exit): Delete plugged buffer.
10609
10610         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10611         XEmacs has menubar feature.
10612
10613 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10614
10615         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10616         cannot arrive at the beginning of the buffer under old Emacsen.
10617
10618 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10619
10620         * wl-address.el (wl-address-ldap-search):
10621         Call `ldap-search-entries' with `withdn' argument t.
10622         (wl-complete-field-body): Bind completion-ignore-case as t.
10623         Clear ldap search hash when it was sole completion.
10624         Use elmo-string for pattern string.
10625         (wl-ldap-alias-safe-string): Eliminated needless let.
10626
10627 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10628
10629         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10630         (wl-ldap-alias-sep): New constant.
10631         (wl-ldap-search-attribute-type-list): Ditto.
10632         (wl-ldap-get-value): New function.
10633         (wl-ldap-make-filter): Ditto.
10634         (wl-ldap-make-matched-value-list): Ditto.
10635         (wl-ldap-alias-safe-string): Ditto.
10636         (wl-ldap-register-dn-string): Ditto.
10637         (wl-address-ldap-search): Rewrite.
10638
10639 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10640
10641         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10642         thread is deleted.
10643         (wl-thread-delete-line-from-buffer): Ditto.
10644         (wl-thread-get-exist-children): New function.
10645
10646 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10647
10648         * wl-demo.el (wl-demo): Made it to select various image types.
10649         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10650         from `wl-title-logo'.
10651         (wl-logo-ascii): New variable.
10652         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10653         (wl-demo-copyright-notice): New constant.
10654
10655         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10656
10657 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10658
10659         * wl-vars.el (wl-summary-target-above): Renamed from
10660         wl-summary-temp-above.
10661         * wl-score.el (wl-score-get-score-alist): Use it.
10662         (wl-summary-score-update-all-lines): Use it.
10663         * wl-summary.el: Ditto. (make-variable-buffer-local).
10664
10665 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10666
10667         * wl-vars.el (wl-ldap-port): New user option.
10668
10669         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10670         Rewite whole implementation.
10671         (wl-complete-field-body): Fixed.
10672
10673 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10674
10675         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10676         Choose implementation at compile time.
10677
10678 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10679
10680         * wl-address.el (wl-ldap-search-internal): New function.
10681         (wl-complete-field-to): Use it.
10682
10683 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10684
10685         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10686         Use `let' instead of `let*'.
10687         Require 'wl-vars.
10688
10689         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10690         Define as defcustom.
10691         (wl-ldap-base): Ditto.
10692         (wl-use-ldap): Ditto.
10693
10694 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10695
10696         * wl-address.el (wl-ldap-search): New function.
10697         (wl-complete-field-body): Use `wl-ldap-search'.
10698         (wl-ldap-server): New variable.
10699         (wl-ldap-base): Ditto.
10700         (wl-use-ldap): Ditto.
10701
10702 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10703
10704         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10705         (Pointed out by Mito <mit@nines.nec.co.jp>).
10706         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10707         buffer-local variables like `wl-summary-redisplay-internal'.
10708         (wl-summary-redisplay-all-header): Likewise.  Update
10709         Summary view too.
10710
10711 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10712
10713         * wl-summary.el (wl-summary-jump-to-parent-message):
10714         Consider prefix argument.
10715
10716         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10717         when closed thread is deleted.
10718
10719 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10720
10721         * wl-summary.el (wl-summary-jump-to-parent-message):
10722         Consider thread modification.
10723
10724 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10725
10726         * wl-message.el (wl-message-normal-get-original-buffer): Use
10727         `save-excursion'.
10728
10729         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10730         (wl-summary-showto-folder-regexp): Ditto.
10731
10732 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10733
10734         * wl-util.el (wl-delete-alist): Doc fix.
10735         (wl-delete-associations): New function.
10736         (wl-inverse-alist): New function.
10737         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10738         Split temporary variables. Use `wl-delete-associations'
10739         and `wl-inverse-alist'.
10740         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10741
10742 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10743
10744         * wl-folder.el (wl-folder-prefetch-entity):
10745         Execute prefetching if new count is unknown.
10746
10747 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10748
10749         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10750
10751         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10752         delete entity.
10753         (wl-thread-set-parent): If insert as top, set linked as nil.
10754
10755         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10756         `wl-thread-cleanup-symbols' when view mode is thread.
10757
10758 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10759
10760         * wl-folder.el (wl-folder-create-folder-entity): Use
10761         with-current-buffer.
10762         (wl-local-folder-init): Call set-buffer to make sure we are in
10763         the Folder buffer. Don't touch buffer-local variables here.
10764         (wl-folder-mode): Initialize buffer-local variables here.
10765
10766         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10767         (wl-folder-entity-assign-id): Ditto.
10768         (wl-folder-create-entity-hashtb): Ditto.
10769         (wl-local-folder-init): Ditto.
10770         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10771
10772 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10773
10774         * wl-summary.el (wl-summary-default-from): Fix probrem when
10775         std11-extract-address-components return (nil "foo@bar").
10776
10777 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10778
10779         * wl-draft.el (wl-draft-clone-local-variables):
10780         Remove redundant `setq'.
10781
10782 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10783
10784         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10785         Bind wl-highlight-x-face-func as nil while highlighting header.
10786
10787 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10788
10789         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10790
10791 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10792
10793         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10794         elmo-msgdb-overview-hashtb from copy-variables.
10795         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10796         instead of `elmo-msgdb-overview-get-entity-by-number'.
10797         (wl-summary-auto-refile): Ditto.
10798
10799         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10800         `elmo-msgdb-overview-get-entity' instead of
10801         `elmo-msgdb-search-overview-entity'.  Use
10802         `elmo-msgdb-overview-get-entity' instead of
10803         `elmo-msgdb-overview-get-entity-by-number'.
10804         (wl-thread-insert-entity-sub): Ditto.
10805         (wl-thread-insert-message): Ditto.
10806
10807         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10808         `elmo-msgdb-overview-get-entity'.
10809         (wl-normal-message-redisplay): Ditto.
10810
10811 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10812
10813         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10814         `wl-thread-entities'.
10815         (wl-thread-delete-message): Fix remove top message from
10816         `wl-thread-entity-list'.
10817
10818         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10819         wl-append(nconc), because update-list is broken on Meadow.
10820
10821         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10822         updating process.
10823         (wl-summary-rescan): Ditto.
10824         (wl-summary-sync-update3): Ditto.
10825         * wl-thread.el (wl-thread-set-parent): Renamed from
10826         `wl-summary-set-parent'.
10827         (wl-thread-insert-message): Updating buffer faster.
10828         (wl-thread-delete-message): Updating buffer faster.
10829
10830         * wl-score.el (wl-summary-score-update-all-lines): Changed
10831         interval for display progress gauge.
10832
10833 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10834
10835         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10836         folder always-sticky.
10837         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10838         defmacro.
10839
10840 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10841
10842         * wl-vars.el (wl-draft-add-references): New user option.
10843
10844         * wl-draft.el (wl-draft-add-references): New function.
10845         (wl-draft-yank-from-mail-reply-buffer): Use it.
10846         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10847         as nil.
10848
10849 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10850
10851         * wl-thread.el (wl-thread-update-line-msgs): Called
10852         `wl-thread-update-line-on-buffer-sub'.
10853         (wl-thread-update-line-on-buffer): Delete routine of inserting
10854         thread.
10855         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10856         moved from `wl-thread-update-line-on-buffer'.
10857         Add threshold for displaying progress gauge.
10858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10859         argument of `wl-thread-update-line-msgs'.
10860         Add threshold for displaying progress gauge.
10861         * wl-folder.el:
10862         Add threshold for displaying progress gauge.
10863         * wl-score.el: Ditto.
10864
10865         * wl-expire.el (wl-summary-expire): Display deleting info.
10866
10867 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10868
10869         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10870         `no-msg'.
10871         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10872         argument of `wl-thread-update-line-msgs'.
10873         (wl-summary-set-parent): Added optional argument `parent-number'.
10874         (wl-summary-buffer-saved-message): New buffer local variable.
10875         (wl-summary-save-current-message): New command.
10876         (wl-summary-yank-saved-message): Ditto.
10877         (wl-summary-mode-map): Added key binding for
10878         `wl-summary-save-current-message' (\ew) and
10879         `wl-summary-yank-saved-message' (\C-y).
10880         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10881
10882 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10883
10884         * wl-summary.el (wl-summary-mode-map): Added key binding for
10885         `wl-summary-set-parent' (ts).
10886
10887 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10888
10889         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10890         subject faster. If thread number is reverse, delayed updating
10891         thread.
10892         (wl-summary-search-by-subject): Ditto.
10893         (wl-summary-put-alike): Ditto.
10894         (wl-summary-get-alike): Ditto.
10895         (wl-summary-insert-headers): Insert header of all overview in
10896         buffer.
10897         (wl-summary-rescan): Delayed updating thread. Kill search subject
10898         buffer for wl-summary-search-by-subject.
10899         (wl-summary-sync-update3): Ditto.
10900         (wl-summary-exit): Ditto.
10901         (wl-summary-goto-bottom-of-current-thread): Change for linked
10902         thread.
10903         (wl-summary-overview-create-summary-line): Change line for linked
10904         thread.
10905
10906         * wl-summary.el (wl-summary-update-thread): Use
10907         wl-thread-maybe-get-children-num.
10908         (wl-summary-set-parent): If change parent, move sub thread.
10909         (wl-summary-redisplay-internal): Add horizontal recenter.
10910         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10911
10912         * wl-thread.el (wl-thread-entity-get-linked): New function.
10913         (wl-thread-entity-set-linked): New function.
10914         (wl-thread-create-entity): Add linked element.
10915         (wl-thread-entity-insert-as-top): Use wl-append.
10916         (wl-thread-maybe-get-children-num): If closing thread, return
10917         children msgs.
10918         (wl-thread-update-line-msgs): Displaying progress message.
10919         (wl-thread-update-line-on-buffer-sub): Use
10920         wl-thread-maybe-get-children-num.
10921         (wl-thread-update-line-on-buffer): If update line is not exists,
10922         insert thread.
10923         (wl-thread-delete-message): If delete top msg of thread, search
10924         parent by subject.
10925         (wl-thread-insert-entity): Use
10926         wl-thread-maybe-get-children-num.
10927
10928         * wl-highlight.el (wl-highlight-summary-current-line): change
10929         sregexp for linked thread.
10930         * wl-util.el (wl-count-lines): Count lines.
10931         (wl-horizontal-recenter): horizontal recenter.
10932         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10933         (wl-score-get-alike): Ditto.
10934         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10935         (wl-subject-length-limit): New variable.
10936         (wl-highlight-thread-indent-string-regexp): Changed for linked
10937         thread.
10938
10939 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10940
10941         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10942         New variable (revival).
10943         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10944         by subject matching if there's no in-reply-to nor references field
10945         (revival).
10946
10947 \f
10948 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10949
10950         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10951         message.
10952
10953 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10954
10955         * wl-summary.el (wl-summary-reply): Return t if there was a
10956         message at cursor point.
10957         Added unwind-protect.
10958         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10959         returns t.
10960         (wl-summary-cancel-message): Do nothing when there's no message at
10961         cursor point.
10962         (wl-summary-forward): Ditto.
10963         (wl-summary-jump-to-parent-message): Ditto.
10964         (wl-summary-reedit): Ditto.
10965         (wl-summary-edit-addresses): Ditto.
10966         (wl-summary-pipe-message): Ditto.
10967         (wl-summary-print-message-with-ps-print): Ditto.
10968         (wl-summary-print-message): Ditto.
10969         (wl-summary-mark-as-important): Ditto.
10970         (wl-summary-mark-as-unread): Ditto.
10971
10972         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10973         message at cursor point.
10974         (wl-summary-reply-with-citation): Remove unwind-protect.
10975
10976         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10977         subject searching feature.
10978         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10979         Eliminated.
10980
10981 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10982
10983         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10984         New variable.
10985         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10986         by subject matching if there's no in-reply-to nor references field.
10987
10988         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10989
10990         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10991         when display is finished.
10992         (wl-folder-open-all): Ditto.
10993         (wl-folder-update-access-group): Ditto.
10994         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10995         * wl-thread.el (wl-thread-close-all): Ditto.
10996
10997         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10998         progress gauge only when it was displayed.
10999         * wl-folder.el (wl-folder-insert-entity): Ditto.
11000
11001 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11002
11003         * wl-summary.el (wl-summary-incorporate): Enclose
11004         `wl-summary-sync-force-update' with save-excursion.
11005
11006 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11007
11008         * wl-summary.el (wl-summary-prefetch-region):
11009         Pass current cursor point to `pos-visible-in-window-p' after
11010         moving cursor to the started point.
11011
11012 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11013
11014         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11015
11016         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11017         fields from the forwarding message.
11018         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11019         `ignored-fields'.
11020
11021 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11022
11023         * wl-mime.el (wl-message-request-partial):
11024         Eliminated argument `msgdb'.
11025         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11026         (wl-mime-combine-message/partial-pieces): Likewise.
11027         * tm-wl.el (wl-message-request-partial): Likewise.
11028         (wl-mime-combine-message/partial-pieces): Likewise.
11029
11030 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11031
11032         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11033         when display is finished.
11034
11035 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11036
11037         * wl-summary.el (wl-summary-goto-folder-subr):
11038         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11039
11040 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11041
11042         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11043         when cursor point is visible.
11044
11045 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11046
11047         * wl-expire.el (wl-expire-archive-get-max-number):
11048         Don't use `file-name-directory'.
11049
11050 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-expire.el (wl-expire-archive-get-max-number):
11053         Use `file-name-directory'.
11054
11055 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11056
11057         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11058         only when there is progress.
11059
11060 2000-04-13  Mito <mit@nines.nec.co.jp>
11061
11062         * wl-summary.el (wl-summary-sync-marks): Display progress.
11063
11064 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11065
11066         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11067         (wl-summary-prev): Move cursor regardless of unread status.
11068         (wl-summary-next): Ditto.
11069
11070 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11071
11072         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11073         Added argument `target' and `number'.
11074         * tm-wl.el (wl-summary-burst-subr): New function.
11075         (wl-summary-burst): Use it.
11076
11077 2000-04-10  Mito <mit@nines.nec.co.jp>
11078
11079         * wl-mime.el (wl-burst): New function.
11080         (wl-summary-burst): Use it.
11081
11082 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11083
11084         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11085         as petname when there's no candidate.
11086
11087 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11088
11089         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11090         New variable.
11091         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11092
11093         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11094
11095         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11096
11097 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11098
11099         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11100         Use substring of `original' instead of buffer-substring.
11101         (wl-refile-evaluate-rule):
11102         Set `original' argument of wl-refile-expand-newtext.
11103
11104         * wl-summary.el
11105         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11106         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11107         (wl-summary-auto-refile): Check existence of destination folder just
11108         before marking.
11109
11110 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11111
11112         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11113         when wl-refile-get-field-value return nil.
11114
11115 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11116
11117         * wl-refile.el
11118         (wl-refile-expand-newtext): New function imported from Gnus.
11119         (wl-refile-evaluate-rule): Use it.
11120
11121 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11122
11123         * wl-summary.el (wl-summary-print-destination):
11124         Duplicate folder string to avoid putting text-property on
11125         original string.
11126
11127         * wl-refile.el (wl-refile-get-field-value): New function.
11128         (wl-refile-evaluate-rule): New function;
11129         Evaluate refile rule recursively.
11130         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11131         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11132         New function; Check existence of a target folder recursively.
11133         (wl-summary-auto-refile-check-refile-rule-alist):
11134         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11135
11136 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11137
11138         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11139
11140         * wl-folder.el (wl-create-folder-entity-from-buffer):
11141         Fixed problem when '}' character is contained in folder name.
11142
11143         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11144
11145 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11146
11147         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11148         (wl-fldmgr-add-completion-all-completions):
11149         Use wl-fldmgr-add-completion-hashtb.
11150
11151 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11152
11153         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11154         wl-fldmgr-add-completion-subr): New functions.
11155         * wl-folder.el (wl-folder-completion-func): New variable.
11156         * wl-summary.el (wl-summary-read-folder):
11157         Use wl-folder-completion-func.
11158
11159         * wl-refile.el: Eliminate throw & catch.
11160
11161         * wl.el (wl-plugged-sending-queue-status): Fixed.
11162
11163 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11164
11165         * wl-draft.el (wl-draft): Put category property on
11166         mail-header-separator.