* wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Suppress compile warnings...
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
4
5         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
6         of `goto-line'.
7
8         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
9         symbol.
10
11         * wl.el (wl-plugged-change): Suppress compile warnings; Use
12         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
13         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
14         * wl-address.el (wl-complete-window-show): Ditto.
15         * wl-message.el (wl-message-select-buffer): Ditto.
16         * wl-template.el (wl-template-show): Ditto.
17         * wl-util.el (wl-collect-summary): Ditto.
18         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Ditto.
19
20 2009-12-16  Lloyd Zusman <ljz@asfast.com>
21
22         * wl-summary.el (wl-summary-detect-mark-position): Force
23         the temporary buffer to enable the use of multibyte characters
24         within searches [wl-en:2460].
25
26 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27
28         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
29         of `beginning-of-buffer'.
30
31 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
32
33         * wl-summary.el (wl-summary-display-raw): New function, display
34         message in raw format.
35
36 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
37
38         * Version number is increased to 2.15.7.
39
40 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
41
42         * wl-summary.el (wl-summary-previous-message-number): New function.
43         (wl-summary-next-message-number): Ditto.
44         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
45         `wl-summary-next-message-number'.
46         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
47         Inline temporary variable `cur-id'.
48         (wl-summary-get-next-unread-folder): Ditto.
49         (wl-summary-get-next-folder): Ditto.
50         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
51
52 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
53
54         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
55
56 2008-09-05  Kenichi Okada  <okada@opaopa.org>
57
58         * wl-summary.el (wl-summary-buffer-folder-name)
59         (wl-draft-config-body-goto-header): Use backquote instead of quote.
60         * wl-draft.el (wl-draft-body-goto-top)
61         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
62
63 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
64
65         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
66         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
67
68 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * wl-expire.el: Fix Comentary section.
71
72 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
75         Require mime-parse, elmo-mime, and wl-util.
76
77         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
78
79         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
80
81 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * wl-template.el: Require elmo-util and wl-vars.
84
85         * wl-mime.el (wl-mime-display-header): Revert last change.
86         Remove `delete-matching-lines "^$"'.
87
88 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
89
90         * wl-mime.el (wl-define-dummy-functions): Split
91         `eval-when-compile' form for avoid error; when `make
92         compile-strict.
93
94         * wl-util.el: Move (eval-when-compile (require 'static)).
95         * wl-dnd.el: Add (eval-when-compile (require 'static)).
96         * wl-message.el: Ditto.
97
98         * wl-mime.el (wl-message-delete-current-part): Use
99         `insert-buffer-substring' instead of `insert-buffer'.
100         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
101         * wl-draft.el (wl-draft-generate-clone-buffer)
102         (wl-draft-do-mime-bcc): Ditto.
103
104         * wl-address.el: Add (eval-when-compile (require 'cl)).
105         * wl-addrmgr.el: Ditto.
106         * wl-mime.el: Ditto.
107         * wl-util.el: Ditto.
108         * wl-score.el: Ditto.
109
110 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
113         `string-to-int'.
114
115         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
116         `string-to-int'.
117
118         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
119         `string-to-number' instead of `string-to-int'.
120
121         * wl-summary.el (wl-summary-get-list-info)
122         (wl-summary-message-number): Use `string-to-number' instead of
123         `string-to-int'.
124
125         * wl-score.el (wl-score-overview-entity-get-lines)
126         (wl-score-set-mark-below, wl-score-set-expunge-below)
127         (wl-summary-increase-score, wl-score-get-header-entry): Use
128         `string-to-number' instead of `string-to-int'.
129
130         * wl-folder.el (wl-folder-update-diff-line): Use
131         `string-to-number' instead of `string-to-int'.
132
133         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
134         instead of `string-to-int'.
135
136         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
137         instead of `string-to-int'.
138
139         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
140         `string-to-int'.
141
142 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
143
144         * wl-util.el (wl-match-string, wl-match-buffer)
145         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
146         (wl-kill-buffers, wl-local-variable-p)
147         (wl-line-formatter-setup): New backquote style.
148         (wl-count-lines): Use quote instead of backquote.
149
150         * wl-summary.el (wl-summary-buffer-folder-name)
151         (wl-summary-get-alike): Use quote instead of backquote.
152         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
153         backquote style.
154
155         * wl-message.el (wl-message-buffer-cache-buffer-get)
156         (wl-message-buffer-cache-folder-get)
157         (wl-message-buffer-cache-message-get)
158         (wl-message-buffer-cache-entry-make)
159         (wl-message-buffer-cache-hit): New backquote style.
160
161         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
162         backquote.
163         (wl-folder-unread-regex, wl-folder-entity-exists-p)
164         (wl-folder-clear-entity-info)
165         (wl-folder-get-entity-info, wl-folder-set-entity-info)
166         (wl-folder-elmo-folder-cache-get)
167         (wl-folder-elmo-folder-cache-put): New backquote style.
168
169         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
170         (wl-fldmgr-assign-id): Ditto.
171         (wl-fldmgr-delete-line): Use quote instead of backquote.
172         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
173
174         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
175         (wl-draft-set-sent-message): New backquote style.
176         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
177         (wl-draft-config-body-goto-header): Use quote instead of backquote.
178
179 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
180
181         * wl-address.el (wl-address-concat-token): Fix typo.
182
183 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
184
185         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
186         (wl-score-get-alike): Ditto.
187
188         * wl-vars.el: New backquote style.
189         (wl-message-header-button-alist): Use quote instead of backquote.
190
191         * wl.el (wl-plugged-string): New backquote style.
192
193         * wl-address.el (wl-address-concat-token): New backquote style.
194
195         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
196
197 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
198
199         * wl-highlight.el (wl-highlight-folder-opened-regexp)
200         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
201
202         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
203         in the character alternative.
204
205 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
206
207         * Version number is increased to 2.15.6.
208
209 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
210
211         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
212         optional 3rd argument of epg-context-set-progress-callback; it was
213         temporarily removed in the Emacs trunk due to copyright problem.
214         (wl-mime-pgp-verify-region-with-epg): Ditto.
215
216 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
217
218         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
219
220 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
221
222         * wl-util.el (wl-biff-check-folders): Set biff flag.
223         (from Naoto Morishima [wl:14031])
224
225 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
226
227         * wl.el (wl-plugged-server-indent): Use quote instead of
228         backquote.
229
230 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
231
232         * wl-score.el (wl-score-insert-header): Add guard for
233         `std11-unfold-string'.
234         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
235         TYPE artgument when TO or CC field.
236
237 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-goto-folder-subr): Call
240         `elmo-folder-close' instead of `elmo-folder-commit' if discard
241         current summary.
242
243 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-util.el (wl-read-shell-commande): New function or alias.
246
247         * wl-summary.el (wl-summary-pipe-message): Use
248         `wl-read-shell-command' instead of `read-string'.
249         (wl-summary-target-mark-pipe): Ditto.
250
251 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-summary.el (wl-summary-reply): Fix docstring.
254         * wl-draft.el (wl-draft-reply): Ditto.
255
256 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-mime.el (wl-summary-extract-attachments): New command.
259         (wl-summary-extract-attachments-1): New internal function.
260
261 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-expire.el (wl-expire-folder): New function (split from
264         wl-summary-expire).
265         (wl-summary-expire): Use it. Add argument `all' instead of remove
266         `nolist'. Cause an error only if this function is calling
267         interactively.
268
269 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-expire.el (wl-expire-refile): Display progress message.
272         (wl-summary-expire): Simplify.
273
274         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
275         unused argument `deleting-info'.
276
277 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-vars.el (wl-message-popup-buffers): New user option.
280
281         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
282         (wl-message-delete-popup-windows): New function that substitues
283         above one.
284         (wl-mime-setup): Follow the above change.
285
286 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
287
288         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
289
290 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
291
292         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
293         "tkm" to wl-thread-spam.
294
295 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
296
297         * wl-thread.el (wl-thread-entity-insert-as-children): Use
298         wl-thread-entity-set-children.
299         (wl-thread-insert-message, wl-thread-insert-entity-sub,
300         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
301         Use wl-thread-entity-get-*.
302
303 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-mime.el (wl-epg-progress-callback): New function.
306         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
307         with `elmo-with-progress-display'. Set a progress callback
308         function to epg-context.
309         (wl-mime-pgp-verify-region-with-epg): Ditto.
310
311 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * wl-util.el (wl-completing-read-multiple): Define as an alias of
314         `completing-read-multiple' if emacs-version is not less than 22.
315
316 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
319         change.
320
321 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-summary.el (wl-summary-sync-update): Move
324         `wl-thread-update-indent-string-thread' to outside of
325         `elmo-with-progress-display'.
326
327 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
328
329         * wl-message.el (wl-message-exit): Check buffer existence.
330
331 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * wl-util.el (wl-simple-display-progress): New function.
334         (wl-display-progress-with-gauge): Ditto.
335         (wl-progress-callback-function): Ditto.
336
337         * wl.el (wl-init): Set `elmo-progress-callback-function' as
338         `wl-progress-callback-function'
339
340         * wl-vars.el (wl-display-progress-threshold): New user option.
341         (wl-display-progress-function): Ditto.
342
343         * Version number is increased to 2.15.5.
344
345 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-thread.el (wl-thread-close-children): New function.
348         (wl-thread-open-children): Ditto.
349         * wl-action.el (wl-summary-set-mark): Redo the last change by
350         using it.
351
352         * wl-action.el (wl-summary-set-mark): Undo the last change.
353         Forbid interactive call.
354
355 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-mime.el (wl-define-dummy-functions): New macro.
358         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
359         `wl-mime-pgp-decrypt-region'.
360         (wl-mime-pgp-verify-region-with-epg): Renamed from
361         `wl-mime-pgp-verify-region'.
362         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
363         `wl-mime-pgp-decrypt-region'.
364         (wl-mime-pgp-verify-region-with-pgg): Renamed from
365         `wl-mime-pgp-verify-region'.
366         (wl-mime-pgp-decrypt-region): New function; To select dispatch
367         function at runtime.
368         (wl-mime-pgp-verify-region): Ditto.
369
370         * wl-vars.el (wl-use-pgp-module): New user option.
371
372 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
373
374         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
375         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
376
377 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
378
379         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
380         even if there are target marks only.
381
382 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * Version number is increased to 2.15.4.
385
386 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-folder.el (wl-folder-check-one-entity): Simplify.
389
390 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
391
392         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
393         variable.
394
395 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
396
397         * wl-spam.el (wl-thread-test-spam): New function.
398         (wl-spam-setup): Bind "tkc".
399
400 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-expire.el (wl-folder-expire-entity): Rewite without
403         `wl-summary-goto-folder-subr'.
404         (wl-folder-expire-current-entity): Don't kill summary buffer.
405
406 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-folder.el (wl-folder-sync-entity): Rewrite without
409         `wl-summary-goto-folder-subr'.
410         (wl-folder-mark-as-read-all-entity): Likewise.
411
412         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
413
414 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-thread.el (wl-thread-force-open): Arranged.
417
418 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
421         from regexp.
422
423         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
424         (wl-read-search-condition-internal): Append them.
425
426 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-vars.el (wl-additional-search-condition-fields):
429         New user option.
430
431         * wl-util.el (wl-search-condition-fields): New function; export
432         from `wl-read-search-condition-internal'.
433         (wl-read-search-condition-internal): Use it.
434
435         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
436
437 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-summary.el (wl-summary-define-sort-command): New function.
440         (wl-summary-sort-by-date, wl-summary-sort-by-number)
441         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
442         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
443         define by `wl-summary-define-sort-command' at runtime.
444
445         * wl.el (wl-init): Call wl-summary-define-sort-command.
446
447 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
450         properties at the decrypting region.
451
452 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-util.el (wl-find-region): New function.
455
456         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
457         coding system.
458         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
459         property `wl-mime-decoded-coding-system'.
460         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
461         property `wl-mime-decoded-coding-system' to encode text.
462
463         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
464         message.
465         (wl-mime-pgp-verify-region): Ditto.
466
467 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
470         buffer. Use epa-display-verify-result.
471
472 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
473
474         * wl-draft.el (wl-draft-send): Continue even if setting parent
475         flag was failed.
476
477 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-message.el (wl-message-flag-indicator): Fixed the problem
480         of returning string only of parentheses.
481
482 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-summary.el (wl-summary-write): Add argument `folder'.
485         (wl-summary-write-current-folder): Change argument `folder' from
486         optional to require.
487         (wl-summary-get-buffer): Return the buffer associated folder only.
488
489         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
490         change.
491         (wl-folder-toggle-disp-summary): Ditto.
492
493         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
494         current summary as parent-folder.
495
496 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-draft.el (wl-draft-reedit): Don't overwrite
499         wl-draft-parent-folder.
500
501 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
504         (wl-mime-pgp-verify-region): Ditto.
505         (wl-message-decrypt-pgp-nonmime): Use the above function.
506         (wl-message-verify-pgp-nonmime): Likewise.
507         (wl-mime-preview-application/pgp): Likewise.
508
509 2006-04-20  Kenichi Okada  <okada@opaopa.org>
510
511         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
512         Fix about the order of `wl-nntp-posting-port' and
513         `wl-nntp-posting-stream-type'.
514         * wl.el (wl-plugged-port-label-alist): Add smtp.
515
516 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-summary.el (wl-summary-message-status): New macro.
519
520         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
521         (wl-summary-killed-mark): New user option.
522
523         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
524         API change.
525         (wl-thread-insert-entity-sub): Ditto.
526         (wl-thread-recover-messages): New command.
527
528         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
529         Don't call `wl-highlight-summary-current-line' directly.
530         (wl-summary-buffer-attach): Connect to signal `status-changed'
531         instead of `cache-changed'.
532         (wl-summary-buffer-detach): Follow the above change.
533         (wl-summary-detect-mark-position): Follow the API change.
534         (wl-summary-rescan-message): Ditto.
535         (wl-summary-insert-sequential): Ditto.
536         (wl-summary-update-thread): Ditto.
537         (wl-summary-message-mark): Ditto.
538         (wl-summary-persistent-mark): Ditto.
539         (wl-summary-create-line): Ditto.
540         (wl-summary-prefetch-region-no-mark): Call
541         `wl-summary-persistent-mark' with number.
542         (wl-summary-recover-messages-region): New command.
543         (wl-summary-target-mark-recover): Ditto.
544         (wl-summary-recover-message): Ditto.
545         (wl-summary-persistent-mark-string): Add argument `status' instead
546         of remove arguments `flags' and `cached'.  Treat killed status.
547         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
548
549         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
550         (wl-highlight-summary-line-face-spec): Treat killed status.
551         (wl-highlight-summary-line-string): Follow the API change.
552         (wl-highlight-summary-current-line): Ditto.
553
554         * Version number is increased to 2.15.3.
555
556 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
559         of symbolp to test whether the condition is function.
560
561 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
564         to nil.
565
566 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-summary.el (wl-summary-buffer-message-ring): New internal
569         variable.
570         (wl-summary-buffer-last-displayed-msg): Abolish.
571         (wl-summary-push-message): New function.
572         (wl-summary-pop-message): Ditto.
573         (wl-summary-goto-folder-subr): Reset
574         `wl-summary-buffer-message-ring'.
575         (wl-summary-pop-to-last-message): New command.
576         (wl-summary-goto-last-displayed-msg): Call
577         wl-summary-pop-to-last-message if optional argument is non-nil or
578         the last command is itself.
579         (wl-summary-redisplay-internal): Push last message number into
580         `wl-summary-buffer-message-ring'.
581
582         * wl-vars.el (wl-summary-message-ring-max): New user option.
583
584 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
587         from `wl-draft-reply').
588         (wl-draft-reply): Use it.
589         (wl-draft-find-reply-headers): Avoid compile warning.
590
591 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
592
593         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
594
595 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-message.el (wl-message-flag-indicator): New function.
598         (wl-message-redisplay): Use it.
599
600 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
603
604 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
607         instead of `read-event'.
608
609         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
610
611         * wl-mule.el (wl-read-event-char): Ditto.
612
613         * wl-e21.el (wl-read-event-char): Ditto.
614
615 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
618
619 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-vars.el (wl-draft-send-confirm-type): New user option.
622
623         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
624
625         * wl-draft.el (wl-draft-send-confirm): Confirmation by
626         `wl-draft-send-confirm-type'
627
628 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
631         Avoid error when the buffer name is already used.
632
633 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
634
635         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
636         the change of elmo-nmz -> elmo-search.
637         (wl-highlight-summary-line-help-echo-alist): Ditto.
638         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
639         (wl-nmz-folder-icon): Define as obsolete.
640         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
641         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
642
643 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-summary.el (wl-summary-get-list-info): Rewrite with
646         `elmo-find-list-match-value'
647
648 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
649
650         * wl-summary.el (wl-summary-get-list-info): Optimize.
651         Use List-Id and List-Post also.
652
653 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
656
657 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
658
659         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
660
661 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-util.el (wl-completing-read-multiple-1): New internal function.
664         (wl-completing-read-multiple-2): Ditto.
665         (wl-completing-read-multiple): Define use above functions.
666
667         * wl-summary.el (wl-summary-sort): Removed the workaround for a
668         bug of `completing-read-multiple' about default value.
669
670         * wl-xmas.el (wl-completing-read-multiple): Removed.
671
672         * wl-mule.el (wl-completing-read-multiple): Ditto.
673
674         * wl-e21.el (wl-completing-read-multiple): Ditto.
675
676 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-util.el (wl-filter-associations): New function.
679
680         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
681         (wl-spam-ignored-folder-list): Ditto.
682         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
683         (wl-spam-string-member-p): New function.
684         (wl-spam-domain): Use it.
685         (wl-spam-split-numbers): New function.
686         (wl-spam-apply-partitions): Ditto.
687         (wl-spam-register-spam-messages): Use `folder' instead of
688         `wl-summary-buffer-elmo-folder'.
689         (wl-spam-register-good-messages): Ditto.
690         (wl-summary-exec-action-spam): Decide a domain by real folder of
691         message.
692         (wl-summary-exec-action-refile-with-register): Likewise.
693
694 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-e21.el (wl-e21-find-image): New function.
697         (wl-e21-setup-toolbar): Use it instead of `find-image'.
698         (wl-e21-highlight-folder-group-line): Ditto.
699         (wl-folder-init-icons): Ditto.
700         (wl-plugged-init-icons): Ditto.
701         (wl-biff-init-icons): Ditto.
702
703 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
706         (wl-inhibit-save-drafts): New internal variable.
707         (wl-disable-auto-save): Ditto.
708         (wl-save-drafts): Treat above variables.
709         (wl-auto-save-drafts): New function.
710         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
711         `wl-stop-save-drafts'.
712         (wl-start-save-drafts): New function.
713         (wl-stop-save-drafts): Ditto.
714         (wl-set-auto-save-draft): New command.
715
716         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
717         `wl-set-save-drafts'.
718
719 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
722         `make-local-variable' instead of `make-variable-buffer-local'.
723
724 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
727
728 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
729
730         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
731
732 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
735         of working buffer.
736
737 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
740
741         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
742         value into recipients; Bind `wl-draft-remove-group-list-contents'
743         as nil.
744
745 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-summary.el (wl-summary-sort): Fixed the last change.
748
749         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
750         (wl-summary-sort-messages): Ditto.
751         (wl-summary-rescan): Use it.
752         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
753         `completing-read'; Append candidates for reverse order.
754
755 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * Version number is increased to 2.15.2.
758
759 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
760
761         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
762         "Smaller".
763         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
764
765 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
768
769 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-vars.el (wl-draft-additional-header-alist): Add into the
772         customize group `wl-draft'.
773         (wl-draft-add-in-reply-to): Move customize group from `wl' to
774         `wl-draft'.
775         (wl-draft-add-references): Ditto.
776
777         * wl-action.el (wl-summary-print-argument): Rename argument from
778         `folder' to `data'.
779
780 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-summary.el (wl-summary-rescan-message): Call
783         `wl-thread-cleanup-symbols' before insert thread.
784
785 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl.el (wl-init): Set `elmo-get-folder-function' as
788         `wl-folder-make-elmo-folder'.
789
790         * wl-spam.el (wl-summary-exec-action-spam): Use
791         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
792
793         * wl-folder.el (wl-folder-make-elmo-folder): New function.
794         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
795         `elmo-make-folder'.
796         (wl-folder-get-elmo-folder): Ditto.
797         (wl-folder-create-subr): Simplify.
798
799 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
802
803 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
806         contents in message buffer instead of original buffer. If optional
807         argument specified, ask coding system for encode.
808
809 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
810
811         * wl-spam.el (wl-summary-test-spam-region): New function.
812         (wl-spam-setup): Bind "rkc".
813
814 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
815
816         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
817
818 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
819
820         * wl-spam.el (wl-summary-test-spam): Fix typo.
821         (wl-message-check-spam): Ditto.
822
823 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-default-from): Simplify.
826
827 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-action.el (wl-summary-exec-action-refile): Simplify.
830         (wl-summary-exec-action-copy): Ditto.
831         (wl-summary-auto-refile): Check existence of temporary mark.
832
833 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-summary.el (wl-summary-create-line): Use
836         `elmo-time-to-datevec'.
837
838         * wl-expire.el (wl-expire-archive-date): Ditto.
839         (wl-expire-localdir-date): Ditto.
840
841         * wl-util.el (wl-day-number): Abolish.
842
843         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
844         of `wl-day-number'.
845         (wl-score-followup): Ditto.
846         (wl-score-add-followups): Ditto.
847         (wl-score-get-latest-msgs): Ditto.
848         (wl-score-get-header-entry): Ditto.
849         (wl-score-edit-insert-date): Ditto.
850
851 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
854         `elmo-message-entity-field' with 2nd argument `type'.
855
856 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
857
858         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
859
860 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-thread.el (wl-thread-delete-message): Delete descendant
863         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
864
865 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
868
869 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
872         `Access folder'.
873
874 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-vars.el (wl-access-folder-icon): New user option.
877
878         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
879         `Access folder'.
880
881 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-summary.el (wl-summary-buffer-set-folder): Use
884         `wl-folder-mime-charset'.
885
886         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
887         `mime-charset'.
888         (wl-folder-get-elmo-folder): Ditto.
889         (wl-folder-mime-charset): New function.
890
891 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-util.el (wl-parse-addresses): Define alias of
894         `elmo-parse-addresses' (move to `elmo-util.el').
895
896         * wl-summary.el (wl-summary-default-from): Follow the API change.
897         (wl-summary-overview-entity-compare-by-date): Ditto.
898         (wl-summary-overview-entity-compare-by-from): Ditto.
899         (wl-summary-get-list-info): Get value of `ml-info' field from
900         entity at first.
901         (wl-summary-rescan-message): Treat prefix argument.
902         (wl-summary-prefetch-msg): Follow the API change.
903         (wl-summary-search-by-subject): Ditto.
904         (wl-summary-insert-thread): Ditto.
905         (wl-summary-line-subject): Ditto.
906         (wl-summary-line-from): Ditto.
907         (wl-summary-create-line): Ditto.
908         (wl-summary-print-message-with-ps-print): Ditto.
909
910         * wl-score.el (wl-score-ov-entity-get): Ditto.
911         (wl-score-followup): Ditto.
912         (wl-score-add-followups): Use `elmo-message-entity-field' instead
913         of `car'.
914         (wl-score-get-latest-msgs): Follow the API change.
915         (wl-score-get-header): Ditto.
916
917         * wl-refile.el (wl-refile-learn): Ditto.
918         (wl-refile-subject-learn): Ditto.
919         (wl-refile-get-field-value): Ditto.
920         (wl-refile-guess-by-history): Ditto.
921         (wl-refile-guess-by-subject): Ditto.
922
923         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
924
925         * wl-expire.el (wl-expire-date-p): Removed.
926         (wl-expire-archive-date): Follow the API change.
927         (wl-expire-localdir-date): Ditto.
928         (wl-summary-expire): Ditto.
929
930         * Version number is increased to 2.15.1.
931
932 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
935         group is access or not (it is not strict, like wl-fldmgr-rename).
936
937 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
940         duplicate call of `wl-summary-print-argument' on the wrong line.
941
942 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
945         even if argument `number' is nil.
946         (wl-summary-insert-line): Print action argument if current message
947         has it.
948
949 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
952         (wl-draft-reply): Ditto.
953         (wl-draft): Add optional argument `parent-number' and call
954         `wl-draft-create-buffer' with it.
955         (wl-draft-create-buffer): Add optional argument
956         `parent-number'. Set wl-draft-parent-number as it.
957
958 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-folder.el (wl-folder-set-persistent-mark): If summary
961         buffer is not for given folder, don't use it.
962
963 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
964
965         * Version number is increased to 2.15.0.
966
967 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
970
971         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
972         (wl-highlight-get-face-by-name): New internal function.
973         (wl-highlight-summary-line-face-spec): Use it and fixed.
974
975 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-summary.el (wl-summary-sync-update): Use
978         `elmo-message-entity-field' instead of `car' to get message-id
979         from overview entity.
980
981         * wl-summary.el (wl-summary-rescan-message): Call
982         `wl-highlight-summary-displaying' when displaying a message.
983
984 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-draft.el (wl-draft-config-info-filename): Extracted from
987         `wl-draft-config-info-operation'.
988         (wl-draft-buffer-change-number): New function.
989         (wl-draft-rename-saved-config): Ditto.
990         * wl.el (wl-init): Connect slot for message-number-changed.
991         (toplevel): Add autoload for wl-draft-rename-saved-config.
992
993 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
996         `update-overview'
997         (wl-summary-buffer-detach): Disconnect from it.
998         (wl-summary-rescan-message): Use command.
999
1000         * wl-message.el (wl-message-buffer-display): Use
1001         `with-current-buffer' instead of `save-excursion'.
1002
1003 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1006         wl-draft-preview-attributes-list from distraction.
1007
1008 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1009
1010         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1011         `elmo-list-diff'.
1012
1013 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-summary.el
1016         (wl-summary-edit-addresses-collect-candidate-fields): Use
1017         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1018
1019         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1020         instead of `elmo-set-work-buf'.
1021
1022         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1023         (wl-address-make-address-list): Ditto.
1024
1025         * Version number is increased to 2.13.3.
1026
1027 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1030         user option.
1031
1032         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1033         argument `5'.
1034
1035         * wl-message.el (wl-message-display-no-merge-p): New function.
1036         (wl-message-buffer-display): Check whether the message is
1037         reassembled and follow the API change.
1038
1039 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1042         multibyte on working buffer and removed unnecessary
1043         `buffer-disable-undo'.
1044
1045 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1048         change.
1049
1050 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-util.el (wl-read-search-condition-internal): Protect
1053         elmo-global-flags from distraction.
1054
1055 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1058
1059         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1060         (wl-summary-event-handler): Ditto.
1061         (wl-summary-update-persistent-mark-on-event): New
1062         function (renamed from `elmo-event-handler-flag-changed').
1063         (wl-summary-buffer-attach): New function.
1064         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1065         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1066         instead of `elmo-folder-add-handler'.
1067
1068         * Version number is increased to 2.13.2.
1069
1070 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1073         and "\177" to the `wl-news-previous-page'.
1074         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1075         (wl-news-previous-page): New function.
1076
1077 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1080         instead of `write-region' and simplify.
1081
1082 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-template.el (wl-template-select): Cause error if
1085         `wl-template-alist' is nil.
1086
1087 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1088
1089         * wl-news.el.in: Set file variable `no-byte-compile'.
1090
1091 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1094         whether a target message is within displaying area.
1095         (elmo-event-handler-cache-changed): Ditto.
1096
1097 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1098
1099         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1100         to `defun'.  Use `nconc' instead of `append' to collect descendant
1101         message numbers.
1102
1103 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1104
1105         * wl-thread.el (wl-thread-save-top-list)
1106         (wl-thread-save-entities): Use `with-temp-buffer'.
1107         * wl-news.el.in (wl-news-previous-version-load):
1108         (wl-news-previous-version-save): Ditto.
1109         * wl-summary.el (wl-summary-load-file-object)
1110         (wl-summary-save-view-cache): Ditto.
1111
1112 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-util.el (toplevel): Require 'elmo-flag'.
1115         (wl-read-search-condition): New function (Renamed from
1116         `elmo-read-search-condition').
1117         (wl-read-search-condition-internal): Likewise.
1118
1119         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1120         invalid.
1121         (wl-summary-pick): Use `wl-read-search-condition' instead of
1122         `elmo-read-search-condition'.
1123         (wl-summary-virtual): Ditto.
1124
1125         * wl-folder.el (wl-folder-virtual): Ditto.
1126         (wl-folder-pick): Ditto.
1127
1128         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1129
1130 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl-summary.el (wl-summary-reedit): Call
1133         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1134
1135 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1136
1137         * wl-mime.el (toplevel): Require wl-vars.
1138
1139         * wl-message.el (toplevel): Require cl at compile.
1140
1141         * wl-draft.el (toplevel): Require elmo.
1142
1143 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1144
1145         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1146         and do nothing when it is not positive.
1147         (wl-message-buffer-prefetch-next): Ditto.
1148
1149 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1150
1151         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1152         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1153         (wl-summary-redisplay-internal): Ditto.
1154
1155         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1156         message (the condition is borrowed from `wl-check-variables-2').
1157         (wl-summary-redisplay-internal): Ditto.
1158
1159 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-mime.el (wl-draft-nntp-attribute): New function.
1162         (wl-draft-attribute-nntp-posting-server): Use it.
1163         (wl-draft-attribute-nntp-posting-port): Ditto.
1164
1165         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1166         (wl-draft-show-attributes-buffer): Ditto.
1167         (wl-draft-hide-attributes-buffer): Ditto.
1168         (wl-draft-attribute-newsgroups): Ditto.
1169         (wl-draft-attribute-nntp-posting-server): Ditto.
1170         (wl-draft-attribute-nntp-posting-port): Ditto.
1171         (wl-draft-preview-message): Use there functions.
1172
1173         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1174         value.
1175
1176 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1179         (wl-draft-reedit): Ditto.
1180         (wl-draft-queue-flush): Ditto.
1181
1182         * wl-mime.el (wl-message-request-partial): Ditto.
1183         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1184         instead of `elmo-message-fetch'.
1185
1186         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1187
1188         * wl-summary.el (wl-summary-message-string): Ditto.
1189
1190 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-util.el (wl-current-message-buffer): Follow the API change.
1193
1194         * wl-summary.el (wl-summary-redisplay-internal): Call
1195         `wl-summary-mark-as-read' with 2nd argument as nil and update
1196         unread count instead of persistent mark.
1197
1198         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1199         variable.
1200         (wl-message-redisplay): Follow the API change.
1201         (wl-message-buffer-display): Managed mime-entity directly and
1202         return preview buffer only.
1203         (wl-message-display-internal): Rewrite.
1204         (wl-message-buffer-prefetch-subr): Not save return value of
1205         `wl-message-buffer-display'.
1206
1207         * Version number is increased to 2.13.1.
1208
1209 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1212         'elmo-multiple-fields-body-list' with boundary specified.
1213
1214 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1215
1216         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1217         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1218         cache if `wl-summary-resend-use-cache' is non-nil.
1219
1220 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1221
1222         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1223         (wl-nntp-posting-stream-type): Ditto.
1224
1225 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1226
1227         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1228
1229 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1230
1231         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1232         message.
1233
1234 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1235
1236         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1237         Abolish.
1238         (wl-summary-buffer-persistent-mark-version): New internal
1239         variable.
1240         (wl-summary-update-mark-and-highlight-window): Check by
1241         wl-summary-persistent-mark-invalid-p.
1242         (wl-summary-update-status-marks): Ditto.
1243         (elmo-event-handler-flag-changed): Rewrite.
1244         (elmo-event-handler-cache-changed): Define.
1245         (wl-summary-prefetch-msg): Does not update persistent mark here.
1246         (wl-summary-delete-cache): Ditto.
1247         (wl-summary-resume-cache-status): Ditto.
1248         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1249         (wl-summary-persistent-mark-invalid-p): New function.
1250         (wl-summary-validate-persistent-mark): Ditto.
1251         (wl-summary-validate-persistent-mark-string): Ditto.
1252         (wl-summary-invalidate-persistent-mark): Ditto.
1253         (wl-summary-update-persistent-mark): Call
1254         `wl-summary-validate-persistent-mark'.
1255         (wl-summary-create-line): Call
1256         `wl-summary-validate-persistent-mark-string'.
1257
1258         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1259         status as t if cache used.
1260
1261 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1262
1263         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1264         only if the target is group.
1265         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1266
1267 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1270
1271 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1274
1275         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1276
1277 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1278
1279         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1280         (Thanks to Yoichi NAKAYAMA).
1281
1282 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1283
1284         * wl-util.el (wl-save-drafts): Restore echo area.
1285
1286 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * Version number is increased to 2.13.0.
1289
1290         * wl-util.el (wl-biff-check-folder-async): Use
1291         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1292
1293 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-message.el (wl-message-display-internal): Does not put
1296         wl-message-display-type property on message buffer.
1297         (wl-message-buffer-display-type): New function.
1298
1299         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1300
1301         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1302         `wl-summary-buffer-detach'.
1303         (wl-summary-message-display-type): Use
1304         `wl-summary-buffer-display-type'.
1305
1306 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1309         buffer-local.
1310
1311         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1312         kill-buffer-hook instead of make-local-variable.
1313         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1314
1315 2004-12-12  Scott Renfro <scott@renfro.org>
1316
1317         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1318         regex for square-branket.
1319
1320 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1323         `wl-message-mime-analysis-p' with argument `header'.
1324
1325 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * wl-mime.el (wl-draft-yank-current-message-entity): 
1328         Switch to no-mime following method according to wl-message-display-type
1329         property.
1330         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1331
1332         * wl-message.el (wl-message-display-internal): 
1333         Put wl-message-display-type property on message buffer.
1334
1335         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1336         (wl-message-display-internal): Ditto;
1337
1338         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1339
1340 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-message.el (wl-message-make-display-type): New function.
1343         (wl-message-display-type-property): Ditto.
1344         (wl-message-mime-analysys-p): Ditto.
1345         (wl-message-display-all-header-p): Ditto.
1346         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1347         added `display-type'.
1348         (wl-message-buffer-display): Likewise.
1349         (wl-message-display-internal): Likewise.
1350         (wl-message-buffer-display-type): Abolish.
1351         (wl-message-buffer-prefetch-subr): Follow the API changed.
1352
1353         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1354         from wl-summary-buffer-display-all-header and changed default value.
1355         (wl-summary-message-display-type): New function.
1356         (wl-summary-buffer-display-mime-mode): Ditto.
1357         (wl-summary-buffer-display-header-mode): Ditto.
1358         (wl-summary-toggle-mime): Rewrite with above functions.
1359         (wl-summary-toggle-all-header): Ditto.
1360         (wl-summary-redisplay): Force redisplay with default mode.
1361         (wl-summary-redisplay-internal): Renamed argument from `mode',
1362         `all-header' to `mime-mode', `header-mode'.
1363         Use `wl-message-make-display-type'.
1364
1365         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1366         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1367
1368 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1371
1372 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1375         in original message buffer.
1376         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1377         buffer.
1378
1379 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1380
1381         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1382
1383 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1386
1387 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1388
1389         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1390         when actions succeeded.
1391         (wl-summary-exec-action-copy): Likewise.
1392
1393 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1396         there is switch-to-buffer at the end of wl-message-select-buffer.
1397         (wl-summary-reply): Ditto.
1398
1399 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1400
1401         * wl-summary.el (wl-summary-forward): Put subject in original
1402         message buffer as argument of wl-draft-forward.
1403         * wl-draft.el (wl-draft-forward): Decode subject as in
1404         wl-draft-reply.
1405
1406 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1407
1408         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1409         a folder under access group.
1410
1411 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1412
1413         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1414         wl-message-buffer-display.
1415
1416         * wl-util.el (wl-set-save-drafts): Fix typo.
1417
1418 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1421         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1422         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1423         the way to measure the width of a bitmap image; don't put face on
1424         ascii and bitmap images; put the mark which should not use the
1425         variable-pitch face on ascii and bitmap images.
1426         (wl-demo-setup-properties): Don't use the variable-pitch face on
1427         ascii and bitmap images; made it work on Emacs 20 and earlier.
1428         (wl-demo-insert-text): End with a newline at the bottom; don't put
1429         face on text.
1430
1431         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1432
1433 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1436
1437         * wl-util.el (wl-save-drafts): Moved from sample setting.
1438         (wl-set-save-drafts): New function to set idle timer.
1439         * wl-draft.el (wl-draft): Call it.
1440         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1441
1442 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1445         a summary which has toggle display status off.
1446
1447 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-draft.el (wl-draft-do-fcc): No cache save.
1450
1451 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1452
1453         * wl-summary.el (elmo-event-handler-flag-changed): Use
1454         `set-buffer' instead of `with-current-buffer'.
1455
1456 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * wl-summary.el (wl-summary-after-resize-function): New function.
1459         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1460         window-size-change-functions.
1461
1462 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-draft.el (wl-draft-create-buffer): Bind
1465         `change-major-mode-hook' after current buffer is changed.
1466
1467         * wl-summary.el (wl-summary-buffer-detach): New function.
1468         (wl-summary-buffer-set-folder): Call it.
1469         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1470         change-major-mode-hook and kill-buffer-hook.
1471         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1472         (wl-summary-switch-to-clone-buffer): Ditto.
1473         (wl-summary-goto-folder-subr): Ditto.
1474
1475 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1476
1477         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1478         after boundp check.
1479
1480 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1483         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1484         for `kill-buffer'.
1485
1486         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1487         handler of current buffer from elmo-folder.
1488
1489 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1492
1493 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1496         variable.
1497         (wl-summary-event-handler): New class.
1498         (elmo-event-handler-flag-changed): Define to update persistent
1499         mark.
1500         (wl-summary-buffer-set-folder): Register event handler to
1501         elmo-folder.
1502         (wl-summary-exit): Unregister event handler.
1503         (wl-summary-goto-folder-subr): Ditto.
1504         (wl-summary-mark-as-read-all): Does not call
1505         `wl-summary-update-persistent-mark' directly.
1506         (wl-summary-mark-as-read-internal): Ditto.
1507         (wl-summary-set-persistent-mark-internal): Ditto.
1508         (wl-summary-set-flags-internal): Ditto.
1509
1510         * Version number is increased to 2.11.33.
1511
1512 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1513
1514         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1515         to nil.
1516
1517 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-spam.el (wl-spam-setup): Add hook
1520         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1521         instead of `wl-summary-prepare-hook'.
1522
1523         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1524         if folder type is `'flag'.
1525         (wl-summary-mark-as-important): Ditto.
1526
1527 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-address.el (wl-address-minibuffer-history): New variable.
1530         (wl-address-minibuffer-local-map): New keymap.
1531         (wl-address-read-from-minibuffer): New function.
1532
1533         * wl-action.el (wl-summary-get-resend-address): Use
1534         `wl-address-read-from-minibuffer' instead of `completing-read'.
1535
1536 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1537
1538         * Version number is increased to 2.11.32.
1539
1540 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1541
1542         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1543         without mule to iso-8859-1.
1544         (wl-draft-add-in-reply-to): Add note in description.
1545         (wl-draft-add-references): Ditto.
1546
1547 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1550         definition for `m'.
1551         (wl-summary-mode-line-format): Add '[%m]'.
1552         (wl-message-mode-line-format-spec-alist): Ditto.
1553         (wl-summary-display-mime-mode-list): New variable.
1554
1555         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1556         from wl-summary-buffer-display-as-is.
1557         (wl-summary-buffer-display-all-header): New buffer local variable.
1558         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1559         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1560         instead of wl-summary-buffer-display-as-is.
1561         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1562         (wl-summary-set-persistent-mark): Ditto.
1563         (wl-summary-set-message-buffer-or-redisplay): Just call
1564         `wl-summary-redisplay-internal' without optional arguments.
1565         (wl-summary-toggle-mime): Rewrite.
1566         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1567         (wl-summary-toggle-all-header): New function.
1568         (wl-summary-redisplay-internal): Treat mime mode.
1569
1570         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1571         to wl-mime-preview-follow-no-mime.
1572         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1573         accodring to the display-mode.
1574
1575         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1576         (wl-message-buffer-display): Changed argument name from `as-is' to
1577         `mode'.
1578         (wl-message-display-internal): Ditto;
1579         Bind elmo-mime-display-header-analysis according to the mode.
1580         (wl-message-display-internal): Put wl-message-display-mime-mode
1581         property on entire buffer.
1582
1583 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1584
1585         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1586
1587 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1588
1589         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1590         Don't extract mail address.
1591         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1592
1593         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1594
1595         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1596
1597 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1600         wl-fldmgr-cut-entity-list on confirmation.
1601
1602 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1605         (wl-mime-quit-preview): Check existence of
1606         mime-edit-temp-message-buffer here.
1607
1608 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1611         after deletion.
1612
1613         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1614         before calling wl-mime-quit-preview.
1615
1616 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1617
1618         * wl-summary.el (wl-summary-pick): If call it with prefix
1619         argument, set `delete-marks' as non-nil. Pick from only visible
1620         messages.
1621         (wl-summary-check-target-mark): New function.
1622         (wl-summary-target-mark-mark-as-read): Use it.
1623         (wl-summary-target-mark-mark-as-unread): Ditto.
1624         (wl-summary-target-mark-operation): Ditto.
1625         (wl-summary-target-mark-set-flags): Ditto.
1626         (wl-summary-target-mark-save): Ditto.
1627         (wl-summary-target-mark-pick): Ditto.
1628         (wl-summary-target-mark-forward): Ditto.
1629         (wl-summary-target-mark-reply-with-citation): Ditto.
1630         (wl-summary-target-mark-print): Ditto.
1631         (wl-summary-target-mark-uudecode): Ditto.
1632
1633         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1634         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1635         with `ask-coding' is non-nil.
1636
1637 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1638
1639         * wl-thread.el (wl-thread-set-parent): If parent is a message
1640         which is identified by references, set linked as nil.
1641
1642 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1643
1644         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1645         (wl-message-mode-line-format-spec-alist): Ditto.
1646         (wl-message-mode-line-format): Ditto.
1647         (wl-summary-mode-line-format): Ditto for docstring.
1648         (wl-summary-no-mime-folder-list): Fix typo.
1649
1650         * wl-util.el (wl-current-message-buffer): Call
1651         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1652
1653         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1654         variable.
1655         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1656         of `wl-summary-redisplay-no-mime'.
1657         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1658         (wl-summary-toggle-mime): New function.
1659         (wl-summary-redisplay-all-header): Rewrite.
1660         (wl-summary-redisplay-no-mime): Ditto.
1661         (wl-summary-redisplay-internal): Added argument `as-is' and
1662         `all-header'.
1663
1664         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1665         New variable.
1666         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1667         bottom.
1668         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1669         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1670         "/" unconditionally.
1671
1672         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1673         wl-mime-preview-follow-no-mime for as-is content.
1674         (wl-mime-preview-follow-no-mime): New function.
1675         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1676
1677         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1678         and added `as-is', `all-header'.
1679         (wl-message-buffer-display): Ditto.
1680         (wl-message-buffer-display-type): New function.
1681
1682 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1683
1684         * wl-vars.el (wl-message-header-button-alist): Change default
1685         value.
1686         (wl-message-body-button-alist): Ditto.
1687
1688 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1691
1692 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1695
1696 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1699         is always true.
1700
1701 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1704         on null entity.
1705
1706 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1709
1710 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-vars.el (wl-summary-resend-hook): New hook.
1713
1714         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1715         `wl-summary-resend-hook'.
1716
1717 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1718
1719         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1720         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1721         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1722         (wl-summary-new-cached-mark): Changed default value to 'n'.
1723         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1724         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1725         (wl-folder-sync-range-alist): Remove spec for 'flag.
1726         (wl-summary-force-prefetch-folder-list): New user option.
1727
1728         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1729         `wl-summary-toggle-persistent-mark'.
1730         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1731         number is nil.
1732         (wl-summary-mark-as-answered-region): Set interactive argument of
1733         `wl-summary-set-persistent-mark-internal'.
1734         (wl-summary-mark-as-important-region): Ditto.
1735         (wl-summary-unset-persistent-mark): Ditto.
1736         (wl-summary-set-persistent-mark): Ditto.
1737         (wl-summary-mark-as-answered): Ditto.
1738         (wl-summary-mark-as-important): Ditto.
1739         (wl-summary-set-persistent-mark-internal): Do nothing
1740         when `elmo-message-flag-available-p' is nil.
1741         (wl-summary-toggle-persistent-mark): New function.
1742         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1743         when the folder matches `wl-summary-force-prefetch-folder-list'.
1744
1745
1746         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1747         when number is nil.
1748         (wl-highlight-summary-forwarded-face): New face.
1749
1750 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * Version number is increased to 2.11.31.
1753
1754 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1755
1756         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1757         (wl-biff-check-folder-async): Ditto.
1758         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1759
1760 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1761
1762         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1763         Add an argument `reverse'.  All callers are updated.
1764         (wl-summary-sort): Add a prefix argument `reverse' to specify
1765         reverse sorting.
1766         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1767         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1768         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1769
1770 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-message.el (wl-message-redisplay): Does not narrow header if
1773         disply-type is all-header or as-is.
1774
1775         * wl-summary.el (wl-summary-enter-handler): Use
1776         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1777
1778 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1781         after adding wl-draft-parent-variables.
1782         (wl-draft-forward): Ditto.
1783
1784 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-summary.el (wl-summary-sync-marks): Call
1787         `wl-summary-set-persistent-mark' and
1788         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1789         (wl-summary-set-persistent-mark-internal): Add 4th argument
1790         `no-server'.
1791         (wl-summary-unset-persistent-mark): Ditto.
1792         (wl-summary-set-persistent-mark): Ditto.
1793         (wl-summary-add-flags-internal): Abolish.
1794         (wl-summary-remove-flags-internal): Ditto.
1795         (wl-summary-mark-as-important-internal): Ditto.
1796         (wl-summary-mark-as-important): Use
1797         `wl-summary-set-persistent-mark' instead of
1798         `wl-summary-add-flags-internal'.
1799         (wl-summary-mark-as-important-region): Ditto.
1800
1801         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1802
1803         * wl-summary.el (wl-summary-get-available-flags): New function.
1804         (wl-summary-sync-marks): Use it and simplified.
1805         (wl-summary-unset-persistent-mark): Use
1806         `wl-summary-get-available-flags'.
1807         (wl-summary-set-persistent-mark): Ditto.
1808
1809 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1810
1811         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1812         id.
1813
1814 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1817         number, call `wl-summary-prev-line-content'. Show message when the
1818         message is not found.
1819
1820 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1821
1822         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1823         wl-summary-enter-handler.
1824         (wl-summary-enter-handler): New command.
1825
1826         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1827         docstring and custom spec.
1828
1829         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1830         flags too; Don't treat Cached and New.
1831         (wl-summary-set-persistent-mark): Ditto.
1832
1833         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1834         `wl-folder-set-flag'.
1835
1836         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1837         instead of `wl-folder-set-flag'.
1838
1839         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1840         for completion.
1841         (wl-summary-set-persistent-mark): Ditto.
1842
1843         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1844         instead of `wl-draft-quit-preview'.
1845
1846         * wl-mime.el (toplevel): Avoid compile warning.
1847         (wl-mime-quit-preview): New function
1848         (formarly defined as `wl-draft-quit-preview').
1849         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1850         quitting method.
1851
1852         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1853
1854         * wl-folder.el (wl-folder-set-flag): Renamed from
1855         `wl-draft-set-flag-on-parent'.
1856
1857         * wl-draft.el (wl-draft-quit-preview): New function.
1858         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1859         (wl-draft-send): Call `wl-folder-set-flag' instead of
1860         `wl-draft-set-flag-on-parent'.
1861         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1862
1863 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1866         (wl-draft-send): Ditto.
1867
1868 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1869
1870         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1871         (wl-draft-kill-pre-hook): Set default value as nil.
1872         (wl-summary-reply-hook): Ditto.
1873         (wl-draft-kill-flags): Abolish.
1874
1875         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1876         (wl-draft-parent-variables): Renamed from
1877         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1878         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1879         argument; Add wl-draft-parent-variables to
1880         wl-draft-config-variables.
1881         (wl-draft-reply): Likewise.
1882         (wl-draft-kill-flags): Abolish.
1883         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1884         (wl-draft-set-flag-on-parent): New function.
1885         (wl-draft-setup-parent-flag): Ditto.
1886
1887 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1888
1889         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1890         `wl-draft-parent-folder' is "".
1891
1892 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1895         (wl-summary-digit-jump): New function.
1896         (Adviced by John Owens and Hiroya Murata)
1897
1898         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1899         (Adviced by John Owens)
1900
1901         * wl-xmas.el (wl-message-define-keymap): Ditto.
1902
1903         * wl-mule.el (wl-message-define-keymap): Ditto.
1904
1905 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1906
1907         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1908         change of return value of elmo-folder-count-flags.
1909
1910         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1911         (wl-summary-mark-as-read-internal): Ditto.
1912         (wl-summary-set-persistent-mark-internal): Ditto.
1913         (wl-summary-folder-info-update): Ditto.
1914         (wl-summary-sync-update): Fixed the last change.
1915
1916         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1917
1918 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1921         (wl-draft-kill-flags): Fixed docstring.
1922
1923         * wl-draft.el (wl-draft-kill-flags): New function.
1924         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1925
1926 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1927
1928         * wl-vars.el (wl-reply-hook): Abolish.
1929         (wl-draft-reply-hook): New hook.
1930         (wl-summary-reply-hook): Ditto.
1931         (wl-draft-forward-hook): Ditto.
1932         (wl-summary-forward-hook): Ditto.
1933         (wl-draft-kill-flags): New variable.
1934
1935         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1936         wl-summary-set-persistent-mark-internal.
1937         (wl-summary-sync-marks): Use elmo-preserved-flags.
1938         (wl-summary-update-persistent-mark): Make it interactive.
1939         (wl-summary-set-persistent-mark-internal): New inline function.
1940         (wl-summary-mark-as-answered): Use it.
1941         (wl-summary-mark-as-unanswered): Ditto.
1942         (wl-summary-unset-persistent-mark): New function.
1943         (wl-summary-set-persistent-mark): Ditto.
1944         (wl-summary-reply): Don't set answered flag;
1945         Run wl-summary-reply-hook instead.
1946         (wl-summary-forward): Call wl-draft-forward with number.
1947         Run wl-summary-forward-hook.
1948
1949         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1950         (wl-highlight-summary-line-face-spec): Use it as a default
1951         persistent mark face.
1952
1953         * wl-draft.el (wl-draft-forward): Added optional argument number;
1954         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1955         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1956         (wl-draft-kill): Use wl-draft-kill-flags.
1957
1958         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1959
1960         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1961         of return value of elmo-folder-count-flags.
1962
1963         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1964
1965         * wl-summary.el (wl-summary-count-unread): Ditto.
1966         (wl-summary-sync-update): Follow the change above.
1967         (wl-summary-force-prefetch): New function.
1968
1969 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1970
1971         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1972         variable `buf' with `let' instead of `setq'.
1973
1974 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1977         add Content-Disposition heaeder on the deleted part.
1978
1979 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-draft.el (wl-draft-save): Encode address list under edit by
1982         `eword-encode-unstructured-field-body'.
1983
1984         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1985
1986 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1989         wl-current-summary-buffer.
1990
1991 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1992
1993         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1994         `numbers' is ignored.
1995
1996 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-folder.el (wl-folder-open-folder): Avoid error.
1999         Reported by John Owens, [wl-en:815]
2000
2001         * wl.el (wl): Set timer for biff process even if prefix argument
2002         is given or auto-checking is quitted.
2003
2004         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2005         immediately.
2006         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2007         (wl-toggle-plugged): Ditto.
2008
2009         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2010         * wl-util.el (wl-biff-start): Use idle timer if
2011         `wl-biff-use-idle-timer' is non-nil.
2012
2013 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * wl-highlight.el (wl-highlight-message): Fix description.
2016
2017 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2020         tty.
2021
2022 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-action.el (wl-summary-exec): Print failure count.
2025
2026 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2029         to `defun', remove interactive form.
2030         Set elmo-message-fetch-confirm when force-reload is non-nil.
2031
2032 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * wl-summary.el (toplevel): Removed unnecessary autoload.
2035
2036 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2037
2038         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2039         the buffer is generated from another message buffer.
2040
2041 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2044         extracted from `wl-fldmgr-save-folders'.
2045         (wl-fldmgr-delete): Call it after deletion.
2046
2047 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2050         multi-tty support.
2051
2052 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2053
2054         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2055
2056 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2057
2058         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2059         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2060
2061 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2064         unsubscribe list only if argument CLEAR is nil.
2065
2066 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * wl-draft.el (wl-draft-reply): Decode subject before removing
2069         Re: prefix.
2070
2071 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2072
2073         * wl-summary.el (wl-summary-sort-by-size): New command.
2074
2075 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-summary.el (wl-summary-number-list-from-region): New
2078         function.
2079         (wl-summary-mark-as-read-region): Use it.
2080         (wl-summary-mark-as-unread-region): Ditto.
2081         (wl-summary-set-flags-region): Ditto and add optional argument
2082         remove.
2083         (wl-summary-mark-as-answered-region): Ditto.
2084         (wl-summary-mark-as-important-region): Ditto.
2085         (wl-summary-target-mark-mark-as-important): Added optional
2086         argument remove.
2087         (wl-summary-target-mark-mark-as-answered): Ditto.
2088         (wl-summary-target-mark-set-flags): Ditto.
2089
2090 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2091
2092         * wl-summary.el (wl-summary-set-flags-region): Call
2093         `wl-summary-set-flags-internal' with number list instead of call
2094         one by each message.
2095         (wl-summary-target-mark-set-flags): Likewise.
2096
2097 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2100         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2101         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2102         (wl-summary-target-mark-mark-as-answered): Likewise.
2103
2104 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-summary.el (wl-summary-target-mark-forward): Use
2107         `wl-summary-delete-all-target-marks' instead of
2108         `wl-summary-delete-all-temp-marks'.
2109         (wl-summary-target-mark-reply-with-citation): Ditto.
2110         (wl-summary-target-mark-uudecode): Ditto.
2111         (wl-summary-target-mark-set-flags): Ditto and remove needless
2112         cursor move.
2113
2114 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-summary.el (wl-summary-target-mark-forward): Protect
2117         wl-summary-buffer-target-mark-list from nreverse.
2118         (wl-summary-target-mark-reply-with-citation): Ditto.
2119
2120 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2121
2122         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2123         `elmo-display-progress-threshold'.
2124
2125 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2128         check `wl-summary-highlight'.
2129         (wl-summary-window-scroll-functions): Respect value of
2130         `wl-summary-highlight'.
2131         (wl-summary-sync-update): Run hooks
2132         `wl-summary-buffer-window-scroll-functions' at any time.
2133
2134 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135
2136         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2137         from `wl-summary-cleanup-temp-marks'.
2138         (wl-summary-cleanup-temp-marks): Abolish argument.
2139         * wl.el (wl-save-status): Revert previous change.
2140         (wl-execute-temp-marks): New function, call
2141         `wl-summary-exec-with-confirmation'.
2142         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2143         (wl-folder-save-and-exec-marks): Abolished.
2144
2145 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-e21.el (wl-e21-display-image-p): Respect
2148         `wl-highlight-folder-with-icon'.
2149         (wl-e21-highlight-folder-group-line): Highlight mouse line
2150         even if wl-e21-display-image-p is nil.
2151
2152         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2153         Respect value of `wl-summary-highlight'.
2154
2155         * wl.el (wl-save-status): Remove unused variable.
2156
2157         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2158         (wl-folder-mode-map): Bind it to "x".
2159
2160 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2161
2162         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2163
2164         * wl-thread.el (wl-thread-get-parent-list): Don't check
2165         disconnected ancestors, neglecting needless work in
2166         `wl-thread-update-indent-string-thread'.
2167
2168         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2169         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2170         argument, add argument default-keep to keep marks by default.
2171
2172         * Version number is increased to 2.11.30.
2173
2174         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2175         customization type and docstring.
2176         (wl-draft-reply-without-argument-list): Ditto.
2177
2178 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2181
2182         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2183
2184 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2185
2186         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2187
2188 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2191         save-excursion so as not to include run-hooks.
2192
2193 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2196         Clarify that marks are going to be cleared.
2197
2198 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2199
2200         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2201         according to 3rd element of wl-summary-flag-mark.
2202
2203         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2204
2205 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-action.el (wl-summary-target-mark-all): Don't set
2208         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2209
2210 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2211
2212         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2213         (wl-forward-subject-prefix): Ditto.
2214         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2215         (wl-draft-reply-make-subject): Ditto.
2216
2217         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2218         `wl-draft-forward'.
2219         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2220
2221 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2224         target message does not exist.
2225
2226 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2227
2228         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2229         `wl-subject-prefix-regexp'.
2230         (wl-subject-forward-prefix-regexp): New variable.
2231         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2232         `wl-draft-strip-subject-re' and take regexp as argument.
2233         (wl-draft-forward): Use it.
2234         (wl-draft-reply): Ditto.
2235
2236 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2237
2238         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2239         emacs multi-tty support.
2240
2241 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2242
2243         * wl-e21.el (wl-e21-display-image-p): Don't call
2244         `display-images-p'.
2245         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2246         support.
2247         (wl-highlight-folder-current-line): Ditto.
2248         (wl-folder-init-icons): Ditto.
2249
2250 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2251
2252         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2253         the last line of summary in unplugged mode.
2254
2255 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2256
2257         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2258
2259 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2262         * wl-address.el (wl-address-user-mail-address-p): Use it.
2263         (wl-address-delete-user-mail-addresses): Ditto.
2264         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2265
2266         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2267         (wl-address-delete-user-mail-addresses): Ditto.
2268
2269         * wl-address.el (wl-address-delete-user-mail-addresses): New
2270         function.
2271         * wl-refile.el (wl-refile-guess-by-history): Use it.
2272         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2273         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2274
2275         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2276         use wl-address-user-mail-address-p.
2277
2278 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2279
2280         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2281         after opening group.
2282
2283 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2286         of elmo-set-buffer-multibyte.
2287
2288         * wl-message.el (wl-original-message-mode): Ditto.
2289
2290         * wl-score.el (wl-score-insert-header): Ditto.
2291
2292         * wl-summary.el
2293         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2294         (wl-summary-goto-folder-subr): Ditto.
2295         (wl-summary-insert-headers): Ditto.
2296
2297         * wl-util.el (wl-set-string-width): Ditto.
2298
2299         * Version number is increased to 2.11.29.
2300
2301 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2302
2303         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2304         (wl-highlight-summary-line-help-echo-alist): New variable.
2305         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2306         into `wl-highlight-summary-line-help-echo' and
2307         `wl-highlight-flag-folder-help-echo'.
2308         (wl-highlight-summary-line-string): Change accordingly.
2309         (wl-highlight-summary-current-line): Ditto.
2310
2311 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2314         at the beginning of field body (Thanks to Markus Knittig).
2315
2316         * wl-draft.el (wl-draft-insert-current-message): Also check
2317         summary buffer, remove unnecessary tag.
2318
2319 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2320
2321         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2322         when wl-message-buffer is nil.
2323
2324         * wl-folder.el (wl-folder): Abolish unused argument.
2325         Call wl-folder-init when wl-folder-entity is nil.
2326         * wl.el (wl): Change accordingly.
2327
2328 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2331         multibyte string before insert into draft buffer.
2332         (wl-draft-create-buffer): Always enable multibyte characters for
2333         draft buffer.
2334
2335         * Version number is increased to 2.11.28.
2336
2337 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-folder.el (wl-folder-open-close): Handle blank line.
2340         (wl-folder-jump-to-current-entity): Ditto.
2341
2342 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * Version number is increased to 2.11.27.
2345
2346 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2347
2348         * wl-thread.el (wl-thread-insert-message): When the thread is
2349         devided by wl-summary-max-thread-depth, insert line at the end of
2350         buffer.
2351
2352 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * Version number is increased to 2.11.26.
2355
2356 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2359
2360 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2363         value of stream-type and session.
2364
2365 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * Version number is increased to 2.11.25.
2368
2369 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2370
2371         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2372         in a quit message.
2373
2374 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2377         (wl-summary-redisplay-no-mime-internal): Ditto.
2378
2379 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2382         * wl-vars.el (wl-smtp-connection-type): Ditto.
2383
2384 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2385
2386         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2387         for the separator line and quote mail-header-separator.
2388
2389 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2392         result message.
2393
2394         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2395         `elmo-multiple-fields-body-list' with boundary as
2396         mail-header-separator.
2397
2398 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2399
2400         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2401
2402 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-util.el (wl-list-diff): Remove unused function.
2405
2406         * wl-draft.el (wl-draft-send-confirm): Discard input before
2407         confirmation.
2408
2409 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2412         order of flag and new.
2413
2414 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-vars.el (wl-refile-policy-alist): Abolished.
2417
2418         * wl-action.el (wl-summary-set-action-refile): Follow the change
2419         above.
2420
2421 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * wl-highlight.el (wl-highlight-signature-search): Don't use
2424         re-search-backward for a long word since it is possible to crash
2425         XEmacs because of a bug.
2426
2427 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2428
2429         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2430
2431 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2432
2433         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2434         argument for wl-summary-sync-force-update.
2435
2436 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-summary.el (wl-summary-mode-map): Revival of
2439         wl-summary-mark-as-important related bindings;
2440         Bind 'F','tF','mF','rF','m&'.
2441         (wl-summary-mark-as-important-region): Revival.
2442         (wl-summary-target-mark-mark-as-important): Ditto.
2443         (wl-summary-target-mark-operation): New function.
2444         (wl-summary-target-mark-mark-as-answered): Use it.
2445         (wl-summary-decide-flag): Don't set Important as default.
2446         (wl-summary-mark-as-important-internal): Revival.
2447         (wl-summary-mark-as-important): Ditto.
2448
2449         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2450
2451         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2452         instead of facep.
2453
2454 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl-dnd.el (wl-dnd-drop-func): Fix.
2457
2458         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2459         mouse-set-point instead of posn-point.
2460
2461         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2462
2463         * wl-mule.el (wl-completing-read-multiple): Ditto.
2464
2465 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2466
2467         * wl-demo.el (face-background-name): Defalias to avoid compile
2468         warning.
2469
2470 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2471
2472         * wl-summary.el (wl-summary-decide-flag): Use
2473         wl-completing-read-multiple instead of completing-read-multiple.
2474
2475         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2476         New alias.
2477
2478         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2479         Use face-background-name instead of face-background.
2480
2481         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2482
2483         * wl-summary.el (wl-summary-save): Use it.
2484         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2485
2486         * wl-mime.el (wl-mime-save-content): Fix last change.
2487
2488 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2489
2490         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2491         New function.
2492         (wl-summary-sort-specs): Added sort.
2493         * wl-mime.el (wl-mime-save-content): Expand file name.
2494
2495 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2498
2499         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2500
2501 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2504         for flag if it is not defined.
2505
2506 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-e21.el (wl-highlight-folder-current-line): Use
2509         elmo-folder-type-internal when elmo-folder-type returns nil.
2510
2511         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2512
2513         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2514
2515         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2516
2517         * wl-e21.el (wl-summary-toolbar): Ditto.
2518
2519         * wl-vars.el (wl-demo-background-color): Abolished.
2520         (wl-summary-persistent-mark-priority-list): Renamed from
2521         wl-summary-flag-priority-list.
2522         (wl-summary-flag-alist): New user option.
2523         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2524         (wl-message-mode-line-format-spec-alist): Added 'F'.
2525         (wl-message-mode-line-format): Likewise.
2526         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2527         instead of wl-summary-important-mark.
2528         (wl-file-folder-icon): New variable.
2529
2530         * wl-thread.el (wl-thread-set-flags): Renamed from
2531         wl-thread-mark-as-important.
2532
2533         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2534         warning.
2535         (wl-summary-mode-menu-spec): Follow the change of 
2536         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2537         (wl-summary-mode-map): Follow the change of
2538         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2539         (wl-summary-detect-mark-position): Follow the variable name change.
2540         (wl-summary-set-flags-region): New function for the replacement of
2541         wl-summary-mark-as-important-region.
2542         (wl-summary-sync-marks): Sync all global-flags.
2543         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2544         instead of elmo-message-flagged-p.
2545         (wl-summary-persistent-mark-string): Follow the variable name change;
2546         Put wl-summary-flag-mark if the message has global-flag.
2547         (wl-summary-target-mark-set-flags): Renamed from 
2548         wl-summary-target-mark-mark-as-important.
2549         (wl-summary-decide-flag): New function.
2550         (wl-summary-set-flags-internal): Renamed from
2551         wl-summary-mark-as-important-internal.
2552         (wl-summary-add-flags-internal): New function.
2553         (wl-summary-remove-flags-internal): Ditto.
2554         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2555         (wl-summary-mark-as-unimportant): Abolish.
2556         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2557         (wl-summary-next-message): List flagged messages in the msgdb.
2558
2559         * wl-score.el (wl-summary-score-update-all-lines): Use
2560         wl-summary-add-flags-internal instead of 
2561
2562         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2563
2564         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2565         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2566         (wl-message-buffer-require-all-header): Renamed from
2567         wl-message-buffer-all-header-flag (Ditto).
2568         (wl-message-buffer-flag-indicator): New variable.
2569         (wl-message-redisplay): Changed local varibale name from `flag' to
2570         `display-type'; Set up wl-message-buffer-flag-indicator.
2571         (wl-message-buffer-display): Changed varibale name from `flag' to
2572         `display-type'.
2573         (wl-message-display-internal): Likewise.
2574
2575         * wl-highlight.el (wl-highlight-demo-face): Define default background
2576         color.
2577         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2578
2579         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2580
2581         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2582         (wl-demo-setup-properties): Renamed from
2583         `wl-demo-set-background-color'.
2584         (wl-demo): Follow the change above.
2585         
2586         * Version number is increased to 2.11.24.
2587
2588 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2589
2590         * wl-summary.el (wl-summary-toggle-thread): Call
2591         `wl-summary-rescan' with disable-thread as non-nil.
2592         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2593
2594 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2595
2596         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2597         foreground property of the face.
2598         (wl-demo-insert-text): Don't set up face property here.
2599         (wl-demo): Call wl-demo-set-background-color, anyway.
2600
2601 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2602
2603         * wl-vars.el (wl-demo-background-color): The value can be nil.
2604
2605 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2608         to wl-summary-wheel-dispatcher.
2609
2610         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2611         wl-message-wheel-dispatcher.
2612         (wl-message-wheel-dispatcher): New function.
2613         (wl-summary-wheel-dispatcher): Ditto.
2614
2615 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-action.el (wl-summary-target-mark-all): List messages which are
2618         not in the killed-list.
2619
2620         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2621         only when the folder is 'flag/important.
2622
2623         * wl-address.el (wl-complete-field-body): Complete if the last
2624         character is a space.
2625
2626 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-folder.el (wl-folder-clear-entity-info): Use
2629         elmo-clear-hash-val.
2630
2631         * wl-fldmgr.el (wl-fldmgr-rename): Set
2632         wl-folder-info-alist-modified as t.
2633
2634 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2635
2636         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2637
2638 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2639
2640         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2641         (wl-folder-buffer-last-visited-entity-id): New buffer local
2642         variable.
2643         (wl-folder-revisit-last-visited-folder): New function.
2644         (wl-folder-mode-map): Bind it to "C-i".
2645         (wl-folder-set-current-entity-id): Set last visited folder.
2646         * wl-summary.el (wl-summary-exit): Ditto.
2647
2648 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2651         before calling `recenter' in order to cope with an XEmacs bug.
2652
2653 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2654
2655         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2656         to the default value.
2657
2658 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2661         change.
2662         (wl-summary-sync-marks): Ditto.
2663         (wl-summary-mark-as-read-internal): Ditto.
2664         (wl-summary-mark-as-answered-internal): Ditto.
2665         (wl-summary-mark-as-important-internal): Ditto.
2666         (wl-summary-reply): Ditto.
2667
2668         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2669         instead of `elmo-folder-unflag-answered'.
2670
2671         * Version number is increased to 2.11.23.
2672
2673         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2674         the last change.
2675
2676 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2677
2678         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2679         Specify "spam" or "good".
2680
2681 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-spam.el (wl-summary-exec-action-spam): Call
2684         wl-folder-confirm-existence for spam folder.
2685         (wl-spam-setup): Bind "mk".
2686
2687 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2690
2691 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2692
2693         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2694         destination folder is empty.
2695
2696 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2697
2698         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2699         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2700
2701         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2702         (wl-summary-refile-prev-destination-region): New function.
2703         (wl-thread-refile-prev-destination): Ditto.
2704         (wl-summary-target-mark-refile-prev-destination): Ditto.
2705
2706 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2709         (wl-demo-background-color): Changed default value.
2710
2711         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2712         color.
2713
2714         * wl-demo.el (wl-demo-set-background-color): New function.
2715         (wl-demo): Call it.
2716
2717 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2718
2719         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2720         * wl-address.el (wl-address-add-or-change): Don't add empty
2721         address.
2722
2723 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2724
2725         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2726
2727 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2728
2729         * wl-vars.el (wl-demo-image-filter-alist): New variable
2730         (wl-demo-background-color): Ditto.
2731
2732         * wl-demo.el (wl-demo-xpm-set-background): New function.
2733         (wl-demo-image-filter): Ditto.
2734         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2735
2736         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2737
2738         * wl-demo.el (wl-demo-icon-name): Define as function.
2739         (wl-demo-insert-image): Use it.
2740
2741 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2742
2743         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2744
2745 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2746
2747         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2748
2749 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2752
2753 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-thread.el (wl-thread-mark-as-answered): New function.
2756
2757         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2758         answered" entry.
2759         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2760         "r&" and wl-thread-mark-as-answered to "t&".
2761         (wl-summary-mark-as-important-region): Refine to toggle mark.
2762         (wl-summary-mark-as-answered-region): New function.
2763         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2764         and 3rd argument.
2765         (wl-summary-mark-as-important-internal): Likewise.
2766
2767 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2768
2769         * wl-template.el (wl-template-preview): New internal variable.
2770         (wl-template-preview-p): New function.
2771         (wl-template-show): Bind `wl-template-preview' as t.
2772
2773 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2776         `elmo-message-entity-field' with 3rd argument which is non-nil.
2777
2778 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2781         Removed duplicate local bind `folder'.
2782
2783 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2786
2787 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2790         duplicate definition.
2791
2792 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2793
2794         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2795         non-nil, use it; Don't fetch message if there's no message in the
2796         current cursor position.
2797
2798 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2799
2800         * wl-util.el (wl-region-exists-p): Use region-active-p.
2801         (wl-deactivate-region): New function.
2802         * wl-message.el (wl-message-redisplay): Deactivate region.
2803
2804         * wl-summary.el (wl-summary-reply): Call
2805         `wl-summary-set-message-buffer-or-redisplay' instead of
2806         `wl-summary-redisplay-internal', don't move point.
2807
2808 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2809
2810         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2811         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2812         by regexp.
2813
2814 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2817         if no need.
2818
2819 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2822         default value to nil.
2823         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2824         `wl-summary-prepare-hook'; Replace refile action to
2825         `wl-summary-exec-action-refile-with-register'.
2826
2827         * Version number is increased to 2.11.22.
2828
2829 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-summary.el (wl-summary-detect-mark-position): Set
2832         `wl-summary-buffer-weekday-name-lang'.
2833
2834 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2835
2836         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2837         (wl-summary-mark-as-read-all): Ditto.
2838         (wl-summary-delete-messages-on-buffer): Ditto.
2839         (wl-summary-sync-update): Ditto.
2840         (wl-summary-mark-as-read-internal): Ditto.
2841         (wl-summary-mark-as-answered-internal): Ditto.
2842         (wl-summary-update-folder-info): Abolished.
2843
2844 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-summary.el (wl-summary-mark-as-read-all): Use
2847         `wl-summary-update-folder-info' instead of
2848         `wl-folder-update-unread'.
2849
2850 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2851
2852         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2853         `wl-summary-folder-info-update'.
2854         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2855         instead of `wl-summary-folder-info-update'.
2856         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2857         `wl-folder-set-folder-updated'.
2858         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2859         instead of `wl-folder-update-unread'.
2860         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2861         the value of `wl-summary-buffer-unread-count' for the second parameter of
2862         `wl-folder-update-unread'.
2863
2864         * Version number is increased to 2.11.21.
2865
2866 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2867
2868         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2869         a local variable.
2870
2871 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2872
2873         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2874         interactively.
2875
2876         * wl-summary.el (wl-summary-mark-as-important-internal): New
2877         internal function.
2878         (wl-summary-mark-as-important): Use it.
2879         (wl-summary-mark-as-unimportant): New function.
2880         (wl-summary-sync-marks): Follow the API change.
2881
2882         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2883
2884         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2885
2886 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2887
2888         * wl-folder.el (wl-folder-update-unread): Re-indent.
2889         Narrow the scope of a local variable.
2890
2891 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2892
2893         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2894         (wl-addrmgr-merge-entries): Ditto.
2895         (wl-addrmgr): Added to address entry which exists in draft buffer
2896         if no entry is in original.
2897
2898 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-batch.el: New file.
2901
2902 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2903
2904         * wl-vars.el (wl-use-semi): Remove unused variable.
2905
2906 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2909         "?".
2910
2911 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2914         wl-summary-new-mark.
2915         (wl-summary-new-cached-mark): New user option.
2916         (wl-summary-score-marks): Follow the change above.
2917         (wl-summary-auto-refile-skip-marks): Ditto.
2918         (wl-summary-incorporate-marks): Ditto.
2919         (wl-summary-expire-reserve-marks): Ditto.
2920
2921         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2922
2923         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2924         (wl-summary-persistent-mark-string): Distinguished between cached
2925         and uncached mark when the message is new.
2926
2927 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-spam.el (wl-spam-domain): Renamed from
2930         `wl-spam-folder-guess-domain'.
2931         (wl-summary-exec-action-spam): Register as spam if domain of the
2932         source folder is good.
2933         (wl-summary-exec-action-refile-with-register): Register message if
2934         domain of the source folder is not undecided.
2935
2936 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2937
2938         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2939         detect thread loop.
2940
2941 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2944         and wl-summary-skip-mark-list.
2945
2946 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2949
2950         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2951
2952         * wl-spam.el (toplevel): Require wl-highlight.
2953         (wl-spam-auto-check-policy-alist): Abolish.
2954         (wl-spam-auto-check-folder-regexp-list): New user option.
2955         (wl-spam-auto-check-marks): Ditto.
2956         (wl-spam-mark-action-list): Ditto.
2957         (wl-highlight-summary-spam-face): New face.
2958         (wl-spam-auto-check-message-p): New function.
2959         (wl-spam-map-spam-messages): Fixed message.
2960         (wl-spam-register-spam-messages): Ditto.
2961         (wl-spam-register-good-messages): Ditto.
2962         (wl-summary-spam-map): Add and remove keybind.
2963         (wl-summary-target-mark-spam): Abolish.
2964         (wl-summary-refile-spam): Ditto.
2965         (wl-summary-test-spam): New function.
2966         (wl-summary-mark-spam): Ditto.
2967         (wl-summary-auto-check-spam): Follow the above change.
2968         (wl-summary-exec-action-spam): New function.
2969         (wl-summary-exec-action-refile-with-register): Fixed message.
2970         (wl-message-check-spam): New function.
2971         (wl-spam-setup): Ditto.
2972         (toplevel): Call it if this file is loaded interactivity.
2973
2974         * Version number is increased to 2.11.20.
2975
2976 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2977
2978         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2979         when new optional argument `force' is non nil or modified.
2980
2981 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl.el (toplevel): Require wl-spam when compile.
2984         (wl-save-status): Call wl-spam-save-status.
2985
2986         * wl-spam.el (wl-spam-register-spam-messages): New function.
2987         (wl-spam-register-good-messages): Ditto.
2988         (wl-spam-save-status): Ditto.
2989         (wl-summary-mode-map): Bind
2990         wl-summary-target-mark-register-as-spam to "ms" and
2991         wl-summary-target-mark-register-as-good to "mn".
2992         (wl-summary-register-as-spam): Abolish optional argument; Use
2993         wl-spam-register-spam-messages.
2994         (wl-summary-register-as-spam-all): Use
2995         wl-spam-register-spam-messages.
2996         (wl-summary-register-as-good): Abolish optional argument; Use
2997         wl-spam-register-good-messages.
2998         (wl-summary-register-as-good-all): Use
2999         wl-spam-register-good-messages.
3000         (wl-summary-target-mark-register-as-spam): New funtion.
3001         (wl-summary-target-mark-register-as-good): Ditto.
3002
3003 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl-spam.el: New file.
3006
3007 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008
3009         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3010
3011         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3012         (wl-summary-auto-refile): Call wl-refile-guess with
3013         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3014
3015 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3018         with disable-thread argument non-nil.
3019
3020 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-summary.el (wl-summary-rescan): Added optional argument
3023         disable-thread.
3024         (wl-summary-sync): Call wl-summary-rescan with argument
3025         disable-thread.
3026         (wl-summary-input-range): Added new range `rescan-thread'.
3027
3028 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3031
3032 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3035         internal variable.
3036         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3037         wl-summary-search-parent-by-subject-regexp and
3038         wl-summary-divide-thread-when-subject-changed as nil.
3039         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3040         (wl-summary-insert-thread): Search parent entity from
3041         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3042         thread loop.
3043
3044 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3045
3046         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3047
3048         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3049
3050         * wl-util.el (wl-require-update-all-folder-p): New function.
3051         (wl-get-assoc-list-value): Added `function' to match directive.
3052         (wl-collect-draft): Rewrite.
3053
3054         * wl-summary.el (wl-summary-sync-update): Clear faces
3055         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3056         are non-nil.
3057         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3058         argument as function.
3059         (wl-summary-input-range): Ditto.
3060
3061         * wl-folder.el (wl-draft-get-folder): New function.
3062         (wl-folder-get-elmo-folder): Consider draft folder.
3063
3064         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3065         (wl-draft-buffer-message-number): New buffer local variable.
3066         (wl-draft-folder-internal): New internal variable.
3067         (wl-draft-delete): Rewrite.
3068         (wl-draft-save): Ditto.
3069         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3070         wl-folder-get-elmo-folder.
3071         (wl-draft-config-info-operation): Ditto.
3072         (wl-jump-to-draft-folder): Ditto.
3073         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3074         (wl-draft-reedit): Rewrite.
3075
3076         * Version number is increased to 2.11.19.
3077         
3078 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3079
3080         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3081         variable.
3082
3083 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3086         Use ignore-errors instead of unwind-protect.
3087
3088 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3089
3090         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3091         for updating `wl-thread-entity-list'.
3092
3093 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3094
3095         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3096         parameter from calling `wl-thread-entity-get-older-brothers' and
3097         `wl-thread-entity-get-younger-brothers'.
3098         Replace nested `append' with a single one.
3099
3100 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3101
3102         * wl-summary.el (wl-summary-mode): Don't use the return value of
3103         `make-local-hook'.
3104
3105 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3106
3107         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3108         instead of `let*'.
3109         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3110         of local variables.
3111
3112 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3115         Renamed from wl-summary-window-scroll-functions.
3116         (wl-summary-window-scroll-functions): Don't set to variable.
3117         (wl-summary-display-top): Use run-hooks.
3118         (wl-summary-display-bottom): Ditto.
3119         (wl-summary-toggle-disp-msg): Ditto.
3120         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3121         Use it instead of wl-summary-window-scroll-functions.
3122         (wl-summary-goto-folder-subr): Don't call
3123         wl-summary-window-scroll-functions, use
3124         wl-summary-buffer-window-scroll-functions instead.
3125
3126 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3127
3128         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3129         make-local-variable.
3130
3131 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3132
3133         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3134         set-buffer-modified-p.
3135         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3136         (wl-summary-display-bottom): Ditto.
3137         (wl-summary-toggle-disp-msg): Ditto.
3138
3139 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3142
3143         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3144         (wl-summary-forward): Use elmo-message-entity-field instead of
3145         elmo-message-field.
3146
3147         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3148
3149 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3150
3151         * wl-summary.el (wl-summary-window-scroll-functions): No use
3152         `append'.
3153
3154 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3155
3156         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3157         function.
3158         (wl-summary-window-scroll-functions): Call it when both
3159         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3160         (wl-summary-temp-mark): Added optional argument number.
3161         (wl-summary-message-mark): Added optional argument flag.
3162         (wl-summary-persistent-mark): Added optional argument number and flag.
3163         (wl-summary-update-persistent-mark): Ditto.
3164         (wl-summary-update-status-marks): Set "r" for interactive spec.
3165
3166         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3167         argument number and flag.
3168
3169         * wl-action.el (wl-summary-registered-temp-mark): 
3170         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3171
3172 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3173
3174         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3175         internal variable (buffer local).
3176         (wl-summary-window-scroll-functions): New function.
3177         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3178         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3179         as nil.
3180         (wl-summary-update-status-marks): Added arguments beg, end and
3181         check.
3182         (wl-summary-update-mark-window): Use function.
3183         (wl-summary-sync-update): Follow the change above.
3184         (wl-summary-switch-to-clone-buffer): Copy
3185         wl-summary-buffer-unsync-mark-number-list.
3186         (wl-summary-goto-folder-subr): Set
3187         wl-summary-buffer-unsync-mark-number-list and
3188         use wl-summary-window-scroll-functions instead of
3189         wl-summary-lazy-highlight.
3190
3191         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3192
3193 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3194
3195         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3196
3197         * wl-summary.el (wl-summary-update-persistent-mark): Call
3198         wl-summary-set-message-modified.
3199
3200         * wl-summary.el (wl-summary-sync-update): Don't call
3201         wl-summary-update-status-marks.
3202
3203         * Version number is increased to 2.11.18.
3204
3205 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3206
3207         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3208         (wl-message-next-page): Ditto.
3209
3210 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3211
3212         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3213         local variable.  Change the order of a collected list into the
3214         same as the specified range.  Remove nil from a collected list.
3215
3216 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3219         argument for elmo-folder-list-messages.
3220
3221 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3224         change (wl-summary-count-unreads return a list instead of a cons
3225         cell).
3226
3227 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3228
3229         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3230         `wl-summary-folder-info-update'.
3231
3232 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3233
3234         * wl-summary.el (wl-summary-set-message-modified): No use
3235         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3236         (wl-summary-set-mark-modified): Abolish.
3237         (wl-summary-mark-modified-p): Ditto.
3238         (wl-summary-save-view): Follow the change above.
3239
3240         * wl-expire.el (wl-summary-expire): Likewise.
3241
3242 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-summary.el (wl-summary-detect-mark-position): Use
3245         modb-entity-handler.
3246         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3247
3248         * Version number is increased to 2.11.17.
3249
3250 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3251
3252         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3253         entity field value.
3254         (wl-summary-prefetch-msg): Ditto.
3255         (wl-summary-print-message-with-ps-print): Ditto.
3256
3257 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3258
3259         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3260         for dummy entity.
3261         (wl-summary-insert-thread): Use elmo-message-entity-field.
3262         (wl-summary-update-thread): Use elmo-message-entity-field and
3263         elmo-message-entity-number.
3264         (wl-summary-line-number):  Use elmo-message-entity-number.
3265         (wl-summary-line-size): Use elmo-message-entity-field.
3266         (wl-summary-line-subject): Ditto.
3267         (wl-summary-line-from): Ditto.
3268         (wl-summary-line-attached): Ditto.
3269         (wl-summary-create-line): Ditto.
3270         (wl-summary-create-line): Use elmo-message-entity-number.
3271         (wl-summary-print-message-with-ps-print): Use
3272         elmo-message-entity-field.
3273
3274 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3277         change in elmo-msgdb-make-message-entity.
3278         (wl-summary-buffer-set-folder): Don't call
3279         wl-summary-detect-mark-position here.
3280         (wl-summary-rescan): Call elmo-message-entity-number.
3281         (wl-summary-sync-update): Ditto.
3282         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3283
3284         * wl-score.el (wl-score-header-index): Redefine 2th element.
3285         (wl-score-overview-entity-get-extra): Abolish.
3286         (wl-score-ov-entity-get): Rewrite.
3287         (wl-score-string-index<, wl-score-string-func<): Abolish.
3288         (wl-score-string<): New function.
3289         (wl-score-string-sort): Use it.
3290
3291         * wl-refile.el (wl-refile-guess-by-history): Use
3292         elmo-message-entity-field.
3293         (wl-refile-guess-by-from): Ditto.
3294         (wl-refile-guess-by-msgid): Ditto.
3295
3296         * Version number is increased to 2.11.16.
3297
3298 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3299
3300         * wl-folder.el (wl-folder-confirm-existence): Don't call
3301         file-exists-p if msgdb-path is nil.
3302         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3303         `wl-read-folder-hist' to `wl-read-folder-history'.
3304
3305 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3306
3307         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3308         `y-or-n-p'.
3309
3310 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-score.el (wl-score-headers): Don't use
3313         elmo-folder-do-each-message-entity.
3314
3315         * Version number is increased to 2.11.15.
3316
3317 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-summary.el (wl-summary-delete-all-msgs): Use
3320         elmo-folder-move-messages instead of elmo-folder-delete-messages
3321         and elmo-folder-detach-messages.
3322         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3323
3324         * wl-expire.el (wl-expire-delete): Ditto.
3325         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3326
3327 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3330         (wl-message-header-narrowing-fields): Ditto.
3331         (wl-message-header-narrowing-lines): Ditto.
3332         (wl-message-header-narrowing-string): Ditto.
3333
3334         * wl-summary.el (wl-summary-mode-map): Bind
3335         wl-summary-toggle-header-narrowing to "C-cC-f".
3336         (wl-summary-toggle-header-narrowing): New function.
3337
3338         * wl-message.el (wl-message-buffer-create): Call
3339         wl-message-header-narrowing-setup.
3340         (wl-message-redisplay): Call wl-message-header-narrowing.
3341         (wl-message-header-narrowing): New function.
3342         (wl-message-header-narrowing-map): New keymap.
3343         (wl-message-header-narrowing-widen-map): New keymap.
3344         (wl-message-header-narrowing-again-at-mouse): New function.
3345         (wl-message-header-narrowing-1): Ditto.
3346         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3347         (wl-message-header-narrowing-setup): Ditto.
3348         (wl-message-header-narrowing-toggle): Ditto.
3349         
3350         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3351
3352         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3353         'flag as all.
3354         (wl-use-flag-folder-help-echo): New user option.
3355
3356         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3357         wl-summary-highlight as nil.
3358         (wl-summary-set-mark-modified): Follow the API change.
3359         (wl-summary-mark-modified-p): Ditto.
3360         (wl-summary-mark-as-read-all): Ditto.
3361         (wl-summary-sync-marks): Don't call
3362         elmo-folder-list-messages-with-global-mark.
3363         (wl-summary-mark-as-read-internal): Follow the API change.
3364         (wl-summary-mark-as-answered-internal): Ditto.
3365         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3366         Follow the API change.
3367         (wl-summary-create-line): Call with number argument.
3368         (wl-summary-reply): Follow the API change.
3369
3370         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3371         function.
3372         (wl-highlight-summary-line-string): Call it when
3373         wl-use-flag-folder-help-echo is non-nil.
3374         (wl-highlight-summary-current-line): Ditto.
3375         (elmo-flag-folder-referrer): Added autoload setting.
3376
3377         * wl-draft.el (wl-draft-kill): Follow the API change.
3378
3379         * Version number is increased to 2.11.14.
3380         
3381 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3382
3383         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3384
3385 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3386
3387         * Version number is increased to 2.11.13.
3388
3389 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3390
3391         * wl-draft.el (wl-draft-previous-history-element): Fixed
3392         unbalanced parenthesis and bind unbound local variables.
3393
3394 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3395
3396         * wl-draft.el (wl-draft-previous-history-element): New function.
3397         (wl-draft-next-history-element): Ditto.
3398         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3399         them to M-p and M-n.
3400
3401 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3402
3403         * Version number is increased to 2.11.12.
3404
3405 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3406
3407         * wl-draft.el (wl-draft-hide): Select buffer-window.
3408
3409 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3410
3411         * wl-summary.el (wl-summary-narrow-to-region): New function.
3412         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3413         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3414         (wl-summary-save-region): Use it.
3415         * wl-action.el (wl-summary-collect-numbers-region)
3416         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3417
3418 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3419
3420         * wl-folder.el (wl-folder-count-incorporates): Don't use
3421         `elmo-msgdb-mark-load'
3422
3423         * Version number is increased to 2.11.11.
3424
3425 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3426
3427         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3428         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3429
3430 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3433
3434 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3435
3436         * Version number is increased to 2.11.10.
3437
3438 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3439
3440         * wl-mime.el (wl-draft-attribute-value): Fixed.
3441
3442 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3443
3444         * wl-util.el (wl-copy-local-variables): New function.
3445
3446         * wl-mime.el (wl-draft-attribute-recipients): New function.
3447         (wl-draft-attribute-envelope-from): Ditto.
3448         (wl-draft-attribute-smtp-posting-server): Ditto.
3449         (wl-draft-attribute-smtp-posting-port): Ditto.
3450         (wl-draft-attribute-value): Ditto.
3451         (wl-draft-preview-message): Use it to get value for
3452         attributes. Reflect result of `wl-draft-config'.
3453
3454         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3455         and call `wl-summary-mark-as-read' before to call
3456         `wl-summary-unset-mark'.
3457         (wl-summary-target-mark-mark-as-unread): Likewise.
3458         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3459
3460 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-mime.el (wl-draft-preview-message): Use actual value for
3463         attributes; Fix for small window.
3464
3465 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3466
3467         * wl-refile.el (wl-refile-get-field-value): Call
3468         `elmo-message-entity-field' with 3rd argument is non-nil.
3469
3470 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-vars.el (wl-draft-preview-attributes): New user option.
3473         (wl-draft-preview-attributes-list): Ditto.
3474         (wl-draft-preview-attributes-buffer-lines): Ditto.
3475         (wl-draft-preview-attributes-buffer-name): Ditto.
3476
3477         * wl-mime.el (wl-draft-preview-message): Display attributes.
3478
3479 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3480
3481         * wl-summary.el (wl-summary-detect-mark-position): Bind
3482         wl-summary-flag-priority-list to '(new).
3483
3484 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3485
3486         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3487         funtion.
3488         (wl-highlight-summary-line-string): Use it.
3489         (wl-highlight-summary-current-line): Ditto.
3490
3491 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3492
3493         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3494         line even when the mark string is not changed.
3495
3496         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3497         argument change in the wl-summary-create-line.
3498         (wl-thread-insert-entity-sub): Ditto.
3499
3500         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3501         argument change in the wl-summary-create-line.
3502         (wl-summary-insert-sequential): Ditto.
3503         (wl-summary-update-thread): Ditto.
3504         (wl-summary-persistent-mark-string): New inline function.
3505         (wl-summary-message-mark): Use it.
3506         (wl-summary-create-line): Abolish argument wl-persistent-mark
3507         and added wl-flags, wl-cached.
3508
3509         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3510         mark to flags.
3511         (wl-highlight-summary-current-line): Decide the face not by the 
3512         persistent mark but flags.
3513
3514 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3515
3516         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3517         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3518         wl-summary-read-uncached-mark): Revive.
3519         (wl-summary-answered-cached-mark,
3520         wl-summary-answered-uncached-mark): New user option.
3521         (wl-summary-score-marks): Follow the change above.
3522         (wl-summary-auto-refile-skip-marks): Ditto.
3523         (wl-summary-incorporate-marks): Ditto.
3524         (wl-summary-expire-reserve-marks): Ditto.
3525         (wl-summary-flag-priority-list): New user option.
3526
3527         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3528         changes.
3529         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3530         of elmo-message-mark.
3531         (wl-summary-mark-as-read-internal): Ditto.
3532         (wl-summary-mark-as-answered): Ditto.
3533         (wl-summary-mark-as-important): Ditto.
3534         (wl-summary-redisplay-internal): Ditto.
3535         (wl-summary-redisplay-no-mime-internal): Ditto.
3536         (wl-summary-message-mark): New function.
3537         (wl-summary-insert-sequential): Use wl-summary-message-mark
3538         instead of elmo-message-mark.
3539         (wl-summary-update-thread): Ditto.
3540         (wl-summary-persistent-mark): Ditto.
3541         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3542         instead of elmo-message-mark.
3543
3544         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3545         wl-summary-message-mark instead of elmo-message-mark.
3546         (wl-thread-insert-entity-sub): Ditto.
3547         (wl-thread-get-children-msgs-uncached): Ditto.
3548
3549         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3550         variable name changes.
3551         (wl-highlight-summary-current-line): Ditto.
3552
3553         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3554         wl-summary-message-mark instead of elmo-message-mark.
3555
3556         * wl-expire.el (wl-expire-message-p): Ditto.
3557
3558         * wl-score.el (wl-score-headers): Ditto.
3559
3560         * Version number is increased to 2.11.9.
3561
3562         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3563         (wl-summary-sync-update): Follow the change above.
3564         (wl-summary-switch-to-clone-buffer): Ditto.
3565         (wl-summary-open-folder): Ditto.
3566
3567 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3568
3569         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3570         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3571
3572         * Version number is increased to 2.11.8.
3573
3574         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3575
3576         * wl-expire.el (wl-expire-refile): Follow the API change on
3577         `elmo-folder-move-messages'.
3578         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3579
3580         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3581         (wl-summary-exec-action-refile): Ditto.
3582         (wl-summary-exec-action-copy): Ditto.
3583         (wl-summary-no-auto-refile-message-p): No use
3584         `wl-summary-buffer-msgdb'.
3585         (wl-summary-auto-refile): Ditto.
3586
3587 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3588
3589         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3590
3591 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3592
3593         * wl-summary.el (wl-summary-sync): Treat no-sync.
3594
3595         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3596         (wl-default-sync-range): Ditto.
3597
3598 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3599
3600         * wl-refile.el (wl-refile-subject-learn): Call
3601         `elmo-message-entity-field' with 3rd argument is non-nil.
3602         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3603         instead of `elmo-msgdb-overview-entity-get-subject'.
3604
3605 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3608         scan-type is rescan.
3609         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3610         new optional argument force is non-nil.
3611         (wl-summary-save-view-cache): Call it with force argument non-nil.
3612
3613         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3614
3615 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3616
3617         * wl-action.el (wl-summary-print-argument): Fixed last change.
3618
3619 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3620
3621         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3622         simplified.
3623         (wl-summary-target-mark-mark-as-unread): Likewise.
3624         (wl-summary-target-mark-mark-as-important): Likewise.
3625
3626 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3627
3628         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3629         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3630         (wl-summary-mark-as-important-region): Change accordingly.
3631         (wl-summary-target-mark-mark-as-important): Ditto.
3632
3633 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3634
3635         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3636
3637         * wl-action.el (wl-summary-print-argument): Print argument to
3638         right side of window if `wl-summary-print-argument-within-window'
3639         is non-nil.
3640
3641 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl-action.el (wl-summary-set-mark): Use
3644         `wl-summary-message-visible-p' to check visibility of the message
3645         and jump to message only when the message line is visible and have
3646         different number; Call wl-summary-unset-mark with number argument.
3647         (wl-summary-unset-mark): 
3648         Use `wl-summary-message-visible-p'
3649         to check visibility of the message and jump to message only when
3650         the message line is visible and have different number;
3651
3652 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3653
3654         * Version number is increased to 2.11.7.
3655
3656         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3657         and wl-folder-summary-line-format.
3658
3659         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3660         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3661         (wl-summary-set-score-mark): Use it.
3662         (wl-summary-target-mark-mark-as-read): Ditto.
3663         (wl-summary-target-mark-mark-as-unread): Ditto.
3664         (wl-summary-target-mark-mark-as-important): Ditto.
3665         (wl-summary-target-mark-msgs): Simplified.
3666         (wl-summary-detect-mark-position): Fixed problem when
3667         summary-line-format no contain persisten/temp mark spec.
3668         (wl-summary-temp-mark): Ditto.
3669         (wl-summary-persistent-mark): Ditto.
3670         (wl-summary-update-persistent-mark): Ditto.
3671
3672         * wl-action.el (wl-summary-set-mark): Ditto.
3673         (wl-summary-unset-mark): Ditto.
3674         All other related portions are changed.
3675
3676 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3677
3678         * Version number is increased to 2.11.6.
3679
3680 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3681
3682         * wl-util.el (wl-current-message-buffer): Define as function;
3683         Don't use the value of wl-messge-buffer.
3684
3685         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3686         persistent mark.
3687
3688         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3689         no current message, cause an error.
3690
3691 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3692
3693         * wl-summary.el (wl-summary-set-message-modified): Use
3694         elmo-folder-set-message-modified instead of
3695         elmo-folder-set-message-modified-internal.
3696
3697 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3700         interactively.
3701         (wl-summary-sync): nokill->entirely.
3702         (wl-summary-sync-marks): Fixed message.
3703         (wl-summary-input-range): Added mark, nokill->entirely.
3704
3705         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3706         messages as read.
3707
3708 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3711         update-noscore.
3712         (wl-summary-sync): Follow the change above.
3713
3714 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3715
3716         * wl-action.el (wl-summary-target-mark-all): Use
3717         elmo-folder-list-messages.
3718
3719 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3722         (wl-summary-rescan): Set wl-summary-scored as nil.
3723         (wl-summary-sync-force-update): Follow the change above.
3724         (wl-summary-sync): Ditto.
3725         (wl-summary-sync-update): Added argument disable-killed.
3726         (wl-summary-insert-headers): Set visible-only argument for
3727         elmo-folder-list-messages.
3728         (wl-summary-input-range): Added update-nokill, update-noscore,
3729         all-nokill, all-noscore and mark.
3730
3731         * Version number is increased to 2.11.5.
3732
3733         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3734
3735 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3736
3737         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3738         (wl-summary-prefetch-region-no-mark): Change accordingly.
3739         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3740
3741 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3742
3743         * wl-address.el (wl-complete-field-to): Abolished.
3744         (wl-complete-address): Completion function for completing-read.
3745         * wl-action.el (wl-summary-get-resend-address): Use it.
3746
3747         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3748         wl-summary-update-mark and abolish unused argument.
3749         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3750         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3751         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3752         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3753         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3754         * wl-draft.el (wl-draft-kill): Ditto.
3755
3756         * wl-summary.el: Remove unused binding of case-fold-search.
3757         (wl-summary-replace-status-marks): Abolished.
3758
3759 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3762         is specified or folder length is zero.
3763
3764 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3767         (wl-folder-archive-current-entity): Ditto.
3768
3769 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3772         retrieving message mark.
3773         (wl-summary-redisplay-internal): Ditto.
3774
3775         * wl-message.el (wl-message-buffer-display): Ignore errors while
3776         retrieving message-id field.
3777
3778         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3779         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3780         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3781         order of the arguments for `wl-expire-message-p'.
3782         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3783
3784         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3785         Check return value of wl-summary-reply.
3786         (wl-summary-reply): Recover window configuration when an error occured.
3787
3788 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3789
3790         * wl-summary.el (wl-summary-resend-message): Abolished, the
3791         feature is inherited by wl-summary-resend (put resend mark).
3792
3793 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3794
3795         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3796         wl-message-buffer to nil when the message is hide.
3797
3798 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3799
3800         * .cvsignore: New file.
3801
3802 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3803
3804         * wl-action.el (wl-summary-action-docstring): Add more info.
3805         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3806         duplicate definition.
3807         (wl-summary-define-mark-action): Functions wl-summary-*-region
3808         keep current position.
3809         (wl-summary-unregister-target-mark): Store result to the variable.
3810
3811 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * Version number is increased to 2.11.4.
3814
3815 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3818         wl-summary-delete-all-temp-marks.
3819         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3820
3821         * wl-action.el (wl-summary-set-mark): Changed terminology
3822         refile-destination -> action-argument.
3823         (wl-summary-unset-mark): Ditto.
3824         (wl-summary-remove-argument): Ditto.
3825         (wl-summary-print-argument): Ditto.
3826
3827         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3828         (wl-thread-remove-argument-region): Ditto.
3829         (wl-thread-print-argument-region): Ditto.
3830         (wl-thread-close): Ditto.
3831         (wl-thread-open): Ditto.
3832
3833         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3834         (wl-highlight-refile-destination-face is abolished)
3835         (wl-highlight-action-argument-string): Ditto.
3836         (wl-highlight-summary-current-line): Highlight action argument.
3837
3838         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3839         color for light backgrounds.
3840         (wl-highlight-summary-answered-face): Ditto.
3841
3842 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3843
3844         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3845
3846         * wl-score.el (wl-summary-score-update-all-lines): Use
3847         wl-summary-set-mark.
3848         (wl-summary-score-update-all-lines): Kill expunged messages.
3849
3850         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3851
3852 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3855         directly.
3856         (wl-score-overview-entity-get-lines): Ditto.
3857         (wl-score-overview-entity-get-xref): Ditto.
3858         (wl-score-get-latest-msgs): Ditto.
3859         (wl-summary-rescore): Ditto.
3860
3861         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3862         to "&".
3863         (wl-summary-mark-as-answered-internal): New inline function.
3864         (wl-summary-mark-as-answered): New function.
3865         (wl-summary-mark-as-unanswered): Ditto.
3866         (wl-summary-sync-marks): Modified for answered-mark synching.
3867
3868 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3869
3870         * wl-action.el (wl-summary-set-mark): Fixed last change.
3871
3872 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3873
3874         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3875         behavior of wl-summary-unread-message-hook
3876         (Pointed out by akira yamada <akira@arika.org>).
3877
3878 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3879
3880         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3881         wl-summary-delete.
3882         * wl-xmas.el (wl-summary-toolbar): Ditto.
3883
3884         * wl-action.el (wl-summary-set-mark): Don't override current
3885         temp-mark.
3886
3887         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3888
3889 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3892         (wl-refile-msgid-learn): Ditto.
3893         (wl-refile-get-field-value): Ditto.
3894
3895         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3896
3897         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3898         (wl-expire-delete-reserved-messages): Renamed from
3899         wl-expire-reserve-marked-msgs-from-list.
3900         (wl-expire-delete): Removed argument `msgdb'.
3901         (wl-expire-refile): Ditto.
3902         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3903         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3904         mark-alist as argument.
3905         (wl-expire-archive-number1): Removed argument `msgdb'.
3906         (wl-expire-archive-number2): Ditto.
3907         (wl-expire-archive-date): Ditto.
3908         (wl-expire-localdir-date): Ditto.
3909         (wl-expire-hide): Ditto.
3910         (wl-archive-number1): Ditto.
3911         (wl-archive-number2): Ditto.
3912         (wl-archive-date): Ditto.
3913         (wl-archive-folder): Ditto.
3914         All other related portions are changed.
3915
3916 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3917
3918         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3919         mean move up and down. (suggested by Takashi Kawachi)
3920
3921 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-acap.el (toplevel): Don't require un-define.
3924
3925 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-thread.el (wl-thread-delete-message): Always update
3928         wl-summary-buffer-number-list.
3929
3930         * wl-action.el (wl-summary-print-destination): 
3931         Do nothing when folder is nil.
3932
3933 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3934
3935         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3936         persistent mark when prefetch is succeeded.
3937
3938 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3941         instead of elmo-msgdb-delete-msgs.
3942         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3943         (wl-expire-hide): Ditto.
3944
3945         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3946
3947         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3948         elmo-msgdb interface.
3949         (wl-thread-get-exist-children): Likewise.
3950         (wl-thread-insert-message): Likewise.
3951         (wl-thread-msg-mark-as-important): Likewise.
3952         (wl-thread-insert-entity-sub): Likewise.
3953         (wl-thread-get-children-msgs-uncached): Likewise.
3954
3955         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3956         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3957         (wl-summary-sync-update): Likewise.
3958         (wl-summary-auto-select-msg-p): Likewise.
3959         (wl-summary-update-thread): Likewise.
3960         (wl-summary-mark-as-important): Likewise.
3961         (wl-summary-jump-to-msg-internal): Likewise.
3962         (wl-summary-redisplay-internal): Likewise.
3963         (wl-summary-print-message-with-ps-print): Likewise.
3964         (wl-summary-folder-info-update): Likewise.
3965
3966         * wl-folder.el (wl-folder-check-one-entity):
3967         elmo-folder-count-flags instead of wl-summary-count-unread.
3968
3969         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3970
3971         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3972
3973         * wl-summary.el (wl-summary-set-message-modified): 
3974         Call wl-summary-set-mark-modified.
3975         (wl-summary-delete-messages-on-buffer): Call
3976         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3977         (wl-summary-sync-update): Call elmo-folder-length instead of
3978         elmo-folder-messages.
3979         (wl-summary-insert-headers): Don't call
3980         elmo-folder-list-message-entities.
3981
3982 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3983
3984         * wl-action.el (wl-summary-define-mark-action): Call
3985         `wl-summary-set-mark' with argument `data'.
3986         (wl-summary-auto-refile): Fixed order of arguments when call
3987         `wl-summary-refile'.
3988
3989 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3990
3991         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3992
3993         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3994
3995         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3996         (Renamed from wl-highlight-summary-deleted-face).
3997         (wl-highlight-summary-resend-face): New face.
3998
3999         (wl-highlight-summary-deleted-face): Renamed from
4000         wl-highlight-summary-erased-face.
4001
4002         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4003
4004         * wl-action.el (wl-summary-get-resend-address): New function.
4005         (wl-summary-exec-action-resend): Ditto.
4006         (wl-summary-exec-action-resend-subr): Ditto.
4007
4008         * w-thread.el (wl-thread-copy): Removed definition.
4009         (wl-thread-refile): Ditto.
4010         (wl-thread-delete): Ditto.
4011         (wl-thread-target-mark): Ditto.
4012
4013         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4014         (wl-summary-target-mark-set-action): Fixed.
4015         (wl-summary-define-mark-action): Fixed quotation.
4016         (wl-summary-move-mark-list-messages): Display message.
4017         (wl-summary-define-mark-action): Define thread functions.
4018         (wl-summary-exec-action-refile): Changed message.
4019         (wl-summary-exec): Ditto.
4020
4021 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4022         
4023         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4024         '%%'.
4025
4026 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4027
4028         * wl.el (toplevel): Require wl-action.
4029         (wl-init): Call wl-summary-define-mark-action.
4030
4031         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4032
4033         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4034         wl-summary-delete and wl-summary-erase.
4035         (wl-summary-mode-map): Ditto.
4036
4037         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4038         wl-delete-folder-alist.
4039
4040         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4041         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4042         (toplevel): Moved mark & action related functions to the wl-action.el.
4043
4044         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4045         in wl-summary-mark-action-list.
4046         (wl-highlight-summary-current-line): Ditto.
4047
4048         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4049         empty lines.
4050
4051         * wl-action.el: New file. 
4052
4053 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-summary.el (wl-summary-target-mark-replace): New function.
4056         (wl-summary-target-mark-prefetch): Use it.
4057         (wl-summary-target-mark-delete): Ditto.
4058         (toplevel): Rearranged definition order.
4059         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4060         (wl-summary-target-mark-erase): Rewrite.
4061         (wl-summary-erase-region): New function.
4062         (wl-summary-exec-action-erase): Changed message.
4063         (wl-summary-move-mark-list-messages): New function.
4064         (wl-summary-exec-action-delete): Use it.
4065         (wl-summary-exec-action-erase): Ditto.
4066
4067         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4068         (wl-summary-skip-mark-list): Added "d".
4069
4070         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4071         while searching.
4072
4073         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4074         and define using defcustom;
4075         Define 4th element as a face.
4076         
4077         * wl-summary.el (wl-summary-incorporate): Use 
4078         `wl-summary-prefetch-region-no-mark' instead of
4079         `wl-summary-prefetch-region'.
4080         (wl-summary-prefetch-region-no-mark): Revival of old
4081         `wl-summary-prefetch-region'.
4082         (wl-summary-mark-action-list): Moved to wl-vars.el
4083
4084         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4085         face according to the `wl-summary-mark-action-list'.
4086         (wl-highlight-summary-current-line): Ditto;
4087         Removed destination highlighting.
4088
4089         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4090         (wl-highlight-summary-line-string): Highlight for "i" mark.
4091         (wl-highlight-summary-current-line): Ditto.
4092
4093         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4094         no destination.
4095
4096         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4097         exists, just go ahead.
4098         (wl-summary-prefetch-region): Rewrite.
4099         (wl-summary-prefetch): Ditto.
4100         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4101         (wl-summary-exec-action-prefetch): New function.
4102         (wl-summary-target-mark-prefetch): Rewrite.
4103
4104 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4107         (wl-highlight-summary-line-string): Added "d" and "D".
4108         (wl-highlight-summary-current-line): Ditto.
4109
4110         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4111         in wl-summary.el.
4112         (wl-thread-insert-entity-sub): Ditto.
4113         (wl-thread-remove-destination-region): Ditto.
4114         (wl-thread-print-destination-region): Ditto.
4115
4116         * wl-summary.el (wl-summary-buffer-refile-list,
4117         wl-summary-buffer-delete-list,
4118         wl-summary-buffer-copy-list): Abolish.
4119         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4120         All other related portions are changed.
4121         (wl-summary-mark-action-list): New variable.
4122         (wl-summary-set-mark): New function.
4123         (wl-summary-register-target-mark): Ditto.
4124         (wl-summary-unregister-target-mark): Ditto.
4125         (wl-summary-have-target-mark-p): Ditto.
4126         (wl-summary-register-temp-mark): Ditto.
4127         (wl-summary-unregister-temp-mark): Ditto.
4128         (wl-summary-registered-temp-mark): Ditto.
4129         (wl-summary-collect-temp-mark): Ditto.
4130         (wl-summary-unset-mark): Ditto.
4131         (wl-summary-set-target-mark): Ditto.
4132         (wl-summary-unset-target-mark): Ditto.
4133         (wl-summary-set-action-generic): Ditto.
4134         (wl-summary-unset-action-generic): Ditto.
4135         (wl-summary-exec-action-delete): Ditto.
4136         (wl-summary-exec-action-erase): Ditto.
4137         (wl-summary-set-action-refile): Ditto.
4138         (wl-summary-set-action-refile-subr): Ditto.
4139         (wl-summary-unset-action-refile): Ditto.
4140         (wl-summary-make-destination-numbers-list): Ditto.
4141         (wl-summary-exec-action-refile): Ditto.
4142         (wl-summary-set-action-copy): Ditto.
4143         (wl-summary-unset-action-copy): Ditto.
4144         (wl-summary-exec-action-copy): Ditto.
4145         (wl-summary-collect-numbers-region): Ditto.
4146         (wl-summary-delete): Rewrite.
4147         (wl-summary-erase): Ditto.
4148         (wl-summary-remove-destination): Ditto.
4149         (wl-summary-exec): Ditto.
4150         (wl-summary-exec-region): Ditto.
4151         (wl-summary-target-mark-erase): Ditto.
4152         (wl-summary-refile): Ditto.
4153         (wl-summary-copy): Ditto.
4154         (wl-summary-unmark): Ditto.
4155         (wl-summary-delete-all-mark): Ditto.
4156         (wl-summary-mark-line): Don't highlight.
4157         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4158         (wl-summary-target-mark-refile-subr): Rewrite.
4159
4160         (wl-summary-copy-prev-destination): Abolish.
4161
4162 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4163
4164         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4165         default values along the value of wl-on-mule.
4166         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4167         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4168         It is not used anywhere.
4169
4170 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4171
4172         * wl-summary.el (wl-summary-print-destination): Keep position.
4173         (wl-summary-cursor-move-surface): Keep horizontal position.
4174
4175 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4176
4177         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4178         write sendlog.
4179
4180 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4181
4182         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4183         `wl-summary-highlight'.
4184
4185 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4186
4187         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4188         trivial condition for temp-mark.
4189
4190 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4191
4192         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4193         when it hits killed buffer.
4194
4195 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4196
4197         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4198         * wl-news.el.in: `message' and `error' take format string.
4199
4200 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4201
4202         * wl-folder (wl-folder-insert-entity): Display a message,
4203         `...done', when the work finish.
4204         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4205
4206 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4207
4208         * wl-message.el (wl-message-redisplay): Remove unused local
4209         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4210
4211 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4212
4213         * wl-summary.el (wl-summary-replace-status-marks): Disable
4214         interactive use.
4215         (wl-summary-reedit): Check message existence at first.
4216         (wl-summary-mark-line): Fix doc, return value is indefinite.
4217
4218         * wl-highlight.el (wl-highlight-message): Arranged.
4219
4220         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4221         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4222         check temp-mark by wl-summary-temp-mark always.
4223         (wl-highlight-summary): Change accordingly.
4224         * wl-summary.el (wl-summary-mark-as-read-all)
4225         (wl-summary-delete-cache, wl-summary-set-score-mark)
4226         (wl-summary-mark-as-unread, wl-summary-unmark)
4227         (wl-summary-mark-line, wl-summary-mark-as-read)
4228         (wl-summary-mark-as-important): Ditto.
4229
4230         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4231         end of the window if possible.
4232         * wl-summary.el (wl-summary-sync-update): Support lazy
4233         highlighting.
4234         (wl-summary-toggle-disp-msg): Ditto.
4235
4236 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4237
4238         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4239
4240 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4241
4242         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4243         change.
4244
4245 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4248         API.
4249         (wl-summary-sync-update): Ditto.
4250
4251         * wl-score.el (wl-score-get-score-alist): Changed argument.
4252         (wl-summary-rescore-msgs): Likewise.
4253         (wl-summary-score-headers): Likewise.
4254         (wl-score-headers): Likewise;
4255         Use elmo-folder-do-each-message-entity, etc.
4256         (wl-summary-score-effect): Follow the changes above.
4257         (wl-summary-rescore): Ditto.
4258         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4259         (wl-score-get-overview): Abolish.
4260
4261         * wl-summary.el (wl-summary-default-from): Follow the API change in
4262         elmo-msgdb.
4263         (wl-summary-count-unread): Ditto.
4264         (wl-summary-detect-mark-position): Ditto.
4265         (wl-summary-overview-entity-compare-by-date): Ditto.
4266         (wl-summary-overview-entity-compare-by-number): Ditto.
4267         (wl-summary-overview-entity-compare-by-from): Ditto.
4268         (wl-summary-overview-entity-compare-by-subject): Ditto.
4269         (wl-summary-get-list-info): Ditto.
4270         (wl-summary-rescan): Ditto.
4271         (wl-summary-jump-to-msg-by-message-id): Ditto.
4272         (wl-summary-sync-update): Ditto; Removed comment.
4273         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4274         (wl-summary-insert-message): Use wl-summary-insert
4275         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4276         (wl-summary-insert-headers): Changed argument overview to folder.
4277         (wl-summary-search-by-subject): Likewise.
4278         (wl-summary-insert-thread): Renamed from 
4279         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4280
4281         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4282         too.
4283
4284         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4285         wl-string-member.
4286
4287 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4290         elmo-folder-append-buffer.
4291         (wl-draft-queue-append): Likewise.
4292
4293         * wl-mime.el (wl-message-delete-current-part): Ditto.
4294         (wl-summary-burst-subr): Ditto.
4295
4296         * wl-news.el.in (wl-news-send-news): Ditto.
4297
4298 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4301         function.
4302         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4303         (wl-summary-update-mark): Enclose with save-excursion.
4304         (wl-summary-mark-as-read-internal): Fixed last change.
4305         (wl-summary-mark-as-important): Use 3rd argument of
4306         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4307         Don't use elmo-msgdb-set-mark.
4308         (wl-summary-redisplay-internal): If msgdb flag is already read,
4309         just update the mark on buffer.
4310
4311 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4312
4313         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4314         cut visible folder when elmo-folder-delete returns non-nil value.
4315
4316 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4317
4318         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4319         by Kenichi OKADA <okada@opaopa.org>).
4320
4321 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4322
4323         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4324
4325 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4326
4327         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4328         Fixed the last change, search group entity by its real name.
4329         (Thanks to: KOBAYASHI Shinji)
4330
4331 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4332
4333         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4334         (wl-fldmgr-access-display-all): Don't refer visible name.
4335         * wl-expire.el (wl-folder-archive-current-entity)
4336         (wl-folder-expire-current-entity): Ditto.
4337         * wl-folder.el (wl-folder-jump-to-current-entity)
4338         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4339         (wl-folder-open-folder-sub,wl-folder-open-all)
4340         (wl-folder-write-current-folder): Ditto.
4341         (wl-folder-insert-entity): Don't use petname for normal group.
4342         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4343         is the real name.
4344         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4345         Abolished.
4346
4347 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4348
4349         * wl-draft.el (wl-draft-create-buffer): Add
4350         `wl-summary-reply-with-citation'
4351
4352 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4353
4354         * wl-draft.el (wl-draft-reply): Fixed.
4355
4356 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4359         when `wl-draft-send-confirm-with-preview' is non-nil.
4360         You can scroll up/down by j/k.
4361         (wl-draft-send-confirm-with-preview): New variable (default=t).
4362
4363 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4366         (wl-fldmgr-save-folders): Fix comment.
4367
4368 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4371         along the last change in `wl-folder-buffer-group-p'.
4372
4373 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4376         folder.
4377
4378         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4379         the default value.
4380
4381         * wl-mime.el (wl-summary-burst): Update summary only when target
4382         folder equals current folder.
4383
4384 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4387
4388 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4391         value.
4392
4393 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4396         `map-extents' instead of `extent-at' repeatedly.
4397         (wl-highlight-folder-current-line): Ditto.
4398
4399         * wl-highlight.el: Remove useless dummy functions.
4400
4401 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4402
4403         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4404         (wl-folder-put-folder-property): New function to put text property.
4405         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4406         (wl-folder-insert-entity, wl-folder-update-diff-line)
4407         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4408         * wl-e21.el, wl-xmas.el, wl-mule.el
4409         (wl-highlight-folder-current-line): Ditto.
4410         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4411         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4412         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4413         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4414
4415 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * Version number is increased to 2.11.3.
4418
4419 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4420
4421         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4422         Resume current-buffer since it is assumed by remaining tasks.
4423
4424 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4427         (wl-folder-completion-function): Abolished.
4428         (wl-folder-complete-folder): New function.
4429         (wl-folder-complete-filter-condition): Ditto.
4430         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4431         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4432
4433 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-draft.el (wl-draft-send-confirm): New function.
4436         (wl-draft-send): Use it.
4437
4438         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4439         cursor-in-echo-area while confirming.
4440
4441         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4442
4443         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4444         searching via nntp if wl-summary-search-via-nntp is 'force.
4445         Otherwise, invoke searching in nntp folder only.
4446         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4447
4448         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4449         explicitly for mime-make-text-tag.
4450
4451 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4452
4453         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4454         `mime-make-text-tag' instead of `mime-create-tag'.
4455
4456 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4459         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4460
4461 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-score.el (wl-score-save): Bind print-length and print-level.
4464         (wl-score-pretty-print): Ditto.
4465         (wl-score-edit-insert-header-entry): Ditto.
4466
4467         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4468         "From" entry to be treated with wl-draft-eword-encode-address-list.
4469         * wl-mime.el (wl-draft-preview-message): Ditto.
4470
4471         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4472         (wl-summary-mark-as-unread): Ditto.
4473         (wl-summary-mark-as-read-region): Change accordingly.
4474         (wl-summary-mark-as-unread-region): Ditto.
4475         (wl-summary-target-mark-mark-as-read): Ditto.
4476         (wl-summary-target-mark-mark-as-unread): Ditto.
4477
4478 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479
4480         * Version number is increased to 2.11.2.
4481
4482 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-news.el.in (wl-news-previous-version-save): Bind
4485         print-length and print-level.
4486         * wl-thread.el (wl-thread-save-entities): Ditto.
4487         (wl-thread-save-top-list): Bind print-length.
4488
4489 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * wl-highlight.el (wl-highlight-summary-line-string): Use
4492         wl-summary-score-below-mark, wl-summary-score-over-mark.
4493         (wl-highlight-summary-current-line): Ditto.
4494
4495 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4498         insert it.
4499
4500 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4501
4502         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4503
4504 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4507         message without msgid.
4508         Rewrite with elmo-folder-move-messages.
4509         Set wl-message-buffer to nil.
4510
4511         * wl-summary.el (wl-summary-erase-subr): New function. Use
4512         elmo-folder-move-messages.
4513         (wl-summary-erase): Call it.
4514         (wl-summary-target-mark-erase): Ditto.
4515
4516 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4519         it is not up-tp-date.
4520
4521 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4524         buffer after calling `wl-summary-goto-folder-subr' without the
4525         argument `interactive'.
4526         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4527
4528 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4529
4530         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4531         `mime-create-tag'. Use `string=' instead of `looking-at'.
4532
4533 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4536         to avoid compile warning.
4537
4538         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4539         entity-id when folder is given.
4540         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4541         save-excursion, use save-selected-window instead.
4542         Select folder buffer window if exists.
4543         (To correct behavior with wl-folder-move-cur-folder.)
4544
4545 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4546
4547         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4548
4549 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4550
4551         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4552         list-count instead of %d.
4553
4554 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4557         (wl-news): Set it.
4558         (wl-news-append-to-folder): Use it.
4559
4560         * wl-news.el.in (wl-news-send-news): Append to specified folder
4561         instead of wl-default-folder.
4562         (wl-news-append-to-folder): Show error message with specified folder.
4563
4564         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4565                 In most major modes, Emacs assumes that any opening
4566                 delimiter found at the left margin is the start of a
4567                 top-level definition, or defun. Therefore, *never put an
4568                 opening delimiter at the left margin unless it should have
4569                 that significance.*
4570
4571         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4572
4573 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4574
4575         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4576
4577 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4578
4579         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4580
4581 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4582
4583         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4584         for sequential numbering case.
4585
4586 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4589         value.
4590         (wl-draft-reply-without-argument-list): Ditto.
4591         (wl-draft-reply-myself-with-argument-list): Abolish.
4592         (wl-draft-reply-myself-without-argument-list): Ditto.
4593         * wl-draft.el (wl-draft-self-reply-p): New function.
4594         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4595
4596 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4597
4598         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4599         (avoid error for the case without byte-compiling)
4600
4601 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl-news.el.in (wl-news-append-to-folder): New function.
4604         (wl-news-exit): Rewrite.
4605         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4606
4607 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-draft.el (wl-draft-reply-position): New function.
4610         (wl-draft-reply-position): Fix.
4611         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4612         (wl-summary-target-mark-reply-with-citation): Ditto.
4613         (wl-summary-reply-with-citation): Ditto.
4614         * wl-vars.el (wl-draft-reply-default-position): New variable.
4615
4616 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-draft.el (wl-draft-send): Preview when interactive send.
4619
4620 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4621
4622         * wl-draft.el (wl-draft-reply): Set default position.
4623         * wl-summary.el (wl-summary-reply): Ditto.
4624         (wl-summary-reply-with-citation): Ditto.
4625         (wl-summary-target-mark-reply-with-citation): Ditto.
4626
4627 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl-news.el.in (wl-news-lang): Set default value according to
4630         current-language-environment.
4631         (wl-news-append-news): Do nothing when news-list is nil.
4632
4633 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4634
4635         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4636         (wl-news): Change message.
4637         (wl-news-exit): Check buffer.
4638         (wl-news-force-exit): New function.
4639         (wl-news-show-all): New function.
4640         (wl-news-discard-and-exit): Fix.
4641
4642 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4643
4644         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4645         according to current-language-environment.
4646
4647         * wl-news.el.in (wl-news): If arg, show all NEWS after
4648         wl-news-default-previous-version.
4649
4650 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4651
4652         * wl-news.el.in (wl-news-check): Rewritten.
4653         (wl-news-previous-version-load): Change data type.
4654         (wl-news-previous-version-save): Change data type.
4655         (wl-news-append-news): Add return value.
4656         (wl-news-check-news): New function.
4657         (wl-news-already-current-p): New function.
4658         (wl-news-send-news): Rewritten.
4659         (wl-news-mode-map): Add new keybind.
4660         (wl-news): Rewritten.
4661         (wl-news-exit): Rewritten.
4662         (wl-news-discard-and-mail): New function.
4663         (wl-news-send-to-address): Abolished.
4664         * wl.el (wl-init): Delete a message.
4665
4666 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-news.el.in (wl-news-exit): Update previous version.
4669         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4670
4671 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4674
4675 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-news.el.in (wl-news): New function.
4678         (wl-news-mode): New function.
4679         (wl-news-next-line): New function.
4680         (wl-news-next-page): New function.
4681         (wl-news-exit): New function.
4682         (wl-news-buf-name): New variable.
4683         (wl-news-mode-map): New variable.
4684         (wl-news-winconf): New variable.
4685         (wl-news-append-news): Add an option.
4686
4687 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4688
4689         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4690
4691 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-news.el.in (wl-news-send-to-address): New variable.
4694         (wl-news-send-news): Use it.
4695         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4696         Return updating status.
4697         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4698
4699 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-news.el.in (wl-news-send-news): Delete
4702         Organization and X-Face.
4703
4704 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4707         (wl-news-append-news): New function.
4708         (wl-news-send-news): New function.
4709
4710 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4711
4712         * Version number is increased to 2.11.1.
4713
4714 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4715
4716         * wl-news.el.in : New file.
4717
4718 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4719
4720         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4721         default value.
4722         (wl-draft-reply-without-argument-list): Ditto.
4723
4724 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4725
4726         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4727         (wl-message-buffer-prefetch-idle-time): Ditto.
4728         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4729
4730 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-thread.el (wl-thread-insert-message): Use
4733         wl-summary-max-thread-depth.
4734
4735         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4736         loop detection.
4737
4738         * wl-message.el (wl-message-buffer-display): Back to the first page
4739         when cache is hit.
4740
4741 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4742
4743         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4744
4745         * wl-summary.el (wl-summary-insert-thread-entity):
4746         If the thread depth is reached to wl-summary-max-thread-depth,
4747         divide the thread.
4748
4749 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4752         for elmo-remove-passwd.
4753
4754 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4757         folder is sticky.
4758         (wl-folder-mark-as-read-all-entity): Ditto.
4759         (wl-folder-prefetch-entity): Ditto.
4760
4761 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4762
4763         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4764
4765 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4768         Delete messages on buffer for unplugged operation.
4769         (wl-summary-erase): Ditto.
4770
4771 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4774         take nil so as not to search parent by subject.
4775
4776 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4779         (wl-folder-get-next-folder): Ditto.
4780         (wl-folder-get-path): Ditto.
4781
4782 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4783
4784         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4785         system and encode the region with it before verifying.
4786
4787 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4790         system of the echo buffer before decoding.
4791
4792 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4795         original contents.
4796
4797 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4800         with argument 'any-exists.
4801
4802 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4805         Use `wl-cs-autoconv'.
4806
4807 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4810         by `mime-view-automatic-conversion'.
4811
4812         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4813         (wl-message-verify-pgp-nonmime): Ditto.
4814         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4815         Bind them to C-c:d and C-c:v respectively.
4816
4817         Merge following code by Teranishi-san from [wl-en:00167].
4818         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4819         (wl-mime-preview-application/pgp-encrypted): Ditto.
4820         (wl-mime-setup): Add entry.
4821
4822 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-summary.el (wl-summary-target-mark-erase): New function.
4825         Bind it to "mD".
4826
4827 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * wl-vars.el (wl-draft-write-file-function): Fix.
4830         (wl-draft-reedit-hook): Changed default value.
4831
4832         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4833         wl-draft-reedit-hook.
4834         (wl-draft-remove-text-plain-tag): New function.
4835         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4836
4837         * wl-vars.el (wl-draft-write-file-function): New user option.
4838
4839         * wl-draft.el (wl-draft-prepare-edit): Use it for
4840         local-write-file-hooks.
4841         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4842
4843         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4844         (wl-draft-insert-mail-header-separator): Return the body beginning
4845         point.
4846         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4847         text/plain.
4848         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4849
4850 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-summary.el (wl-summary-erase): New function to erase message
4853         without moving it to trash. Bind to "D".
4854
4855         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4856         as `keep' unless switch-function.
4857
4858 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4861         message buffer by using `wl-summary-toggle-disp-msg'.
4862         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4863         buffer window.
4864         (wl-summary-supresedes-message): Ditto.
4865
4866         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4867         Do not delete other windows.
4868         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4869         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4870         (wl-draft-create-buffer): Set reply-or-forward also for target
4871         mark commands.
4872
4873 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4874
4875         * wl-draft.el (wl-user-agent-compose): Delete special case for
4876         switch-to-buffer-other-window.
4877
4878         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4879         (wl-summary-forward): Ditto.
4880
4881         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4882         function.
4883         (wl-draft-buffer-style): New use option.
4884
4885         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4886         (wl-draft): Follow the change above.
4887         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4888         wl-draft-buffer-style.
4889         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4890         switch-function.
4891
4892 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4893
4894         * wl-address.el (wl-address-make-completion-entry): Extracted from
4895         `wl-address-make-completion-list'.
4896         (wl-address-enable-strict-loading): New variable.
4897         (wl-address-make-completion-list): Revive petname duplication
4898         inquiry, and enable it if `wl-address-enable-strict-loading'.
4899         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4900
4901 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-message.el (wl-message-get-original-buffer): Avoid
4904         'Selecting deleted buffer' error when original buffer is killed.
4905
4906 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-summary.el (wl-summary-next-message): Use
4909         elmo-message-accessible-p instead of elmo-message-cached-p.
4910
4911 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4914
4915         * wl-thread.el (wl-thread-open-all-unread): Use
4916         elmo-folder-list-flagged instead of
4917         elmo-folder-list-messages-mark-match.
4918
4919         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4920         instead of elmo-folder-list-messages-mark-match.
4921         (wl-summary-move-spec-alist): New variable.
4922         (wl-summary-move-spec-plugged-alist,
4923         wl-summary-move-spec-unplugged-alist): Abolish.
4924         (wl-summary-next-message): Follow the change above.
4925         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4926         with 'no-msg' argument.
4927
4928         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4929         variable.
4930         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4931         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4932         (wl-message-buffer-prefetch-get-next): Follow the change above.
4933
4934 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-version.el (wl-version): Changed codename.
4937
4938         * Version number is increased to 2.11.0.
4939
4940 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4941
4942         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4943         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4944         `wl-draft-config-variables'.
4945         (wl-draft-kill): Fixed problem when the draft is reedit.
4946
4947 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4950         buffer-modified status (Thanks to
4951         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4952
4953 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-util.el (wl-region-exists-p): New function.
4956
4957         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4958         Remove defvars for byte-compile warnings.
4959
4960 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4963         defvar-maybe. Removed unused bind.
4964
4965 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4968         summary buffer window before creating new frame.
4969         (wl-draft-reply): Ditto.
4970
4971 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4974
4975 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4978
4979 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4980
4981         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4982         instead of `kill-region'.
4983
4984 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4987         (wl-highlight-summary-line-string): Use it.
4988         (wl-highlight-summary-current-line): Ditto.
4989
4990         * wl-mime.el (wl-message-delete-current-part): Check the class of
4991         mime-entity.
4992
4993         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4994
4995         * wl-summary.el (wl-summary-make-number-list): Initialize.
4996         (wl-summary-update-mark): New function.
4997         (wl-summary-reply): Put `answered' mark on the message.
4998         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4999
5000         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5001         (wl-draft-reply): Added optional argument `number';
5002         Set wl-draft-parent-number.
5003         (wl-draft-kill): Delete answered mark if it is a reply.
5004
5005 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5006
5007         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5008         that originates in mime-preview-follow-current-entity.
5009         (wl-draft-yank-current-message-entity): Use it if region is active.
5010
5011         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5012         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5013         `wl-message-delete-current-part'.
5014         * wl-mule.el (wl-message-define-keymap): Ditto.
5015         * wl-xmas.el (wl-message-define-keymap): Ditto.
5016
5017 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019         * wl-mime.el (wl-message-delete-current-part): New function.
5020         (wl-mime-node-id-to-string): Ditto.
5021
5022         * wl-mime.el (wl-message-delete-current-part): Use existing
5023         original buffer which corresponds current mime-view buffer.
5024         (fetched buffer might have different structure, possibly)
5025
5026         * wl-mime.el (wl-message-delete-current-part): Quit if the
5027         message content differs from the actual message.
5028
5029 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5032         order.
5033         (wl-summary-search-by-subject): Search parent message from tail;
5034         Check the existence of the parent message on the current thread tree.
5035         (wl-summary-update-thread): Check whether the line is inserted.
5036
5037 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5038
5039         * wl-vars.el (wl-summary-line-format): Undo last change.
5040         * wl-summary.el (wl-summary-print-destination): Do not put
5041         invisible property when `wl-summary-width' is nil.
5042         (wl-summary-line-subject-minimum-length): Abolished.
5043         (wl-summary-line-subject): Ditto.
5044
5045 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-vars.el (wl-summary-line-format): Change default value.
5048         (wl-summary-subject-length-limit): Abolished.
5049         * wl-summary.el (wl-summary-line-subject): Ditto.
5050
5051 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5052
5053         * wl-template.el (wl-template-select): Added optional argument.
5054         If optional argument is specified, reverse
5055         `wl-template-visible-select'.
5056
5057 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5060         Take prefix argument to force asking the destination folder.
5061
5062 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5063
5064         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5065         count and update status.
5066
5067 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-summary.el (wl-summary-redisplay-internal): If
5070         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5071         after fetching.
5072
5073 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5074
5075         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5076         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5077
5078         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5079
5080 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5083         (All other related portions are changed).
5084         (wl-summary-mark-as-read-all): Rewrite.
5085
5086 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5089         `wl-summary-mark-as-read'.
5090         (wl-summary-mark-as-unread): Rewrite.
5091         (wl-summary-mark-as-read): Added no-modeline argument.
5092         (wl-summary-resume-cache-status): Rewrite.
5093         (wl-summary-exec-subr): Remove unused local variable.
5094
5095 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5096
5097         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5098         logic to call `wl-summary-buffer-prev-folder-function'.
5099         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5100
5101 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5102
5103         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5104         is nil.
5105
5106 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5109         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5110         (wl-mime-setup): Add its entry.
5111
5112 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5115         (wl-summary-delete-cache): Likewise.
5116         (wl-summary-mark-as-read): Rewrite.
5117
5118 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5121         `wl-summary-count-unread'.
5122
5123         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5124
5125         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5126
5127 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5130         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5131         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5132         Renamed to the elmo-msgdb-*-mark.
5133         (wl-summary-score-marks): Follow the change above.
5134         (wl-summary-auto-refile-skip-marks): Ditto.
5135         (wl-summary-incorporate-marks): Ditto.
5136         (wl-summary-expire-reserve-marks): Ditto.
5137
5138         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5139         changes.
5140         (wl-thread-insert-top): Changed updating message.
5141
5142         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5143         variable.
5144         (wl-summary-count-unread): Count answered marks.
5145         (wl-summary-rescan): Call wl-summary-insert-message instead of
5146         wl-summary-append-message-func-internal.
5147         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5148         (wl-summary-prefetch-msg): Follow the variable name changes.
5149         (wl-summary-prefetch-region): Ditto.
5150         (wl-summary-mark-as-read-all): Follow the API changes;
5151         Don't call elmo-folder-replace-marks.
5152         (wl-summary-delete-cache): Follow the variable name changes.
5153         (wl-summary-resume-cache-status): Ditto.
5154         (wl-summary-update-status-marks): New function.
5155         (wl-summary-insert-message): New function.
5156         (wl-summary-sync-marks): Follow the variable name changes.
5157         (wl-summary-sync-update): Synchronize to the msgdb, too;
5158         Changed update messages.
5159         (wl-summary-make-number-list): Rewrite.
5160         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5161         (wl-summary-mark-as-unread): Follow the API changes.
5162         (wl-summary-exec-subr): Follow the variable name changes.
5163         (wl-summary-mark-as-read): Ditto.
5164         (wl-summary-move-spec-plugged-alist): Ditto.
5165         (wl-summary-move-spec-unplugged-alist): Ditto.
5166         (wl-summary-cursor-move-surface): Ditto.
5167
5168         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5169         variable name changes.
5170         (wl-highlight-summary-current-line): Ditto.
5171
5172         * wl-expire.el (wl-expire-refile): Follow the API change in
5173         elmo-folder-move-messages.
5174         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5175         (wl-summary-archive): Use elmo-folder-msgdb instead of
5176         elmo-msgdb-load.
5177
5178 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5179
5180         * wl-mime.el (wl-draft-preview-message): Restore the position
5181         before evaluating wl-draft-send-hook in preview buffer.
5182
5183 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5184
5185         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5186         when it creates new draft buffer.
5187
5188         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5189         without argument.
5190
5191         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5192         Evaluate content and if the value is string, insert it.
5193         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5194         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5195         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5196         wl-draft-config-sub-part-bottom): Use it.
5197
5198         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5199         with the folder name. The question was unintelligible when it is
5200         called from wl-save-status.
5201
5202 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5203
5204         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5205         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5206         cannot take second argument).
5207
5208 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5209
5210         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5211         as t. Since type and subtype are not case sensitive (RFC 2045).
5212
5213 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-vars.el (wl-message-mode-line-format): New variable.
5216         (wl-message-mode-line-format-spec-alist): Ditto.
5217         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5218         (wl-message-redisplay): Use wl-message-mode-line-format.
5219
5220 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5223
5224 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-summary.el (wl-summary-default-from): Write description.
5227
5228 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-vars.el (wl-ldap-objectclass): Abolish.
5231
5232         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5233         (wl-ldap-make-filter): Removed condition for objectclass.
5234         (wl-ldap-make-matched-value-list): Remove meaningless process.
5235         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5236         (wl-address-ldap-search): Don't add `*' to `pat' string;
5237         use ignore-errors; added `email';
5238         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5239         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5240         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5241
5242
5243 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5244
5245         * wl-draft.el (wl-draft-parent-folder): Write description.
5246         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5247
5248 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5251         as "" (zero-length string) if no parent.
5252         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5253
5254 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-address.el (wl-address-make-completion-list): Skip duplication
5257         checking.
5258         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5259         `append'.
5260
5261 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5262
5263         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5264         instead of `beginning-of-buffer'.
5265
5266 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5269
5270 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5273         Refer wl-message-buffer-name.
5274         (wl-message-wheel-down): Ditto.
5275
5276 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5277
5278         * wl-vars.el (wl-message-buffer-name): New user option.
5279
5280         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5281         directly instead of making alist dinamically.
5282
5283         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5284         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5285         wl-message-buffer-cache-name.
5286         (wl-message-buffer-cache-clean-up): Ditto.
5287
5288         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5289
5290         * Version number is increased to 2.9.15.
5291
5292 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-vars.el (wl-summary-default-view-alist): New user option.
5295
5296         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5297
5298         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5299         while deleting address.
5300         (wl-draft-delete-myself-from-cc): Ditto.
5301
5302         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5303         If optional argument is specified, reverse sort order.
5304
5305         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5306
5307 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-thread.el (wl-thread-insert-message): Return parent number if
5310         exists.
5311         (wl-thread-update-indent-string-region): Use
5312         wl-thread-update-line-on-buffer-sub instead of
5313         wl-thread-update-line-on-buffer.
5314
5315 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5316
5317         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5318         (wl-folder-close-all): Ditto.
5319
5320 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5321
5322         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5323         and mailing-list:.
5324         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5325         value.
5326         (wl-summary-line-list-info): Print mailing-list name even when 
5327         list-number is empty.
5328
5329 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5332
5333         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5334         (wl-draft-open-file): Ditto.
5335         (wl-draft-random-alphabet): Ditto.
5336
5337         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5338         bindings.
5339
5340 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5341
5342         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5343         * wl-vars.el (wl-draft-config-alist): Ditto.
5344
5345 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * Version number is increased to 2.9.14.
5348
5349         * wl.el (wl): Don't set wl-init as nil when error occured while
5350         auto-checking folders.
5351
5352         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5353         `elmo-expand-newtext'.
5354
5355 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5358         `this-command' so that `wl-folder-goto-folder' contained in
5359         `wl-summary-keep-cursor-command' work.
5360
5361 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5362
5363         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5364         message buffer displaying state.
5365
5366 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-vars.el (wl-summary-default-view): New variable to specify
5369         default value for `wl-summary-buffer-view' instead of using
5370         set-default.
5371         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5372
5373 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5376
5377         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5378
5379 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5380
5381         * wl-vars.el (wl-forward-subject-prefix): New variable.
5382         * wl-draft.el (wl-draft-forward): Use it.
5383
5384 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5385
5386         * wl-message.el (wl-message-prev-page): When it is called without
5387         lines argument, scroll down by wl-message-scroll-amount lines.
5388         (wl-message-next-page): Ditto.
5389         * wl-vars.el (wl-message-scroll-amount): Change default value
5390         to preserve current behavior.
5391
5392 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5393
5394         * wl-summary.el (wl-summary-prefetch-msg): Bind
5395         `wl-message-entity' to call `wl-summary-from-function'.
5396
5397 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5398
5399         * wl-message.el (wl-message-buffer-create): Run
5400         wl-message-buffer-created-hook.
5401
5402 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-summary.el (wl-summary-sort-specs): New variable.
5405         (wl-summary-default-sort-spec): Ditto.
5406         (wl-summary-sort): Rewrite.
5407         (wl-summary-sort-by-list-info): New function.
5408
5409 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5410
5411         * wl-summary.el (wl-summary-get-list-info): New function.
5412         (wl-summary-sort): Rewrite.
5413         (wl-summary-line-list-info): Ditto.
5414         (wl-summary-line-list-count): Ditto.
5415         (wl-summary-refile-region): Fixed docstring.
5416
5417 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5420         `wl-folder-entity-hashtb' as completion table.
5421
5422 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5425         only when this command is called interactively; silence the byte-
5426         compiler.
5427
5428 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5429
5430         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5431         active in XEmacs.
5432
5433 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5434
5435         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5436         plural lines.
5437
5438 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5439
5440         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5441         of current line when the cursor is on the header name.
5442         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5443
5444 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5445
5446         * wl-util.el (wl-read-directory-name): Return displayed directory
5447         as the default value also on XEmacs.
5448
5449 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5452         formatting.
5453
5454 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5457         argument and when it is non-nil, check face property before
5458         highlighting for each line.
5459         (wl-highlight-summary-window): Set it.
5460
5461 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5464         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5465
5466         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5467         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5468         (wl-draft-get-fcc-list): Likewise.
5469
5470 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5473         (wl-thread-entity-cur): Ditto.
5474         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5475         wl-thread-indent-regexp setting.
5476         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5477
5478         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5479         wl-summary-lazy-highlight.
5480         (wl-summary-display-bottom): Ditto.
5481
5482         * wl-thread.el (wl-thread-open-close): Likewise.
5483
5484         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5485         from and subject;
5486         Bind wl-draft-use-frame;
5487         Enclose with save-window-excursion;
5488         Use wl-draft-create-buffer instead of with-temp-buffer;
5489         Use wl-draft-prepare-edit;
5490         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5491         Use wl-draft-send instead of wl-draft-raw-send.
5492
5493 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5496         of using wl-from.
5497
5498 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5499
5500         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5501         insert-buffer instead of clone-buffer.
5502         (wl-draft-doing-mime-bcc): New variable.
5503         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5504         infinite loop.
5505         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5506
5507         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5508         (wl-draft-mime-bcc-body): Ditto.
5509
5510         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5511         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5512         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5513         wl-draft-do-mime-bcc.
5514         (wl-draft-mime-bcc-field): New function.
5515         (wl-draft-do-mime-bcc): Ditto.
5516
5517         * wl-address.el (wl-address-complete-header-list): New variable.
5518         (wl-address-complete-header-regexp): Changed default value.
5519
5520         * Version number is increased to 2.9.13.
5521
5522 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5525         it is differed.
5526
5527 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5528
5529         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5530         (wl-summary-line-list-count): Ditto.
5531
5532 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5533
5534         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5535         (wl-nntp-posting-function): New variable.
5536         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5537         `wl-nntp-posting-config-alist'.
5538
5539 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5540
5541         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5542         FLIM.
5543
5544 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5545
5546         * wl-summary.el (wl-summary-target-mark-refile-sub):
5547         Remove a nuisance funcall.
5548
5549 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5552         as t for `try-completion'.
5553
5554 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-summary.el (wl-summary-default-from): Use
5557         wl-address-header-extract-address instead of
5558         std11-extract-address-components.
5559         (wl-summary-simple-from): Ditto.
5560         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5561         (wl-summary-insert-headers): Show message.
5562         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5563         for whole line.
5564         (wl-summary-default-from): Revert last change.
5565         (wl-summary-simple-from): Ditto.
5566         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5567         (wl-summary-mark-as-read-region): Follow the change above.
5568         (wl-summary-sync-marks): Ditto.
5569         (wl-summary-target-mark-mark-as-read): Ditto.
5570         (wl-summary-redisplay-internal): Ditto.
5571         (wl-summary-redisplay-no-mime-internal): Ditto.
5572         (wl-summary-redisplay-all-header): Ditto.
5573         (wl-summary-mark-as-read): Removed argument `cached';
5574         Use current cache status to set cache mark.
5575         (wl-summary-redisplay-internal): Follow the change above.
5576         (wl-summary-redisplay-no-mime-internal): Ditto.
5577         (wl-summary-redisplay-all-header): Ditto.
5578
5579         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5580
5581         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5582         Don't call itself recursively (Adviced by Yamaoka-san).
5583
5584 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5585
5586         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5587         bind wl-summary-highlight as nil to avoid error caused by missing
5588         local variables.
5589
5590 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-vars.el (wl-invalid-character-message): New user option.
5593
5594         * wl-util.el (wl-set-string-width): If truncated string-width is
5595         larger than specified width, use `wl-invalid-character-message'.
5596
5597 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5598
5599         * wl-summary.el (wl-summary-prefetch-msg): 
5600         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5601
5602 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-vars.el (wl-summary-check-line-format): New user option.
5605         (wl-summary-line-format-file): Ditto.
5606
5607         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5608         variable.
5609         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5610         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5611         and `wl-summary-view-old-p' to check whether do a rescan or not.
5612         (wl-summary-view-old-p): New function.
5613         (wl-summary-line-format-changed-p): Ditto.
5614         (wl-summary-line-format-save): Ditto.
5615         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5616
5617         * wl-util.el (wl-set-string-width): Avoid using negative number
5618         for make-string.
5619
5620 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5621
5622         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5623         return value.
5624
5625         * wl-util.el (wl-set-string-width): Added optional argument
5626         `padding' (All other related portions are changed).
5627         (wl-line-parse-format): If the first letter of column number is
5628         `0', zero-padding the result (ex: "%05l").
5629
5630         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5631
5632 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5635         sequential summary view.
5636
5637 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5640         if it doesn't have a -unix version.
5641
5642 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5645
5646 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5647
5648         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5649         content.
5650         (wl-draft): Follow the change above.
5651
5652         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5653
5654         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5655         and wl-folder-summary-line-format-alist contain %T and %P.
5656
5657         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5658         (wl-summary-mode-line-format): New user option.
5659         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5660         (wl-summary-line-format): Changed default value.
5661         (wl-summary-lazy-highlight): Changed default value.
5662
5663         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5664         change in wl-summary-create-line.
5665         (wl-thread-insert-entity-sub): Ditto.
5666
5667         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5668         (wl-summary-buffer-unread-status): Ditto.
5669         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5670         (wl-summary-buffer-persistent-mark-column): Ditto.
5671         (wl-summary-buffer-mode-line-formatter): Ditto.
5672         (wl-summary-buffer-mode-line): Ditto.
5673         (wl-summary-message-regexp): Abolished.
5674         (All other related portions are changed.)
5675         (wl-summary-detect-mark-position): New function.
5676         (wl-summary-buffer-set-folder): Setup
5677         wl-summary-buffer-mode-line-formatter.
5678         (wl-summary-mode): Setup selective-display;
5679         Setup pre-idle-hook when xemacs.
5680         (wl-summary-update-modeline): Rewrite.
5681         (wl-summary-jump-to-msg): Define as function;
5682         Changed regexp for searching messages.
5683         (wl-summary-message-number): Rewrite.
5684         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5685         Do rescan when old type summary cache.
5686         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5687         (wl-summary-remove-destination): Use '\r' to detect EOL.
5688         (wl-summary-print-destination): Ditto.
5689         (wl-summary-temp-mark): New inline function.
5690         (wl-summary-persistent-mark): Ditto.
5691         (wl-summary-line-number): New function.
5692         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5693         (wl-summary-line-list-count): New function.
5694         (wl-summary-create-line): Added argument persistent-mark.
5695         (All other related portions are changed)
5696         (wl-summary-create-line): Insert '\r'.
5697         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5698         (wl-summary-cursor-move-surface): New inline function.
5699         (wl-summary-prev): Use it.
5700         (wl-summary-next): Ditto.
5701
5702         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5703         wl-summary-message-regexp.
5704         (wl-highlight-summary): Delete progress message.
5705         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5706
5707         * Version number is increased to 2.9.12.
5708
5709 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5710
5711         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5712         variable (nil: no minimum).
5713         (wl-summary-line-subject): Add some spaces after subject by
5714         wl-summary-line-subject-minimum-length.
5715
5716 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5717
5718         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5719         and removed `F'.
5720         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5721         change above).
5722
5723 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5724
5725         * wl-summary.el (wl-summary-line-list-count): Reverted.
5726         (example setting in samples/*/dot.wl is also updated)
5727
5728 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5731
5732         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5733
5734         * wl-vars.el (wl-summary-line-format): Addes some description to the
5735         docstring.
5736
5737         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5738         (wl-summary-line-close-bracket): Ditto.
5739         (wl-summary-line-children-number): Ditto.
5740         (wl-summary-line-thread-indent): Ditto.
5741         (wl-summary-line-children-and-from): Ditto.
5742
5743         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5744         't', 'c', 'F' and added 'C'.
5745
5746         * wl-util.el (wl-set-string-width): Accept negative value.
5747         (wl-line-parse-format): Added "%number(" and "%)".
5748
5749 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5750
5751         * wl-summary.el (wl-summary-line-list-count): Change format of the
5752         return value.
5753
5754 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5755
5756         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5757         from the recent message.el.
5758         (wl-draft-point-in-header-p): Ditto.
5759         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5760         wl-draft-beginning-of-line.
5761         * wl-e21.el (wl-draft-mode-map): Ditto.
5762         * wl-xmas.el (wl-draft-mode-map): Ditto.
5763
5764         * wl-folder.el: Sort macrodefs by dependencies.
5765
5766 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5767
5768         * wl-summary.el (wl-summary-prev): Fixed regexp.
5769         (wl-summary-next): Ditto.
5770
5771 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5772
5773         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5774
5775 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5776
5777         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5778         for backward compatibility.
5779
5780 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5781
5782         * wl-summary.el (wl-summary-line-list-count): New function, merged
5783         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5784         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5785         list counts.
5786
5787 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-summary.el (wl-summary-create-line): Ignore errors while
5790         timezone-fix-time.
5791
5792         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5793
5794         * wl-summary.el (wl-summary-sync-update): Ditto.
5795         (wl-summary-default-from): Use wl-message-entity
5796         instead of entity.
5797
5798         * wl-summary.el (wl-summary-create-line): Fix.
5799
5800         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5801         (wl-summary-line-format): New user option.
5802         (wl-folder-summary-line-format-alist): Ditto.
5803         (wl-summary-from-width): Abolished.
5804
5805         * wl-util.el (toplevel): Require 'bytecomp.
5806         (wl-line-parse-format): New function.
5807         (wl-line-formatter-setup): New macro.
5808
5809         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5810         (wl-summary-buffer-line-formatter): New buffer local variable.
5811         (wl-summary-switch-to-clone-buffer): Follow the change above.
5812         (wl-summary-message-regexp): Fix.
5813         (wl-summary-from-func-internal): Abolished.
5814         (wl-summary-subject-func-internal): Ditto.
5815         (wl-summary-subject-filter-func-internal): Ditto.
5816         (All other related portions are changed.)
5817         (wl-summary-buffer-set-folder):
5818         Set up wl-summary-buffer-number-column and 
5819         wl-summary-buffer-line-formatter
5820         (All other related portions are changed.)
5821         (wl-summary-buffer-number-column-detect): Abolished.
5822         (All other related portions are changed.)
5823         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5824         (wl-summary-delete-all-temp-marks-on-buffer): Use
5825         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5826         (wl-summary-target-mark-delete): Ditto.
5827         (wl-summary-target-mark-refile-subr): Ditto.
5828         (wl-summary-target-mark-mark-as-read): Ditto.
5829         (wl-summary-target-mark-mark-as-unread): Ditto.
5830         (wl-summary-target-mark-mark-as-important): Ditto.
5831         (wl-summary-target-mark-save): Ditto.
5832         (wl-summary-replace-status-marks): Renamed from
5833         wl-summary-set-status-marks-on-buffer;
5834         Use wl-summary-message-regexp instead of
5835         wl-summary-buffer-number-regexp.
5836         (wl-summary-sync-update): Follow the change above.
5837         (wl-summary-goto-previous-message-beginning): New function.
5838         (wl-summary-mark-as-unread): Use it.
5839         (wl-summary-mark-as-important): Ditto.
5840         (wl-summary-line-formatter): New variable.
5841         (wl-summary-line-year): New function.
5842         (wl-summary-line-day): Ditto.
5843         (wl-summary-line-day-of-week): Ditto.
5844         (wl-summary-line-hour): Ditto.
5845         (wl-summary-line-minute): Ditto.
5846         (wl-summary-line-open-bracket): Ditto.
5847         (wl-summary-line-close-bracket): Ditto.
5848         (wl-summary-line-children-number): Ditto.
5849         (wl-summary-line-thread-indent): Ditto.
5850         (wl-summary-line-size): Ditto.
5851         (wl-summary-line-subject): Ditto.
5852         (wl-summary-line-from): Ditto.
5853         (wl-summary-line-children-and-from): Ditto.
5854         (wl-summary-create-line): Rewritten.
5855         (wl-summary-format-date): Abolished.
5856
5857         * wl-highlight.el (wl-highlight-summary-current-line): Use
5858         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5859         Use thread structure to detect thread top message.
5860
5861         * wl-draft.el (wl-default-draft-cite): Don't use
5862         wl-summary-from-func-internal.
5863
5864         * wl-refile.el (wl-refile-subject-learn): Don't use
5865         wl-summary-subject-filter-func-internal.
5866         (wl-refile-guess-by-subject): Ditto.
5867
5868         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5869         parameters.
5870
5871         * wl-thread.el (wl-thread-update-indent-string-region):
5872         Use wl-thread-update-line-on-buffer instead of
5873         wl-thread-update-indent-string.
5874         (wl-thread-update-children-number): Redefine using
5875         wl-thread-update-line-on-buffer.
5876         (wl-thread-update-indent-string): Abolished.
5877
5878         * Version number is increased to 2.9.11.
5879
5880 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5883         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5884         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5885
5886         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5887         as nil.
5888
5889         * wl-thread.el (wl-thread-open-all-unread): Use 
5890         elmo-folder-list-messages-mark-match.
5891         (wl-thread-insert-message): Removed argument `mark-alist'.
5892         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5893         elmo-msgdb-set-mark.
5894         (wl-thread-get-children-msgs-uncached): Likewise.
5895         (wl-thread-get-exist-children): Added argument include-self.
5896         (wl-thread-delete-message): Follow the change above.
5897
5898         * wl-summary.el (wl-summary-count-unread): Removed argument.
5899         (wl-summary-rescan): Follow the change above.
5900         (wl-summary-mark-as-read-region): Ditto
5901         (wl-summary-mark-as-unread-region): Ditto.
5902         (wl-summary-delete-messages-on-buffer): Ditto.
5903         (wl-summary-sync-update): Ditto.
5904         (wl-summary-switch-to-clone-buffer): Ditto.
5905         (wl-summary-goto-folder-subr): Ditto.
5906         (wl-summary-target-mark-mark-as-read): Ditto.
5907         (wl-summary-target-mark-mark-as-unread): Ditto.
5908         (wl-summary-target-mark-mark-as-important): Ditto.
5909         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5910         (wl-summary-update-thread): Removed argument `mark-alist'.
5911         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5912         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5913         (wl-summary-resume-cache-status): Likewise.
5914         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5915         elmo-msgdb-set-mark.
5916         (wl-summary-mark-as-read-all): Likewise.
5917         (wl-summary-delete-cache): Ditto.
5918         (wl-summary-auto-select-msg-p): Ditto.
5919         (wl-summary-mark-as-unread): Ditto.
5920         (wl-summary-no-auto-refile-message-p): Ditto.
5921         (wl-summary-mark-as-read): Ditto.
5922         (wl-summary-mark-as-important): Ditto.
5923         (wl-summary-auto-refile): Follow the change above.
5924         (wl-summary-delete-all-marks): Removed.
5925         (wl-summary-resume-marks-and-highlight): Ditto.
5926         (wl-summary-resume-marks): Ditto.
5927         (wl-summary-delete-important-msgs-from-list): Ditto.
5928         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5929
5930         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5931         wl-summary-count-unread.
5932
5933         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5934         (wl-summary-score-update-all-lines): Use
5935         elmo-msgdb-set-mark.
5936
5937 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5938
5939         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5940         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5941         (wl-summary-create-line): Renamed from
5942         wl-summary-overview-create-summary-line;
5943         Argument rearrangement.
5944         (wl-summary-update-thread): Follow the change above.
5945
5946         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5947         (wl-thread-insert-entity-sub): Likewise.
5948
5949         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5950         argument `overview', `mark-alist' and added `msgdb'.
5951
5952         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5953
5954         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5955         (wl-summary-rescan): Follow the change above.
5956         (wl-summary-sync-update): Ditto.
5957         (wl-summary-insert-thread-entity): Ditto;
5958         Don't use `let*' in every while loop;
5959         Detect infinite loop of threads.
5960         (wl-summary-update-thread): Removed argument `overview'.
5961
5962         * wl-thread.el (wl-thread-insert-message): Ditto.
5963
5964         * Version number is increased to 2.9.10.
5965
5966         * wl-message.el (wl-message-redisplay): Ignore errors while
5967         wl-message-redisplay-hook.
5968
5969 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5970
5971         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5972
5973 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl.el (wl): inhibit-quit while wl-folder.
5976
5977 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5978
5979         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5980         while msgdb access.
5981
5982 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5983
5984         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5985         even if no folder is not created.
5986
5987 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5990
5991         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5992         implementation.
5993         (wl-summary-target-mark-thread): Ditto.
5994
5995         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5996
5997 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5998
5999         * wl-util.el (wl-display-bytes): Remove unused function.
6000
6001 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6002
6003         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6004         seems critical one (partially reverse the change in 2002/03/17).
6005
6006 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6007
6008         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6009         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6010
6011 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6012
6013         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6014         is not writable.
6015         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6016         plugged status instead of `'force' as 2nd argument.
6017
6018         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6019         is not creatable.
6020
6021         * Version number is increased to 2.9.9.
6022
6023 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6024
6025         * wl-summary.el (wl-summary-suspend): New function.
6026
6027 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6028
6029         * wl.el (wl): Do not check variables if check is nil.
6030         * wl-utils.el (wl-collect-draft): New function.
6031         * wl-folder.el (wl-folder-suspend): Put summary buffers
6032         and draft buffers at the end of buffer list.
6033         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6034
6035 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6036
6037         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6038         loop instead of recursive call.
6039
6040         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6041         2nd argument.
6042
6043 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6044
6045         * wl-draft.el (wl-draft-create-contents): Don't take neither
6046         (function . args) nor (string . something) any more.
6047
6048         * wl-version.el (wl-generate-user-agent-string): Return string
6049         without header symbol.
6050         * wl-draft.el (wl-draft-default-headers): Use it.
6051
6052         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6053         `wl-draft-insert-ccs' and return field value instead of inserting
6054         the header. Abolish cc argument.
6055         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6056
6057         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6058         rather than one with string car.
6059
6060         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6061         * wl-draft.el (wl-draft-create-contents): Add it after the default
6062         headers.
6063
6064         * wl-draft.el (wl-draft-create-contents): For the case of
6065         (symbol-or-string . function) insert header only when the function
6066         returns string value.
6067
6068 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6069
6070         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6071         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6072
6073 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6074
6075         * wl.el (wl-check-environment): Don't check Message-ID when
6076         `wl-insert-message-id' is nil.
6077         Revive checking if `wl-message-id-domain' contains "@".
6078
6079 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl.el (wl-check-environment): Merge examination for "@" at
6082         inappropriate position into the first string-match.
6083
6084         * wl-summary.el (wl-summary-target-mark-print): New function.
6085         (wl-summary-pipe-message-subr): Extracted from
6086         `wl-summary-pipe-message'.
6087         (wl-summary-target-mark-pipe): New function.
6088         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6089         `wl-summary-target-mark-pipe'.
6090
6091 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6092
6093         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6094
6095 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6096
6097         * wl.el (wl-check-environment): Use elmo-warning instead of
6098         error for non-critical ones.
6099         Remove trash folder check.
6100         (wl): Don't ignore error in wl-check-environment.
6101
6102         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6103         check, which is moved from `wl-check-environment'.
6104         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6105
6106 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6107
6108         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6109         guess anything, call wl-summary-write.
6110         (wl-summary-write): Create draft with blank To field.
6111         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6112
6113 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6116         argument full as well for wl-folder-write-current-folder.
6117         If wl-*-write-current-folder cannot guess addressee, add blank
6118         To header.
6119         Rewrite condition for positioning cursor.
6120
6121 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6124         summary buffer is present, use it.
6125         (wl-folder-jump-to-previous-summary): Ditto.
6126
6127 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6128
6129         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6130
6131         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6132         wl-summary-previous-buffer and wl-summary-next-buffer.
6133
6134         * wl-folder.el (wl-folder-mode-map): Bind
6135         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6136         (wl-folder-jump-to-next-summary): New function.
6137         (wl-folder-jump-to-previous-summary): Ditto.
6138
6139         * wl-draft.el (wl-draft): Rearranged.
6140
6141 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6142
6143         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6144         of header.
6145         (wl-draft): Collect arguments for the header as header-alist.
6146         (wl-draft-forward): Arrange arguments for wl-draft.
6147         (wl-draft-reply): Ditto.
6148         (wl-draft-edit-string): Ditto.
6149         * wl-summary.el (wl-summary-write): Ditto.
6150         (wl-summary-write-current-folder): Ditto.
6151
6152         * Version number is increased to 2.9.8.
6153
6154 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6155
6156         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6157
6158         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6159
6160         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6161         even if the guess failed.
6162
6163         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6164         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6165         wl-summary-write-current-folder.
6166         * wl-xmas.el: Ditto.
6167
6168 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-summary.el (wl-summary-next-page): Force display message if
6171         message is not displayed yet.
6172         (wl-summary-prev-page): Ditto.
6173
6174 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6175
6176         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6177
6178 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6179
6180         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6181         add "Preview Message" and "Save Draft and Exit".
6182
6183 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6186         if addrmgr is called from draft in splitted window.
6187
6188         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6189         * wl-mule.el: Ditto.
6190         * wl-xmas.el: Ditto.
6191
6192 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6193
6194         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6195
6196         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6197         * wl-xmas.el (wl-folder-toolbar): Ditto.
6198
6199 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6200
6201         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6202         and wl-draft-save-and-exit.
6203         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6204         * wl-xmas.el: Ditto.
6205         * wl-mule.el: Ditto.
6206
6207         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6208         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6209
6210 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6213         lists for saving buffer.
6214
6215 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6216
6217         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6218         parent-folder argument instead of it.
6219         (wl-draft-create-buffer): Ditto.
6220         (wl-draft-forward): Ditto.
6221         (wl-draft-reply): Ditto.
6222         * wl-summary.el (wl-summary-write): Ditto.
6223         (wl-summary-write-current-folder): Ditto.
6224
6225         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6226         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6227         Folder buffer after composing.
6228
6229 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6232         header if the file `wl-x-face-file' already contains it.
6233
6234 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6235
6236         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6237         folder" entry.
6238         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6239         * wl-e21.el (wl-folder-toolbar): Ditto.
6240         * wl-xmas.el (wl-folder-toolbar): Ditto.
6241
6242 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6245         wl-folder-goto-folder with sticky argument.
6246         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6247
6248 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6251         and wl-summary-previous-buffer.
6252         (wl-summary-next-buffer): New function.
6253         (wl-summary-previous-buffer): Ditto.
6254
6255 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6256
6257         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6258         wl-folder-jump-to-current-entity-with-arg.
6259         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6260         `wl-folder-jump-to-current-entity'.
6261         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6262         `wl-summary-goto-folder-sticky'.
6263         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6264         `wl-summary-goto-folder'.
6265         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6266         Unless force-exit, do not clean temp. marks for sticky summary.
6267         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6268
6269 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6272         not entire.
6273
6274 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6277         to `C-x C-s'.
6278         (wl-summary-save-status): New command.
6279         (wl-summary-exit): Don't clean-up temp marks when sticky.
6280         (Applied patch from Nakayama-san [wl: 09548])
6281         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6282         Do nothing when no mark data.
6283         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6284         Call `wl-summary-delete-all-temp-marks' before saving.
6285
6286 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6287
6288         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6289
6290 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6291
6292         * wl.el (wl-check-environment): Also cause error when (system-name)
6293         returns "localhost.localdomain". (Although it doesn't affect because
6294         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6295
6296 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6297
6298         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6299         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6300
6301         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6302         value.
6303
6304 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6307         Likewise r-cc-list and r-ng-list.
6308
6309 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6312         only if it is bound as variable.
6313
6314         * wl-mime.el (wl-draft-preview-message): Ditto.
6315
6316 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6319         needless `goto-char'.
6320
6321         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6322         `wl-summary-redisplay-no-mime-internal' instead of
6323         `wl-summary-redisplay-no-mime'.
6324         (wl-summary-redisplay-no-mime): Changed argument;
6325         Call `wl-summary-redisplay-no-mime-internal'.
6326
6327         * wl-mime.el (wl-draft-preview-message): Bind
6328         `mime-header-encode-method-alist' locally.
6329
6330         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6331         (wl-draft-std11-parse-addresses): Added the first address check.
6332         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6333
6334         * Version number is increased to 2.9.7.
6335
6336 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6339
6340 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6341
6342         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6343         related to scrollbar support, if there is no such a feature
6344         compiled in.
6345
6346 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6347
6348         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6349         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6350         for prefetch.
6351
6352 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-summary.el (wl-summary-pick): Fix for no match.
6355
6356 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * wl-draft.el (wl-draft-save):
6359         Override `mime-header-encode-method-alist'.
6360
6361 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl-folder.el (wl-folder-pick): New function.
6364         Define key as "?".
6365
6366 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6369         Fix for unplugged.
6370
6371 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6372
6373         * wl-folder.el (wl-folder-virtual): New function.
6374         Define key as "V".
6375
6376 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6379         multi folder if entity is group.
6380
6381 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6384         is nil.
6385
6386 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6387
6388         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6389         (wl-summary-target-mark-msgs): Return the number of marked messages.
6390
6391 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6392
6393         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6394         "first:" is specified.
6395
6396 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6397
6398         * wl-vars.el (wl-from): Use return value of function
6399         user-full-name instead of the variable user-full-name since
6400         XEmacs-20.4 doesn't set this variable.
6401
6402 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6403
6404         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6405         call `wl' directly.
6406
6407 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6408
6409         * wl-draft.el (wl-draft-reedit): Removed duplicated
6410         switch-to-buffers.
6411
6412 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * wl.el (wl-other-frame): Removed garbages.
6415
6416 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6419
6420         * wl-xmas.el (wl-draft-key-setup): Ditto.
6421
6422         * wl-mule.el (wl-draft-key-setup): Ditto.
6423
6424         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6425         (wl-draft-reedit): Ditto.
6426         (wl-draft-prepare-edit): Add `wl-draft-save' to
6427         `local-write-file-hooks'.
6428         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6429         (wl-draft-reedit): Set buffer-file-name.
6430         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6431
6432
6433         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6434         call it.
6435         (wl-delete-startup-frame-function): New variable.
6436         (wl-other-frame): New function
6437         (Original was written by Yamaoka san [wl: 09239]).
6438
6439         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6440         if `wl-folder-use-frame'.
6441
6442 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6445
6446 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6449         New variable.
6450         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6451         (wl-message-buffer-prefetch-get-next): Use them.
6452         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6453
6454 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6457         with unwind-protect.
6458
6459         * wl-draft.el (wl-draft-reedit): Rewrite.
6460         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6461         (wl-draft-save): Insert header separator if it does not exist;
6462         Removed condition-case.
6463
6464         * wl-summary.el (wl-summary-reedit): Revert last change.
6465
6466         * wl-draft.el (wl-draft-save): Rewrite.
6467         (wl-draft-create-buffer): Set buffer-file-name as nil.
6468
6469         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6470
6471         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6472
6473         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6474         nil.
6475
6476 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6479         If count is nil, do not prefetch.
6480         (wl-message-buffer-prefetch-next): Next.
6481
6482 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6483
6484         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6485
6486 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6489         `delete-backward-char'
6490         (wl-draft-prepare-edit): Check major-mode.
6491         (wl-draft-decode-header): Rewrite.
6492         (wl-draft): Fix.
6493
6494 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6495
6496         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6497
6498 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6501         (wl-message-buffer-prefetch-get-next): Remove size checking.
6502         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6503
6504 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6505
6506         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6507         (wl-draft-default-headers): Fix.
6508
6509 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6510
6511         * wl-draft.el (wl-draft-default-headers): Insert return value of
6512         `wl-generate-mailer-string-function'.
6513
6514 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6515
6516         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6517         (wl-draft-insert-mail-header-separator): Ditto.
6518
6519         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6520         again (Reverted the change on 2002-01-17 by OKADA san).
6521
6522 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-draft.el (wl-draft): Rewrite.
6525         (wl-draft-create-buffer): New function.
6526         (wl-draft-create-contents): Ditto.
6527         (wl-draft-prepare-edit): Ditto.
6528         (wl-draft-decode-header): Ditto.
6529         (wl-draft-decode-body): Ditto.
6530         (wl-draft-check-new-line): Ditto.
6531         (wl-draft-default-headers): Ditto.
6532         (wl-draft-insert-mail-header-separator): Ditto.
6533
6534 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6535
6536         * Version number is increased to 2.9.6.
6537
6538 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6539
6540         * wl-draft.el (wl-draft-delete-field): Optional argument.
6541         (wl-draft-delete-fields): Ditto.
6542
6543 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-message.el (toplevel): Eliminated byte-compile warning.
6546         for `itimer-function', `delete-timer' and `itimer-list'.
6547
6548 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6551         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6552         `wl-message-buffer-prefetch-threshold'.
6553         * wl-summary.el (wl-summary-redisplay-internal): Remove
6554         the check of `wl-message-buffer-prefetch-depth'.
6555
6556 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6559         size of article.
6560         (wl-message-buffer-prefetch-subr): Remove size check.
6561
6562 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6563
6564         * wl-vars.el (wl-plugged): Make customizable.
6565
6566 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6569         (wl-message-buffer-prefetch-set-timer): New function.
6570         (wl-message-buffer-prefetch-get-next): New function.
6571         (wl-message-buffer-prefetch): New function.
6572         (wl-message-buffer-prefetch-next): Rewrite.
6573         (wl-message-buffer-prefetch-subr): Rewrite.
6574         * wl-vars.el (wl-auto-prefetch-first): New variable.
6575         * wl-summary.el (wl-summary-goto-folder-subr): Call
6576         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6577
6578 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6579
6580         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6581         `wl-summary-unread-message-hook'.
6582
6583 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6584
6585         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6586         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6587         if range is `cache-status'.
6588
6589 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-message.el (wl-message-buffer-prefetch-subr):
6592         Improve debug message.
6593
6594 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6595
6596         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6597         `wl-mail-send-pre-hook'.
6598         (wl-draft-send-mail-with-qmail): Ditto.
6599         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6600
6601 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6602
6603         * wl-message.el (wl-message-buffer-prefetch-subr):
6604         Fix for cancel-function-timers bug.
6605         (wl-message-buffer-prefetch-debug): Default value is t.
6606
6607 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6610         (wl-message-buffer-prefetch-subr): Rewrite.
6611         Rename from `wl-message-buffer-prefetch'.
6612
6613 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6614
6615         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6616         (wl-default-draft-cite-decorate-author): Ditto.
6617
6618         * wl-draft.el (wl-draft-cite-function): Removed.
6619         (wl-default-draft-cite-decorate-author): Ditto.
6620
6621 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6622
6623         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6624         (wl-default-draft-cite): Do not arrange author name if the value of
6625         `wl-default-draft-cite-decorate-author' is nil.
6626
6627 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6630
6631         * wl-folder.el (wl-folder-check-one-entity): Don't care
6632         `elmo-folder-use-flag-p'.
6633
6634 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6635
6636         * wl-folder (wl-folder-check-one-entity): Fix
6637         problem if unread is nil.
6638
6639 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6640
6641         * wl-address.el (wl-address-make-completion-list): Check whether
6642         the address is a group list.
6643         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6644
6645 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6646
6647         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6648         The number of the messages of new and unread does not count
6649         correctly.
6650
6651         * wl-summary.el (wl-summary-count-unread): Changed to return
6652         `(new . unread)' instead of total.
6653         (wl-summary-sync-update): Follow the change above.
6654
6655         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6656
6657 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6658
6659         * wl-address.el (wl-address-make-completion-list): Do not enclose
6660         address by " <" and ">" if associated realname is "".
6661         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6662         This is against the promblem with group list in .addresses pointed
6663         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6664
6665 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6666
6667         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6668         message is a format control string.
6669         * wl-expire.el (wl-expire-append-log): Ditto.
6670         * wl-mime.el (wl-summary-burst-subr): Ditto.
6671         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6672         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6673
6674 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6675
6676         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6677         wl.el (wl-check-variables): Rename from `wl-check-type'.
6678         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6679         (wl-check-variables-2): New function.
6680         (wl): Call `wl-check-variables-2'.
6681
6682 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6683
6684         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6685         after renaming folder in access group.
6686
6687 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6688
6689         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6690         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6691         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6692         (wl-message-buffer-prefetch): Rewrite.
6693         (wl-message-buffer-prefetch-idle-time): Removed.
6694         * wl-summary.el (wl-summary-redisplay-internal):
6695         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6696         Error check for `wl-message-buffer-prefetch-depht'.
6697
6698 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6699
6700         * Version number is increased to 2.9.5.
6701         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6702
6703 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6706         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6707         Based on the patch written by
6708         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6709
6710 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl-draft.el (wl-draft-raw-send): Fix for
6713         `wl-news-send-pre-hook'
6714
6715 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6716
6717         * wl-utils.el (wl-message-id-function): New variable.
6718         * wl-draft.el (wl-draft-insert-required-fields):
6719         Use `wl-message-id-function'.
6720
6721 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6724         * wl-utils.el (wl-draft-make-message-id-string):
6725         Use `wl-from' for domain part of Message-ID
6726         if `wl-message-id-use-wl-from' if non-nil.
6727         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6728
6729 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl.el (wl): Call `wl-check-type'
6732         Do not 'condition-case'.
6733
6734 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl.el (wl-check-type): New function.
6737         (wl-check-type-variables): New variable.
6738
6739 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6742
6743 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-draft.el (wl-smtp-password-key): New function.
6746         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6747         (wl-draft-send-mail-with-smtp): Ditto.
6748         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6749
6750 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6753         * wl-utils.el (wl-unique-id-suffix): Remove.
6754
6755 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * Version number is increased to 2.9.4.
6758
6759 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6760
6761         * wl-utils.el (wl-unique-id-suffix): New variable.
6762         (wl-unique-id): Use `wl-unique-id-suffix'
6763
6764 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6765
6766         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6767         instead of `elmo-msgdb-search'.
6768
6769         * Version number is increased to 2.9.3.
6770
6771 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6772
6773         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6774
6775 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6778         (wl-draft-dispatch-message): Changed for send-later.
6779         (wl-draft-queue-flush): Ditto.
6780         (wl-draft): Clear `wl-sent-message-queued'.
6781         (wl-draft-reedit): Ditto.
6782         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6783         * wl-vars.el (wl-draft-force-queuing): New variable.
6784         (wl-draft-force-queuing-mail): New variable.
6785         (wl-draft-force-queuing-news): New variable.
6786
6787 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6790         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6791
6792 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6793
6794         * Version number is increased to 2.9.2.
6795
6796 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * wl-draft.el (wl-draft-elide-region): New user command.
6799         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6800
6801         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6802         command `wl-draft-elide-region'.
6803         * wl-mule.el: Ditto.
6804         * wl-xmas.el: Ditto.
6805
6806 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6809         (wl-biff-check-folder-async): Removed needless let.
6810
6811 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6814         wl-folder-get-elmo-folder.
6815         (wl-biff-check-folder): Set `biff' argument of
6816         `wl-folder-check-one-entity'.
6817         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6818
6819         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6820         (wl-folder-check-one-entity): Added `biff' argument;
6821         Setup `biff' slot of folder.
6822
6823         * Version number is increased to 2.9.1.
6824
6825 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6828         comment out and fixed.
6829         (wl-fldmgr-add-completion-subr): Ditto.
6830
6831         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6832         and msgdb.
6833
6834         * wl.el (wl-toggle-plugged): Save summary view.
6835
6836 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6839
6840 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6841
6842         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6843
6844 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6847         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6848         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6849
6850         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6851         if it was failed.
6852         (wl-demo): Disable undo in the demo buffer.
6853
6854 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-version.el (wl-version): Changed codename.
6857
6858         * Version number is increased to 2.9.0.
6859
6860 2001-12-14  Takuo KITAME <kitame@northeye.org>
6861
6862         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6863         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6864         (wl-folder-mark-as-read-all-current-entity): Ditto.
6865
6866 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6867
6868         * wl-vars.el (wl-from-width): Define as obsolete variable.
6869         (wl-subject-length-limit): Ditto.
6870
6871         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6872
6873         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6874         wl-summary-save-view.
6875
6876         * wl.el (wl-save-status): Ditto.
6877         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6878
6879         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6880         (wl-summary-exit): Follow the change above.
6881         (wl-summary-goto-folder-subr): Ditto.
6882
6883         * wl-folder.el (wl-folder-create-subr): Don't use
6884         `elmo-folder-creatable-p'.
6885
6886 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6889
6890 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6893         rather than bitmap on Emacs 21.
6894         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6895         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6896         for xbm if the new redisplay engine is not available.
6897
6898 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-folder.el (wl-folder-init-hook): New hook.
6901         (wl-folder-init): Run `wl-folder-init-hook'.
6902
6903 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6906
6907 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl-acap.el (wl-acap-cache-filename): New variable.
6910         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6911         (wl-acap-init): Use cache if no ACAP server found.
6912
6913 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6914
6915         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6916         `wl-acap-original-msgdb-dir'.
6917
6918         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6919         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6920
6921         * wl-mime.el (wl-mime-save-directory): Renamed from
6922         `wl-mime-save-dir'.
6923
6924 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6927
6928         * wl-demo.el: Require `path-util'.
6929         (wl-demo-bitmap-mule-available-p): New internal variable.
6930         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6931         `module-installed-p' instead.
6932         (wl-demo-insert-image): Use *.img file for a bitmap image.
6933         (wl-demo): Don't call the ascii demo recursively.
6934
6935 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6936
6937         * Version number is increased to 2.7.7.
6938
6939 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl.el (wl-exit): Eliminated byte-compile warning.
6942
6943 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6944
6945         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6946         obsolete variable using `elmo-define-obsolete-variable'.
6947         (wl-fetch-confirm-threshold): Ditto.
6948         (wl-cache-prefetch-folder-type-list): Ditto.
6949         (wl-cache-prefetch-folder-list): Ditto.
6950
6951 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6954         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6955         (wl-demo-insert-image): New function.
6956         (wl-demo-insert-text): New function.
6957         (wl-demo-image-type-alist): Redefine as a function.
6958         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6959         (wl-demo-with-temp-file-buffer): Removed.
6960         (wl-logo-xpm): Removed.
6961         (wl-logo-xbm): Removed.
6962         (wl-logo-bitmap): Removed.
6963
6964 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6965
6966         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6967         (wl-expire-localdir-get-folder-function): New user option.
6968         (wl-expire-localdir-get-folder): New function.
6969         (wl-expire-localdir-date): Ditto.
6970
6971 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6972
6973         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6974         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6975         Fixed unread number mismatch when all-unread < unread.
6976
6977 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6980         (wl-fetch-confirm-threshold): Ditto.
6981
6982         * wl-summary.el (wl-summary-confirm-appends): Removed.
6983         (wl-summary-sync-update): Don't refer
6984         `wl-summary-update-confirm-threshold' (It is now abolished).
6985
6986         * wl-message.el (wl-message-display-internal): Don't refer
6987         `wl-fetch-confirm-threshold' (It is now abolished).
6988
6989 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6992
6993 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6994
6995         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6996         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6997         Change default value to nil.
6998         (wl-summary-indent-length-limit): The value can be nil, nil means
6999         unlimited.
7000
7001         * wl-summary.el: Don't set limit for indent length if the value of
7002         wl-summary-indent-length-limit is nil.
7003         If the value of wl-summary-width is nil, it means only that the width
7004         of summary is unlimited (nil doesn't mean that the indent length is
7005         unlimited).
7006
7007         * wl-thread.el: Ditto.
7008
7009 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7010
7011         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7012         be nil, nil means never confirm.
7013         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7014
7015 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7016
7017         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7018         means unlimited).
7019
7020 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7023         Use `with-temp-buffer'.
7024
7025 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7028         with new backquote style).
7029         (wl-folder-get-entity-from-buffer): Ditto.
7030
7031 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7032
7033         * wl-version.el (nemacs-version): Eliminated.
7034         (wl-extended-emacs-version2): Ignore nemacs.
7035         (wl-extended-emacs-version3): Ditto.
7036
7037 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7038
7039         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7040         (wl-draft-add-in-reply-to): New variable.
7041         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7042         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7043         (wl-draft-yank-from-mail-reply-buffer): Use
7044         `wl-draft-add-in-reply-to'.
7045         (wl-draft-insert-current-message): Ditto.
7046
7047 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7048
7049         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7050         typo (kill->hide).
7051         (wl-message-buffer-prefetch-folder-type-list): Added elements
7052         `mark' and `cache' instead of `internal'.
7053
7054 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7057         resume msgdb directory.
7058
7059 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl.el (wl-exit): Call `wl-acap-exit'.
7062
7063         * wl-summary.el (wl-summary-message-string): New function.
7064         (wl-summary-reedit): Use it.
7065         (wl-summary-resend-bounced-mail): Remove needless let.
7066         (wl-summary-supersedes-message): Ditto.
7067         (wl-summary-save): Ditto.
7068
7069         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7070         (wl-acap-init): Set it.
7071         (wl-acap-exit): New function.
7072
7073 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7074
7075         * wl.el (wl-init): Revert (require 'mime-setup). move from
7076         toplevel.
7077
7078 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7079
7080         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7081         local variables.  Add error when guess function return invalid
7082         value.
7083
7084 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7085
7086         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7087         Change local variable name.
7088         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7089         (wl-folder-get-newsgroups): Return nil when non-news folder.
7090         * wl-summary.el (wl-summary-write-current-folder): State through
7091         when guess-list return nil.
7092         (wl-summary-write-current-folder-functions): Fixed docstring.
7093
7094         * wl.el (wl-exit): Changed confirm message.
7095
7096         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7097         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7098
7099         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7100
7101 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7102
7103         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7104         user option (Renamed from wl-cache-prefetch-folder-type-list).
7105         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7106         from wl-cache-prefetch-folder-list).
7107
7108         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7109         Move to wl-vars.el.
7110         (wl-message-buffer-prefetch-p): Changed to enable
7111         `wl-message-buffer-prefetch-folder-list'.
7112
7113         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7114         `ignore-cache'.
7115
7116 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7117
7118         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7119         `part-top' and `part-bottom'.
7120         (wl-draft-config-sub-part-top): New function.
7121         (wl-draft-config-sub-part-bottom): New function.
7122
7123 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7124
7125         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7126
7127 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7128
7129         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7130
7131 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7132
7133         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7134
7135         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7136         (wl-summary-write-current-folder): Ditto.
7137
7138 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-folder.el (wl-folder-get-newsgroups): Use
7141         `elmo-folder-newsgroups'.
7142
7143 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7144
7145         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7146         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7147         `wl-draft-config-sub-header-bottom'.
7148
7149 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7150
7151         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7152         localnews folder.
7153
7154 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7155
7156         * wl-summary.el (wl-summary-mode): Undo last change.
7157
7158         * wl-folder.el (wl-folder-mode): Ditto.
7159
7160 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7161
7162         * wl-summary.el (wl-summary-mode): Locally set
7163         truncate-partial-window-width to nil.
7164         (for XEmacs)
7165
7166         * wl-folder.el (wl-folder-mode): Ditto.
7167
7168 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7171
7172 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7175         number.
7176
7177         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7178
7179         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7180
7181         * Version number is increased to 2.7.6.
7182
7183 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7184
7185         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7186
7187 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7188
7189         * wl-summary.el (wl-summary-sync-update): Enclose network
7190         related portion with `unwind-protect'.
7191
7192 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7193
7194         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7195
7196 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7197
7198         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7199         element.
7200         * wl-vars.el (wl-message-body-button-alist): Ditto.
7201
7202         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7203         max match length.
7204         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7205
7206         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7207         for the max match length;
7208         Use 4th element value for the button string regexp group.
7209
7210         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7211         candidate exists, prompt to select.
7212
7213 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7214
7215         * wl-summary.el (wl-summary-jump-to-msg): Search before
7216         calibration point by `beginning-of-line'.
7217
7218 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7219
7220         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7221         for access group.
7222
7223 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-message.el (wl-message-display-internal): Bind
7226         `default-mime-charset'.
7227
7228         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7229
7230         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7231
7232         * Version number is increased to 2.7.5.
7233
7234 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7235
7236         * wl-expire.el (wl-summary-archive): Fixed;
7237         Use `elmo-folder-name-internal'.
7238
7239 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7240
7241         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7242         from `elmo-folder-move-messages' caller.
7243         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7244
7245         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7246         related portions are changed).
7247
7248 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7249
7250         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7251         counter.
7252
7253 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7254
7255         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7256         buffer local and set it to nil.
7257
7258         * wl-message.el (wl-message-redisplay): Ditto.
7259
7260 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * wl-summary.el (wl-summary-mark-as-important): If message is
7263         already cached, set messag as read, otherwise encache and mark as read.
7264
7265 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7266
7267         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7268         point-min.
7269
7270 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7273         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7274         a keymap.
7275
7276 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7279         parent.
7280
7281         * wl-mule.el (wl-message-define-keymap): Ditto.
7282
7283         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7284
7285         * wl-xmas.el (wl-message-display-internal-hook): Define.
7286         (wl-xmas-setup-message-toolbar): Define as function.
7287         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7288         (wl-message-overload-functions): Abolished.
7289         (wl-message-define-keymap): New function.
7290
7291         * wl-vars.el (wl-message-display-internal-hook): New variable.
7292         (wl-message-header-button-alist): New variable (Renamed from
7293         wl-highlight-message-header-button-alist).
7294         (wl-message-body-button-alist): Ditto.
7295
7296         * wl-mule.el (wl-message-define-keymap): New function.
7297         (wl-message-overload-functions): Abolished.
7298
7299         * wl-message.el (wl-message-add-buttons-to-body): New function.
7300         (wl-message-redisplay): Don't call wl-message-overload-functions;
7301         Call wl-message-add-buttons-to-header and
7302         wl-message-add-buttons-to-body.
7303         (wl-message-display-internal): Set keymap argument for
7304         elmo-mime-display-as-is, elmo-mime-message-display;
7305         Run wl-message-display-internal-hook.
7306         (wl-message-refer-article-or-url): Abolished.
7307
7308         * wl-highlight.el (wl-highlight-headers): Don't call
7309         wl-highlight-message-add-buttons-to-header.
7310         (wl-highlight-message-add-buttons-to-header): Abolished.
7311
7312
7313         * wl-e21.el (wl-message-display-internal-hook): Define.
7314         (wl-e21-setup-toolbar): Deleted duplicated binding.
7315         (wl-e21-setup-message-toolbar): Define as function.
7316         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7317         (wl-message-define-keymap): New function.
7318         (wl-message-overload-functions): Abolished.
7319
7320 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7323         and elmo-folder-close.
7324
7325         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7326
7327 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7328
7329         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7330         boolean value.
7331         * wl-draft.el (wl-draft-do-fcc): Ditto.
7332
7333 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7334
7335         * wl-vars.el (wl-fcc-force-as-read): New variable.
7336         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7337         mark copied message as read.
7338
7339 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7340
7341         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7342
7343 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7344
7345         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7346         `wl-summary-target-above' instead of obsolete variable
7347         `wl-summary-temp-above'.
7348
7349         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7350         instead of `make-obsolete-variable'.
7351         * wl-refile.el (toplevel): Ditto.
7352
7353 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7356         with third argument t.
7357         (wl-draft): Set first argument for wl-plugged-init as t.
7358
7359         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7360         definition.
7361
7362 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7363
7364         * wl-vars.el: Tabify.
7365         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7366
7367         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7368         message.
7369
7370 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7371
7372         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7373         and set default to beep.
7374
7375 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7376
7377         * wl-vars.el (wl-draft-truncate-lines): New variable.
7378
7379         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7380         instead of wl-message-truncate-lines for truncate-lines.
7381
7382 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-message.el (wl-message-display-internal): Call
7385         `wl-highlight-message' after `elmo-mime-display-as-is'.
7386
7387         * wl-mime.el (wl-mime-display-text/plain): New function.
7388         (wl-mime-display-header): Ditto.
7389         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7390         body-presentation-method for text/plain;
7391         Register `wl-mime-display-header' as a header-presentation-method;
7392         Don't set up `elmo-message-text-content-inserted-hook' and
7393         `elmo-message-header-inserted-hook'.
7394
7395         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7396         variable.
7397         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7398         as t if flag is 'all-header;
7399         Don't bind `elmo-message-ignored-field-list',
7400         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7401
7402 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7405         for xemacs with non-mule environment.
7406
7407 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7408
7409         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7410         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7411         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7412
7413 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7414
7415         * wl-vars.el (wl-interactive-send): Set default value as t.
7416
7417 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7420         (wl-addrmgr-method-list): Abolished.
7421         (wl-addrmgr-change-method): Follow above change.
7422
7423         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7424
7425 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7426
7427         * wl-vars.el (wl-message-truncate-lines): Change default value
7428         to default-truncate-lines.
7429
7430         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7431
7432 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7433
7434         * wl-vars.el (wl-message-truncate-lines): New variable.
7435
7436         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7437         wl-message-truncate-lines.
7438
7439 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-acap.el (wl-acap-init): Remove period from error message.
7442         (wl-acap-find-acap-service): Remove period from message.
7443
7444 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl.el (wl-check-environment): Undo last change.
7447
7448         * wl-vars.el (wl-from): Changed default value.
7449
7450         * wl-util.el (toplevel): Don't require tm-edit.
7451
7452         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7453         `wl-folder-init';
7454         Don't set mark on mail body.
7455         (wl-draft-reedit): Ditto.
7456
7457         * wl-address.el (wl-address-quote-specials): Define as an alias for
7458         elmo-address-quote-specials.
7459
7460 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7463
7464         * wl-vars.el (wl-from): Set default value as nil.
7465         (wl-organization): Set default value as ORGANIZATION environment
7466         variable.
7467
7468         * wl-draft.el (wl-smtp-extension-bind): Check value of
7469         wl-smtp-connection-type.
7470
7471         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7472         error.
7473
7474 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * Version number is increased to 2.7.4.
7477
7478         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7479         arguments from `wl-highlight-x-face-function' caller.
7480         Use x-face-1.3.6.12 or later.
7481
7482 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7483
7484         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7485
7486 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7487
7488         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7489         (wl-fcc): Fix to accept function.
7490         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7491
7492 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7493
7494         * wl-acap.el (toplevel): Added `product-provide' declare.
7495         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7496
7497 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl.el (wl): Changed order of calling `elmo-init'
7500         and `elmo-folder-init'.
7501
7502 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7503
7504         * wl-mime.el (wl-summary-burst): Extract message when content-type
7505         of root entity is not only `multipart' but also `message/rfc822'.
7506         (wl-summary-burst-subr): Ditto.
7507
7508 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-vars.el (toplevel): Require 'custom.
7511         (wl-trash-folder): Added to `wl-setting' group.
7512
7513         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7514         exists.
7515         (wl-addrmgr-draw): Insert empty line when no entry exists.
7516
7517         * wl-mule.el (wl-message-wheel-up): Fixed.
7518         (wl-message-wheel-down): Ditto.
7519
7520 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7521
7522         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7523         config is an anonymous lambda expression.
7524
7525 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7528         when Mule 2 is running.
7529
7530 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7533
7534 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7537         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7538
7539         * wl-address.el (wl-address-specials-regexp): Eliminated.
7540         (wl-address-quote-specials): Rewrite.
7541
7542 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7545         shy-groups for regexp.
7546
7547         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7548         character classes and Perl style shy-groups for regexp.
7549         (wl-highlight-plugged-current-line): Use Posix style character
7550         classes for regexp.
7551         (wl-e21-highlight-folder-by-numbers): Ditto.
7552         (wl-e21-display-image-p): Use `display-images-p' instead of
7553         `display-graphic-p'.
7554         (display-images-p): Make an alias to `display-graphic-p' if it is
7555         not available.  It is for Emacs version prior to 21.0.105.
7556
7557         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7558         `display-graphic-p'.
7559         (wl-demo-image-type-alist): Ditto.
7560         (display-images-p): Make an alias to `display-graphic-p' if it is
7561         not available.  It is for Emacs version prior to 21.0.105.
7562
7563 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7564
7565         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7566         support.
7567         (wl-generate-user-agent-string): Ditto.
7568
7569         * wl-version.el (wl-version): Update docsting.
7570         (wl-version-status): Ditto.
7571
7572 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7573
7574         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7575         21.0.105.  For Emacs 21.0.104 or earlier.
7576
7577 2001-09-03  Takuo KITAME <kitame@northeye.org>
7578
7579         * wl-e21.el (wl-plugged-init-icons): Use
7580         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7581         (wl-biff-init-icons): Ditto.
7582
7583 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-highlight.el (wl-highlight-summary-current-line):
7586         Fixed highlighting refile/copy destination.
7587
7588         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7589         (wl-acap-store): Encode string by wl-acap-coding-system.
7590
7591 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-acap.el (toplevel): Check and require 'un-define before
7594         'xemacs-ucs;
7595          Added checking for UTF-2000.
7596
7597 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7600         Don't enclose with `eval-and-compile'.
7601
7602         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7603         wl-init is non-nil.
7604
7605         * wl-draft.el (wl-draft): Ditto.
7606
7607         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7608
7609         * wl-acap.el (toplevel): Require 'wl.
7610         (wl-acap-store): Call `elmo-init'.
7611
7612         * wl.el (wl): Changed position of `wl-check-environment'.
7613         (toplevel): Added autoload setting for wl-acap.
7614
7615         * wl-vars.el (wl-setting): New custom group.
7616         (wl-from): Added wl-setting group.
7617         (wl-user-mail-address-list): Ditto.
7618         (wl-organization): Ditto.
7619         (wl-subscribed-mailing-list): Ditto.
7620         (wl-envelope-from): Ditto.
7621         (wl-smtp-posting-user): Ditto.
7622         (wl-smtp-posting-server): Ditto.
7623         (wl-smtp-posting-port): Ditto.
7624         (wl-smtp-authenticate-type): Ditto.
7625         (wl-pop-before-smtp-user): Ditto.
7626         (wl-pop-before-smtp-server): Ditto.
7627         (wl-pop-before-smtp-port): Ditto.
7628         (wl-pop-before-smtp-authenticate-type): Ditto.
7629         (wl-nntp-posting-server): Ditto.
7630         (wl-nntp-posting-user): Ditto.
7631         (wl-nntp-posting-port): Ditto.
7632         (wl-fetch-confirm-threshold): Ditto.
7633         (wl-prefetch-threshold): Ditto.
7634         (wl-thread-insert-opened): Ditto.
7635         (wl-ldap-server): Ditto.
7636         (wl-ldap-port): Ditto.
7637         (wl-ldap-base): Ditto.
7638         (wl-ldap-objectclass): Ditto.
7639         (wl-use-ldap): Ditto.
7640         (wl-draft-config-alist): Ditto.
7641         (wl-draft-config-matchone): Ditto.
7642         (wl-template-alist): Ditto.
7643         (wl-message-sort-field-list): Ditto.
7644         (wl-message-ignored-field-list): Ditto.
7645         (wl-message-visible-field-list): Ditto.
7646         (wl-interactive-send): Ditto.
7647         (wl-summary-move-order): Ditto.
7648         (wl-auto-select-first): Ditto.
7649         (wl-auto-select-next): Ditto.
7650         (wl-interactive-save-folders): Ditto.
7651
7652         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7653         Initialization codes are moved from wl-local-folder-init.
7654         (wl-local-folder-init): Follow the change above.
7655         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7656
7657         * wl-acap.el: New file.
7658
7659         * Version number is increased to 2.7.3.
7660
7661 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7662
7663         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7664
7665 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7666
7667         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7668         (wl-addrmgr-address-entry-list): Ditto.
7669
7670 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7671
7672         * wl-e21.el (wl-draft-mode-map): Removed binding for
7673         `wl-draft-insert-x-face-field'.
7674
7675         * wl-mule.el (wl-draft-mode-map): Ditto.
7676
7677         * wl-xmas.el (wl-draft-mode-map): Ditto.
7678
7679         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7680         (wl-cs-autoconv): Ditto.
7681         (wl-cs-local): Ditto.
7682         (wl-use-scoring): Ditto.
7683         (wl-mime-charset): Ditto.
7684         (wl-folder-check-async): Ditto.
7685
7686         * wl.el (toplevel): Ignore nemacs and tm.
7687         (wl-exit): Ditto.
7688
7689         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7690         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7691         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7692         instead of wl-address-petname-add-or-change.
7693         (wl-summary-edit-addresses-subr): Use wl-address-delete
7694         instead of wl-address-petname-delete.
7695
7696         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7697
7698         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7699         if error occured.
7700
7701         * wl-message.el (require): Remove tm support.
7702
7703         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7704
7705         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7706         (wl-folder-jump-to-current-entity): Ditto.
7707         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7708
7709         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7710         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7711         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7712
7713         * wl-mule.el (wl-draft-key-setup): Ditto.
7714
7715         * wl-xmas.el (wl-draft-key-setup): Ditto.
7716
7717         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7718         (wl-draft-std11-parse-addresses): New function.
7719         (wl-draft-parse-mailbox-list): Use it.
7720         (wl-draft): Ignore nemacs.
7721         (wl-draft-reedit): Ditto.
7722
7723         * wl-addrmgr.el: New file.
7724         (Original is wl-rcpt.el written by
7725         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7726         Thanks Kitamoto-san.)
7727
7728         * wl-address.el (wl-address-make-address-list): Modified parsing
7729         process.
7730         (wl-address-delete): Renamed from `wl-address-petname-delete';
7731         Modify wl-address-list too.
7732         (wl-address-add-or-change): Renamed from
7733         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7734
7735 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7736
7737         * wl-highlight.el (wl-highlight-summary-current-line):
7738           Work with transient-mark-mode
7739
7740 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * Version number is increased to 2.7.2.
7743
7744         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7745         instead of elmo-dop-queue-method.
7746
7747 2001-08-06  SAITO Atsunori <sai@yedo.com>
7748
7749         * wl-vars.el (wl-ldap-objectclass): New user option.
7750
7751         * wl-address.el (wl-ldap-make-filter): Use it.
7752
7753 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7756
7757 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-folder.el (wl-folder): redisplay after folder insertion.
7760
7761         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7762
7763         * wl-summary.el (wl-summary-sync-update):
7764         Change status mark only when new-msgdb exists.
7765         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7766
7767 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-summary.el (wl-summary-open-folder): New function.
7770         (wl-summary-goto-folder-subr): Use it.
7771         (wl-summary-mark-as-important): Fix;
7772         Encache only when no cache exists.
7773
7774 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7775
7776         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7777         Use with-current-buffer.
7778
7779 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7780
7781         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7782         before call `get-buffer'. Fixed parenthesis.
7783         (wl-score-get-header-entry): Clear message and help window when
7784         keyboard quit.
7785         (wl-score-edit-insert-header): Ditto.
7786
7787 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7790         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7791         (wl-default-draft-cite): Fix.
7792
7793         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7794         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7795
7796 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-message.el (wl-message-prev-page): Do same bahavior
7799         as summary when it is called in the message buffer.
7800         (wl-message-next-page): Ditto.
7801
7802 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-summary.el (wl-summary-forward): Use cache if it is not
7805         section cache.
7806
7807 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7810         Removed redundant require of elmo-vars.
7811         (wl-biff-state-indicator-on): Changed default value for
7812         xemacs with non-mule environment.
7813
7814         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7815         wl-message-buffer is nil;
7816         Hide progress bar after moving messages.
7817
7818 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7821         message at cursor point is deleted.
7822
7823 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-vars.el: Changed file coding system to euc-japan.
7826         Added -*-coding:-*- magic to the first line.
7827
7828         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7829         Search parent from the first message.
7830
7831         * Version number is increased to 2.7.1.
7832
7833 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7834
7835         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7836
7837 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7840         refile/delete execution.
7841
7842         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7843         Fixed docstring.
7844
7845 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7848         do update process;
7849         Don't update marks when update process is interrupted.
7850
7851 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-summary.el (wl-summary-reply): Fixed problem when
7854         wl-draft-use-frame is non-nil.
7855         (wl-summary-forward): Ditto.
7856
7857         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7858         as nil.
7859         (wl-folder-mark-as-read-all-entity): Ditto.
7860         (wl-folder-prefetch-entity): Ditto.
7861
7862         * wl.el (wl): Check environment before wl-init.
7863
7864         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7865         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7866         instead of wl-summary-collect-unread.
7867         (wl-summary-reply): Split message window.
7868
7869 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7872         only if current language environment is japanese,
7873
7874         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7875         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7876         (wl-folder-goto-folder-subr): Ditto.
7877
7878         * wl-draft.el (wl-draft-dispatch-message): Call
7879         `elmo-file-cache-get-path'.
7880
7881 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-summary.el (wl-summary-cursor-move): If return value of
7884         wl-summary-next-message is not number, don't jump.
7885
7886 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-summary.el (wl-summary-buffer-next-message-function): New
7889         variable.
7890         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7891         if it is bound.
7892
7893         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7894         string.
7895
7896         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7897         (wl-plugged-drawing): Ditto.
7898
7899 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7902         process.
7903         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7904         with unwind-protect.
7905
7906         * wl.el (wl-init): Require mime-setup.
7907         (wl-check-environment): Don't require mime-setup.
7908
7909         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7910         instead of elmo-folder-type.
7911
7912         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7913         value as nil.
7914
7915 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * Version number is increased to 2.7.0.
7918
7919         * wl-version.el (wl-version): Changed codename.
7920
7921         * wl-summary.el (wl-summary-delete-cache): Fixed.
7922
7923         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7924         Workaround for net folders.
7925         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7926
7927         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7928         value to nil (According to the patch from
7929         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7930
7931         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7932         of elmo-folder-close.
7933
7934 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7935
7936         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7937         for postfix.
7938
7939 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7940
7941         * wl-summary.el (wl-summary-resend-message): Fixed.
7942
7943         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7944         Call wl-draft with `from' argument if its address is included in
7945         `wl-user-mail-address-list'.
7946         (wl-draft): Added `from' argument.
7947
7948         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7949         non-nil.
7950         (wl): Don't show demo if wl-demo is nil.
7951
7952         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7953         wl-summary-use-frame.
7954
7955         * wl-vars.el (wl-summary-use-frame): New user option.
7956         (wl-folder-use-frame): Changed docstring.
7957
7958         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7959         non-nil.
7960         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7961         wl-summary-use-frame.
7962
7963         * wl-vars.el (wl-folder-use-frame): New user option.
7964
7965         * wl-summary.el (wl-summary-exit): Back to folder frame if
7966         wl-folder-use-frame is non-nil.
7967         (wl-summary-redisplay-internal): Ignore cache if current folder
7968         is draft folder,
7969         (wl-summary-redisplay-no-mime): Ditto.
7970         (wl-summary-redisplay-all-header): Ditto.
7971
7972         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7973         if wl-folder-use-frame is non-nil.
7974
7975 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-summary.el (wl-summary-sync-update): Bind
7978         elmo-folder-update-threshold.
7979         (wl-summary-mark-as-important): Enclosed server mark processing
7980         with `save-match-data'.
7981
7982         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7983         only when it is already defined.
7984
7985 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7986
7987         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7988         name of folder exclude localdir is wrong.
7989         * wl-folder.el (wl-folder-sync-entity):
7990         Set `wl-summary-always-sticky-folder-list' as nil.
7991         (wl-folder-mark-as-read-all-entity): Ditto.
7992         (wl-folder-prefetch-entity): Ditto.
7993
7994 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7995
7996         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7997         instead of `wl-summary-write-current-newsgroup'.
7998
7999 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8000
8001         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8002         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8003         non-nil and selected message is important, do not display.
8004
8005 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8006
8007         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8008
8009 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8010
8011         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8012
8013         * wl-summary.el (wl-summary-mark-as-important): Set message number
8014         using wl-summary-message-number.
8015
8016 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8017
8018         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8019         destination folder is 'null.
8020
8021 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8022
8023         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8024         New function.
8025         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8026         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8027         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8028
8029 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-mime.el (wl-mime-setup): Added setting for
8032         `mime-setup-signature-key-alist' to avoid overriding key bind for
8033         `wl-draft-send'.
8034
8035         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8036         for `wl-draft-send'.
8037         * wl-mule.el (wl-draft-overload-functions): Ditto.
8038         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8039         * wl-draft.el (wl-draft-send): Ditto.
8040
8041         * wl-message.el (wl-message-display-internal):
8042         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8043         (Patch is provided by <kita@coe.nttdata.co.jp>).
8044
8045 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8048
8049 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8050
8051         * wl.el (wl): Fix for wl-demo.
8052
8053 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8054
8055         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8056
8057 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8058
8059         * wl-folder.el (wl-folder-prefetch-entity): Use
8060         `wl-folder-get-elmo-folder'.
8061         (wl-folder-count-incorporates): Do not use
8062         `wl-folder-get-elmo-folder'.
8063
8064 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8065
8066         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8067         instead of `elmo-folder-get-type'.
8068
8069 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8070
8071         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8072         position on Subject: field.
8073         (Advised by Mito <mit@nines.nec.co.jp>)
8074
8075 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8076
8077         * wl-folder.el (wl-folder-prefetch-entity): Use
8078         `wl-folder-get-elmo-folder'.
8079
8080 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8081
8082         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8083
8084         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8085         `process-duplicates' slot.
8086
8087         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8088         if detection failed.
8089
8090 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8091
8092         * wl-version.el (wl-version-status): Set to "alpha".
8093
8094 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8097         Check wl-message-buffer lives before set-buffer.
8098
8099 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8100
8101         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8102         called in folder mode.
8103         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8104         * wl-summary.el (wl-summary-exit-pre-hook): Run
8105         `wl-summary-exit-pre-hook' before exit summary mode.
8106
8107 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8108
8109         * wl-version.el (wl-version-status): New variable.
8110         (wl-version-status-alist): Removed.
8111         (wl-version-status): Rule included.
8112
8113 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8116         @sponichi.
8117
8118         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8119         when `mail-reply-buffer' is buffer-local variable.
8120         (Reported by <kita@coe.nttdata.co.jp>).
8121
8122 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-vars.el (toplevel): Require 'elmo-util.
8125
8126 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8129         (All other related portions are changed)
8130
8131         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8132
8133         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8134
8135 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8136
8137         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8138
8139 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8142         Delete other windows to avoid an error.
8143         Use `point-marker' instead of `point' to remember the start point
8144         of body.
8145
8146         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8147
8148         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8149         number not to exceed all message number.
8150
8151 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8152
8153         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8154         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8155
8156 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-summary.el (wl-summary-sync-force-update): Added argument
8159         no-check.
8160         (wl-summary-sync-update): Ditto.
8161         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8162         with `no-check'.
8163
8164         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8165         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8166         already running.
8167
8168 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8169
8170         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8171         `dst-folder-arg'.
8172         (wl-expire-archive-number1): Diito.
8173         (wl-expire-archive-number2): Diito.
8174         (wl-expire-archive-Date): Diito.
8175         (wl-archive-number1): Diito.
8176         (wl-archive-number2): Diito.
8177         (wl-archive-date): Diito.
8178         (wl-archive-folder-p): New function.
8179         (wl-summary-expire): Support of expand folder name at
8180         wl-expire-alist.
8181         * wl-util.el (wl-expand-newtext): Renamed from
8182         `wl-refile-expand-newtext'.
8183
8184 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8185
8186         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8187         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8188         `(elmo-msgdb-get-overview msgdb)'.
8189         (wl-summary-prefetch): Bind match data before call
8190         `wl-summay-prefetch-msg'.
8191         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8192         'off if `wl-summary-buffer-disp-msg' is non-nil.
8193         Fixed problem that couldn't show only one new or unread message when
8194         enter folder.
8195         (wl-summary-reply): Don't call `split-window-vertically' and other
8196         window.
8197
8198 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-expire.el (wl-expire-refile): Fixed.
8201
8202 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8203
8204         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8205
8206         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8207         biff notification is removed.
8208
8209         * wl.el (wl): Changed position of `elmo-init'.
8210
8211         * wl-draft.el (wl-default-draft-cite): Use date field
8212         on the citation buffer.
8213
8214         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8215
8216         * wl-xmas.el (wl-folder-internal-icon-list): Added
8217         `wl-folder-shimbun-image'.
8218
8219         * wl-e21.el (wl-folder-internal-icon-list): Added
8220         `wl-folder-shimbun-image'.
8221
8222 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl.el (wl-init): Eliminated argument.
8225         (wl): Rewrite.
8226
8227         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8228         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8229         instead of `elmo-folder-msgdb-internal'.
8230         (wl-summary-sync-update): Ditto.
8231         (wl-summary-flush-pending-append-operations): Eliminated.
8232         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8233         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8234         `elmo-folder-open'.
8235
8236         * wl-mime.el (wl-summary-burst): Fixed.
8237
8238         * wl-folder.el (wl-folder-info-save): Check data type.
8239
8240         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8241         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8242         instead of `elmo-folder-msgdb-internal'.
8243         (wl-expire-hide): Ditto.
8244
8245
8246         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8247
8248 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8249
8250         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8251
8252 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8253
8254         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8255
8256 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8257
8258         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8259         Fixed `match-beginning' argument mismatch.
8260
8261 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8262
8263         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8264         the default value.
8265
8266 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8269         instead of `elmo-nntp-default-port'.
8270
8271         * wl-vars.el: Fixed some doc strings.
8272
8273 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-summary.el (wl-summary-prefetch-msg): Use
8276         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8277
8278         * wl-vars.el: Define *-func as obsolete variable using
8279         `elmo-define-obsolete-variable'.
8280
8281         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8282         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8283         instead of `wl-message-buffer-prefetch-threshold'.
8284
8285         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8286
8287         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8288
8289         * wl-draft.el (wl-caesar-region-func): Ditto.
8290
8291         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8292         Keep unread status in elmo-folder-move-messages.
8293         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8294
8295 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8296
8297         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8298         `wl-summary-buffer-exit-func'
8299         (wl-summary-buffer-message-redisplay-function): Renamed from
8300         `wl-summary-buffer-message-redisplay-func'
8301         (wl-summary-buffer-next-folder-function): Renamed from
8302         `wl-summary-buffer-next-folder-func'.
8303         (wl-summary-buffer-prev-folder-function): Renamed from
8304         `wl-summary-buffer-prev-folder-func'.
8305         (wl-summary-get-petname-function): Renamed from
8306         `wl-summary-get-petname-func'.
8307
8308         * wl-score.el (wl-score-edit-exit-function): Renamed from
8309         `wl-score-edit-exit-func'.
8310
8311         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8312         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8313
8314         * wl-util.el (wl-load-profile-function): Renamed from
8315         `wl-load-profile-func'.
8316
8317         * wl-folder.el (wl-folder-completion-function): Renamed from
8318         `wl-folder-completion-func'.
8319         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8320
8321         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8322         `wl-expire-archive-get-folder-func'.
8323         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8324         (wl-draft-send-mail-function): Renamed from
8325         `wl-draft-send-mail-func'.
8326         (wl-draft-send-news-function): Renamed from
8327         `wl-draft-send-news-func'.
8328         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8329         (wl-generate-mailer-string-function): Renamed from
8330         `wl-generate-mailer-string-func'.
8331         (wl-highlight-signature-search-function): Renamed from
8332         `wl-highlight-signature-search-func'.
8333         (wl-highlight-x-face-function): Renamed from
8334         `wl-highlight-x-face-func'
8335         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8336         (wl-ps-print-buffer-function): Renamed from
8337         `wl-ps-print-buffer-func'
8338         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8339         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8340         (wl-summary-subject-filter-function): Renamed from
8341         `wl-summary-subject-filter-func'.
8342
8343         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8344         `wl-draft-queue-flush-send-func'
8345         (wl-draft-cite-function): Renamed from
8346         `wl-draft-cite-func'
8347
8348         * wl-address.el (wl-address-init-function): Renamed from
8349         `wl-address-init-func'.
8350
8351 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-draft.el (wl-draft-queue-flush): Don't call
8354         `elmo-dop-unlock-message'.
8355         * wl-draft.el (wl-draft-queue-append): Don't call
8356         `elmo-dop-lock-message'.
8357
8358         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8359         (wl-summary-buffer-folder-name): Ditto.
8360         (wl-summary-message-regexp): Added '-' (all other related portions
8361         are changed).
8362         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8363         wl-summary-buffer-folder-name.
8364
8365 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8366
8367         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8368         the number of mails in the folder buffer is not updated by wl-biff.
8369
8370 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8371
8372         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8373         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8374
8375 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * wl-summary.el (wl-summary-next-message):
8378         Return next message number when wl-summary-move-order is nil.
8379
8380 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8381
8382         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8383         `wl-summary-move-spec-alist'.
8384         (wl-summary-move-spec-unplugged-alist): New variable
8385         (Move spec for unplugged status).
8386         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8387         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8388
8389 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8390
8391         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8392         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8393
8394 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8395
8396         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8397         simple quotation to quote the anonymous function.
8398         * tm-wl.el (wl-draft-preview-message): Ditto.
8399
8400 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8401
8402         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8403         Eliminate redundant `save-excursion'.
8404         (wl-highlight-summary-current-line): Ditto.
8405
8406         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8407         accessing match data when `looking-at' failed.
8408
8409         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8410         `elmo-match-string' where users don't care about the speed.
8411         (wl-draft-save): Ditto.
8412
8413 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-util.el (wl-regexp-opt): New function.
8416
8417         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8418         number from `wl-summary-buffer-number-list'.
8419         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8420         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8421         (wl-summary-move-spec-alist): Changed default setting.
8422
8423 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8424
8425         * wl-vars.el (wl-biff-notify-hook): New hook.
8426         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8427         the arrival of new mail.
8428         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8429         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8430
8431 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8434
8435 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8438
8439         * Version number is increased to 2.5.8.
8440
8441         * wl-thread.el (toplevel): require 'cl.
8442         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8443         (wl-thread-make-number-list): New function.
8444         (wl-thread-entity-make-number-list-from-children): Ditto.
8445         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8446         (wl-thread-entity-insert-as-children): Likewise.
8447         (wl-thread-delete-message): Likewise.
8448         (wl-meaning-of-mark): Eliminated.
8449         (wl-thread-next-failure-mark-p): Ditto.
8450         (wl-thread-entity-get-mark): Ditto.
8451         (wl-thread-meaning-alist-get-result): Ditto.
8452         (wl-thread-entity-check-prev-mark): Ditto.
8453         (wl-thread-entity-check-next-mark): Ditto.
8454         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8455         (wl-thread-entity-get-prev-marked-entity): Ditto.
8456         (wl-thread-get-prev-unread): Ditto.
8457         (wl-thread-jump-to-prev-unread): Ditto.
8458         (wl-thread-get-next-unread): Ditto.
8459         (wl-thread-jump-to-next-unread): Ditto.
8460         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8461         (wl-thread-entity-get-next-marked-entity): Ditto.
8462
8463         * wl-summary.el (wl-summary-buffer-number-list):
8464         New bufer-local variable.
8465         (wl-summary-switch-to-clone-buffer): Clone
8466         `wl-summary-buffer-number-list'.
8467         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8468         (wl-summary-cursor-move-regex): Eliminated.
8469         (wl-summary-cursor-up): Rewrite.
8470         (wl-summary-cursor-down): Ditto.
8471         (wl-summary-mode-spec-alist): New variable.
8472         (wl-summary-next-message): New inline function.
8473         (wl-summary-cursor-move): New function.
8474         (wl-summary-default-get-next-msg): Rewrite.
8475         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8476         (wl-summary-rescan): Ditto.
8477         (wl-summary-sync-all-init): Ditto.
8478         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8479         summary is not thread view.
8480         (wl-summary-sync-update): Ditto.
8481         (wl-summary-rescan): Ditto.
8482         (wl-summary-make-number-list): New function.
8483
8484         * wl-draft.el: "FCC" -> "Fcc".
8485
8486 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8487
8488         * wl-highlight.el (wl-highlight-summary-window):
8489         Call `set-buffer-modified-p'.
8490
8491         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8492         (wl): Call `elmo-init' and fix.
8493
8494         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8495         Use new variables.
8496
8497         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8498
8499 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8500
8501         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8502
8503 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8504
8505         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8506
8507 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8508
8509         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8510         `wl-use-toolbar' nor `display-graphic-p'.
8511         (wl-e21-setup-message-toolbar): Ditto.
8512         (wl-e21-setup-summary-toolbar): Ditto.
8513         (wl-e21-setup-folder-toolbar): Ditto.
8514
8515         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8516         (wl-plugged-init-icons): Ditto.
8517
8518         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8519         `display-graphic-p'.
8520         (wl-plugged-set-folder-icon): Ditto.
8521         (wl-highlight-plugged-current-line): Ditto.
8522         (wl-highlight-folder-current-line): Ditto.
8523         (wl-e21-highlight-folder-group-line): Ditto.
8524         (wl-e21-setup-toolbar): Ditto.
8525         (wl-e21-display-image-p): New macro.
8526
8527         * wl-demo.el (wl-demo): Simplified.
8528         (wl-demo-image-type-alist): Use `image-type-available-p' for
8529         checking whether the image type `xbm' is available.
8530
8531 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8532
8533         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8534         (wl-summary-input-range): Ditto.
8535
8536 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-summary.el (wl-summary-edit-addresses): Use
8539         `wl-summary-get-original-buffer'
8540         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8541         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8542         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8543         (wl-summary-get-newsgroups): Eliminated.
8544         (wl-summary-set-crosspost): Ditto.
8545         (wl-summary-is-crosspost-folder): Ditto.
8546         (wl-crosspost-alist-load): Ditto.
8547         (wl-crosspost-alist-save): Ditto.
8548
8549         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8550         `elmo-setup-subscribed-newsgroups' instead of
8551         `elmo-nntp-make-groups-hashtb'.
8552         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8553         instead of `wl-crosspost-alist-save'.
8554
8555         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8556         of `elmo-folder-message-appendable-p'.
8557         (wl-mime-header-presentation-method): Eliminated.
8558
8559         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8560         (Error occurs in emacs21).
8561
8562         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8563         the current buffer).
8564
8565         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8566         instead of `wl-crosspost-alist-save'.
8567         (wl-init): `elmo-crosspost-message-alist-load'
8568         instead of `wl-crosspost-alist-load'
8569
8570         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8571         (wl-parse-newsgroups): Likewise.
8572         (wl-biff-notify): Run `wl-biff-notify-hook'.
8573
8574 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8577
8578         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8579         when `wl-summary-lazy-highlight' is non-nil.
8580         (wl-summary-goto-folder-subr): Highlight only when
8581         `wl-summary-lazy-highlight' is non-nil.
8582
8583         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8584         Don't display progress and highlight temp-mark when
8585         `wl-summary-lazy-highlight' is non-nil.
8586         (wl-highlight-summary-window): New function.
8587         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8588
8589 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-summary.el (wl-summary-sync): Change `all-visible'
8592         from `all-shown'
8593         (wl-summary-input-range): Ditto.
8594
8595 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8596
8597         * wl-e21.el (wl-highlight-folder-current-line): Call
8598         `wl-folder-init-icons' when folder icons have not been initialized.
8599
8600         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8601
8602         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8603         (wl-demo-image-type-alist): New macro.
8604
8605 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8606
8607         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8608         display does not support graphics.
8609         (wl-plugged-init-icons): Ditto.
8610         (wl-folder-init-icons): Ditto.
8611
8612         * wl-demo.el (wl-demo): Chech closely whether the display
8613         supports graphics.
8614
8615 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-summary.el (wl-summary-get-original-buffer): New function.
8618         (wl-summary-set-crosspost): Use it.
8619         (wl-summary-target-mark-uudecode): Ditto.
8620         (wl-summary-reedit): Ditto.
8621         (wl-summary-resend-bounced-mail): Ditto.
8622         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8623         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8624
8625         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8626         (wl-message-display-internal): Ditto.
8627
8628 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8631
8632 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8633
8634         * wl-summary.el (wl-summary-save-view): Renamed from
8635         `wl-summary-save-status'.
8636
8637 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8638
8639         * wl-summary.el (wl-summary-sync): Added `all-shown'
8640
8641 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8642
8643         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8644
8645 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8646
8647         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8648
8649 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8650
8651         * wl-highlight.el (wl-highlight-summary-line-string): Use
8652         `zerop' instead of `= 0'.
8653         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8654
8655         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8656         for comparing numbers.
8657         (wl-template-prev): Use `zerop' instead of `eq 0'.
8658
8659         * wl-draft.el (wl-draft-insert-current-message): Use
8660         `with-current-buffer' instead of `save-excursion'.
8661         Use `zerop' instead of `eq 0'.
8662
8663 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8664
8665         * wl-draft.el (wl-draft-insert-ccs): New function.
8666         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8667         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8668
8669 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8672
8673 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-expire.el (wl-expire-refile): Don't call
8676         elmo-msgdb-add-msgs-to-seen-list;
8677         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8678         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8679
8680 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-message.el (wl-message-prev-page): Ignore errors while
8683         scroll-down.
8684
8685 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * wl-mime.el: Use elmo-original-message-mode instead of
8688         mmelmo-original-mode.
8689
8690         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8691         `elmo-folder-get-spec';
8692         (wl-fldmgr-add-completion-all-completions):
8693         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8694
8695         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8696         of `elmo-folder-get-type'.
8697
8698         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8699         `elmo-folder-get-spec';
8700         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8701         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8702         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8703         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8704         `elmo-read-msg-no-cache';
8705         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8706         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8707         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8708         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8709         `elmo-cache-save';
8710         (wl-draft-reedit): Use `elmo-message-file-name'.
8711
8712         * wl-expire.el: Use `elmo-folder-name-internal';
8713         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8714         Use macro `wl-summary-buffer-msgdb' instead of variable
8715         `wl-summary-buffer-msgdb';
8716         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8717         Use macro `wl-summary-buffer-folder-name' instead of variable
8718         `wl-summary-buffer-folder-name'.
8719         * wl-score.el: Likewise.
8720
8721         * wl-message.el: Rewrite for new message buffer cache mechanism.
8722         (wl-message-buffer-cache-buffer-get): New macro.
8723         (wl-message-buffer-cache-folder-get): Ditto.
8724         (wl-message-buffer-cache-message-get): Ditto.
8725         (wl-message-buffer-cache-entry-make): Ditto.
8726         (wl-message-buffer-cache-hit): Ditto.
8727         (wl-message-buffer-cache-sort): New function.
8728         (wl-message-buffer-cache-add): Ditto.
8729         (wl-message-buffer-cache-delete): Ditto.
8730         (wl-message-buffer-cache-clean-up): Ditto.
8731         (wl-message-buffer-window): Rewrite.
8732         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8733         (wl-message-buffer-display): New function.
8734         (wl-message-display-internal): New function.
8735
8736 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-folder.el: Use `elmo-folder-name-internal';
8739         Use `wl-folder-get-elmo-folder';
8740         Use `elmo-folder-list-messages' instead of
8741         `elmo-list-folder';
8742         Use `elmo-folder-get-primitive-list' instead of
8743         `elmo-folder-get-primitive-spec-list';
8744         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8745         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8746         Use `elmo-folder-create' instead of `elmo-create-folder'.
8747         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8748         (wl-folder-get-elmo-folder): New macro.
8749         (wl-folder-elmo-folder-cache-get): Ditto.
8750         (wl-folder-elmo-folder-cache-put): Ditto.
8751         (wl-folder-suspend): Call `elmo-quit'.
8752
8753         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8754         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8755         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8756         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8757         (toplevel): require 'cl.
8758         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8759
8760         * wl-summary.el: Rewrite to use new elmo interface.
8761
8762 \f
8763 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-mime.el (wl-draft-preview-message):
8766         Run `wl-draft-send-hook' before collecting recipients information;
8767         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8768
8769         * tm-wl.el (wl-draft-preview-message): Ditto.
8770
8771 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8774         wrong recipients are displayed when forwarded message.
8775
8776 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * Version number is increased to 2.5.7.
8779
8780 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8781
8782         * wl-message.el (wl-message-next-page): Bind
8783         `window-pixel-scroll-increment' to nil while scrolling up.
8784
8785 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8786
8787         * wl-vars.el (wl-save-hook): New hook.
8788         * wl.el (wl-save): Call `wl-save-hook'.
8789
8790 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8791
8792         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8793         Argument WITH-ARG instead of NO-ARG (negative mean).
8794         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8795         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8796         * wl-message.el (wl-message-follow-current-entity): Likewise.
8797
8798 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8799
8800         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8801         FROM was optional argument.
8802         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8803
8804 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8805
8806         * Version number is increased to 2.5.6.
8807
8808 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8809
8810         * wl-version.el (wl-version-show): Removed.
8811         (wl-version): Add `interactive'.
8812
8813 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8814
8815         * wl-summary.el (wl-summary-get-petname-func): New variable.
8816         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8817         instead of `wl-address-get-petname-1'.
8818         (wl-summary-simple-from): Ditto.
8819
8820         * wl-address.el (wl-address-get-petname-1): Define as function.
8821
8822 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8823
8824         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8825         field in the original message.
8826         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8827
8828 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8829
8830         * wl-expire.el (wl-expire-hide):
8831         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8832
8833 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8836         find decoder for To, Cc, and Subject.
8837
8838 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8839
8840         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8841         for checking `elmo-use-buffer-cache'.
8842         (wl-summary-mark-as-important): Fixed typo in comment.
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-18  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * Version number is increased to 2.5.5.
8863
8864         * wl-address.el (wl-address-specials-regexp): New constant.
8865         (wl-address-quote-specials): Use it.
8866
8867 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-summary.el (wl-summary-rescan):
8870         Call `wl-summary-buffer-number-column-detect'.
8871         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8872
8873         * wl-message.el (wl-message-mode-map): Define.
8874         (wl-message-decode): Use it as local-map.
8875
8876 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8879         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8880
8881 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8884
8885         * wl-mule.el (wl-read-event-char): Ditto.
8886
8887         * wl-e21.el (wl-read-event-char): Ditto.
8888
8889         * wl-nemacs.el (wl-read-event-char): Ditto.
8890         (read-event): Removed.
8891
8892         * wl-util.el (toplevel): Removed dummy definition of
8893         `read-event'.
8894         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8895
8896 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8897
8898         * wl-nemacs.el (elmo-archive-call-process): Moved to
8899         elmo-archive.el.
8900
8901 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8902
8903         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8904         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8905
8906         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8907         instead of magic-number 6.  Use `not' instead of `null' for symbol
8908         `nil' check (not empty list).
8909         (wl-draft-insert-x-face-field): Fixed paren style.
8910
8911         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8912         one-branch conditional statement, instead of `and' and `if'.
8913         (wl-draft-forward): Likewise.
8914         (wl-draft-add-references): Likewise.
8915         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8916
8917         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8918         conditional steatment.  Use `cond' instead of `if'.
8919         (wl-draft-confirm): Likewise.
8920
8921 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8922
8923         * wl-version.el (wl-version-show): Use `product-string-1'
8924         instead of `wl-version'.
8925         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8926
8927         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8928
8929 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8930
8931         * wl-highlight.el (wl-highlight-headers): Revert
8932         `wl-highlight-x-face-func' argument (`beg' and `end').
8933
8934 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl.el (toplevel): Move `product-provide' declare.
8937         * wl-demo.el (toplevel): Ditto.
8938         * wl-dnd.el (toplevel): Ditto.
8939         * wl-highlight.el (toplevel): Ditto.
8940         * wl-message.el (toplevel): Ditto.
8941         * wl-refile.el (toplevel): Ditto.
8942         * wl-util.el (toplevel): Ditto.
8943
8944 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8945
8946         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8947         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8948         (wl-thread-close-all): keep cursor position.
8949
8950 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8951
8952         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8953         (eq x 0).
8954         (wl-generate-user-agent-string-1): Fix conditional statement.
8955
8956 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8957
8958         * wl.el (wl-check-environment): Additional check for
8959         'wl-local-domain' and `wl-message-id-domain'.
8960
8961 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8962
8963         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8964
8965 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8966
8967         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8968         instead of `smtp-sasl-user-realm'.
8969
8970 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8971
8972         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8973
8974 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8975
8976         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8977         to the default value as well as `eword-lexical-analyzer'.
8978
8979 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-version.el (wl-extended-emacs-version,
8982         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8983         `elmo-match-string' instead of `wl-match-string'.
8984
8985 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8986
8987         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8988         docstring.
8989
8990 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8991
8992         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8993
8994 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8995
8996         * wl-highlight.el (wl-highlight-headers): Remove
8997         `wl-highlight-x-face-func' argument (`beg' and `end').
8998
8999 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9000
9001         * wl-summary.el (wl-summary-mark-as-important):
9002         Remove cache if folder is local.
9003
9004 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9005
9006         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9007         to get existing e-mail address string.
9008
9009 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9010
9011         * wl-version.el (wl-generate-user-agent-string): Commentary.
9012         (wl-generate-user-agent-string-1): Use `when' for
9013         one-branch conditional statement, instead of `and' and `if'.
9014         (wl-extended-emacs-version, wl-extended-emacs-version2,
9015         wl-extended-emacs-version3): Ditto.
9016
9017 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9020         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9021         condition-case; Remove initialization.
9022         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9023         (wl-summary-sync-update3): Added argument `sync-all';
9024         Eliminated local variable `msgdb';
9025         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9026         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9027         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9028
9029 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9030
9031         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9032         connection before call `wl-draft-send-mail-with-smtp'.
9033
9034 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9035
9036         * Version number is increased to 2.5.4.
9037
9038 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * wl.el (wl-check-environment): Additional check for
9041         'wl-local-domain' and `wl-message-id-domain'.
9042
9043 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9046         buffer as command specific.
9047         (wl-folder-mark-as-read-all-entity): Ditto.
9048         (wl-folder-prefetch-entity): Ditto.
9049         (wl-folder-drop-unsync-entity): Ditto.
9050
9051         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9052         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9053         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9054
9055         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9056         save-excursion.
9057
9058 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9059
9060         * Version number is increased to 2.5.3.
9061
9062         * wl-summary.el (wl-summary-save-view-cache):
9063         Delete duplicated `write-region';
9064         Use `write-region-as-binary' instead of `as-binary-output-file' and
9065         `write-region'.
9066
9067 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9068
9069         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9070
9071 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9072
9073         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9074         instead of `smtp-via-smtp'.
9075
9076 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9077
9078         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9079
9080 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9081
9082         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9083         instead of `smtp-sasl-user-realm'.
9084
9085 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9088
9089 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9090
9091         * Version number is increased to 2.5.2.
9092
9093 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9094
9095         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9096         does not exist.
9097         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9098         (wl-biff-start): Call `timer-activate' if timer already exists.
9099
9100         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9101         only when it is bound as function.
9102
9103 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * Version number is increased to 2.5.1.
9106
9107 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9108
9109         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9110         Print refile/copy destination.
9111
9112 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9115         queue-flush-only is non-nil.
9116
9117         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9118
9119         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9120         checking cache folder.
9121
9122 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9123
9124         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9125         `regexp-quote'.
9126
9127 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9128
9129         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9130         function.
9131         * wl-summary.el (wl-summary-write-current-folder-functions):
9132         Change default value.  Use it.
9133
9134 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * Version number is increased to 2.5.0.
9137
9138         * wl-version.el (wl-version): Changed codename.
9139
9140 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9141
9142         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9143         (wl-summary-supersedes-message): Ditto.
9144
9145 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9146
9147         * wl-refile.el (wl-refile-guess-functions): Renamed from
9148         `wl-refile-guess-func-list'.
9149
9150 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9153         Fixed problem when no rule was matched.
9154
9155 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9156
9157         * wl-summary.el (wl-summary-get-mark): Fixed
9158         `wl-summary-buffer-target-mark' check logic.
9159
9160 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9161
9162         * wl-folder.el (wl-folder-write-current-folder): Added group
9163         folder check.
9164
9165         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9166         `wl-summary-write-current-newsgroup'.
9167         (wl-summary-write-current-folder-functions): New variable.
9168         * wl-folder.el (wl-folder-get-newsgroups): New function.
9169         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9170         (wl-folder-write-current-folder): Renamed from
9171         `wl-folder-write-current-newsgroup'.
9172
9173 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9174
9175         * Version number is increased to 2.3.93.
9176
9177 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9178
9179         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9180         (wl-ldap-make-matched-value-list): Ditto.
9181         (wl-ldap-alias-safe-string): Split e-mail address.
9182
9183         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9184         petname folder default was selected.
9185         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9186         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9187
9188 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9191         to `wl-draft-config-exec'.
9192
9193         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9194         instead of calling `wl-draft-config-exec';
9195         Process group-list and show recipients in minibuffer.
9196
9197         * tm-wl.el (wl-draft-preview-message): Ditto.
9198
9199 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9200
9201         * wl.el (toplevel): Added (C) to copyright notice, and
9202         sync Author header.
9203         * tm-wl.el (toplevel): Ditto.
9204         * wl-address.el (toplevel): Ditto.
9205         * wl-demo.el (toplevel): Ditto.
9206         * wl-dnd.el (toplevel): Ditto.
9207         * wl-draft.el (toplevel): Ditto.
9208         * wl-e21.el (toplevel): Ditto.
9209         * wl-expire.el (toplevel): Ditto.
9210         * wl-folder.el (toplevel): Ditto.
9211         * wl-highlight.el (toplevel): Ditto.
9212         * wl-message.el (toplevel): Ditto.
9213         * wl-mime.el (toplevel): Ditto.
9214         * wl-mule.el (toplevel): Ditto.
9215         * wl-nemacs.el (toplevel): Ditto.
9216         * wl-refile.el (toplevel): Ditto.
9217         * wl-score.el (toplevel): Ditto.
9218         * wl-summary.el (toplevel): Ditto.
9219         * wl-template.el (toplevel): Ditto.
9220         * wl-thread.el (toplevel): Ditto.
9221         * wl-util.el (toplevel): Ditto.
9222         * wl-vars.el (toplevel): Ditto.
9223         * wl-xmas.el (toplevel): Ditto.
9224
9225 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9226
9227         * wl.el (wl-init): Added comment about `wl-init-hook'.
9228         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9229         * wl-vars.el (wl-init-hook): Added docs.
9230         (wl-make-plugged-hook): Removed useless docs.
9231         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9232         * wl-xmas.el (toplevel): Ditto.
9233
9234 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9235
9236         * wl-address.el (toplevel): Fixed multiple Author header format.
9237         * wl-demo.el (toplevel): Ditto.
9238         * wl-draft.el (toplevel): Ditto.
9239         * wl-folder.el (toplevel): Ditto.
9240         * wl-summary.el (toplevel): Ditto.
9241         * wl-thread.el (toplevel): Ditto.
9242         * wl-util.el (toplevel): Ditto.
9243         * wl-vars.el (toplevel): Ditto.
9244         * wl-version.el (toplevel): Ditto.
9245         * wl-xmas.el (toplevel): Ditto.
9246         * wl.el (toplevel): Ditto.
9247
9248         * wl-version.el (toplevel): Added require `elmo-version' for
9249         `product-version-as-string'.
9250
9251 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-vars.el (wl-draft-send-hook): Changed default value to
9254         '(wl-draft-config-exec).
9255
9256         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9257         explicitly.
9258         (wl-draft): Set `wl-draft-config-exec-flag' before running
9259         `wl-mail-setup-hook'.
9260
9261         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9262         `wl-biff-init-icons' to `wl-init-hook' instead of
9263         `wl-make-plugged-hook'.
9264         (Because if `wl-draft' command is invoked at first,
9265         they are not initialized)
9266         Updated copyright notice.
9267
9268         * wl-e21.el (toplevel): Ditto;
9269
9270         * wl-demo.el (toplevel): Updated copyright notice.
9271         * wl-address.el (toplevel): Ditto.
9272         * wl-draft.el (toplevel): Ditto.
9273         * wl-version.el (toplevel): Ditto.
9274         * wl-folder.el (toplevel): Ditto.
9275         * wl-summary.el (toplevel): Ditto.
9276         * wl-thread.el (toplevel): Ditto.
9277         * wl-util.el (toplevel): Ditto.
9278         * wl-vars.el (toplevel): Ditto.
9279         * wl.el (toplevel): Ditto.
9280
9281 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * wl-highlight.el (wl-highlight-message): Fixed problem of
9284         highlighting failure which occured when the last field contains
9285         multiple lines in the draft buffer.
9286
9287         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9288         `wl-biff-start' if plugged.
9289
9290         * wl-util.el (wl-biff-check-folder): New function.
9291         (wl-biff-check-folders): Don't set session name prefix.
9292         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9293         (wl-biff-check-folder-async): Ditto.
9294
9295         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9296         in email address.
9297
9298 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9299
9300         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9301
9302         * wl-draft.el (wl-draft-strip-subject-re): New function.
9303
9304         * wl-draft.el (wl-draft-reply): Use it.
9305
9306 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9307
9308         * wl-message.el (wl-mmelmo-message-redisplay): Use
9309         `mime-display-message' instead of `wl-mime-display-message'.
9310
9311         * wl-mime.el (toplevel): Removed compatibility workaround
9312         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9313         (wl-mime-display-message): Abolished.
9314         (wl-mime-entity-read-field): Ditto.
9315         (wl-mime-combine-message/partial-pieces): Use
9316         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9317
9318 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9319
9320         * wl-template.el: Doc fixes.
9321
9322 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9323
9324         * wl-e21.el (wl-message-overload-functions): Do nothing if
9325         `current-local-map' is not available.
9326         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9327
9328 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9329
9330         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9331         representation.
9332
9333         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9334         number.
9335         (wl-fldmgr-save-folders): Don't use `format' when insert
9336         `wl-fldmgr-folders-header'.
9337
9338 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9339
9340         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9341
9342 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9343
9344         * wl-highlight.el (wl-highlight-message):
9345         Use `std11-field-end' to detect end point of the header field.
9346         Refer `wl-highlight-max-header-size'.
9347
9348         * wl-vars.el (wl-highlight-max-header-size): New variable.
9349
9350         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9351
9352         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9353         Set `for-draft' argument of wl-highlight-headers.
9354         (wl-draft): Ditto.
9355         (wl-draft-reedit): Ditto.
9356         (wl-user-agent-compose-internal): Ditto.
9357
9358 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9359
9360         * wl-message.el (wl-message-add-button): Use overlay.
9361
9362 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9363
9364         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9365
9366         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9367         problem when group-list content is nothing.
9368         (Reported by Mito <mit@nines.nec.co.jp>)
9369
9370 2000-10-18  SAITO Atsunori <sai@yedo.com>
9371
9372         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9373
9374 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9375
9376         * tm-wl.el (toplevel): Use product-provide.
9377
9378 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * Version number is increased to 2.3.92.
9381
9382 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9383
9384         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9385         title text, use `display' property for left margin under Emacs 21.
9386
9387         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9388         properties.
9389         (wl-plugged-init-icons): Ditto.
9390
9391 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9392
9393         * wl.el (wl-save-status, wl-init): Remove last period in
9394         "...done." message.
9395         * tm-wl.el (wl-summary-burst): Ditto.
9396         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9397         wl-summary-resume-cache-status,
9398         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9399         wl-summary-sync-update3, wl-summary-highlight-msgs,
9400         wl-summary-flush-pending-append-operations,
9401         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9402         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9403         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9404         wl-thread-open-all): Ditto.
9405         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9406         * wl-mime.el (wl-summary-burst): Ditto.
9407         * wl-highlight.el (wl-highlight-summary): Ditto.
9408         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9409         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9410         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9411         * wl-address.el (wl-local-address-init): Ditto.
9412
9413 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9414
9415         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9416         `add-text-properties'.
9417         (wl-plugged-init-icons): Ditto.
9418         (wl-folder-init-icons): Use `propertize' instead of
9419         `put-text-property'.
9420         (wl-plugged-set-folder-icon): Ditto.
9421         (wl-e21-highlight-folder-group-line): Ditto.
9422
9423 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9424
9425         * wl-version.el (wl-version-status-alist): New variable.
9426         (wl-version-status): New function.
9427
9428         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9429         "Cc" part of the case "Reply-To".
9430
9431         * wl-draft.el (wl-draft-reply): Use result of
9432         `eword-extract-address-components'.
9433
9434         * wl-demo.el (wl-demo-icon-name): New constant.
9435         (wl-logo-xpm): Use it.
9436         (wl-logo-xbm): Ditto.
9437         (wl-logo-bitmap): Ditto.
9438
9439         * Version number is increased to 2.3.91.
9440
9441 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9442
9443         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9444         (wl-extended-emacs-version, wl-extended-emacs-version2,
9445         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9446         docstring.
9447
9448         * wl-version.el (wl-generate-user-agent-string-1): New function.
9449         (wl-generate-user-agent-string): Use it.
9450
9451         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9452         `mime-edit-insert-user-agent-field'.
9453         (wl-generate-user-agent-string): Check
9454         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9455
9456         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9457         instead of `if', when verbose case.
9458
9459 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9460
9461         * wl-expire.el (wl-summary-expire): Fix.
9462
9463 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9464
9465         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9466         and `elmo-lost+found-folder' if 'wl-draft.
9467         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9468
9469 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9470
9471         * wl-expire.el (wl-summary-expire): Change messages.
9472         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9473         `deleing-info' instead of "Deleting..."
9474
9475 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9476
9477         * wl-summary.el (wl-summary-refile-subr): Fix.
9478
9479 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9480
9481         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9482         if pipe folder.
9483
9484 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9485
9486         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9487
9488 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9489
9490         * wl-expire.el (wl-expire-hide): New function.
9491         (wl-summary-expire): Add `hide'.
9492
9493 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9494
9495         * wl-vars.el (wl-draft-reply-without-argument-list):
9496         Changed default value to consider `Reply-To:'.
9497         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9498
9499         * Version number is increased to 2.3.90.
9500
9501         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9502         elmo-imap4-get-session with unwind-protect.
9503         Don't cause error.
9504         (wl-summary-sync-marks): Don't check plugged nor folder type.
9505         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9506         (Always keep current buffer).
9507
9508 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9509
9510         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9511         Enclose with `save-excursion'.
9512
9513 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9514
9515         * wl-version.el (wl-version): Remove interactive.
9516
9517 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9518
9519         * wl-version.el (wl-generate-user-agent-string): Use
9520         `product-string-verbose' instead of `product-string-1'.
9521
9522 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9523
9524         * wl-vars.el (wl-draft-use-cache): New variable.
9525         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9526         if wl-draft-use-cache is non-nil.
9527
9528 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9529
9530         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9531         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9532
9533 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9534
9535         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9536         (wl-thread-msg-mark-as-unread): Ditto.
9537
9538         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9539         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9540         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9541         Don't set mark in summary if return value of `elmo-mark-as-read'
9542         is nil.
9543         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9544         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9545         instead of `wl-thread-msg-mark-as-read'.
9546         (wl-summary-mark-as-unread-region): Ditto.
9547         (wl-summary-target-mark-mark-as-read): Ditto.
9548
9549         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9550
9551 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9554
9555         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9556
9557 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9558
9559         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9560         face.
9561
9562 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9563
9564         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9565         `running-xemacs'.
9566
9567 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9568
9569         * wl-version.el (toplevel): Use `product-version-as-string' for
9570         set verstion-string, if defined.
9571
9572         * wl-version.el (wl-version-show): Insert string at point, when
9573         call with argument.
9574
9575         * wl-version.el (wl-generate-user-agent-string): Use
9576         `product-string-1' instead of `wl-appname', `wl-version' and
9577         `wl-codename'.
9578
9579 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9580
9581         * wl-address.el (toplevel): Use product-provide.
9582         * wl-demo.el (toplevel): Ditto.
9583         * wl-dnd.el (toplevel): Ditto.
9584         * wl-draft.el (toplevel): Ditto.
9585         * wl-e21.el (toplevel): Ditto.
9586         * wl-expire.el (toplevel): Ditto.
9587         * wl-fldmgr.el (toplevel): Ditto.
9588         * wl-folder.el (toplevel): Ditto.
9589         * wl-highlight.el (toplevel): Ditto.
9590         * wl-message.el (toplevel): Ditto.
9591         * wl-mime.el (toplevel): Ditto.
9592         * wl-mule.el (toplevel): Ditto.
9593         * wl-nemacs.el (toplevel): Ditto.
9594         * wl-refile.el (toplevel): Ditto.
9595         * wl-score.el (toplevel): Ditto.
9596         * wl-summary.el (toplevel): Ditto.
9597         * wl-template.el (toplevel): Ditto.
9598         * wl-thread.el (toplevel): Ditto.
9599         * wl-util.el (toplevel): Ditto.
9600         * wl-vars.el (toplevel): Ditto.
9601         * wl-xmas.el (toplevel): Ditto.
9602         * wl.el (toplevel): Ditto.
9603
9604 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9605
9606         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9607         instead of product.
9608
9609         * wl-version.el (wl-version): Compile time evalution elmo-version.
9610
9611 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9612
9613         * wl-summary.el (wl-summary-sync-force-update): Append queue
9614         `mark-as-read'if unplugged.
9615
9616 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9617
9618         * wl-version.el: New file.  Use product.el.
9619         * wl.el: add (require 'wl-version).
9620         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9621         for ~/.folders header.
9622         (wl-fldmgr-folders-header): Changed.
9623         * wl-demo.el (wl-demo): Use product.el.
9624
9625         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9626         wl-version.el.
9627         * wl-util.el (wl-version, wl-version-show): Ditto.
9628
9629         * wl-util.el (wl-generate-user-agent-string,
9630         wl-extended-emacs-version, wl-extended-emacs-version2,
9631         wl-extended-emacs-version3): Move to wl-version.el.
9632         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9633         xemacs-codename, mime-edit-insert-user-agent-field,
9634         mime-edit-user-agent-value, mime-editor/version,
9635         mime-editor/codename): Compile warning killer move to
9636         wl-version.el
9637
9638 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9639
9640         * wl-summary.el (wl-summary-refile-subr): Fix.
9641
9642 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9645         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9646
9647 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9648
9649         * wl.el (wl-check-environment): Check too many `@'.
9650
9651 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9652
9653         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9654
9655 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9656
9657         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9658         wl-draft-reply-myself-without-argument-list): Add variables.
9659         * wl-draft.el (wl-draft-reply): Use it.
9660
9661 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9662
9663         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9664         the 5th argument of `elmo-network-get-spec'.
9665
9666         * wl-thread.el (wl-thread-reparent-children): New inline function.
9667         (wl-thread-delete-message): Use it.
9668
9669         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9670         (wl-summary-score-update-all-lines): Don't use `dolist'.
9671
9672 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9673
9674         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9675         (require 'elmo-msgdb) for inline function.
9676
9677 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9678
9679         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9680
9681 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9682
9683         * wl-score.el (wl-score-headers): Fix for the confusing macro
9684         `elmo-kill-buffer'.
9685
9686 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9687
9688         * wl-summary.el: Don't use the 3rd argument of `require' because
9689         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9690         * wl-util.el: Ditto.
9691         * wl-draft.el: Ditto.
9692
9693 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9694
9695         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9696         window system is not used.
9697
9698 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9699
9700         * wl-thread.el: Don't use `mapcar' only for iteration.
9701         (wl-thread-resume-entity): Ditto.
9702         (wl-thread-delete-message): Ditto.
9703
9704         * wl-summary.el: Bind `dragdrop-drop-functions',
9705         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9706         of `require' for `timezone', `easymenu' and `ps-print';
9707         don't use `mapcar' only for iteration.
9708
9709         * wl-util.el: Bind `mule-version', `nemacs-version',
9710         `emacs-beta-version', `xemacs-codename',
9711         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9712         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9713         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9714         only for iteration.
9715
9716         * wl-score.el: Don't use `mapcar' only for iteration.
9717         (wl-score-simplify-buffer-fuzzy): Ditto.
9718         (wl-score-simplify-subject): Ditto.
9719         (wl-score-headers): Ditto.
9720         (wl-summary-score-update-all-lines): Ditto.
9721
9722         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9723         `enable-multibyte-characters' and `mule-version'.
9724
9725         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9726         `mapcar' only for iteration.
9727
9728         * wl-demo.el: Don't use `mapcar' only for iteration.
9729
9730         * wl-folder.el: Don't use `mapcar' only for iteration.
9731         (wl-folder-open-all): Ditto.
9732         (wl-folder-count-incorporates): Ditto.
9733
9734         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9735         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9736
9737         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9738         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9739         `smtp-connection-type'; specify 3rd argument of `require' for
9740         `timezone'; don't use `mapcar' only for iteration.
9741         (wl-draft-clone-local-variables): Don't use `mapcar'.
9742         (wl-draft-generate-clone-buffer): Ditto.
9743         (wl-user-agent-compose-internal): Ditto.
9744
9745         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9746
9747         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9748         (wl-save-status): Ditto.
9749
9750         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9751         for iteration.
9752
9753 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9754
9755         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9756         removed `Date'.
9757         (wl-fldmgr-make-filter-default): New user option.
9758
9759         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9760         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9761         (wl-fldmgr-filter-completion-alist): Abolish.
9762
9763         * wl.el (wl): Don't check servers if arg is non-nil.
9764
9765         * wl-draft.el (wl-draft-reply): Set only message-id string to
9766         In-Reply-To field.
9767
9768 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9769
9770         * wl-summary.el (wl-summary-pick): Rewrite.
9771
9772         * wl-draft.el (wl-draft-forward): Get references field from
9773         original buffer.
9774         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9775
9776 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9777
9778         * wl-draft.el (wl-draft-forward): Add references field.
9779
9780 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9781
9782         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9783         (wl-draft-reply): Use it.
9784
9785 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9786
9787         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9788         when Emacs 21 is running.
9789
9790         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9791         bindings.
9792
9793 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9794
9795         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9796         XPM icons transparent.
9797
9798         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9799         Emacs 21.
9800
9801 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9802
9803         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9804         nil.
9805
9806         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9807         when it is persistent.
9808         (wl-summary-sync-marks): Changed argument for
9809         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9810         (wl-summary-virtual): Use `elmo-read-search-condition'.
9811         (wl-summary-redisplay-internal): If folder is local, mark as read
9812         even when folder is plugged.
9813
9814 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9815
9816         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9817         of `tool-bar-lines' in the frame parameters.
9818         (after-make-frame-functions, post-command-hook): Don't modify the
9819         value.
9820         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9821         wl-e21-tool-bar-lines): Removed.
9822
9823 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9824
9825         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9826         properties `evaporate' and `wl-momentary-overlay' as well.
9827         (wl-highlight-summary-displaying): Ditto.
9828         (wl-delete-all-overlays): Don't delete overlay which does not have
9829         a property `wl-momentary-overlay'.
9830
9831         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9832         `display-mouse-p' and `display-graphic-p'.
9833         (wl-folder-init-icons): Don't search for XBM or the other files.
9834         (wl-plugged-set-folder-icon): Make icons if and only if
9835         `display-graphic-p' returns non-nil.
9836         (wl-highlight-plugged-current-line): Use `before-string' overlay
9837         property to show icon images.
9838         (wl-highlight-folder-current-line): Ditto.
9839         (wl-e21-highlight-folder-group-line): Ditto.
9840         (wl-e21-highlight-folder-by-numbers): Ditto.
9841         (wl-e21-insert-image): Removed.
9842         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9843         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9844         said.
9845         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9846         `wl-e21-force-switch-toolbar'.
9847         (wl-e21-make-icon-image): Removed.
9848         (wl-e21-setup-toolbar): Don't search for XBM files.
9849         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9850         the default value.
9851
9852 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9853
9854         * wl-util.el (wl-biff-check-folder-async): Set
9855         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9856
9857 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9858
9859         * wl-e21.el (after-make-frame-functions): Add
9860         `wl-e21-force-switch-toolbar'.
9861         (wl-e21-force-switch-toolbar): New function force to switch the
9862         toolbar appearance automatically.
9863         (post-command-hook): Add `wl-e21-switch-toolbar'.
9864         (wl-e21-switch-toolbar): New function to switch the toolbar
9865         appearance automatically.
9866         (wl-e21-tool-bar-lines): New buffer local variable.
9867
9868 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9869
9870         * wl-util.el (wl-biff-check-folders-running): New variable.
9871         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9872         (wl-biff-check-folder-async-callback):
9873         Set `wl-biff-check-folders-running'.
9874         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9875         with unwind-protect.
9876
9877         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9878         Enclose `wl-folder-auto-check' with unwind-protect.
9879
9880         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9881         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9882
9883         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9884
9885         * wl-util.el (wl-biff-notify): New inline function.
9886         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9887         locally.
9888         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9889         folder-list' is 1.
9890         Use `wl-biff-notify'.
9891         (wl-biff-check-folder-async-callback): New function.
9892         (wl-biff-check-folder-async): Ditto.
9893
9894         * wl-folder.el (wl-folder): Don't check folders.
9895         (wl-folder-auto-check): New function.
9896
9897 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9898
9899         * wl-util.el (wl-biff-start) [Emacs19+]:
9900         Use `timer-next-integral-multiple-of-time'.
9901         (wl-biff-check-folders): Use `wl-default-folder'
9902         if `wl-biff-check-folder-list' is nil.
9903
9904 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9905
9906         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9907         instead of `elmo-delete-lists'.
9908
9909 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9910
9911         * wl.el (wl-plugged-toggle-all): Set the value of
9912         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9913         (wl-plugged-toggle): Ditto.
9914         (wl-toggle-plugged): Ditto.
9915         (wl-plugged-init): Ditto.
9916
9917         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9918         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9919         instead of `wl-biff-state-indicator-off' and
9920         `wl-biff-state-indicator-on'; don't modify the value and the type
9921         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9922         (wl-plugged-init-icons): Set icons data to
9923         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9924         instead of `wl-plug-state-indicator-off' and
9925         `wl-plug-state-indicator-on'; don't modify the value and the type
9926         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9927
9928         * wl-vars.el (wl-modeline-biff-state-off,
9929         wl-modeline-biff-state-on, wl-modeline-biff-status,
9930         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9931         wl-modeline-plug-status): New internal variables.
9932         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9933         wl-biff-check-interval, wl-biff-check-folder-list): Change
9934         customization group from `wl-folder' to `wl-highlight'.
9935         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9936         wl-show-plug-status-on-modeline): Defcustomized.
9937
9938         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9939         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9940         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9941         a flag to `mode-line-buffer-identification'.
9942
9943         * wl-e21.el (wl-biff-init-icons): Set icons data to
9944         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9945         instead of `wl-biff-state-indicator-off' and
9946         `wl-biff-state-indicator-on'.
9947         (wl-plugged-init-icons): Set icons data to
9948         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9949         instead of `wl-plug-state-indicator-off' and
9950         `wl-plug-state-indicator-on'.
9951
9952 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9953
9954         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9955         excessive titles.
9956
9957 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9958
9959         * wl.el (wl-plugged-mode): Use revised
9960         `wl-mode-line-buffer-identification'.
9961         (wl-plugged-init): Don't use `force-mode-line-update'.
9962
9963         * wl-xmas.el (wl-draft-overload-functions): Use revised
9964         `wl-mode-line-buffer-identification'.
9965         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9966         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9967         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9968         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9969         `wl-make-plugged-hook';
9970         add `wl-folder-init-icons' and `wl-setup-folder' to
9971         `wl-folder-mode-hook'.
9972
9973         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9974         19 as well.
9975         (wl-mode-line-display-priority-list): New user option.
9976         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9977         Defcustomized.
9978         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9979         Add docs.
9980
9981         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9982         start.
9983         (wl-mode-line-buffer-identification): Revised as a function.
9984
9985         * wl-summary.el (wl-summary-mode): Use revised
9986         `wl-mode-line-buffer-identification'; don't call
9987         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9988         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9989         `wl-xmas-setup-summary'.
9990
9991         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9992         `wl-mode-line-buffer-identification'.
9993
9994         * wl-mule.el (wl-draft-overload-functions): Use revised
9995         `wl-mode-line-buffer-identification'.
9996
9997         * wl-folder.el (wl-make-plugged-alist): Don't call
9998         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9999         (wl-folder): Don't call `wl-folder-init-icons' directly.
10000         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10001         `wl-xmas-setup-folder' directly;
10002         use revised `wl-mode-line-buffer-identification'.
10003         (TopLevel): Don't bind `wl-biff-init-icons',
10004         `wl-plugged-init-icons', `wl-folder-init-icons',
10005         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10006
10007         * wl-e21.el (wl-draft-overload-functions): Use revised
10008         `wl-mode-line-buffer-identification'.
10009         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10010         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10011         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10012         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10013         `wl-make-plugged-hook';
10014         add `wl-folder-init-icons' and `wl-setup-folder' to
10015         `wl-folder-mode-hook'.
10016
10017 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10018             Katsumi Yamaoka    <yamaoka@jpl.org>
10019
10020         * wl.el (wl): Call `wl-biff-start'.
10021         (wl-exit): Call `wl-biff-stop'.
10022         (wl-plugged-mode): Show biff in modeline.
10023         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10024
10025         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10026         (wl-biff-init-icons): New function.
10027         (wl-plugged-init-icons): Don't make too much keymaps.
10028         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10029
10030         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10031         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10032         variables.
10033         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10034         options.
10035
10036         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10037         wl-biff-start, wl-biff-stop): New functions.
10038         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10039         (wl-biff-timer-name): New variable.
10040
10041         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10042
10043         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10044         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10045
10046         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10047         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10048
10049         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10050         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10051         `wl-folder-init-icons' to `ignore' if they are not available.
10052         (wl-folder-mode): Show biff in modeline.
10053
10054         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10055         (wl-biff-init-icons): New function.
10056         (wl-plugged-init-icons): Don't make too much keymaps.
10057         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10058
10059 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10060
10061         * wl-vars.el (wl-strict-diff-folders): Customization Type
10062         and doc fix.  Define as a list of regular expressions for
10063         folders or nil.
10064         * wl-folder.el (wl-folder-check-one-entity): Use
10065         `wl-string-match-member' instead of `wl-string-member' for
10066         `wl-strict-diff-folders'.
10067
10068 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10069
10070         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10071         (wl-highlight-folder-current-line): Use it; new implementation.
10072         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10073         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10074         `defsubst' instead of `defun'.
10075
10076         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10077         `wl-highlight-group-folder-by-numbers'; made it can also be a
10078         number.  See info for more details.
10079
10080         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10081         running.
10082
10083         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10084         to bind them.
10085
10086         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10087         (wl-highlight-folder-current-line): New implementation.
10088
10089         * wl-highlight.el (wl-highlight-folder-group-line): New
10090         implementation.
10091         (wl-delete-all-overlays): Rewrite as a marco.
10092         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10093
10094         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10095         running.
10096         (wl-folder-*-glyph): No need to bind them.
10097
10098         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10099         `wl-e21-highlight-folder-group-icon'; rewrite.
10100         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10101         `defsubst' instead of `defun'.
10102         (wl-folder-mode-map): Bind it when compiling.
10103
10104 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10107
10108         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10109
10110 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10111
10112         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10113
10114 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10115
10116         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10117         (wl-highlight-folder-current-line): Use it.
10118
10119         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10120         in `id-name'.
10121
10122 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10123
10124         * wl.el: Require `wl-e21' when Emacs 21 is running.
10125
10126         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10127         default when Emacs 21 is running.
10128         (wl-use-highlight-mouse-line): Ditto.
10129         (wl-on-emacs21): New constant.
10130         (wl-on-emacs20): Removed.
10131
10132         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10133         Emacs 21 is running.
10134
10135         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10136         Emacs 21 is running.
10137
10138         * wl-e21.el: New file.
10139
10140 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10141
10142         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10143         (wl-toggle-plugged): Ditto.
10144         (wl-plugged-toggle): Ditto.
10145         (wl-plugged-toggle-all): Ditto.
10146
10147         * wl-vars.el (wl-plug-state-indicator): Refer
10148         `wl-plug-state-indicator-on' indirectly.
10149
10150 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10151
10152         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10153         Call `wl-folder-confirm-existence'.
10154
10155         * wl-folder.el (wl-folder-confirm-existence): Added optional
10156         argument `force'.
10157
10158 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10159
10160         * wl-summary.el (wl-summary-refile-subr): Assume
10161         `copy-or-refile' as symbol.
10162         (wl-summary-refile): Follow up above change.
10163         (wl-summary-copy): Ditto.  Doc fix.
10164
10165 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10166
10167         * wl-summary.el (wl-summary-pick): Don't bind
10168         `elmo-search-mime-charset'.
10169
10170         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10171         default using old backquote style.
10172         (wl-search-mime-charset): Abolished.
10173
10174         * wl-highlight.el (wl-highlight-headers):
10175         Call `point' after `re-search-forward'(for Nemacs).
10176
10177         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10178         for elmo-imap4.el.
10179
10180 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10181
10182         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10183         `wl-message-ignored-field-list' instead of
10184         `mime-view-ignored-field-list'.
10185
10186         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10187         Add interactive spec.
10188         (wl-folder-goto-bottom-of-current-folder): Ditto.
10189         (wl-folder-mode-map): Bind them.
10190
10191         * wl-vars.el (wl-message-ignored-field-list): New variable.
10192         (wl-message-visible-field-list): New variable.
10193
10194         * wl-mime.el (wl-mime-header-presentation-method): New function.
10195         (wl-mime-setup): Set header-presentation-method.
10196
10197 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10198
10199         * wl-nemacs.el (wl-draft-overload-functions): Set
10200         `mode-line-buffer-identification' instead of using
10201         `wl-make-modeline'.
10202
10203         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10204         instead of using `wl-make-modeline'.
10205
10206         * wl-xmas.el (wl-plugged-init-icons): Set up
10207         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10208         (wl-make-modeline): Abolish.
10209         (wl-draft-overload-functions): Set
10210         `mode-line-buffer-identification' instead of using
10211         `wl-make-modeline'.
10212
10213         * wl-util.el (wl-make-modeline-subr): Abolish.
10214         (wl-mode-line-buffer-identification): New alias.
10215
10216         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10217         (wl-summary-make-modeline): Abolish.
10218         (wl-summary-buffer-set-folder): Set
10219         `wl-summary-buffer-folder-indicator'.
10220         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10221         of using `wl-make-modeline'.
10222         (wl-summary-switch-to-clone-buffer): Don't set
10223         `mode-line-buffer-identification'.
10224         (wl-summary-goto-folder-subr): Ditto.
10225
10226         * wl-mule.el (wl-draft-overload-functions): Set
10227         `mode-line-buffer-identification' instead of using
10228         `wl-make-modeline'.
10229
10230         * wl-folder.el (wl-folder-mode): Set
10231         `mode-line-buffer-identification' instead of using
10232         `wl-make-modeline'.
10233         (wl-folder): Don't set `mode-line-buffer-identification'.
10234
10235 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10236
10237         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10238         instead of `member' for `wl-refile-guess-func-list' look-ups.
10239         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10240
10241 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10242
10243         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10244         `wl-message-button-dispatcher'.
10245
10246         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10247
10248         * wl-message.el (wl-message-button-dispatcher): Use it.
10249
10250         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10251         "In-Reply-To".
10252
10253         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10254         Bind `case-fold-search' to t.
10255
10256 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10257
10258         * wl-xmas.el (wl-message-overload-functions): Initialize
10259         `wl-message-button-map'.
10260
10261         * wl-mule.el (wl-message-overload-functions): Initialize
10262         `wl-message-button-map'.
10263
10264         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10265
10266         * wl-message.el (wl-message-button-map): New keymap.
10267         (wl-message-add-button): New function.
10268         (wl-message-button-dispatcher): New function.
10269         (wl-message-button-refer-article): New function.
10270
10271         * wl-highlight.el
10272         (wl-highlight-message-add-buttons-to-header): New function.
10273         (wl-highlight-headers): Use it.
10274
10275 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10276
10277         * wl-summary.el (wl-summary-default-from): Use
10278         `wl-address-get-petname-1'.
10279         (wl-summary-simple-from): Ditto.
10280
10281         * wl-address.el (wl-address-get-petname-1): New inline function.
10282         (wl-address-get-petname): Use it.
10283
10284 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10285
10286         * wl-summary.el (wl-summary-default-from): Return full-name part
10287         from the address if no petname was found.
10288         (wl-summary-simple-from): Ditto.
10289
10290         * wl-address.el (wl-address-get-petname): Return nil if no petname
10291         associated with the address was found.
10292
10293 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10294
10295         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10296         display is finished.
10297
10298 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10299
10300         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10301         `elmo-folder-exists-p' argument.
10302
10303 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10304
10305         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10306         the folder.
10307
10308 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10309
10310         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10311
10312         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10313         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10314
10315 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10316
10317         * wl-folder.el (wl-folder-create-subr): New function.
10318         (wl-folder-confirm-existence): Use it.
10319         (wl-folder-check-one-entity): Use it.
10320         Check the error symbol is derived from 'elmo-open-error.
10321
10322         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10323         `ignore-error'.
10324
10325 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10326
10327         * wl-util.el (toplevel): Add (eval-when-compile (require
10328         'elmo-util)).  (Maybe `provide' is typo.)
10329
10330 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10331
10332         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10333         (I don't know why this was needed.)
10334
10335         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10336         Follow up changes for stream-type.
10337
10338         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10339         (wl-draft-elmo-nntp-send): Ditto.
10340
10341         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10342         (wl-nntp-posting-stream-type): Ditto.
10343         (wl-pop-before-smtp-ssl): Abolished.
10344         (wl-nntp-posting-ssl): Ditto.
10345
10346         * wl-address.el (wl-address-quote-specials): New function.
10347         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10348
10349         * wl-draft.el (wl-draft-reply): Ditto.
10350
10351 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10352
10353         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10354         use function `wl-string-match-assoc'.
10355
10356 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10357
10358         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10359
10360         * wl-draft.el (wl-draft-deduce-address-list): New function.
10361         (wl-draft-parse-mailbox-list): Ditto.
10362         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10363         instead of `smtp-deduce-address-list'.
10364         (wl-draft-on-field-p): Follow group list.
10365
10366         * wl-address.el (wl-address-concat-token): New function.
10367         (wl-address-string-without-group-list-contents): Ditto.
10368         (wl-complete-field-body): Fixed problem of completion
10369         by japanese petname.
10370         (wl-address-make-completion-list): Rewrite.
10371
10372 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10373
10374         * wl-address.el (wl-address-make-completion-list): Completion by
10375         petname.
10376         (wl-complete-field-body): Likewise.
10377
10378 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10381         contains invalid address syntax.
10382
10383 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10384
10385         * wl-folder.el (wl-folder-check-entity-async): Use
10386         `elmo-nntp-spec-hostname'.
10387
10388 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10389
10390         * wl-summary.el (wl-summary-msgdb-load-async): Use
10391         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10392
10393 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10394
10395         * wl-draft.el (wl-draft-reply): Set argument
10396         `content-transfer-encoding' as nil.
10397
10398 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10399
10400         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10401         `wl-refile-alist'.
10402
10403 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10404
10405         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10406         (wl-draft-edit-string): Ditto.
10407         (wl-draft-forward): Ditto.
10408         * wl-summary.el (wl-summary-write): Ditto.
10409
10410 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10411
10412         * wl-summary.el (wl-summary-sync-update3): Call
10413         `wl-summary-buffer-number-column-detect'.
10414         (wl-summary-buffer-number-column-detect): Search from point-min.
10415
10416 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10417
10418         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10419         contains an address which is not included in original to or cc.
10420
10421 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10422
10423         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10424         begin-line does not exist.
10425         * wl-message.el (wl-message-uu-substring): Ditto.
10426
10427 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10428
10429         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10430         clear local variables.
10431         (wl-summary-exit): Call `elmo-commit'.
10432         (wl-summary-switch-to-clone-buffer): Call
10433         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10434         (wl-summary-goto-folder-subr): Ditto.
10435
10436         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10437         POP folder.
10438
10439 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10440
10441         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10442         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10443         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10444         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10445         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10446         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10447
10448         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10449
10450 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10451
10452         * wl-summary.el (wl-summary-search-by-subject):
10453         Search parent message from the latest one.
10454
10455 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10456
10457         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10458         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10459
10460         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10461         New user option.
10462
10463         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10464         if elmo-nntp-use-killed-list is nil.
10465         Use `elmo-msgdb-append-to-killed-list'.
10466         (Append numbers confirmed as disappeared to the killed list.)
10467         (wl-summary-confirm-appends): Don't display negative number.
10468
10469 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10470
10471         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10472
10473 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10474
10475         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10476         range is `all'.
10477         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10478         `elmo-list-bigger-diff'.
10479
10480 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10481
10482         * wl-summary.el (wl-summary-buffer-exit-func):
10483         New buffer local variable.
10484         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10485
10486 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10487
10488         * wl-demo.el (wl-demo): Fix the last change.
10489
10490 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10491
10492         * wl-demo.el (wl-demo): Don't use `eval'.
10493
10494 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10495
10496         * wl-summary.el (wl-summary-buffer-thread-modified):
10497         New buffer-local variable.
10498         (wl-summary-set-thread-modified): New function.
10499         (wl-summary-thread-modified-p): New function.
10500         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10501         (wl-summary-yank-saved-message): Use function
10502         `wl-summary-set-thread-modified'
10503         (wl-summary-switch-to-clone-buffer): Add
10504         `wl-summary-buffer-thread-modified'.
10505
10506         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10507         (wl-summary-buffer-mark-saved-hook): Ditto.
10508         * wl-summary.el (wl-summary-msgdb-save): New hook
10509         `wl-summary-buffer-message-saved-hook' and
10510         `wl-summary-buffer-mark-saved-hook'.
10511
10512 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10513
10514         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10515
10516 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10517
10518         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10519         don't hide scroll bars under FSF Emacsen because it may incur an
10520         undesirable redrawing.
10521
10522 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10523
10524         * wl-draft.el (wl-draft-edit-string): Call
10525         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10526
10527 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10528
10529         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10530
10531 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10532
10533         * wl-summary.el (wl-summary-msgdb-load-async): Call
10534         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10535
10536 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10537
10538         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10539         fringes in demo buffer; center bitmap logo correctly even if old
10540         Mule is used.
10541
10542 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10543
10544         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10545
10546         * wl-refile.el (wl-refile-subject-alist): New variable.
10547         (wl-refile-subject-alist-file-name): Ditto.
10548         (wl-refile-alist-setup): Rewrite.
10549         (wl-refile-alist-save): Use `elmo-object-save'.
10550         Eliminated arguments.
10551         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10552         (wl-refile-guess-by-subject): New function.
10553         (wl-refile-guess-func-list): Added it.
10554
10555 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10556
10557         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10558         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10559
10560 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10561
10562         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10563         New buffer-local variable.
10564         (wl-summary-buffer-next-folder-func): Ditto.
10565         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10566         if non-nil.
10567         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10568         if non-nil.
10569         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10570         if non-nil.
10571         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10572         if non-nil.
10573
10574 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10575
10576         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10577         permanently in the demo buffer.
10578
10579 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10580
10581         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10582         `mime-entity-fetch-field'.
10583
10584         * wl.el (wl-exit): Delete plugged buffer.
10585
10586         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10587         XEmacs has menubar feature.
10588
10589 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10590
10591         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10592         cannot arrive at the beginning of the buffer under old Emacsen.
10593
10594 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10595
10596         * wl-address.el (wl-address-ldap-search):
10597         Call `ldap-search-entries' with `withdn' argument t.
10598         (wl-complete-field-body): Bind completion-ignore-case as t.
10599         Clear ldap search hash when it was sole completion.
10600         Use elmo-string for pattern string.
10601         (wl-ldap-alias-safe-string): Eliminated needless let.
10602
10603 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10604
10605         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10606         (wl-ldap-alias-sep): New constant.
10607         (wl-ldap-search-attribute-type-list): Ditto.
10608         (wl-ldap-get-value): New function.
10609         (wl-ldap-make-filter): Ditto.
10610         (wl-ldap-make-matched-value-list): Ditto.
10611         (wl-ldap-alias-safe-string): Ditto.
10612         (wl-ldap-register-dn-string): Ditto.
10613         (wl-address-ldap-search): Rewrite.
10614
10615 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10616
10617         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10618         thread is deleted.
10619         (wl-thread-delete-line-from-buffer): Ditto.
10620         (wl-thread-get-exist-children): New function.
10621
10622 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10623
10624         * wl-demo.el (wl-demo): Made it to select various image types.
10625         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10626         from `wl-title-logo'.
10627         (wl-logo-ascii): New variable.
10628         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10629         (wl-demo-copyright-notice): New constant.
10630
10631         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10632
10633 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10634
10635         * wl-vars.el (wl-summary-target-above): Renamed from
10636         wl-summary-temp-above.
10637         * wl-score.el (wl-score-get-score-alist): Use it.
10638         (wl-summary-score-update-all-lines): Use it.
10639         * wl-summary.el: Ditto. (make-variable-buffer-local).
10640
10641 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10642
10643         * wl-vars.el (wl-ldap-port): New user option.
10644
10645         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10646         Rewite whole implementation.
10647         (wl-complete-field-body): Fixed.
10648
10649 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10650
10651         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10652         Choose implementation at compile time.
10653
10654 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10655
10656         * wl-address.el (wl-ldap-search-internal): New function.
10657         (wl-complete-field-to): Use it.
10658
10659 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10660
10661         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10662         Use `let' instead of `let*'.
10663         Require 'wl-vars.
10664
10665         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10666         Define as defcustom.
10667         (wl-ldap-base): Ditto.
10668         (wl-use-ldap): Ditto.
10669
10670 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10671
10672         * wl-address.el (wl-ldap-search): New function.
10673         (wl-complete-field-body): Use `wl-ldap-search'.
10674         (wl-ldap-server): New variable.
10675         (wl-ldap-base): Ditto.
10676         (wl-use-ldap): Ditto.
10677
10678 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10679
10680         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10681         (Pointed out by Mito <mit@nines.nec.co.jp>).
10682         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10683         buffer-local variables like `wl-summary-redisplay-internal'.
10684         (wl-summary-redisplay-all-header): Likewise.  Update
10685         Summary view too.
10686
10687 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-summary.el (wl-summary-jump-to-parent-message):
10690         Consider prefix argument.
10691
10692         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10693         when closed thread is deleted.
10694
10695 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10696
10697         * wl-summary.el (wl-summary-jump-to-parent-message):
10698         Consider thread modification.
10699
10700 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10701
10702         * wl-message.el (wl-message-normal-get-original-buffer): Use
10703         `save-excursion'.
10704
10705         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10706         (wl-summary-showto-folder-regexp): Ditto.
10707
10708 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10709
10710         * wl-util.el (wl-delete-alist): Doc fix.
10711         (wl-delete-associations): New function.
10712         (wl-inverse-alist): New function.
10713         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10714         Split temporary variables. Use `wl-delete-associations'
10715         and `wl-inverse-alist'.
10716         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10717
10718 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10719
10720         * wl-folder.el (wl-folder-prefetch-entity):
10721         Execute prefetching if new count is unknown.
10722
10723 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10724
10725         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10726
10727         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10728         delete entity.
10729         (wl-thread-set-parent): If insert as top, set linked as nil.
10730
10731         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10732         `wl-thread-cleanup-symbols' when view mode is thread.
10733
10734 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10735
10736         * wl-folder.el (wl-folder-create-folder-entity): Use
10737         with-current-buffer.
10738         (wl-local-folder-init): Call set-buffer to make sure we are in
10739         the Folder buffer. Don't touch buffer-local variables here.
10740         (wl-folder-mode): Initialize buffer-local variables here.
10741
10742         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10743         (wl-folder-entity-assign-id): Ditto.
10744         (wl-folder-create-entity-hashtb): Ditto.
10745         (wl-local-folder-init): Ditto.
10746         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10747
10748 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10749
10750         * wl-summary.el (wl-summary-default-from): Fix probrem when
10751         std11-extract-address-components return (nil "foo@bar").
10752
10753 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10754
10755         * wl-draft.el (wl-draft-clone-local-variables):
10756         Remove redundant `setq'.
10757
10758 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10759
10760         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10761         Bind wl-highlight-x-face-func as nil while highlighting header.
10762
10763 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10764
10765         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10766
10767 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10768
10769         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10770         elmo-msgdb-overview-hashtb from copy-variables.
10771         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10772         instead of `elmo-msgdb-overview-get-entity-by-number'.
10773         (wl-summary-auto-refile): Ditto.
10774
10775         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10776         `elmo-msgdb-overview-get-entity' instead of
10777         `elmo-msgdb-search-overview-entity'.  Use
10778         `elmo-msgdb-overview-get-entity' instead of
10779         `elmo-msgdb-overview-get-entity-by-number'.
10780         (wl-thread-insert-entity-sub): Ditto.
10781         (wl-thread-insert-message): Ditto.
10782
10783         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10784         `elmo-msgdb-overview-get-entity'.
10785         (wl-normal-message-redisplay): Ditto.
10786
10787 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10788
10789         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10790         `wl-thread-entities'.
10791         (wl-thread-delete-message): Fix remove top message from
10792         `wl-thread-entity-list'.
10793
10794         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10795         wl-append(nconc), because update-list is broken on Meadow.
10796
10797         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10798         updating process.
10799         (wl-summary-rescan): Ditto.
10800         (wl-summary-sync-update3): Ditto.
10801         * wl-thread.el (wl-thread-set-parent): Renamed from
10802         `wl-summary-set-parent'.
10803         (wl-thread-insert-message): Updating buffer faster.
10804         (wl-thread-delete-message): Updating buffer faster.
10805
10806         * wl-score.el (wl-summary-score-update-all-lines): Changed
10807         interval for display progress gauge.
10808
10809 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10810
10811         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10812         folder always-sticky.
10813         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10814         defmacro.
10815
10816 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10817
10818         * wl-vars.el (wl-draft-add-references): New user option.
10819
10820         * wl-draft.el (wl-draft-add-references): New function.
10821         (wl-draft-yank-from-mail-reply-buffer): Use it.
10822         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10823         as nil.
10824
10825 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10826
10827         * wl-thread.el (wl-thread-update-line-msgs): Called
10828         `wl-thread-update-line-on-buffer-sub'.
10829         (wl-thread-update-line-on-buffer): Delete routine of inserting
10830         thread.
10831         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10832         moved from `wl-thread-update-line-on-buffer'.
10833         Add threshold for displaying progress gauge.
10834         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10835         argument of `wl-thread-update-line-msgs'.
10836         Add threshold for displaying progress gauge.
10837         * wl-folder.el:
10838         Add threshold for displaying progress gauge.
10839         * wl-score.el: Ditto.
10840
10841         * wl-expire.el (wl-summary-expire): Display deleting info.
10842
10843 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10844
10845         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10846         `no-msg'.
10847         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10848         argument of `wl-thread-update-line-msgs'.
10849         (wl-summary-set-parent): Added optional argument `parent-number'.
10850         (wl-summary-buffer-saved-message): New buffer local variable.
10851         (wl-summary-save-current-message): New command.
10852         (wl-summary-yank-saved-message): Ditto.
10853         (wl-summary-mode-map): Added key binding for
10854         `wl-summary-save-current-message' (\ew) and
10855         `wl-summary-yank-saved-message' (\C-y).
10856         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10857
10858 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10859
10860         * wl-summary.el (wl-summary-mode-map): Added key binding for
10861         `wl-summary-set-parent' (ts).
10862
10863 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10864
10865         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10866         subject faster. If thread number is reverse, delayed updating
10867         thread.
10868         (wl-summary-search-by-subject): Ditto.
10869         (wl-summary-put-alike): Ditto.
10870         (wl-summary-get-alike): Ditto.
10871         (wl-summary-insert-headers): Insert header of all overview in
10872         buffer.
10873         (wl-summary-rescan): Delayed updating thread. Kill search subject
10874         buffer for wl-summary-search-by-subject.
10875         (wl-summary-sync-update3): Ditto.
10876         (wl-summary-exit): Ditto.
10877         (wl-summary-goto-bottom-of-current-thread): Change for linked
10878         thread.
10879         (wl-summary-overview-create-summary-line): Change line for linked
10880         thread.
10881
10882         * wl-summary.el (wl-summary-update-thread): Use
10883         wl-thread-maybe-get-children-num.
10884         (wl-summary-set-parent): If change parent, move sub thread.
10885         (wl-summary-redisplay-internal): Add horizontal recenter.
10886         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10887
10888         * wl-thread.el (wl-thread-entity-get-linked): New function.
10889         (wl-thread-entity-set-linked): New function.
10890         (wl-thread-create-entity): Add linked element.
10891         (wl-thread-entity-insert-as-top): Use wl-append.
10892         (wl-thread-maybe-get-children-num): If closing thread, return
10893         children msgs.
10894         (wl-thread-update-line-msgs): Displaying progress message.
10895         (wl-thread-update-line-on-buffer-sub): Use
10896         wl-thread-maybe-get-children-num.
10897         (wl-thread-update-line-on-buffer): If update line is not exists,
10898         insert thread.
10899         (wl-thread-delete-message): If delete top msg of thread, search
10900         parent by subject.
10901         (wl-thread-insert-entity): Use
10902         wl-thread-maybe-get-children-num.
10903
10904         * wl-highlight.el (wl-highlight-summary-current-line): change
10905         sregexp for linked thread.
10906         * wl-util.el (wl-count-lines): Count lines.
10907         (wl-horizontal-recenter): horizontal recenter.
10908         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10909         (wl-score-get-alike): Ditto.
10910         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10911         (wl-subject-length-limit): New variable.
10912         (wl-highlight-thread-indent-string-regexp): Changed for linked
10913         thread.
10914
10915 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10916
10917         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10918         New variable (revival).
10919         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10920         by subject matching if there's no in-reply-to nor references field
10921         (revival).
10922
10923 \f
10924 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10925
10926         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10927         message.
10928
10929 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10930
10931         * wl-summary.el (wl-summary-reply): Return t if there was a
10932         message at cursor point.
10933         Added unwind-protect.
10934         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10935         returns t.
10936         (wl-summary-cancel-message): Do nothing when there's no message at
10937         cursor point.
10938         (wl-summary-forward): Ditto.
10939         (wl-summary-jump-to-parent-message): Ditto.
10940         (wl-summary-reedit): Ditto.
10941         (wl-summary-edit-addresses): Ditto.
10942         (wl-summary-pipe-message): Ditto.
10943         (wl-summary-print-message-with-ps-print): Ditto.
10944         (wl-summary-print-message): Ditto.
10945         (wl-summary-mark-as-important): Ditto.
10946         (wl-summary-mark-as-unread): Ditto.
10947
10948         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10949         message at cursor point.
10950         (wl-summary-reply-with-citation): Remove unwind-protect.
10951
10952         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10953         subject searching feature.
10954         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10955         Eliminated.
10956
10957 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10958
10959         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10960         New variable.
10961         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10962         by subject matching if there's no in-reply-to nor references field.
10963
10964         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10965
10966         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10967         when display is finished.
10968         (wl-folder-open-all): Ditto.
10969         (wl-folder-update-access-group): Ditto.
10970         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10971         * wl-thread.el (wl-thread-close-all): Ditto.
10972
10973         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10974         progress gauge only when it was displayed.
10975         * wl-folder.el (wl-folder-insert-entity): Ditto.
10976
10977 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10978
10979         * wl-summary.el (wl-summary-incorporate): Enclose
10980         `wl-summary-sync-force-update' with save-excursion.
10981
10982 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10983
10984         * wl-summary.el (wl-summary-prefetch-region):
10985         Pass current cursor point to `pos-visible-in-window-p' after
10986         moving cursor to the started point.
10987
10988 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10989
10990         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10991
10992         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10993         fields from the forwarding message.
10994         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10995         `ignored-fields'.
10996
10997 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10998
10999         * wl-mime.el (wl-message-request-partial):
11000         Eliminated argument `msgdb'.
11001         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11002         (wl-mime-combine-message/partial-pieces): Likewise.
11003         * tm-wl.el (wl-message-request-partial): Likewise.
11004         (wl-mime-combine-message/partial-pieces): Likewise.
11005
11006 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11007
11008         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11009         when display is finished.
11010
11011 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11012
11013         * wl-summary.el (wl-summary-goto-folder-subr):
11014         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11015
11016 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11017
11018         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11019         when cursor point is visible.
11020
11021 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11022
11023         * wl-expire.el (wl-expire-archive-get-max-number):
11024         Don't use `file-name-directory'.
11025
11026 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11027
11028         * wl-expire.el (wl-expire-archive-get-max-number):
11029         Use `file-name-directory'.
11030
11031 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11032
11033         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11034         only when there is progress.
11035
11036 2000-04-13  Mito <mit@nines.nec.co.jp>
11037
11038         * wl-summary.el (wl-summary-sync-marks): Display progress.
11039
11040 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11041
11042         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11043         (wl-summary-prev): Move cursor regardless of unread status.
11044         (wl-summary-next): Ditto.
11045
11046 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11047
11048         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11049         Added argument `target' and `number'.
11050         * tm-wl.el (wl-summary-burst-subr): New function.
11051         (wl-summary-burst): Use it.
11052
11053 2000-04-10  Mito <mit@nines.nec.co.jp>
11054
11055         * wl-mime.el (wl-burst): New function.
11056         (wl-summary-burst): Use it.
11057
11058 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11059
11060         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11061         as petname when there's no candidate.
11062
11063 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11064
11065         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11066         New variable.
11067         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11068
11069         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11070
11071         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11072
11073 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11074
11075         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11076         Use substring of `original' instead of buffer-substring.
11077         (wl-refile-evaluate-rule):
11078         Set `original' argument of wl-refile-expand-newtext.
11079
11080         * wl-summary.el
11081         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11082         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11083         (wl-summary-auto-refile): Check existence of destination folder just
11084         before marking.
11085
11086 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11087
11088         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11089         when wl-refile-get-field-value return nil.
11090
11091 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11092
11093         * wl-refile.el
11094         (wl-refile-expand-newtext): New function imported from Gnus.
11095         (wl-refile-evaluate-rule): Use it.
11096
11097 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11098
11099         * wl-summary.el (wl-summary-print-destination):
11100         Duplicate folder string to avoid putting text-property on
11101         original string.
11102
11103         * wl-refile.el (wl-refile-get-field-value): New function.
11104         (wl-refile-evaluate-rule): New function;
11105         Evaluate refile rule recursively.
11106         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11107         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11108         New function; Check existence of a target folder recursively.
11109         (wl-summary-auto-refile-check-refile-rule-alist):
11110         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11111
11112 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11113
11114         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11115
11116         * wl-folder.el (wl-create-folder-entity-from-buffer):
11117         Fixed problem when '}' character is contained in folder name.
11118
11119         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11120
11121 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11122
11123         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11124         (wl-fldmgr-add-completion-all-completions):
11125         Use wl-fldmgr-add-completion-hashtb.
11126
11127 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11128
11129         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11130         wl-fldmgr-add-completion-subr): New functions.
11131         * wl-folder.el (wl-folder-completion-func): New variable.
11132         * wl-summary.el (wl-summary-read-folder):
11133         Use wl-folder-completion-func.
11134
11135         * wl-refile.el: Eliminate throw & catch.
11136
11137         * wl.el (wl-plugged-sending-queue-status): Fixed.
11138
11139 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11140
11141         * wl-draft.el (wl-draft): Put category property on
11142         mail-header-separator.