* wl-draft.el (wl-draft-config-body-goto-header)
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-draft.el (wl-draft-config-body-goto-header)
4         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
5         macro to function.
6
7         * wl-score.el (wl-score-get-alike, wl-score-put-alike): Change
8         from macro to inline-function.
9
10         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
11         instead of `mapcar'. Don't use `function' for lambda.
12         (wl-read-search-condition-internal): Don't use `function' for
13         lambda.
14         (wl-kill-buffers): Change from macro to function.
15         (wl-count-lines): Change from macro to inline-function.
16
17         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
18
19         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
20
21         * wl.el (wl-plugged-change): Suppress compile warnings; Use
22         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
23         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
24         * wl-address.el (wl-complete-window-show): Ditto.
25         * wl-message.el (wl-message-select-buffer): Ditto.
26         * wl-template.el (wl-template-show): Ditto.
27         * wl-util.el (wl-collect-summary): Ditto.
28         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
29         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
30         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
31         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
32         (wl-score-edit-insert-number): Ditto.
33
34         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
35         symbol.
36
37         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
38         of `goto-line'.
39
40         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
41
42 2009-12-16  Lloyd Zusman <ljz@asfast.com>
43
44         * wl-summary.el (wl-summary-detect-mark-position): Force
45         the temporary buffer to enable the use of multibyte characters
46         within searches [wl-en:2460].
47
48 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
49
50         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
51         of `beginning-of-buffer'.
52
53 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
54
55         * wl-summary.el (wl-summary-display-raw): New function, display
56         message in raw format.
57
58 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
59
60         * Version number is increased to 2.15.7.
61
62 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
63
64         * wl-summary.el (wl-summary-previous-message-number): New function.
65         (wl-summary-next-message-number): Ditto.
66         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
67         `wl-summary-next-message-number'.
68         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
69         Inline temporary variable `cur-id'.
70         (wl-summary-get-next-unread-folder): Ditto.
71         (wl-summary-get-next-folder): Ditto.
72         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
73
74 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
75
76         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
77
78 2008-09-05  Kenichi Okada  <okada@opaopa.org>
79
80         * wl-summary.el (wl-summary-buffer-folder-name)
81         (wl-draft-config-body-goto-header): Use backquote instead of quote.
82         * wl-draft.el (wl-draft-body-goto-top)
83         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
84
85 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
86
87         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
88         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
89
90 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
91
92         * wl-expire.el: Fix Comentary section.
93
94 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
95
96         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
97         Require mime-parse, elmo-mime, and wl-util.
98
99         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
100
101         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
102
103 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105         * wl-template.el: Require elmo-util and wl-vars.
106
107         * wl-mime.el (wl-mime-display-header): Revert last change.
108         Remove `delete-matching-lines "^$"'.
109
110 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * wl-mime.el (wl-define-dummy-functions): Split
113         `eval-when-compile' form for avoid error; when `make
114         compile-strict.
115
116         * wl-util.el: Move (eval-when-compile (require 'static)).
117         * wl-dnd.el: Add (eval-when-compile (require 'static)).
118         * wl-message.el: Ditto.
119
120         * wl-mime.el (wl-message-delete-current-part): Use
121         `insert-buffer-substring' instead of `insert-buffer'.
122         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
123         * wl-draft.el (wl-draft-generate-clone-buffer)
124         (wl-draft-do-mime-bcc): Ditto.
125
126         * wl-address.el: Add (eval-when-compile (require 'cl)).
127         * wl-addrmgr.el: Ditto.
128         * wl-mime.el: Ditto.
129         * wl-util.el: Ditto.
130         * wl-score.el: Ditto.
131
132 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
135         `string-to-int'.
136
137         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
138         `string-to-int'.
139
140         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
141         `string-to-number' instead of `string-to-int'.
142
143         * wl-summary.el (wl-summary-get-list-info)
144         (wl-summary-message-number): Use `string-to-number' instead of
145         `string-to-int'.
146
147         * wl-score.el (wl-score-overview-entity-get-lines)
148         (wl-score-set-mark-below, wl-score-set-expunge-below)
149         (wl-summary-increase-score, wl-score-get-header-entry): Use
150         `string-to-number' instead of `string-to-int'.
151
152         * wl-folder.el (wl-folder-update-diff-line): Use
153         `string-to-number' instead of `string-to-int'.
154
155         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
156         instead of `string-to-int'.
157
158         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
159         instead of `string-to-int'.
160
161         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
162         `string-to-int'.
163
164 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
165
166         * wl-util.el (wl-match-string, wl-match-buffer)
167         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
168         (wl-kill-buffers, wl-local-variable-p)
169         (wl-line-formatter-setup): New backquote style.
170         (wl-count-lines): Use quote instead of backquote.
171
172         * wl-summary.el (wl-summary-buffer-folder-name)
173         (wl-summary-get-alike): Use quote instead of backquote.
174         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
175         backquote style.
176
177         * wl-message.el (wl-message-buffer-cache-buffer-get)
178         (wl-message-buffer-cache-folder-get)
179         (wl-message-buffer-cache-message-get)
180         (wl-message-buffer-cache-entry-make)
181         (wl-message-buffer-cache-hit): New backquote style.
182
183         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
184         backquote.
185         (wl-folder-unread-regex, wl-folder-entity-exists-p)
186         (wl-folder-clear-entity-info)
187         (wl-folder-get-entity-info, wl-folder-set-entity-info)
188         (wl-folder-elmo-folder-cache-get)
189         (wl-folder-elmo-folder-cache-put): New backquote style.
190
191         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
192         (wl-fldmgr-assign-id): Ditto.
193         (wl-fldmgr-delete-line): Use quote instead of backquote.
194         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
195
196         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
197         (wl-draft-set-sent-message): New backquote style.
198         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
199         (wl-draft-config-body-goto-header): Use quote instead of backquote.
200
201 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
202
203         * wl-address.el (wl-address-concat-token): Fix typo.
204
205 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
206
207         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
208         (wl-score-get-alike): Ditto.
209
210         * wl-vars.el: New backquote style.
211         (wl-message-header-button-alist): Use quote instead of backquote.
212
213         * wl.el (wl-plugged-string): New backquote style.
214
215         * wl-address.el (wl-address-concat-token): New backquote style.
216
217         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
218
219 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
220
221         * wl-highlight.el (wl-highlight-folder-opened-regexp)
222         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
223
224         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
225         in the character alternative.
226
227 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
228
229         * Version number is increased to 2.15.6.
230
231 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
232
233         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
234         optional 3rd argument of epg-context-set-progress-callback; it was
235         temporarily removed in the Emacs trunk due to copyright problem.
236         (wl-mime-pgp-verify-region-with-epg): Ditto.
237
238 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
239
240         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
241
242 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
243
244         * wl-util.el (wl-biff-check-folders): Set biff flag.
245         (from Naoto Morishima [wl:14031])
246
247 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
248
249         * wl.el (wl-plugged-server-indent): Use quote instead of
250         backquote.
251
252 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-score.el (wl-score-insert-header): Add guard for
255         `std11-unfold-string'.
256         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
257         TYPE artgument when TO or CC field.
258
259 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-summary.el (wl-summary-goto-folder-subr): Call
262         `elmo-folder-close' instead of `elmo-folder-commit' if discard
263         current summary.
264
265 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
266
267         * wl-util.el (wl-read-shell-commande): New function or alias.
268
269         * wl-summary.el (wl-summary-pipe-message): Use
270         `wl-read-shell-command' instead of `read-string'.
271         (wl-summary-target-mark-pipe): Ditto.
272
273 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
274
275         * wl-summary.el (wl-summary-reply): Fix docstring.
276         * wl-draft.el (wl-draft-reply): Ditto.
277
278 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-mime.el (wl-summary-extract-attachments): New command.
281         (wl-summary-extract-attachments-1): New internal function.
282
283 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
284
285         * wl-expire.el (wl-expire-folder): New function (split from
286         wl-summary-expire).
287         (wl-summary-expire): Use it. Add argument `all' instead of remove
288         `nolist'. Cause an error only if this function is calling
289         interactively.
290
291 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-expire.el (wl-expire-refile): Display progress message.
294         (wl-summary-expire): Simplify.
295
296         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
297         unused argument `deleting-info'.
298
299 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-vars.el (wl-message-popup-buffers): New user option.
302
303         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
304         (wl-message-delete-popup-windows): New function that substitues
305         above one.
306         (wl-mime-setup): Follow the above change.
307
308 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
311
312 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
313
314         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
315         "tkm" to wl-thread-spam.
316
317 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-thread.el (wl-thread-entity-insert-as-children): Use
320         wl-thread-entity-set-children.
321         (wl-thread-insert-message, wl-thread-insert-entity-sub,
322         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
323         Use wl-thread-entity-get-*.
324
325 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-mime.el (wl-epg-progress-callback): New function.
328         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
329         with `elmo-with-progress-display'. Set a progress callback
330         function to epg-context.
331         (wl-mime-pgp-verify-region-with-epg): Ditto.
332
333 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * wl-util.el (wl-completing-read-multiple): Define as an alias of
336         `completing-read-multiple' if emacs-version is not less than 22.
337
338 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
341         change.
342
343 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-summary.el (wl-summary-sync-update): Move
346         `wl-thread-update-indent-string-thread' to outside of
347         `elmo-with-progress-display'.
348
349 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-message.el (wl-message-exit): Check buffer existence.
352
353 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-util.el (wl-simple-display-progress): New function.
356         (wl-display-progress-with-gauge): Ditto.
357         (wl-progress-callback-function): Ditto.
358
359         * wl.el (wl-init): Set `elmo-progress-callback-function' as
360         `wl-progress-callback-function'
361
362         * wl-vars.el (wl-display-progress-threshold): New user option.
363         (wl-display-progress-function): Ditto.
364
365         * Version number is increased to 2.15.5.
366
367 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
368
369         * wl-thread.el (wl-thread-close-children): New function.
370         (wl-thread-open-children): Ditto.
371         * wl-action.el (wl-summary-set-mark): Redo the last change by
372         using it.
373
374         * wl-action.el (wl-summary-set-mark): Undo the last change.
375         Forbid interactive call.
376
377 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-mime.el (wl-define-dummy-functions): New macro.
380         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
381         `wl-mime-pgp-decrypt-region'.
382         (wl-mime-pgp-verify-region-with-epg): Renamed from
383         `wl-mime-pgp-verify-region'.
384         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
385         `wl-mime-pgp-decrypt-region'.
386         (wl-mime-pgp-verify-region-with-pgg): Renamed from
387         `wl-mime-pgp-verify-region'.
388         (wl-mime-pgp-decrypt-region): New function; To select dispatch
389         function at runtime.
390         (wl-mime-pgp-verify-region): Ditto.
391
392         * wl-vars.el (wl-use-pgp-module): New user option.
393
394 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
397         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
398
399 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
402         even if there are target marks only.
403
404 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * Version number is increased to 2.15.4.
407
408 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-folder.el (wl-folder-check-one-entity): Simplify.
411
412 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
413
414         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
415         variable.
416
417 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
418
419         * wl-spam.el (wl-thread-test-spam): New function.
420         (wl-spam-setup): Bind "tkc".
421
422 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-expire.el (wl-folder-expire-entity): Rewite without
425         `wl-summary-goto-folder-subr'.
426         (wl-folder-expire-current-entity): Don't kill summary buffer.
427
428 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-folder.el (wl-folder-sync-entity): Rewrite without
431         `wl-summary-goto-folder-subr'.
432         (wl-folder-mark-as-read-all-entity): Likewise.
433
434         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
435
436 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-thread.el (wl-thread-force-open): Arranged.
439
440 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
443         from regexp.
444
445         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
446         (wl-read-search-condition-internal): Append them.
447
448 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-vars.el (wl-additional-search-condition-fields):
451         New user option.
452
453         * wl-util.el (wl-search-condition-fields): New function; export
454         from `wl-read-search-condition-internal'.
455         (wl-read-search-condition-internal): Use it.
456
457         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
458
459 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-summary.el (wl-summary-define-sort-command): New function.
462         (wl-summary-sort-by-date, wl-summary-sort-by-number)
463         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
464         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
465         define by `wl-summary-define-sort-command' at runtime.
466
467         * wl.el (wl-init): Call wl-summary-define-sort-command.
468
469 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
472         properties at the decrypting region.
473
474 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-util.el (wl-find-region): New function.
477
478         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
479         coding system.
480         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
481         property `wl-mime-decoded-coding-system'.
482         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
483         property `wl-mime-decoded-coding-system' to encode text.
484
485         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
486         message.
487         (wl-mime-pgp-verify-region): Ditto.
488
489 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
492         buffer. Use epa-display-verify-result.
493
494 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
495
496         * wl-draft.el (wl-draft-send): Continue even if setting parent
497         flag was failed.
498
499 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-message.el (wl-message-flag-indicator): Fixed the problem
502         of returning string only of parentheses.
503
504 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-summary.el (wl-summary-write): Add argument `folder'.
507         (wl-summary-write-current-folder): Change argument `folder' from
508         optional to require.
509         (wl-summary-get-buffer): Return the buffer associated folder only.
510
511         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
512         change.
513         (wl-folder-toggle-disp-summary): Ditto.
514
515         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
516         current summary as parent-folder.
517
518 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
519
520         * wl-draft.el (wl-draft-reedit): Don't overwrite
521         wl-draft-parent-folder.
522
523 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
526         (wl-mime-pgp-verify-region): Ditto.
527         (wl-message-decrypt-pgp-nonmime): Use the above function.
528         (wl-message-verify-pgp-nonmime): Likewise.
529         (wl-mime-preview-application/pgp): Likewise.
530
531 2006-04-20  Kenichi Okada  <okada@opaopa.org>
532
533         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
534         Fix about the order of `wl-nntp-posting-port' and
535         `wl-nntp-posting-stream-type'.
536         * wl.el (wl-plugged-port-label-alist): Add smtp.
537
538 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-summary.el (wl-summary-message-status): New macro.
541
542         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
543         (wl-summary-killed-mark): New user option.
544
545         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
546         API change.
547         (wl-thread-insert-entity-sub): Ditto.
548         (wl-thread-recover-messages): New command.
549
550         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
551         Don't call `wl-highlight-summary-current-line' directly.
552         (wl-summary-buffer-attach): Connect to signal `status-changed'
553         instead of `cache-changed'.
554         (wl-summary-buffer-detach): Follow the above change.
555         (wl-summary-detect-mark-position): Follow the API change.
556         (wl-summary-rescan-message): Ditto.
557         (wl-summary-insert-sequential): Ditto.
558         (wl-summary-update-thread): Ditto.
559         (wl-summary-message-mark): Ditto.
560         (wl-summary-persistent-mark): Ditto.
561         (wl-summary-create-line): Ditto.
562         (wl-summary-prefetch-region-no-mark): Call
563         `wl-summary-persistent-mark' with number.
564         (wl-summary-recover-messages-region): New command.
565         (wl-summary-target-mark-recover): Ditto.
566         (wl-summary-recover-message): Ditto.
567         (wl-summary-persistent-mark-string): Add argument `status' instead
568         of remove arguments `flags' and `cached'.  Treat killed status.
569         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
570
571         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
572         (wl-highlight-summary-line-face-spec): Treat killed status.
573         (wl-highlight-summary-line-string): Follow the API change.
574         (wl-highlight-summary-current-line): Ditto.
575
576         * Version number is increased to 2.15.3.
577
578 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
581         of symbolp to test whether the condition is function.
582
583 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
584
585         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
586         to nil.
587
588 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-summary.el (wl-summary-buffer-message-ring): New internal
591         variable.
592         (wl-summary-buffer-last-displayed-msg): Abolish.
593         (wl-summary-push-message): New function.
594         (wl-summary-pop-message): Ditto.
595         (wl-summary-goto-folder-subr): Reset
596         `wl-summary-buffer-message-ring'.
597         (wl-summary-pop-to-last-message): New command.
598         (wl-summary-goto-last-displayed-msg): Call
599         wl-summary-pop-to-last-message if optional argument is non-nil or
600         the last command is itself.
601         (wl-summary-redisplay-internal): Push last message number into
602         `wl-summary-buffer-message-ring'.
603
604         * wl-vars.el (wl-summary-message-ring-max): New user option.
605
606 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
609         from `wl-draft-reply').
610         (wl-draft-reply): Use it.
611         (wl-draft-find-reply-headers): Avoid compile warning.
612
613 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
616
617 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-message.el (wl-message-flag-indicator): New function.
620         (wl-message-redisplay): Use it.
621
622 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
623
624         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
625
626 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
629         instead of `read-event'.
630
631         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
632
633         * wl-mule.el (wl-read-event-char): Ditto.
634
635         * wl-e21.el (wl-read-event-char): Ditto.
636
637 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
638
639         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
640
641 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-vars.el (wl-draft-send-confirm-type): New user option.
644
645         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
646
647         * wl-draft.el (wl-draft-send-confirm): Confirmation by
648         `wl-draft-send-confirm-type'
649
650 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
651
652         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
653         Avoid error when the buffer name is already used.
654
655 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
656
657         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
658         the change of elmo-nmz -> elmo-search.
659         (wl-highlight-summary-line-help-echo-alist): Ditto.
660         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
661         (wl-nmz-folder-icon): Define as obsolete.
662         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
663         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
664
665 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-get-list-info): Rewrite with
668         `elmo-find-list-match-value'
669
670 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
671
672         * wl-summary.el (wl-summary-get-list-info): Optimize.
673         Use List-Id and List-Post also.
674
675 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
678
679 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
680
681         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
682
683 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-util.el (wl-completing-read-multiple-1): New internal function.
686         (wl-completing-read-multiple-2): Ditto.
687         (wl-completing-read-multiple): Define use above functions.
688
689         * wl-summary.el (wl-summary-sort): Removed the workaround for a
690         bug of `completing-read-multiple' about default value.
691
692         * wl-xmas.el (wl-completing-read-multiple): Removed.
693
694         * wl-mule.el (wl-completing-read-multiple): Ditto.
695
696         * wl-e21.el (wl-completing-read-multiple): Ditto.
697
698 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-util.el (wl-filter-associations): New function.
701
702         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
703         (wl-spam-ignored-folder-list): Ditto.
704         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
705         (wl-spam-string-member-p): New function.
706         (wl-spam-domain): Use it.
707         (wl-spam-split-numbers): New function.
708         (wl-spam-apply-partitions): Ditto.
709         (wl-spam-register-spam-messages): Use `folder' instead of
710         `wl-summary-buffer-elmo-folder'.
711         (wl-spam-register-good-messages): Ditto.
712         (wl-summary-exec-action-spam): Decide a domain by real folder of
713         message.
714         (wl-summary-exec-action-refile-with-register): Likewise.
715
716 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-e21.el (wl-e21-find-image): New function.
719         (wl-e21-setup-toolbar): Use it instead of `find-image'.
720         (wl-e21-highlight-folder-group-line): Ditto.
721         (wl-folder-init-icons): Ditto.
722         (wl-plugged-init-icons): Ditto.
723         (wl-biff-init-icons): Ditto.
724
725 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
728         (wl-inhibit-save-drafts): New internal variable.
729         (wl-disable-auto-save): Ditto.
730         (wl-save-drafts): Treat above variables.
731         (wl-auto-save-drafts): New function.
732         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
733         `wl-stop-save-drafts'.
734         (wl-start-save-drafts): New function.
735         (wl-stop-save-drafts): Ditto.
736         (wl-set-auto-save-draft): New command.
737
738         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
739         `wl-set-save-drafts'.
740
741 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
744         `make-local-variable' instead of `make-variable-buffer-local'.
745
746 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
747
748         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
749
750 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
753
754 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
757         of working buffer.
758
759 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
762
763         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
764         value into recipients; Bind `wl-draft-remove-group-list-contents'
765         as nil.
766
767 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-summary.el (wl-summary-sort): Fixed the last change.
770
771         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
772         (wl-summary-sort-messages): Ditto.
773         (wl-summary-rescan): Use it.
774         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
775         `completing-read'; Append candidates for reverse order.
776
777 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * Version number is increased to 2.15.2.
780
781 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
782
783         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
784         "Smaller".
785         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
786
787 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
788
789         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
790
791 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-vars.el (wl-draft-additional-header-alist): Add into the
794         customize group `wl-draft'.
795         (wl-draft-add-in-reply-to): Move customize group from `wl' to
796         `wl-draft'.
797         (wl-draft-add-references): Ditto.
798
799         * wl-action.el (wl-summary-print-argument): Rename argument from
800         `folder' to `data'.
801
802 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * wl-summary.el (wl-summary-rescan-message): Call
805         `wl-thread-cleanup-symbols' before insert thread.
806
807 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl.el (wl-init): Set `elmo-get-folder-function' as
810         `wl-folder-make-elmo-folder'.
811
812         * wl-spam.el (wl-summary-exec-action-spam): Use
813         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
814
815         * wl-folder.el (wl-folder-make-elmo-folder): New function.
816         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
817         `elmo-make-folder'.
818         (wl-folder-get-elmo-folder): Ditto.
819         (wl-folder-create-subr): Simplify.
820
821 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
824
825 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
826
827         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
828         contents in message buffer instead of original buffer. If optional
829         argument specified, ask coding system for encode.
830
831 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
832
833         * wl-spam.el (wl-summary-test-spam-region): New function.
834         (wl-spam-setup): Bind "rkc".
835
836 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
837
838         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
839
840 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
841
842         * wl-spam.el (wl-summary-test-spam): Fix typo.
843         (wl-message-check-spam): Ditto.
844
845 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-summary.el (wl-summary-default-from): Simplify.
848
849 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-action.el (wl-summary-exec-action-refile): Simplify.
852         (wl-summary-exec-action-copy): Ditto.
853         (wl-summary-auto-refile): Check existence of temporary mark.
854
855 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-summary.el (wl-summary-create-line): Use
858         `elmo-time-to-datevec'.
859
860         * wl-expire.el (wl-expire-archive-date): Ditto.
861         (wl-expire-localdir-date): Ditto.
862
863         * wl-util.el (wl-day-number): Abolish.
864
865         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
866         of `wl-day-number'.
867         (wl-score-followup): Ditto.
868         (wl-score-add-followups): Ditto.
869         (wl-score-get-latest-msgs): Ditto.
870         (wl-score-get-header-entry): Ditto.
871         (wl-score-edit-insert-date): Ditto.
872
873 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
876         `elmo-message-entity-field' with 2nd argument `type'.
877
878 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
879
880         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
881
882 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-thread.el (wl-thread-delete-message): Delete descendant
885         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
886
887 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
890
891 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
894         `Access folder'.
895
896 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-vars.el (wl-access-folder-icon): New user option.
899
900         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
901         `Access folder'.
902
903 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-summary.el (wl-summary-buffer-set-folder): Use
906         `wl-folder-mime-charset'.
907
908         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
909         `mime-charset'.
910         (wl-folder-get-elmo-folder): Ditto.
911         (wl-folder-mime-charset): New function.
912
913 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-util.el (wl-parse-addresses): Define alias of
916         `elmo-parse-addresses' (move to `elmo-util.el').
917
918         * wl-summary.el (wl-summary-default-from): Follow the API change.
919         (wl-summary-overview-entity-compare-by-date): Ditto.
920         (wl-summary-overview-entity-compare-by-from): Ditto.
921         (wl-summary-get-list-info): Get value of `ml-info' field from
922         entity at first.
923         (wl-summary-rescan-message): Treat prefix argument.
924         (wl-summary-prefetch-msg): Follow the API change.
925         (wl-summary-search-by-subject): Ditto.
926         (wl-summary-insert-thread): Ditto.
927         (wl-summary-line-subject): Ditto.
928         (wl-summary-line-from): Ditto.
929         (wl-summary-create-line): Ditto.
930         (wl-summary-print-message-with-ps-print): Ditto.
931
932         * wl-score.el (wl-score-ov-entity-get): Ditto.
933         (wl-score-followup): Ditto.
934         (wl-score-add-followups): Use `elmo-message-entity-field' instead
935         of `car'.
936         (wl-score-get-latest-msgs): Follow the API change.
937         (wl-score-get-header): Ditto.
938
939         * wl-refile.el (wl-refile-learn): Ditto.
940         (wl-refile-subject-learn): Ditto.
941         (wl-refile-get-field-value): Ditto.
942         (wl-refile-guess-by-history): Ditto.
943         (wl-refile-guess-by-subject): Ditto.
944
945         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
946
947         * wl-expire.el (wl-expire-date-p): Removed.
948         (wl-expire-archive-date): Follow the API change.
949         (wl-expire-localdir-date): Ditto.
950         (wl-summary-expire): Ditto.
951
952         * Version number is increased to 2.15.1.
953
954 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
955
956         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
957         group is access or not (it is not strict, like wl-fldmgr-rename).
958
959 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
962         duplicate call of `wl-summary-print-argument' on the wrong line.
963
964 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
967         even if argument `number' is nil.
968         (wl-summary-insert-line): Print action argument if current message
969         has it.
970
971 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
974         (wl-draft-reply): Ditto.
975         (wl-draft): Add optional argument `parent-number' and call
976         `wl-draft-create-buffer' with it.
977         (wl-draft-create-buffer): Add optional argument
978         `parent-number'. Set wl-draft-parent-number as it.
979
980 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-folder.el (wl-folder-set-persistent-mark): If summary
983         buffer is not for given folder, don't use it.
984
985 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * Version number is increased to 2.15.0.
988
989 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
992
993         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
994         (wl-highlight-get-face-by-name): New internal function.
995         (wl-highlight-summary-line-face-spec): Use it and fixed.
996
997 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-summary.el (wl-summary-sync-update): Use
1000         `elmo-message-entity-field' instead of `car' to get message-id
1001         from overview entity.
1002
1003         * wl-summary.el (wl-summary-rescan-message): Call
1004         `wl-highlight-summary-displaying' when displaying a message.
1005
1006 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1009         `wl-draft-config-info-operation'.
1010         (wl-draft-buffer-change-number): New function.
1011         (wl-draft-rename-saved-config): Ditto.
1012         * wl.el (wl-init): Connect slot for message-number-changed.
1013         (toplevel): Add autoload for wl-draft-rename-saved-config.
1014
1015 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1018         `update-overview'
1019         (wl-summary-buffer-detach): Disconnect from it.
1020         (wl-summary-rescan-message): Use command.
1021
1022         * wl-message.el (wl-message-buffer-display): Use
1023         `with-current-buffer' instead of `save-excursion'.
1024
1025 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1028         wl-draft-preview-attributes-list from distraction.
1029
1030 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1031
1032         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1033         `elmo-list-diff'.
1034
1035 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-summary.el
1038         (wl-summary-edit-addresses-collect-candidate-fields): Use
1039         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1040
1041         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1042         instead of `elmo-set-work-buf'.
1043
1044         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1045         (wl-address-make-address-list): Ditto.
1046
1047         * Version number is increased to 2.13.3.
1048
1049 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1052         user option.
1053
1054         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1055         argument `5'.
1056
1057         * wl-message.el (wl-message-display-no-merge-p): New function.
1058         (wl-message-buffer-display): Check whether the message is
1059         reassembled and follow the API change.
1060
1061 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1064         multibyte on working buffer and removed unnecessary
1065         `buffer-disable-undo'.
1066
1067 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1070         change.
1071
1072 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1073
1074         * wl-util.el (wl-read-search-condition-internal): Protect
1075         elmo-global-flags from distraction.
1076
1077 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1080
1081         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1082         (wl-summary-event-handler): Ditto.
1083         (wl-summary-update-persistent-mark-on-event): New
1084         function (renamed from `elmo-event-handler-flag-changed').
1085         (wl-summary-buffer-attach): New function.
1086         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1087         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1088         instead of `elmo-folder-add-handler'.
1089
1090         * Version number is increased to 2.13.2.
1091
1092 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1095         and "\177" to the `wl-news-previous-page'.
1096         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1097         (wl-news-previous-page): New function.
1098
1099 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1102         instead of `write-region' and simplify.
1103
1104 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-template.el (wl-template-select): Cause error if
1107         `wl-template-alist' is nil.
1108
1109 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1110
1111         * wl-news.el.in: Set file variable `no-byte-compile'.
1112
1113 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1116         whether a target message is within displaying area.
1117         (elmo-event-handler-cache-changed): Ditto.
1118
1119 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1120
1121         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1122         to `defun'.  Use `nconc' instead of `append' to collect descendant
1123         message numbers.
1124
1125 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1126
1127         * wl-thread.el (wl-thread-save-top-list)
1128         (wl-thread-save-entities): Use `with-temp-buffer'.
1129         * wl-news.el.in (wl-news-previous-version-load):
1130         (wl-news-previous-version-save): Ditto.
1131         * wl-summary.el (wl-summary-load-file-object)
1132         (wl-summary-save-view-cache): Ditto.
1133
1134 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-util.el (toplevel): Require 'elmo-flag'.
1137         (wl-read-search-condition): New function (Renamed from
1138         `elmo-read-search-condition').
1139         (wl-read-search-condition-internal): Likewise.
1140
1141         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1142         invalid.
1143         (wl-summary-pick): Use `wl-read-search-condition' instead of
1144         `elmo-read-search-condition'.
1145         (wl-summary-virtual): Ditto.
1146
1147         * wl-folder.el (wl-folder-virtual): Ditto.
1148         (wl-folder-pick): Ditto.
1149
1150         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1151
1152 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-summary.el (wl-summary-reedit): Call
1155         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1156
1157 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1158
1159         * wl-mime.el (toplevel): Require wl-vars.
1160
1161         * wl-message.el (toplevel): Require cl at compile.
1162
1163         * wl-draft.el (toplevel): Require elmo.
1164
1165 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1168         and do nothing when it is not positive.
1169         (wl-message-buffer-prefetch-next): Ditto.
1170
1171 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1172
1173         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1174         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1175         (wl-summary-redisplay-internal): Ditto.
1176
1177         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1178         message (the condition is borrowed from `wl-check-variables-2').
1179         (wl-summary-redisplay-internal): Ditto.
1180
1181 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-mime.el (wl-draft-nntp-attribute): New function.
1184         (wl-draft-attribute-nntp-posting-server): Use it.
1185         (wl-draft-attribute-nntp-posting-port): Ditto.
1186
1187         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1188         (wl-draft-show-attributes-buffer): Ditto.
1189         (wl-draft-hide-attributes-buffer): Ditto.
1190         (wl-draft-attribute-newsgroups): Ditto.
1191         (wl-draft-attribute-nntp-posting-server): Ditto.
1192         (wl-draft-attribute-nntp-posting-port): Ditto.
1193         (wl-draft-preview-message): Use there functions.
1194
1195         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1196         value.
1197
1198 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1199
1200         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1201         (wl-draft-reedit): Ditto.
1202         (wl-draft-queue-flush): Ditto.
1203
1204         * wl-mime.el (wl-message-request-partial): Ditto.
1205         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1206         instead of `elmo-message-fetch'.
1207
1208         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1209
1210         * wl-summary.el (wl-summary-message-string): Ditto.
1211
1212 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-util.el (wl-current-message-buffer): Follow the API change.
1215
1216         * wl-summary.el (wl-summary-redisplay-internal): Call
1217         `wl-summary-mark-as-read' with 2nd argument as nil and update
1218         unread count instead of persistent mark.
1219
1220         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1221         variable.
1222         (wl-message-redisplay): Follow the API change.
1223         (wl-message-buffer-display): Managed mime-entity directly and
1224         return preview buffer only.
1225         (wl-message-display-internal): Rewrite.
1226         (wl-message-buffer-prefetch-subr): Not save return value of
1227         `wl-message-buffer-display'.
1228
1229         * Version number is increased to 2.13.1.
1230
1231 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1234         'elmo-multiple-fields-body-list' with boundary specified.
1235
1236 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1239         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1240         cache if `wl-summary-resend-use-cache' is non-nil.
1241
1242 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1243
1244         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1245         (wl-nntp-posting-stream-type): Ditto.
1246
1247 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1248
1249         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1250
1251 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1252
1253         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1254         message.
1255
1256 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1259         Abolish.
1260         (wl-summary-buffer-persistent-mark-version): New internal
1261         variable.
1262         (wl-summary-update-mark-and-highlight-window): Check by
1263         wl-summary-persistent-mark-invalid-p.
1264         (wl-summary-update-status-marks): Ditto.
1265         (elmo-event-handler-flag-changed): Rewrite.
1266         (elmo-event-handler-cache-changed): Define.
1267         (wl-summary-prefetch-msg): Does not update persistent mark here.
1268         (wl-summary-delete-cache): Ditto.
1269         (wl-summary-resume-cache-status): Ditto.
1270         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1271         (wl-summary-persistent-mark-invalid-p): New function.
1272         (wl-summary-validate-persistent-mark): Ditto.
1273         (wl-summary-validate-persistent-mark-string): Ditto.
1274         (wl-summary-invalidate-persistent-mark): Ditto.
1275         (wl-summary-update-persistent-mark): Call
1276         `wl-summary-validate-persistent-mark'.
1277         (wl-summary-create-line): Call
1278         `wl-summary-validate-persistent-mark-string'.
1279
1280         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1281         status as t if cache used.
1282
1283 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1286         only if the target is group.
1287         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1288
1289 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1290
1291         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1292
1293 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1294
1295         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1296
1297         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1298
1299 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1300
1301         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1302         (Thanks to Yoichi NAKAYAMA).
1303
1304 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1305
1306         * wl-util.el (wl-save-drafts): Restore echo area.
1307
1308 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1309
1310         * Version number is increased to 2.13.0.
1311
1312         * wl-util.el (wl-biff-check-folder-async): Use
1313         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1314
1315 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-message.el (wl-message-display-internal): Does not put
1318         wl-message-display-type property on message buffer.
1319         (wl-message-buffer-display-type): New function.
1320
1321         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1322
1323         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1324         `wl-summary-buffer-detach'.
1325         (wl-summary-message-display-type): Use
1326         `wl-summary-buffer-display-type'.
1327
1328 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1331         buffer-local.
1332
1333         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1334         kill-buffer-hook instead of make-local-variable.
1335         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1336
1337 2004-12-12  Scott Renfro <scott@renfro.org>
1338
1339         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1340         regex for square-branket.
1341
1342 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1345         `wl-message-mime-analysis-p' with argument `header'.
1346
1347 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1348
1349         * wl-mime.el (wl-draft-yank-current-message-entity): 
1350         Switch to no-mime following method according to wl-message-display-type
1351         property.
1352         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1353
1354         * wl-message.el (wl-message-display-internal): 
1355         Put wl-message-display-type property on message buffer.
1356
1357         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1358         (wl-message-display-internal): Ditto;
1359
1360         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1361
1362 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * wl-message.el (wl-message-make-display-type): New function.
1365         (wl-message-display-type-property): Ditto.
1366         (wl-message-mime-analysys-p): Ditto.
1367         (wl-message-display-all-header-p): Ditto.
1368         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1369         added `display-type'.
1370         (wl-message-buffer-display): Likewise.
1371         (wl-message-display-internal): Likewise.
1372         (wl-message-buffer-display-type): Abolish.
1373         (wl-message-buffer-prefetch-subr): Follow the API changed.
1374
1375         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1376         from wl-summary-buffer-display-all-header and changed default value.
1377         (wl-summary-message-display-type): New function.
1378         (wl-summary-buffer-display-mime-mode): Ditto.
1379         (wl-summary-buffer-display-header-mode): Ditto.
1380         (wl-summary-toggle-mime): Rewrite with above functions.
1381         (wl-summary-toggle-all-header): Ditto.
1382         (wl-summary-redisplay): Force redisplay with default mode.
1383         (wl-summary-redisplay-internal): Renamed argument from `mode',
1384         `all-header' to `mime-mode', `header-mode'.
1385         Use `wl-message-make-display-type'.
1386
1387         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1388         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1389
1390 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1391
1392         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1393
1394 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1397         in original message buffer.
1398         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1399         buffer.
1400
1401 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1402
1403         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1404
1405 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1408
1409 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1410
1411         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1412         when actions succeeded.
1413         (wl-summary-exec-action-copy): Likewise.
1414
1415 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1416
1417         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1418         there is switch-to-buffer at the end of wl-message-select-buffer.
1419         (wl-summary-reply): Ditto.
1420
1421 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-summary.el (wl-summary-forward): Put subject in original
1424         message buffer as argument of wl-draft-forward.
1425         * wl-draft.el (wl-draft-forward): Decode subject as in
1426         wl-draft-reply.
1427
1428 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1431         a folder under access group.
1432
1433 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1436         wl-message-buffer-display.
1437
1438         * wl-util.el (wl-set-save-drafts): Fix typo.
1439
1440 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1443         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1444         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1445         the way to measure the width of a bitmap image; don't put face on
1446         ascii and bitmap images; put the mark which should not use the
1447         variable-pitch face on ascii and bitmap images.
1448         (wl-demo-setup-properties): Don't use the variable-pitch face on
1449         ascii and bitmap images; made it work on Emacs 20 and earlier.
1450         (wl-demo-insert-text): End with a newline at the bottom; don't put
1451         face on text.
1452
1453         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1454
1455 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1456
1457         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1458
1459         * wl-util.el (wl-save-drafts): Moved from sample setting.
1460         (wl-set-save-drafts): New function to set idle timer.
1461         * wl-draft.el (wl-draft): Call it.
1462         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1463
1464 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1465
1466         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1467         a summary which has toggle display status off.
1468
1469 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-draft.el (wl-draft-do-fcc): No cache save.
1472
1473 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-summary.el (elmo-event-handler-flag-changed): Use
1476         `set-buffer' instead of `with-current-buffer'.
1477
1478 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * wl-summary.el (wl-summary-after-resize-function): New function.
1481         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1482         window-size-change-functions.
1483
1484 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-draft.el (wl-draft-create-buffer): Bind
1487         `change-major-mode-hook' after current buffer is changed.
1488
1489         * wl-summary.el (wl-summary-buffer-detach): New function.
1490         (wl-summary-buffer-set-folder): Call it.
1491         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1492         change-major-mode-hook and kill-buffer-hook.
1493         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1494         (wl-summary-switch-to-clone-buffer): Ditto.
1495         (wl-summary-goto-folder-subr): Ditto.
1496
1497 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1498
1499         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1500         after boundp check.
1501
1502 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1505         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1506         for `kill-buffer'.
1507
1508         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1509         handler of current buffer from elmo-folder.
1510
1511 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1514
1515 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1518         variable.
1519         (wl-summary-event-handler): New class.
1520         (elmo-event-handler-flag-changed): Define to update persistent
1521         mark.
1522         (wl-summary-buffer-set-folder): Register event handler to
1523         elmo-folder.
1524         (wl-summary-exit): Unregister event handler.
1525         (wl-summary-goto-folder-subr): Ditto.
1526         (wl-summary-mark-as-read-all): Does not call
1527         `wl-summary-update-persistent-mark' directly.
1528         (wl-summary-mark-as-read-internal): Ditto.
1529         (wl-summary-set-persistent-mark-internal): Ditto.
1530         (wl-summary-set-flags-internal): Ditto.
1531
1532         * Version number is increased to 2.11.33.
1533
1534 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1535
1536         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1537         to nil.
1538
1539 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-spam.el (wl-spam-setup): Add hook
1542         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1543         instead of `wl-summary-prepare-hook'.
1544
1545         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1546         if folder type is `'flag'.
1547         (wl-summary-mark-as-important): Ditto.
1548
1549 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * wl-address.el (wl-address-minibuffer-history): New variable.
1552         (wl-address-minibuffer-local-map): New keymap.
1553         (wl-address-read-from-minibuffer): New function.
1554
1555         * wl-action.el (wl-summary-get-resend-address): Use
1556         `wl-address-read-from-minibuffer' instead of `completing-read'.
1557
1558 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * Version number is increased to 2.11.32.
1561
1562 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1565         without mule to iso-8859-1.
1566         (wl-draft-add-in-reply-to): Add note in description.
1567         (wl-draft-add-references): Ditto.
1568
1569 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1572         definition for `m'.
1573         (wl-summary-mode-line-format): Add '[%m]'.
1574         (wl-message-mode-line-format-spec-alist): Ditto.
1575         (wl-summary-display-mime-mode-list): New variable.
1576
1577         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1578         from wl-summary-buffer-display-as-is.
1579         (wl-summary-buffer-display-all-header): New buffer local variable.
1580         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1581         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1582         instead of wl-summary-buffer-display-as-is.
1583         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1584         (wl-summary-set-persistent-mark): Ditto.
1585         (wl-summary-set-message-buffer-or-redisplay): Just call
1586         `wl-summary-redisplay-internal' without optional arguments.
1587         (wl-summary-toggle-mime): Rewrite.
1588         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1589         (wl-summary-toggle-all-header): New function.
1590         (wl-summary-redisplay-internal): Treat mime mode.
1591
1592         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1593         to wl-mime-preview-follow-no-mime.
1594         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1595         accodring to the display-mode.
1596
1597         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1598         (wl-message-buffer-display): Changed argument name from `as-is' to
1599         `mode'.
1600         (wl-message-display-internal): Ditto;
1601         Bind elmo-mime-display-header-analysis according to the mode.
1602         (wl-message-display-internal): Put wl-message-display-mime-mode
1603         property on entire buffer.
1604
1605 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1608
1609 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1610
1611         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1612         Don't extract mail address.
1613         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1614
1615         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1616
1617         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1618
1619 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1620
1621         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1622         wl-fldmgr-cut-entity-list on confirmation.
1623
1624 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1625
1626         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1627         (wl-mime-quit-preview): Check existence of
1628         mime-edit-temp-message-buffer here.
1629
1630 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1633         after deletion.
1634
1635         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1636         before calling wl-mime-quit-preview.
1637
1638 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1639
1640         * wl-summary.el (wl-summary-pick): If call it with prefix
1641         argument, set `delete-marks' as non-nil. Pick from only visible
1642         messages.
1643         (wl-summary-check-target-mark): New function.
1644         (wl-summary-target-mark-mark-as-read): Use it.
1645         (wl-summary-target-mark-mark-as-unread): Ditto.
1646         (wl-summary-target-mark-operation): Ditto.
1647         (wl-summary-target-mark-set-flags): Ditto.
1648         (wl-summary-target-mark-save): Ditto.
1649         (wl-summary-target-mark-pick): Ditto.
1650         (wl-summary-target-mark-forward): Ditto.
1651         (wl-summary-target-mark-reply-with-citation): Ditto.
1652         (wl-summary-target-mark-print): Ditto.
1653         (wl-summary-target-mark-uudecode): Ditto.
1654
1655         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1656         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1657         with `ask-coding' is non-nil.
1658
1659 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-thread.el (wl-thread-set-parent): If parent is a message
1662         which is identified by references, set linked as nil.
1663
1664 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1665
1666         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1667         (wl-message-mode-line-format-spec-alist): Ditto.
1668         (wl-message-mode-line-format): Ditto.
1669         (wl-summary-mode-line-format): Ditto for docstring.
1670         (wl-summary-no-mime-folder-list): Fix typo.
1671
1672         * wl-util.el (wl-current-message-buffer): Call
1673         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1674
1675         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1676         variable.
1677         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1678         of `wl-summary-redisplay-no-mime'.
1679         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1680         (wl-summary-toggle-mime): New function.
1681         (wl-summary-redisplay-all-header): Rewrite.
1682         (wl-summary-redisplay-no-mime): Ditto.
1683         (wl-summary-redisplay-internal): Added argument `as-is' and
1684         `all-header'.
1685
1686         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1687         New variable.
1688         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1689         bottom.
1690         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1691         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1692         "/" unconditionally.
1693
1694         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1695         wl-mime-preview-follow-no-mime for as-is content.
1696         (wl-mime-preview-follow-no-mime): New function.
1697         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1698
1699         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1700         and added `as-is', `all-header'.
1701         (wl-message-buffer-display): Ditto.
1702         (wl-message-buffer-display-type): New function.
1703
1704 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1705
1706         * wl-vars.el (wl-message-header-button-alist): Change default
1707         value.
1708         (wl-message-body-button-alist): Ditto.
1709
1710 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1713
1714 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1715
1716         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1717
1718 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1719
1720         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1721         is always true.
1722
1723 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1724
1725         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1726         on null entity.
1727
1728 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1731
1732 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-vars.el (wl-summary-resend-hook): New hook.
1735
1736         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1737         `wl-summary-resend-hook'.
1738
1739 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1740
1741         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1742         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1743         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1744         (wl-summary-new-cached-mark): Changed default value to 'n'.
1745         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1746         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1747         (wl-folder-sync-range-alist): Remove spec for 'flag.
1748         (wl-summary-force-prefetch-folder-list): New user option.
1749
1750         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1751         `wl-summary-toggle-persistent-mark'.
1752         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1753         number is nil.
1754         (wl-summary-mark-as-answered-region): Set interactive argument of
1755         `wl-summary-set-persistent-mark-internal'.
1756         (wl-summary-mark-as-important-region): Ditto.
1757         (wl-summary-unset-persistent-mark): Ditto.
1758         (wl-summary-set-persistent-mark): Ditto.
1759         (wl-summary-mark-as-answered): Ditto.
1760         (wl-summary-mark-as-important): Ditto.
1761         (wl-summary-set-persistent-mark-internal): Do nothing
1762         when `elmo-message-flag-available-p' is nil.
1763         (wl-summary-toggle-persistent-mark): New function.
1764         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1765         when the folder matches `wl-summary-force-prefetch-folder-list'.
1766
1767
1768         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1769         when number is nil.
1770         (wl-highlight-summary-forwarded-face): New face.
1771
1772 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1773
1774         * Version number is increased to 2.11.31.
1775
1776 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1777
1778         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1779         (wl-biff-check-folder-async): Ditto.
1780         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1781
1782 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1783
1784         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1785         Add an argument `reverse'.  All callers are updated.
1786         (wl-summary-sort): Add a prefix argument `reverse' to specify
1787         reverse sorting.
1788         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1789         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1790         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1791
1792 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1793
1794         * wl-message.el (wl-message-redisplay): Does not narrow header if
1795         disply-type is all-header or as-is.
1796
1797         * wl-summary.el (wl-summary-enter-handler): Use
1798         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1799
1800 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1801
1802         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1803         after adding wl-draft-parent-variables.
1804         (wl-draft-forward): Ditto.
1805
1806 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-summary.el (wl-summary-sync-marks): Call
1809         `wl-summary-set-persistent-mark' and
1810         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1811         (wl-summary-set-persistent-mark-internal): Add 4th argument
1812         `no-server'.
1813         (wl-summary-unset-persistent-mark): Ditto.
1814         (wl-summary-set-persistent-mark): Ditto.
1815         (wl-summary-add-flags-internal): Abolish.
1816         (wl-summary-remove-flags-internal): Ditto.
1817         (wl-summary-mark-as-important-internal): Ditto.
1818         (wl-summary-mark-as-important): Use
1819         `wl-summary-set-persistent-mark' instead of
1820         `wl-summary-add-flags-internal'.
1821         (wl-summary-mark-as-important-region): Ditto.
1822
1823         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1824
1825         * wl-summary.el (wl-summary-get-available-flags): New function.
1826         (wl-summary-sync-marks): Use it and simplified.
1827         (wl-summary-unset-persistent-mark): Use
1828         `wl-summary-get-available-flags'.
1829         (wl-summary-set-persistent-mark): Ditto.
1830
1831 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1832
1833         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1834         id.
1835
1836 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1837
1838         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1839         number, call `wl-summary-prev-line-content'. Show message when the
1840         message is not found.
1841
1842 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1845         wl-summary-enter-handler.
1846         (wl-summary-enter-handler): New command.
1847
1848         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1849         docstring and custom spec.
1850
1851         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1852         flags too; Don't treat Cached and New.
1853         (wl-summary-set-persistent-mark): Ditto.
1854
1855         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1856         `wl-folder-set-flag'.
1857
1858         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1859         instead of `wl-folder-set-flag'.
1860
1861         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1862         for completion.
1863         (wl-summary-set-persistent-mark): Ditto.
1864
1865         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1866         instead of `wl-draft-quit-preview'.
1867
1868         * wl-mime.el (toplevel): Avoid compile warning.
1869         (wl-mime-quit-preview): New function
1870         (formarly defined as `wl-draft-quit-preview').
1871         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1872         quitting method.
1873
1874         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1875
1876         * wl-folder.el (wl-folder-set-flag): Renamed from
1877         `wl-draft-set-flag-on-parent'.
1878
1879         * wl-draft.el (wl-draft-quit-preview): New function.
1880         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1881         (wl-draft-send): Call `wl-folder-set-flag' instead of
1882         `wl-draft-set-flag-on-parent'.
1883         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1884
1885 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1886
1887         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1888         (wl-draft-send): Ditto.
1889
1890 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1891
1892         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1893         (wl-draft-kill-pre-hook): Set default value as nil.
1894         (wl-summary-reply-hook): Ditto.
1895         (wl-draft-kill-flags): Abolish.
1896
1897         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1898         (wl-draft-parent-variables): Renamed from
1899         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1900         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1901         argument; Add wl-draft-parent-variables to
1902         wl-draft-config-variables.
1903         (wl-draft-reply): Likewise.
1904         (wl-draft-kill-flags): Abolish.
1905         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1906         (wl-draft-set-flag-on-parent): New function.
1907         (wl-draft-setup-parent-flag): Ditto.
1908
1909 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1910
1911         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1912         `wl-draft-parent-folder' is "".
1913
1914 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1917         (wl-summary-digit-jump): New function.
1918         (Adviced by John Owens and Hiroya Murata)
1919
1920         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1921         (Adviced by John Owens)
1922
1923         * wl-xmas.el (wl-message-define-keymap): Ditto.
1924
1925         * wl-mule.el (wl-message-define-keymap): Ditto.
1926
1927 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1930         change of return value of elmo-folder-count-flags.
1931
1932         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1933         (wl-summary-mark-as-read-internal): Ditto.
1934         (wl-summary-set-persistent-mark-internal): Ditto.
1935         (wl-summary-folder-info-update): Ditto.
1936         (wl-summary-sync-update): Fixed the last change.
1937
1938         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1939
1940 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1941
1942         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1943         (wl-draft-kill-flags): Fixed docstring.
1944
1945         * wl-draft.el (wl-draft-kill-flags): New function.
1946         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1947
1948 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1949
1950         * wl-vars.el (wl-reply-hook): Abolish.
1951         (wl-draft-reply-hook): New hook.
1952         (wl-summary-reply-hook): Ditto.
1953         (wl-draft-forward-hook): Ditto.
1954         (wl-summary-forward-hook): Ditto.
1955         (wl-draft-kill-flags): New variable.
1956
1957         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1958         wl-summary-set-persistent-mark-internal.
1959         (wl-summary-sync-marks): Use elmo-preserved-flags.
1960         (wl-summary-update-persistent-mark): Make it interactive.
1961         (wl-summary-set-persistent-mark-internal): New inline function.
1962         (wl-summary-mark-as-answered): Use it.
1963         (wl-summary-mark-as-unanswered): Ditto.
1964         (wl-summary-unset-persistent-mark): New function.
1965         (wl-summary-set-persistent-mark): Ditto.
1966         (wl-summary-reply): Don't set answered flag;
1967         Run wl-summary-reply-hook instead.
1968         (wl-summary-forward): Call wl-draft-forward with number.
1969         Run wl-summary-forward-hook.
1970
1971         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1972         (wl-highlight-summary-line-face-spec): Use it as a default
1973         persistent mark face.
1974
1975         * wl-draft.el (wl-draft-forward): Added optional argument number;
1976         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1977         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1978         (wl-draft-kill): Use wl-draft-kill-flags.
1979
1980         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1981
1982         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1983         of return value of elmo-folder-count-flags.
1984
1985         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1986
1987         * wl-summary.el (wl-summary-count-unread): Ditto.
1988         (wl-summary-sync-update): Follow the change above.
1989         (wl-summary-force-prefetch): New function.
1990
1991 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1992
1993         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1994         variable `buf' with `let' instead of `setq'.
1995
1996 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1999         add Content-Disposition heaeder on the deleted part.
2000
2001 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2002
2003         * wl-draft.el (wl-draft-save): Encode address list under edit by
2004         `eword-encode-unstructured-field-body'.
2005
2006         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2007
2008 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2011         wl-current-summary-buffer.
2012
2013 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2014
2015         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2016         `numbers' is ignored.
2017
2018 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2019
2020         * wl-folder.el (wl-folder-open-folder): Avoid error.
2021         Reported by John Owens, [wl-en:815]
2022
2023         * wl.el (wl): Set timer for biff process even if prefix argument
2024         is given or auto-checking is quitted.
2025
2026         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2027         immediately.
2028         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2029         (wl-toggle-plugged): Ditto.
2030
2031         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2032         * wl-util.el (wl-biff-start): Use idle timer if
2033         `wl-biff-use-idle-timer' is non-nil.
2034
2035 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-highlight.el (wl-highlight-message): Fix description.
2038
2039 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2042         tty.
2043
2044 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-action.el (wl-summary-exec): Print failure count.
2047
2048 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2051         to `defun', remove interactive form.
2052         Set elmo-message-fetch-confirm when force-reload is non-nil.
2053
2054 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2055
2056         * wl-summary.el (toplevel): Removed unnecessary autoload.
2057
2058 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2061         the buffer is generated from another message buffer.
2062
2063 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2066         extracted from `wl-fldmgr-save-folders'.
2067         (wl-fldmgr-delete): Call it after deletion.
2068
2069 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2072         multi-tty support.
2073
2074 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2075
2076         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2077
2078 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2079
2080         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2081         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2082
2083 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2084
2085         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2086         unsubscribe list only if argument CLEAR is nil.
2087
2088 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2089
2090         * wl-draft.el (wl-draft-reply): Decode subject before removing
2091         Re: prefix.
2092
2093 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2094
2095         * wl-summary.el (wl-summary-sort-by-size): New command.
2096
2097 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * wl-summary.el (wl-summary-number-list-from-region): New
2100         function.
2101         (wl-summary-mark-as-read-region): Use it.
2102         (wl-summary-mark-as-unread-region): Ditto.
2103         (wl-summary-set-flags-region): Ditto and add optional argument
2104         remove.
2105         (wl-summary-mark-as-answered-region): Ditto.
2106         (wl-summary-mark-as-important-region): Ditto.
2107         (wl-summary-target-mark-mark-as-important): Added optional
2108         argument remove.
2109         (wl-summary-target-mark-mark-as-answered): Ditto.
2110         (wl-summary-target-mark-set-flags): Ditto.
2111
2112 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-summary.el (wl-summary-set-flags-region): Call
2115         `wl-summary-set-flags-internal' with number list instead of call
2116         one by each message.
2117         (wl-summary-target-mark-set-flags): Likewise.
2118
2119 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2122         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2123         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2124         (wl-summary-target-mark-mark-as-answered): Likewise.
2125
2126 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-summary.el (wl-summary-target-mark-forward): Use
2129         `wl-summary-delete-all-target-marks' instead of
2130         `wl-summary-delete-all-temp-marks'.
2131         (wl-summary-target-mark-reply-with-citation): Ditto.
2132         (wl-summary-target-mark-uudecode): Ditto.
2133         (wl-summary-target-mark-set-flags): Ditto and remove needless
2134         cursor move.
2135
2136 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2137
2138         * wl-summary.el (wl-summary-target-mark-forward): Protect
2139         wl-summary-buffer-target-mark-list from nreverse.
2140         (wl-summary-target-mark-reply-with-citation): Ditto.
2141
2142 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2143
2144         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2145         `elmo-display-progress-threshold'.
2146
2147 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2150         check `wl-summary-highlight'.
2151         (wl-summary-window-scroll-functions): Respect value of
2152         `wl-summary-highlight'.
2153         (wl-summary-sync-update): Run hooks
2154         `wl-summary-buffer-window-scroll-functions' at any time.
2155
2156 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2159         from `wl-summary-cleanup-temp-marks'.
2160         (wl-summary-cleanup-temp-marks): Abolish argument.
2161         * wl.el (wl-save-status): Revert previous change.
2162         (wl-execute-temp-marks): New function, call
2163         `wl-summary-exec-with-confirmation'.
2164         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2165         (wl-folder-save-and-exec-marks): Abolished.
2166
2167 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2168
2169         * wl-e21.el (wl-e21-display-image-p): Respect
2170         `wl-highlight-folder-with-icon'.
2171         (wl-e21-highlight-folder-group-line): Highlight mouse line
2172         even if wl-e21-display-image-p is nil.
2173
2174         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2175         Respect value of `wl-summary-highlight'.
2176
2177         * wl.el (wl-save-status): Remove unused variable.
2178
2179         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2180         (wl-folder-mode-map): Bind it to "x".
2181
2182 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2183
2184         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2185
2186         * wl-thread.el (wl-thread-get-parent-list): Don't check
2187         disconnected ancestors, neglecting needless work in
2188         `wl-thread-update-indent-string-thread'.
2189
2190         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2191         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2192         argument, add argument default-keep to keep marks by default.
2193
2194         * Version number is increased to 2.11.30.
2195
2196         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2197         customization type and docstring.
2198         (wl-draft-reply-without-argument-list): Ditto.
2199
2200 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2203
2204         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2205
2206 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2207
2208         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2209
2210 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2211
2212         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2213         save-excursion so as not to include run-hooks.
2214
2215 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2218         Clarify that marks are going to be cleared.
2219
2220 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2221
2222         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2223         according to 3rd element of wl-summary-flag-mark.
2224
2225         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2226
2227 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-action.el (wl-summary-target-mark-all): Don't set
2230         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2231
2232 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2233
2234         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2235         (wl-forward-subject-prefix): Ditto.
2236         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2237         (wl-draft-reply-make-subject): Ditto.
2238
2239         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2240         `wl-draft-forward'.
2241         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2242
2243 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2244
2245         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2246         target message does not exist.
2247
2248 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2249
2250         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2251         `wl-subject-prefix-regexp'.
2252         (wl-subject-forward-prefix-regexp): New variable.
2253         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2254         `wl-draft-strip-subject-re' and take regexp as argument.
2255         (wl-draft-forward): Use it.
2256         (wl-draft-reply): Ditto.
2257
2258 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2259
2260         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2261         emacs multi-tty support.
2262
2263 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2264
2265         * wl-e21.el (wl-e21-display-image-p): Don't call
2266         `display-images-p'.
2267         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2268         support.
2269         (wl-highlight-folder-current-line): Ditto.
2270         (wl-folder-init-icons): Ditto.
2271
2272 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2273
2274         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2275         the last line of summary in unplugged mode.
2276
2277 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2278
2279         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2280
2281 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2282
2283         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2284         * wl-address.el (wl-address-user-mail-address-p): Use it.
2285         (wl-address-delete-user-mail-addresses): Ditto.
2286         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2287
2288         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2289         (wl-address-delete-user-mail-addresses): Ditto.
2290
2291         * wl-address.el (wl-address-delete-user-mail-addresses): New
2292         function.
2293         * wl-refile.el (wl-refile-guess-by-history): Use it.
2294         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2295         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2296
2297         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2298         use wl-address-user-mail-address-p.
2299
2300 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2303         after opening group.
2304
2305 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2306
2307         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2308         of elmo-set-buffer-multibyte.
2309
2310         * wl-message.el (wl-original-message-mode): Ditto.
2311
2312         * wl-score.el (wl-score-insert-header): Ditto.
2313
2314         * wl-summary.el
2315         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2316         (wl-summary-goto-folder-subr): Ditto.
2317         (wl-summary-insert-headers): Ditto.
2318
2319         * wl-util.el (wl-set-string-width): Ditto.
2320
2321         * Version number is increased to 2.11.29.
2322
2323 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2326         (wl-highlight-summary-line-help-echo-alist): New variable.
2327         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2328         into `wl-highlight-summary-line-help-echo' and
2329         `wl-highlight-flag-folder-help-echo'.
2330         (wl-highlight-summary-line-string): Change accordingly.
2331         (wl-highlight-summary-current-line): Ditto.
2332
2333 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2334
2335         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2336         at the beginning of field body (Thanks to Markus Knittig).
2337
2338         * wl-draft.el (wl-draft-insert-current-message): Also check
2339         summary buffer, remove unnecessary tag.
2340
2341 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2344         when wl-message-buffer is nil.
2345
2346         * wl-folder.el (wl-folder): Abolish unused argument.
2347         Call wl-folder-init when wl-folder-entity is nil.
2348         * wl.el (wl): Change accordingly.
2349
2350 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2351
2352         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2353         multibyte string before insert into draft buffer.
2354         (wl-draft-create-buffer): Always enable multibyte characters for
2355         draft buffer.
2356
2357         * Version number is increased to 2.11.28.
2358
2359 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2360
2361         * wl-folder.el (wl-folder-open-close): Handle blank line.
2362         (wl-folder-jump-to-current-entity): Ditto.
2363
2364 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365
2366         * Version number is increased to 2.11.27.
2367
2368 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * wl-thread.el (wl-thread-insert-message): When the thread is
2371         devided by wl-summary-max-thread-depth, insert line at the end of
2372         buffer.
2373
2374 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * Version number is increased to 2.11.26.
2377
2378 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2379
2380         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2381
2382 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2385         value of stream-type and session.
2386
2387 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2388
2389         * Version number is increased to 2.11.25.
2390
2391 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2392
2393         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2394         in a quit message.
2395
2396 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2397
2398         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2399         (wl-summary-redisplay-no-mime-internal): Ditto.
2400
2401 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2402
2403         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2404         * wl-vars.el (wl-smtp-connection-type): Ditto.
2405
2406 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2407
2408         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2409         for the separator line and quote mail-header-separator.
2410
2411 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2414         result message.
2415
2416         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2417         `elmo-multiple-fields-body-list' with boundary as
2418         mail-header-separator.
2419
2420 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2421
2422         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2423
2424 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-util.el (wl-list-diff): Remove unused function.
2427
2428         * wl-draft.el (wl-draft-send-confirm): Discard input before
2429         confirmation.
2430
2431 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2434         order of flag and new.
2435
2436 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-vars.el (wl-refile-policy-alist): Abolished.
2439
2440         * wl-action.el (wl-summary-set-action-refile): Follow the change
2441         above.
2442
2443 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * wl-highlight.el (wl-highlight-signature-search): Don't use
2446         re-search-backward for a long word since it is possible to crash
2447         XEmacs because of a bug.
2448
2449 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2450
2451         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2452
2453 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2454
2455         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2456         argument for wl-summary-sync-force-update.
2457
2458 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2459
2460         * wl-summary.el (wl-summary-mode-map): Revival of
2461         wl-summary-mark-as-important related bindings;
2462         Bind 'F','tF','mF','rF','m&'.
2463         (wl-summary-mark-as-important-region): Revival.
2464         (wl-summary-target-mark-mark-as-important): Ditto.
2465         (wl-summary-target-mark-operation): New function.
2466         (wl-summary-target-mark-mark-as-answered): Use it.
2467         (wl-summary-decide-flag): Don't set Important as default.
2468         (wl-summary-mark-as-important-internal): Revival.
2469         (wl-summary-mark-as-important): Ditto.
2470
2471         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2472
2473         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2474         instead of facep.
2475
2476 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-dnd.el (wl-dnd-drop-func): Fix.
2479
2480         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2481         mouse-set-point instead of posn-point.
2482
2483         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2484
2485         * wl-mule.el (wl-completing-read-multiple): Ditto.
2486
2487 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2488
2489         * wl-demo.el (face-background-name): Defalias to avoid compile
2490         warning.
2491
2492 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * wl-summary.el (wl-summary-decide-flag): Use
2495         wl-completing-read-multiple instead of completing-read-multiple.
2496
2497         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2498         New alias.
2499
2500         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2501         Use face-background-name instead of face-background.
2502
2503         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2504
2505         * wl-summary.el (wl-summary-save): Use it.
2506         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2507
2508         * wl-mime.el (wl-mime-save-content): Fix last change.
2509
2510 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2511
2512         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2513         New function.
2514         (wl-summary-sort-specs): Added sort.
2515         * wl-mime.el (wl-mime-save-content): Expand file name.
2516
2517 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2520
2521         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2522
2523 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2526         for flag if it is not defined.
2527
2528 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-e21.el (wl-highlight-folder-current-line): Use
2531         elmo-folder-type-internal when elmo-folder-type returns nil.
2532
2533         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2534
2535         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2536
2537         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2538
2539         * wl-e21.el (wl-summary-toolbar): Ditto.
2540
2541         * wl-vars.el (wl-demo-background-color): Abolished.
2542         (wl-summary-persistent-mark-priority-list): Renamed from
2543         wl-summary-flag-priority-list.
2544         (wl-summary-flag-alist): New user option.
2545         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2546         (wl-message-mode-line-format-spec-alist): Added 'F'.
2547         (wl-message-mode-line-format): Likewise.
2548         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2549         instead of wl-summary-important-mark.
2550         (wl-file-folder-icon): New variable.
2551
2552         * wl-thread.el (wl-thread-set-flags): Renamed from
2553         wl-thread-mark-as-important.
2554
2555         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2556         warning.
2557         (wl-summary-mode-menu-spec): Follow the change of 
2558         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2559         (wl-summary-mode-map): Follow the change of
2560         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2561         (wl-summary-detect-mark-position): Follow the variable name change.
2562         (wl-summary-set-flags-region): New function for the replacement of
2563         wl-summary-mark-as-important-region.
2564         (wl-summary-sync-marks): Sync all global-flags.
2565         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2566         instead of elmo-message-flagged-p.
2567         (wl-summary-persistent-mark-string): Follow the variable name change;
2568         Put wl-summary-flag-mark if the message has global-flag.
2569         (wl-summary-target-mark-set-flags): Renamed from 
2570         wl-summary-target-mark-mark-as-important.
2571         (wl-summary-decide-flag): New function.
2572         (wl-summary-set-flags-internal): Renamed from
2573         wl-summary-mark-as-important-internal.
2574         (wl-summary-add-flags-internal): New function.
2575         (wl-summary-remove-flags-internal): Ditto.
2576         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2577         (wl-summary-mark-as-unimportant): Abolish.
2578         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2579         (wl-summary-next-message): List flagged messages in the msgdb.
2580
2581         * wl-score.el (wl-summary-score-update-all-lines): Use
2582         wl-summary-add-flags-internal instead of 
2583
2584         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2585
2586         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2587         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2588         (wl-message-buffer-require-all-header): Renamed from
2589         wl-message-buffer-all-header-flag (Ditto).
2590         (wl-message-buffer-flag-indicator): New variable.
2591         (wl-message-redisplay): Changed local varibale name from `flag' to
2592         `display-type'; Set up wl-message-buffer-flag-indicator.
2593         (wl-message-buffer-display): Changed varibale name from `flag' to
2594         `display-type'.
2595         (wl-message-display-internal): Likewise.
2596
2597         * wl-highlight.el (wl-highlight-demo-face): Define default background
2598         color.
2599         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2600
2601         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2602
2603         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2604         (wl-demo-setup-properties): Renamed from
2605         `wl-demo-set-background-color'.
2606         (wl-demo): Follow the change above.
2607         
2608         * Version number is increased to 2.11.24.
2609
2610 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-summary.el (wl-summary-toggle-thread): Call
2613         `wl-summary-rescan' with disable-thread as non-nil.
2614         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2615
2616 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2619         foreground property of the face.
2620         (wl-demo-insert-text): Don't set up face property here.
2621         (wl-demo): Call wl-demo-set-background-color, anyway.
2622
2623 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2624
2625         * wl-vars.el (wl-demo-background-color): The value can be nil.
2626
2627 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2628
2629         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2630         to wl-summary-wheel-dispatcher.
2631
2632         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2633         wl-message-wheel-dispatcher.
2634         (wl-message-wheel-dispatcher): New function.
2635         (wl-summary-wheel-dispatcher): Ditto.
2636
2637 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2638
2639         * wl-action.el (wl-summary-target-mark-all): List messages which are
2640         not in the killed-list.
2641
2642         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2643         only when the folder is 'flag/important.
2644
2645         * wl-address.el (wl-complete-field-body): Complete if the last
2646         character is a space.
2647
2648 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2649
2650         * wl-folder.el (wl-folder-clear-entity-info): Use
2651         elmo-clear-hash-val.
2652
2653         * wl-fldmgr.el (wl-fldmgr-rename): Set
2654         wl-folder-info-alist-modified as t.
2655
2656 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2657
2658         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2659
2660 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2663         (wl-folder-buffer-last-visited-entity-id): New buffer local
2664         variable.
2665         (wl-folder-revisit-last-visited-folder): New function.
2666         (wl-folder-mode-map): Bind it to "C-i".
2667         (wl-folder-set-current-entity-id): Set last visited folder.
2668         * wl-summary.el (wl-summary-exit): Ditto.
2669
2670 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2673         before calling `recenter' in order to cope with an XEmacs bug.
2674
2675 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2676
2677         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2678         to the default value.
2679
2680 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2681
2682         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2683         change.
2684         (wl-summary-sync-marks): Ditto.
2685         (wl-summary-mark-as-read-internal): Ditto.
2686         (wl-summary-mark-as-answered-internal): Ditto.
2687         (wl-summary-mark-as-important-internal): Ditto.
2688         (wl-summary-reply): Ditto.
2689
2690         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2691         instead of `elmo-folder-unflag-answered'.
2692
2693         * Version number is increased to 2.11.23.
2694
2695         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2696         the last change.
2697
2698 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2699
2700         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2701         Specify "spam" or "good".
2702
2703 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2704
2705         * wl-spam.el (wl-summary-exec-action-spam): Call
2706         wl-folder-confirm-existence for spam folder.
2707         (wl-spam-setup): Bind "mk".
2708
2709 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2710
2711         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2712
2713 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2714
2715         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2716         destination folder is empty.
2717
2718 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2721         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2722
2723         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2724         (wl-summary-refile-prev-destination-region): New function.
2725         (wl-thread-refile-prev-destination): Ditto.
2726         (wl-summary-target-mark-refile-prev-destination): Ditto.
2727
2728 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2731         (wl-demo-background-color): Changed default value.
2732
2733         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2734         color.
2735
2736         * wl-demo.el (wl-demo-set-background-color): New function.
2737         (wl-demo): Call it.
2738
2739 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2740
2741         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2742         * wl-address.el (wl-address-add-or-change): Don't add empty
2743         address.
2744
2745 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2746
2747         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2748
2749 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-vars.el (wl-demo-image-filter-alist): New variable
2752         (wl-demo-background-color): Ditto.
2753
2754         * wl-demo.el (wl-demo-xpm-set-background): New function.
2755         (wl-demo-image-filter): Ditto.
2756         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2757
2758         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2759
2760         * wl-demo.el (wl-demo-icon-name): Define as function.
2761         (wl-demo-insert-image): Use it.
2762
2763 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2764
2765         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2766
2767 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2768
2769         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2770
2771 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2772
2773         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2774
2775 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-thread.el (wl-thread-mark-as-answered): New function.
2778
2779         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2780         answered" entry.
2781         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2782         "r&" and wl-thread-mark-as-answered to "t&".
2783         (wl-summary-mark-as-important-region): Refine to toggle mark.
2784         (wl-summary-mark-as-answered-region): New function.
2785         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2786         and 3rd argument.
2787         (wl-summary-mark-as-important-internal): Likewise.
2788
2789 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-template.el (wl-template-preview): New internal variable.
2792         (wl-template-preview-p): New function.
2793         (wl-template-show): Bind `wl-template-preview' as t.
2794
2795 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2798         `elmo-message-entity-field' with 3rd argument which is non-nil.
2799
2800 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2803         Removed duplicate local bind `folder'.
2804
2805 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2806
2807         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2808
2809 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2812         duplicate definition.
2813
2814 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2815
2816         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2817         non-nil, use it; Don't fetch message if there's no message in the
2818         current cursor position.
2819
2820 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2821
2822         * wl-util.el (wl-region-exists-p): Use region-active-p.
2823         (wl-deactivate-region): New function.
2824         * wl-message.el (wl-message-redisplay): Deactivate region.
2825
2826         * wl-summary.el (wl-summary-reply): Call
2827         `wl-summary-set-message-buffer-or-redisplay' instead of
2828         `wl-summary-redisplay-internal', don't move point.
2829
2830 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2831
2832         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2833         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2834         by regexp.
2835
2836 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2837
2838         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2839         if no need.
2840
2841 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2844         default value to nil.
2845         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2846         `wl-summary-prepare-hook'; Replace refile action to
2847         `wl-summary-exec-action-refile-with-register'.
2848
2849         * Version number is increased to 2.11.22.
2850
2851 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-summary.el (wl-summary-detect-mark-position): Set
2854         `wl-summary-buffer-weekday-name-lang'.
2855
2856 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2857
2858         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2859         (wl-summary-mark-as-read-all): Ditto.
2860         (wl-summary-delete-messages-on-buffer): Ditto.
2861         (wl-summary-sync-update): Ditto.
2862         (wl-summary-mark-as-read-internal): Ditto.
2863         (wl-summary-mark-as-answered-internal): Ditto.
2864         (wl-summary-update-folder-info): Abolished.
2865
2866 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-summary.el (wl-summary-mark-as-read-all): Use
2869         `wl-summary-update-folder-info' instead of
2870         `wl-folder-update-unread'.
2871
2872 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2873
2874         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2875         `wl-summary-folder-info-update'.
2876         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2877         instead of `wl-summary-folder-info-update'.
2878         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2879         `wl-folder-set-folder-updated'.
2880         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2881         instead of `wl-folder-update-unread'.
2882         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2883         the value of `wl-summary-buffer-unread-count' for the second parameter of
2884         `wl-folder-update-unread'.
2885
2886         * Version number is increased to 2.11.21.
2887
2888 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2889
2890         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2891         a local variable.
2892
2893 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2894
2895         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2896         interactively.
2897
2898         * wl-summary.el (wl-summary-mark-as-important-internal): New
2899         internal function.
2900         (wl-summary-mark-as-important): Use it.
2901         (wl-summary-mark-as-unimportant): New function.
2902         (wl-summary-sync-marks): Follow the API change.
2903
2904         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2905
2906         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2907
2908 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2909
2910         * wl-folder.el (wl-folder-update-unread): Re-indent.
2911         Narrow the scope of a local variable.
2912
2913 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2916         (wl-addrmgr-merge-entries): Ditto.
2917         (wl-addrmgr): Added to address entry which exists in draft buffer
2918         if no entry is in original.
2919
2920 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2921
2922         * wl-batch.el: New file.
2923
2924 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2925
2926         * wl-vars.el (wl-use-semi): Remove unused variable.
2927
2928 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2929
2930         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2931         "?".
2932
2933 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2936         wl-summary-new-mark.
2937         (wl-summary-new-cached-mark): New user option.
2938         (wl-summary-score-marks): Follow the change above.
2939         (wl-summary-auto-refile-skip-marks): Ditto.
2940         (wl-summary-incorporate-marks): Ditto.
2941         (wl-summary-expire-reserve-marks): Ditto.
2942
2943         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2944
2945         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2946         (wl-summary-persistent-mark-string): Distinguished between cached
2947         and uncached mark when the message is new.
2948
2949 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-spam.el (wl-spam-domain): Renamed from
2952         `wl-spam-folder-guess-domain'.
2953         (wl-summary-exec-action-spam): Register as spam if domain of the
2954         source folder is good.
2955         (wl-summary-exec-action-refile-with-register): Register message if
2956         domain of the source folder is not undecided.
2957
2958 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2961         detect thread loop.
2962
2963 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2966         and wl-summary-skip-mark-list.
2967
2968 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2969
2970         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2971
2972         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2973
2974         * wl-spam.el (toplevel): Require wl-highlight.
2975         (wl-spam-auto-check-policy-alist): Abolish.
2976         (wl-spam-auto-check-folder-regexp-list): New user option.
2977         (wl-spam-auto-check-marks): Ditto.
2978         (wl-spam-mark-action-list): Ditto.
2979         (wl-highlight-summary-spam-face): New face.
2980         (wl-spam-auto-check-message-p): New function.
2981         (wl-spam-map-spam-messages): Fixed message.
2982         (wl-spam-register-spam-messages): Ditto.
2983         (wl-spam-register-good-messages): Ditto.
2984         (wl-summary-spam-map): Add and remove keybind.
2985         (wl-summary-target-mark-spam): Abolish.
2986         (wl-summary-refile-spam): Ditto.
2987         (wl-summary-test-spam): New function.
2988         (wl-summary-mark-spam): Ditto.
2989         (wl-summary-auto-check-spam): Follow the above change.
2990         (wl-summary-exec-action-spam): New function.
2991         (wl-summary-exec-action-refile-with-register): Fixed message.
2992         (wl-message-check-spam): New function.
2993         (wl-spam-setup): Ditto.
2994         (toplevel): Call it if this file is loaded interactivity.
2995
2996         * Version number is increased to 2.11.20.
2997
2998 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3001         when new optional argument `force' is non nil or modified.
3002
3003 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl.el (toplevel): Require wl-spam when compile.
3006         (wl-save-status): Call wl-spam-save-status.
3007
3008         * wl-spam.el (wl-spam-register-spam-messages): New function.
3009         (wl-spam-register-good-messages): Ditto.
3010         (wl-spam-save-status): Ditto.
3011         (wl-summary-mode-map): Bind
3012         wl-summary-target-mark-register-as-spam to "ms" and
3013         wl-summary-target-mark-register-as-good to "mn".
3014         (wl-summary-register-as-spam): Abolish optional argument; Use
3015         wl-spam-register-spam-messages.
3016         (wl-summary-register-as-spam-all): Use
3017         wl-spam-register-spam-messages.
3018         (wl-summary-register-as-good): Abolish optional argument; Use
3019         wl-spam-register-good-messages.
3020         (wl-summary-register-as-good-all): Use
3021         wl-spam-register-good-messages.
3022         (wl-summary-target-mark-register-as-spam): New funtion.
3023         (wl-summary-target-mark-register-as-good): Ditto.
3024
3025 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * wl-spam.el: New file.
3028
3029 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3032
3033         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3034         (wl-summary-auto-refile): Call wl-refile-guess with
3035         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3036
3037 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3040         with disable-thread argument non-nil.
3041
3042 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-summary.el (wl-summary-rescan): Added optional argument
3045         disable-thread.
3046         (wl-summary-sync): Call wl-summary-rescan with argument
3047         disable-thread.
3048         (wl-summary-input-range): Added new range `rescan-thread'.
3049
3050 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3053
3054 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3057         internal variable.
3058         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3059         wl-summary-search-parent-by-subject-regexp and
3060         wl-summary-divide-thread-when-subject-changed as nil.
3061         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3062         (wl-summary-insert-thread): Search parent entity from
3063         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3064         thread loop.
3065
3066 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3069
3070         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3071
3072         * wl-util.el (wl-require-update-all-folder-p): New function.
3073         (wl-get-assoc-list-value): Added `function' to match directive.
3074         (wl-collect-draft): Rewrite.
3075
3076         * wl-summary.el (wl-summary-sync-update): Clear faces
3077         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3078         are non-nil.
3079         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3080         argument as function.
3081         (wl-summary-input-range): Ditto.
3082
3083         * wl-folder.el (wl-draft-get-folder): New function.
3084         (wl-folder-get-elmo-folder): Consider draft folder.
3085
3086         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3087         (wl-draft-buffer-message-number): New buffer local variable.
3088         (wl-draft-folder-internal): New internal variable.
3089         (wl-draft-delete): Rewrite.
3090         (wl-draft-save): Ditto.
3091         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3092         wl-folder-get-elmo-folder.
3093         (wl-draft-config-info-operation): Ditto.
3094         (wl-jump-to-draft-folder): Ditto.
3095         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3096         (wl-draft-reedit): Rewrite.
3097
3098         * Version number is increased to 2.11.19.
3099         
3100 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3101
3102         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3103         variable.
3104
3105 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3108         Use ignore-errors instead of unwind-protect.
3109
3110 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3111
3112         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3113         for updating `wl-thread-entity-list'.
3114
3115 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3116
3117         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3118         parameter from calling `wl-thread-entity-get-older-brothers' and
3119         `wl-thread-entity-get-younger-brothers'.
3120         Replace nested `append' with a single one.
3121
3122 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3123
3124         * wl-summary.el (wl-summary-mode): Don't use the return value of
3125         `make-local-hook'.
3126
3127 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3128
3129         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3130         instead of `let*'.
3131         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3132         of local variables.
3133
3134 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3137         Renamed from wl-summary-window-scroll-functions.
3138         (wl-summary-window-scroll-functions): Don't set to variable.
3139         (wl-summary-display-top): Use run-hooks.
3140         (wl-summary-display-bottom): Ditto.
3141         (wl-summary-toggle-disp-msg): Ditto.
3142         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3143         Use it instead of wl-summary-window-scroll-functions.
3144         (wl-summary-goto-folder-subr): Don't call
3145         wl-summary-window-scroll-functions, use
3146         wl-summary-buffer-window-scroll-functions instead.
3147
3148 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3149
3150         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3151         make-local-variable.
3152
3153 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3154
3155         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3156         set-buffer-modified-p.
3157         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3158         (wl-summary-display-bottom): Ditto.
3159         (wl-summary-toggle-disp-msg): Ditto.
3160
3161 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3164
3165         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3166         (wl-summary-forward): Use elmo-message-entity-field instead of
3167         elmo-message-field.
3168
3169         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3170
3171 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3172
3173         * wl-summary.el (wl-summary-window-scroll-functions): No use
3174         `append'.
3175
3176 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3179         function.
3180         (wl-summary-window-scroll-functions): Call it when both
3181         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3182         (wl-summary-temp-mark): Added optional argument number.
3183         (wl-summary-message-mark): Added optional argument flag.
3184         (wl-summary-persistent-mark): Added optional argument number and flag.
3185         (wl-summary-update-persistent-mark): Ditto.
3186         (wl-summary-update-status-marks): Set "r" for interactive spec.
3187
3188         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3189         argument number and flag.
3190
3191         * wl-action.el (wl-summary-registered-temp-mark): 
3192         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3193
3194 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195
3196         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3197         internal variable (buffer local).
3198         (wl-summary-window-scroll-functions): New function.
3199         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3200         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3201         as nil.
3202         (wl-summary-update-status-marks): Added arguments beg, end and
3203         check.
3204         (wl-summary-update-mark-window): Use function.
3205         (wl-summary-sync-update): Follow the change above.
3206         (wl-summary-switch-to-clone-buffer): Copy
3207         wl-summary-buffer-unsync-mark-number-list.
3208         (wl-summary-goto-folder-subr): Set
3209         wl-summary-buffer-unsync-mark-number-list and
3210         use wl-summary-window-scroll-functions instead of
3211         wl-summary-lazy-highlight.
3212
3213         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3214
3215 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3218
3219         * wl-summary.el (wl-summary-update-persistent-mark): Call
3220         wl-summary-set-message-modified.
3221
3222         * wl-summary.el (wl-summary-sync-update): Don't call
3223         wl-summary-update-status-marks.
3224
3225         * Version number is increased to 2.11.18.
3226
3227 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3230         (wl-message-next-page): Ditto.
3231
3232 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3233
3234         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3235         local variable.  Change the order of a collected list into the
3236         same as the specified range.  Remove nil from a collected list.
3237
3238 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3239
3240         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3241         argument for elmo-folder-list-messages.
3242
3243 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3244
3245         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3246         change (wl-summary-count-unreads return a list instead of a cons
3247         cell).
3248
3249 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3250
3251         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3252         `wl-summary-folder-info-update'.
3253
3254 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-summary.el (wl-summary-set-message-modified): No use
3257         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3258         (wl-summary-set-mark-modified): Abolish.
3259         (wl-summary-mark-modified-p): Ditto.
3260         (wl-summary-save-view): Follow the change above.
3261
3262         * wl-expire.el (wl-summary-expire): Likewise.
3263
3264 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-summary.el (wl-summary-detect-mark-position): Use
3267         modb-entity-handler.
3268         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3269
3270         * Version number is increased to 2.11.17.
3271
3272 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3273
3274         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3275         entity field value.
3276         (wl-summary-prefetch-msg): Ditto.
3277         (wl-summary-print-message-with-ps-print): Ditto.
3278
3279 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3282         for dummy entity.
3283         (wl-summary-insert-thread): Use elmo-message-entity-field.
3284         (wl-summary-update-thread): Use elmo-message-entity-field and
3285         elmo-message-entity-number.
3286         (wl-summary-line-number):  Use elmo-message-entity-number.
3287         (wl-summary-line-size): Use elmo-message-entity-field.
3288         (wl-summary-line-subject): Ditto.
3289         (wl-summary-line-from): Ditto.
3290         (wl-summary-line-attached): Ditto.
3291         (wl-summary-create-line): Ditto.
3292         (wl-summary-create-line): Use elmo-message-entity-number.
3293         (wl-summary-print-message-with-ps-print): Use
3294         elmo-message-entity-field.
3295
3296 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3297
3298         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3299         change in elmo-msgdb-make-message-entity.
3300         (wl-summary-buffer-set-folder): Don't call
3301         wl-summary-detect-mark-position here.
3302         (wl-summary-rescan): Call elmo-message-entity-number.
3303         (wl-summary-sync-update): Ditto.
3304         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3305
3306         * wl-score.el (wl-score-header-index): Redefine 2th element.
3307         (wl-score-overview-entity-get-extra): Abolish.
3308         (wl-score-ov-entity-get): Rewrite.
3309         (wl-score-string-index<, wl-score-string-func<): Abolish.
3310         (wl-score-string<): New function.
3311         (wl-score-string-sort): Use it.
3312
3313         * wl-refile.el (wl-refile-guess-by-history): Use
3314         elmo-message-entity-field.
3315         (wl-refile-guess-by-from): Ditto.
3316         (wl-refile-guess-by-msgid): Ditto.
3317
3318         * Version number is increased to 2.11.16.
3319
3320 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3321
3322         * wl-folder.el (wl-folder-confirm-existence): Don't call
3323         file-exists-p if msgdb-path is nil.
3324         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3325         `wl-read-folder-hist' to `wl-read-folder-history'.
3326
3327 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3328
3329         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3330         `y-or-n-p'.
3331
3332 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3333
3334         * wl-score.el (wl-score-headers): Don't use
3335         elmo-folder-do-each-message-entity.
3336
3337         * Version number is increased to 2.11.15.
3338
3339 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-summary.el (wl-summary-delete-all-msgs): Use
3342         elmo-folder-move-messages instead of elmo-folder-delete-messages
3343         and elmo-folder-detach-messages.
3344         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3345
3346         * wl-expire.el (wl-expire-delete): Ditto.
3347         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3348
3349 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3350
3351         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3352         (wl-message-header-narrowing-fields): Ditto.
3353         (wl-message-header-narrowing-lines): Ditto.
3354         (wl-message-header-narrowing-string): Ditto.
3355
3356         * wl-summary.el (wl-summary-mode-map): Bind
3357         wl-summary-toggle-header-narrowing to "C-cC-f".
3358         (wl-summary-toggle-header-narrowing): New function.
3359
3360         * wl-message.el (wl-message-buffer-create): Call
3361         wl-message-header-narrowing-setup.
3362         (wl-message-redisplay): Call wl-message-header-narrowing.
3363         (wl-message-header-narrowing): New function.
3364         (wl-message-header-narrowing-map): New keymap.
3365         (wl-message-header-narrowing-widen-map): New keymap.
3366         (wl-message-header-narrowing-again-at-mouse): New function.
3367         (wl-message-header-narrowing-1): Ditto.
3368         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3369         (wl-message-header-narrowing-setup): Ditto.
3370         (wl-message-header-narrowing-toggle): Ditto.
3371         
3372         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3373
3374         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3375         'flag as all.
3376         (wl-use-flag-folder-help-echo): New user option.
3377
3378         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3379         wl-summary-highlight as nil.
3380         (wl-summary-set-mark-modified): Follow the API change.
3381         (wl-summary-mark-modified-p): Ditto.
3382         (wl-summary-mark-as-read-all): Ditto.
3383         (wl-summary-sync-marks): Don't call
3384         elmo-folder-list-messages-with-global-mark.
3385         (wl-summary-mark-as-read-internal): Follow the API change.
3386         (wl-summary-mark-as-answered-internal): Ditto.
3387         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3388         Follow the API change.
3389         (wl-summary-create-line): Call with number argument.
3390         (wl-summary-reply): Follow the API change.
3391
3392         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3393         function.
3394         (wl-highlight-summary-line-string): Call it when
3395         wl-use-flag-folder-help-echo is non-nil.
3396         (wl-highlight-summary-current-line): Ditto.
3397         (elmo-flag-folder-referrer): Added autoload setting.
3398
3399         * wl-draft.el (wl-draft-kill): Follow the API change.
3400
3401         * Version number is increased to 2.11.14.
3402         
3403 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3404
3405         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3406
3407 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3408
3409         * Version number is increased to 2.11.13.
3410
3411 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * wl-draft.el (wl-draft-previous-history-element): Fixed
3414         unbalanced parenthesis and bind unbound local variables.
3415
3416 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3417
3418         * wl-draft.el (wl-draft-previous-history-element): New function.
3419         (wl-draft-next-history-element): Ditto.
3420         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3421         them to M-p and M-n.
3422
3423 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * Version number is increased to 2.11.12.
3426
3427 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3428
3429         * wl-draft.el (wl-draft-hide): Select buffer-window.
3430
3431 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3432
3433         * wl-summary.el (wl-summary-narrow-to-region): New function.
3434         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3435         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3436         (wl-summary-save-region): Use it.
3437         * wl-action.el (wl-summary-collect-numbers-region)
3438         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3439
3440 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3441
3442         * wl-folder.el (wl-folder-count-incorporates): Don't use
3443         `elmo-msgdb-mark-load'
3444
3445         * Version number is increased to 2.11.11.
3446
3447 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3448
3449         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3450         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3451
3452 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3455
3456 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3457
3458         * Version number is increased to 2.11.10.
3459
3460 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3461
3462         * wl-mime.el (wl-draft-attribute-value): Fixed.
3463
3464 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3465
3466         * wl-util.el (wl-copy-local-variables): New function.
3467
3468         * wl-mime.el (wl-draft-attribute-recipients): New function.
3469         (wl-draft-attribute-envelope-from): Ditto.
3470         (wl-draft-attribute-smtp-posting-server): Ditto.
3471         (wl-draft-attribute-smtp-posting-port): Ditto.
3472         (wl-draft-attribute-value): Ditto.
3473         (wl-draft-preview-message): Use it to get value for
3474         attributes. Reflect result of `wl-draft-config'.
3475
3476         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3477         and call `wl-summary-mark-as-read' before to call
3478         `wl-summary-unset-mark'.
3479         (wl-summary-target-mark-mark-as-unread): Likewise.
3480         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3481
3482 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-mime.el (wl-draft-preview-message): Use actual value for
3485         attributes; Fix for small window.
3486
3487 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-refile.el (wl-refile-get-field-value): Call
3490         `elmo-message-entity-field' with 3rd argument is non-nil.
3491
3492 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3493
3494         * wl-vars.el (wl-draft-preview-attributes): New user option.
3495         (wl-draft-preview-attributes-list): Ditto.
3496         (wl-draft-preview-attributes-buffer-lines): Ditto.
3497         (wl-draft-preview-attributes-buffer-name): Ditto.
3498
3499         * wl-mime.el (wl-draft-preview-message): Display attributes.
3500
3501 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * wl-summary.el (wl-summary-detect-mark-position): Bind
3504         wl-summary-flag-priority-list to '(new).
3505
3506 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3507
3508         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3509         funtion.
3510         (wl-highlight-summary-line-string): Use it.
3511         (wl-highlight-summary-current-line): Ditto.
3512
3513 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3516         line even when the mark string is not changed.
3517
3518         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3519         argument change in the wl-summary-create-line.
3520         (wl-thread-insert-entity-sub): Ditto.
3521
3522         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3523         argument change in the wl-summary-create-line.
3524         (wl-summary-insert-sequential): Ditto.
3525         (wl-summary-update-thread): Ditto.
3526         (wl-summary-persistent-mark-string): New inline function.
3527         (wl-summary-message-mark): Use it.
3528         (wl-summary-create-line): Abolish argument wl-persistent-mark
3529         and added wl-flags, wl-cached.
3530
3531         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3532         mark to flags.
3533         (wl-highlight-summary-current-line): Decide the face not by the 
3534         persistent mark but flags.
3535
3536 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3537
3538         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3539         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3540         wl-summary-read-uncached-mark): Revive.
3541         (wl-summary-answered-cached-mark,
3542         wl-summary-answered-uncached-mark): New user option.
3543         (wl-summary-score-marks): Follow the change above.
3544         (wl-summary-auto-refile-skip-marks): Ditto.
3545         (wl-summary-incorporate-marks): Ditto.
3546         (wl-summary-expire-reserve-marks): Ditto.
3547         (wl-summary-flag-priority-list): New user option.
3548
3549         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3550         changes.
3551         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3552         of elmo-message-mark.
3553         (wl-summary-mark-as-read-internal): Ditto.
3554         (wl-summary-mark-as-answered): Ditto.
3555         (wl-summary-mark-as-important): Ditto.
3556         (wl-summary-redisplay-internal): Ditto.
3557         (wl-summary-redisplay-no-mime-internal): Ditto.
3558         (wl-summary-message-mark): New function.
3559         (wl-summary-insert-sequential): Use wl-summary-message-mark
3560         instead of elmo-message-mark.
3561         (wl-summary-update-thread): Ditto.
3562         (wl-summary-persistent-mark): Ditto.
3563         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3564         instead of elmo-message-mark.
3565
3566         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3567         wl-summary-message-mark instead of elmo-message-mark.
3568         (wl-thread-insert-entity-sub): Ditto.
3569         (wl-thread-get-children-msgs-uncached): Ditto.
3570
3571         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3572         variable name changes.
3573         (wl-highlight-summary-current-line): Ditto.
3574
3575         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3576         wl-summary-message-mark instead of elmo-message-mark.
3577
3578         * wl-expire.el (wl-expire-message-p): Ditto.
3579
3580         * wl-score.el (wl-score-headers): Ditto.
3581
3582         * Version number is increased to 2.11.9.
3583
3584         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3585         (wl-summary-sync-update): Follow the change above.
3586         (wl-summary-switch-to-clone-buffer): Ditto.
3587         (wl-summary-open-folder): Ditto.
3588
3589 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3592         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3593
3594         * Version number is increased to 2.11.8.
3595
3596         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3597
3598         * wl-expire.el (wl-expire-refile): Follow the API change on
3599         `elmo-folder-move-messages'.
3600         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3601
3602         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3603         (wl-summary-exec-action-refile): Ditto.
3604         (wl-summary-exec-action-copy): Ditto.
3605         (wl-summary-no-auto-refile-message-p): No use
3606         `wl-summary-buffer-msgdb'.
3607         (wl-summary-auto-refile): Ditto.
3608
3609 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3610
3611         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3612
3613 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-summary.el (wl-summary-sync): Treat no-sync.
3616
3617         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3618         (wl-default-sync-range): Ditto.
3619
3620 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3621
3622         * wl-refile.el (wl-refile-subject-learn): Call
3623         `elmo-message-entity-field' with 3rd argument is non-nil.
3624         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3625         instead of `elmo-msgdb-overview-entity-get-subject'.
3626
3627 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3630         scan-type is rescan.
3631         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3632         new optional argument force is non-nil.
3633         (wl-summary-save-view-cache): Call it with force argument non-nil.
3634
3635         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3636
3637 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3638
3639         * wl-action.el (wl-summary-print-argument): Fixed last change.
3640
3641 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3644         simplified.
3645         (wl-summary-target-mark-mark-as-unread): Likewise.
3646         (wl-summary-target-mark-mark-as-important): Likewise.
3647
3648 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3649
3650         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3651         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3652         (wl-summary-mark-as-important-region): Change accordingly.
3653         (wl-summary-target-mark-mark-as-important): Ditto.
3654
3655 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3656
3657         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3658
3659         * wl-action.el (wl-summary-print-argument): Print argument to
3660         right side of window if `wl-summary-print-argument-within-window'
3661         is non-nil.
3662
3663 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-action.el (wl-summary-set-mark): Use
3666         `wl-summary-message-visible-p' to check visibility of the message
3667         and jump to message only when the message line is visible and have
3668         different number; Call wl-summary-unset-mark with number argument.
3669         (wl-summary-unset-mark): 
3670         Use `wl-summary-message-visible-p'
3671         to check visibility of the message and jump to message only when
3672         the message line is visible and have different number;
3673
3674 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3675
3676         * Version number is increased to 2.11.7.
3677
3678         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3679         and wl-folder-summary-line-format.
3680
3681         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3682         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3683         (wl-summary-set-score-mark): Use it.
3684         (wl-summary-target-mark-mark-as-read): Ditto.
3685         (wl-summary-target-mark-mark-as-unread): Ditto.
3686         (wl-summary-target-mark-mark-as-important): Ditto.
3687         (wl-summary-target-mark-msgs): Simplified.
3688         (wl-summary-detect-mark-position): Fixed problem when
3689         summary-line-format no contain persisten/temp mark spec.
3690         (wl-summary-temp-mark): Ditto.
3691         (wl-summary-persistent-mark): Ditto.
3692         (wl-summary-update-persistent-mark): Ditto.
3693
3694         * wl-action.el (wl-summary-set-mark): Ditto.
3695         (wl-summary-unset-mark): Ditto.
3696         All other related portions are changed.
3697
3698 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3699
3700         * Version number is increased to 2.11.6.
3701
3702 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-util.el (wl-current-message-buffer): Define as function;
3705         Don't use the value of wl-messge-buffer.
3706
3707         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3708         persistent mark.
3709
3710         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3711         no current message, cause an error.
3712
3713 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3714
3715         * wl-summary.el (wl-summary-set-message-modified): Use
3716         elmo-folder-set-message-modified instead of
3717         elmo-folder-set-message-modified-internal.
3718
3719 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3722         interactively.
3723         (wl-summary-sync): nokill->entirely.
3724         (wl-summary-sync-marks): Fixed message.
3725         (wl-summary-input-range): Added mark, nokill->entirely.
3726
3727         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3728         messages as read.
3729
3730 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3733         update-noscore.
3734         (wl-summary-sync): Follow the change above.
3735
3736 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3737
3738         * wl-action.el (wl-summary-target-mark-all): Use
3739         elmo-folder-list-messages.
3740
3741 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3744         (wl-summary-rescan): Set wl-summary-scored as nil.
3745         (wl-summary-sync-force-update): Follow the change above.
3746         (wl-summary-sync): Ditto.
3747         (wl-summary-sync-update): Added argument disable-killed.
3748         (wl-summary-insert-headers): Set visible-only argument for
3749         elmo-folder-list-messages.
3750         (wl-summary-input-range): Added update-nokill, update-noscore,
3751         all-nokill, all-noscore and mark.
3752
3753         * Version number is increased to 2.11.5.
3754
3755         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3756
3757 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3758
3759         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3760         (wl-summary-prefetch-region-no-mark): Change accordingly.
3761         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3762
3763 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3764
3765         * wl-address.el (wl-complete-field-to): Abolished.
3766         (wl-complete-address): Completion function for completing-read.
3767         * wl-action.el (wl-summary-get-resend-address): Use it.
3768
3769         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3770         wl-summary-update-mark and abolish unused argument.
3771         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3772         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3773         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3774         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3775         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3776         * wl-draft.el (wl-draft-kill): Ditto.
3777
3778         * wl-summary.el: Remove unused binding of case-fold-search.
3779         (wl-summary-replace-status-marks): Abolished.
3780
3781 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3784         is specified or folder length is zero.
3785
3786 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3789         (wl-folder-archive-current-entity): Ditto.
3790
3791 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3792
3793         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3794         retrieving message mark.
3795         (wl-summary-redisplay-internal): Ditto.
3796
3797         * wl-message.el (wl-message-buffer-display): Ignore errors while
3798         retrieving message-id field.
3799
3800         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3801         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3802         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3803         order of the arguments for `wl-expire-message-p'.
3804         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3805
3806         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3807         Check return value of wl-summary-reply.
3808         (wl-summary-reply): Recover window configuration when an error occured.
3809
3810 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3811
3812         * wl-summary.el (wl-summary-resend-message): Abolished, the
3813         feature is inherited by wl-summary-resend (put resend mark).
3814
3815 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3816
3817         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3818         wl-message-buffer to nil when the message is hide.
3819
3820 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3821
3822         * .cvsignore: New file.
3823
3824 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3825
3826         * wl-action.el (wl-summary-action-docstring): Add more info.
3827         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3828         duplicate definition.
3829         (wl-summary-define-mark-action): Functions wl-summary-*-region
3830         keep current position.
3831         (wl-summary-unregister-target-mark): Store result to the variable.
3832
3833 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3834
3835         * Version number is increased to 2.11.4.
3836
3837 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3840         wl-summary-delete-all-temp-marks.
3841         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3842
3843         * wl-action.el (wl-summary-set-mark): Changed terminology
3844         refile-destination -> action-argument.
3845         (wl-summary-unset-mark): Ditto.
3846         (wl-summary-remove-argument): Ditto.
3847         (wl-summary-print-argument): Ditto.
3848
3849         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3850         (wl-thread-remove-argument-region): Ditto.
3851         (wl-thread-print-argument-region): Ditto.
3852         (wl-thread-close): Ditto.
3853         (wl-thread-open): Ditto.
3854
3855         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3856         (wl-highlight-refile-destination-face is abolished)
3857         (wl-highlight-action-argument-string): Ditto.
3858         (wl-highlight-summary-current-line): Highlight action argument.
3859
3860         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3861         color for light backgrounds.
3862         (wl-highlight-summary-answered-face): Ditto.
3863
3864 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3865
3866         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3867
3868         * wl-score.el (wl-summary-score-update-all-lines): Use
3869         wl-summary-set-mark.
3870         (wl-summary-score-update-all-lines): Kill expunged messages.
3871
3872         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3873
3874 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3877         directly.
3878         (wl-score-overview-entity-get-lines): Ditto.
3879         (wl-score-overview-entity-get-xref): Ditto.
3880         (wl-score-get-latest-msgs): Ditto.
3881         (wl-summary-rescore): Ditto.
3882
3883         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3884         to "&".
3885         (wl-summary-mark-as-answered-internal): New inline function.
3886         (wl-summary-mark-as-answered): New function.
3887         (wl-summary-mark-as-unanswered): Ditto.
3888         (wl-summary-sync-marks): Modified for answered-mark synching.
3889
3890 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3891
3892         * wl-action.el (wl-summary-set-mark): Fixed last change.
3893
3894 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3895
3896         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3897         behavior of wl-summary-unread-message-hook
3898         (Pointed out by akira yamada <akira@arika.org>).
3899
3900 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3901
3902         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3903         wl-summary-delete.
3904         * wl-xmas.el (wl-summary-toolbar): Ditto.
3905
3906         * wl-action.el (wl-summary-set-mark): Don't override current
3907         temp-mark.
3908
3909         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3910
3911 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3914         (wl-refile-msgid-learn): Ditto.
3915         (wl-refile-get-field-value): Ditto.
3916
3917         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3918
3919         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3920         (wl-expire-delete-reserved-messages): Renamed from
3921         wl-expire-reserve-marked-msgs-from-list.
3922         (wl-expire-delete): Removed argument `msgdb'.
3923         (wl-expire-refile): Ditto.
3924         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3925         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3926         mark-alist as argument.
3927         (wl-expire-archive-number1): Removed argument `msgdb'.
3928         (wl-expire-archive-number2): Ditto.
3929         (wl-expire-archive-date): Ditto.
3930         (wl-expire-localdir-date): Ditto.
3931         (wl-expire-hide): Ditto.
3932         (wl-archive-number1): Ditto.
3933         (wl-archive-number2): Ditto.
3934         (wl-archive-date): Ditto.
3935         (wl-archive-folder): Ditto.
3936         All other related portions are changed.
3937
3938 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3939
3940         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3941         mean move up and down. (suggested by Takashi Kawachi)
3942
3943 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3944
3945         * wl-acap.el (toplevel): Don't require un-define.
3946
3947 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-thread.el (wl-thread-delete-message): Always update
3950         wl-summary-buffer-number-list.
3951
3952         * wl-action.el (wl-summary-print-destination): 
3953         Do nothing when folder is nil.
3954
3955 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3956
3957         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3958         persistent mark when prefetch is succeeded.
3959
3960 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3963         instead of elmo-msgdb-delete-msgs.
3964         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3965         (wl-expire-hide): Ditto.
3966
3967         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3968
3969         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3970         elmo-msgdb interface.
3971         (wl-thread-get-exist-children): Likewise.
3972         (wl-thread-insert-message): Likewise.
3973         (wl-thread-msg-mark-as-important): Likewise.
3974         (wl-thread-insert-entity-sub): Likewise.
3975         (wl-thread-get-children-msgs-uncached): Likewise.
3976
3977         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3978         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3979         (wl-summary-sync-update): Likewise.
3980         (wl-summary-auto-select-msg-p): Likewise.
3981         (wl-summary-update-thread): Likewise.
3982         (wl-summary-mark-as-important): Likewise.
3983         (wl-summary-jump-to-msg-internal): Likewise.
3984         (wl-summary-redisplay-internal): Likewise.
3985         (wl-summary-print-message-with-ps-print): Likewise.
3986         (wl-summary-folder-info-update): Likewise.
3987
3988         * wl-folder.el (wl-folder-check-one-entity):
3989         elmo-folder-count-flags instead of wl-summary-count-unread.
3990
3991         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3992
3993         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3994
3995         * wl-summary.el (wl-summary-set-message-modified): 
3996         Call wl-summary-set-mark-modified.
3997         (wl-summary-delete-messages-on-buffer): Call
3998         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3999         (wl-summary-sync-update): Call elmo-folder-length instead of
4000         elmo-folder-messages.
4001         (wl-summary-insert-headers): Don't call
4002         elmo-folder-list-message-entities.
4003
4004 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4005
4006         * wl-action.el (wl-summary-define-mark-action): Call
4007         `wl-summary-set-mark' with argument `data'.
4008         (wl-summary-auto-refile): Fixed order of arguments when call
4009         `wl-summary-refile'.
4010
4011 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4012
4013         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4014
4015         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4016
4017         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4018         (Renamed from wl-highlight-summary-deleted-face).
4019         (wl-highlight-summary-resend-face): New face.
4020
4021         (wl-highlight-summary-deleted-face): Renamed from
4022         wl-highlight-summary-erased-face.
4023
4024         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4025
4026         * wl-action.el (wl-summary-get-resend-address): New function.
4027         (wl-summary-exec-action-resend): Ditto.
4028         (wl-summary-exec-action-resend-subr): Ditto.
4029
4030         * w-thread.el (wl-thread-copy): Removed definition.
4031         (wl-thread-refile): Ditto.
4032         (wl-thread-delete): Ditto.
4033         (wl-thread-target-mark): Ditto.
4034
4035         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4036         (wl-summary-target-mark-set-action): Fixed.
4037         (wl-summary-define-mark-action): Fixed quotation.
4038         (wl-summary-move-mark-list-messages): Display message.
4039         (wl-summary-define-mark-action): Define thread functions.
4040         (wl-summary-exec-action-refile): Changed message.
4041         (wl-summary-exec): Ditto.
4042
4043 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4044         
4045         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4046         '%%'.
4047
4048 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl.el (toplevel): Require wl-action.
4051         (wl-init): Call wl-summary-define-mark-action.
4052
4053         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4054
4055         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4056         wl-summary-delete and wl-summary-erase.
4057         (wl-summary-mode-map): Ditto.
4058
4059         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4060         wl-delete-folder-alist.
4061
4062         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4063         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4064         (toplevel): Moved mark & action related functions to the wl-action.el.
4065
4066         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4067         in wl-summary-mark-action-list.
4068         (wl-highlight-summary-current-line): Ditto.
4069
4070         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4071         empty lines.
4072
4073         * wl-action.el: New file. 
4074
4075 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4076
4077         * wl-summary.el (wl-summary-target-mark-replace): New function.
4078         (wl-summary-target-mark-prefetch): Use it.
4079         (wl-summary-target-mark-delete): Ditto.
4080         (toplevel): Rearranged definition order.
4081         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4082         (wl-summary-target-mark-erase): Rewrite.
4083         (wl-summary-erase-region): New function.
4084         (wl-summary-exec-action-erase): Changed message.
4085         (wl-summary-move-mark-list-messages): New function.
4086         (wl-summary-exec-action-delete): Use it.
4087         (wl-summary-exec-action-erase): Ditto.
4088
4089         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4090         (wl-summary-skip-mark-list): Added "d".
4091
4092         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4093         while searching.
4094
4095         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4096         and define using defcustom;
4097         Define 4th element as a face.
4098         
4099         * wl-summary.el (wl-summary-incorporate): Use 
4100         `wl-summary-prefetch-region-no-mark' instead of
4101         `wl-summary-prefetch-region'.
4102         (wl-summary-prefetch-region-no-mark): Revival of old
4103         `wl-summary-prefetch-region'.
4104         (wl-summary-mark-action-list): Moved to wl-vars.el
4105
4106         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4107         face according to the `wl-summary-mark-action-list'.
4108         (wl-highlight-summary-current-line): Ditto;
4109         Removed destination highlighting.
4110
4111         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4112         (wl-highlight-summary-line-string): Highlight for "i" mark.
4113         (wl-highlight-summary-current-line): Ditto.
4114
4115         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4116         no destination.
4117
4118         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4119         exists, just go ahead.
4120         (wl-summary-prefetch-region): Rewrite.
4121         (wl-summary-prefetch): Ditto.
4122         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4123         (wl-summary-exec-action-prefetch): New function.
4124         (wl-summary-target-mark-prefetch): Rewrite.
4125
4126 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4129         (wl-highlight-summary-line-string): Added "d" and "D".
4130         (wl-highlight-summary-current-line): Ditto.
4131
4132         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4133         in wl-summary.el.
4134         (wl-thread-insert-entity-sub): Ditto.
4135         (wl-thread-remove-destination-region): Ditto.
4136         (wl-thread-print-destination-region): Ditto.
4137
4138         * wl-summary.el (wl-summary-buffer-refile-list,
4139         wl-summary-buffer-delete-list,
4140         wl-summary-buffer-copy-list): Abolish.
4141         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4142         All other related portions are changed.
4143         (wl-summary-mark-action-list): New variable.
4144         (wl-summary-set-mark): New function.
4145         (wl-summary-register-target-mark): Ditto.
4146         (wl-summary-unregister-target-mark): Ditto.
4147         (wl-summary-have-target-mark-p): Ditto.
4148         (wl-summary-register-temp-mark): Ditto.
4149         (wl-summary-unregister-temp-mark): Ditto.
4150         (wl-summary-registered-temp-mark): Ditto.
4151         (wl-summary-collect-temp-mark): Ditto.
4152         (wl-summary-unset-mark): Ditto.
4153         (wl-summary-set-target-mark): Ditto.
4154         (wl-summary-unset-target-mark): Ditto.
4155         (wl-summary-set-action-generic): Ditto.
4156         (wl-summary-unset-action-generic): Ditto.
4157         (wl-summary-exec-action-delete): Ditto.
4158         (wl-summary-exec-action-erase): Ditto.
4159         (wl-summary-set-action-refile): Ditto.
4160         (wl-summary-set-action-refile-subr): Ditto.
4161         (wl-summary-unset-action-refile): Ditto.
4162         (wl-summary-make-destination-numbers-list): Ditto.
4163         (wl-summary-exec-action-refile): Ditto.
4164         (wl-summary-set-action-copy): Ditto.
4165         (wl-summary-unset-action-copy): Ditto.
4166         (wl-summary-exec-action-copy): Ditto.
4167         (wl-summary-collect-numbers-region): Ditto.
4168         (wl-summary-delete): Rewrite.
4169         (wl-summary-erase): Ditto.
4170         (wl-summary-remove-destination): Ditto.
4171         (wl-summary-exec): Ditto.
4172         (wl-summary-exec-region): Ditto.
4173         (wl-summary-target-mark-erase): Ditto.
4174         (wl-summary-refile): Ditto.
4175         (wl-summary-copy): Ditto.
4176         (wl-summary-unmark): Ditto.
4177         (wl-summary-delete-all-mark): Ditto.
4178         (wl-summary-mark-line): Don't highlight.
4179         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4180         (wl-summary-target-mark-refile-subr): Rewrite.
4181
4182         (wl-summary-copy-prev-destination): Abolish.
4183
4184 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4185
4186         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4187         default values along the value of wl-on-mule.
4188         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4189         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4190         It is not used anywhere.
4191
4192 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4193
4194         * wl-summary.el (wl-summary-print-destination): Keep position.
4195         (wl-summary-cursor-move-surface): Keep horizontal position.
4196
4197 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4198
4199         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4200         write sendlog.
4201
4202 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4203
4204         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4205         `wl-summary-highlight'.
4206
4207 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4208
4209         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4210         trivial condition for temp-mark.
4211
4212 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4213
4214         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4215         when it hits killed buffer.
4216
4217 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4218
4219         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4220         * wl-news.el.in: `message' and `error' take format string.
4221
4222 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4223
4224         * wl-folder (wl-folder-insert-entity): Display a message,
4225         `...done', when the work finish.
4226         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4227
4228 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4229
4230         * wl-message.el (wl-message-redisplay): Remove unused local
4231         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4232
4233 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4234
4235         * wl-summary.el (wl-summary-replace-status-marks): Disable
4236         interactive use.
4237         (wl-summary-reedit): Check message existence at first.
4238         (wl-summary-mark-line): Fix doc, return value is indefinite.
4239
4240         * wl-highlight.el (wl-highlight-message): Arranged.
4241
4242         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4243         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4244         check temp-mark by wl-summary-temp-mark always.
4245         (wl-highlight-summary): Change accordingly.
4246         * wl-summary.el (wl-summary-mark-as-read-all)
4247         (wl-summary-delete-cache, wl-summary-set-score-mark)
4248         (wl-summary-mark-as-unread, wl-summary-unmark)
4249         (wl-summary-mark-line, wl-summary-mark-as-read)
4250         (wl-summary-mark-as-important): Ditto.
4251
4252         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4253         end of the window if possible.
4254         * wl-summary.el (wl-summary-sync-update): Support lazy
4255         highlighting.
4256         (wl-summary-toggle-disp-msg): Ditto.
4257
4258 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4259
4260         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4261
4262 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4263
4264         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4265         change.
4266
4267 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4268
4269         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4270         API.
4271         (wl-summary-sync-update): Ditto.
4272
4273         * wl-score.el (wl-score-get-score-alist): Changed argument.
4274         (wl-summary-rescore-msgs): Likewise.
4275         (wl-summary-score-headers): Likewise.
4276         (wl-score-headers): Likewise;
4277         Use elmo-folder-do-each-message-entity, etc.
4278         (wl-summary-score-effect): Follow the changes above.
4279         (wl-summary-rescore): Ditto.
4280         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4281         (wl-score-get-overview): Abolish.
4282
4283         * wl-summary.el (wl-summary-default-from): Follow the API change in
4284         elmo-msgdb.
4285         (wl-summary-count-unread): Ditto.
4286         (wl-summary-detect-mark-position): Ditto.
4287         (wl-summary-overview-entity-compare-by-date): Ditto.
4288         (wl-summary-overview-entity-compare-by-number): Ditto.
4289         (wl-summary-overview-entity-compare-by-from): Ditto.
4290         (wl-summary-overview-entity-compare-by-subject): Ditto.
4291         (wl-summary-get-list-info): Ditto.
4292         (wl-summary-rescan): Ditto.
4293         (wl-summary-jump-to-msg-by-message-id): Ditto.
4294         (wl-summary-sync-update): Ditto; Removed comment.
4295         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4296         (wl-summary-insert-message): Use wl-summary-insert
4297         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4298         (wl-summary-insert-headers): Changed argument overview to folder.
4299         (wl-summary-search-by-subject): Likewise.
4300         (wl-summary-insert-thread): Renamed from 
4301         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4302
4303         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4304         too.
4305
4306         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4307         wl-string-member.
4308
4309 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4310
4311         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4312         elmo-folder-append-buffer.
4313         (wl-draft-queue-append): Likewise.
4314
4315         * wl-mime.el (wl-message-delete-current-part): Ditto.
4316         (wl-summary-burst-subr): Ditto.
4317
4318         * wl-news.el.in (wl-news-send-news): Ditto.
4319
4320 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4321
4322         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4323         function.
4324         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4325         (wl-summary-update-mark): Enclose with save-excursion.
4326         (wl-summary-mark-as-read-internal): Fixed last change.
4327         (wl-summary-mark-as-important): Use 3rd argument of
4328         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4329         Don't use elmo-msgdb-set-mark.
4330         (wl-summary-redisplay-internal): If msgdb flag is already read,
4331         just update the mark on buffer.
4332
4333 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4334
4335         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4336         cut visible folder when elmo-folder-delete returns non-nil value.
4337
4338 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4339
4340         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4341         by Kenichi OKADA <okada@opaopa.org>).
4342
4343 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4344
4345         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4346
4347 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4348
4349         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4350         Fixed the last change, search group entity by its real name.
4351         (Thanks to: KOBAYASHI Shinji)
4352
4353 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4354
4355         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4356         (wl-fldmgr-access-display-all): Don't refer visible name.
4357         * wl-expire.el (wl-folder-archive-current-entity)
4358         (wl-folder-expire-current-entity): Ditto.
4359         * wl-folder.el (wl-folder-jump-to-current-entity)
4360         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4361         (wl-folder-open-folder-sub,wl-folder-open-all)
4362         (wl-folder-write-current-folder): Ditto.
4363         (wl-folder-insert-entity): Don't use petname for normal group.
4364         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4365         is the real name.
4366         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4367         Abolished.
4368
4369 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4370
4371         * wl-draft.el (wl-draft-create-buffer): Add
4372         `wl-summary-reply-with-citation'
4373
4374 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4375
4376         * wl-draft.el (wl-draft-reply): Fixed.
4377
4378 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4381         when `wl-draft-send-confirm-with-preview' is non-nil.
4382         You can scroll up/down by j/k.
4383         (wl-draft-send-confirm-with-preview): New variable (default=t).
4384
4385 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4388         (wl-fldmgr-save-folders): Fix comment.
4389
4390 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4393         along the last change in `wl-folder-buffer-group-p'.
4394
4395 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4398         folder.
4399
4400         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4401         the default value.
4402
4403         * wl-mime.el (wl-summary-burst): Update summary only when target
4404         folder equals current folder.
4405
4406 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4409
4410 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4413         value.
4414
4415 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4418         `map-extents' instead of `extent-at' repeatedly.
4419         (wl-highlight-folder-current-line): Ditto.
4420
4421         * wl-highlight.el: Remove useless dummy functions.
4422
4423 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4426         (wl-folder-put-folder-property): New function to put text property.
4427         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4428         (wl-folder-insert-entity, wl-folder-update-diff-line)
4429         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4430         * wl-e21.el, wl-xmas.el, wl-mule.el
4431         (wl-highlight-folder-current-line): Ditto.
4432         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4433         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4434         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4435         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4436
4437 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4438
4439         * Version number is increased to 2.11.3.
4440
4441 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4444         Resume current-buffer since it is assumed by remaining tasks.
4445
4446 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4449         (wl-folder-completion-function): Abolished.
4450         (wl-folder-complete-folder): New function.
4451         (wl-folder-complete-filter-condition): Ditto.
4452         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4453         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4454
4455 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-draft.el (wl-draft-send-confirm): New function.
4458         (wl-draft-send): Use it.
4459
4460         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4461         cursor-in-echo-area while confirming.
4462
4463         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4464
4465         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4466         searching via nntp if wl-summary-search-via-nntp is 'force.
4467         Otherwise, invoke searching in nntp folder only.
4468         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4469
4470         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4471         explicitly for mime-make-text-tag.
4472
4473 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4474
4475         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4476         `mime-make-text-tag' instead of `mime-create-tag'.
4477
4478 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479
4480         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4481         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4482
4483 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-score.el (wl-score-save): Bind print-length and print-level.
4486         (wl-score-pretty-print): Ditto.
4487         (wl-score-edit-insert-header-entry): Ditto.
4488
4489         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4490         "From" entry to be treated with wl-draft-eword-encode-address-list.
4491         * wl-mime.el (wl-draft-preview-message): Ditto.
4492
4493         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4494         (wl-summary-mark-as-unread): Ditto.
4495         (wl-summary-mark-as-read-region): Change accordingly.
4496         (wl-summary-mark-as-unread-region): Ditto.
4497         (wl-summary-target-mark-mark-as-read): Ditto.
4498         (wl-summary-target-mark-mark-as-unread): Ditto.
4499
4500 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * Version number is increased to 2.11.2.
4503
4504 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-news.el.in (wl-news-previous-version-save): Bind
4507         print-length and print-level.
4508         * wl-thread.el (wl-thread-save-entities): Ditto.
4509         (wl-thread-save-top-list): Bind print-length.
4510
4511 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-highlight.el (wl-highlight-summary-line-string): Use
4514         wl-summary-score-below-mark, wl-summary-score-over-mark.
4515         (wl-highlight-summary-current-line): Ditto.
4516
4517 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4520         insert it.
4521
4522 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4523
4524         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4525
4526 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4527
4528         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4529         message without msgid.
4530         Rewrite with elmo-folder-move-messages.
4531         Set wl-message-buffer to nil.
4532
4533         * wl-summary.el (wl-summary-erase-subr): New function. Use
4534         elmo-folder-move-messages.
4535         (wl-summary-erase): Call it.
4536         (wl-summary-target-mark-erase): Ditto.
4537
4538 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4541         it is not up-tp-date.
4542
4543 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4546         buffer after calling `wl-summary-goto-folder-subr' without the
4547         argument `interactive'.
4548         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4549
4550 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4551
4552         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4553         `mime-create-tag'. Use `string=' instead of `looking-at'.
4554
4555 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4558         to avoid compile warning.
4559
4560         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4561         entity-id when folder is given.
4562         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4563         save-excursion, use save-selected-window instead.
4564         Select folder buffer window if exists.
4565         (To correct behavior with wl-folder-move-cur-folder.)
4566
4567 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4568
4569         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4570
4571 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4572
4573         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4574         list-count instead of %d.
4575
4576 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4579         (wl-news): Set it.
4580         (wl-news-append-to-folder): Use it.
4581
4582         * wl-news.el.in (wl-news-send-news): Append to specified folder
4583         instead of wl-default-folder.
4584         (wl-news-append-to-folder): Show error message with specified folder.
4585
4586         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4587                 In most major modes, Emacs assumes that any opening
4588                 delimiter found at the left margin is the start of a
4589                 top-level definition, or defun. Therefore, *never put an
4590                 opening delimiter at the left margin unless it should have
4591                 that significance.*
4592
4593         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4594
4595 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4596
4597         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4598
4599 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4600
4601         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4602
4603 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4604
4605         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4606         for sequential numbering case.
4607
4608 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4611         value.
4612         (wl-draft-reply-without-argument-list): Ditto.
4613         (wl-draft-reply-myself-with-argument-list): Abolish.
4614         (wl-draft-reply-myself-without-argument-list): Ditto.
4615         * wl-draft.el (wl-draft-self-reply-p): New function.
4616         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4617
4618 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4621         (avoid error for the case without byte-compiling)
4622
4623 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4624
4625         * wl-news.el.in (wl-news-append-to-folder): New function.
4626         (wl-news-exit): Rewrite.
4627         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4628
4629 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4630
4631         * wl-draft.el (wl-draft-reply-position): New function.
4632         (wl-draft-reply-position): Fix.
4633         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4634         (wl-summary-target-mark-reply-with-citation): Ditto.
4635         (wl-summary-reply-with-citation): Ditto.
4636         * wl-vars.el (wl-draft-reply-default-position): New variable.
4637
4638 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4639
4640         * wl-draft.el (wl-draft-send): Preview when interactive send.
4641
4642 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4643
4644         * wl-draft.el (wl-draft-reply): Set default position.
4645         * wl-summary.el (wl-summary-reply): Ditto.
4646         (wl-summary-reply-with-citation): Ditto.
4647         (wl-summary-target-mark-reply-with-citation): Ditto.
4648
4649 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * wl-news.el.in (wl-news-lang): Set default value according to
4652         current-language-environment.
4653         (wl-news-append-news): Do nothing when news-list is nil.
4654
4655 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4658         (wl-news): Change message.
4659         (wl-news-exit): Check buffer.
4660         (wl-news-force-exit): New function.
4661         (wl-news-show-all): New function.
4662         (wl-news-discard-and-exit): Fix.
4663
4664 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4667         according to current-language-environment.
4668
4669         * wl-news.el.in (wl-news): If arg, show all NEWS after
4670         wl-news-default-previous-version.
4671
4672 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-news.el.in (wl-news-check): Rewritten.
4675         (wl-news-previous-version-load): Change data type.
4676         (wl-news-previous-version-save): Change data type.
4677         (wl-news-append-news): Add return value.
4678         (wl-news-check-news): New function.
4679         (wl-news-already-current-p): New function.
4680         (wl-news-send-news): Rewritten.
4681         (wl-news-mode-map): Add new keybind.
4682         (wl-news): Rewritten.
4683         (wl-news-exit): Rewritten.
4684         (wl-news-discard-and-mail): New function.
4685         (wl-news-send-to-address): Abolished.
4686         * wl.el (wl-init): Delete a message.
4687
4688 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl-news.el.in (wl-news-exit): Update previous version.
4691         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4692
4693 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4696
4697 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-news.el.in (wl-news): New function.
4700         (wl-news-mode): New function.
4701         (wl-news-next-line): New function.
4702         (wl-news-next-page): New function.
4703         (wl-news-exit): New function.
4704         (wl-news-buf-name): New variable.
4705         (wl-news-mode-map): New variable.
4706         (wl-news-winconf): New variable.
4707         (wl-news-append-news): Add an option.
4708
4709 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4712
4713 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-news.el.in (wl-news-send-to-address): New variable.
4716         (wl-news-send-news): Use it.
4717         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4718         Return updating status.
4719         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4720
4721 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4722
4723         * wl-news.el.in (wl-news-send-news): Delete
4724         Organization and X-Face.
4725
4726 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4727
4728         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4729         (wl-news-append-news): New function.
4730         (wl-news-send-news): New function.
4731
4732 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * Version number is increased to 2.11.1.
4735
4736 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-news.el.in : New file.
4739
4740 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4743         default value.
4744         (wl-draft-reply-without-argument-list): Ditto.
4745
4746 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4749         (wl-message-buffer-prefetch-idle-time): Ditto.
4750         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4751
4752 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4753
4754         * wl-thread.el (wl-thread-insert-message): Use
4755         wl-summary-max-thread-depth.
4756
4757         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4758         loop detection.
4759
4760         * wl-message.el (wl-message-buffer-display): Back to the first page
4761         when cache is hit.
4762
4763 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4764
4765         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4766
4767         * wl-summary.el (wl-summary-insert-thread-entity):
4768         If the thread depth is reached to wl-summary-max-thread-depth,
4769         divide the thread.
4770
4771 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4772
4773         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4774         for elmo-remove-passwd.
4775
4776 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4779         folder is sticky.
4780         (wl-folder-mark-as-read-all-entity): Ditto.
4781         (wl-folder-prefetch-entity): Ditto.
4782
4783 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4784
4785         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4786
4787 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4790         Delete messages on buffer for unplugged operation.
4791         (wl-summary-erase): Ditto.
4792
4793 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4794
4795         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4796         take nil so as not to search parent by subject.
4797
4798 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4801         (wl-folder-get-next-folder): Ditto.
4802         (wl-folder-get-path): Ditto.
4803
4804 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4807         system and encode the region with it before verifying.
4808
4809 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4812         system of the echo buffer before decoding.
4813
4814 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4817         original contents.
4818
4819 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4822         with argument 'any-exists.
4823
4824 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4827         Use `wl-cs-autoconv'.
4828
4829 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4832         by `mime-view-automatic-conversion'.
4833
4834         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4835         (wl-message-verify-pgp-nonmime): Ditto.
4836         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4837         Bind them to C-c:d and C-c:v respectively.
4838
4839         Merge following code by Teranishi-san from [wl-en:00167].
4840         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4841         (wl-mime-preview-application/pgp-encrypted): Ditto.
4842         (wl-mime-setup): Add entry.
4843
4844 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-summary.el (wl-summary-target-mark-erase): New function.
4847         Bind it to "mD".
4848
4849 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-vars.el (wl-draft-write-file-function): Fix.
4852         (wl-draft-reedit-hook): Changed default value.
4853
4854         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4855         wl-draft-reedit-hook.
4856         (wl-draft-remove-text-plain-tag): New function.
4857         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4858
4859         * wl-vars.el (wl-draft-write-file-function): New user option.
4860
4861         * wl-draft.el (wl-draft-prepare-edit): Use it for
4862         local-write-file-hooks.
4863         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4864
4865         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4866         (wl-draft-insert-mail-header-separator): Return the body beginning
4867         point.
4868         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4869         text/plain.
4870         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4871
4872 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4873
4874         * wl-summary.el (wl-summary-erase): New function to erase message
4875         without moving it to trash. Bind to "D".
4876
4877         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4878         as `keep' unless switch-function.
4879
4880 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4883         message buffer by using `wl-summary-toggle-disp-msg'.
4884         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4885         buffer window.
4886         (wl-summary-supresedes-message): Ditto.
4887
4888         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4889         Do not delete other windows.
4890         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4891         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4892         (wl-draft-create-buffer): Set reply-or-forward also for target
4893         mark commands.
4894
4895 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4896
4897         * wl-draft.el (wl-user-agent-compose): Delete special case for
4898         switch-to-buffer-other-window.
4899
4900         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4901         (wl-summary-forward): Ditto.
4902
4903         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4904         function.
4905         (wl-draft-buffer-style): New use option.
4906
4907         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4908         (wl-draft): Follow the change above.
4909         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4910         wl-draft-buffer-style.
4911         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4912         switch-function.
4913
4914 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4915
4916         * wl-address.el (wl-address-make-completion-entry): Extracted from
4917         `wl-address-make-completion-list'.
4918         (wl-address-enable-strict-loading): New variable.
4919         (wl-address-make-completion-list): Revive petname duplication
4920         inquiry, and enable it if `wl-address-enable-strict-loading'.
4921         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4922
4923 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-message.el (wl-message-get-original-buffer): Avoid
4926         'Selecting deleted buffer' error when original buffer is killed.
4927
4928 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-summary.el (wl-summary-next-message): Use
4931         elmo-message-accessible-p instead of elmo-message-cached-p.
4932
4933 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4936
4937         * wl-thread.el (wl-thread-open-all-unread): Use
4938         elmo-folder-list-flagged instead of
4939         elmo-folder-list-messages-mark-match.
4940
4941         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4942         instead of elmo-folder-list-messages-mark-match.
4943         (wl-summary-move-spec-alist): New variable.
4944         (wl-summary-move-spec-plugged-alist,
4945         wl-summary-move-spec-unplugged-alist): Abolish.
4946         (wl-summary-next-message): Follow the change above.
4947         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4948         with 'no-msg' argument.
4949
4950         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4951         variable.
4952         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4953         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4954         (wl-message-buffer-prefetch-get-next): Follow the change above.
4955
4956 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4957
4958         * wl-version.el (wl-version): Changed codename.
4959
4960         * Version number is increased to 2.11.0.
4961
4962 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4963
4964         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4965         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4966         `wl-draft-config-variables'.
4967         (wl-draft-kill): Fixed problem when the draft is reedit.
4968
4969 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4972         buffer-modified status (Thanks to
4973         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4974
4975 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-util.el (wl-region-exists-p): New function.
4978
4979         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4980         Remove defvars for byte-compile warnings.
4981
4982 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4983
4984         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4985         defvar-maybe. Removed unused bind.
4986
4987 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4990         summary buffer window before creating new frame.
4991         (wl-draft-reply): Ditto.
4992
4993 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4994
4995         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4996
4997 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4998
4999         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5000
5001 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5002
5003         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5004         instead of `kill-region'.
5005
5006 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5009         (wl-highlight-summary-line-string): Use it.
5010         (wl-highlight-summary-current-line): Ditto.
5011
5012         * wl-mime.el (wl-message-delete-current-part): Check the class of
5013         mime-entity.
5014
5015         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5016
5017         * wl-summary.el (wl-summary-make-number-list): Initialize.
5018         (wl-summary-update-mark): New function.
5019         (wl-summary-reply): Put `answered' mark on the message.
5020         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5021
5022         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5023         (wl-draft-reply): Added optional argument `number';
5024         Set wl-draft-parent-number.
5025         (wl-draft-kill): Delete answered mark if it is a reply.
5026
5027 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5030         that originates in mime-preview-follow-current-entity.
5031         (wl-draft-yank-current-message-entity): Use it if region is active.
5032
5033         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5034         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5035         `wl-message-delete-current-part'.
5036         * wl-mule.el (wl-message-define-keymap): Ditto.
5037         * wl-xmas.el (wl-message-define-keymap): Ditto.
5038
5039 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl-mime.el (wl-message-delete-current-part): New function.
5042         (wl-mime-node-id-to-string): Ditto.
5043
5044         * wl-mime.el (wl-message-delete-current-part): Use existing
5045         original buffer which corresponds current mime-view buffer.
5046         (fetched buffer might have different structure, possibly)
5047
5048         * wl-mime.el (wl-message-delete-current-part): Quit if the
5049         message content differs from the actual message.
5050
5051 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5052
5053         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5054         order.
5055         (wl-summary-search-by-subject): Search parent message from tail;
5056         Check the existence of the parent message on the current thread tree.
5057         (wl-summary-update-thread): Check whether the line is inserted.
5058
5059 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5060
5061         * wl-vars.el (wl-summary-line-format): Undo last change.
5062         * wl-summary.el (wl-summary-print-destination): Do not put
5063         invisible property when `wl-summary-width' is nil.
5064         (wl-summary-line-subject-minimum-length): Abolished.
5065         (wl-summary-line-subject): Ditto.
5066
5067 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-vars.el (wl-summary-line-format): Change default value.
5070         (wl-summary-subject-length-limit): Abolished.
5071         * wl-summary.el (wl-summary-line-subject): Ditto.
5072
5073 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5074
5075         * wl-template.el (wl-template-select): Added optional argument.
5076         If optional argument is specified, reverse
5077         `wl-template-visible-select'.
5078
5079 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5080
5081         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5082         Take prefix argument to force asking the destination folder.
5083
5084 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5085
5086         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5087         count and update status.
5088
5089 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * wl-summary.el (wl-summary-redisplay-internal): If
5092         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5093         after fetching.
5094
5095 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5096
5097         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5098         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5099
5100         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5101
5102 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5105         (All other related portions are changed).
5106         (wl-summary-mark-as-read-all): Rewrite.
5107
5108 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5111         `wl-summary-mark-as-read'.
5112         (wl-summary-mark-as-unread): Rewrite.
5113         (wl-summary-mark-as-read): Added no-modeline argument.
5114         (wl-summary-resume-cache-status): Rewrite.
5115         (wl-summary-exec-subr): Remove unused local variable.
5116
5117 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5120         logic to call `wl-summary-buffer-prev-folder-function'.
5121         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5122
5123 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5126         is nil.
5127
5128 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5131         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5132         (wl-mime-setup): Add its entry.
5133
5134 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5137         (wl-summary-delete-cache): Likewise.
5138         (wl-summary-mark-as-read): Rewrite.
5139
5140 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5143         `wl-summary-count-unread'.
5144
5145         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5146
5147         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5148
5149 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5152         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5153         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5154         Renamed to the elmo-msgdb-*-mark.
5155         (wl-summary-score-marks): Follow the change above.
5156         (wl-summary-auto-refile-skip-marks): Ditto.
5157         (wl-summary-incorporate-marks): Ditto.
5158         (wl-summary-expire-reserve-marks): Ditto.
5159
5160         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5161         changes.
5162         (wl-thread-insert-top): Changed updating message.
5163
5164         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5165         variable.
5166         (wl-summary-count-unread): Count answered marks.
5167         (wl-summary-rescan): Call wl-summary-insert-message instead of
5168         wl-summary-append-message-func-internal.
5169         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5170         (wl-summary-prefetch-msg): Follow the variable name changes.
5171         (wl-summary-prefetch-region): Ditto.
5172         (wl-summary-mark-as-read-all): Follow the API changes;
5173         Don't call elmo-folder-replace-marks.
5174         (wl-summary-delete-cache): Follow the variable name changes.
5175         (wl-summary-resume-cache-status): Ditto.
5176         (wl-summary-update-status-marks): New function.
5177         (wl-summary-insert-message): New function.
5178         (wl-summary-sync-marks): Follow the variable name changes.
5179         (wl-summary-sync-update): Synchronize to the msgdb, too;
5180         Changed update messages.
5181         (wl-summary-make-number-list): Rewrite.
5182         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5183         (wl-summary-mark-as-unread): Follow the API changes.
5184         (wl-summary-exec-subr): Follow the variable name changes.
5185         (wl-summary-mark-as-read): Ditto.
5186         (wl-summary-move-spec-plugged-alist): Ditto.
5187         (wl-summary-move-spec-unplugged-alist): Ditto.
5188         (wl-summary-cursor-move-surface): Ditto.
5189
5190         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5191         variable name changes.
5192         (wl-highlight-summary-current-line): Ditto.
5193
5194         * wl-expire.el (wl-expire-refile): Follow the API change in
5195         elmo-folder-move-messages.
5196         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5197         (wl-summary-archive): Use elmo-folder-msgdb instead of
5198         elmo-msgdb-load.
5199
5200 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5201
5202         * wl-mime.el (wl-draft-preview-message): Restore the position
5203         before evaluating wl-draft-send-hook in preview buffer.
5204
5205 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5206
5207         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5208         when it creates new draft buffer.
5209
5210         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5211         without argument.
5212
5213         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5214         Evaluate content and if the value is string, insert it.
5215         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5216         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5217         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5218         wl-draft-config-sub-part-bottom): Use it.
5219
5220         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5221         with the folder name. The question was unintelligible when it is
5222         called from wl-save-status.
5223
5224 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5227         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5228         cannot take second argument).
5229
5230 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5231
5232         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5233         as t. Since type and subtype are not case sensitive (RFC 2045).
5234
5235 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-vars.el (wl-message-mode-line-format): New variable.
5238         (wl-message-mode-line-format-spec-alist): Ditto.
5239         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5240         (wl-message-redisplay): Use wl-message-mode-line-format.
5241
5242 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5245
5246 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5247
5248         * wl-summary.el (wl-summary-default-from): Write description.
5249
5250 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-vars.el (wl-ldap-objectclass): Abolish.
5253
5254         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5255         (wl-ldap-make-filter): Removed condition for objectclass.
5256         (wl-ldap-make-matched-value-list): Remove meaningless process.
5257         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5258         (wl-address-ldap-search): Don't add `*' to `pat' string;
5259         use ignore-errors; added `email';
5260         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5261         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5262         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5263
5264
5265 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5266
5267         * wl-draft.el (wl-draft-parent-folder): Write description.
5268         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5269
5270 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5273         as "" (zero-length string) if no parent.
5274         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5275
5276 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-address.el (wl-address-make-completion-list): Skip duplication
5279         checking.
5280         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5281         `append'.
5282
5283 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5284
5285         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5286         instead of `beginning-of-buffer'.
5287
5288 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5291
5292 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5295         Refer wl-message-buffer-name.
5296         (wl-message-wheel-down): Ditto.
5297
5298 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-vars.el (wl-message-buffer-name): New user option.
5301
5302         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5303         directly instead of making alist dinamically.
5304
5305         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5306         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5307         wl-message-buffer-cache-name.
5308         (wl-message-buffer-cache-clean-up): Ditto.
5309
5310         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5311
5312         * Version number is increased to 2.9.15.
5313
5314 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5315
5316         * wl-vars.el (wl-summary-default-view-alist): New user option.
5317
5318         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5319
5320         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5321         while deleting address.
5322         (wl-draft-delete-myself-from-cc): Ditto.
5323
5324         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5325         If optional argument is specified, reverse sort order.
5326
5327         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5328
5329 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-thread.el (wl-thread-insert-message): Return parent number if
5332         exists.
5333         (wl-thread-update-indent-string-region): Use
5334         wl-thread-update-line-on-buffer-sub instead of
5335         wl-thread-update-line-on-buffer.
5336
5337 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5338
5339         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5340         (wl-folder-close-all): Ditto.
5341
5342 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5343
5344         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5345         and mailing-list:.
5346         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5347         value.
5348         (wl-summary-line-list-info): Print mailing-list name even when 
5349         list-number is empty.
5350
5351 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5354
5355         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5356         (wl-draft-open-file): Ditto.
5357         (wl-draft-random-alphabet): Ditto.
5358
5359         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5360         bindings.
5361
5362 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5363
5364         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5365         * wl-vars.el (wl-draft-config-alist): Ditto.
5366
5367 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5368
5369         * Version number is increased to 2.9.14.
5370
5371         * wl.el (wl): Don't set wl-init as nil when error occured while
5372         auto-checking folders.
5373
5374         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5375         `elmo-expand-newtext'.
5376
5377 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5378
5379         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5380         `this-command' so that `wl-folder-goto-folder' contained in
5381         `wl-summary-keep-cursor-command' work.
5382
5383 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5386         message buffer displaying state.
5387
5388 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-vars.el (wl-summary-default-view): New variable to specify
5391         default value for `wl-summary-buffer-view' instead of using
5392         set-default.
5393         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5394
5395 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5398
5399         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5400
5401 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5402
5403         * wl-vars.el (wl-forward-subject-prefix): New variable.
5404         * wl-draft.el (wl-draft-forward): Use it.
5405
5406 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5407
5408         * wl-message.el (wl-message-prev-page): When it is called without
5409         lines argument, scroll down by wl-message-scroll-amount lines.
5410         (wl-message-next-page): Ditto.
5411         * wl-vars.el (wl-message-scroll-amount): Change default value
5412         to preserve current behavior.
5413
5414 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5415
5416         * wl-summary.el (wl-summary-prefetch-msg): Bind
5417         `wl-message-entity' to call `wl-summary-from-function'.
5418
5419 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5420
5421         * wl-message.el (wl-message-buffer-create): Run
5422         wl-message-buffer-created-hook.
5423
5424 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-summary.el (wl-summary-sort-specs): New variable.
5427         (wl-summary-default-sort-spec): Ditto.
5428         (wl-summary-sort): Rewrite.
5429         (wl-summary-sort-by-list-info): New function.
5430
5431 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5432
5433         * wl-summary.el (wl-summary-get-list-info): New function.
5434         (wl-summary-sort): Rewrite.
5435         (wl-summary-line-list-info): Ditto.
5436         (wl-summary-line-list-count): Ditto.
5437         (wl-summary-refile-region): Fixed docstring.
5438
5439 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5440
5441         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5442         `wl-folder-entity-hashtb' as completion table.
5443
5444 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5447         only when this command is called interactively; silence the byte-
5448         compiler.
5449
5450 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5451
5452         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5453         active in XEmacs.
5454
5455 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5456
5457         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5458         plural lines.
5459
5460 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5461
5462         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5463         of current line when the cursor is on the header name.
5464         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5465
5466 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5467
5468         * wl-util.el (wl-read-directory-name): Return displayed directory
5469         as the default value also on XEmacs.
5470
5471 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5472
5473         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5474         formatting.
5475
5476 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5477
5478         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5479         argument and when it is non-nil, check face property before
5480         highlighting for each line.
5481         (wl-highlight-summary-window): Set it.
5482
5483 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5486         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5487
5488         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5489         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5490         (wl-draft-get-fcc-list): Likewise.
5491
5492 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5495         (wl-thread-entity-cur): Ditto.
5496         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5497         wl-thread-indent-regexp setting.
5498         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5499
5500         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5501         wl-summary-lazy-highlight.
5502         (wl-summary-display-bottom): Ditto.
5503
5504         * wl-thread.el (wl-thread-open-close): Likewise.
5505
5506         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5507         from and subject;
5508         Bind wl-draft-use-frame;
5509         Enclose with save-window-excursion;
5510         Use wl-draft-create-buffer instead of with-temp-buffer;
5511         Use wl-draft-prepare-edit;
5512         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5513         Use wl-draft-send instead of wl-draft-raw-send.
5514
5515 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5516
5517         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5518         of using wl-from.
5519
5520 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5523         insert-buffer instead of clone-buffer.
5524         (wl-draft-doing-mime-bcc): New variable.
5525         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5526         infinite loop.
5527         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5528
5529         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5530         (wl-draft-mime-bcc-body): Ditto.
5531
5532         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5533         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5534         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5535         wl-draft-do-mime-bcc.
5536         (wl-draft-mime-bcc-field): New function.
5537         (wl-draft-do-mime-bcc): Ditto.
5538
5539         * wl-address.el (wl-address-complete-header-list): New variable.
5540         (wl-address-complete-header-regexp): Changed default value.
5541
5542         * Version number is increased to 2.9.13.
5543
5544 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5547         it is differed.
5548
5549 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5550
5551         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5552         (wl-summary-line-list-count): Ditto.
5553
5554 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5555
5556         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5557         (wl-nntp-posting-function): New variable.
5558         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5559         `wl-nntp-posting-config-alist'.
5560
5561 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5562
5563         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5564         FLIM.
5565
5566 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5567
5568         * wl-summary.el (wl-summary-target-mark-refile-sub):
5569         Remove a nuisance funcall.
5570
5571 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5574         as t for `try-completion'.
5575
5576 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5577
5578         * wl-summary.el (wl-summary-default-from): Use
5579         wl-address-header-extract-address instead of
5580         std11-extract-address-components.
5581         (wl-summary-simple-from): Ditto.
5582         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5583         (wl-summary-insert-headers): Show message.
5584         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5585         for whole line.
5586         (wl-summary-default-from): Revert last change.
5587         (wl-summary-simple-from): Ditto.
5588         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5589         (wl-summary-mark-as-read-region): Follow the change above.
5590         (wl-summary-sync-marks): Ditto.
5591         (wl-summary-target-mark-mark-as-read): Ditto.
5592         (wl-summary-redisplay-internal): Ditto.
5593         (wl-summary-redisplay-no-mime-internal): Ditto.
5594         (wl-summary-redisplay-all-header): Ditto.
5595         (wl-summary-mark-as-read): Removed argument `cached';
5596         Use current cache status to set cache mark.
5597         (wl-summary-redisplay-internal): Follow the change above.
5598         (wl-summary-redisplay-no-mime-internal): Ditto.
5599         (wl-summary-redisplay-all-header): Ditto.
5600
5601         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5602
5603         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5604         Don't call itself recursively (Adviced by Yamaoka-san).
5605
5606 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5607
5608         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5609         bind wl-summary-highlight as nil to avoid error caused by missing
5610         local variables.
5611
5612 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-vars.el (wl-invalid-character-message): New user option.
5615
5616         * wl-util.el (wl-set-string-width): If truncated string-width is
5617         larger than specified width, use `wl-invalid-character-message'.
5618
5619 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5620
5621         * wl-summary.el (wl-summary-prefetch-msg): 
5622         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5623
5624 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl-vars.el (wl-summary-check-line-format): New user option.
5627         (wl-summary-line-format-file): Ditto.
5628
5629         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5630         variable.
5631         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5632         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5633         and `wl-summary-view-old-p' to check whether do a rescan or not.
5634         (wl-summary-view-old-p): New function.
5635         (wl-summary-line-format-changed-p): Ditto.
5636         (wl-summary-line-format-save): Ditto.
5637         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5638
5639         * wl-util.el (wl-set-string-width): Avoid using negative number
5640         for make-string.
5641
5642 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5643
5644         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5645         return value.
5646
5647         * wl-util.el (wl-set-string-width): Added optional argument
5648         `padding' (All other related portions are changed).
5649         (wl-line-parse-format): If the first letter of column number is
5650         `0', zero-padding the result (ex: "%05l").
5651
5652         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5653
5654 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5657         sequential summary view.
5658
5659 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5662         if it doesn't have a -unix version.
5663
5664 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5667
5668 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5671         content.
5672         (wl-draft): Follow the change above.
5673
5674         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5675
5676         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5677         and wl-folder-summary-line-format-alist contain %T and %P.
5678
5679         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5680         (wl-summary-mode-line-format): New user option.
5681         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5682         (wl-summary-line-format): Changed default value.
5683         (wl-summary-lazy-highlight): Changed default value.
5684
5685         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5686         change in wl-summary-create-line.
5687         (wl-thread-insert-entity-sub): Ditto.
5688
5689         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5690         (wl-summary-buffer-unread-status): Ditto.
5691         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5692         (wl-summary-buffer-persistent-mark-column): Ditto.
5693         (wl-summary-buffer-mode-line-formatter): Ditto.
5694         (wl-summary-buffer-mode-line): Ditto.
5695         (wl-summary-message-regexp): Abolished.
5696         (All other related portions are changed.)
5697         (wl-summary-detect-mark-position): New function.
5698         (wl-summary-buffer-set-folder): Setup
5699         wl-summary-buffer-mode-line-formatter.
5700         (wl-summary-mode): Setup selective-display;
5701         Setup pre-idle-hook when xemacs.
5702         (wl-summary-update-modeline): Rewrite.
5703         (wl-summary-jump-to-msg): Define as function;
5704         Changed regexp for searching messages.
5705         (wl-summary-message-number): Rewrite.
5706         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5707         Do rescan when old type summary cache.
5708         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5709         (wl-summary-remove-destination): Use '\r' to detect EOL.
5710         (wl-summary-print-destination): Ditto.
5711         (wl-summary-temp-mark): New inline function.
5712         (wl-summary-persistent-mark): Ditto.
5713         (wl-summary-line-number): New function.
5714         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5715         (wl-summary-line-list-count): New function.
5716         (wl-summary-create-line): Added argument persistent-mark.
5717         (All other related portions are changed)
5718         (wl-summary-create-line): Insert '\r'.
5719         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5720         (wl-summary-cursor-move-surface): New inline function.
5721         (wl-summary-prev): Use it.
5722         (wl-summary-next): Ditto.
5723
5724         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5725         wl-summary-message-regexp.
5726         (wl-highlight-summary): Delete progress message.
5727         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5728
5729         * Version number is increased to 2.9.12.
5730
5731 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5732
5733         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5734         variable (nil: no minimum).
5735         (wl-summary-line-subject): Add some spaces after subject by
5736         wl-summary-line-subject-minimum-length.
5737
5738 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5739
5740         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5741         and removed `F'.
5742         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5743         change above).
5744
5745 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-summary.el (wl-summary-line-list-count): Reverted.
5748         (example setting in samples/*/dot.wl is also updated)
5749
5750 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5753
5754         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5755
5756         * wl-vars.el (wl-summary-line-format): Addes some description to the
5757         docstring.
5758
5759         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5760         (wl-summary-line-close-bracket): Ditto.
5761         (wl-summary-line-children-number): Ditto.
5762         (wl-summary-line-thread-indent): Ditto.
5763         (wl-summary-line-children-and-from): Ditto.
5764
5765         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5766         't', 'c', 'F' and added 'C'.
5767
5768         * wl-util.el (wl-set-string-width): Accept negative value.
5769         (wl-line-parse-format): Added "%number(" and "%)".
5770
5771 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5772
5773         * wl-summary.el (wl-summary-line-list-count): Change format of the
5774         return value.
5775
5776 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5777
5778         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5779         from the recent message.el.
5780         (wl-draft-point-in-header-p): Ditto.
5781         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5782         wl-draft-beginning-of-line.
5783         * wl-e21.el (wl-draft-mode-map): Ditto.
5784         * wl-xmas.el (wl-draft-mode-map): Ditto.
5785
5786         * wl-folder.el: Sort macrodefs by dependencies.
5787
5788 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5789
5790         * wl-summary.el (wl-summary-prev): Fixed regexp.
5791         (wl-summary-next): Ditto.
5792
5793 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5794
5795         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5796
5797 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5798
5799         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5800         for backward compatibility.
5801
5802 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-summary.el (wl-summary-line-list-count): New function, merged
5805         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5806         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5807         list counts.
5808
5809 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-summary.el (wl-summary-create-line): Ignore errors while
5812         timezone-fix-time.
5813
5814         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5815
5816         * wl-summary.el (wl-summary-sync-update): Ditto.
5817         (wl-summary-default-from): Use wl-message-entity
5818         instead of entity.
5819
5820         * wl-summary.el (wl-summary-create-line): Fix.
5821
5822         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5823         (wl-summary-line-format): New user option.
5824         (wl-folder-summary-line-format-alist): Ditto.
5825         (wl-summary-from-width): Abolished.
5826
5827         * wl-util.el (toplevel): Require 'bytecomp.
5828         (wl-line-parse-format): New function.
5829         (wl-line-formatter-setup): New macro.
5830
5831         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5832         (wl-summary-buffer-line-formatter): New buffer local variable.
5833         (wl-summary-switch-to-clone-buffer): Follow the change above.
5834         (wl-summary-message-regexp): Fix.
5835         (wl-summary-from-func-internal): Abolished.
5836         (wl-summary-subject-func-internal): Ditto.
5837         (wl-summary-subject-filter-func-internal): Ditto.
5838         (All other related portions are changed.)
5839         (wl-summary-buffer-set-folder):
5840         Set up wl-summary-buffer-number-column and 
5841         wl-summary-buffer-line-formatter
5842         (All other related portions are changed.)
5843         (wl-summary-buffer-number-column-detect): Abolished.
5844         (All other related portions are changed.)
5845         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5846         (wl-summary-delete-all-temp-marks-on-buffer): Use
5847         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5848         (wl-summary-target-mark-delete): Ditto.
5849         (wl-summary-target-mark-refile-subr): Ditto.
5850         (wl-summary-target-mark-mark-as-read): Ditto.
5851         (wl-summary-target-mark-mark-as-unread): Ditto.
5852         (wl-summary-target-mark-mark-as-important): Ditto.
5853         (wl-summary-target-mark-save): Ditto.
5854         (wl-summary-replace-status-marks): Renamed from
5855         wl-summary-set-status-marks-on-buffer;
5856         Use wl-summary-message-regexp instead of
5857         wl-summary-buffer-number-regexp.
5858         (wl-summary-sync-update): Follow the change above.
5859         (wl-summary-goto-previous-message-beginning): New function.
5860         (wl-summary-mark-as-unread): Use it.
5861         (wl-summary-mark-as-important): Ditto.
5862         (wl-summary-line-formatter): New variable.
5863         (wl-summary-line-year): New function.
5864         (wl-summary-line-day): Ditto.
5865         (wl-summary-line-day-of-week): Ditto.
5866         (wl-summary-line-hour): Ditto.
5867         (wl-summary-line-minute): Ditto.
5868         (wl-summary-line-open-bracket): Ditto.
5869         (wl-summary-line-close-bracket): Ditto.
5870         (wl-summary-line-children-number): Ditto.
5871         (wl-summary-line-thread-indent): Ditto.
5872         (wl-summary-line-size): Ditto.
5873         (wl-summary-line-subject): Ditto.
5874         (wl-summary-line-from): Ditto.
5875         (wl-summary-line-children-and-from): Ditto.
5876         (wl-summary-create-line): Rewritten.
5877         (wl-summary-format-date): Abolished.
5878
5879         * wl-highlight.el (wl-highlight-summary-current-line): Use
5880         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5881         Use thread structure to detect thread top message.
5882
5883         * wl-draft.el (wl-default-draft-cite): Don't use
5884         wl-summary-from-func-internal.
5885
5886         * wl-refile.el (wl-refile-subject-learn): Don't use
5887         wl-summary-subject-filter-func-internal.
5888         (wl-refile-guess-by-subject): Ditto.
5889
5890         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5891         parameters.
5892
5893         * wl-thread.el (wl-thread-update-indent-string-region):
5894         Use wl-thread-update-line-on-buffer instead of
5895         wl-thread-update-indent-string.
5896         (wl-thread-update-children-number): Redefine using
5897         wl-thread-update-line-on-buffer.
5898         (wl-thread-update-indent-string): Abolished.
5899
5900         * Version number is increased to 2.9.11.
5901
5902 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5905         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5906         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5907
5908         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5909         as nil.
5910
5911         * wl-thread.el (wl-thread-open-all-unread): Use 
5912         elmo-folder-list-messages-mark-match.
5913         (wl-thread-insert-message): Removed argument `mark-alist'.
5914         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5915         elmo-msgdb-set-mark.
5916         (wl-thread-get-children-msgs-uncached): Likewise.
5917         (wl-thread-get-exist-children): Added argument include-self.
5918         (wl-thread-delete-message): Follow the change above.
5919
5920         * wl-summary.el (wl-summary-count-unread): Removed argument.
5921         (wl-summary-rescan): Follow the change above.
5922         (wl-summary-mark-as-read-region): Ditto
5923         (wl-summary-mark-as-unread-region): Ditto.
5924         (wl-summary-delete-messages-on-buffer): Ditto.
5925         (wl-summary-sync-update): Ditto.
5926         (wl-summary-switch-to-clone-buffer): Ditto.
5927         (wl-summary-goto-folder-subr): Ditto.
5928         (wl-summary-target-mark-mark-as-read): Ditto.
5929         (wl-summary-target-mark-mark-as-unread): Ditto.
5930         (wl-summary-target-mark-mark-as-important): Ditto.
5931         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5932         (wl-summary-update-thread): Removed argument `mark-alist'.
5933         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5934         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5935         (wl-summary-resume-cache-status): Likewise.
5936         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5937         elmo-msgdb-set-mark.
5938         (wl-summary-mark-as-read-all): Likewise.
5939         (wl-summary-delete-cache): Ditto.
5940         (wl-summary-auto-select-msg-p): Ditto.
5941         (wl-summary-mark-as-unread): Ditto.
5942         (wl-summary-no-auto-refile-message-p): Ditto.
5943         (wl-summary-mark-as-read): Ditto.
5944         (wl-summary-mark-as-important): Ditto.
5945         (wl-summary-auto-refile): Follow the change above.
5946         (wl-summary-delete-all-marks): Removed.
5947         (wl-summary-resume-marks-and-highlight): Ditto.
5948         (wl-summary-resume-marks): Ditto.
5949         (wl-summary-delete-important-msgs-from-list): Ditto.
5950         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5951
5952         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5953         wl-summary-count-unread.
5954
5955         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5956         (wl-summary-score-update-all-lines): Use
5957         elmo-msgdb-set-mark.
5958
5959 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5962         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5963         (wl-summary-create-line): Renamed from
5964         wl-summary-overview-create-summary-line;
5965         Argument rearrangement.
5966         (wl-summary-update-thread): Follow the change above.
5967
5968         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5969         (wl-thread-insert-entity-sub): Likewise.
5970
5971         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5972         argument `overview', `mark-alist' and added `msgdb'.
5973
5974         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5975
5976         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5977         (wl-summary-rescan): Follow the change above.
5978         (wl-summary-sync-update): Ditto.
5979         (wl-summary-insert-thread-entity): Ditto;
5980         Don't use `let*' in every while loop;
5981         Detect infinite loop of threads.
5982         (wl-summary-update-thread): Removed argument `overview'.
5983
5984         * wl-thread.el (wl-thread-insert-message): Ditto.
5985
5986         * Version number is increased to 2.9.10.
5987
5988         * wl-message.el (wl-message-redisplay): Ignore errors while
5989         wl-message-redisplay-hook.
5990
5991 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5992
5993         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5994
5995 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl.el (wl): inhibit-quit while wl-folder.
5998
5999 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6002         while msgdb access.
6003
6004 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6005
6006         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6007         even if no folder is not created.
6008
6009 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6012
6013         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6014         implementation.
6015         (wl-summary-target-mark-thread): Ditto.
6016
6017         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6018
6019 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * wl-util.el (wl-display-bytes): Remove unused function.
6022
6023 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6024
6025         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6026         seems critical one (partially reverse the change in 2002/03/17).
6027
6028 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6029
6030         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6031         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6032
6033 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6034
6035         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6036         is not writable.
6037         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6038         plugged status instead of `'force' as 2nd argument.
6039
6040         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6041         is not creatable.
6042
6043         * Version number is increased to 2.9.9.
6044
6045 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6046
6047         * wl-summary.el (wl-summary-suspend): New function.
6048
6049 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6050
6051         * wl.el (wl): Do not check variables if check is nil.
6052         * wl-utils.el (wl-collect-draft): New function.
6053         * wl-folder.el (wl-folder-suspend): Put summary buffers
6054         and draft buffers at the end of buffer list.
6055         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6056
6057 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6058
6059         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6060         loop instead of recursive call.
6061
6062         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6063         2nd argument.
6064
6065 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6066
6067         * wl-draft.el (wl-draft-create-contents): Don't take neither
6068         (function . args) nor (string . something) any more.
6069
6070         * wl-version.el (wl-generate-user-agent-string): Return string
6071         without header symbol.
6072         * wl-draft.el (wl-draft-default-headers): Use it.
6073
6074         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6075         `wl-draft-insert-ccs' and return field value instead of inserting
6076         the header. Abolish cc argument.
6077         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6078
6079         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6080         rather than one with string car.
6081
6082         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6083         * wl-draft.el (wl-draft-create-contents): Add it after the default
6084         headers.
6085
6086         * wl-draft.el (wl-draft-create-contents): For the case of
6087         (symbol-or-string . function) insert header only when the function
6088         returns string value.
6089
6090 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6091
6092         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6093         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6094
6095 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6096
6097         * wl.el (wl-check-environment): Don't check Message-ID when
6098         `wl-insert-message-id' is nil.
6099         Revive checking if `wl-message-id-domain' contains "@".
6100
6101 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl.el (wl-check-environment): Merge examination for "@" at
6104         inappropriate position into the first string-match.
6105
6106         * wl-summary.el (wl-summary-target-mark-print): New function.
6107         (wl-summary-pipe-message-subr): Extracted from
6108         `wl-summary-pipe-message'.
6109         (wl-summary-target-mark-pipe): New function.
6110         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6111         `wl-summary-target-mark-pipe'.
6112
6113 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6116
6117 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6118
6119         * wl.el (wl-check-environment): Use elmo-warning instead of
6120         error for non-critical ones.
6121         Remove trash folder check.
6122         (wl): Don't ignore error in wl-check-environment.
6123
6124         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6125         check, which is moved from `wl-check-environment'.
6126         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6127
6128 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6129
6130         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6131         guess anything, call wl-summary-write.
6132         (wl-summary-write): Create draft with blank To field.
6133         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6134
6135 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6138         argument full as well for wl-folder-write-current-folder.
6139         If wl-*-write-current-folder cannot guess addressee, add blank
6140         To header.
6141         Rewrite condition for positioning cursor.
6142
6143 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6144
6145         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6146         summary buffer is present, use it.
6147         (wl-folder-jump-to-previous-summary): Ditto.
6148
6149 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6152
6153         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6154         wl-summary-previous-buffer and wl-summary-next-buffer.
6155
6156         * wl-folder.el (wl-folder-mode-map): Bind
6157         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6158         (wl-folder-jump-to-next-summary): New function.
6159         (wl-folder-jump-to-previous-summary): Ditto.
6160
6161         * wl-draft.el (wl-draft): Rearranged.
6162
6163 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6166         of header.
6167         (wl-draft): Collect arguments for the header as header-alist.
6168         (wl-draft-forward): Arrange arguments for wl-draft.
6169         (wl-draft-reply): Ditto.
6170         (wl-draft-edit-string): Ditto.
6171         * wl-summary.el (wl-summary-write): Ditto.
6172         (wl-summary-write-current-folder): Ditto.
6173
6174         * Version number is increased to 2.9.8.
6175
6176 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6177
6178         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6179
6180         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6181
6182         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6183         even if the guess failed.
6184
6185         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6186         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6187         wl-summary-write-current-folder.
6188         * wl-xmas.el: Ditto.
6189
6190 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6191
6192         * wl-summary.el (wl-summary-next-page): Force display message if
6193         message is not displayed yet.
6194         (wl-summary-prev-page): Ditto.
6195
6196 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6197
6198         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6199
6200 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6203         add "Preview Message" and "Save Draft and Exit".
6204
6205 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6206
6207         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6208         if addrmgr is called from draft in splitted window.
6209
6210         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6211         * wl-mule.el: Ditto.
6212         * wl-xmas.el: Ditto.
6213
6214 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6217
6218         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6219         * wl-xmas.el (wl-folder-toolbar): Ditto.
6220
6221 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6224         and wl-draft-save-and-exit.
6225         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6226         * wl-xmas.el: Ditto.
6227         * wl-mule.el: Ditto.
6228
6229         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6230         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6231
6232 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6235         lists for saving buffer.
6236
6237 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6238
6239         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6240         parent-folder argument instead of it.
6241         (wl-draft-create-buffer): Ditto.
6242         (wl-draft-forward): Ditto.
6243         (wl-draft-reply): Ditto.
6244         * wl-summary.el (wl-summary-write): Ditto.
6245         (wl-summary-write-current-folder): Ditto.
6246
6247         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6248         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6249         Folder buffer after composing.
6250
6251 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6254         header if the file `wl-x-face-file' already contains it.
6255
6256 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6257
6258         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6259         folder" entry.
6260         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6261         * wl-e21.el (wl-folder-toolbar): Ditto.
6262         * wl-xmas.el (wl-folder-toolbar): Ditto.
6263
6264 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6265
6266         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6267         wl-folder-goto-folder with sticky argument.
6268         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6269
6270 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6273         and wl-summary-previous-buffer.
6274         (wl-summary-next-buffer): New function.
6275         (wl-summary-previous-buffer): Ditto.
6276
6277 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6280         wl-folder-jump-to-current-entity-with-arg.
6281         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6282         `wl-folder-jump-to-current-entity'.
6283         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6284         `wl-summary-goto-folder-sticky'.
6285         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6286         `wl-summary-goto-folder'.
6287         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6288         Unless force-exit, do not clean temp. marks for sticky summary.
6289         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6290
6291 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6294         not entire.
6295
6296 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6299         to `C-x C-s'.
6300         (wl-summary-save-status): New command.
6301         (wl-summary-exit): Don't clean-up temp marks when sticky.
6302         (Applied patch from Nakayama-san [wl: 09548])
6303         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6304         Do nothing when no mark data.
6305         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6306         Call `wl-summary-delete-all-temp-marks' before saving.
6307
6308 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6309
6310         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6311
6312 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6313
6314         * wl.el (wl-check-environment): Also cause error when (system-name)
6315         returns "localhost.localdomain". (Although it doesn't affect because
6316         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6317
6318 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6319
6320         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6321         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6322
6323         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6324         value.
6325
6326 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6329         Likewise r-cc-list and r-ng-list.
6330
6331 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6334         only if it is bound as variable.
6335
6336         * wl-mime.el (wl-draft-preview-message): Ditto.
6337
6338 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6341         needless `goto-char'.
6342
6343         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6344         `wl-summary-redisplay-no-mime-internal' instead of
6345         `wl-summary-redisplay-no-mime'.
6346         (wl-summary-redisplay-no-mime): Changed argument;
6347         Call `wl-summary-redisplay-no-mime-internal'.
6348
6349         * wl-mime.el (wl-draft-preview-message): Bind
6350         `mime-header-encode-method-alist' locally.
6351
6352         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6353         (wl-draft-std11-parse-addresses): Added the first address check.
6354         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6355
6356         * Version number is increased to 2.9.7.
6357
6358 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6359
6360         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6361
6362 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6363
6364         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6365         related to scrollbar support, if there is no such a feature
6366         compiled in.
6367
6368 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6369
6370         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6371         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6372         for prefetch.
6373
6374 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-summary.el (wl-summary-pick): Fix for no match.
6377
6378 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6379
6380         * wl-draft.el (wl-draft-save):
6381         Override `mime-header-encode-method-alist'.
6382
6383 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-folder.el (wl-folder-pick): New function.
6386         Define key as "?".
6387
6388 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6391         Fix for unplugged.
6392
6393 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6394
6395         * wl-folder.el (wl-folder-virtual): New function.
6396         Define key as "V".
6397
6398 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6399
6400         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6401         multi folder if entity is group.
6402
6403 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6404
6405         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6406         is nil.
6407
6408 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6409
6410         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6411         (wl-summary-target-mark-msgs): Return the number of marked messages.
6412
6413 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6414
6415         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6416         "first:" is specified.
6417
6418 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6419
6420         * wl-vars.el (wl-from): Use return value of function
6421         user-full-name instead of the variable user-full-name since
6422         XEmacs-20.4 doesn't set this variable.
6423
6424 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6427         call `wl' directly.
6428
6429 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6430
6431         * wl-draft.el (wl-draft-reedit): Removed duplicated
6432         switch-to-buffers.
6433
6434 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * wl.el (wl-other-frame): Removed garbages.
6437
6438 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6441
6442         * wl-xmas.el (wl-draft-key-setup): Ditto.
6443
6444         * wl-mule.el (wl-draft-key-setup): Ditto.
6445
6446         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6447         (wl-draft-reedit): Ditto.
6448         (wl-draft-prepare-edit): Add `wl-draft-save' to
6449         `local-write-file-hooks'.
6450         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6451         (wl-draft-reedit): Set buffer-file-name.
6452         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6453
6454
6455         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6456         call it.
6457         (wl-delete-startup-frame-function): New variable.
6458         (wl-other-frame): New function
6459         (Original was written by Yamaoka san [wl: 09239]).
6460
6461         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6462         if `wl-folder-use-frame'.
6463
6464 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6467
6468 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6471         New variable.
6472         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6473         (wl-message-buffer-prefetch-get-next): Use them.
6474         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6475
6476 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6479         with unwind-protect.
6480
6481         * wl-draft.el (wl-draft-reedit): Rewrite.
6482         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6483         (wl-draft-save): Insert header separator if it does not exist;
6484         Removed condition-case.
6485
6486         * wl-summary.el (wl-summary-reedit): Revert last change.
6487
6488         * wl-draft.el (wl-draft-save): Rewrite.
6489         (wl-draft-create-buffer): Set buffer-file-name as nil.
6490
6491         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6492
6493         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6494
6495         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6496         nil.
6497
6498 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6501         If count is nil, do not prefetch.
6502         (wl-message-buffer-prefetch-next): Next.
6503
6504 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6505
6506         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6507
6508 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6511         `delete-backward-char'
6512         (wl-draft-prepare-edit): Check major-mode.
6513         (wl-draft-decode-header): Rewrite.
6514         (wl-draft): Fix.
6515
6516 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6519
6520 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6521
6522         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6523         (wl-message-buffer-prefetch-get-next): Remove size checking.
6524         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6525
6526 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6527
6528         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6529         (wl-draft-default-headers): Fix.
6530
6531 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6532
6533         * wl-draft.el (wl-draft-default-headers): Insert return value of
6534         `wl-generate-mailer-string-function'.
6535
6536 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6539         (wl-draft-insert-mail-header-separator): Ditto.
6540
6541         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6542         again (Reverted the change on 2002-01-17 by OKADA san).
6543
6544 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-draft.el (wl-draft): Rewrite.
6547         (wl-draft-create-buffer): New function.
6548         (wl-draft-create-contents): Ditto.
6549         (wl-draft-prepare-edit): Ditto.
6550         (wl-draft-decode-header): Ditto.
6551         (wl-draft-decode-body): Ditto.
6552         (wl-draft-check-new-line): Ditto.
6553         (wl-draft-default-headers): Ditto.
6554         (wl-draft-insert-mail-header-separator): Ditto.
6555
6556 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * Version number is increased to 2.9.6.
6559
6560 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-draft.el (wl-draft-delete-field): Optional argument.
6563         (wl-draft-delete-fields): Ditto.
6564
6565 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6566
6567         * wl-message.el (toplevel): Eliminated byte-compile warning.
6568         for `itimer-function', `delete-timer' and `itimer-list'.
6569
6570 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6571
6572         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6573         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6574         `wl-message-buffer-prefetch-threshold'.
6575         * wl-summary.el (wl-summary-redisplay-internal): Remove
6576         the check of `wl-message-buffer-prefetch-depth'.
6577
6578 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6579
6580         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6581         size of article.
6582         (wl-message-buffer-prefetch-subr): Remove size check.
6583
6584 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6585
6586         * wl-vars.el (wl-plugged): Make customizable.
6587
6588 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6589
6590         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6591         (wl-message-buffer-prefetch-set-timer): New function.
6592         (wl-message-buffer-prefetch-get-next): New function.
6593         (wl-message-buffer-prefetch): New function.
6594         (wl-message-buffer-prefetch-next): Rewrite.
6595         (wl-message-buffer-prefetch-subr): Rewrite.
6596         * wl-vars.el (wl-auto-prefetch-first): New variable.
6597         * wl-summary.el (wl-summary-goto-folder-subr): Call
6598         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6599
6600 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6603         `wl-summary-unread-message-hook'.
6604
6605 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6606
6607         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6608         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6609         if range is `cache-status'.
6610
6611 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-message.el (wl-message-buffer-prefetch-subr):
6614         Improve debug message.
6615
6616 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6619         `wl-mail-send-pre-hook'.
6620         (wl-draft-send-mail-with-qmail): Ditto.
6621         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6622
6623 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-message.el (wl-message-buffer-prefetch-subr):
6626         Fix for cancel-function-timers bug.
6627         (wl-message-buffer-prefetch-debug): Default value is t.
6628
6629 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6630
6631         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6632         (wl-message-buffer-prefetch-subr): Rewrite.
6633         Rename from `wl-message-buffer-prefetch'.
6634
6635 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6636
6637         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6638         (wl-default-draft-cite-decorate-author): Ditto.
6639
6640         * wl-draft.el (wl-draft-cite-function): Removed.
6641         (wl-default-draft-cite-decorate-author): Ditto.
6642
6643 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6644
6645         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6646         (wl-default-draft-cite): Do not arrange author name if the value of
6647         `wl-default-draft-cite-decorate-author' is nil.
6648
6649 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6650
6651         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6652
6653         * wl-folder.el (wl-folder-check-one-entity): Don't care
6654         `elmo-folder-use-flag-p'.
6655
6656 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-folder (wl-folder-check-one-entity): Fix
6659         problem if unread is nil.
6660
6661 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6662
6663         * wl-address.el (wl-address-make-completion-list): Check whether
6664         the address is a group list.
6665         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6666
6667 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6668
6669         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6670         The number of the messages of new and unread does not count
6671         correctly.
6672
6673         * wl-summary.el (wl-summary-count-unread): Changed to return
6674         `(new . unread)' instead of total.
6675         (wl-summary-sync-update): Follow the change above.
6676
6677         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6678
6679 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6680
6681         * wl-address.el (wl-address-make-completion-list): Do not enclose
6682         address by " <" and ">" if associated realname is "".
6683         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6684         This is against the promblem with group list in .addresses pointed
6685         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6686
6687 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6688
6689         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6690         message is a format control string.
6691         * wl-expire.el (wl-expire-append-log): Ditto.
6692         * wl-mime.el (wl-summary-burst-subr): Ditto.
6693         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6694         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6695
6696 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6699         wl.el (wl-check-variables): Rename from `wl-check-type'.
6700         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6701         (wl-check-variables-2): New function.
6702         (wl): Call `wl-check-variables-2'.
6703
6704 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6705
6706         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6707         after renaming folder in access group.
6708
6709 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6710
6711         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6712         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6713         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6714         (wl-message-buffer-prefetch): Rewrite.
6715         (wl-message-buffer-prefetch-idle-time): Removed.
6716         * wl-summary.el (wl-summary-redisplay-internal):
6717         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6718         Error check for `wl-message-buffer-prefetch-depht'.
6719
6720 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * Version number is increased to 2.9.5.
6723         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6724
6725 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6728         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6729         Based on the patch written by
6730         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6731
6732 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6733
6734         * wl-draft.el (wl-draft-raw-send): Fix for
6735         `wl-news-send-pre-hook'
6736
6737 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6738
6739         * wl-utils.el (wl-message-id-function): New variable.
6740         * wl-draft.el (wl-draft-insert-required-fields):
6741         Use `wl-message-id-function'.
6742
6743 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6746         * wl-utils.el (wl-draft-make-message-id-string):
6747         Use `wl-from' for domain part of Message-ID
6748         if `wl-message-id-use-wl-from' if non-nil.
6749         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6750
6751 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl.el (wl): Call `wl-check-type'
6754         Do not 'condition-case'.
6755
6756 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl.el (wl-check-type): New function.
6759         (wl-check-type-variables): New variable.
6760
6761 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6762
6763         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6764
6765 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl-draft.el (wl-smtp-password-key): New function.
6768         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6769         (wl-draft-send-mail-with-smtp): Ditto.
6770         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6771
6772 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6775         * wl-utils.el (wl-unique-id-suffix): Remove.
6776
6777 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6778
6779         * Version number is increased to 2.9.4.
6780
6781 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-utils.el (wl-unique-id-suffix): New variable.
6784         (wl-unique-id): Use `wl-unique-id-suffix'
6785
6786 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6787
6788         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6789         instead of `elmo-msgdb-search'.
6790
6791         * Version number is increased to 2.9.3.
6792
6793 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6794
6795         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6796
6797 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6800         (wl-draft-dispatch-message): Changed for send-later.
6801         (wl-draft-queue-flush): Ditto.
6802         (wl-draft): Clear `wl-sent-message-queued'.
6803         (wl-draft-reedit): Ditto.
6804         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6805         * wl-vars.el (wl-draft-force-queuing): New variable.
6806         (wl-draft-force-queuing-mail): New variable.
6807         (wl-draft-force-queuing-news): New variable.
6808
6809 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6812         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6813
6814 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6815
6816         * Version number is increased to 2.9.2.
6817
6818 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * wl-draft.el (wl-draft-elide-region): New user command.
6821         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6822
6823         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6824         command `wl-draft-elide-region'.
6825         * wl-mule.el: Ditto.
6826         * wl-xmas.el: Ditto.
6827
6828 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6831         (wl-biff-check-folder-async): Removed needless let.
6832
6833 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6836         wl-folder-get-elmo-folder.
6837         (wl-biff-check-folder): Set `biff' argument of
6838         `wl-folder-check-one-entity'.
6839         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6840
6841         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6842         (wl-folder-check-one-entity): Added `biff' argument;
6843         Setup `biff' slot of folder.
6844
6845         * Version number is increased to 2.9.1.
6846
6847 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6850         comment out and fixed.
6851         (wl-fldmgr-add-completion-subr): Ditto.
6852
6853         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6854         and msgdb.
6855
6856         * wl.el (wl-toggle-plugged): Save summary view.
6857
6858 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6861
6862 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6863
6864         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6865
6866 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6869         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6870         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6871
6872         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6873         if it was failed.
6874         (wl-demo): Disable undo in the demo buffer.
6875
6876 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-version.el (wl-version): Changed codename.
6879
6880         * Version number is increased to 2.9.0.
6881
6882 2001-12-14  Takuo KITAME <kitame@northeye.org>
6883
6884         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6885         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6886         (wl-folder-mark-as-read-all-current-entity): Ditto.
6887
6888 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-vars.el (wl-from-width): Define as obsolete variable.
6891         (wl-subject-length-limit): Ditto.
6892
6893         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6894
6895         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6896         wl-summary-save-view.
6897
6898         * wl.el (wl-save-status): Ditto.
6899         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6900
6901         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6902         (wl-summary-exit): Follow the change above.
6903         (wl-summary-goto-folder-subr): Ditto.
6904
6905         * wl-folder.el (wl-folder-create-subr): Don't use
6906         `elmo-folder-creatable-p'.
6907
6908 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6911
6912 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6915         rather than bitmap on Emacs 21.
6916         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6917         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6918         for xbm if the new redisplay engine is not available.
6919
6920 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-folder.el (wl-folder-init-hook): New hook.
6923         (wl-folder-init): Run `wl-folder-init-hook'.
6924
6925 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6928
6929 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-acap.el (wl-acap-cache-filename): New variable.
6932         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6933         (wl-acap-init): Use cache if no ACAP server found.
6934
6935 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6936
6937         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6938         `wl-acap-original-msgdb-dir'.
6939
6940         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6941         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6942
6943         * wl-mime.el (wl-mime-save-directory): Renamed from
6944         `wl-mime-save-dir'.
6945
6946 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6949
6950         * wl-demo.el: Require `path-util'.
6951         (wl-demo-bitmap-mule-available-p): New internal variable.
6952         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6953         `module-installed-p' instead.
6954         (wl-demo-insert-image): Use *.img file for a bitmap image.
6955         (wl-demo): Don't call the ascii demo recursively.
6956
6957 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6958
6959         * Version number is increased to 2.7.7.
6960
6961 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6962
6963         * wl.el (wl-exit): Eliminated byte-compile warning.
6964
6965 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6966
6967         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6968         obsolete variable using `elmo-define-obsolete-variable'.
6969         (wl-fetch-confirm-threshold): Ditto.
6970         (wl-cache-prefetch-folder-type-list): Ditto.
6971         (wl-cache-prefetch-folder-list): Ditto.
6972
6973 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6976         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6977         (wl-demo-insert-image): New function.
6978         (wl-demo-insert-text): New function.
6979         (wl-demo-image-type-alist): Redefine as a function.
6980         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6981         (wl-demo-with-temp-file-buffer): Removed.
6982         (wl-logo-xpm): Removed.
6983         (wl-logo-xbm): Removed.
6984         (wl-logo-bitmap): Removed.
6985
6986 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6987
6988         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6989         (wl-expire-localdir-get-folder-function): New user option.
6990         (wl-expire-localdir-get-folder): New function.
6991         (wl-expire-localdir-date): Ditto.
6992
6993 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6996         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6997         Fixed unread number mismatch when all-unread < unread.
6998
6999 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7002         (wl-fetch-confirm-threshold): Ditto.
7003
7004         * wl-summary.el (wl-summary-confirm-appends): Removed.
7005         (wl-summary-sync-update): Don't refer
7006         `wl-summary-update-confirm-threshold' (It is now abolished).
7007
7008         * wl-message.el (wl-message-display-internal): Don't refer
7009         `wl-fetch-confirm-threshold' (It is now abolished).
7010
7011 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7014
7015 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7016
7017         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7018         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7019         Change default value to nil.
7020         (wl-summary-indent-length-limit): The value can be nil, nil means
7021         unlimited.
7022
7023         * wl-summary.el: Don't set limit for indent length if the value of
7024         wl-summary-indent-length-limit is nil.
7025         If the value of wl-summary-width is nil, it means only that the width
7026         of summary is unlimited (nil doesn't mean that the indent length is
7027         unlimited).
7028
7029         * wl-thread.el: Ditto.
7030
7031 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7032
7033         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7034         be nil, nil means never confirm.
7035         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7036
7037 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7038
7039         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7040         means unlimited).
7041
7042 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7045         Use `with-temp-buffer'.
7046
7047 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7050         with new backquote style).
7051         (wl-folder-get-entity-from-buffer): Ditto.
7052
7053 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7054
7055         * wl-version.el (nemacs-version): Eliminated.
7056         (wl-extended-emacs-version2): Ignore nemacs.
7057         (wl-extended-emacs-version3): Ditto.
7058
7059 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7060
7061         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7062         (wl-draft-add-in-reply-to): New variable.
7063         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7064         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7065         (wl-draft-yank-from-mail-reply-buffer): Use
7066         `wl-draft-add-in-reply-to'.
7067         (wl-draft-insert-current-message): Ditto.
7068
7069 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7070
7071         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7072         typo (kill->hide).
7073         (wl-message-buffer-prefetch-folder-type-list): Added elements
7074         `mark' and `cache' instead of `internal'.
7075
7076 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7079         resume msgdb directory.
7080
7081 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl.el (wl-exit): Call `wl-acap-exit'.
7084
7085         * wl-summary.el (wl-summary-message-string): New function.
7086         (wl-summary-reedit): Use it.
7087         (wl-summary-resend-bounced-mail): Remove needless let.
7088         (wl-summary-supersedes-message): Ditto.
7089         (wl-summary-save): Ditto.
7090
7091         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7092         (wl-acap-init): Set it.
7093         (wl-acap-exit): New function.
7094
7095 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7096
7097         * wl.el (wl-init): Revert (require 'mime-setup). move from
7098         toplevel.
7099
7100 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7101
7102         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7103         local variables.  Add error when guess function return invalid
7104         value.
7105
7106 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7107
7108         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7109         Change local variable name.
7110         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7111         (wl-folder-get-newsgroups): Return nil when non-news folder.
7112         * wl-summary.el (wl-summary-write-current-folder): State through
7113         when guess-list return nil.
7114         (wl-summary-write-current-folder-functions): Fixed docstring.
7115
7116         * wl.el (wl-exit): Changed confirm message.
7117
7118         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7119         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7120
7121         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7122
7123 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7124
7125         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7126         user option (Renamed from wl-cache-prefetch-folder-type-list).
7127         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7128         from wl-cache-prefetch-folder-list).
7129
7130         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7131         Move to wl-vars.el.
7132         (wl-message-buffer-prefetch-p): Changed to enable
7133         `wl-message-buffer-prefetch-folder-list'.
7134
7135         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7136         `ignore-cache'.
7137
7138 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7139
7140         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7141         `part-top' and `part-bottom'.
7142         (wl-draft-config-sub-part-top): New function.
7143         (wl-draft-config-sub-part-bottom): New function.
7144
7145 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7146
7147         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7148
7149 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7150
7151         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7152
7153 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7154
7155         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7156
7157         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7158         (wl-summary-write-current-folder): Ditto.
7159
7160 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-folder.el (wl-folder-get-newsgroups): Use
7163         `elmo-folder-newsgroups'.
7164
7165 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7166
7167         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7168         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7169         `wl-draft-config-sub-header-bottom'.
7170
7171 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7172
7173         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7174         localnews folder.
7175
7176 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7177
7178         * wl-summary.el (wl-summary-mode): Undo last change.
7179
7180         * wl-folder.el (wl-folder-mode): Ditto.
7181
7182 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7183
7184         * wl-summary.el (wl-summary-mode): Locally set
7185         truncate-partial-window-width to nil.
7186         (for XEmacs)
7187
7188         * wl-folder.el (wl-folder-mode): Ditto.
7189
7190 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7193
7194 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7197         number.
7198
7199         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7200
7201         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7202
7203         * Version number is increased to 2.7.6.
7204
7205 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7208
7209 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-summary.el (wl-summary-sync-update): Enclose network
7212         related portion with `unwind-protect'.
7213
7214 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7215
7216         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7217
7218 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7221         element.
7222         * wl-vars.el (wl-message-body-button-alist): Ditto.
7223
7224         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7225         max match length.
7226         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7227
7228         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7229         for the max match length;
7230         Use 4th element value for the button string regexp group.
7231
7232         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7233         candidate exists, prompt to select.
7234
7235 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7236
7237         * wl-summary.el (wl-summary-jump-to-msg): Search before
7238         calibration point by `beginning-of-line'.
7239
7240 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7241
7242         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7243         for access group.
7244
7245 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-message.el (wl-message-display-internal): Bind
7248         `default-mime-charset'.
7249
7250         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7251
7252         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7253
7254         * Version number is increased to 2.7.5.
7255
7256 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7257
7258         * wl-expire.el (wl-summary-archive): Fixed;
7259         Use `elmo-folder-name-internal'.
7260
7261 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7262
7263         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7264         from `elmo-folder-move-messages' caller.
7265         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7266
7267         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7268         related portions are changed).
7269
7270 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7271
7272         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7273         counter.
7274
7275 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7276
7277         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7278         buffer local and set it to nil.
7279
7280         * wl-message.el (wl-message-redisplay): Ditto.
7281
7282 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-summary.el (wl-summary-mark-as-important): If message is
7285         already cached, set messag as read, otherwise encache and mark as read.
7286
7287 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7288
7289         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7290         point-min.
7291
7292 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7295         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7296         a keymap.
7297
7298 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7301         parent.
7302
7303         * wl-mule.el (wl-message-define-keymap): Ditto.
7304
7305         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7306
7307         * wl-xmas.el (wl-message-display-internal-hook): Define.
7308         (wl-xmas-setup-message-toolbar): Define as function.
7309         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7310         (wl-message-overload-functions): Abolished.
7311         (wl-message-define-keymap): New function.
7312
7313         * wl-vars.el (wl-message-display-internal-hook): New variable.
7314         (wl-message-header-button-alist): New variable (Renamed from
7315         wl-highlight-message-header-button-alist).
7316         (wl-message-body-button-alist): Ditto.
7317
7318         * wl-mule.el (wl-message-define-keymap): New function.
7319         (wl-message-overload-functions): Abolished.
7320
7321         * wl-message.el (wl-message-add-buttons-to-body): New function.
7322         (wl-message-redisplay): Don't call wl-message-overload-functions;
7323         Call wl-message-add-buttons-to-header and
7324         wl-message-add-buttons-to-body.
7325         (wl-message-display-internal): Set keymap argument for
7326         elmo-mime-display-as-is, elmo-mime-message-display;
7327         Run wl-message-display-internal-hook.
7328         (wl-message-refer-article-or-url): Abolished.
7329
7330         * wl-highlight.el (wl-highlight-headers): Don't call
7331         wl-highlight-message-add-buttons-to-header.
7332         (wl-highlight-message-add-buttons-to-header): Abolished.
7333
7334
7335         * wl-e21.el (wl-message-display-internal-hook): Define.
7336         (wl-e21-setup-toolbar): Deleted duplicated binding.
7337         (wl-e21-setup-message-toolbar): Define as function.
7338         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7339         (wl-message-define-keymap): New function.
7340         (wl-message-overload-functions): Abolished.
7341
7342 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7345         and elmo-folder-close.
7346
7347         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7348
7349 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7352         boolean value.
7353         * wl-draft.el (wl-draft-do-fcc): Ditto.
7354
7355 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7356
7357         * wl-vars.el (wl-fcc-force-as-read): New variable.
7358         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7359         mark copied message as read.
7360
7361 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7362
7363         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7364
7365 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7366
7367         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7368         `wl-summary-target-above' instead of obsolete variable
7369         `wl-summary-temp-above'.
7370
7371         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7372         instead of `make-obsolete-variable'.
7373         * wl-refile.el (toplevel): Ditto.
7374
7375 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7378         with third argument t.
7379         (wl-draft): Set first argument for wl-plugged-init as t.
7380
7381         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7382         definition.
7383
7384 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7385
7386         * wl-vars.el: Tabify.
7387         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7388
7389         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7390         message.
7391
7392 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7393
7394         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7395         and set default to beep.
7396
7397 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7398
7399         * wl-vars.el (wl-draft-truncate-lines): New variable.
7400
7401         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7402         instead of wl-message-truncate-lines for truncate-lines.
7403
7404 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * wl-message.el (wl-message-display-internal): Call
7407         `wl-highlight-message' after `elmo-mime-display-as-is'.
7408
7409         * wl-mime.el (wl-mime-display-text/plain): New function.
7410         (wl-mime-display-header): Ditto.
7411         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7412         body-presentation-method for text/plain;
7413         Register `wl-mime-display-header' as a header-presentation-method;
7414         Don't set up `elmo-message-text-content-inserted-hook' and
7415         `elmo-message-header-inserted-hook'.
7416
7417         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7418         variable.
7419         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7420         as t if flag is 'all-header;
7421         Don't bind `elmo-message-ignored-field-list',
7422         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7423
7424 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7427         for xemacs with non-mule environment.
7428
7429 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7430
7431         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7432         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7433         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7434
7435 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7436
7437         * wl-vars.el (wl-interactive-send): Set default value as t.
7438
7439 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7442         (wl-addrmgr-method-list): Abolished.
7443         (wl-addrmgr-change-method): Follow above change.
7444
7445         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7446
7447 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7448
7449         * wl-vars.el (wl-message-truncate-lines): Change default value
7450         to default-truncate-lines.
7451
7452         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7453
7454 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7455
7456         * wl-vars.el (wl-message-truncate-lines): New variable.
7457
7458         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7459         wl-message-truncate-lines.
7460
7461 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7462
7463         * wl-acap.el (wl-acap-init): Remove period from error message.
7464         (wl-acap-find-acap-service): Remove period from message.
7465
7466 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl.el (wl-check-environment): Undo last change.
7469
7470         * wl-vars.el (wl-from): Changed default value.
7471
7472         * wl-util.el (toplevel): Don't require tm-edit.
7473
7474         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7475         `wl-folder-init';
7476         Don't set mark on mail body.
7477         (wl-draft-reedit): Ditto.
7478
7479         * wl-address.el (wl-address-quote-specials): Define as an alias for
7480         elmo-address-quote-specials.
7481
7482 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7485
7486         * wl-vars.el (wl-from): Set default value as nil.
7487         (wl-organization): Set default value as ORGANIZATION environment
7488         variable.
7489
7490         * wl-draft.el (wl-smtp-extension-bind): Check value of
7491         wl-smtp-connection-type.
7492
7493         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7494         error.
7495
7496 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7497
7498         * Version number is increased to 2.7.4.
7499
7500         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7501         arguments from `wl-highlight-x-face-function' caller.
7502         Use x-face-1.3.6.12 or later.
7503
7504 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7505
7506         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7507
7508 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7509
7510         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7511         (wl-fcc): Fix to accept function.
7512         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7513
7514 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7515
7516         * wl-acap.el (toplevel): Added `product-provide' declare.
7517         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7518
7519 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl.el (wl): Changed order of calling `elmo-init'
7522         and `elmo-folder-init'.
7523
7524 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7525
7526         * wl-mime.el (wl-summary-burst): Extract message when content-type
7527         of root entity is not only `multipart' but also `message/rfc822'.
7528         (wl-summary-burst-subr): Ditto.
7529
7530 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-vars.el (toplevel): Require 'custom.
7533         (wl-trash-folder): Added to `wl-setting' group.
7534
7535         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7536         exists.
7537         (wl-addrmgr-draw): Insert empty line when no entry exists.
7538
7539         * wl-mule.el (wl-message-wheel-up): Fixed.
7540         (wl-message-wheel-down): Ditto.
7541
7542 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7543
7544         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7545         config is an anonymous lambda expression.
7546
7547 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7550         when Mule 2 is running.
7551
7552 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7553
7554         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7555
7556 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7559         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7560
7561         * wl-address.el (wl-address-specials-regexp): Eliminated.
7562         (wl-address-quote-specials): Rewrite.
7563
7564 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7567         shy-groups for regexp.
7568
7569         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7570         character classes and Perl style shy-groups for regexp.
7571         (wl-highlight-plugged-current-line): Use Posix style character
7572         classes for regexp.
7573         (wl-e21-highlight-folder-by-numbers): Ditto.
7574         (wl-e21-display-image-p): Use `display-images-p' instead of
7575         `display-graphic-p'.
7576         (display-images-p): Make an alias to `display-graphic-p' if it is
7577         not available.  It is for Emacs version prior to 21.0.105.
7578
7579         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7580         `display-graphic-p'.
7581         (wl-demo-image-type-alist): Ditto.
7582         (display-images-p): Make an alias to `display-graphic-p' if it is
7583         not available.  It is for Emacs version prior to 21.0.105.
7584
7585 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7586
7587         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7588         support.
7589         (wl-generate-user-agent-string): Ditto.
7590
7591         * wl-version.el (wl-version): Update docsting.
7592         (wl-version-status): Ditto.
7593
7594 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7595
7596         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7597         21.0.105.  For Emacs 21.0.104 or earlier.
7598
7599 2001-09-03  Takuo KITAME <kitame@northeye.org>
7600
7601         * wl-e21.el (wl-plugged-init-icons): Use
7602         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7603         (wl-biff-init-icons): Ditto.
7604
7605 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-highlight.el (wl-highlight-summary-current-line):
7608         Fixed highlighting refile/copy destination.
7609
7610         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7611         (wl-acap-store): Encode string by wl-acap-coding-system.
7612
7613 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7614
7615         * wl-acap.el (toplevel): Check and require 'un-define before
7616         'xemacs-ucs;
7617          Added checking for UTF-2000.
7618
7619 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7622         Don't enclose with `eval-and-compile'.
7623
7624         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7625         wl-init is non-nil.
7626
7627         * wl-draft.el (wl-draft): Ditto.
7628
7629         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7630
7631         * wl-acap.el (toplevel): Require 'wl.
7632         (wl-acap-store): Call `elmo-init'.
7633
7634         * wl.el (wl): Changed position of `wl-check-environment'.
7635         (toplevel): Added autoload setting for wl-acap.
7636
7637         * wl-vars.el (wl-setting): New custom group.
7638         (wl-from): Added wl-setting group.
7639         (wl-user-mail-address-list): Ditto.
7640         (wl-organization): Ditto.
7641         (wl-subscribed-mailing-list): Ditto.
7642         (wl-envelope-from): Ditto.
7643         (wl-smtp-posting-user): Ditto.
7644         (wl-smtp-posting-server): Ditto.
7645         (wl-smtp-posting-port): Ditto.
7646         (wl-smtp-authenticate-type): Ditto.
7647         (wl-pop-before-smtp-user): Ditto.
7648         (wl-pop-before-smtp-server): Ditto.
7649         (wl-pop-before-smtp-port): Ditto.
7650         (wl-pop-before-smtp-authenticate-type): Ditto.
7651         (wl-nntp-posting-server): Ditto.
7652         (wl-nntp-posting-user): Ditto.
7653         (wl-nntp-posting-port): Ditto.
7654         (wl-fetch-confirm-threshold): Ditto.
7655         (wl-prefetch-threshold): Ditto.
7656         (wl-thread-insert-opened): Ditto.
7657         (wl-ldap-server): Ditto.
7658         (wl-ldap-port): Ditto.
7659         (wl-ldap-base): Ditto.
7660         (wl-ldap-objectclass): Ditto.
7661         (wl-use-ldap): Ditto.
7662         (wl-draft-config-alist): Ditto.
7663         (wl-draft-config-matchone): Ditto.
7664         (wl-template-alist): Ditto.
7665         (wl-message-sort-field-list): Ditto.
7666         (wl-message-ignored-field-list): Ditto.
7667         (wl-message-visible-field-list): Ditto.
7668         (wl-interactive-send): Ditto.
7669         (wl-summary-move-order): Ditto.
7670         (wl-auto-select-first): Ditto.
7671         (wl-auto-select-next): Ditto.
7672         (wl-interactive-save-folders): Ditto.
7673
7674         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7675         Initialization codes are moved from wl-local-folder-init.
7676         (wl-local-folder-init): Follow the change above.
7677         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7678
7679         * wl-acap.el: New file.
7680
7681         * Version number is increased to 2.7.3.
7682
7683 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7684
7685         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7686
7687 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7688
7689         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7690         (wl-addrmgr-address-entry-list): Ditto.
7691
7692 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * wl-e21.el (wl-draft-mode-map): Removed binding for
7695         `wl-draft-insert-x-face-field'.
7696
7697         * wl-mule.el (wl-draft-mode-map): Ditto.
7698
7699         * wl-xmas.el (wl-draft-mode-map): Ditto.
7700
7701         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7702         (wl-cs-autoconv): Ditto.
7703         (wl-cs-local): Ditto.
7704         (wl-use-scoring): Ditto.
7705         (wl-mime-charset): Ditto.
7706         (wl-folder-check-async): Ditto.
7707
7708         * wl.el (toplevel): Ignore nemacs and tm.
7709         (wl-exit): Ditto.
7710
7711         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7712         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7713         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7714         instead of wl-address-petname-add-or-change.
7715         (wl-summary-edit-addresses-subr): Use wl-address-delete
7716         instead of wl-address-petname-delete.
7717
7718         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7719
7720         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7721         if error occured.
7722
7723         * wl-message.el (require): Remove tm support.
7724
7725         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7726
7727         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7728         (wl-folder-jump-to-current-entity): Ditto.
7729         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7730
7731         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7732         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7733         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7734
7735         * wl-mule.el (wl-draft-key-setup): Ditto.
7736
7737         * wl-xmas.el (wl-draft-key-setup): Ditto.
7738
7739         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7740         (wl-draft-std11-parse-addresses): New function.
7741         (wl-draft-parse-mailbox-list): Use it.
7742         (wl-draft): Ignore nemacs.
7743         (wl-draft-reedit): Ditto.
7744
7745         * wl-addrmgr.el: New file.
7746         (Original is wl-rcpt.el written by
7747         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7748         Thanks Kitamoto-san.)
7749
7750         * wl-address.el (wl-address-make-address-list): Modified parsing
7751         process.
7752         (wl-address-delete): Renamed from `wl-address-petname-delete';
7753         Modify wl-address-list too.
7754         (wl-address-add-or-change): Renamed from
7755         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7756
7757 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7758
7759         * wl-highlight.el (wl-highlight-summary-current-line):
7760           Work with transient-mark-mode
7761
7762 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * Version number is increased to 2.7.2.
7765
7766         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7767         instead of elmo-dop-queue-method.
7768
7769 2001-08-06  SAITO Atsunori <sai@yedo.com>
7770
7771         * wl-vars.el (wl-ldap-objectclass): New user option.
7772
7773         * wl-address.el (wl-ldap-make-filter): Use it.
7774
7775 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7778
7779 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-folder.el (wl-folder): redisplay after folder insertion.
7782
7783         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7784
7785         * wl-summary.el (wl-summary-sync-update):
7786         Change status mark only when new-msgdb exists.
7787         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7788
7789 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-summary.el (wl-summary-open-folder): New function.
7792         (wl-summary-goto-folder-subr): Use it.
7793         (wl-summary-mark-as-important): Fix;
7794         Encache only when no cache exists.
7795
7796 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7799         Use with-current-buffer.
7800
7801 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7802
7803         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7804         before call `get-buffer'. Fixed parenthesis.
7805         (wl-score-get-header-entry): Clear message and help window when
7806         keyboard quit.
7807         (wl-score-edit-insert-header): Ditto.
7808
7809 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7812         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7813         (wl-default-draft-cite): Fix.
7814
7815         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7816         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7817
7818 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * wl-message.el (wl-message-prev-page): Do same bahavior
7821         as summary when it is called in the message buffer.
7822         (wl-message-next-page): Ditto.
7823
7824 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-summary.el (wl-summary-forward): Use cache if it is not
7827         section cache.
7828
7829 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7830
7831         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7832         Removed redundant require of elmo-vars.
7833         (wl-biff-state-indicator-on): Changed default value for
7834         xemacs with non-mule environment.
7835
7836         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7837         wl-message-buffer is nil;
7838         Hide progress bar after moving messages.
7839
7840 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7841
7842         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7843         message at cursor point is deleted.
7844
7845 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-vars.el: Changed file coding system to euc-japan.
7848         Added -*-coding:-*- magic to the first line.
7849
7850         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7851         Search parent from the first message.
7852
7853         * Version number is increased to 2.7.1.
7854
7855 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7856
7857         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7858
7859 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7862         refile/delete execution.
7863
7864         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7865         Fixed docstring.
7866
7867 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7870         do update process;
7871         Don't update marks when update process is interrupted.
7872
7873 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-summary.el (wl-summary-reply): Fixed problem when
7876         wl-draft-use-frame is non-nil.
7877         (wl-summary-forward): Ditto.
7878
7879         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7880         as nil.
7881         (wl-folder-mark-as-read-all-entity): Ditto.
7882         (wl-folder-prefetch-entity): Ditto.
7883
7884         * wl.el (wl): Check environment before wl-init.
7885
7886         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7887         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7888         instead of wl-summary-collect-unread.
7889         (wl-summary-reply): Split message window.
7890
7891 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7894         only if current language environment is japanese,
7895
7896         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7897         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7898         (wl-folder-goto-folder-subr): Ditto.
7899
7900         * wl-draft.el (wl-draft-dispatch-message): Call
7901         `elmo-file-cache-get-path'.
7902
7903 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-summary.el (wl-summary-cursor-move): If return value of
7906         wl-summary-next-message is not number, don't jump.
7907
7908 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-summary.el (wl-summary-buffer-next-message-function): New
7911         variable.
7912         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7913         if it is bound.
7914
7915         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7916         string.
7917
7918         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7919         (wl-plugged-drawing): Ditto.
7920
7921 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7924         process.
7925         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7926         with unwind-protect.
7927
7928         * wl.el (wl-init): Require mime-setup.
7929         (wl-check-environment): Don't require mime-setup.
7930
7931         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7932         instead of elmo-folder-type.
7933
7934         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7935         value as nil.
7936
7937 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * Version number is increased to 2.7.0.
7940
7941         * wl-version.el (wl-version): Changed codename.
7942
7943         * wl-summary.el (wl-summary-delete-cache): Fixed.
7944
7945         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7946         Workaround for net folders.
7947         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7948
7949         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7950         value to nil (According to the patch from
7951         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7952
7953         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7954         of elmo-folder-close.
7955
7956 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7957
7958         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7959         for postfix.
7960
7961 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7962
7963         * wl-summary.el (wl-summary-resend-message): Fixed.
7964
7965         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7966         Call wl-draft with `from' argument if its address is included in
7967         `wl-user-mail-address-list'.
7968         (wl-draft): Added `from' argument.
7969
7970         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7971         non-nil.
7972         (wl): Don't show demo if wl-demo is nil.
7973
7974         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7975         wl-summary-use-frame.
7976
7977         * wl-vars.el (wl-summary-use-frame): New user option.
7978         (wl-folder-use-frame): Changed docstring.
7979
7980         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7981         non-nil.
7982         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7983         wl-summary-use-frame.
7984
7985         * wl-vars.el (wl-folder-use-frame): New user option.
7986
7987         * wl-summary.el (wl-summary-exit): Back to folder frame if
7988         wl-folder-use-frame is non-nil.
7989         (wl-summary-redisplay-internal): Ignore cache if current folder
7990         is draft folder,
7991         (wl-summary-redisplay-no-mime): Ditto.
7992         (wl-summary-redisplay-all-header): Ditto.
7993
7994         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7995         if wl-folder-use-frame is non-nil.
7996
7997 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * wl-summary.el (wl-summary-sync-update): Bind
8000         elmo-folder-update-threshold.
8001         (wl-summary-mark-as-important): Enclosed server mark processing
8002         with `save-match-data'.
8003
8004         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8005         only when it is already defined.
8006
8007 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8008
8009         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8010         name of folder exclude localdir is wrong.
8011         * wl-folder.el (wl-folder-sync-entity):
8012         Set `wl-summary-always-sticky-folder-list' as nil.
8013         (wl-folder-mark-as-read-all-entity): Ditto.
8014         (wl-folder-prefetch-entity): Ditto.
8015
8016 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8017
8018         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8019         instead of `wl-summary-write-current-newsgroup'.
8020
8021 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8022
8023         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8024         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8025         non-nil and selected message is important, do not display.
8026
8027 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8030
8031 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8034
8035         * wl-summary.el (wl-summary-mark-as-important): Set message number
8036         using wl-summary-message-number.
8037
8038 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8039
8040         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8041         destination folder is 'null.
8042
8043 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8044
8045         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8046         New function.
8047         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8048         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8049         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8050
8051 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-mime.el (wl-mime-setup): Added setting for
8054         `mime-setup-signature-key-alist' to avoid overriding key bind for
8055         `wl-draft-send'.
8056
8057         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8058         for `wl-draft-send'.
8059         * wl-mule.el (wl-draft-overload-functions): Ditto.
8060         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8061         * wl-draft.el (wl-draft-send): Ditto.
8062
8063         * wl-message.el (wl-message-display-internal):
8064         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8065         (Patch is provided by <kita@coe.nttdata.co.jp>).
8066
8067 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8070
8071 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * wl.el (wl): Fix for wl-demo.
8074
8075 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8076
8077         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8078
8079 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8080
8081         * wl-folder.el (wl-folder-prefetch-entity): Use
8082         `wl-folder-get-elmo-folder'.
8083         (wl-folder-count-incorporates): Do not use
8084         `wl-folder-get-elmo-folder'.
8085
8086 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8089         instead of `elmo-folder-get-type'.
8090
8091 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8092
8093         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8094         position on Subject: field.
8095         (Advised by Mito <mit@nines.nec.co.jp>)
8096
8097 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8098
8099         * wl-folder.el (wl-folder-prefetch-entity): Use
8100         `wl-folder-get-elmo-folder'.
8101
8102 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8105
8106         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8107         `process-duplicates' slot.
8108
8109         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8110         if detection failed.
8111
8112 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-version.el (wl-version-status): Set to "alpha".
8115
8116 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8119         Check wl-message-buffer lives before set-buffer.
8120
8121 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8122
8123         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8124         called in folder mode.
8125         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8126         * wl-summary.el (wl-summary-exit-pre-hook): Run
8127         `wl-summary-exit-pre-hook' before exit summary mode.
8128
8129 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8130
8131         * wl-version.el (wl-version-status): New variable.
8132         (wl-version-status-alist): Removed.
8133         (wl-version-status): Rule included.
8134
8135 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8138         @sponichi.
8139
8140         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8141         when `mail-reply-buffer' is buffer-local variable.
8142         (Reported by <kita@coe.nttdata.co.jp>).
8143
8144 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-vars.el (toplevel): Require 'elmo-util.
8147
8148 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8151         (All other related portions are changed)
8152
8153         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8154
8155         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8156
8157 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8158
8159         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8160
8161 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8164         Delete other windows to avoid an error.
8165         Use `point-marker' instead of `point' to remember the start point
8166         of body.
8167
8168         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8169
8170         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8171         number not to exceed all message number.
8172
8173 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8174
8175         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8176         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8177
8178 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * wl-summary.el (wl-summary-sync-force-update): Added argument
8181         no-check.
8182         (wl-summary-sync-update): Ditto.
8183         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8184         with `no-check'.
8185
8186         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8187         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8188         already running.
8189
8190 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8191
8192         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8193         `dst-folder-arg'.
8194         (wl-expire-archive-number1): Diito.
8195         (wl-expire-archive-number2): Diito.
8196         (wl-expire-archive-Date): Diito.
8197         (wl-archive-number1): Diito.
8198         (wl-archive-number2): Diito.
8199         (wl-archive-date): Diito.
8200         (wl-archive-folder-p): New function.
8201         (wl-summary-expire): Support of expand folder name at
8202         wl-expire-alist.
8203         * wl-util.el (wl-expand-newtext): Renamed from
8204         `wl-refile-expand-newtext'.
8205
8206 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8207
8208         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8209         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8210         `(elmo-msgdb-get-overview msgdb)'.
8211         (wl-summary-prefetch): Bind match data before call
8212         `wl-summay-prefetch-msg'.
8213         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8214         'off if `wl-summary-buffer-disp-msg' is non-nil.
8215         Fixed problem that couldn't show only one new or unread message when
8216         enter folder.
8217         (wl-summary-reply): Don't call `split-window-vertically' and other
8218         window.
8219
8220 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8221
8222         * wl-expire.el (wl-expire-refile): Fixed.
8223
8224 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8225
8226         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8227
8228         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8229         biff notification is removed.
8230
8231         * wl.el (wl): Changed position of `elmo-init'.
8232
8233         * wl-draft.el (wl-default-draft-cite): Use date field
8234         on the citation buffer.
8235
8236         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8237
8238         * wl-xmas.el (wl-folder-internal-icon-list): Added
8239         `wl-folder-shimbun-image'.
8240
8241         * wl-e21.el (wl-folder-internal-icon-list): Added
8242         `wl-folder-shimbun-image'.
8243
8244 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl.el (wl-init): Eliminated argument.
8247         (wl): Rewrite.
8248
8249         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8250         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8251         instead of `elmo-folder-msgdb-internal'.
8252         (wl-summary-sync-update): Ditto.
8253         (wl-summary-flush-pending-append-operations): Eliminated.
8254         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8255         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8256         `elmo-folder-open'.
8257
8258         * wl-mime.el (wl-summary-burst): Fixed.
8259
8260         * wl-folder.el (wl-folder-info-save): Check data type.
8261
8262         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8263         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8264         instead of `elmo-folder-msgdb-internal'.
8265         (wl-expire-hide): Ditto.
8266
8267
8268         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8269
8270 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8271
8272         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8273
8274 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8275
8276         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8277
8278 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8279
8280         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8281         Fixed `match-beginning' argument mismatch.
8282
8283 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8284
8285         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8286         the default value.
8287
8288 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8289
8290         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8291         instead of `elmo-nntp-default-port'.
8292
8293         * wl-vars.el: Fixed some doc strings.
8294
8295 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-summary.el (wl-summary-prefetch-msg): Use
8298         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8299
8300         * wl-vars.el: Define *-func as obsolete variable using
8301         `elmo-define-obsolete-variable'.
8302
8303         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8304         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8305         instead of `wl-message-buffer-prefetch-threshold'.
8306
8307         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8308
8309         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8310
8311         * wl-draft.el (wl-caesar-region-func): Ditto.
8312
8313         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8314         Keep unread status in elmo-folder-move-messages.
8315         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8316
8317 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8318
8319         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8320         `wl-summary-buffer-exit-func'
8321         (wl-summary-buffer-message-redisplay-function): Renamed from
8322         `wl-summary-buffer-message-redisplay-func'
8323         (wl-summary-buffer-next-folder-function): Renamed from
8324         `wl-summary-buffer-next-folder-func'.
8325         (wl-summary-buffer-prev-folder-function): Renamed from
8326         `wl-summary-buffer-prev-folder-func'.
8327         (wl-summary-get-petname-function): Renamed from
8328         `wl-summary-get-petname-func'.
8329
8330         * wl-score.el (wl-score-edit-exit-function): Renamed from
8331         `wl-score-edit-exit-func'.
8332
8333         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8334         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8335
8336         * wl-util.el (wl-load-profile-function): Renamed from
8337         `wl-load-profile-func'.
8338
8339         * wl-folder.el (wl-folder-completion-function): Renamed from
8340         `wl-folder-completion-func'.
8341         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8342
8343         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8344         `wl-expire-archive-get-folder-func'.
8345         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8346         (wl-draft-send-mail-function): Renamed from
8347         `wl-draft-send-mail-func'.
8348         (wl-draft-send-news-function): Renamed from
8349         `wl-draft-send-news-func'.
8350         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8351         (wl-generate-mailer-string-function): Renamed from
8352         `wl-generate-mailer-string-func'.
8353         (wl-highlight-signature-search-function): Renamed from
8354         `wl-highlight-signature-search-func'.
8355         (wl-highlight-x-face-function): Renamed from
8356         `wl-highlight-x-face-func'
8357         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8358         (wl-ps-print-buffer-function): Renamed from
8359         `wl-ps-print-buffer-func'
8360         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8361         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8362         (wl-summary-subject-filter-function): Renamed from
8363         `wl-summary-subject-filter-func'.
8364
8365         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8366         `wl-draft-queue-flush-send-func'
8367         (wl-draft-cite-function): Renamed from
8368         `wl-draft-cite-func'
8369
8370         * wl-address.el (wl-address-init-function): Renamed from
8371         `wl-address-init-func'.
8372
8373 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-draft.el (wl-draft-queue-flush): Don't call
8376         `elmo-dop-unlock-message'.
8377         * wl-draft.el (wl-draft-queue-append): Don't call
8378         `elmo-dop-lock-message'.
8379
8380         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8381         (wl-summary-buffer-folder-name): Ditto.
8382         (wl-summary-message-regexp): Added '-' (all other related portions
8383         are changed).
8384         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8385         wl-summary-buffer-folder-name.
8386
8387 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8388
8389         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8390         the number of mails in the folder buffer is not updated by wl-biff.
8391
8392 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8393
8394         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8395         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8396
8397 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-summary.el (wl-summary-next-message):
8400         Return next message number when wl-summary-move-order is nil.
8401
8402 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8403
8404         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8405         `wl-summary-move-spec-alist'.
8406         (wl-summary-move-spec-unplugged-alist): New variable
8407         (Move spec for unplugged status).
8408         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8409         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8410
8411 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8412
8413         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8414         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8415
8416 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8417
8418         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8419         simple quotation to quote the anonymous function.
8420         * tm-wl.el (wl-draft-preview-message): Ditto.
8421
8422 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8423
8424         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8425         Eliminate redundant `save-excursion'.
8426         (wl-highlight-summary-current-line): Ditto.
8427
8428         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8429         accessing match data when `looking-at' failed.
8430
8431         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8432         `elmo-match-string' where users don't care about the speed.
8433         (wl-draft-save): Ditto.
8434
8435 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * wl-util.el (wl-regexp-opt): New function.
8438
8439         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8440         number from `wl-summary-buffer-number-list'.
8441         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8442         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8443         (wl-summary-move-spec-alist): Changed default setting.
8444
8445 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8446
8447         * wl-vars.el (wl-biff-notify-hook): New hook.
8448         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8449         the arrival of new mail.
8450         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8451         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8452
8453 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8456
8457 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8460
8461         * Version number is increased to 2.5.8.
8462
8463         * wl-thread.el (toplevel): require 'cl.
8464         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8465         (wl-thread-make-number-list): New function.
8466         (wl-thread-entity-make-number-list-from-children): Ditto.
8467         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8468         (wl-thread-entity-insert-as-children): Likewise.
8469         (wl-thread-delete-message): Likewise.
8470         (wl-meaning-of-mark): Eliminated.
8471         (wl-thread-next-failure-mark-p): Ditto.
8472         (wl-thread-entity-get-mark): Ditto.
8473         (wl-thread-meaning-alist-get-result): Ditto.
8474         (wl-thread-entity-check-prev-mark): Ditto.
8475         (wl-thread-entity-check-next-mark): Ditto.
8476         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8477         (wl-thread-entity-get-prev-marked-entity): Ditto.
8478         (wl-thread-get-prev-unread): Ditto.
8479         (wl-thread-jump-to-prev-unread): Ditto.
8480         (wl-thread-get-next-unread): Ditto.
8481         (wl-thread-jump-to-next-unread): Ditto.
8482         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8483         (wl-thread-entity-get-next-marked-entity): Ditto.
8484
8485         * wl-summary.el (wl-summary-buffer-number-list):
8486         New bufer-local variable.
8487         (wl-summary-switch-to-clone-buffer): Clone
8488         `wl-summary-buffer-number-list'.
8489         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8490         (wl-summary-cursor-move-regex): Eliminated.
8491         (wl-summary-cursor-up): Rewrite.
8492         (wl-summary-cursor-down): Ditto.
8493         (wl-summary-mode-spec-alist): New variable.
8494         (wl-summary-next-message): New inline function.
8495         (wl-summary-cursor-move): New function.
8496         (wl-summary-default-get-next-msg): Rewrite.
8497         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8498         (wl-summary-rescan): Ditto.
8499         (wl-summary-sync-all-init): Ditto.
8500         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8501         summary is not thread view.
8502         (wl-summary-sync-update): Ditto.
8503         (wl-summary-rescan): Ditto.
8504         (wl-summary-make-number-list): New function.
8505
8506         * wl-draft.el: "FCC" -> "Fcc".
8507
8508 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * wl-highlight.el (wl-highlight-summary-window):
8511         Call `set-buffer-modified-p'.
8512
8513         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8514         (wl): Call `elmo-init' and fix.
8515
8516         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8517         Use new variables.
8518
8519         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8520
8521 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8522
8523         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8524
8525 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8526
8527         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8528
8529 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8530
8531         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8532         `wl-use-toolbar' nor `display-graphic-p'.
8533         (wl-e21-setup-message-toolbar): Ditto.
8534         (wl-e21-setup-summary-toolbar): Ditto.
8535         (wl-e21-setup-folder-toolbar): Ditto.
8536
8537         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8538         (wl-plugged-init-icons): Ditto.
8539
8540         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8541         `display-graphic-p'.
8542         (wl-plugged-set-folder-icon): Ditto.
8543         (wl-highlight-plugged-current-line): Ditto.
8544         (wl-highlight-folder-current-line): Ditto.
8545         (wl-e21-highlight-folder-group-line): Ditto.
8546         (wl-e21-setup-toolbar): Ditto.
8547         (wl-e21-display-image-p): New macro.
8548
8549         * wl-demo.el (wl-demo): Simplified.
8550         (wl-demo-image-type-alist): Use `image-type-available-p' for
8551         checking whether the image type `xbm' is available.
8552
8553 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8554
8555         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8556         (wl-summary-input-range): Ditto.
8557
8558 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-summary.el (wl-summary-edit-addresses): Use
8561         `wl-summary-get-original-buffer'
8562         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8563         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8564         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8565         (wl-summary-get-newsgroups): Eliminated.
8566         (wl-summary-set-crosspost): Ditto.
8567         (wl-summary-is-crosspost-folder): Ditto.
8568         (wl-crosspost-alist-load): Ditto.
8569         (wl-crosspost-alist-save): Ditto.
8570
8571         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8572         `elmo-setup-subscribed-newsgroups' instead of
8573         `elmo-nntp-make-groups-hashtb'.
8574         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8575         instead of `wl-crosspost-alist-save'.
8576
8577         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8578         of `elmo-folder-message-appendable-p'.
8579         (wl-mime-header-presentation-method): Eliminated.
8580
8581         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8582         (Error occurs in emacs21).
8583
8584         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8585         the current buffer).
8586
8587         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8588         instead of `wl-crosspost-alist-save'.
8589         (wl-init): `elmo-crosspost-message-alist-load'
8590         instead of `wl-crosspost-alist-load'
8591
8592         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8593         (wl-parse-newsgroups): Likewise.
8594         (wl-biff-notify): Run `wl-biff-notify-hook'.
8595
8596 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8597
8598         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8599
8600         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8601         when `wl-summary-lazy-highlight' is non-nil.
8602         (wl-summary-goto-folder-subr): Highlight only when
8603         `wl-summary-lazy-highlight' is non-nil.
8604
8605         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8606         Don't display progress and highlight temp-mark when
8607         `wl-summary-lazy-highlight' is non-nil.
8608         (wl-highlight-summary-window): New function.
8609         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8610
8611 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8612
8613         * wl-summary.el (wl-summary-sync): Change `all-visible'
8614         from `all-shown'
8615         (wl-summary-input-range): Ditto.
8616
8617 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8618
8619         * wl-e21.el (wl-highlight-folder-current-line): Call
8620         `wl-folder-init-icons' when folder icons have not been initialized.
8621
8622         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8623
8624         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8625         (wl-demo-image-type-alist): New macro.
8626
8627 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8628
8629         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8630         display does not support graphics.
8631         (wl-plugged-init-icons): Ditto.
8632         (wl-folder-init-icons): Ditto.
8633
8634         * wl-demo.el (wl-demo): Chech closely whether the display
8635         supports graphics.
8636
8637 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-summary.el (wl-summary-get-original-buffer): New function.
8640         (wl-summary-set-crosspost): Use it.
8641         (wl-summary-target-mark-uudecode): Ditto.
8642         (wl-summary-reedit): Ditto.
8643         (wl-summary-resend-bounced-mail): Ditto.
8644         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8645         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8646
8647         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8648         (wl-message-display-internal): Ditto.
8649
8650 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8653
8654 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * wl-summary.el (wl-summary-save-view): Renamed from
8657         `wl-summary-save-status'.
8658
8659 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8660
8661         * wl-summary.el (wl-summary-sync): Added `all-shown'
8662
8663 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8664
8665         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8666
8667 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8668
8669         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8670
8671 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8672
8673         * wl-highlight.el (wl-highlight-summary-line-string): Use
8674         `zerop' instead of `= 0'.
8675         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8676
8677         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8678         for comparing numbers.
8679         (wl-template-prev): Use `zerop' instead of `eq 0'.
8680
8681         * wl-draft.el (wl-draft-insert-current-message): Use
8682         `with-current-buffer' instead of `save-excursion'.
8683         Use `zerop' instead of `eq 0'.
8684
8685 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8686
8687         * wl-draft.el (wl-draft-insert-ccs): New function.
8688         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8689         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8690
8691 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8694
8695 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-expire.el (wl-expire-refile): Don't call
8698         elmo-msgdb-add-msgs-to-seen-list;
8699         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8700         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8701
8702 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-message.el (wl-message-prev-page): Ignore errors while
8705         scroll-down.
8706
8707 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl-mime.el: Use elmo-original-message-mode instead of
8710         mmelmo-original-mode.
8711
8712         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8713         `elmo-folder-get-spec';
8714         (wl-fldmgr-add-completion-all-completions):
8715         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8716
8717         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8718         of `elmo-folder-get-type'.
8719
8720         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8721         `elmo-folder-get-spec';
8722         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8723         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8724         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8725         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8726         `elmo-read-msg-no-cache';
8727         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8728         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8729         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8730         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8731         `elmo-cache-save';
8732         (wl-draft-reedit): Use `elmo-message-file-name'.
8733
8734         * wl-expire.el: Use `elmo-folder-name-internal';
8735         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8736         Use macro `wl-summary-buffer-msgdb' instead of variable
8737         `wl-summary-buffer-msgdb';
8738         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8739         Use macro `wl-summary-buffer-folder-name' instead of variable
8740         `wl-summary-buffer-folder-name'.
8741         * wl-score.el: Likewise.
8742
8743         * wl-message.el: Rewrite for new message buffer cache mechanism.
8744         (wl-message-buffer-cache-buffer-get): New macro.
8745         (wl-message-buffer-cache-folder-get): Ditto.
8746         (wl-message-buffer-cache-message-get): Ditto.
8747         (wl-message-buffer-cache-entry-make): Ditto.
8748         (wl-message-buffer-cache-hit): Ditto.
8749         (wl-message-buffer-cache-sort): New function.
8750         (wl-message-buffer-cache-add): Ditto.
8751         (wl-message-buffer-cache-delete): Ditto.
8752         (wl-message-buffer-cache-clean-up): Ditto.
8753         (wl-message-buffer-window): Rewrite.
8754         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8755         (wl-message-buffer-display): New function.
8756         (wl-message-display-internal): New function.
8757
8758 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-folder.el: Use `elmo-folder-name-internal';
8761         Use `wl-folder-get-elmo-folder';
8762         Use `elmo-folder-list-messages' instead of
8763         `elmo-list-folder';
8764         Use `elmo-folder-get-primitive-list' instead of
8765         `elmo-folder-get-primitive-spec-list';
8766         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8767         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8768         Use `elmo-folder-create' instead of `elmo-create-folder'.
8769         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8770         (wl-folder-get-elmo-folder): New macro.
8771         (wl-folder-elmo-folder-cache-get): Ditto.
8772         (wl-folder-elmo-folder-cache-put): Ditto.
8773         (wl-folder-suspend): Call `elmo-quit'.
8774
8775         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8776         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8777         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8778         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8779         (toplevel): require 'cl.
8780         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8781
8782         * wl-summary.el: Rewrite to use new elmo interface.
8783
8784 \f
8785 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl-mime.el (wl-draft-preview-message):
8788         Run `wl-draft-send-hook' before collecting recipients information;
8789         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8790
8791         * tm-wl.el (wl-draft-preview-message): Ditto.
8792
8793 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8796         wrong recipients are displayed when forwarded message.
8797
8798 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * Version number is increased to 2.5.7.
8801
8802 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8803
8804         * wl-message.el (wl-message-next-page): Bind
8805         `window-pixel-scroll-increment' to nil while scrolling up.
8806
8807 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8808
8809         * wl-vars.el (wl-save-hook): New hook.
8810         * wl.el (wl-save): Call `wl-save-hook'.
8811
8812 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8813
8814         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8815         Argument WITH-ARG instead of NO-ARG (negative mean).
8816         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8817         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8818         * wl-message.el (wl-message-follow-current-entity): Likewise.
8819
8820 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8821
8822         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8823         FROM was optional argument.
8824         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8825
8826 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8827
8828         * Version number is increased to 2.5.6.
8829
8830 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8831
8832         * wl-version.el (wl-version-show): Removed.
8833         (wl-version): Add `interactive'.
8834
8835 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8836
8837         * wl-summary.el (wl-summary-get-petname-func): New variable.
8838         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8839         instead of `wl-address-get-petname-1'.
8840         (wl-summary-simple-from): Ditto.
8841
8842         * wl-address.el (wl-address-get-petname-1): Define as function.
8843
8844 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8847         field in the original message.
8848         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8849
8850 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8851
8852         * wl-expire.el (wl-expire-hide):
8853         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8854
8855 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8858         find decoder for To, Cc, and Subject.
8859
8860 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8863         for checking `elmo-use-buffer-cache'.
8864         (wl-summary-mark-as-important): Fixed typo in comment.
8865
8866 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8867
8868         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8869         field in the original message.
8870         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8871
8872 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8873
8874         * wl-expire.el (wl-expire-hide):
8875         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8876
8877 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8880         find decoder for To, Cc, and Subject.
8881
8882 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8883
8884         * Version number is increased to 2.5.5.
8885
8886         * wl-address.el (wl-address-specials-regexp): New constant.
8887         (wl-address-quote-specials): Use it.
8888
8889 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * wl-summary.el (wl-summary-rescan):
8892         Call `wl-summary-buffer-number-column-detect'.
8893         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8894
8895         * wl-message.el (wl-message-mode-map): Define.
8896         (wl-message-decode): Use it as local-map.
8897
8898 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8901         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8902
8903 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8906
8907         * wl-mule.el (wl-read-event-char): Ditto.
8908
8909         * wl-e21.el (wl-read-event-char): Ditto.
8910
8911         * wl-nemacs.el (wl-read-event-char): Ditto.
8912         (read-event): Removed.
8913
8914         * wl-util.el (toplevel): Removed dummy definition of
8915         `read-event'.
8916         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8917
8918 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8919
8920         * wl-nemacs.el (elmo-archive-call-process): Moved to
8921         elmo-archive.el.
8922
8923 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8926         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8927
8928         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8929         instead of magic-number 6.  Use `not' instead of `null' for symbol
8930         `nil' check (not empty list).
8931         (wl-draft-insert-x-face-field): Fixed paren style.
8932
8933         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8934         one-branch conditional statement, instead of `and' and `if'.
8935         (wl-draft-forward): Likewise.
8936         (wl-draft-add-references): Likewise.
8937         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8938
8939         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8940         conditional steatment.  Use `cond' instead of `if'.
8941         (wl-draft-confirm): Likewise.
8942
8943 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8944
8945         * wl-version.el (wl-version-show): Use `product-string-1'
8946         instead of `wl-version'.
8947         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8948
8949         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8950
8951 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8952
8953         * wl-highlight.el (wl-highlight-headers): Revert
8954         `wl-highlight-x-face-func' argument (`beg' and `end').
8955
8956 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8957
8958         * wl.el (toplevel): Move `product-provide' declare.
8959         * wl-demo.el (toplevel): Ditto.
8960         * wl-dnd.el (toplevel): Ditto.
8961         * wl-highlight.el (toplevel): Ditto.
8962         * wl-message.el (toplevel): Ditto.
8963         * wl-refile.el (toplevel): Ditto.
8964         * wl-util.el (toplevel): Ditto.
8965
8966 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8969         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8970         (wl-thread-close-all): keep cursor position.
8971
8972 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8973
8974         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8975         (eq x 0).
8976         (wl-generate-user-agent-string-1): Fix conditional statement.
8977
8978 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8979
8980         * wl.el (wl-check-environment): Additional check for
8981         'wl-local-domain' and `wl-message-id-domain'.
8982
8983 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8984
8985         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8986
8987 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8990         instead of `smtp-sasl-user-realm'.
8991
8992 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8993
8994         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8995
8996 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8997
8998         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8999         to the default value as well as `eword-lexical-analyzer'.
9000
9001 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9002
9003         * wl-version.el (wl-extended-emacs-version,
9004         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9005         `elmo-match-string' instead of `wl-match-string'.
9006
9007 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9008
9009         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9010         docstring.
9011
9012 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9013
9014         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9015
9016 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9017
9018         * wl-highlight.el (wl-highlight-headers): Remove
9019         `wl-highlight-x-face-func' argument (`beg' and `end').
9020
9021 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9022
9023         * wl-summary.el (wl-summary-mark-as-important):
9024         Remove cache if folder is local.
9025
9026 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9027
9028         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9029         to get existing e-mail address string.
9030
9031 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9032
9033         * wl-version.el (wl-generate-user-agent-string): Commentary.
9034         (wl-generate-user-agent-string-1): Use `when' for
9035         one-branch conditional statement, instead of `and' and `if'.
9036         (wl-extended-emacs-version, wl-extended-emacs-version2,
9037         wl-extended-emacs-version3): Ditto.
9038
9039 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9042         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9043         condition-case; Remove initialization.
9044         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9045         (wl-summary-sync-update3): Added argument `sync-all';
9046         Eliminated local variable `msgdb';
9047         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9048         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9049         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9050
9051 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9052
9053         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9054         connection before call `wl-draft-send-mail-with-smtp'.
9055
9056 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * Version number is increased to 2.5.4.
9059
9060 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9061
9062         * wl.el (wl-check-environment): Additional check for
9063         'wl-local-domain' and `wl-message-id-domain'.
9064
9065 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9066
9067         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9068         buffer as command specific.
9069         (wl-folder-mark-as-read-all-entity): Ditto.
9070         (wl-folder-prefetch-entity): Ditto.
9071         (wl-folder-drop-unsync-entity): Ditto.
9072
9073         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9074         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9075         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9076
9077         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9078         save-excursion.
9079
9080 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9081
9082         * Version number is increased to 2.5.3.
9083
9084         * wl-summary.el (wl-summary-save-view-cache):
9085         Delete duplicated `write-region';
9086         Use `write-region-as-binary' instead of `as-binary-output-file' and
9087         `write-region'.
9088
9089 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9090
9091         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9092
9093 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9094
9095         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9096         instead of `smtp-via-smtp'.
9097
9098 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9099
9100         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9101
9102 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9103
9104         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9105         instead of `smtp-sasl-user-realm'.
9106
9107 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9108
9109         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9110
9111 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9112
9113         * Version number is increased to 2.5.2.
9114
9115 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9118         does not exist.
9119         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9120         (wl-biff-start): Call `timer-activate' if timer already exists.
9121
9122         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9123         only when it is bound as function.
9124
9125 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * Version number is increased to 2.5.1.
9128
9129 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9130
9131         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9132         Print refile/copy destination.
9133
9134 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9137         queue-flush-only is non-nil.
9138
9139         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9140
9141         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9142         checking cache folder.
9143
9144 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9145
9146         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9147         `regexp-quote'.
9148
9149 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9150
9151         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9152         function.
9153         * wl-summary.el (wl-summary-write-current-folder-functions):
9154         Change default value.  Use it.
9155
9156 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9157
9158         * Version number is increased to 2.5.0.
9159
9160         * wl-version.el (wl-version): Changed codename.
9161
9162 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9165         (wl-summary-supersedes-message): Ditto.
9166
9167 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9168
9169         * wl-refile.el (wl-refile-guess-functions): Renamed from
9170         `wl-refile-guess-func-list'.
9171
9172 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9175         Fixed problem when no rule was matched.
9176
9177 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9178
9179         * wl-summary.el (wl-summary-get-mark): Fixed
9180         `wl-summary-buffer-target-mark' check logic.
9181
9182 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9183
9184         * wl-folder.el (wl-folder-write-current-folder): Added group
9185         folder check.
9186
9187         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9188         `wl-summary-write-current-newsgroup'.
9189         (wl-summary-write-current-folder-functions): New variable.
9190         * wl-folder.el (wl-folder-get-newsgroups): New function.
9191         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9192         (wl-folder-write-current-folder): Renamed from
9193         `wl-folder-write-current-newsgroup'.
9194
9195 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9196
9197         * Version number is increased to 2.3.93.
9198
9199 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9202         (wl-ldap-make-matched-value-list): Ditto.
9203         (wl-ldap-alias-safe-string): Split e-mail address.
9204
9205         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9206         petname folder default was selected.
9207         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9208         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9209
9210 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9211
9212         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9213         to `wl-draft-config-exec'.
9214
9215         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9216         instead of calling `wl-draft-config-exec';
9217         Process group-list and show recipients in minibuffer.
9218
9219         * tm-wl.el (wl-draft-preview-message): Ditto.
9220
9221 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9222
9223         * wl.el (toplevel): Added (C) to copyright notice, and
9224         sync Author header.
9225         * tm-wl.el (toplevel): Ditto.
9226         * wl-address.el (toplevel): Ditto.
9227         * wl-demo.el (toplevel): Ditto.
9228         * wl-dnd.el (toplevel): Ditto.
9229         * wl-draft.el (toplevel): Ditto.
9230         * wl-e21.el (toplevel): Ditto.
9231         * wl-expire.el (toplevel): Ditto.
9232         * wl-folder.el (toplevel): Ditto.
9233         * wl-highlight.el (toplevel): Ditto.
9234         * wl-message.el (toplevel): Ditto.
9235         * wl-mime.el (toplevel): Ditto.
9236         * wl-mule.el (toplevel): Ditto.
9237         * wl-nemacs.el (toplevel): Ditto.
9238         * wl-refile.el (toplevel): Ditto.
9239         * wl-score.el (toplevel): Ditto.
9240         * wl-summary.el (toplevel): Ditto.
9241         * wl-template.el (toplevel): Ditto.
9242         * wl-thread.el (toplevel): Ditto.
9243         * wl-util.el (toplevel): Ditto.
9244         * wl-vars.el (toplevel): Ditto.
9245         * wl-xmas.el (toplevel): Ditto.
9246
9247 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9248
9249         * wl.el (wl-init): Added comment about `wl-init-hook'.
9250         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9251         * wl-vars.el (wl-init-hook): Added docs.
9252         (wl-make-plugged-hook): Removed useless docs.
9253         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9254         * wl-xmas.el (toplevel): Ditto.
9255
9256 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9257
9258         * wl-address.el (toplevel): Fixed multiple Author header format.
9259         * wl-demo.el (toplevel): Ditto.
9260         * wl-draft.el (toplevel): Ditto.
9261         * wl-folder.el (toplevel): Ditto.
9262         * wl-summary.el (toplevel): Ditto.
9263         * wl-thread.el (toplevel): Ditto.
9264         * wl-util.el (toplevel): Ditto.
9265         * wl-vars.el (toplevel): Ditto.
9266         * wl-version.el (toplevel): Ditto.
9267         * wl-xmas.el (toplevel): Ditto.
9268         * wl.el (toplevel): Ditto.
9269
9270         * wl-version.el (toplevel): Added require `elmo-version' for
9271         `product-version-as-string'.
9272
9273 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * wl-vars.el (wl-draft-send-hook): Changed default value to
9276         '(wl-draft-config-exec).
9277
9278         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9279         explicitly.
9280         (wl-draft): Set `wl-draft-config-exec-flag' before running
9281         `wl-mail-setup-hook'.
9282
9283         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9284         `wl-biff-init-icons' to `wl-init-hook' instead of
9285         `wl-make-plugged-hook'.
9286         (Because if `wl-draft' command is invoked at first,
9287         they are not initialized)
9288         Updated copyright notice.
9289
9290         * wl-e21.el (toplevel): Ditto;
9291
9292         * wl-demo.el (toplevel): Updated copyright notice.
9293         * wl-address.el (toplevel): Ditto.
9294         * wl-draft.el (toplevel): Ditto.
9295         * wl-version.el (toplevel): Ditto.
9296         * wl-folder.el (toplevel): Ditto.
9297         * wl-summary.el (toplevel): Ditto.
9298         * wl-thread.el (toplevel): Ditto.
9299         * wl-util.el (toplevel): Ditto.
9300         * wl-vars.el (toplevel): Ditto.
9301         * wl.el (toplevel): Ditto.
9302
9303 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * wl-highlight.el (wl-highlight-message): Fixed problem of
9306         highlighting failure which occured when the last field contains
9307         multiple lines in the draft buffer.
9308
9309         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9310         `wl-biff-start' if plugged.
9311
9312         * wl-util.el (wl-biff-check-folder): New function.
9313         (wl-biff-check-folders): Don't set session name prefix.
9314         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9315         (wl-biff-check-folder-async): Ditto.
9316
9317         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9318         in email address.
9319
9320 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9321
9322         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9323
9324         * wl-draft.el (wl-draft-strip-subject-re): New function.
9325
9326         * wl-draft.el (wl-draft-reply): Use it.
9327
9328 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-message.el (wl-mmelmo-message-redisplay): Use
9331         `mime-display-message' instead of `wl-mime-display-message'.
9332
9333         * wl-mime.el (toplevel): Removed compatibility workaround
9334         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9335         (wl-mime-display-message): Abolished.
9336         (wl-mime-entity-read-field): Ditto.
9337         (wl-mime-combine-message/partial-pieces): Use
9338         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9339
9340 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9341
9342         * wl-template.el: Doc fixes.
9343
9344 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9345
9346         * wl-e21.el (wl-message-overload-functions): Do nothing if
9347         `current-local-map' is not available.
9348         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9349
9350 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9351
9352         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9353         representation.
9354
9355         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9356         number.
9357         (wl-fldmgr-save-folders): Don't use `format' when insert
9358         `wl-fldmgr-folders-header'.
9359
9360 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9361
9362         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9363
9364 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9365
9366         * wl-highlight.el (wl-highlight-message):
9367         Use `std11-field-end' to detect end point of the header field.
9368         Refer `wl-highlight-max-header-size'.
9369
9370         * wl-vars.el (wl-highlight-max-header-size): New variable.
9371
9372         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9373
9374         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9375         Set `for-draft' argument of wl-highlight-headers.
9376         (wl-draft): Ditto.
9377         (wl-draft-reedit): Ditto.
9378         (wl-user-agent-compose-internal): Ditto.
9379
9380 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9381
9382         * wl-message.el (wl-message-add-button): Use overlay.
9383
9384 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9387
9388         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9389         problem when group-list content is nothing.
9390         (Reported by Mito <mit@nines.nec.co.jp>)
9391
9392 2000-10-18  SAITO Atsunori <sai@yedo.com>
9393
9394         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9395
9396 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9397
9398         * tm-wl.el (toplevel): Use product-provide.
9399
9400 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9401
9402         * Version number is increased to 2.3.92.
9403
9404 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9405
9406         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9407         title text, use `display' property for left margin under Emacs 21.
9408
9409         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9410         properties.
9411         (wl-plugged-init-icons): Ditto.
9412
9413 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9414
9415         * wl.el (wl-save-status, wl-init): Remove last period in
9416         "...done." message.
9417         * tm-wl.el (wl-summary-burst): Ditto.
9418         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9419         wl-summary-resume-cache-status,
9420         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9421         wl-summary-sync-update3, wl-summary-highlight-msgs,
9422         wl-summary-flush-pending-append-operations,
9423         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9424         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9425         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9426         wl-thread-open-all): Ditto.
9427         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9428         * wl-mime.el (wl-summary-burst): Ditto.
9429         * wl-highlight.el (wl-highlight-summary): Ditto.
9430         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9431         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9432         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9433         * wl-address.el (wl-local-address-init): Ditto.
9434
9435 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9436
9437         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9438         `add-text-properties'.
9439         (wl-plugged-init-icons): Ditto.
9440         (wl-folder-init-icons): Use `propertize' instead of
9441         `put-text-property'.
9442         (wl-plugged-set-folder-icon): Ditto.
9443         (wl-e21-highlight-folder-group-line): Ditto.
9444
9445 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-version.el (wl-version-status-alist): New variable.
9448         (wl-version-status): New function.
9449
9450         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9451         "Cc" part of the case "Reply-To".
9452
9453         * wl-draft.el (wl-draft-reply): Use result of
9454         `eword-extract-address-components'.
9455
9456         * wl-demo.el (wl-demo-icon-name): New constant.
9457         (wl-logo-xpm): Use it.
9458         (wl-logo-xbm): Ditto.
9459         (wl-logo-bitmap): Ditto.
9460
9461         * Version number is increased to 2.3.91.
9462
9463 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9464
9465         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9466         (wl-extended-emacs-version, wl-extended-emacs-version2,
9467         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9468         docstring.
9469
9470         * wl-version.el (wl-generate-user-agent-string-1): New function.
9471         (wl-generate-user-agent-string): Use it.
9472
9473         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9474         `mime-edit-insert-user-agent-field'.
9475         (wl-generate-user-agent-string): Check
9476         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9477
9478         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9479         instead of `if', when verbose case.
9480
9481 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9482
9483         * wl-expire.el (wl-summary-expire): Fix.
9484
9485 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9486
9487         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9488         and `elmo-lost+found-folder' if 'wl-draft.
9489         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9490
9491 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9492
9493         * wl-expire.el (wl-summary-expire): Change messages.
9494         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9495         `deleing-info' instead of "Deleting..."
9496
9497 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9498
9499         * wl-summary.el (wl-summary-refile-subr): Fix.
9500
9501 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9502
9503         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9504         if pipe folder.
9505
9506 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9507
9508         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9509
9510 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9511
9512         * wl-expire.el (wl-expire-hide): New function.
9513         (wl-summary-expire): Add `hide'.
9514
9515 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9516
9517         * wl-vars.el (wl-draft-reply-without-argument-list):
9518         Changed default value to consider `Reply-To:'.
9519         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9520
9521         * Version number is increased to 2.3.90.
9522
9523         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9524         elmo-imap4-get-session with unwind-protect.
9525         Don't cause error.
9526         (wl-summary-sync-marks): Don't check plugged nor folder type.
9527         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9528         (Always keep current buffer).
9529
9530 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9531
9532         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9533         Enclose with `save-excursion'.
9534
9535 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9536
9537         * wl-version.el (wl-version): Remove interactive.
9538
9539 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9540
9541         * wl-version.el (wl-generate-user-agent-string): Use
9542         `product-string-verbose' instead of `product-string-1'.
9543
9544 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9545
9546         * wl-vars.el (wl-draft-use-cache): New variable.
9547         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9548         if wl-draft-use-cache is non-nil.
9549
9550 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9551
9552         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9553         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9554
9555 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9556
9557         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9558         (wl-thread-msg-mark-as-unread): Ditto.
9559
9560         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9561         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9562         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9563         Don't set mark in summary if return value of `elmo-mark-as-read'
9564         is nil.
9565         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9566         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9567         instead of `wl-thread-msg-mark-as-read'.
9568         (wl-summary-mark-as-unread-region): Ditto.
9569         (wl-summary-target-mark-mark-as-read): Ditto.
9570
9571         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9572
9573 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9574
9575         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9576
9577         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9578
9579 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9580
9581         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9582         face.
9583
9584 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9585
9586         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9587         `running-xemacs'.
9588
9589 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9590
9591         * wl-version.el (toplevel): Use `product-version-as-string' for
9592         set verstion-string, if defined.
9593
9594         * wl-version.el (wl-version-show): Insert string at point, when
9595         call with argument.
9596
9597         * wl-version.el (wl-generate-user-agent-string): Use
9598         `product-string-1' instead of `wl-appname', `wl-version' and
9599         `wl-codename'.
9600
9601 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9602
9603         * wl-address.el (toplevel): Use product-provide.
9604         * wl-demo.el (toplevel): Ditto.
9605         * wl-dnd.el (toplevel): Ditto.
9606         * wl-draft.el (toplevel): Ditto.
9607         * wl-e21.el (toplevel): Ditto.
9608         * wl-expire.el (toplevel): Ditto.
9609         * wl-fldmgr.el (toplevel): Ditto.
9610         * wl-folder.el (toplevel): Ditto.
9611         * wl-highlight.el (toplevel): Ditto.
9612         * wl-message.el (toplevel): Ditto.
9613         * wl-mime.el (toplevel): Ditto.
9614         * wl-mule.el (toplevel): Ditto.
9615         * wl-nemacs.el (toplevel): Ditto.
9616         * wl-refile.el (toplevel): Ditto.
9617         * wl-score.el (toplevel): Ditto.
9618         * wl-summary.el (toplevel): Ditto.
9619         * wl-template.el (toplevel): Ditto.
9620         * wl-thread.el (toplevel): Ditto.
9621         * wl-util.el (toplevel): Ditto.
9622         * wl-vars.el (toplevel): Ditto.
9623         * wl-xmas.el (toplevel): Ditto.
9624         * wl.el (toplevel): Ditto.
9625
9626 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9627
9628         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9629         instead of product.
9630
9631         * wl-version.el (wl-version): Compile time evalution elmo-version.
9632
9633 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9634
9635         * wl-summary.el (wl-summary-sync-force-update): Append queue
9636         `mark-as-read'if unplugged.
9637
9638 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9639
9640         * wl-version.el: New file.  Use product.el.
9641         * wl.el: add (require 'wl-version).
9642         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9643         for ~/.folders header.
9644         (wl-fldmgr-folders-header): Changed.
9645         * wl-demo.el (wl-demo): Use product.el.
9646
9647         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9648         wl-version.el.
9649         * wl-util.el (wl-version, wl-version-show): Ditto.
9650
9651         * wl-util.el (wl-generate-user-agent-string,
9652         wl-extended-emacs-version, wl-extended-emacs-version2,
9653         wl-extended-emacs-version3): Move to wl-version.el.
9654         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9655         xemacs-codename, mime-edit-insert-user-agent-field,
9656         mime-edit-user-agent-value, mime-editor/version,
9657         mime-editor/codename): Compile warning killer move to
9658         wl-version.el
9659
9660 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9661
9662         * wl-summary.el (wl-summary-refile-subr): Fix.
9663
9664 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9667         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9668
9669 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9670
9671         * wl.el (wl-check-environment): Check too many `@'.
9672
9673 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9674
9675         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9676
9677 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9678
9679         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9680         wl-draft-reply-myself-without-argument-list): Add variables.
9681         * wl-draft.el (wl-draft-reply): Use it.
9682
9683 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9684
9685         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9686         the 5th argument of `elmo-network-get-spec'.
9687
9688         * wl-thread.el (wl-thread-reparent-children): New inline function.
9689         (wl-thread-delete-message): Use it.
9690
9691         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9692         (wl-summary-score-update-all-lines): Don't use `dolist'.
9693
9694 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9695
9696         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9697         (require 'elmo-msgdb) for inline function.
9698
9699 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9700
9701         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9702
9703 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9704
9705         * wl-score.el (wl-score-headers): Fix for the confusing macro
9706         `elmo-kill-buffer'.
9707
9708 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9709
9710         * wl-summary.el: Don't use the 3rd argument of `require' because
9711         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9712         * wl-util.el: Ditto.
9713         * wl-draft.el: Ditto.
9714
9715 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9716
9717         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9718         window system is not used.
9719
9720 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9721
9722         * wl-thread.el: Don't use `mapcar' only for iteration.
9723         (wl-thread-resume-entity): Ditto.
9724         (wl-thread-delete-message): Ditto.
9725
9726         * wl-summary.el: Bind `dragdrop-drop-functions',
9727         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9728         of `require' for `timezone', `easymenu' and `ps-print';
9729         don't use `mapcar' only for iteration.
9730
9731         * wl-util.el: Bind `mule-version', `nemacs-version',
9732         `emacs-beta-version', `xemacs-codename',
9733         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9734         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9735         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9736         only for iteration.
9737
9738         * wl-score.el: Don't use `mapcar' only for iteration.
9739         (wl-score-simplify-buffer-fuzzy): Ditto.
9740         (wl-score-simplify-subject): Ditto.
9741         (wl-score-headers): Ditto.
9742         (wl-summary-score-update-all-lines): Ditto.
9743
9744         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9745         `enable-multibyte-characters' and `mule-version'.
9746
9747         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9748         `mapcar' only for iteration.
9749
9750         * wl-demo.el: Don't use `mapcar' only for iteration.
9751
9752         * wl-folder.el: Don't use `mapcar' only for iteration.
9753         (wl-folder-open-all): Ditto.
9754         (wl-folder-count-incorporates): Ditto.
9755
9756         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9757         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9758
9759         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9760         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9761         `smtp-connection-type'; specify 3rd argument of `require' for
9762         `timezone'; don't use `mapcar' only for iteration.
9763         (wl-draft-clone-local-variables): Don't use `mapcar'.
9764         (wl-draft-generate-clone-buffer): Ditto.
9765         (wl-user-agent-compose-internal): Ditto.
9766
9767         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9768
9769         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9770         (wl-save-status): Ditto.
9771
9772         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9773         for iteration.
9774
9775 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9778         removed `Date'.
9779         (wl-fldmgr-make-filter-default): New user option.
9780
9781         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9782         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9783         (wl-fldmgr-filter-completion-alist): Abolish.
9784
9785         * wl.el (wl): Don't check servers if arg is non-nil.
9786
9787         * wl-draft.el (wl-draft-reply): Set only message-id string to
9788         In-Reply-To field.
9789
9790 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9791
9792         * wl-summary.el (wl-summary-pick): Rewrite.
9793
9794         * wl-draft.el (wl-draft-forward): Get references field from
9795         original buffer.
9796         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9797
9798 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9799
9800         * wl-draft.el (wl-draft-forward): Add references field.
9801
9802 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9803
9804         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9805         (wl-draft-reply): Use it.
9806
9807 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9808
9809         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9810         when Emacs 21 is running.
9811
9812         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9813         bindings.
9814
9815 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9816
9817         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9818         XPM icons transparent.
9819
9820         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9821         Emacs 21.
9822
9823 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9824
9825         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9826         nil.
9827
9828         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9829         when it is persistent.
9830         (wl-summary-sync-marks): Changed argument for
9831         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9832         (wl-summary-virtual): Use `elmo-read-search-condition'.
9833         (wl-summary-redisplay-internal): If folder is local, mark as read
9834         even when folder is plugged.
9835
9836 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9837
9838         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9839         of `tool-bar-lines' in the frame parameters.
9840         (after-make-frame-functions, post-command-hook): Don't modify the
9841         value.
9842         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9843         wl-e21-tool-bar-lines): Removed.
9844
9845 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9846
9847         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9848         properties `evaporate' and `wl-momentary-overlay' as well.
9849         (wl-highlight-summary-displaying): Ditto.
9850         (wl-delete-all-overlays): Don't delete overlay which does not have
9851         a property `wl-momentary-overlay'.
9852
9853         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9854         `display-mouse-p' and `display-graphic-p'.
9855         (wl-folder-init-icons): Don't search for XBM or the other files.
9856         (wl-plugged-set-folder-icon): Make icons if and only if
9857         `display-graphic-p' returns non-nil.
9858         (wl-highlight-plugged-current-line): Use `before-string' overlay
9859         property to show icon images.
9860         (wl-highlight-folder-current-line): Ditto.
9861         (wl-e21-highlight-folder-group-line): Ditto.
9862         (wl-e21-highlight-folder-by-numbers): Ditto.
9863         (wl-e21-insert-image): Removed.
9864         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9865         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9866         said.
9867         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9868         `wl-e21-force-switch-toolbar'.
9869         (wl-e21-make-icon-image): Removed.
9870         (wl-e21-setup-toolbar): Don't search for XBM files.
9871         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9872         the default value.
9873
9874 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9875
9876         * wl-util.el (wl-biff-check-folder-async): Set
9877         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9878
9879 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9880
9881         * wl-e21.el (after-make-frame-functions): Add
9882         `wl-e21-force-switch-toolbar'.
9883         (wl-e21-force-switch-toolbar): New function force to switch the
9884         toolbar appearance automatically.
9885         (post-command-hook): Add `wl-e21-switch-toolbar'.
9886         (wl-e21-switch-toolbar): New function to switch the toolbar
9887         appearance automatically.
9888         (wl-e21-tool-bar-lines): New buffer local variable.
9889
9890 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9891
9892         * wl-util.el (wl-biff-check-folders-running): New variable.
9893         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9894         (wl-biff-check-folder-async-callback):
9895         Set `wl-biff-check-folders-running'.
9896         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9897         with unwind-protect.
9898
9899         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9900         Enclose `wl-folder-auto-check' with unwind-protect.
9901
9902         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9903         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9904
9905         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9906
9907         * wl-util.el (wl-biff-notify): New inline function.
9908         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9909         locally.
9910         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9911         folder-list' is 1.
9912         Use `wl-biff-notify'.
9913         (wl-biff-check-folder-async-callback): New function.
9914         (wl-biff-check-folder-async): Ditto.
9915
9916         * wl-folder.el (wl-folder): Don't check folders.
9917         (wl-folder-auto-check): New function.
9918
9919 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9920
9921         * wl-util.el (wl-biff-start) [Emacs19+]:
9922         Use `timer-next-integral-multiple-of-time'.
9923         (wl-biff-check-folders): Use `wl-default-folder'
9924         if `wl-biff-check-folder-list' is nil.
9925
9926 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9927
9928         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9929         instead of `elmo-delete-lists'.
9930
9931 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9932
9933         * wl.el (wl-plugged-toggle-all): Set the value of
9934         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9935         (wl-plugged-toggle): Ditto.
9936         (wl-toggle-plugged): Ditto.
9937         (wl-plugged-init): Ditto.
9938
9939         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9940         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9941         instead of `wl-biff-state-indicator-off' and
9942         `wl-biff-state-indicator-on'; don't modify the value and the type
9943         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9944         (wl-plugged-init-icons): Set icons data to
9945         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9946         instead of `wl-plug-state-indicator-off' and
9947         `wl-plug-state-indicator-on'; don't modify the value and the type
9948         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9949
9950         * wl-vars.el (wl-modeline-biff-state-off,
9951         wl-modeline-biff-state-on, wl-modeline-biff-status,
9952         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9953         wl-modeline-plug-status): New internal variables.
9954         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9955         wl-biff-check-interval, wl-biff-check-folder-list): Change
9956         customization group from `wl-folder' to `wl-highlight'.
9957         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9958         wl-show-plug-status-on-modeline): Defcustomized.
9959
9960         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9961         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9962         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9963         a flag to `mode-line-buffer-identification'.
9964
9965         * wl-e21.el (wl-biff-init-icons): Set icons data to
9966         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9967         instead of `wl-biff-state-indicator-off' and
9968         `wl-biff-state-indicator-on'.
9969         (wl-plugged-init-icons): Set icons data to
9970         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9971         instead of `wl-plug-state-indicator-off' and
9972         `wl-plug-state-indicator-on'.
9973
9974 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9975
9976         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9977         excessive titles.
9978
9979 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9980
9981         * wl.el (wl-plugged-mode): Use revised
9982         `wl-mode-line-buffer-identification'.
9983         (wl-plugged-init): Don't use `force-mode-line-update'.
9984
9985         * wl-xmas.el (wl-draft-overload-functions): Use revised
9986         `wl-mode-line-buffer-identification'.
9987         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9988         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9989         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9990         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9991         `wl-make-plugged-hook';
9992         add `wl-folder-init-icons' and `wl-setup-folder' to
9993         `wl-folder-mode-hook'.
9994
9995         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9996         19 as well.
9997         (wl-mode-line-display-priority-list): New user option.
9998         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9999         Defcustomized.
10000         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10001         Add docs.
10002
10003         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10004         start.
10005         (wl-mode-line-buffer-identification): Revised as a function.
10006
10007         * wl-summary.el (wl-summary-mode): Use revised
10008         `wl-mode-line-buffer-identification'; don't call
10009         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10010         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10011         `wl-xmas-setup-summary'.
10012
10013         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10014         `wl-mode-line-buffer-identification'.
10015
10016         * wl-mule.el (wl-draft-overload-functions): Use revised
10017         `wl-mode-line-buffer-identification'.
10018
10019         * wl-folder.el (wl-make-plugged-alist): Don't call
10020         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10021         (wl-folder): Don't call `wl-folder-init-icons' directly.
10022         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10023         `wl-xmas-setup-folder' directly;
10024         use revised `wl-mode-line-buffer-identification'.
10025         (TopLevel): Don't bind `wl-biff-init-icons',
10026         `wl-plugged-init-icons', `wl-folder-init-icons',
10027         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10028
10029         * wl-e21.el (wl-draft-overload-functions): Use revised
10030         `wl-mode-line-buffer-identification'.
10031         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10032         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10033         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10034         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10035         `wl-make-plugged-hook';
10036         add `wl-folder-init-icons' and `wl-setup-folder' to
10037         `wl-folder-mode-hook'.
10038
10039 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10040             Katsumi Yamaoka    <yamaoka@jpl.org>
10041
10042         * wl.el (wl): Call `wl-biff-start'.
10043         (wl-exit): Call `wl-biff-stop'.
10044         (wl-plugged-mode): Show biff in modeline.
10045         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10046
10047         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10048         (wl-biff-init-icons): New function.
10049         (wl-plugged-init-icons): Don't make too much keymaps.
10050         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10051
10052         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10053         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10054         variables.
10055         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10056         options.
10057
10058         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10059         wl-biff-start, wl-biff-stop): New functions.
10060         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10061         (wl-biff-timer-name): New variable.
10062
10063         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10064
10065         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10066         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10067
10068         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10069         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10070
10071         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10072         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10073         `wl-folder-init-icons' to `ignore' if they are not available.
10074         (wl-folder-mode): Show biff in modeline.
10075
10076         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10077         (wl-biff-init-icons): New function.
10078         (wl-plugged-init-icons): Don't make too much keymaps.
10079         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10080
10081 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10082
10083         * wl-vars.el (wl-strict-diff-folders): Customization Type
10084         and doc fix.  Define as a list of regular expressions for
10085         folders or nil.
10086         * wl-folder.el (wl-folder-check-one-entity): Use
10087         `wl-string-match-member' instead of `wl-string-member' for
10088         `wl-strict-diff-folders'.
10089
10090 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10091
10092         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10093         (wl-highlight-folder-current-line): Use it; new implementation.
10094         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10095         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10096         `defsubst' instead of `defun'.
10097
10098         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10099         `wl-highlight-group-folder-by-numbers'; made it can also be a
10100         number.  See info for more details.
10101
10102         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10103         running.
10104
10105         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10106         to bind them.
10107
10108         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10109         (wl-highlight-folder-current-line): New implementation.
10110
10111         * wl-highlight.el (wl-highlight-folder-group-line): New
10112         implementation.
10113         (wl-delete-all-overlays): Rewrite as a marco.
10114         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10115
10116         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10117         running.
10118         (wl-folder-*-glyph): No need to bind them.
10119
10120         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10121         `wl-e21-highlight-folder-group-icon'; rewrite.
10122         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10123         `defsubst' instead of `defun'.
10124         (wl-folder-mode-map): Bind it when compiling.
10125
10126 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10127
10128         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10129
10130         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10131
10132 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10133
10134         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10135
10136 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10137
10138         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10139         (wl-highlight-folder-current-line): Use it.
10140
10141         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10142         in `id-name'.
10143
10144 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10145
10146         * wl.el: Require `wl-e21' when Emacs 21 is running.
10147
10148         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10149         default when Emacs 21 is running.
10150         (wl-use-highlight-mouse-line): Ditto.
10151         (wl-on-emacs21): New constant.
10152         (wl-on-emacs20): Removed.
10153
10154         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10155         Emacs 21 is running.
10156
10157         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10158         Emacs 21 is running.
10159
10160         * wl-e21.el: New file.
10161
10162 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10163
10164         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10165         (wl-toggle-plugged): Ditto.
10166         (wl-plugged-toggle): Ditto.
10167         (wl-plugged-toggle-all): Ditto.
10168
10169         * wl-vars.el (wl-plug-state-indicator): Refer
10170         `wl-plug-state-indicator-on' indirectly.
10171
10172 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10173
10174         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10175         Call `wl-folder-confirm-existence'.
10176
10177         * wl-folder.el (wl-folder-confirm-existence): Added optional
10178         argument `force'.
10179
10180 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10181
10182         * wl-summary.el (wl-summary-refile-subr): Assume
10183         `copy-or-refile' as symbol.
10184         (wl-summary-refile): Follow up above change.
10185         (wl-summary-copy): Ditto.  Doc fix.
10186
10187 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10188
10189         * wl-summary.el (wl-summary-pick): Don't bind
10190         `elmo-search-mime-charset'.
10191
10192         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10193         default using old backquote style.
10194         (wl-search-mime-charset): Abolished.
10195
10196         * wl-highlight.el (wl-highlight-headers):
10197         Call `point' after `re-search-forward'(for Nemacs).
10198
10199         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10200         for elmo-imap4.el.
10201
10202 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10203
10204         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10205         `wl-message-ignored-field-list' instead of
10206         `mime-view-ignored-field-list'.
10207
10208         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10209         Add interactive spec.
10210         (wl-folder-goto-bottom-of-current-folder): Ditto.
10211         (wl-folder-mode-map): Bind them.
10212
10213         * wl-vars.el (wl-message-ignored-field-list): New variable.
10214         (wl-message-visible-field-list): New variable.
10215
10216         * wl-mime.el (wl-mime-header-presentation-method): New function.
10217         (wl-mime-setup): Set header-presentation-method.
10218
10219 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10220
10221         * wl-nemacs.el (wl-draft-overload-functions): Set
10222         `mode-line-buffer-identification' instead of using
10223         `wl-make-modeline'.
10224
10225         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10226         instead of using `wl-make-modeline'.
10227
10228         * wl-xmas.el (wl-plugged-init-icons): Set up
10229         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10230         (wl-make-modeline): Abolish.
10231         (wl-draft-overload-functions): Set
10232         `mode-line-buffer-identification' instead of using
10233         `wl-make-modeline'.
10234
10235         * wl-util.el (wl-make-modeline-subr): Abolish.
10236         (wl-mode-line-buffer-identification): New alias.
10237
10238         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10239         (wl-summary-make-modeline): Abolish.
10240         (wl-summary-buffer-set-folder): Set
10241         `wl-summary-buffer-folder-indicator'.
10242         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10243         of using `wl-make-modeline'.
10244         (wl-summary-switch-to-clone-buffer): Don't set
10245         `mode-line-buffer-identification'.
10246         (wl-summary-goto-folder-subr): Ditto.
10247
10248         * wl-mule.el (wl-draft-overload-functions): Set
10249         `mode-line-buffer-identification' instead of using
10250         `wl-make-modeline'.
10251
10252         * wl-folder.el (wl-folder-mode): Set
10253         `mode-line-buffer-identification' instead of using
10254         `wl-make-modeline'.
10255         (wl-folder): Don't set `mode-line-buffer-identification'.
10256
10257 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10258
10259         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10260         instead of `member' for `wl-refile-guess-func-list' look-ups.
10261         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10262
10263 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10264
10265         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10266         `wl-message-button-dispatcher'.
10267
10268         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10269
10270         * wl-message.el (wl-message-button-dispatcher): Use it.
10271
10272         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10273         "In-Reply-To".
10274
10275         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10276         Bind `case-fold-search' to t.
10277
10278 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10279
10280         * wl-xmas.el (wl-message-overload-functions): Initialize
10281         `wl-message-button-map'.
10282
10283         * wl-mule.el (wl-message-overload-functions): Initialize
10284         `wl-message-button-map'.
10285
10286         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10287
10288         * wl-message.el (wl-message-button-map): New keymap.
10289         (wl-message-add-button): New function.
10290         (wl-message-button-dispatcher): New function.
10291         (wl-message-button-refer-article): New function.
10292
10293         * wl-highlight.el
10294         (wl-highlight-message-add-buttons-to-header): New function.
10295         (wl-highlight-headers): Use it.
10296
10297 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10298
10299         * wl-summary.el (wl-summary-default-from): Use
10300         `wl-address-get-petname-1'.
10301         (wl-summary-simple-from): Ditto.
10302
10303         * wl-address.el (wl-address-get-petname-1): New inline function.
10304         (wl-address-get-petname): Use it.
10305
10306 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10307
10308         * wl-summary.el (wl-summary-default-from): Return full-name part
10309         from the address if no petname was found.
10310         (wl-summary-simple-from): Ditto.
10311
10312         * wl-address.el (wl-address-get-petname): Return nil if no petname
10313         associated with the address was found.
10314
10315 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10316
10317         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10318         display is finished.
10319
10320 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10321
10322         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10323         `elmo-folder-exists-p' argument.
10324
10325 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10326
10327         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10328         the folder.
10329
10330 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10331
10332         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10333
10334         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10335         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10336
10337 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10338
10339         * wl-folder.el (wl-folder-create-subr): New function.
10340         (wl-folder-confirm-existence): Use it.
10341         (wl-folder-check-one-entity): Use it.
10342         Check the error symbol is derived from 'elmo-open-error.
10343
10344         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10345         `ignore-error'.
10346
10347 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10348
10349         * wl-util.el (toplevel): Add (eval-when-compile (require
10350         'elmo-util)).  (Maybe `provide' is typo.)
10351
10352 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10353
10354         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10355         (I don't know why this was needed.)
10356
10357         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10358         Follow up changes for stream-type.
10359
10360         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10361         (wl-draft-elmo-nntp-send): Ditto.
10362
10363         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10364         (wl-nntp-posting-stream-type): Ditto.
10365         (wl-pop-before-smtp-ssl): Abolished.
10366         (wl-nntp-posting-ssl): Ditto.
10367
10368         * wl-address.el (wl-address-quote-specials): New function.
10369         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10370
10371         * wl-draft.el (wl-draft-reply): Ditto.
10372
10373 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10374
10375         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10376         use function `wl-string-match-assoc'.
10377
10378 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10381
10382         * wl-draft.el (wl-draft-deduce-address-list): New function.
10383         (wl-draft-parse-mailbox-list): Ditto.
10384         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10385         instead of `smtp-deduce-address-list'.
10386         (wl-draft-on-field-p): Follow group list.
10387
10388         * wl-address.el (wl-address-concat-token): New function.
10389         (wl-address-string-without-group-list-contents): Ditto.
10390         (wl-complete-field-body): Fixed problem of completion
10391         by japanese petname.
10392         (wl-address-make-completion-list): Rewrite.
10393
10394 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10395
10396         * wl-address.el (wl-address-make-completion-list): Completion by
10397         petname.
10398         (wl-complete-field-body): Likewise.
10399
10400 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10401
10402         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10403         contains invalid address syntax.
10404
10405 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10406
10407         * wl-folder.el (wl-folder-check-entity-async): Use
10408         `elmo-nntp-spec-hostname'.
10409
10410 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10411
10412         * wl-summary.el (wl-summary-msgdb-load-async): Use
10413         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10414
10415 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10416
10417         * wl-draft.el (wl-draft-reply): Set argument
10418         `content-transfer-encoding' as nil.
10419
10420 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10421
10422         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10423         `wl-refile-alist'.
10424
10425 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10426
10427         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10428         (wl-draft-edit-string): Ditto.
10429         (wl-draft-forward): Ditto.
10430         * wl-summary.el (wl-summary-write): Ditto.
10431
10432 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10433
10434         * wl-summary.el (wl-summary-sync-update3): Call
10435         `wl-summary-buffer-number-column-detect'.
10436         (wl-summary-buffer-number-column-detect): Search from point-min.
10437
10438 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10439
10440         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10441         contains an address which is not included in original to or cc.
10442
10443 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10444
10445         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10446         begin-line does not exist.
10447         * wl-message.el (wl-message-uu-substring): Ditto.
10448
10449 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10452         clear local variables.
10453         (wl-summary-exit): Call `elmo-commit'.
10454         (wl-summary-switch-to-clone-buffer): Call
10455         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10456         (wl-summary-goto-folder-subr): Ditto.
10457
10458         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10459         POP folder.
10460
10461 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10462
10463         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10464         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10465         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10466         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10467         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10468         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10469
10470         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10471
10472 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10473
10474         * wl-summary.el (wl-summary-search-by-subject):
10475         Search parent message from the latest one.
10476
10477 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10478
10479         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10480         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10481
10482         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10483         New user option.
10484
10485         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10486         if elmo-nntp-use-killed-list is nil.
10487         Use `elmo-msgdb-append-to-killed-list'.
10488         (Append numbers confirmed as disappeared to the killed list.)
10489         (wl-summary-confirm-appends): Don't display negative number.
10490
10491 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10492
10493         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10494
10495 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10496
10497         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10498         range is `all'.
10499         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10500         `elmo-list-bigger-diff'.
10501
10502 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10503
10504         * wl-summary.el (wl-summary-buffer-exit-func):
10505         New buffer local variable.
10506         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10507
10508 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10509
10510         * wl-demo.el (wl-demo): Fix the last change.
10511
10512 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10513
10514         * wl-demo.el (wl-demo): Don't use `eval'.
10515
10516 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10517
10518         * wl-summary.el (wl-summary-buffer-thread-modified):
10519         New buffer-local variable.
10520         (wl-summary-set-thread-modified): New function.
10521         (wl-summary-thread-modified-p): New function.
10522         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10523         (wl-summary-yank-saved-message): Use function
10524         `wl-summary-set-thread-modified'
10525         (wl-summary-switch-to-clone-buffer): Add
10526         `wl-summary-buffer-thread-modified'.
10527
10528         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10529         (wl-summary-buffer-mark-saved-hook): Ditto.
10530         * wl-summary.el (wl-summary-msgdb-save): New hook
10531         `wl-summary-buffer-message-saved-hook' and
10532         `wl-summary-buffer-mark-saved-hook'.
10533
10534 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10535
10536         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10537
10538 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10539
10540         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10541         don't hide scroll bars under FSF Emacsen because it may incur an
10542         undesirable redrawing.
10543
10544 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10545
10546         * wl-draft.el (wl-draft-edit-string): Call
10547         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10548
10549 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10550
10551         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10552
10553 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10554
10555         * wl-summary.el (wl-summary-msgdb-load-async): Call
10556         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10557
10558 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10559
10560         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10561         fringes in demo buffer; center bitmap logo correctly even if old
10562         Mule is used.
10563
10564 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10565
10566         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10567
10568         * wl-refile.el (wl-refile-subject-alist): New variable.
10569         (wl-refile-subject-alist-file-name): Ditto.
10570         (wl-refile-alist-setup): Rewrite.
10571         (wl-refile-alist-save): Use `elmo-object-save'.
10572         Eliminated arguments.
10573         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10574         (wl-refile-guess-by-subject): New function.
10575         (wl-refile-guess-func-list): Added it.
10576
10577 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10578
10579         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10580         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10581
10582 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10583
10584         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10585         New buffer-local variable.
10586         (wl-summary-buffer-next-folder-func): Ditto.
10587         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10588         if non-nil.
10589         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10590         if non-nil.
10591         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10592         if non-nil.
10593         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10594         if non-nil.
10595
10596 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10597
10598         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10599         permanently in the demo buffer.
10600
10601 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10602
10603         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10604         `mime-entity-fetch-field'.
10605
10606         * wl.el (wl-exit): Delete plugged buffer.
10607
10608         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10609         XEmacs has menubar feature.
10610
10611 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10612
10613         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10614         cannot arrive at the beginning of the buffer under old Emacsen.
10615
10616 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-address.el (wl-address-ldap-search):
10619         Call `ldap-search-entries' with `withdn' argument t.
10620         (wl-complete-field-body): Bind completion-ignore-case as t.
10621         Clear ldap search hash when it was sole completion.
10622         Use elmo-string for pattern string.
10623         (wl-ldap-alias-safe-string): Eliminated needless let.
10624
10625 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10626
10627         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10628         (wl-ldap-alias-sep): New constant.
10629         (wl-ldap-search-attribute-type-list): Ditto.
10630         (wl-ldap-get-value): New function.
10631         (wl-ldap-make-filter): Ditto.
10632         (wl-ldap-make-matched-value-list): Ditto.
10633         (wl-ldap-alias-safe-string): Ditto.
10634         (wl-ldap-register-dn-string): Ditto.
10635         (wl-address-ldap-search): Rewrite.
10636
10637 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10638
10639         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10640         thread is deleted.
10641         (wl-thread-delete-line-from-buffer): Ditto.
10642         (wl-thread-get-exist-children): New function.
10643
10644 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10645
10646         * wl-demo.el (wl-demo): Made it to select various image types.
10647         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10648         from `wl-title-logo'.
10649         (wl-logo-ascii): New variable.
10650         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10651         (wl-demo-copyright-notice): New constant.
10652
10653         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10654
10655 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10656
10657         * wl-vars.el (wl-summary-target-above): Renamed from
10658         wl-summary-temp-above.
10659         * wl-score.el (wl-score-get-score-alist): Use it.
10660         (wl-summary-score-update-all-lines): Use it.
10661         * wl-summary.el: Ditto. (make-variable-buffer-local).
10662
10663 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10664
10665         * wl-vars.el (wl-ldap-port): New user option.
10666
10667         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10668         Rewite whole implementation.
10669         (wl-complete-field-body): Fixed.
10670
10671 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10672
10673         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10674         Choose implementation at compile time.
10675
10676 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10677
10678         * wl-address.el (wl-ldap-search-internal): New function.
10679         (wl-complete-field-to): Use it.
10680
10681 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10682
10683         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10684         Use `let' instead of `let*'.
10685         Require 'wl-vars.
10686
10687         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10688         Define as defcustom.
10689         (wl-ldap-base): Ditto.
10690         (wl-use-ldap): Ditto.
10691
10692 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10693
10694         * wl-address.el (wl-ldap-search): New function.
10695         (wl-complete-field-body): Use `wl-ldap-search'.
10696         (wl-ldap-server): New variable.
10697         (wl-ldap-base): Ditto.
10698         (wl-use-ldap): Ditto.
10699
10700 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10701
10702         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10703         (Pointed out by Mito <mit@nines.nec.co.jp>).
10704         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10705         buffer-local variables like `wl-summary-redisplay-internal'.
10706         (wl-summary-redisplay-all-header): Likewise.  Update
10707         Summary view too.
10708
10709 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * wl-summary.el (wl-summary-jump-to-parent-message):
10712         Consider prefix argument.
10713
10714         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10715         when closed thread is deleted.
10716
10717 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10718
10719         * wl-summary.el (wl-summary-jump-to-parent-message):
10720         Consider thread modification.
10721
10722 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10723
10724         * wl-message.el (wl-message-normal-get-original-buffer): Use
10725         `save-excursion'.
10726
10727         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10728         (wl-summary-showto-folder-regexp): Ditto.
10729
10730 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10731
10732         * wl-util.el (wl-delete-alist): Doc fix.
10733         (wl-delete-associations): New function.
10734         (wl-inverse-alist): New function.
10735         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10736         Split temporary variables. Use `wl-delete-associations'
10737         and `wl-inverse-alist'.
10738         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10739
10740 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10741
10742         * wl-folder.el (wl-folder-prefetch-entity):
10743         Execute prefetching if new count is unknown.
10744
10745 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10746
10747         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10748
10749         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10750         delete entity.
10751         (wl-thread-set-parent): If insert as top, set linked as nil.
10752
10753         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10754         `wl-thread-cleanup-symbols' when view mode is thread.
10755
10756 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10757
10758         * wl-folder.el (wl-folder-create-folder-entity): Use
10759         with-current-buffer.
10760         (wl-local-folder-init): Call set-buffer to make sure we are in
10761         the Folder buffer. Don't touch buffer-local variables here.
10762         (wl-folder-mode): Initialize buffer-local variables here.
10763
10764         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10765         (wl-folder-entity-assign-id): Ditto.
10766         (wl-folder-create-entity-hashtb): Ditto.
10767         (wl-local-folder-init): Ditto.
10768         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10769
10770 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10771
10772         * wl-summary.el (wl-summary-default-from): Fix probrem when
10773         std11-extract-address-components return (nil "foo@bar").
10774
10775 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10776
10777         * wl-draft.el (wl-draft-clone-local-variables):
10778         Remove redundant `setq'.
10779
10780 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10781
10782         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10783         Bind wl-highlight-x-face-func as nil while highlighting header.
10784
10785 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10786
10787         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10788
10789 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10790
10791         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10792         elmo-msgdb-overview-hashtb from copy-variables.
10793         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10794         instead of `elmo-msgdb-overview-get-entity-by-number'.
10795         (wl-summary-auto-refile): Ditto.
10796
10797         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10798         `elmo-msgdb-overview-get-entity' instead of
10799         `elmo-msgdb-search-overview-entity'.  Use
10800         `elmo-msgdb-overview-get-entity' instead of
10801         `elmo-msgdb-overview-get-entity-by-number'.
10802         (wl-thread-insert-entity-sub): Ditto.
10803         (wl-thread-insert-message): Ditto.
10804
10805         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10806         `elmo-msgdb-overview-get-entity'.
10807         (wl-normal-message-redisplay): Ditto.
10808
10809 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10810
10811         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10812         `wl-thread-entities'.
10813         (wl-thread-delete-message): Fix remove top message from
10814         `wl-thread-entity-list'.
10815
10816         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10817         wl-append(nconc), because update-list is broken on Meadow.
10818
10819         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10820         updating process.
10821         (wl-summary-rescan): Ditto.
10822         (wl-summary-sync-update3): Ditto.
10823         * wl-thread.el (wl-thread-set-parent): Renamed from
10824         `wl-summary-set-parent'.
10825         (wl-thread-insert-message): Updating buffer faster.
10826         (wl-thread-delete-message): Updating buffer faster.
10827
10828         * wl-score.el (wl-summary-score-update-all-lines): Changed
10829         interval for display progress gauge.
10830
10831 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10832
10833         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10834         folder always-sticky.
10835         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10836         defmacro.
10837
10838 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10839
10840         * wl-vars.el (wl-draft-add-references): New user option.
10841
10842         * wl-draft.el (wl-draft-add-references): New function.
10843         (wl-draft-yank-from-mail-reply-buffer): Use it.
10844         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10845         as nil.
10846
10847 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10848
10849         * wl-thread.el (wl-thread-update-line-msgs): Called
10850         `wl-thread-update-line-on-buffer-sub'.
10851         (wl-thread-update-line-on-buffer): Delete routine of inserting
10852         thread.
10853         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10854         moved from `wl-thread-update-line-on-buffer'.
10855         Add threshold for displaying progress gauge.
10856         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10857         argument of `wl-thread-update-line-msgs'.
10858         Add threshold for displaying progress gauge.
10859         * wl-folder.el:
10860         Add threshold for displaying progress gauge.
10861         * wl-score.el: Ditto.
10862
10863         * wl-expire.el (wl-summary-expire): Display deleting info.
10864
10865 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10866
10867         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10868         `no-msg'.
10869         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10870         argument of `wl-thread-update-line-msgs'.
10871         (wl-summary-set-parent): Added optional argument `parent-number'.
10872         (wl-summary-buffer-saved-message): New buffer local variable.
10873         (wl-summary-save-current-message): New command.
10874         (wl-summary-yank-saved-message): Ditto.
10875         (wl-summary-mode-map): Added key binding for
10876         `wl-summary-save-current-message' (\ew) and
10877         `wl-summary-yank-saved-message' (\C-y).
10878         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10879
10880 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10881
10882         * wl-summary.el (wl-summary-mode-map): Added key binding for
10883         `wl-summary-set-parent' (ts).
10884
10885 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10886
10887         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10888         subject faster. If thread number is reverse, delayed updating
10889         thread.
10890         (wl-summary-search-by-subject): Ditto.
10891         (wl-summary-put-alike): Ditto.
10892         (wl-summary-get-alike): Ditto.
10893         (wl-summary-insert-headers): Insert header of all overview in
10894         buffer.
10895         (wl-summary-rescan): Delayed updating thread. Kill search subject
10896         buffer for wl-summary-search-by-subject.
10897         (wl-summary-sync-update3): Ditto.
10898         (wl-summary-exit): Ditto.
10899         (wl-summary-goto-bottom-of-current-thread): Change for linked
10900         thread.
10901         (wl-summary-overview-create-summary-line): Change line for linked
10902         thread.
10903
10904         * wl-summary.el (wl-summary-update-thread): Use
10905         wl-thread-maybe-get-children-num.
10906         (wl-summary-set-parent): If change parent, move sub thread.
10907         (wl-summary-redisplay-internal): Add horizontal recenter.
10908         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10909
10910         * wl-thread.el (wl-thread-entity-get-linked): New function.
10911         (wl-thread-entity-set-linked): New function.
10912         (wl-thread-create-entity): Add linked element.
10913         (wl-thread-entity-insert-as-top): Use wl-append.
10914         (wl-thread-maybe-get-children-num): If closing thread, return
10915         children msgs.
10916         (wl-thread-update-line-msgs): Displaying progress message.
10917         (wl-thread-update-line-on-buffer-sub): Use
10918         wl-thread-maybe-get-children-num.
10919         (wl-thread-update-line-on-buffer): If update line is not exists,
10920         insert thread.
10921         (wl-thread-delete-message): If delete top msg of thread, search
10922         parent by subject.
10923         (wl-thread-insert-entity): Use
10924         wl-thread-maybe-get-children-num.
10925
10926         * wl-highlight.el (wl-highlight-summary-current-line): change
10927         sregexp for linked thread.
10928         * wl-util.el (wl-count-lines): Count lines.
10929         (wl-horizontal-recenter): horizontal recenter.
10930         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10931         (wl-score-get-alike): Ditto.
10932         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10933         (wl-subject-length-limit): New variable.
10934         (wl-highlight-thread-indent-string-regexp): Changed for linked
10935         thread.
10936
10937 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10938
10939         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10940         New variable (revival).
10941         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10942         by subject matching if there's no in-reply-to nor references field
10943         (revival).
10944
10945 \f
10946 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10947
10948         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10949         message.
10950
10951 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10952
10953         * wl-summary.el (wl-summary-reply): Return t if there was a
10954         message at cursor point.
10955         Added unwind-protect.
10956         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10957         returns t.
10958         (wl-summary-cancel-message): Do nothing when there's no message at
10959         cursor point.
10960         (wl-summary-forward): Ditto.
10961         (wl-summary-jump-to-parent-message): Ditto.
10962         (wl-summary-reedit): Ditto.
10963         (wl-summary-edit-addresses): Ditto.
10964         (wl-summary-pipe-message): Ditto.
10965         (wl-summary-print-message-with-ps-print): Ditto.
10966         (wl-summary-print-message): Ditto.
10967         (wl-summary-mark-as-important): Ditto.
10968         (wl-summary-mark-as-unread): Ditto.
10969
10970         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10971         message at cursor point.
10972         (wl-summary-reply-with-citation): Remove unwind-protect.
10973
10974         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10975         subject searching feature.
10976         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10977         Eliminated.
10978
10979 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10980
10981         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10982         New variable.
10983         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10984         by subject matching if there's no in-reply-to nor references field.
10985
10986         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10987
10988         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10989         when display is finished.
10990         (wl-folder-open-all): Ditto.
10991         (wl-folder-update-access-group): Ditto.
10992         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10993         * wl-thread.el (wl-thread-close-all): Ditto.
10994
10995         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10996         progress gauge only when it was displayed.
10997         * wl-folder.el (wl-folder-insert-entity): Ditto.
10998
10999 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11000
11001         * wl-summary.el (wl-summary-incorporate): Enclose
11002         `wl-summary-sync-force-update' with save-excursion.
11003
11004 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11005
11006         * wl-summary.el (wl-summary-prefetch-region):
11007         Pass current cursor point to `pos-visible-in-window-p' after
11008         moving cursor to the started point.
11009
11010 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11011
11012         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11013
11014         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11015         fields from the forwarding message.
11016         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11017         `ignored-fields'.
11018
11019 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11020
11021         * wl-mime.el (wl-message-request-partial):
11022         Eliminated argument `msgdb'.
11023         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11024         (wl-mime-combine-message/partial-pieces): Likewise.
11025         * tm-wl.el (wl-message-request-partial): Likewise.
11026         (wl-mime-combine-message/partial-pieces): Likewise.
11027
11028 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11029
11030         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11031         when display is finished.
11032
11033 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11034
11035         * wl-summary.el (wl-summary-goto-folder-subr):
11036         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11037
11038 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11039
11040         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11041         when cursor point is visible.
11042
11043 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11044
11045         * wl-expire.el (wl-expire-archive-get-max-number):
11046         Don't use `file-name-directory'.
11047
11048 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11049
11050         * wl-expire.el (wl-expire-archive-get-max-number):
11051         Use `file-name-directory'.
11052
11053 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11054
11055         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11056         only when there is progress.
11057
11058 2000-04-13  Mito <mit@nines.nec.co.jp>
11059
11060         * wl-summary.el (wl-summary-sync-marks): Display progress.
11061
11062 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11063
11064         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11065         (wl-summary-prev): Move cursor regardless of unread status.
11066         (wl-summary-next): Ditto.
11067
11068 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11069
11070         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11071         Added argument `target' and `number'.
11072         * tm-wl.el (wl-summary-burst-subr): New function.
11073         (wl-summary-burst): Use it.
11074
11075 2000-04-10  Mito <mit@nines.nec.co.jp>
11076
11077         * wl-mime.el (wl-burst): New function.
11078         (wl-summary-burst): Use it.
11079
11080 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11081
11082         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11083         as petname when there's no candidate.
11084
11085 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11086
11087         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11088         New variable.
11089         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11090
11091         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11092
11093         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11094
11095 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11096
11097         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11098         Use substring of `original' instead of buffer-substring.
11099         (wl-refile-evaluate-rule):
11100         Set `original' argument of wl-refile-expand-newtext.
11101
11102         * wl-summary.el
11103         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11104         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11105         (wl-summary-auto-refile): Check existence of destination folder just
11106         before marking.
11107
11108 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11109
11110         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11111         when wl-refile-get-field-value return nil.
11112
11113 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11114
11115         * wl-refile.el
11116         (wl-refile-expand-newtext): New function imported from Gnus.
11117         (wl-refile-evaluate-rule): Use it.
11118
11119 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11120
11121         * wl-summary.el (wl-summary-print-destination):
11122         Duplicate folder string to avoid putting text-property on
11123         original string.
11124
11125         * wl-refile.el (wl-refile-get-field-value): New function.
11126         (wl-refile-evaluate-rule): New function;
11127         Evaluate refile rule recursively.
11128         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11129         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11130         New function; Check existence of a target folder recursively.
11131         (wl-summary-auto-refile-check-refile-rule-alist):
11132         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11133
11134 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11135
11136         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11137
11138         * wl-folder.el (wl-create-folder-entity-from-buffer):
11139         Fixed problem when '}' character is contained in folder name.
11140
11141         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11142
11143 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11144
11145         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11146         (wl-fldmgr-add-completion-all-completions):
11147         Use wl-fldmgr-add-completion-hashtb.
11148
11149 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11150
11151         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11152         wl-fldmgr-add-completion-subr): New functions.
11153         * wl-folder.el (wl-folder-completion-func): New variable.
11154         * wl-summary.el (wl-summary-read-folder):
11155         Use wl-folder-completion-func.
11156
11157         * wl-refile.el: Eliminate throw & catch.
11158
11159         * wl.el (wl-plugged-sending-queue-status): Fixed.
11160
11161 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11162
11163         * wl-draft.el (wl-draft): Put category property on
11164         mail-header-separator.