Cosmetic fix.
[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)
19         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
20         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
21         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
22         (wl-score-edit-insert-number): Ditto.
23
24         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
25
26         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
27
28 2009-12-16  Lloyd Zusman <ljz@asfast.com>
29
30         * wl-summary.el (wl-summary-detect-mark-position): Force
31         the temporary buffer to enable the use of multibyte characters
32         within searches [wl-en:2460].
33
34 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35
36         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
37         of `beginning-of-buffer'.
38
39 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
40
41         * wl-summary.el (wl-summary-display-raw): New function, display
42         message in raw format.
43
44 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
45
46         * Version number is increased to 2.15.7.
47
48 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
49
50         * wl-summary.el (wl-summary-previous-message-number): New function.
51         (wl-summary-next-message-number): Ditto.
52         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
53         `wl-summary-next-message-number'.
54         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
55         Inline temporary variable `cur-id'.
56         (wl-summary-get-next-unread-folder): Ditto.
57         (wl-summary-get-next-folder): Ditto.
58         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
59
60 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
63
64 2008-09-05  Kenichi Okada  <okada@opaopa.org>
65
66         * wl-summary.el (wl-summary-buffer-folder-name)
67         (wl-draft-config-body-goto-header): Use backquote instead of quote.
68         * wl-draft.el (wl-draft-body-goto-top)
69         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
70
71 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
72
73         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
74         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
75
76 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * wl-expire.el: Fix Comentary section.
79
80 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
83         Require mime-parse, elmo-mime, and wl-util.
84
85         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
86
87         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
88
89 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
90
91         * wl-template.el: Require elmo-util and wl-vars.
92
93         * wl-mime.el (wl-mime-display-header): Revert last change.
94         Remove `delete-matching-lines "^$"'.
95
96 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
97
98         * wl-mime.el (wl-define-dummy-functions): Split
99         `eval-when-compile' form for avoid error; when `make
100         compile-strict.
101
102         * wl-util.el: Move (eval-when-compile (require 'static)).
103         * wl-dnd.el: Add (eval-when-compile (require 'static)).
104         * wl-message.el: Ditto.
105
106         * wl-mime.el (wl-message-delete-current-part): Use
107         `insert-buffer-substring' instead of `insert-buffer'.
108         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
109         * wl-draft.el (wl-draft-generate-clone-buffer)
110         (wl-draft-do-mime-bcc): Ditto.
111
112         * wl-address.el: Add (eval-when-compile (require 'cl)).
113         * wl-addrmgr.el: Ditto.
114         * wl-mime.el: Ditto.
115         * wl-util.el: Ditto.
116         * wl-score.el: Ditto.
117
118 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
119
120         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
121         `string-to-int'.
122
123         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
124         `string-to-int'.
125
126         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
127         `string-to-number' instead of `string-to-int'.
128
129         * wl-summary.el (wl-summary-get-list-info)
130         (wl-summary-message-number): Use `string-to-number' instead of
131         `string-to-int'.
132
133         * wl-score.el (wl-score-overview-entity-get-lines)
134         (wl-score-set-mark-below, wl-score-set-expunge-below)
135         (wl-summary-increase-score, wl-score-get-header-entry): Use
136         `string-to-number' instead of `string-to-int'.
137
138         * wl-folder.el (wl-folder-update-diff-line): Use
139         `string-to-number' instead of `string-to-int'.
140
141         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
142         instead of `string-to-int'.
143
144         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
145         instead of `string-to-int'.
146
147         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
148         `string-to-int'.
149
150 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
151
152         * wl-util.el (wl-match-string, wl-match-buffer)
153         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
154         (wl-kill-buffers, wl-local-variable-p)
155         (wl-line-formatter-setup): New backquote style.
156         (wl-count-lines): Use quote instead of backquote.
157
158         * wl-summary.el (wl-summary-buffer-folder-name)
159         (wl-summary-get-alike): Use quote instead of backquote.
160         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
161         backquote style.
162
163         * wl-message.el (wl-message-buffer-cache-buffer-get)
164         (wl-message-buffer-cache-folder-get)
165         (wl-message-buffer-cache-message-get)
166         (wl-message-buffer-cache-entry-make)
167         (wl-message-buffer-cache-hit): New backquote style.
168
169         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
170         backquote.
171         (wl-folder-unread-regex, wl-folder-entity-exists-p)
172         (wl-folder-clear-entity-info)
173         (wl-folder-get-entity-info, wl-folder-set-entity-info)
174         (wl-folder-elmo-folder-cache-get)
175         (wl-folder-elmo-folder-cache-put): New backquote style.
176
177         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
178         (wl-fldmgr-assign-id): Ditto.
179         (wl-fldmgr-delete-line): Use quote instead of backquote.
180         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
181
182         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
183         (wl-draft-set-sent-message): New backquote style.
184         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
185         (wl-draft-config-body-goto-header): Use quote instead of backquote.
186
187 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
188
189         * wl-address.el (wl-address-concat-token): Fix typo.
190
191 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
194         (wl-score-get-alike): Ditto.
195
196         * wl-vars.el: New backquote style.
197         (wl-message-header-button-alist): Use quote instead of backquote.
198
199         * wl.el (wl-plugged-string): New backquote style.
200
201         * wl-address.el (wl-address-concat-token): New backquote style.
202
203         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
204
205 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
206
207         * wl-highlight.el (wl-highlight-folder-opened-regexp)
208         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
209
210         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
211         in the character alternative.
212
213 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
214
215         * Version number is increased to 2.15.6.
216
217 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
218
219         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
220         optional 3rd argument of epg-context-set-progress-callback; it was
221         temporarily removed in the Emacs trunk due to copyright problem.
222         (wl-mime-pgp-verify-region-with-epg): Ditto.
223
224 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
225
226         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
227
228 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-util.el (wl-biff-check-folders): Set biff flag.
231         (from Naoto Morishima [wl:14031])
232
233 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
234
235         * wl.el (wl-plugged-server-indent): Use quote instead of
236         backquote.
237
238 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
239
240         * wl-score.el (wl-score-insert-header): Add guard for
241         `std11-unfold-string'.
242         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
243         TYPE artgument when TO or CC field.
244
245 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
246
247         * wl-summary.el (wl-summary-goto-folder-subr): Call
248         `elmo-folder-close' instead of `elmo-folder-commit' if discard
249         current summary.
250
251 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-util.el (wl-read-shell-commande): New function or alias.
254
255         * wl-summary.el (wl-summary-pipe-message): Use
256         `wl-read-shell-command' instead of `read-string'.
257         (wl-summary-target-mark-pipe): Ditto.
258
259 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
260
261         * wl-summary.el (wl-summary-reply): Fix docstring.
262         * wl-draft.el (wl-draft-reply): Ditto.
263
264 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-mime.el (wl-summary-extract-attachments): New command.
267         (wl-summary-extract-attachments-1): New internal function.
268
269 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-expire.el (wl-expire-folder): New function (split from
272         wl-summary-expire).
273         (wl-summary-expire): Use it. Add argument `all' instead of remove
274         `nolist'. Cause an error only if this function is calling
275         interactively.
276
277 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-expire.el (wl-expire-refile): Display progress message.
280         (wl-summary-expire): Simplify.
281
282         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
283         unused argument `deleting-info'.
284
285 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-vars.el (wl-message-popup-buffers): New user option.
288
289         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
290         (wl-message-delete-popup-windows): New function that substitues
291         above one.
292         (wl-mime-setup): Follow the above change.
293
294 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
295
296         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
297
298 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
299
300         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
301         "tkm" to wl-thread-spam.
302
303 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
304
305         * wl-thread.el (wl-thread-entity-insert-as-children): Use
306         wl-thread-entity-set-children.
307         (wl-thread-insert-message, wl-thread-insert-entity-sub,
308         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
309         Use wl-thread-entity-get-*.
310
311 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * wl-mime.el (wl-epg-progress-callback): New function.
314         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
315         with `elmo-with-progress-display'. Set a progress callback
316         function to epg-context.
317         (wl-mime-pgp-verify-region-with-epg): Ditto.
318
319 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-util.el (wl-completing-read-multiple): Define as an alias of
322         `completing-read-multiple' if emacs-version is not less than 22.
323
324 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
327         change.
328
329 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-sync-update): Move
332         `wl-thread-update-indent-string-thread' to outside of
333         `elmo-with-progress-display'.
334
335 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-message.el (wl-message-exit): Check buffer existence.
338
339 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-util.el (wl-simple-display-progress): New function.
342         (wl-display-progress-with-gauge): Ditto.
343         (wl-progress-callback-function): Ditto.
344
345         * wl.el (wl-init): Set `elmo-progress-callback-function' as
346         `wl-progress-callback-function'
347
348         * wl-vars.el (wl-display-progress-threshold): New user option.
349         (wl-display-progress-function): Ditto.
350
351         * Version number is increased to 2.15.5.
352
353 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * wl-thread.el (wl-thread-close-children): New function.
356         (wl-thread-open-children): Ditto.
357         * wl-action.el (wl-summary-set-mark): Redo the last change by
358         using it.
359
360         * wl-action.el (wl-summary-set-mark): Undo the last change.
361         Forbid interactive call.
362
363 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * wl-mime.el (wl-define-dummy-functions): New macro.
366         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
367         `wl-mime-pgp-decrypt-region'.
368         (wl-mime-pgp-verify-region-with-epg): Renamed from
369         `wl-mime-pgp-verify-region'.
370         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
371         `wl-mime-pgp-decrypt-region'.
372         (wl-mime-pgp-verify-region-with-pgg): Renamed from
373         `wl-mime-pgp-verify-region'.
374         (wl-mime-pgp-decrypt-region): New function; To select dispatch
375         function at runtime.
376         (wl-mime-pgp-verify-region): Ditto.
377
378         * wl-vars.el (wl-use-pgp-module): New user option.
379
380 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
383         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
384
385 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
388         even if there are target marks only.
389
390 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * Version number is increased to 2.15.4.
393
394 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-folder.el (wl-folder-check-one-entity): Simplify.
397
398 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
401         variable.
402
403 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
404
405         * wl-spam.el (wl-thread-test-spam): New function.
406         (wl-spam-setup): Bind "tkc".
407
408 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-expire.el (wl-folder-expire-entity): Rewite without
411         `wl-summary-goto-folder-subr'.
412         (wl-folder-expire-current-entity): Don't kill summary buffer.
413
414 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-folder.el (wl-folder-sync-entity): Rewrite without
417         `wl-summary-goto-folder-subr'.
418         (wl-folder-mark-as-read-all-entity): Likewise.
419
420         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
421
422 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
423
424         * wl-thread.el (wl-thread-force-open): Arranged.
425
426 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
427
428         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
429         from regexp.
430
431         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
432         (wl-read-search-condition-internal): Append them.
433
434 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-vars.el (wl-additional-search-condition-fields):
437         New user option.
438
439         * wl-util.el (wl-search-condition-fields): New function; export
440         from `wl-read-search-condition-internal'.
441         (wl-read-search-condition-internal): Use it.
442
443         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
444
445 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-summary.el (wl-summary-define-sort-command): New function.
448         (wl-summary-sort-by-date, wl-summary-sort-by-number)
449         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
450         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
451         define by `wl-summary-define-sort-command' at runtime.
452
453         * wl.el (wl-init): Call wl-summary-define-sort-command.
454
455 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
458         properties at the decrypting region.
459
460 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-util.el (wl-find-region): New function.
463
464         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
465         coding system.
466         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
467         property `wl-mime-decoded-coding-system'.
468         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
469         property `wl-mime-decoded-coding-system' to encode text.
470
471         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
472         message.
473         (wl-mime-pgp-verify-region): Ditto.
474
475 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
478         buffer. Use epa-display-verify-result.
479
480 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
481
482         * wl-draft.el (wl-draft-send): Continue even if setting parent
483         flag was failed.
484
485 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-message.el (wl-message-flag-indicator): Fixed the problem
488         of returning string only of parentheses.
489
490 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-summary.el (wl-summary-write): Add argument `folder'.
493         (wl-summary-write-current-folder): Change argument `folder' from
494         optional to require.
495         (wl-summary-get-buffer): Return the buffer associated folder only.
496
497         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
498         change.
499         (wl-folder-toggle-disp-summary): Ditto.
500
501         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
502         current summary as parent-folder.
503
504 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
505
506         * wl-draft.el (wl-draft-reedit): Don't overwrite
507         wl-draft-parent-folder.
508
509 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
512         (wl-mime-pgp-verify-region): Ditto.
513         (wl-message-decrypt-pgp-nonmime): Use the above function.
514         (wl-message-verify-pgp-nonmime): Likewise.
515         (wl-mime-preview-application/pgp): Likewise.
516
517 2006-04-20  Kenichi Okada  <okada@opaopa.org>
518
519         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
520         Fix about the order of `wl-nntp-posting-port' and
521         `wl-nntp-posting-stream-type'.
522         * wl.el (wl-plugged-port-label-alist): Add smtp.
523
524 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-summary.el (wl-summary-message-status): New macro.
527
528         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
529         (wl-summary-killed-mark): New user option.
530
531         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
532         API change.
533         (wl-thread-insert-entity-sub): Ditto.
534         (wl-thread-recover-messages): New command.
535
536         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
537         Don't call `wl-highlight-summary-current-line' directly.
538         (wl-summary-buffer-attach): Connect to signal `status-changed'
539         instead of `cache-changed'.
540         (wl-summary-buffer-detach): Follow the above change.
541         (wl-summary-detect-mark-position): Follow the API change.
542         (wl-summary-rescan-message): Ditto.
543         (wl-summary-insert-sequential): Ditto.
544         (wl-summary-update-thread): Ditto.
545         (wl-summary-message-mark): Ditto.
546         (wl-summary-persistent-mark): Ditto.
547         (wl-summary-create-line): Ditto.
548         (wl-summary-prefetch-region-no-mark): Call
549         `wl-summary-persistent-mark' with number.
550         (wl-summary-recover-messages-region): New command.
551         (wl-summary-target-mark-recover): Ditto.
552         (wl-summary-recover-message): Ditto.
553         (wl-summary-persistent-mark-string): Add argument `status' instead
554         of remove arguments `flags' and `cached'.  Treat killed status.
555         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
556
557         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
558         (wl-highlight-summary-line-face-spec): Treat killed status.
559         (wl-highlight-summary-line-string): Follow the API change.
560         (wl-highlight-summary-current-line): Ditto.
561
562         * Version number is increased to 2.15.3.
563
564 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
565
566         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
567         of symbolp to test whether the condition is function.
568
569 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
572         to nil.
573
574 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-summary.el (wl-summary-buffer-message-ring): New internal
577         variable.
578         (wl-summary-buffer-last-displayed-msg): Abolish.
579         (wl-summary-push-message): New function.
580         (wl-summary-pop-message): Ditto.
581         (wl-summary-goto-folder-subr): Reset
582         `wl-summary-buffer-message-ring'.
583         (wl-summary-pop-to-last-message): New command.
584         (wl-summary-goto-last-displayed-msg): Call
585         wl-summary-pop-to-last-message if optional argument is non-nil or
586         the last command is itself.
587         (wl-summary-redisplay-internal): Push last message number into
588         `wl-summary-buffer-message-ring'.
589
590         * wl-vars.el (wl-summary-message-ring-max): New user option.
591
592 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
595         from `wl-draft-reply').
596         (wl-draft-reply): Use it.
597         (wl-draft-find-reply-headers): Avoid compile warning.
598
599 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
602
603 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-message.el (wl-message-flag-indicator): New function.
606         (wl-message-redisplay): Use it.
607
608 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
609
610         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
611
612 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
615         instead of `read-event'.
616
617         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
618
619         * wl-mule.el (wl-read-event-char): Ditto.
620
621         * wl-e21.el (wl-read-event-char): Ditto.
622
623 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
624
625         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
626
627 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-vars.el (wl-draft-send-confirm-type): New user option.
630
631         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
632
633         * wl-draft.el (wl-draft-send-confirm): Confirmation by
634         `wl-draft-send-confirm-type'
635
636 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
639         Avoid error when the buffer name is already used.
640
641 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
642
643         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
644         the change of elmo-nmz -> elmo-search.
645         (wl-highlight-summary-line-help-echo-alist): Ditto.
646         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
647         (wl-nmz-folder-icon): Define as obsolete.
648         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
649         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
650
651 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-summary.el (wl-summary-get-list-info): Rewrite with
654         `elmo-find-list-match-value'
655
656 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-summary.el (wl-summary-get-list-info): Optimize.
659         Use List-Id and List-Post also.
660
661 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
664
665 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
666
667         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
668
669 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-util.el (wl-completing-read-multiple-1): New internal function.
672         (wl-completing-read-multiple-2): Ditto.
673         (wl-completing-read-multiple): Define use above functions.
674
675         * wl-summary.el (wl-summary-sort): Removed the workaround for a
676         bug of `completing-read-multiple' about default value.
677
678         * wl-xmas.el (wl-completing-read-multiple): Removed.
679
680         * wl-mule.el (wl-completing-read-multiple): Ditto.
681
682         * wl-e21.el (wl-completing-read-multiple): Ditto.
683
684 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-util.el (wl-filter-associations): New function.
687
688         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
689         (wl-spam-ignored-folder-list): Ditto.
690         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
691         (wl-spam-string-member-p): New function.
692         (wl-spam-domain): Use it.
693         (wl-spam-split-numbers): New function.
694         (wl-spam-apply-partitions): Ditto.
695         (wl-spam-register-spam-messages): Use `folder' instead of
696         `wl-summary-buffer-elmo-folder'.
697         (wl-spam-register-good-messages): Ditto.
698         (wl-summary-exec-action-spam): Decide a domain by real folder of
699         message.
700         (wl-summary-exec-action-refile-with-register): Likewise.
701
702 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-e21.el (wl-e21-find-image): New function.
705         (wl-e21-setup-toolbar): Use it instead of `find-image'.
706         (wl-e21-highlight-folder-group-line): Ditto.
707         (wl-folder-init-icons): Ditto.
708         (wl-plugged-init-icons): Ditto.
709         (wl-biff-init-icons): Ditto.
710
711 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
714         (wl-inhibit-save-drafts): New internal variable.
715         (wl-disable-auto-save): Ditto.
716         (wl-save-drafts): Treat above variables.
717         (wl-auto-save-drafts): New function.
718         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
719         `wl-stop-save-drafts'.
720         (wl-start-save-drafts): New function.
721         (wl-stop-save-drafts): Ditto.
722         (wl-set-auto-save-draft): New command.
723
724         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
725         `wl-set-save-drafts'.
726
727 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
730         `make-local-variable' instead of `make-variable-buffer-local'.
731
732 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
733
734         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
735
736 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
737
738         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
739
740 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
743         of working buffer.
744
745 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
748
749         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
750         value into recipients; Bind `wl-draft-remove-group-list-contents'
751         as nil.
752
753 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-sort): Fixed the last change.
756
757         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
758         (wl-summary-sort-messages): Ditto.
759         (wl-summary-rescan): Use it.
760         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
761         `completing-read'; Append candidates for reverse order.
762
763 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * Version number is increased to 2.15.2.
766
767 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
770         "Smaller".
771         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
772
773 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
774
775         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
776
777 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * wl-vars.el (wl-draft-additional-header-alist): Add into the
780         customize group `wl-draft'.
781         (wl-draft-add-in-reply-to): Move customize group from `wl' to
782         `wl-draft'.
783         (wl-draft-add-references): Ditto.
784
785         * wl-action.el (wl-summary-print-argument): Rename argument from
786         `folder' to `data'.
787
788 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-summary.el (wl-summary-rescan-message): Call
791         `wl-thread-cleanup-symbols' before insert thread.
792
793 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl.el (wl-init): Set `elmo-get-folder-function' as
796         `wl-folder-make-elmo-folder'.
797
798         * wl-spam.el (wl-summary-exec-action-spam): Use
799         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
800
801         * wl-folder.el (wl-folder-make-elmo-folder): New function.
802         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
803         `elmo-make-folder'.
804         (wl-folder-get-elmo-folder): Ditto.
805         (wl-folder-create-subr): Simplify.
806
807 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
810
811 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
814         contents in message buffer instead of original buffer. If optional
815         argument specified, ask coding system for encode.
816
817 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
818
819         * wl-spam.el (wl-summary-test-spam-region): New function.
820         (wl-spam-setup): Bind "rkc".
821
822 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
823
824         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
825
826 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
827
828         * wl-spam.el (wl-summary-test-spam): Fix typo.
829         (wl-message-check-spam): Ditto.
830
831 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-summary.el (wl-summary-default-from): Simplify.
834
835 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-action.el (wl-summary-exec-action-refile): Simplify.
838         (wl-summary-exec-action-copy): Ditto.
839         (wl-summary-auto-refile): Check existence of temporary mark.
840
841 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-summary.el (wl-summary-create-line): Use
844         `elmo-time-to-datevec'.
845
846         * wl-expire.el (wl-expire-archive-date): Ditto.
847         (wl-expire-localdir-date): Ditto.
848
849         * wl-util.el (wl-day-number): Abolish.
850
851         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
852         of `wl-day-number'.
853         (wl-score-followup): Ditto.
854         (wl-score-add-followups): Ditto.
855         (wl-score-get-latest-msgs): Ditto.
856         (wl-score-get-header-entry): Ditto.
857         (wl-score-edit-insert-date): Ditto.
858
859 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
862         `elmo-message-entity-field' with 2nd argument `type'.
863
864 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
865
866         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
867
868 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-thread.el (wl-thread-delete-message): Delete descendant
871         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
872
873 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
874
875         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
876
877 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
878
879         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
880         `Access folder'.
881
882 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-vars.el (wl-access-folder-icon): New user option.
885
886         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
887         `Access folder'.
888
889 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-summary.el (wl-summary-buffer-set-folder): Use
892         `wl-folder-mime-charset'.
893
894         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
895         `mime-charset'.
896         (wl-folder-get-elmo-folder): Ditto.
897         (wl-folder-mime-charset): New function.
898
899 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-util.el (wl-parse-addresses): Define alias of
902         `elmo-parse-addresses' (move to `elmo-util.el').
903
904         * wl-summary.el (wl-summary-default-from): Follow the API change.
905         (wl-summary-overview-entity-compare-by-date): Ditto.
906         (wl-summary-overview-entity-compare-by-from): Ditto.
907         (wl-summary-get-list-info): Get value of `ml-info' field from
908         entity at first.
909         (wl-summary-rescan-message): Treat prefix argument.
910         (wl-summary-prefetch-msg): Follow the API change.
911         (wl-summary-search-by-subject): Ditto.
912         (wl-summary-insert-thread): Ditto.
913         (wl-summary-line-subject): Ditto.
914         (wl-summary-line-from): Ditto.
915         (wl-summary-create-line): Ditto.
916         (wl-summary-print-message-with-ps-print): Ditto.
917
918         * wl-score.el (wl-score-ov-entity-get): Ditto.
919         (wl-score-followup): Ditto.
920         (wl-score-add-followups): Use `elmo-message-entity-field' instead
921         of `car'.
922         (wl-score-get-latest-msgs): Follow the API change.
923         (wl-score-get-header): Ditto.
924
925         * wl-refile.el (wl-refile-learn): Ditto.
926         (wl-refile-subject-learn): Ditto.
927         (wl-refile-get-field-value): Ditto.
928         (wl-refile-guess-by-history): Ditto.
929         (wl-refile-guess-by-subject): Ditto.
930
931         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
932
933         * wl-expire.el (wl-expire-date-p): Removed.
934         (wl-expire-archive-date): Follow the API change.
935         (wl-expire-localdir-date): Ditto.
936         (wl-summary-expire): Ditto.
937
938         * Version number is increased to 2.15.1.
939
940 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
943         group is access or not (it is not strict, like wl-fldmgr-rename).
944
945 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
948         duplicate call of `wl-summary-print-argument' on the wrong line.
949
950 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
951
952         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
953         even if argument `number' is nil.
954         (wl-summary-insert-line): Print action argument if current message
955         has it.
956
957 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
960         (wl-draft-reply): Ditto.
961         (wl-draft): Add optional argument `parent-number' and call
962         `wl-draft-create-buffer' with it.
963         (wl-draft-create-buffer): Add optional argument
964         `parent-number'. Set wl-draft-parent-number as it.
965
966 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-folder.el (wl-folder-set-persistent-mark): If summary
969         buffer is not for given folder, don't use it.
970
971 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
972
973         * Version number is increased to 2.15.0.
974
975 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
978
979         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
980         (wl-highlight-get-face-by-name): New internal function.
981         (wl-highlight-summary-line-face-spec): Use it and fixed.
982
983 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-summary.el (wl-summary-sync-update): Use
986         `elmo-message-entity-field' instead of `car' to get message-id
987         from overview entity.
988
989         * wl-summary.el (wl-summary-rescan-message): Call
990         `wl-highlight-summary-displaying' when displaying a message.
991
992 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
993
994         * wl-draft.el (wl-draft-config-info-filename): Extracted from
995         `wl-draft-config-info-operation'.
996         (wl-draft-buffer-change-number): New function.
997         (wl-draft-rename-saved-config): Ditto.
998         * wl.el (wl-init): Connect slot for message-number-changed.
999         (toplevel): Add autoload for wl-draft-rename-saved-config.
1000
1001 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1004         `update-overview'
1005         (wl-summary-buffer-detach): Disconnect from it.
1006         (wl-summary-rescan-message): Use command.
1007
1008         * wl-message.el (wl-message-buffer-display): Use
1009         `with-current-buffer' instead of `save-excursion'.
1010
1011 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1014         wl-draft-preview-attributes-list from distraction.
1015
1016 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1017
1018         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1019         `elmo-list-diff'.
1020
1021 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-summary.el
1024         (wl-summary-edit-addresses-collect-candidate-fields): Use
1025         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1026
1027         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1028         instead of `elmo-set-work-buf'.
1029
1030         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1031         (wl-address-make-address-list): Ditto.
1032
1033         * Version number is increased to 2.13.3.
1034
1035 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1038         user option.
1039
1040         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1041         argument `5'.
1042
1043         * wl-message.el (wl-message-display-no-merge-p): New function.
1044         (wl-message-buffer-display): Check whether the message is
1045         reassembled and follow the API change.
1046
1047 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1050         multibyte on working buffer and removed unnecessary
1051         `buffer-disable-undo'.
1052
1053 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1056         change.
1057
1058 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-util.el (wl-read-search-condition-internal): Protect
1061         elmo-global-flags from distraction.
1062
1063 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1066
1067         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1068         (wl-summary-event-handler): Ditto.
1069         (wl-summary-update-persistent-mark-on-event): New
1070         function (renamed from `elmo-event-handler-flag-changed').
1071         (wl-summary-buffer-attach): New function.
1072         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1073         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1074         instead of `elmo-folder-add-handler'.
1075
1076         * Version number is increased to 2.13.2.
1077
1078 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1081         and "\177" to the `wl-news-previous-page'.
1082         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1083         (wl-news-previous-page): New function.
1084
1085 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1088         instead of `write-region' and simplify.
1089
1090 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-template.el (wl-template-select): Cause error if
1093         `wl-template-alist' is nil.
1094
1095 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1096
1097         * wl-news.el.in: Set file variable `no-byte-compile'.
1098
1099 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1102         whether a target message is within displaying area.
1103         (elmo-event-handler-cache-changed): Ditto.
1104
1105 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1106
1107         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1108         to `defun'.  Use `nconc' instead of `append' to collect descendant
1109         message numbers.
1110
1111 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1112
1113         * wl-thread.el (wl-thread-save-top-list)
1114         (wl-thread-save-entities): Use `with-temp-buffer'.
1115         * wl-news.el.in (wl-news-previous-version-load):
1116         (wl-news-previous-version-save): Ditto.
1117         * wl-summary.el (wl-summary-load-file-object)
1118         (wl-summary-save-view-cache): Ditto.
1119
1120 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-util.el (toplevel): Require 'elmo-flag'.
1123         (wl-read-search-condition): New function (Renamed from
1124         `elmo-read-search-condition').
1125         (wl-read-search-condition-internal): Likewise.
1126
1127         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1128         invalid.
1129         (wl-summary-pick): Use `wl-read-search-condition' instead of
1130         `elmo-read-search-condition'.
1131         (wl-summary-virtual): Ditto.
1132
1133         * wl-folder.el (wl-folder-virtual): Ditto.
1134         (wl-folder-pick): Ditto.
1135
1136         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1137
1138 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-summary.el (wl-summary-reedit): Call
1141         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1142
1143 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * wl-mime.el (toplevel): Require wl-vars.
1146
1147         * wl-message.el (toplevel): Require cl at compile.
1148
1149         * wl-draft.el (toplevel): Require elmo.
1150
1151 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1154         and do nothing when it is not positive.
1155         (wl-message-buffer-prefetch-next): Ditto.
1156
1157 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1158
1159         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1160         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1161         (wl-summary-redisplay-internal): Ditto.
1162
1163         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1164         message (the condition is borrowed from `wl-check-variables-2').
1165         (wl-summary-redisplay-internal): Ditto.
1166
1167 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-mime.el (wl-draft-nntp-attribute): New function.
1170         (wl-draft-attribute-nntp-posting-server): Use it.
1171         (wl-draft-attribute-nntp-posting-port): Ditto.
1172
1173         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1174         (wl-draft-show-attributes-buffer): Ditto.
1175         (wl-draft-hide-attributes-buffer): Ditto.
1176         (wl-draft-attribute-newsgroups): Ditto.
1177         (wl-draft-attribute-nntp-posting-server): Ditto.
1178         (wl-draft-attribute-nntp-posting-port): Ditto.
1179         (wl-draft-preview-message): Use there functions.
1180
1181         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1182         value.
1183
1184 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1187         (wl-draft-reedit): Ditto.
1188         (wl-draft-queue-flush): Ditto.
1189
1190         * wl-mime.el (wl-message-request-partial): Ditto.
1191         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1192         instead of `elmo-message-fetch'.
1193
1194         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1195
1196         * wl-summary.el (wl-summary-message-string): Ditto.
1197
1198 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1199
1200         * wl-util.el (wl-current-message-buffer): Follow the API change.
1201
1202         * wl-summary.el (wl-summary-redisplay-internal): Call
1203         `wl-summary-mark-as-read' with 2nd argument as nil and update
1204         unread count instead of persistent mark.
1205
1206         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1207         variable.
1208         (wl-message-redisplay): Follow the API change.
1209         (wl-message-buffer-display): Managed mime-entity directly and
1210         return preview buffer only.
1211         (wl-message-display-internal): Rewrite.
1212         (wl-message-buffer-prefetch-subr): Not save return value of
1213         `wl-message-buffer-display'.
1214
1215         * Version number is increased to 2.13.1.
1216
1217 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1220         'elmo-multiple-fields-body-list' with boundary specified.
1221
1222 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1225         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1226         cache if `wl-summary-resend-use-cache' is non-nil.
1227
1228 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1231         (wl-nntp-posting-stream-type): Ditto.
1232
1233 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1234
1235         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1236
1237 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1238
1239         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1240         message.
1241
1242 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1245         Abolish.
1246         (wl-summary-buffer-persistent-mark-version): New internal
1247         variable.
1248         (wl-summary-update-mark-and-highlight-window): Check by
1249         wl-summary-persistent-mark-invalid-p.
1250         (wl-summary-update-status-marks): Ditto.
1251         (elmo-event-handler-flag-changed): Rewrite.
1252         (elmo-event-handler-cache-changed): Define.
1253         (wl-summary-prefetch-msg): Does not update persistent mark here.
1254         (wl-summary-delete-cache): Ditto.
1255         (wl-summary-resume-cache-status): Ditto.
1256         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1257         (wl-summary-persistent-mark-invalid-p): New function.
1258         (wl-summary-validate-persistent-mark): Ditto.
1259         (wl-summary-validate-persistent-mark-string): Ditto.
1260         (wl-summary-invalidate-persistent-mark): Ditto.
1261         (wl-summary-update-persistent-mark): Call
1262         `wl-summary-validate-persistent-mark'.
1263         (wl-summary-create-line): Call
1264         `wl-summary-validate-persistent-mark-string'.
1265
1266         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1267         status as t if cache used.
1268
1269 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1270
1271         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1272         only if the target is group.
1273         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1274
1275 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1278
1279 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1280
1281         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1282
1283         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1284
1285 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1286
1287         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1288         (Thanks to Yoichi NAKAYAMA).
1289
1290 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1291
1292         * wl-util.el (wl-save-drafts): Restore echo area.
1293
1294 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1295
1296         * Version number is increased to 2.13.0.
1297
1298         * wl-util.el (wl-biff-check-folder-async): Use
1299         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1300
1301 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-message.el (wl-message-display-internal): Does not put
1304         wl-message-display-type property on message buffer.
1305         (wl-message-buffer-display-type): New function.
1306
1307         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1308
1309         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1310         `wl-summary-buffer-detach'.
1311         (wl-summary-message-display-type): Use
1312         `wl-summary-buffer-display-type'.
1313
1314 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1317         buffer-local.
1318
1319         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1320         kill-buffer-hook instead of make-local-variable.
1321         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1322
1323 2004-12-12  Scott Renfro <scott@renfro.org>
1324
1325         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1326         regex for square-branket.
1327
1328 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1331         `wl-message-mime-analysis-p' with argument `header'.
1332
1333 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * wl-mime.el (wl-draft-yank-current-message-entity): 
1336         Switch to no-mime following method according to wl-message-display-type
1337         property.
1338         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1339
1340         * wl-message.el (wl-message-display-internal): 
1341         Put wl-message-display-type property on message buffer.
1342
1343         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1344         (wl-message-display-internal): Ditto;
1345
1346         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1347
1348 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1349
1350         * wl-message.el (wl-message-make-display-type): New function.
1351         (wl-message-display-type-property): Ditto.
1352         (wl-message-mime-analysys-p): Ditto.
1353         (wl-message-display-all-header-p): Ditto.
1354         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1355         added `display-type'.
1356         (wl-message-buffer-display): Likewise.
1357         (wl-message-display-internal): Likewise.
1358         (wl-message-buffer-display-type): Abolish.
1359         (wl-message-buffer-prefetch-subr): Follow the API changed.
1360
1361         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1362         from wl-summary-buffer-display-all-header and changed default value.
1363         (wl-summary-message-display-type): New function.
1364         (wl-summary-buffer-display-mime-mode): Ditto.
1365         (wl-summary-buffer-display-header-mode): Ditto.
1366         (wl-summary-toggle-mime): Rewrite with above functions.
1367         (wl-summary-toggle-all-header): Ditto.
1368         (wl-summary-redisplay): Force redisplay with default mode.
1369         (wl-summary-redisplay-internal): Renamed argument from `mode',
1370         `all-header' to `mime-mode', `header-mode'.
1371         Use `wl-message-make-display-type'.
1372
1373         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1374         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1375
1376 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1377
1378         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1379
1380 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1381
1382         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1383         in original message buffer.
1384         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1385         buffer.
1386
1387 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1390
1391 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1394
1395 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1396
1397         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1398         when actions succeeded.
1399         (wl-summary-exec-action-copy): Likewise.
1400
1401 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1402
1403         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1404         there is switch-to-buffer at the end of wl-message-select-buffer.
1405         (wl-summary-reply): Ditto.
1406
1407 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1408
1409         * wl-summary.el (wl-summary-forward): Put subject in original
1410         message buffer as argument of wl-draft-forward.
1411         * wl-draft.el (wl-draft-forward): Decode subject as in
1412         wl-draft-reply.
1413
1414 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1417         a folder under access group.
1418
1419 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1422         wl-message-buffer-display.
1423
1424         * wl-util.el (wl-set-save-drafts): Fix typo.
1425
1426 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1429         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1430         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1431         the way to measure the width of a bitmap image; don't put face on
1432         ascii and bitmap images; put the mark which should not use the
1433         variable-pitch face on ascii and bitmap images.
1434         (wl-demo-setup-properties): Don't use the variable-pitch face on
1435         ascii and bitmap images; made it work on Emacs 20 and earlier.
1436         (wl-demo-insert-text): End with a newline at the bottom; don't put
1437         face on text.
1438
1439         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1440
1441 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1444
1445         * wl-util.el (wl-save-drafts): Moved from sample setting.
1446         (wl-set-save-drafts): New function to set idle timer.
1447         * wl-draft.el (wl-draft): Call it.
1448         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1449
1450 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1451
1452         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1453         a summary which has toggle display status off.
1454
1455 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * wl-draft.el (wl-draft-do-fcc): No cache save.
1458
1459 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-summary.el (elmo-event-handler-flag-changed): Use
1462         `set-buffer' instead of `with-current-buffer'.
1463
1464 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-summary.el (wl-summary-after-resize-function): New function.
1467         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1468         window-size-change-functions.
1469
1470 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * wl-draft.el (wl-draft-create-buffer): Bind
1473         `change-major-mode-hook' after current buffer is changed.
1474
1475         * wl-summary.el (wl-summary-buffer-detach): New function.
1476         (wl-summary-buffer-set-folder): Call it.
1477         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1478         change-major-mode-hook and kill-buffer-hook.
1479         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1480         (wl-summary-switch-to-clone-buffer): Ditto.
1481         (wl-summary-goto-folder-subr): Ditto.
1482
1483 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1484
1485         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1486         after boundp check.
1487
1488 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1491         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1492         for `kill-buffer'.
1493
1494         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1495         handler of current buffer from elmo-folder.
1496
1497 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1498
1499         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1500
1501 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1504         variable.
1505         (wl-summary-event-handler): New class.
1506         (elmo-event-handler-flag-changed): Define to update persistent
1507         mark.
1508         (wl-summary-buffer-set-folder): Register event handler to
1509         elmo-folder.
1510         (wl-summary-exit): Unregister event handler.
1511         (wl-summary-goto-folder-subr): Ditto.
1512         (wl-summary-mark-as-read-all): Does not call
1513         `wl-summary-update-persistent-mark' directly.
1514         (wl-summary-mark-as-read-internal): Ditto.
1515         (wl-summary-set-persistent-mark-internal): Ditto.
1516         (wl-summary-set-flags-internal): Ditto.
1517
1518         * Version number is increased to 2.11.33.
1519
1520 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1521
1522         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1523         to nil.
1524
1525 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-spam.el (wl-spam-setup): Add hook
1528         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1529         instead of `wl-summary-prepare-hook'.
1530
1531         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1532         if folder type is `'flag'.
1533         (wl-summary-mark-as-important): Ditto.
1534
1535 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl-address.el (wl-address-minibuffer-history): New variable.
1538         (wl-address-minibuffer-local-map): New keymap.
1539         (wl-address-read-from-minibuffer): New function.
1540
1541         * wl-action.el (wl-summary-get-resend-address): Use
1542         `wl-address-read-from-minibuffer' instead of `completing-read'.
1543
1544 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * Version number is increased to 2.11.32.
1547
1548 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1551         without mule to iso-8859-1.
1552         (wl-draft-add-in-reply-to): Add note in description.
1553         (wl-draft-add-references): Ditto.
1554
1555 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1558         definition for `m'.
1559         (wl-summary-mode-line-format): Add '[%m]'.
1560         (wl-message-mode-line-format-spec-alist): Ditto.
1561         (wl-summary-display-mime-mode-list): New variable.
1562
1563         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1564         from wl-summary-buffer-display-as-is.
1565         (wl-summary-buffer-display-all-header): New buffer local variable.
1566         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1567         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1568         instead of wl-summary-buffer-display-as-is.
1569         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1570         (wl-summary-set-persistent-mark): Ditto.
1571         (wl-summary-set-message-buffer-or-redisplay): Just call
1572         `wl-summary-redisplay-internal' without optional arguments.
1573         (wl-summary-toggle-mime): Rewrite.
1574         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1575         (wl-summary-toggle-all-header): New function.
1576         (wl-summary-redisplay-internal): Treat mime mode.
1577
1578         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1579         to wl-mime-preview-follow-no-mime.
1580         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1581         accodring to the display-mode.
1582
1583         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1584         (wl-message-buffer-display): Changed argument name from `as-is' to
1585         `mode'.
1586         (wl-message-display-internal): Ditto;
1587         Bind elmo-mime-display-header-analysis according to the mode.
1588         (wl-message-display-internal): Put wl-message-display-mime-mode
1589         property on entire buffer.
1590
1591 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1592
1593         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1594
1595 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1596
1597         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1598         Don't extract mail address.
1599         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1600
1601         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1602
1603         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1604
1605 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1608         wl-fldmgr-cut-entity-list on confirmation.
1609
1610 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1613         (wl-mime-quit-preview): Check existence of
1614         mime-edit-temp-message-buffer here.
1615
1616 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1619         after deletion.
1620
1621         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1622         before calling wl-mime-quit-preview.
1623
1624 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1625
1626         * wl-summary.el (wl-summary-pick): If call it with prefix
1627         argument, set `delete-marks' as non-nil. Pick from only visible
1628         messages.
1629         (wl-summary-check-target-mark): New function.
1630         (wl-summary-target-mark-mark-as-read): Use it.
1631         (wl-summary-target-mark-mark-as-unread): Ditto.
1632         (wl-summary-target-mark-operation): Ditto.
1633         (wl-summary-target-mark-set-flags): Ditto.
1634         (wl-summary-target-mark-save): Ditto.
1635         (wl-summary-target-mark-pick): Ditto.
1636         (wl-summary-target-mark-forward): Ditto.
1637         (wl-summary-target-mark-reply-with-citation): Ditto.
1638         (wl-summary-target-mark-print): Ditto.
1639         (wl-summary-target-mark-uudecode): Ditto.
1640
1641         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1642         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1643         with `ask-coding' is non-nil.
1644
1645 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-thread.el (wl-thread-set-parent): If parent is a message
1648         which is identified by references, set linked as nil.
1649
1650 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1653         (wl-message-mode-line-format-spec-alist): Ditto.
1654         (wl-message-mode-line-format): Ditto.
1655         (wl-summary-mode-line-format): Ditto for docstring.
1656         (wl-summary-no-mime-folder-list): Fix typo.
1657
1658         * wl-util.el (wl-current-message-buffer): Call
1659         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1660
1661         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1662         variable.
1663         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1664         of `wl-summary-redisplay-no-mime'.
1665         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1666         (wl-summary-toggle-mime): New function.
1667         (wl-summary-redisplay-all-header): Rewrite.
1668         (wl-summary-redisplay-no-mime): Ditto.
1669         (wl-summary-redisplay-internal): Added argument `as-is' and
1670         `all-header'.
1671
1672         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1673         New variable.
1674         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1675         bottom.
1676         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1677         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1678         "/" unconditionally.
1679
1680         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1681         wl-mime-preview-follow-no-mime for as-is content.
1682         (wl-mime-preview-follow-no-mime): New function.
1683         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1684
1685         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1686         and added `as-is', `all-header'.
1687         (wl-message-buffer-display): Ditto.
1688         (wl-message-buffer-display-type): New function.
1689
1690 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1691
1692         * wl-vars.el (wl-message-header-button-alist): Change default
1693         value.
1694         (wl-message-body-button-alist): Ditto.
1695
1696 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1699
1700 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1703
1704 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1705
1706         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1707         is always true.
1708
1709 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1712         on null entity.
1713
1714 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1717
1718 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-vars.el (wl-summary-resend-hook): New hook.
1721
1722         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1723         `wl-summary-resend-hook'.
1724
1725 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1726
1727         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1728         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1729         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1730         (wl-summary-new-cached-mark): Changed default value to 'n'.
1731         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1732         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1733         (wl-folder-sync-range-alist): Remove spec for 'flag.
1734         (wl-summary-force-prefetch-folder-list): New user option.
1735
1736         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1737         `wl-summary-toggle-persistent-mark'.
1738         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1739         number is nil.
1740         (wl-summary-mark-as-answered-region): Set interactive argument of
1741         `wl-summary-set-persistent-mark-internal'.
1742         (wl-summary-mark-as-important-region): Ditto.
1743         (wl-summary-unset-persistent-mark): Ditto.
1744         (wl-summary-set-persistent-mark): Ditto.
1745         (wl-summary-mark-as-answered): Ditto.
1746         (wl-summary-mark-as-important): Ditto.
1747         (wl-summary-set-persistent-mark-internal): Do nothing
1748         when `elmo-message-flag-available-p' is nil.
1749         (wl-summary-toggle-persistent-mark): New function.
1750         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1751         when the folder matches `wl-summary-force-prefetch-folder-list'.
1752
1753
1754         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1755         when number is nil.
1756         (wl-highlight-summary-forwarded-face): New face.
1757
1758 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * Version number is increased to 2.11.31.
1761
1762 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1763
1764         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1765         (wl-biff-check-folder-async): Ditto.
1766         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1767
1768 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1769
1770         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1771         Add an argument `reverse'.  All callers are updated.
1772         (wl-summary-sort): Add a prefix argument `reverse' to specify
1773         reverse sorting.
1774         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1775         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1776         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1777
1778 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-message.el (wl-message-redisplay): Does not narrow header if
1781         disply-type is all-header or as-is.
1782
1783         * wl-summary.el (wl-summary-enter-handler): Use
1784         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1785
1786 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1787
1788         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1789         after adding wl-draft-parent-variables.
1790         (wl-draft-forward): Ditto.
1791
1792 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1793
1794         * wl-summary.el (wl-summary-sync-marks): Call
1795         `wl-summary-set-persistent-mark' and
1796         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1797         (wl-summary-set-persistent-mark-internal): Add 4th argument
1798         `no-server'.
1799         (wl-summary-unset-persistent-mark): Ditto.
1800         (wl-summary-set-persistent-mark): Ditto.
1801         (wl-summary-add-flags-internal): Abolish.
1802         (wl-summary-remove-flags-internal): Ditto.
1803         (wl-summary-mark-as-important-internal): Ditto.
1804         (wl-summary-mark-as-important): Use
1805         `wl-summary-set-persistent-mark' instead of
1806         `wl-summary-add-flags-internal'.
1807         (wl-summary-mark-as-important-region): Ditto.
1808
1809         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1810
1811         * wl-summary.el (wl-summary-get-available-flags): New function.
1812         (wl-summary-sync-marks): Use it and simplified.
1813         (wl-summary-unset-persistent-mark): Use
1814         `wl-summary-get-available-flags'.
1815         (wl-summary-set-persistent-mark): Ditto.
1816
1817 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1820         id.
1821
1822 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1823
1824         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1825         number, call `wl-summary-prev-line-content'. Show message when the
1826         message is not found.
1827
1828 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1831         wl-summary-enter-handler.
1832         (wl-summary-enter-handler): New command.
1833
1834         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1835         docstring and custom spec.
1836
1837         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1838         flags too; Don't treat Cached and New.
1839         (wl-summary-set-persistent-mark): Ditto.
1840
1841         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1842         `wl-folder-set-flag'.
1843
1844         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1845         instead of `wl-folder-set-flag'.
1846
1847         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1848         for completion.
1849         (wl-summary-set-persistent-mark): Ditto.
1850
1851         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1852         instead of `wl-draft-quit-preview'.
1853
1854         * wl-mime.el (toplevel): Avoid compile warning.
1855         (wl-mime-quit-preview): New function
1856         (formarly defined as `wl-draft-quit-preview').
1857         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1858         quitting method.
1859
1860         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1861
1862         * wl-folder.el (wl-folder-set-flag): Renamed from
1863         `wl-draft-set-flag-on-parent'.
1864
1865         * wl-draft.el (wl-draft-quit-preview): New function.
1866         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1867         (wl-draft-send): Call `wl-folder-set-flag' instead of
1868         `wl-draft-set-flag-on-parent'.
1869         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1870
1871 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1872
1873         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1874         (wl-draft-send): Ditto.
1875
1876 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1877
1878         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1879         (wl-draft-kill-pre-hook): Set default value as nil.
1880         (wl-summary-reply-hook): Ditto.
1881         (wl-draft-kill-flags): Abolish.
1882
1883         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1884         (wl-draft-parent-variables): Renamed from
1885         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1886         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1887         argument; Add wl-draft-parent-variables to
1888         wl-draft-config-variables.
1889         (wl-draft-reply): Likewise.
1890         (wl-draft-kill-flags): Abolish.
1891         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1892         (wl-draft-set-flag-on-parent): New function.
1893         (wl-draft-setup-parent-flag): Ditto.
1894
1895 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1896
1897         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1898         `wl-draft-parent-folder' is "".
1899
1900 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1901
1902         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1903         (wl-summary-digit-jump): New function.
1904         (Adviced by John Owens and Hiroya Murata)
1905
1906         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1907         (Adviced by John Owens)
1908
1909         * wl-xmas.el (wl-message-define-keymap): Ditto.
1910
1911         * wl-mule.el (wl-message-define-keymap): Ditto.
1912
1913 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1916         change of return value of elmo-folder-count-flags.
1917
1918         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1919         (wl-summary-mark-as-read-internal): Ditto.
1920         (wl-summary-set-persistent-mark-internal): Ditto.
1921         (wl-summary-folder-info-update): Ditto.
1922         (wl-summary-sync-update): Fixed the last change.
1923
1924         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1925
1926 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1927
1928         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1929         (wl-draft-kill-flags): Fixed docstring.
1930
1931         * wl-draft.el (wl-draft-kill-flags): New function.
1932         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1933
1934 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1935
1936         * wl-vars.el (wl-reply-hook): Abolish.
1937         (wl-draft-reply-hook): New hook.
1938         (wl-summary-reply-hook): Ditto.
1939         (wl-draft-forward-hook): Ditto.
1940         (wl-summary-forward-hook): Ditto.
1941         (wl-draft-kill-flags): New variable.
1942
1943         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1944         wl-summary-set-persistent-mark-internal.
1945         (wl-summary-sync-marks): Use elmo-preserved-flags.
1946         (wl-summary-update-persistent-mark): Make it interactive.
1947         (wl-summary-set-persistent-mark-internal): New inline function.
1948         (wl-summary-mark-as-answered): Use it.
1949         (wl-summary-mark-as-unanswered): Ditto.
1950         (wl-summary-unset-persistent-mark): New function.
1951         (wl-summary-set-persistent-mark): Ditto.
1952         (wl-summary-reply): Don't set answered flag;
1953         Run wl-summary-reply-hook instead.
1954         (wl-summary-forward): Call wl-draft-forward with number.
1955         Run wl-summary-forward-hook.
1956
1957         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1958         (wl-highlight-summary-line-face-spec): Use it as a default
1959         persistent mark face.
1960
1961         * wl-draft.el (wl-draft-forward): Added optional argument number;
1962         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1963         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1964         (wl-draft-kill): Use wl-draft-kill-flags.
1965
1966         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1967
1968         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1969         of return value of elmo-folder-count-flags.
1970
1971         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1972
1973         * wl-summary.el (wl-summary-count-unread): Ditto.
1974         (wl-summary-sync-update): Follow the change above.
1975         (wl-summary-force-prefetch): New function.
1976
1977 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1978
1979         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1980         variable `buf' with `let' instead of `setq'.
1981
1982 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1983
1984         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1985         add Content-Disposition heaeder on the deleted part.
1986
1987 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988
1989         * wl-draft.el (wl-draft-save): Encode address list under edit by
1990         `eword-encode-unstructured-field-body'.
1991
1992         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1993
1994 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1995
1996         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1997         wl-current-summary-buffer.
1998
1999 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2000
2001         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2002         `numbers' is ignored.
2003
2004 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-folder.el (wl-folder-open-folder): Avoid error.
2007         Reported by John Owens, [wl-en:815]
2008
2009         * wl.el (wl): Set timer for biff process even if prefix argument
2010         is given or auto-checking is quitted.
2011
2012         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2013         immediately.
2014         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2015         (wl-toggle-plugged): Ditto.
2016
2017         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2018         * wl-util.el (wl-biff-start): Use idle timer if
2019         `wl-biff-use-idle-timer' is non-nil.
2020
2021 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2022
2023         * wl-highlight.el (wl-highlight-message): Fix description.
2024
2025 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2026
2027         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2028         tty.
2029
2030 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * wl-action.el (wl-summary-exec): Print failure count.
2033
2034 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2037         to `defun', remove interactive form.
2038         Set elmo-message-fetch-confirm when force-reload is non-nil.
2039
2040 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-summary.el (toplevel): Removed unnecessary autoload.
2043
2044 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2047         the buffer is generated from another message buffer.
2048
2049 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2052         extracted from `wl-fldmgr-save-folders'.
2053         (wl-fldmgr-delete): Call it after deletion.
2054
2055 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2058         multi-tty support.
2059
2060 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2061
2062         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2063
2064 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2065
2066         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2067         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2068
2069 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2072         unsubscribe list only if argument CLEAR is nil.
2073
2074 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2075
2076         * wl-draft.el (wl-draft-reply): Decode subject before removing
2077         Re: prefix.
2078
2079 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2080
2081         * wl-summary.el (wl-summary-sort-by-size): New command.
2082
2083 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2084
2085         * wl-summary.el (wl-summary-number-list-from-region): New
2086         function.
2087         (wl-summary-mark-as-read-region): Use it.
2088         (wl-summary-mark-as-unread-region): Ditto.
2089         (wl-summary-set-flags-region): Ditto and add optional argument
2090         remove.
2091         (wl-summary-mark-as-answered-region): Ditto.
2092         (wl-summary-mark-as-important-region): Ditto.
2093         (wl-summary-target-mark-mark-as-important): Added optional
2094         argument remove.
2095         (wl-summary-target-mark-mark-as-answered): Ditto.
2096         (wl-summary-target-mark-set-flags): Ditto.
2097
2098 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-summary.el (wl-summary-set-flags-region): Call
2101         `wl-summary-set-flags-internal' with number list instead of call
2102         one by each message.
2103         (wl-summary-target-mark-set-flags): Likewise.
2104
2105 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2108         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2109         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2110         (wl-summary-target-mark-mark-as-answered): Likewise.
2111
2112 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2113
2114         * wl-summary.el (wl-summary-target-mark-forward): Use
2115         `wl-summary-delete-all-target-marks' instead of
2116         `wl-summary-delete-all-temp-marks'.
2117         (wl-summary-target-mark-reply-with-citation): Ditto.
2118         (wl-summary-target-mark-uudecode): Ditto.
2119         (wl-summary-target-mark-set-flags): Ditto and remove needless
2120         cursor move.
2121
2122 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123
2124         * wl-summary.el (wl-summary-target-mark-forward): Protect
2125         wl-summary-buffer-target-mark-list from nreverse.
2126         (wl-summary-target-mark-reply-with-citation): Ditto.
2127
2128 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2129
2130         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2131         `elmo-display-progress-threshold'.
2132
2133 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2134
2135         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2136         check `wl-summary-highlight'.
2137         (wl-summary-window-scroll-functions): Respect value of
2138         `wl-summary-highlight'.
2139         (wl-summary-sync-update): Run hooks
2140         `wl-summary-buffer-window-scroll-functions' at any time.
2141
2142 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2143
2144         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2145         from `wl-summary-cleanup-temp-marks'.
2146         (wl-summary-cleanup-temp-marks): Abolish argument.
2147         * wl.el (wl-save-status): Revert previous change.
2148         (wl-execute-temp-marks): New function, call
2149         `wl-summary-exec-with-confirmation'.
2150         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2151         (wl-folder-save-and-exec-marks): Abolished.
2152
2153 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2154
2155         * wl-e21.el (wl-e21-display-image-p): Respect
2156         `wl-highlight-folder-with-icon'.
2157         (wl-e21-highlight-folder-group-line): Highlight mouse line
2158         even if wl-e21-display-image-p is nil.
2159
2160         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2161         Respect value of `wl-summary-highlight'.
2162
2163         * wl.el (wl-save-status): Remove unused variable.
2164
2165         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2166         (wl-folder-mode-map): Bind it to "x".
2167
2168 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2169
2170         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2171
2172         * wl-thread.el (wl-thread-get-parent-list): Don't check
2173         disconnected ancestors, neglecting needless work in
2174         `wl-thread-update-indent-string-thread'.
2175
2176         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2177         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2178         argument, add argument default-keep to keep marks by default.
2179
2180         * Version number is increased to 2.11.30.
2181
2182         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2183         customization type and docstring.
2184         (wl-draft-reply-without-argument-list): Ditto.
2185
2186 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2189
2190         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2191
2192 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2195
2196 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2199         save-excursion so as not to include run-hooks.
2200
2201 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2202
2203         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2204         Clarify that marks are going to be cleared.
2205
2206 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2207
2208         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2209         according to 3rd element of wl-summary-flag-mark.
2210
2211         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2212
2213 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * wl-action.el (wl-summary-target-mark-all): Don't set
2216         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2217
2218 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2219
2220         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2221         (wl-forward-subject-prefix): Ditto.
2222         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2223         (wl-draft-reply-make-subject): Ditto.
2224
2225         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2226         `wl-draft-forward'.
2227         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2228
2229 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2232         target message does not exist.
2233
2234 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2235
2236         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2237         `wl-subject-prefix-regexp'.
2238         (wl-subject-forward-prefix-regexp): New variable.
2239         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2240         `wl-draft-strip-subject-re' and take regexp as argument.
2241         (wl-draft-forward): Use it.
2242         (wl-draft-reply): Ditto.
2243
2244 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2245
2246         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2247         emacs multi-tty support.
2248
2249 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2250
2251         * wl-e21.el (wl-e21-display-image-p): Don't call
2252         `display-images-p'.
2253         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2254         support.
2255         (wl-highlight-folder-current-line): Ditto.
2256         (wl-folder-init-icons): Ditto.
2257
2258 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2261         the last line of summary in unplugged mode.
2262
2263 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2264
2265         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2266
2267 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2268
2269         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2270         * wl-address.el (wl-address-user-mail-address-p): Use it.
2271         (wl-address-delete-user-mail-addresses): Ditto.
2272         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2273
2274         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2275         (wl-address-delete-user-mail-addresses): Ditto.
2276
2277         * wl-address.el (wl-address-delete-user-mail-addresses): New
2278         function.
2279         * wl-refile.el (wl-refile-guess-by-history): Use it.
2280         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2281         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2282
2283         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2284         use wl-address-user-mail-address-p.
2285
2286 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2289         after opening group.
2290
2291 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2294         of elmo-set-buffer-multibyte.
2295
2296         * wl-message.el (wl-original-message-mode): Ditto.
2297
2298         * wl-score.el (wl-score-insert-header): Ditto.
2299
2300         * wl-summary.el
2301         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2302         (wl-summary-goto-folder-subr): Ditto.
2303         (wl-summary-insert-headers): Ditto.
2304
2305         * wl-util.el (wl-set-string-width): Ditto.
2306
2307         * Version number is increased to 2.11.29.
2308
2309 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2310
2311         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2312         (wl-highlight-summary-line-help-echo-alist): New variable.
2313         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2314         into `wl-highlight-summary-line-help-echo' and
2315         `wl-highlight-flag-folder-help-echo'.
2316         (wl-highlight-summary-line-string): Change accordingly.
2317         (wl-highlight-summary-current-line): Ditto.
2318
2319 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2320
2321         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2322         at the beginning of field body (Thanks to Markus Knittig).
2323
2324         * wl-draft.el (wl-draft-insert-current-message): Also check
2325         summary buffer, remove unnecessary tag.
2326
2327 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2330         when wl-message-buffer is nil.
2331
2332         * wl-folder.el (wl-folder): Abolish unused argument.
2333         Call wl-folder-init when wl-folder-entity is nil.
2334         * wl.el (wl): Change accordingly.
2335
2336 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2339         multibyte string before insert into draft buffer.
2340         (wl-draft-create-buffer): Always enable multibyte characters for
2341         draft buffer.
2342
2343         * Version number is increased to 2.11.28.
2344
2345 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2346
2347         * wl-folder.el (wl-folder-open-close): Handle blank line.
2348         (wl-folder-jump-to-current-entity): Ditto.
2349
2350 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2351
2352         * Version number is increased to 2.11.27.
2353
2354 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2355
2356         * wl-thread.el (wl-thread-insert-message): When the thread is
2357         devided by wl-summary-max-thread-depth, insert line at the end of
2358         buffer.
2359
2360 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2361
2362         * Version number is increased to 2.11.26.
2363
2364 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2365
2366         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2367
2368 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2371         value of stream-type and session.
2372
2373 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * Version number is increased to 2.11.25.
2376
2377 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2378
2379         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2380         in a quit message.
2381
2382 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2385         (wl-summary-redisplay-no-mime-internal): Ditto.
2386
2387 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2388
2389         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2390         * wl-vars.el (wl-smtp-connection-type): Ditto.
2391
2392 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2393
2394         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2395         for the separator line and quote mail-header-separator.
2396
2397 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2400         result message.
2401
2402         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2403         `elmo-multiple-fields-body-list' with boundary as
2404         mail-header-separator.
2405
2406 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2407
2408         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2409
2410 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2411
2412         * wl-util.el (wl-list-diff): Remove unused function.
2413
2414         * wl-draft.el (wl-draft-send-confirm): Discard input before
2415         confirmation.
2416
2417 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2420         order of flag and new.
2421
2422 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-vars.el (wl-refile-policy-alist): Abolished.
2425
2426         * wl-action.el (wl-summary-set-action-refile): Follow the change
2427         above.
2428
2429 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * wl-highlight.el (wl-highlight-signature-search): Don't use
2432         re-search-backward for a long word since it is possible to crash
2433         XEmacs because of a bug.
2434
2435 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2436
2437         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2438
2439 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2442         argument for wl-summary-sync-force-update.
2443
2444 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-summary.el (wl-summary-mode-map): Revival of
2447         wl-summary-mark-as-important related bindings;
2448         Bind 'F','tF','mF','rF','m&'.
2449         (wl-summary-mark-as-important-region): Revival.
2450         (wl-summary-target-mark-mark-as-important): Ditto.
2451         (wl-summary-target-mark-operation): New function.
2452         (wl-summary-target-mark-mark-as-answered): Use it.
2453         (wl-summary-decide-flag): Don't set Important as default.
2454         (wl-summary-mark-as-important-internal): Revival.
2455         (wl-summary-mark-as-important): Ditto.
2456
2457         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2458
2459         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2460         instead of facep.
2461
2462 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-dnd.el (wl-dnd-drop-func): Fix.
2465
2466         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2467         mouse-set-point instead of posn-point.
2468
2469         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2470
2471         * wl-mule.el (wl-completing-read-multiple): Ditto.
2472
2473 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2474
2475         * wl-demo.el (face-background-name): Defalias to avoid compile
2476         warning.
2477
2478 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2479
2480         * wl-summary.el (wl-summary-decide-flag): Use
2481         wl-completing-read-multiple instead of completing-read-multiple.
2482
2483         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2484         New alias.
2485
2486         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2487         Use face-background-name instead of face-background.
2488
2489         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2490
2491         * wl-summary.el (wl-summary-save): Use it.
2492         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2493
2494         * wl-mime.el (wl-mime-save-content): Fix last change.
2495
2496 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2497
2498         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2499         New function.
2500         (wl-summary-sort-specs): Added sort.
2501         * wl-mime.el (wl-mime-save-content): Expand file name.
2502
2503 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2506
2507         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2508
2509 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2510
2511         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2512         for flag if it is not defined.
2513
2514 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2515
2516         * wl-e21.el (wl-highlight-folder-current-line): Use
2517         elmo-folder-type-internal when elmo-folder-type returns nil.
2518
2519         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2520
2521         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2522
2523         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2524
2525         * wl-e21.el (wl-summary-toolbar): Ditto.
2526
2527         * wl-vars.el (wl-demo-background-color): Abolished.
2528         (wl-summary-persistent-mark-priority-list): Renamed from
2529         wl-summary-flag-priority-list.
2530         (wl-summary-flag-alist): New user option.
2531         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2532         (wl-message-mode-line-format-spec-alist): Added 'F'.
2533         (wl-message-mode-line-format): Likewise.
2534         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2535         instead of wl-summary-important-mark.
2536         (wl-file-folder-icon): New variable.
2537
2538         * wl-thread.el (wl-thread-set-flags): Renamed from
2539         wl-thread-mark-as-important.
2540
2541         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2542         warning.
2543         (wl-summary-mode-menu-spec): Follow the change of 
2544         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2545         (wl-summary-mode-map): Follow the change of
2546         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2547         (wl-summary-detect-mark-position): Follow the variable name change.
2548         (wl-summary-set-flags-region): New function for the replacement of
2549         wl-summary-mark-as-important-region.
2550         (wl-summary-sync-marks): Sync all global-flags.
2551         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2552         instead of elmo-message-flagged-p.
2553         (wl-summary-persistent-mark-string): Follow the variable name change;
2554         Put wl-summary-flag-mark if the message has global-flag.
2555         (wl-summary-target-mark-set-flags): Renamed from 
2556         wl-summary-target-mark-mark-as-important.
2557         (wl-summary-decide-flag): New function.
2558         (wl-summary-set-flags-internal): Renamed from
2559         wl-summary-mark-as-important-internal.
2560         (wl-summary-add-flags-internal): New function.
2561         (wl-summary-remove-flags-internal): Ditto.
2562         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2563         (wl-summary-mark-as-unimportant): Abolish.
2564         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2565         (wl-summary-next-message): List flagged messages in the msgdb.
2566
2567         * wl-score.el (wl-summary-score-update-all-lines): Use
2568         wl-summary-add-flags-internal instead of 
2569
2570         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2571
2572         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2573         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2574         (wl-message-buffer-require-all-header): Renamed from
2575         wl-message-buffer-all-header-flag (Ditto).
2576         (wl-message-buffer-flag-indicator): New variable.
2577         (wl-message-redisplay): Changed local varibale name from `flag' to
2578         `display-type'; Set up wl-message-buffer-flag-indicator.
2579         (wl-message-buffer-display): Changed varibale name from `flag' to
2580         `display-type'.
2581         (wl-message-display-internal): Likewise.
2582
2583         * wl-highlight.el (wl-highlight-demo-face): Define default background
2584         color.
2585         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2586
2587         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2588
2589         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2590         (wl-demo-setup-properties): Renamed from
2591         `wl-demo-set-background-color'.
2592         (wl-demo): Follow the change above.
2593         
2594         * Version number is increased to 2.11.24.
2595
2596 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-summary.el (wl-summary-toggle-thread): Call
2599         `wl-summary-rescan' with disable-thread as non-nil.
2600         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2601
2602 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2605         foreground property of the face.
2606         (wl-demo-insert-text): Don't set up face property here.
2607         (wl-demo): Call wl-demo-set-background-color, anyway.
2608
2609 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2610
2611         * wl-vars.el (wl-demo-background-color): The value can be nil.
2612
2613 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2614
2615         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2616         to wl-summary-wheel-dispatcher.
2617
2618         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2619         wl-message-wheel-dispatcher.
2620         (wl-message-wheel-dispatcher): New function.
2621         (wl-summary-wheel-dispatcher): Ditto.
2622
2623 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * wl-action.el (wl-summary-target-mark-all): List messages which are
2626         not in the killed-list.
2627
2628         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2629         only when the folder is 'flag/important.
2630
2631         * wl-address.el (wl-complete-field-body): Complete if the last
2632         character is a space.
2633
2634 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2635
2636         * wl-folder.el (wl-folder-clear-entity-info): Use
2637         elmo-clear-hash-val.
2638
2639         * wl-fldmgr.el (wl-fldmgr-rename): Set
2640         wl-folder-info-alist-modified as t.
2641
2642 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2643
2644         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2645
2646 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2647
2648         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2649         (wl-folder-buffer-last-visited-entity-id): New buffer local
2650         variable.
2651         (wl-folder-revisit-last-visited-folder): New function.
2652         (wl-folder-mode-map): Bind it to "C-i".
2653         (wl-folder-set-current-entity-id): Set last visited folder.
2654         * wl-summary.el (wl-summary-exit): Ditto.
2655
2656 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2659         before calling `recenter' in order to cope with an XEmacs bug.
2660
2661 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2662
2663         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2664         to the default value.
2665
2666 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2667
2668         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2669         change.
2670         (wl-summary-sync-marks): Ditto.
2671         (wl-summary-mark-as-read-internal): Ditto.
2672         (wl-summary-mark-as-answered-internal): Ditto.
2673         (wl-summary-mark-as-important-internal): Ditto.
2674         (wl-summary-reply): Ditto.
2675
2676         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2677         instead of `elmo-folder-unflag-answered'.
2678
2679         * Version number is increased to 2.11.23.
2680
2681         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2682         the last change.
2683
2684 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2685
2686         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2687         Specify "spam" or "good".
2688
2689 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2690
2691         * wl-spam.el (wl-summary-exec-action-spam): Call
2692         wl-folder-confirm-existence for spam folder.
2693         (wl-spam-setup): Bind "mk".
2694
2695 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2698
2699 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2700
2701         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2702         destination folder is empty.
2703
2704 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2705
2706         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2707         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2708
2709         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2710         (wl-summary-refile-prev-destination-region): New function.
2711         (wl-thread-refile-prev-destination): Ditto.
2712         (wl-summary-target-mark-refile-prev-destination): Ditto.
2713
2714 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2715
2716         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2717         (wl-demo-background-color): Changed default value.
2718
2719         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2720         color.
2721
2722         * wl-demo.el (wl-demo-set-background-color): New function.
2723         (wl-demo): Call it.
2724
2725 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2726
2727         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2728         * wl-address.el (wl-address-add-or-change): Don't add empty
2729         address.
2730
2731 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2732
2733         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2734
2735 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-vars.el (wl-demo-image-filter-alist): New variable
2738         (wl-demo-background-color): Ditto.
2739
2740         * wl-demo.el (wl-demo-xpm-set-background): New function.
2741         (wl-demo-image-filter): Ditto.
2742         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2743
2744         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2745
2746         * wl-demo.el (wl-demo-icon-name): Define as function.
2747         (wl-demo-insert-image): Use it.
2748
2749 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2750
2751         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2752
2753 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2754
2755         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2756
2757 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2758
2759         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2760
2761 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-thread.el (wl-thread-mark-as-answered): New function.
2764
2765         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2766         answered" entry.
2767         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2768         "r&" and wl-thread-mark-as-answered to "t&".
2769         (wl-summary-mark-as-important-region): Refine to toggle mark.
2770         (wl-summary-mark-as-answered-region): New function.
2771         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2772         and 3rd argument.
2773         (wl-summary-mark-as-important-internal): Likewise.
2774
2775 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-template.el (wl-template-preview): New internal variable.
2778         (wl-template-preview-p): New function.
2779         (wl-template-show): Bind `wl-template-preview' as t.
2780
2781 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2784         `elmo-message-entity-field' with 3rd argument which is non-nil.
2785
2786 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2789         Removed duplicate local bind `folder'.
2790
2791 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2794
2795 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2798         duplicate definition.
2799
2800 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2803         non-nil, use it; Don't fetch message if there's no message in the
2804         current cursor position.
2805
2806 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2807
2808         * wl-util.el (wl-region-exists-p): Use region-active-p.
2809         (wl-deactivate-region): New function.
2810         * wl-message.el (wl-message-redisplay): Deactivate region.
2811
2812         * wl-summary.el (wl-summary-reply): Call
2813         `wl-summary-set-message-buffer-or-redisplay' instead of
2814         `wl-summary-redisplay-internal', don't move point.
2815
2816 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2819         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2820         by regexp.
2821
2822 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2823
2824         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2825         if no need.
2826
2827 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2828
2829         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2830         default value to nil.
2831         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2832         `wl-summary-prepare-hook'; Replace refile action to
2833         `wl-summary-exec-action-refile-with-register'.
2834
2835         * Version number is increased to 2.11.22.
2836
2837 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838
2839         * wl-summary.el (wl-summary-detect-mark-position): Set
2840         `wl-summary-buffer-weekday-name-lang'.
2841
2842 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2843
2844         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2845         (wl-summary-mark-as-read-all): Ditto.
2846         (wl-summary-delete-messages-on-buffer): Ditto.
2847         (wl-summary-sync-update): Ditto.
2848         (wl-summary-mark-as-read-internal): Ditto.
2849         (wl-summary-mark-as-answered-internal): Ditto.
2850         (wl-summary-update-folder-info): Abolished.
2851
2852 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-summary.el (wl-summary-mark-as-read-all): Use
2855         `wl-summary-update-folder-info' instead of
2856         `wl-folder-update-unread'.
2857
2858 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2859
2860         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2861         `wl-summary-folder-info-update'.
2862         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2863         instead of `wl-summary-folder-info-update'.
2864         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2865         `wl-folder-set-folder-updated'.
2866         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2867         instead of `wl-folder-update-unread'.
2868         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2869         the value of `wl-summary-buffer-unread-count' for the second parameter of
2870         `wl-folder-update-unread'.
2871
2872         * Version number is increased to 2.11.21.
2873
2874 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2875
2876         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2877         a local variable.
2878
2879 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2882         interactively.
2883
2884         * wl-summary.el (wl-summary-mark-as-important-internal): New
2885         internal function.
2886         (wl-summary-mark-as-important): Use it.
2887         (wl-summary-mark-as-unimportant): New function.
2888         (wl-summary-sync-marks): Follow the API change.
2889
2890         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2891
2892         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2893
2894 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2895
2896         * wl-folder.el (wl-folder-update-unread): Re-indent.
2897         Narrow the scope of a local variable.
2898
2899 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2902         (wl-addrmgr-merge-entries): Ditto.
2903         (wl-addrmgr): Added to address entry which exists in draft buffer
2904         if no entry is in original.
2905
2906 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-batch.el: New file.
2909
2910 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2911
2912         * wl-vars.el (wl-use-semi): Remove unused variable.
2913
2914 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2915
2916         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2917         "?".
2918
2919 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2920
2921         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2922         wl-summary-new-mark.
2923         (wl-summary-new-cached-mark): New user option.
2924         (wl-summary-score-marks): Follow the change above.
2925         (wl-summary-auto-refile-skip-marks): Ditto.
2926         (wl-summary-incorporate-marks): Ditto.
2927         (wl-summary-expire-reserve-marks): Ditto.
2928
2929         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2930
2931         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2932         (wl-summary-persistent-mark-string): Distinguished between cached
2933         and uncached mark when the message is new.
2934
2935 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-spam.el (wl-spam-domain): Renamed from
2938         `wl-spam-folder-guess-domain'.
2939         (wl-summary-exec-action-spam): Register as spam if domain of the
2940         source folder is good.
2941         (wl-summary-exec-action-refile-with-register): Register message if
2942         domain of the source folder is not undecided.
2943
2944 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2945
2946         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2947         detect thread loop.
2948
2949 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2952         and wl-summary-skip-mark-list.
2953
2954 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2957
2958         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2959
2960         * wl-spam.el (toplevel): Require wl-highlight.
2961         (wl-spam-auto-check-policy-alist): Abolish.
2962         (wl-spam-auto-check-folder-regexp-list): New user option.
2963         (wl-spam-auto-check-marks): Ditto.
2964         (wl-spam-mark-action-list): Ditto.
2965         (wl-highlight-summary-spam-face): New face.
2966         (wl-spam-auto-check-message-p): New function.
2967         (wl-spam-map-spam-messages): Fixed message.
2968         (wl-spam-register-spam-messages): Ditto.
2969         (wl-spam-register-good-messages): Ditto.
2970         (wl-summary-spam-map): Add and remove keybind.
2971         (wl-summary-target-mark-spam): Abolish.
2972         (wl-summary-refile-spam): Ditto.
2973         (wl-summary-test-spam): New function.
2974         (wl-summary-mark-spam): Ditto.
2975         (wl-summary-auto-check-spam): Follow the above change.
2976         (wl-summary-exec-action-spam): New function.
2977         (wl-summary-exec-action-refile-with-register): Fixed message.
2978         (wl-message-check-spam): New function.
2979         (wl-spam-setup): Ditto.
2980         (toplevel): Call it if this file is loaded interactivity.
2981
2982         * Version number is increased to 2.11.20.
2983
2984 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2987         when new optional argument `force' is non nil or modified.
2988
2989 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl.el (toplevel): Require wl-spam when compile.
2992         (wl-save-status): Call wl-spam-save-status.
2993
2994         * wl-spam.el (wl-spam-register-spam-messages): New function.
2995         (wl-spam-register-good-messages): Ditto.
2996         (wl-spam-save-status): Ditto.
2997         (wl-summary-mode-map): Bind
2998         wl-summary-target-mark-register-as-spam to "ms" and
2999         wl-summary-target-mark-register-as-good to "mn".
3000         (wl-summary-register-as-spam): Abolish optional argument; Use
3001         wl-spam-register-spam-messages.
3002         (wl-summary-register-as-spam-all): Use
3003         wl-spam-register-spam-messages.
3004         (wl-summary-register-as-good): Abolish optional argument; Use
3005         wl-spam-register-good-messages.
3006         (wl-summary-register-as-good-all): Use
3007         wl-spam-register-good-messages.
3008         (wl-summary-target-mark-register-as-spam): New funtion.
3009         (wl-summary-target-mark-register-as-good): Ditto.
3010
3011 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3012
3013         * wl-spam.el: New file.
3014
3015 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3018
3019         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3020         (wl-summary-auto-refile): Call wl-refile-guess with
3021         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3022
3023 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3024
3025         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3026         with disable-thread argument non-nil.
3027
3028 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-summary.el (wl-summary-rescan): Added optional argument
3031         disable-thread.
3032         (wl-summary-sync): Call wl-summary-rescan with argument
3033         disable-thread.
3034         (wl-summary-input-range): Added new range `rescan-thread'.
3035
3036 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3037
3038         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3039
3040 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3043         internal variable.
3044         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3045         wl-summary-search-parent-by-subject-regexp and
3046         wl-summary-divide-thread-when-subject-changed as nil.
3047         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3048         (wl-summary-insert-thread): Search parent entity from
3049         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3050         thread loop.
3051
3052 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3055
3056         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3057
3058         * wl-util.el (wl-require-update-all-folder-p): New function.
3059         (wl-get-assoc-list-value): Added `function' to match directive.
3060         (wl-collect-draft): Rewrite.
3061
3062         * wl-summary.el (wl-summary-sync-update): Clear faces
3063         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3064         are non-nil.
3065         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3066         argument as function.
3067         (wl-summary-input-range): Ditto.
3068
3069         * wl-folder.el (wl-draft-get-folder): New function.
3070         (wl-folder-get-elmo-folder): Consider draft folder.
3071
3072         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3073         (wl-draft-buffer-message-number): New buffer local variable.
3074         (wl-draft-folder-internal): New internal variable.
3075         (wl-draft-delete): Rewrite.
3076         (wl-draft-save): Ditto.
3077         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3078         wl-folder-get-elmo-folder.
3079         (wl-draft-config-info-operation): Ditto.
3080         (wl-jump-to-draft-folder): Ditto.
3081         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3082         (wl-draft-reedit): Rewrite.
3083
3084         * Version number is increased to 2.11.19.
3085         
3086 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3087
3088         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3089         variable.
3090
3091 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3094         Use ignore-errors instead of unwind-protect.
3095
3096 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3097
3098         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3099         for updating `wl-thread-entity-list'.
3100
3101 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3102
3103         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3104         parameter from calling `wl-thread-entity-get-older-brothers' and
3105         `wl-thread-entity-get-younger-brothers'.
3106         Replace nested `append' with a single one.
3107
3108 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-summary.el (wl-summary-mode): Don't use the return value of
3111         `make-local-hook'.
3112
3113 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3114
3115         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3116         instead of `let*'.
3117         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3118         of local variables.
3119
3120 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3121
3122         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3123         Renamed from wl-summary-window-scroll-functions.
3124         (wl-summary-window-scroll-functions): Don't set to variable.
3125         (wl-summary-display-top): Use run-hooks.
3126         (wl-summary-display-bottom): Ditto.
3127         (wl-summary-toggle-disp-msg): Ditto.
3128         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3129         Use it instead of wl-summary-window-scroll-functions.
3130         (wl-summary-goto-folder-subr): Don't call
3131         wl-summary-window-scroll-functions, use
3132         wl-summary-buffer-window-scroll-functions instead.
3133
3134 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3137         make-local-variable.
3138
3139 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3140
3141         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3142         set-buffer-modified-p.
3143         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3144         (wl-summary-display-bottom): Ditto.
3145         (wl-summary-toggle-disp-msg): Ditto.
3146
3147 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3150
3151         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3152         (wl-summary-forward): Use elmo-message-entity-field instead of
3153         elmo-message-field.
3154
3155         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3156
3157 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * wl-summary.el (wl-summary-window-scroll-functions): No use
3160         `append'.
3161
3162 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3163
3164         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3165         function.
3166         (wl-summary-window-scroll-functions): Call it when both
3167         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3168         (wl-summary-temp-mark): Added optional argument number.
3169         (wl-summary-message-mark): Added optional argument flag.
3170         (wl-summary-persistent-mark): Added optional argument number and flag.
3171         (wl-summary-update-persistent-mark): Ditto.
3172         (wl-summary-update-status-marks): Set "r" for interactive spec.
3173
3174         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3175         argument number and flag.
3176
3177         * wl-action.el (wl-summary-registered-temp-mark): 
3178         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3179
3180 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3181
3182         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3183         internal variable (buffer local).
3184         (wl-summary-window-scroll-functions): New function.
3185         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3186         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3187         as nil.
3188         (wl-summary-update-status-marks): Added arguments beg, end and
3189         check.
3190         (wl-summary-update-mark-window): Use function.
3191         (wl-summary-sync-update): Follow the change above.
3192         (wl-summary-switch-to-clone-buffer): Copy
3193         wl-summary-buffer-unsync-mark-number-list.
3194         (wl-summary-goto-folder-subr): Set
3195         wl-summary-buffer-unsync-mark-number-list and
3196         use wl-summary-window-scroll-functions instead of
3197         wl-summary-lazy-highlight.
3198
3199         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3200
3201 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3202
3203         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3204
3205         * wl-summary.el (wl-summary-update-persistent-mark): Call
3206         wl-summary-set-message-modified.
3207
3208         * wl-summary.el (wl-summary-sync-update): Don't call
3209         wl-summary-update-status-marks.
3210
3211         * Version number is increased to 2.11.18.
3212
3213 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3214
3215         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3216         (wl-message-next-page): Ditto.
3217
3218 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3219
3220         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3221         local variable.  Change the order of a collected list into the
3222         same as the specified range.  Remove nil from a collected list.
3223
3224 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3225
3226         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3227         argument for elmo-folder-list-messages.
3228
3229 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3232         change (wl-summary-count-unreads return a list instead of a cons
3233         cell).
3234
3235 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3236
3237         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3238         `wl-summary-folder-info-update'.
3239
3240 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-summary.el (wl-summary-set-message-modified): No use
3243         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3244         (wl-summary-set-mark-modified): Abolish.
3245         (wl-summary-mark-modified-p): Ditto.
3246         (wl-summary-save-view): Follow the change above.
3247
3248         * wl-expire.el (wl-summary-expire): Likewise.
3249
3250 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3251
3252         * wl-summary.el (wl-summary-detect-mark-position): Use
3253         modb-entity-handler.
3254         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3255
3256         * Version number is increased to 2.11.17.
3257
3258 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3259
3260         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3261         entity field value.
3262         (wl-summary-prefetch-msg): Ditto.
3263         (wl-summary-print-message-with-ps-print): Ditto.
3264
3265 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3268         for dummy entity.
3269         (wl-summary-insert-thread): Use elmo-message-entity-field.
3270         (wl-summary-update-thread): Use elmo-message-entity-field and
3271         elmo-message-entity-number.
3272         (wl-summary-line-number):  Use elmo-message-entity-number.
3273         (wl-summary-line-size): Use elmo-message-entity-field.
3274         (wl-summary-line-subject): Ditto.
3275         (wl-summary-line-from): Ditto.
3276         (wl-summary-line-attached): Ditto.
3277         (wl-summary-create-line): Ditto.
3278         (wl-summary-create-line): Use elmo-message-entity-number.
3279         (wl-summary-print-message-with-ps-print): Use
3280         elmo-message-entity-field.
3281
3282 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3283
3284         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3285         change in elmo-msgdb-make-message-entity.
3286         (wl-summary-buffer-set-folder): Don't call
3287         wl-summary-detect-mark-position here.
3288         (wl-summary-rescan): Call elmo-message-entity-number.
3289         (wl-summary-sync-update): Ditto.
3290         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3291
3292         * wl-score.el (wl-score-header-index): Redefine 2th element.
3293         (wl-score-overview-entity-get-extra): Abolish.
3294         (wl-score-ov-entity-get): Rewrite.
3295         (wl-score-string-index<, wl-score-string-func<): Abolish.
3296         (wl-score-string<): New function.
3297         (wl-score-string-sort): Use it.
3298
3299         * wl-refile.el (wl-refile-guess-by-history): Use
3300         elmo-message-entity-field.
3301         (wl-refile-guess-by-from): Ditto.
3302         (wl-refile-guess-by-msgid): Ditto.
3303
3304         * Version number is increased to 2.11.16.
3305
3306 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3307
3308         * wl-folder.el (wl-folder-confirm-existence): Don't call
3309         file-exists-p if msgdb-path is nil.
3310         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3311         `wl-read-folder-hist' to `wl-read-folder-history'.
3312
3313 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3314
3315         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3316         `y-or-n-p'.
3317
3318 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-score.el (wl-score-headers): Don't use
3321         elmo-folder-do-each-message-entity.
3322
3323         * Version number is increased to 2.11.15.
3324
3325 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-summary.el (wl-summary-delete-all-msgs): Use
3328         elmo-folder-move-messages instead of elmo-folder-delete-messages
3329         and elmo-folder-detach-messages.
3330         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3331
3332         * wl-expire.el (wl-expire-delete): Ditto.
3333         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3334
3335 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3338         (wl-message-header-narrowing-fields): Ditto.
3339         (wl-message-header-narrowing-lines): Ditto.
3340         (wl-message-header-narrowing-string): Ditto.
3341
3342         * wl-summary.el (wl-summary-mode-map): Bind
3343         wl-summary-toggle-header-narrowing to "C-cC-f".
3344         (wl-summary-toggle-header-narrowing): New function.
3345
3346         * wl-message.el (wl-message-buffer-create): Call
3347         wl-message-header-narrowing-setup.
3348         (wl-message-redisplay): Call wl-message-header-narrowing.
3349         (wl-message-header-narrowing): New function.
3350         (wl-message-header-narrowing-map): New keymap.
3351         (wl-message-header-narrowing-widen-map): New keymap.
3352         (wl-message-header-narrowing-again-at-mouse): New function.
3353         (wl-message-header-narrowing-1): Ditto.
3354         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3355         (wl-message-header-narrowing-setup): Ditto.
3356         (wl-message-header-narrowing-toggle): Ditto.
3357         
3358         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3359
3360         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3361         'flag as all.
3362         (wl-use-flag-folder-help-echo): New user option.
3363
3364         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3365         wl-summary-highlight as nil.
3366         (wl-summary-set-mark-modified): Follow the API change.
3367         (wl-summary-mark-modified-p): Ditto.
3368         (wl-summary-mark-as-read-all): Ditto.
3369         (wl-summary-sync-marks): Don't call
3370         elmo-folder-list-messages-with-global-mark.
3371         (wl-summary-mark-as-read-internal): Follow the API change.
3372         (wl-summary-mark-as-answered-internal): Ditto.
3373         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3374         Follow the API change.
3375         (wl-summary-create-line): Call with number argument.
3376         (wl-summary-reply): Follow the API change.
3377
3378         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3379         function.
3380         (wl-highlight-summary-line-string): Call it when
3381         wl-use-flag-folder-help-echo is non-nil.
3382         (wl-highlight-summary-current-line): Ditto.
3383         (elmo-flag-folder-referrer): Added autoload setting.
3384
3385         * wl-draft.el (wl-draft-kill): Follow the API change.
3386
3387         * Version number is increased to 2.11.14.
3388         
3389 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3390
3391         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3392
3393 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * Version number is increased to 2.11.13.
3396
3397 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3398
3399         * wl-draft.el (wl-draft-previous-history-element): Fixed
3400         unbalanced parenthesis and bind unbound local variables.
3401
3402 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3403
3404         * wl-draft.el (wl-draft-previous-history-element): New function.
3405         (wl-draft-next-history-element): Ditto.
3406         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3407         them to M-p and M-n.
3408
3409 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3410
3411         * Version number is increased to 2.11.12.
3412
3413 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3414
3415         * wl-draft.el (wl-draft-hide): Select buffer-window.
3416
3417 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3418
3419         * wl-summary.el (wl-summary-narrow-to-region): New function.
3420         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3421         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3422         (wl-summary-save-region): Use it.
3423         * wl-action.el (wl-summary-collect-numbers-region)
3424         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3425
3426 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3427
3428         * wl-folder.el (wl-folder-count-incorporates): Don't use
3429         `elmo-msgdb-mark-load'
3430
3431         * Version number is increased to 2.11.11.
3432
3433 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3434
3435         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3436         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3437
3438 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3441
3442 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3443
3444         * Version number is increased to 2.11.10.
3445
3446 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3447
3448         * wl-mime.el (wl-draft-attribute-value): Fixed.
3449
3450 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3451
3452         * wl-util.el (wl-copy-local-variables): New function.
3453
3454         * wl-mime.el (wl-draft-attribute-recipients): New function.
3455         (wl-draft-attribute-envelope-from): Ditto.
3456         (wl-draft-attribute-smtp-posting-server): Ditto.
3457         (wl-draft-attribute-smtp-posting-port): Ditto.
3458         (wl-draft-attribute-value): Ditto.
3459         (wl-draft-preview-message): Use it to get value for
3460         attributes. Reflect result of `wl-draft-config'.
3461
3462         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3463         and call `wl-summary-mark-as-read' before to call
3464         `wl-summary-unset-mark'.
3465         (wl-summary-target-mark-mark-as-unread): Likewise.
3466         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3467
3468 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3469
3470         * wl-mime.el (wl-draft-preview-message): Use actual value for
3471         attributes; Fix for small window.
3472
3473 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3474
3475         * wl-refile.el (wl-refile-get-field-value): Call
3476         `elmo-message-entity-field' with 3rd argument is non-nil.
3477
3478 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * wl-vars.el (wl-draft-preview-attributes): New user option.
3481         (wl-draft-preview-attributes-list): Ditto.
3482         (wl-draft-preview-attributes-buffer-lines): Ditto.
3483         (wl-draft-preview-attributes-buffer-name): Ditto.
3484
3485         * wl-mime.el (wl-draft-preview-message): Display attributes.
3486
3487 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-summary.el (wl-summary-detect-mark-position): Bind
3490         wl-summary-flag-priority-list to '(new).
3491
3492 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3493
3494         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3495         funtion.
3496         (wl-highlight-summary-line-string): Use it.
3497         (wl-highlight-summary-current-line): Ditto.
3498
3499 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3502         line even when the mark string is not changed.
3503
3504         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3505         argument change in the wl-summary-create-line.
3506         (wl-thread-insert-entity-sub): Ditto.
3507
3508         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3509         argument change in the wl-summary-create-line.
3510         (wl-summary-insert-sequential): Ditto.
3511         (wl-summary-update-thread): Ditto.
3512         (wl-summary-persistent-mark-string): New inline function.
3513         (wl-summary-message-mark): Use it.
3514         (wl-summary-create-line): Abolish argument wl-persistent-mark
3515         and added wl-flags, wl-cached.
3516
3517         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3518         mark to flags.
3519         (wl-highlight-summary-current-line): Decide the face not by the 
3520         persistent mark but flags.
3521
3522 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3523
3524         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3525         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3526         wl-summary-read-uncached-mark): Revive.
3527         (wl-summary-answered-cached-mark,
3528         wl-summary-answered-uncached-mark): New user option.
3529         (wl-summary-score-marks): Follow the change above.
3530         (wl-summary-auto-refile-skip-marks): Ditto.
3531         (wl-summary-incorporate-marks): Ditto.
3532         (wl-summary-expire-reserve-marks): Ditto.
3533         (wl-summary-flag-priority-list): New user option.
3534
3535         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3536         changes.
3537         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3538         of elmo-message-mark.
3539         (wl-summary-mark-as-read-internal): Ditto.
3540         (wl-summary-mark-as-answered): Ditto.
3541         (wl-summary-mark-as-important): Ditto.
3542         (wl-summary-redisplay-internal): Ditto.
3543         (wl-summary-redisplay-no-mime-internal): Ditto.
3544         (wl-summary-message-mark): New function.
3545         (wl-summary-insert-sequential): Use wl-summary-message-mark
3546         instead of elmo-message-mark.
3547         (wl-summary-update-thread): Ditto.
3548         (wl-summary-persistent-mark): Ditto.
3549         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3550         instead of elmo-message-mark.
3551
3552         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3553         wl-summary-message-mark instead of elmo-message-mark.
3554         (wl-thread-insert-entity-sub): Ditto.
3555         (wl-thread-get-children-msgs-uncached): Ditto.
3556
3557         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3558         variable name changes.
3559         (wl-highlight-summary-current-line): Ditto.
3560
3561         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3562         wl-summary-message-mark instead of elmo-message-mark.
3563
3564         * wl-expire.el (wl-expire-message-p): Ditto.
3565
3566         * wl-score.el (wl-score-headers): Ditto.
3567
3568         * Version number is increased to 2.11.9.
3569
3570         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3571         (wl-summary-sync-update): Follow the change above.
3572         (wl-summary-switch-to-clone-buffer): Ditto.
3573         (wl-summary-open-folder): Ditto.
3574
3575 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3576
3577         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3578         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3579
3580         * Version number is increased to 2.11.8.
3581
3582         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3583
3584         * wl-expire.el (wl-expire-refile): Follow the API change on
3585         `elmo-folder-move-messages'.
3586         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3587
3588         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3589         (wl-summary-exec-action-refile): Ditto.
3590         (wl-summary-exec-action-copy): Ditto.
3591         (wl-summary-no-auto-refile-message-p): No use
3592         `wl-summary-buffer-msgdb'.
3593         (wl-summary-auto-refile): Ditto.
3594
3595 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3596
3597         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3598
3599 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3600
3601         * wl-summary.el (wl-summary-sync): Treat no-sync.
3602
3603         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3604         (wl-default-sync-range): Ditto.
3605
3606 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3607
3608         * wl-refile.el (wl-refile-subject-learn): Call
3609         `elmo-message-entity-field' with 3rd argument is non-nil.
3610         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3611         instead of `elmo-msgdb-overview-entity-get-subject'.
3612
3613 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3616         scan-type is rescan.
3617         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3618         new optional argument force is non-nil.
3619         (wl-summary-save-view-cache): Call it with force argument non-nil.
3620
3621         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3622
3623 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3624
3625         * wl-action.el (wl-summary-print-argument): Fixed last change.
3626
3627 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3628
3629         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3630         simplified.
3631         (wl-summary-target-mark-mark-as-unread): Likewise.
3632         (wl-summary-target-mark-mark-as-important): Likewise.
3633
3634 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3635
3636         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3637         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3638         (wl-summary-mark-as-important-region): Change accordingly.
3639         (wl-summary-target-mark-mark-as-important): Ditto.
3640
3641 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3644
3645         * wl-action.el (wl-summary-print-argument): Print argument to
3646         right side of window if `wl-summary-print-argument-within-window'
3647         is non-nil.
3648
3649 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3650
3651         * wl-action.el (wl-summary-set-mark): Use
3652         `wl-summary-message-visible-p' to check visibility of the message
3653         and jump to message only when the message line is visible and have
3654         different number; Call wl-summary-unset-mark with number argument.
3655         (wl-summary-unset-mark): 
3656         Use `wl-summary-message-visible-p'
3657         to check visibility of the message and jump to message only when
3658         the message line is visible and have different number;
3659
3660 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661
3662         * Version number is increased to 2.11.7.
3663
3664         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3665         and wl-folder-summary-line-format.
3666
3667         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3668         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3669         (wl-summary-set-score-mark): Use it.
3670         (wl-summary-target-mark-mark-as-read): Ditto.
3671         (wl-summary-target-mark-mark-as-unread): Ditto.
3672         (wl-summary-target-mark-mark-as-important): Ditto.
3673         (wl-summary-target-mark-msgs): Simplified.
3674         (wl-summary-detect-mark-position): Fixed problem when
3675         summary-line-format no contain persisten/temp mark spec.
3676         (wl-summary-temp-mark): Ditto.
3677         (wl-summary-persistent-mark): Ditto.
3678         (wl-summary-update-persistent-mark): Ditto.
3679
3680         * wl-action.el (wl-summary-set-mark): Ditto.
3681         (wl-summary-unset-mark): Ditto.
3682         All other related portions are changed.
3683
3684 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * Version number is increased to 2.11.6.
3687
3688 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-util.el (wl-current-message-buffer): Define as function;
3691         Don't use the value of wl-messge-buffer.
3692
3693         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3694         persistent mark.
3695
3696         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3697         no current message, cause an error.
3698
3699 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3700
3701         * wl-summary.el (wl-summary-set-message-modified): Use
3702         elmo-folder-set-message-modified instead of
3703         elmo-folder-set-message-modified-internal.
3704
3705 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3708         interactively.
3709         (wl-summary-sync): nokill->entirely.
3710         (wl-summary-sync-marks): Fixed message.
3711         (wl-summary-input-range): Added mark, nokill->entirely.
3712
3713         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3714         messages as read.
3715
3716 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3717
3718         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3719         update-noscore.
3720         (wl-summary-sync): Follow the change above.
3721
3722 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3723
3724         * wl-action.el (wl-summary-target-mark-all): Use
3725         elmo-folder-list-messages.
3726
3727 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3728
3729         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3730         (wl-summary-rescan): Set wl-summary-scored as nil.
3731         (wl-summary-sync-force-update): Follow the change above.
3732         (wl-summary-sync): Ditto.
3733         (wl-summary-sync-update): Added argument disable-killed.
3734         (wl-summary-insert-headers): Set visible-only argument for
3735         elmo-folder-list-messages.
3736         (wl-summary-input-range): Added update-nokill, update-noscore,
3737         all-nokill, all-noscore and mark.
3738
3739         * Version number is increased to 2.11.5.
3740
3741         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3742
3743 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3744
3745         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3746         (wl-summary-prefetch-region-no-mark): Change accordingly.
3747         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3748
3749 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3750
3751         * wl-address.el (wl-complete-field-to): Abolished.
3752         (wl-complete-address): Completion function for completing-read.
3753         * wl-action.el (wl-summary-get-resend-address): Use it.
3754
3755         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3756         wl-summary-update-mark and abolish unused argument.
3757         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3758         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3759         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3760         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3761         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3762         * wl-draft.el (wl-draft-kill): Ditto.
3763
3764         * wl-summary.el: Remove unused binding of case-fold-search.
3765         (wl-summary-replace-status-marks): Abolished.
3766
3767 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3770         is specified or folder length is zero.
3771
3772 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3773
3774         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3775         (wl-folder-archive-current-entity): Ditto.
3776
3777 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3778
3779         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3780         retrieving message mark.
3781         (wl-summary-redisplay-internal): Ditto.
3782
3783         * wl-message.el (wl-message-buffer-display): Ignore errors while
3784         retrieving message-id field.
3785
3786         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3787         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3788         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3789         order of the arguments for `wl-expire-message-p'.
3790         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3791
3792         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3793         Check return value of wl-summary-reply.
3794         (wl-summary-reply): Recover window configuration when an error occured.
3795
3796 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3797
3798         * wl-summary.el (wl-summary-resend-message): Abolished, the
3799         feature is inherited by wl-summary-resend (put resend mark).
3800
3801 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3802
3803         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3804         wl-message-buffer to nil when the message is hide.
3805
3806 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3807
3808         * .cvsignore: New file.
3809
3810 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3811
3812         * wl-action.el (wl-summary-action-docstring): Add more info.
3813         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3814         duplicate definition.
3815         (wl-summary-define-mark-action): Functions wl-summary-*-region
3816         keep current position.
3817         (wl-summary-unregister-target-mark): Store result to the variable.
3818
3819 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * Version number is increased to 2.11.4.
3822
3823 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3826         wl-summary-delete-all-temp-marks.
3827         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3828
3829         * wl-action.el (wl-summary-set-mark): Changed terminology
3830         refile-destination -> action-argument.
3831         (wl-summary-unset-mark): Ditto.
3832         (wl-summary-remove-argument): Ditto.
3833         (wl-summary-print-argument): Ditto.
3834
3835         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3836         (wl-thread-remove-argument-region): Ditto.
3837         (wl-thread-print-argument-region): Ditto.
3838         (wl-thread-close): Ditto.
3839         (wl-thread-open): Ditto.
3840
3841         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3842         (wl-highlight-refile-destination-face is abolished)
3843         (wl-highlight-action-argument-string): Ditto.
3844         (wl-highlight-summary-current-line): Highlight action argument.
3845
3846         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3847         color for light backgrounds.
3848         (wl-highlight-summary-answered-face): Ditto.
3849
3850 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3851
3852         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3853
3854         * wl-score.el (wl-summary-score-update-all-lines): Use
3855         wl-summary-set-mark.
3856         (wl-summary-score-update-all-lines): Kill expunged messages.
3857
3858         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3859
3860 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3863         directly.
3864         (wl-score-overview-entity-get-lines): Ditto.
3865         (wl-score-overview-entity-get-xref): Ditto.
3866         (wl-score-get-latest-msgs): Ditto.
3867         (wl-summary-rescore): Ditto.
3868
3869         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3870         to "&".
3871         (wl-summary-mark-as-answered-internal): New inline function.
3872         (wl-summary-mark-as-answered): New function.
3873         (wl-summary-mark-as-unanswered): Ditto.
3874         (wl-summary-sync-marks): Modified for answered-mark synching.
3875
3876 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3877
3878         * wl-action.el (wl-summary-set-mark): Fixed last change.
3879
3880 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3881
3882         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3883         behavior of wl-summary-unread-message-hook
3884         (Pointed out by akira yamada <akira@arika.org>).
3885
3886 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3887
3888         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3889         wl-summary-delete.
3890         * wl-xmas.el (wl-summary-toolbar): Ditto.
3891
3892         * wl-action.el (wl-summary-set-mark): Don't override current
3893         temp-mark.
3894
3895         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3896
3897 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3900         (wl-refile-msgid-learn): Ditto.
3901         (wl-refile-get-field-value): Ditto.
3902
3903         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3904
3905         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3906         (wl-expire-delete-reserved-messages): Renamed from
3907         wl-expire-reserve-marked-msgs-from-list.
3908         (wl-expire-delete): Removed argument `msgdb'.
3909         (wl-expire-refile): Ditto.
3910         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3911         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3912         mark-alist as argument.
3913         (wl-expire-archive-number1): Removed argument `msgdb'.
3914         (wl-expire-archive-number2): Ditto.
3915         (wl-expire-archive-date): Ditto.
3916         (wl-expire-localdir-date): Ditto.
3917         (wl-expire-hide): Ditto.
3918         (wl-archive-number1): Ditto.
3919         (wl-archive-number2): Ditto.
3920         (wl-archive-date): Ditto.
3921         (wl-archive-folder): Ditto.
3922         All other related portions are changed.
3923
3924 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3925
3926         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3927         mean move up and down. (suggested by Takashi Kawachi)
3928
3929 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3930
3931         * wl-acap.el (toplevel): Don't require un-define.
3932
3933 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3934
3935         * wl-thread.el (wl-thread-delete-message): Always update
3936         wl-summary-buffer-number-list.
3937
3938         * wl-action.el (wl-summary-print-destination): 
3939         Do nothing when folder is nil.
3940
3941 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3942
3943         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3944         persistent mark when prefetch is succeeded.
3945
3946 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3949         instead of elmo-msgdb-delete-msgs.
3950         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3951         (wl-expire-hide): Ditto.
3952
3953         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3954
3955         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3956         elmo-msgdb interface.
3957         (wl-thread-get-exist-children): Likewise.
3958         (wl-thread-insert-message): Likewise.
3959         (wl-thread-msg-mark-as-important): Likewise.
3960         (wl-thread-insert-entity-sub): Likewise.
3961         (wl-thread-get-children-msgs-uncached): Likewise.
3962
3963         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3964         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3965         (wl-summary-sync-update): Likewise.
3966         (wl-summary-auto-select-msg-p): Likewise.
3967         (wl-summary-update-thread): Likewise.
3968         (wl-summary-mark-as-important): Likewise.
3969         (wl-summary-jump-to-msg-internal): Likewise.
3970         (wl-summary-redisplay-internal): Likewise.
3971         (wl-summary-print-message-with-ps-print): Likewise.
3972         (wl-summary-folder-info-update): Likewise.
3973
3974         * wl-folder.el (wl-folder-check-one-entity):
3975         elmo-folder-count-flags instead of wl-summary-count-unread.
3976
3977         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3978
3979         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3980
3981         * wl-summary.el (wl-summary-set-message-modified): 
3982         Call wl-summary-set-mark-modified.
3983         (wl-summary-delete-messages-on-buffer): Call
3984         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3985         (wl-summary-sync-update): Call elmo-folder-length instead of
3986         elmo-folder-messages.
3987         (wl-summary-insert-headers): Don't call
3988         elmo-folder-list-message-entities.
3989
3990 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3991
3992         * wl-action.el (wl-summary-define-mark-action): Call
3993         `wl-summary-set-mark' with argument `data'.
3994         (wl-summary-auto-refile): Fixed order of arguments when call
3995         `wl-summary-refile'.
3996
3997 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3998
3999         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4000
4001         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4002
4003         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4004         (Renamed from wl-highlight-summary-deleted-face).
4005         (wl-highlight-summary-resend-face): New face.
4006
4007         (wl-highlight-summary-deleted-face): Renamed from
4008         wl-highlight-summary-erased-face.
4009
4010         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4011
4012         * wl-action.el (wl-summary-get-resend-address): New function.
4013         (wl-summary-exec-action-resend): Ditto.
4014         (wl-summary-exec-action-resend-subr): Ditto.
4015
4016         * w-thread.el (wl-thread-copy): Removed definition.
4017         (wl-thread-refile): Ditto.
4018         (wl-thread-delete): Ditto.
4019         (wl-thread-target-mark): Ditto.
4020
4021         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4022         (wl-summary-target-mark-set-action): Fixed.
4023         (wl-summary-define-mark-action): Fixed quotation.
4024         (wl-summary-move-mark-list-messages): Display message.
4025         (wl-summary-define-mark-action): Define thread functions.
4026         (wl-summary-exec-action-refile): Changed message.
4027         (wl-summary-exec): Ditto.
4028
4029 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4030         
4031         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4032         '%%'.
4033
4034 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl.el (toplevel): Require wl-action.
4037         (wl-init): Call wl-summary-define-mark-action.
4038
4039         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4040
4041         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4042         wl-summary-delete and wl-summary-erase.
4043         (wl-summary-mode-map): Ditto.
4044
4045         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4046         wl-delete-folder-alist.
4047
4048         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4049         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4050         (toplevel): Moved mark & action related functions to the wl-action.el.
4051
4052         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4053         in wl-summary-mark-action-list.
4054         (wl-highlight-summary-current-line): Ditto.
4055
4056         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4057         empty lines.
4058
4059         * wl-action.el: New file. 
4060
4061 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4062
4063         * wl-summary.el (wl-summary-target-mark-replace): New function.
4064         (wl-summary-target-mark-prefetch): Use it.
4065         (wl-summary-target-mark-delete): Ditto.
4066         (toplevel): Rearranged definition order.
4067         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4068         (wl-summary-target-mark-erase): Rewrite.
4069         (wl-summary-erase-region): New function.
4070         (wl-summary-exec-action-erase): Changed message.
4071         (wl-summary-move-mark-list-messages): New function.
4072         (wl-summary-exec-action-delete): Use it.
4073         (wl-summary-exec-action-erase): Ditto.
4074
4075         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4076         (wl-summary-skip-mark-list): Added "d".
4077
4078         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4079         while searching.
4080
4081         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4082         and define using defcustom;
4083         Define 4th element as a face.
4084         
4085         * wl-summary.el (wl-summary-incorporate): Use 
4086         `wl-summary-prefetch-region-no-mark' instead of
4087         `wl-summary-prefetch-region'.
4088         (wl-summary-prefetch-region-no-mark): Revival of old
4089         `wl-summary-prefetch-region'.
4090         (wl-summary-mark-action-list): Moved to wl-vars.el
4091
4092         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4093         face according to the `wl-summary-mark-action-list'.
4094         (wl-highlight-summary-current-line): Ditto;
4095         Removed destination highlighting.
4096
4097         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4098         (wl-highlight-summary-line-string): Highlight for "i" mark.
4099         (wl-highlight-summary-current-line): Ditto.
4100
4101         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4102         no destination.
4103
4104         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4105         exists, just go ahead.
4106         (wl-summary-prefetch-region): Rewrite.
4107         (wl-summary-prefetch): Ditto.
4108         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4109         (wl-summary-exec-action-prefetch): New function.
4110         (wl-summary-target-mark-prefetch): Rewrite.
4111
4112 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4115         (wl-highlight-summary-line-string): Added "d" and "D".
4116         (wl-highlight-summary-current-line): Ditto.
4117
4118         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4119         in wl-summary.el.
4120         (wl-thread-insert-entity-sub): Ditto.
4121         (wl-thread-remove-destination-region): Ditto.
4122         (wl-thread-print-destination-region): Ditto.
4123
4124         * wl-summary.el (wl-summary-buffer-refile-list,
4125         wl-summary-buffer-delete-list,
4126         wl-summary-buffer-copy-list): Abolish.
4127         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4128         All other related portions are changed.
4129         (wl-summary-mark-action-list): New variable.
4130         (wl-summary-set-mark): New function.
4131         (wl-summary-register-target-mark): Ditto.
4132         (wl-summary-unregister-target-mark): Ditto.
4133         (wl-summary-have-target-mark-p): Ditto.
4134         (wl-summary-register-temp-mark): Ditto.
4135         (wl-summary-unregister-temp-mark): Ditto.
4136         (wl-summary-registered-temp-mark): Ditto.
4137         (wl-summary-collect-temp-mark): Ditto.
4138         (wl-summary-unset-mark): Ditto.
4139         (wl-summary-set-target-mark): Ditto.
4140         (wl-summary-unset-target-mark): Ditto.
4141         (wl-summary-set-action-generic): Ditto.
4142         (wl-summary-unset-action-generic): Ditto.
4143         (wl-summary-exec-action-delete): Ditto.
4144         (wl-summary-exec-action-erase): Ditto.
4145         (wl-summary-set-action-refile): Ditto.
4146         (wl-summary-set-action-refile-subr): Ditto.
4147         (wl-summary-unset-action-refile): Ditto.
4148         (wl-summary-make-destination-numbers-list): Ditto.
4149         (wl-summary-exec-action-refile): Ditto.
4150         (wl-summary-set-action-copy): Ditto.
4151         (wl-summary-unset-action-copy): Ditto.
4152         (wl-summary-exec-action-copy): Ditto.
4153         (wl-summary-collect-numbers-region): Ditto.
4154         (wl-summary-delete): Rewrite.
4155         (wl-summary-erase): Ditto.
4156         (wl-summary-remove-destination): Ditto.
4157         (wl-summary-exec): Ditto.
4158         (wl-summary-exec-region): Ditto.
4159         (wl-summary-target-mark-erase): Ditto.
4160         (wl-summary-refile): Ditto.
4161         (wl-summary-copy): Ditto.
4162         (wl-summary-unmark): Ditto.
4163         (wl-summary-delete-all-mark): Ditto.
4164         (wl-summary-mark-line): Don't highlight.
4165         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4166         (wl-summary-target-mark-refile-subr): Rewrite.
4167
4168         (wl-summary-copy-prev-destination): Abolish.
4169
4170 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4171
4172         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4173         default values along the value of wl-on-mule.
4174         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4175         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4176         It is not used anywhere.
4177
4178 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4179
4180         * wl-summary.el (wl-summary-print-destination): Keep position.
4181         (wl-summary-cursor-move-surface): Keep horizontal position.
4182
4183 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4184
4185         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4186         write sendlog.
4187
4188 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4189
4190         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4191         `wl-summary-highlight'.
4192
4193 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4194
4195         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4196         trivial condition for temp-mark.
4197
4198 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4199
4200         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4201         when it hits killed buffer.
4202
4203 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4204
4205         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4206         * wl-news.el.in: `message' and `error' take format string.
4207
4208 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4209
4210         * wl-folder (wl-folder-insert-entity): Display a message,
4211         `...done', when the work finish.
4212         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4213
4214 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4215
4216         * wl-message.el (wl-message-redisplay): Remove unused local
4217         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4218
4219 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4220
4221         * wl-summary.el (wl-summary-replace-status-marks): Disable
4222         interactive use.
4223         (wl-summary-reedit): Check message existence at first.
4224         (wl-summary-mark-line): Fix doc, return value is indefinite.
4225
4226         * wl-highlight.el (wl-highlight-message): Arranged.
4227
4228         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4229         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4230         check temp-mark by wl-summary-temp-mark always.
4231         (wl-highlight-summary): Change accordingly.
4232         * wl-summary.el (wl-summary-mark-as-read-all)
4233         (wl-summary-delete-cache, wl-summary-set-score-mark)
4234         (wl-summary-mark-as-unread, wl-summary-unmark)
4235         (wl-summary-mark-line, wl-summary-mark-as-read)
4236         (wl-summary-mark-as-important): Ditto.
4237
4238         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4239         end of the window if possible.
4240         * wl-summary.el (wl-summary-sync-update): Support lazy
4241         highlighting.
4242         (wl-summary-toggle-disp-msg): Ditto.
4243
4244 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4245
4246         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4247
4248 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4249
4250         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4251         change.
4252
4253 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4256         API.
4257         (wl-summary-sync-update): Ditto.
4258
4259         * wl-score.el (wl-score-get-score-alist): Changed argument.
4260         (wl-summary-rescore-msgs): Likewise.
4261         (wl-summary-score-headers): Likewise.
4262         (wl-score-headers): Likewise;
4263         Use elmo-folder-do-each-message-entity, etc.
4264         (wl-summary-score-effect): Follow the changes above.
4265         (wl-summary-rescore): Ditto.
4266         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4267         (wl-score-get-overview): Abolish.
4268
4269         * wl-summary.el (wl-summary-default-from): Follow the API change in
4270         elmo-msgdb.
4271         (wl-summary-count-unread): Ditto.
4272         (wl-summary-detect-mark-position): Ditto.
4273         (wl-summary-overview-entity-compare-by-date): Ditto.
4274         (wl-summary-overview-entity-compare-by-number): Ditto.
4275         (wl-summary-overview-entity-compare-by-from): Ditto.
4276         (wl-summary-overview-entity-compare-by-subject): Ditto.
4277         (wl-summary-get-list-info): Ditto.
4278         (wl-summary-rescan): Ditto.
4279         (wl-summary-jump-to-msg-by-message-id): Ditto.
4280         (wl-summary-sync-update): Ditto; Removed comment.
4281         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4282         (wl-summary-insert-message): Use wl-summary-insert
4283         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4284         (wl-summary-insert-headers): Changed argument overview to folder.
4285         (wl-summary-search-by-subject): Likewise.
4286         (wl-summary-insert-thread): Renamed from 
4287         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4288
4289         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4290         too.
4291
4292         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4293         wl-string-member.
4294
4295 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4298         elmo-folder-append-buffer.
4299         (wl-draft-queue-append): Likewise.
4300
4301         * wl-mime.el (wl-message-delete-current-part): Ditto.
4302         (wl-summary-burst-subr): Ditto.
4303
4304         * wl-news.el.in (wl-news-send-news): Ditto.
4305
4306 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4309         function.
4310         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4311         (wl-summary-update-mark): Enclose with save-excursion.
4312         (wl-summary-mark-as-read-internal): Fixed last change.
4313         (wl-summary-mark-as-important): Use 3rd argument of
4314         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4315         Don't use elmo-msgdb-set-mark.
4316         (wl-summary-redisplay-internal): If msgdb flag is already read,
4317         just update the mark on buffer.
4318
4319 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4320
4321         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4322         cut visible folder when elmo-folder-delete returns non-nil value.
4323
4324 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4325
4326         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4327         by Kenichi OKADA <okada@opaopa.org>).
4328
4329 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4330
4331         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4332
4333 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4334
4335         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4336         Fixed the last change, search group entity by its real name.
4337         (Thanks to: KOBAYASHI Shinji)
4338
4339 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4340
4341         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4342         (wl-fldmgr-access-display-all): Don't refer visible name.
4343         * wl-expire.el (wl-folder-archive-current-entity)
4344         (wl-folder-expire-current-entity): Ditto.
4345         * wl-folder.el (wl-folder-jump-to-current-entity)
4346         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4347         (wl-folder-open-folder-sub,wl-folder-open-all)
4348         (wl-folder-write-current-folder): Ditto.
4349         (wl-folder-insert-entity): Don't use petname for normal group.
4350         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4351         is the real name.
4352         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4353         Abolished.
4354
4355 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4356
4357         * wl-draft.el (wl-draft-create-buffer): Add
4358         `wl-summary-reply-with-citation'
4359
4360 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4361
4362         * wl-draft.el (wl-draft-reply): Fixed.
4363
4364 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4367         when `wl-draft-send-confirm-with-preview' is non-nil.
4368         You can scroll up/down by j/k.
4369         (wl-draft-send-confirm-with-preview): New variable (default=t).
4370
4371 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4374         (wl-fldmgr-save-folders): Fix comment.
4375
4376 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4379         along the last change in `wl-folder-buffer-group-p'.
4380
4381 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4384         folder.
4385
4386         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4387         the default value.
4388
4389         * wl-mime.el (wl-summary-burst): Update summary only when target
4390         folder equals current folder.
4391
4392 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4395
4396 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4399         value.
4400
4401 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4404         `map-extents' instead of `extent-at' repeatedly.
4405         (wl-highlight-folder-current-line): Ditto.
4406
4407         * wl-highlight.el: Remove useless dummy functions.
4408
4409 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4412         (wl-folder-put-folder-property): New function to put text property.
4413         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4414         (wl-folder-insert-entity, wl-folder-update-diff-line)
4415         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4416         * wl-e21.el, wl-xmas.el, wl-mule.el
4417         (wl-highlight-folder-current-line): Ditto.
4418         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4419         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4420         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4421         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4422
4423 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * Version number is increased to 2.11.3.
4426
4427 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4430         Resume current-buffer since it is assumed by remaining tasks.
4431
4432 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4435         (wl-folder-completion-function): Abolished.
4436         (wl-folder-complete-folder): New function.
4437         (wl-folder-complete-filter-condition): Ditto.
4438         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4439         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4440
4441 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-draft.el (wl-draft-send-confirm): New function.
4444         (wl-draft-send): Use it.
4445
4446         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4447         cursor-in-echo-area while confirming.
4448
4449         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4450
4451         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4452         searching via nntp if wl-summary-search-via-nntp is 'force.
4453         Otherwise, invoke searching in nntp folder only.
4454         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4455
4456         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4457         explicitly for mime-make-text-tag.
4458
4459 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4460
4461         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4462         `mime-make-text-tag' instead of `mime-create-tag'.
4463
4464 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4465
4466         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4467         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4468
4469 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-score.el (wl-score-save): Bind print-length and print-level.
4472         (wl-score-pretty-print): Ditto.
4473         (wl-score-edit-insert-header-entry): Ditto.
4474
4475         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4476         "From" entry to be treated with wl-draft-eword-encode-address-list.
4477         * wl-mime.el (wl-draft-preview-message): Ditto.
4478
4479         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4480         (wl-summary-mark-as-unread): Ditto.
4481         (wl-summary-mark-as-read-region): Change accordingly.
4482         (wl-summary-mark-as-unread-region): Ditto.
4483         (wl-summary-target-mark-mark-as-read): Ditto.
4484         (wl-summary-target-mark-mark-as-unread): Ditto.
4485
4486 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * Version number is increased to 2.11.2.
4489
4490 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-news.el.in (wl-news-previous-version-save): Bind
4493         print-length and print-level.
4494         * wl-thread.el (wl-thread-save-entities): Ditto.
4495         (wl-thread-save-top-list): Bind print-length.
4496
4497 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-highlight.el (wl-highlight-summary-line-string): Use
4500         wl-summary-score-below-mark, wl-summary-score-over-mark.
4501         (wl-highlight-summary-current-line): Ditto.
4502
4503 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4506         insert it.
4507
4508 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4509
4510         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4511
4512 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4513
4514         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4515         message without msgid.
4516         Rewrite with elmo-folder-move-messages.
4517         Set wl-message-buffer to nil.
4518
4519         * wl-summary.el (wl-summary-erase-subr): New function. Use
4520         elmo-folder-move-messages.
4521         (wl-summary-erase): Call it.
4522         (wl-summary-target-mark-erase): Ditto.
4523
4524 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4527         it is not up-tp-date.
4528
4529 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4532         buffer after calling `wl-summary-goto-folder-subr' without the
4533         argument `interactive'.
4534         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4535
4536 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4537
4538         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4539         `mime-create-tag'. Use `string=' instead of `looking-at'.
4540
4541 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4542
4543         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4544         to avoid compile warning.
4545
4546         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4547         entity-id when folder is given.
4548         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4549         save-excursion, use save-selected-window instead.
4550         Select folder buffer window if exists.
4551         (To correct behavior with wl-folder-move-cur-folder.)
4552
4553 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4554
4555         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4556
4557 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4558
4559         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4560         list-count instead of %d.
4561
4562 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4565         (wl-news): Set it.
4566         (wl-news-append-to-folder): Use it.
4567
4568         * wl-news.el.in (wl-news-send-news): Append to specified folder
4569         instead of wl-default-folder.
4570         (wl-news-append-to-folder): Show error message with specified folder.
4571
4572         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4573                 In most major modes, Emacs assumes that any opening
4574                 delimiter found at the left margin is the start of a
4575                 top-level definition, or defun. Therefore, *never put an
4576                 opening delimiter at the left margin unless it should have
4577                 that significance.*
4578
4579         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4580
4581 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4582
4583         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4584
4585 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4586
4587         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4588
4589 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4590
4591         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4592         for sequential numbering case.
4593
4594 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4597         value.
4598         (wl-draft-reply-without-argument-list): Ditto.
4599         (wl-draft-reply-myself-with-argument-list): Abolish.
4600         (wl-draft-reply-myself-without-argument-list): Ditto.
4601         * wl-draft.el (wl-draft-self-reply-p): New function.
4602         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4603
4604 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4607         (avoid error for the case without byte-compiling)
4608
4609 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4610
4611         * wl-news.el.in (wl-news-append-to-folder): New function.
4612         (wl-news-exit): Rewrite.
4613         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4614
4615 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4616
4617         * wl-draft.el (wl-draft-reply-position): New function.
4618         (wl-draft-reply-position): Fix.
4619         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4620         (wl-summary-target-mark-reply-with-citation): Ditto.
4621         (wl-summary-reply-with-citation): Ditto.
4622         * wl-vars.el (wl-draft-reply-default-position): New variable.
4623
4624 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4625
4626         * wl-draft.el (wl-draft-send): Preview when interactive send.
4627
4628 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4629
4630         * wl-draft.el (wl-draft-reply): Set default position.
4631         * wl-summary.el (wl-summary-reply): Ditto.
4632         (wl-summary-reply-with-citation): Ditto.
4633         (wl-summary-target-mark-reply-with-citation): Ditto.
4634
4635 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4636
4637         * wl-news.el.in (wl-news-lang): Set default value according to
4638         current-language-environment.
4639         (wl-news-append-news): Do nothing when news-list is nil.
4640
4641 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4644         (wl-news): Change message.
4645         (wl-news-exit): Check buffer.
4646         (wl-news-force-exit): New function.
4647         (wl-news-show-all): New function.
4648         (wl-news-discard-and-exit): Fix.
4649
4650 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4653         according to current-language-environment.
4654
4655         * wl-news.el.in (wl-news): If arg, show all NEWS after
4656         wl-news-default-previous-version.
4657
4658 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4659
4660         * wl-news.el.in (wl-news-check): Rewritten.
4661         (wl-news-previous-version-load): Change data type.
4662         (wl-news-previous-version-save): Change data type.
4663         (wl-news-append-news): Add return value.
4664         (wl-news-check-news): New function.
4665         (wl-news-already-current-p): New function.
4666         (wl-news-send-news): Rewritten.
4667         (wl-news-mode-map): Add new keybind.
4668         (wl-news): Rewritten.
4669         (wl-news-exit): Rewritten.
4670         (wl-news-discard-and-mail): New function.
4671         (wl-news-send-to-address): Abolished.
4672         * wl.el (wl-init): Delete a message.
4673
4674 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4675
4676         * wl-news.el.in (wl-news-exit): Update previous version.
4677         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4678
4679 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4680
4681         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4682
4683 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4684
4685         * wl-news.el.in (wl-news): New function.
4686         (wl-news-mode): New function.
4687         (wl-news-next-line): New function.
4688         (wl-news-next-page): New function.
4689         (wl-news-exit): New function.
4690         (wl-news-buf-name): New variable.
4691         (wl-news-mode-map): New variable.
4692         (wl-news-winconf): New variable.
4693         (wl-news-append-news): Add an option.
4694
4695 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4698
4699 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-news.el.in (wl-news-send-to-address): New variable.
4702         (wl-news-send-news): Use it.
4703         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4704         Return updating status.
4705         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4706
4707 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4708
4709         * wl-news.el.in (wl-news-send-news): Delete
4710         Organization and X-Face.
4711
4712 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4713
4714         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4715         (wl-news-append-news): New function.
4716         (wl-news-send-news): New function.
4717
4718 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4719
4720         * Version number is increased to 2.11.1.
4721
4722 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-news.el.in : New file.
4725
4726 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4727
4728         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4729         default value.
4730         (wl-draft-reply-without-argument-list): Ditto.
4731
4732 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4735         (wl-message-buffer-prefetch-idle-time): Ditto.
4736         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4737
4738 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4739
4740         * wl-thread.el (wl-thread-insert-message): Use
4741         wl-summary-max-thread-depth.
4742
4743         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4744         loop detection.
4745
4746         * wl-message.el (wl-message-buffer-display): Back to the first page
4747         when cache is hit.
4748
4749 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4750
4751         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4752
4753         * wl-summary.el (wl-summary-insert-thread-entity):
4754         If the thread depth is reached to wl-summary-max-thread-depth,
4755         divide the thread.
4756
4757 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4760         for elmo-remove-passwd.
4761
4762 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4763
4764         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4765         folder is sticky.
4766         (wl-folder-mark-as-read-all-entity): Ditto.
4767         (wl-folder-prefetch-entity): Ditto.
4768
4769 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4770
4771         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4772
4773 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4776         Delete messages on buffer for unplugged operation.
4777         (wl-summary-erase): Ditto.
4778
4779 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4782         take nil so as not to search parent by subject.
4783
4784 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785
4786         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4787         (wl-folder-get-next-folder): Ditto.
4788         (wl-folder-get-path): Ditto.
4789
4790 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4791
4792         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4793         system and encode the region with it before verifying.
4794
4795 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4796
4797         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4798         system of the echo buffer before decoding.
4799
4800 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4803         original contents.
4804
4805 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4806
4807         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4808         with argument 'any-exists.
4809
4810 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4813         Use `wl-cs-autoconv'.
4814
4815 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4818         by `mime-view-automatic-conversion'.
4819
4820         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4821         (wl-message-verify-pgp-nonmime): Ditto.
4822         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4823         Bind them to C-c:d and C-c:v respectively.
4824
4825         Merge following code by Teranishi-san from [wl-en:00167].
4826         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4827         (wl-mime-preview-application/pgp-encrypted): Ditto.
4828         (wl-mime-setup): Add entry.
4829
4830 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-summary.el (wl-summary-target-mark-erase): New function.
4833         Bind it to "mD".
4834
4835 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-vars.el (wl-draft-write-file-function): Fix.
4838         (wl-draft-reedit-hook): Changed default value.
4839
4840         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4841         wl-draft-reedit-hook.
4842         (wl-draft-remove-text-plain-tag): New function.
4843         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4844
4845         * wl-vars.el (wl-draft-write-file-function): New user option.
4846
4847         * wl-draft.el (wl-draft-prepare-edit): Use it for
4848         local-write-file-hooks.
4849         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4850
4851         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4852         (wl-draft-insert-mail-header-separator): Return the body beginning
4853         point.
4854         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4855         text/plain.
4856         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4857
4858 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-summary.el (wl-summary-erase): New function to erase message
4861         without moving it to trash. Bind to "D".
4862
4863         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4864         as `keep' unless switch-function.
4865
4866 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4869         message buffer by using `wl-summary-toggle-disp-msg'.
4870         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4871         buffer window.
4872         (wl-summary-supresedes-message): Ditto.
4873
4874         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4875         Do not delete other windows.
4876         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4877         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4878         (wl-draft-create-buffer): Set reply-or-forward also for target
4879         mark commands.
4880
4881 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-draft.el (wl-user-agent-compose): Delete special case for
4884         switch-to-buffer-other-window.
4885
4886         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4887         (wl-summary-forward): Ditto.
4888
4889         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4890         function.
4891         (wl-draft-buffer-style): New use option.
4892
4893         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4894         (wl-draft): Follow the change above.
4895         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4896         wl-draft-buffer-style.
4897         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4898         switch-function.
4899
4900 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4901
4902         * wl-address.el (wl-address-make-completion-entry): Extracted from
4903         `wl-address-make-completion-list'.
4904         (wl-address-enable-strict-loading): New variable.
4905         (wl-address-make-completion-list): Revive petname duplication
4906         inquiry, and enable it if `wl-address-enable-strict-loading'.
4907         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4908
4909 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-message.el (wl-message-get-original-buffer): Avoid
4912         'Selecting deleted buffer' error when original buffer is killed.
4913
4914 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-summary.el (wl-summary-next-message): Use
4917         elmo-message-accessible-p instead of elmo-message-cached-p.
4918
4919 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4922
4923         * wl-thread.el (wl-thread-open-all-unread): Use
4924         elmo-folder-list-flagged instead of
4925         elmo-folder-list-messages-mark-match.
4926
4927         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4928         instead of elmo-folder-list-messages-mark-match.
4929         (wl-summary-move-spec-alist): New variable.
4930         (wl-summary-move-spec-plugged-alist,
4931         wl-summary-move-spec-unplugged-alist): Abolish.
4932         (wl-summary-next-message): Follow the change above.
4933         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4934         with 'no-msg' argument.
4935
4936         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4937         variable.
4938         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4939         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4940         (wl-message-buffer-prefetch-get-next): Follow the change above.
4941
4942 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-version.el (wl-version): Changed codename.
4945
4946         * Version number is increased to 2.11.0.
4947
4948 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4949
4950         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4951         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4952         `wl-draft-config-variables'.
4953         (wl-draft-kill): Fixed problem when the draft is reedit.
4954
4955 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4958         buffer-modified status (Thanks to
4959         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4960
4961 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-util.el (wl-region-exists-p): New function.
4964
4965         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4966         Remove defvars for byte-compile warnings.
4967
4968 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4969
4970         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4971         defvar-maybe. Removed unused bind.
4972
4973 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4974
4975         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4976         summary buffer window before creating new frame.
4977         (wl-draft-reply): Ditto.
4978
4979 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4980
4981         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4982
4983 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4986
4987 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4988
4989         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4990         instead of `kill-region'.
4991
4992 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4995         (wl-highlight-summary-line-string): Use it.
4996         (wl-highlight-summary-current-line): Ditto.
4997
4998         * wl-mime.el (wl-message-delete-current-part): Check the class of
4999         mime-entity.
5000
5001         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5002
5003         * wl-summary.el (wl-summary-make-number-list): Initialize.
5004         (wl-summary-update-mark): New function.
5005         (wl-summary-reply): Put `answered' mark on the message.
5006         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5007
5008         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5009         (wl-draft-reply): Added optional argument `number';
5010         Set wl-draft-parent-number.
5011         (wl-draft-kill): Delete answered mark if it is a reply.
5012
5013 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5016         that originates in mime-preview-follow-current-entity.
5017         (wl-draft-yank-current-message-entity): Use it if region is active.
5018
5019         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5020         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5021         `wl-message-delete-current-part'.
5022         * wl-mule.el (wl-message-define-keymap): Ditto.
5023         * wl-xmas.el (wl-message-define-keymap): Ditto.
5024
5025 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-mime.el (wl-message-delete-current-part): New function.
5028         (wl-mime-node-id-to-string): Ditto.
5029
5030         * wl-mime.el (wl-message-delete-current-part): Use existing
5031         original buffer which corresponds current mime-view buffer.
5032         (fetched buffer might have different structure, possibly)
5033
5034         * wl-mime.el (wl-message-delete-current-part): Quit if the
5035         message content differs from the actual message.
5036
5037 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5038
5039         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5040         order.
5041         (wl-summary-search-by-subject): Search parent message from tail;
5042         Check the existence of the parent message on the current thread tree.
5043         (wl-summary-update-thread): Check whether the line is inserted.
5044
5045 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-vars.el (wl-summary-line-format): Undo last change.
5048         * wl-summary.el (wl-summary-print-destination): Do not put
5049         invisible property when `wl-summary-width' is nil.
5050         (wl-summary-line-subject-minimum-length): Abolished.
5051         (wl-summary-line-subject): Ditto.
5052
5053 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5054
5055         * wl-vars.el (wl-summary-line-format): Change default value.
5056         (wl-summary-subject-length-limit): Abolished.
5057         * wl-summary.el (wl-summary-line-subject): Ditto.
5058
5059 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5060
5061         * wl-template.el (wl-template-select): Added optional argument.
5062         If optional argument is specified, reverse
5063         `wl-template-visible-select'.
5064
5065 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5068         Take prefix argument to force asking the destination folder.
5069
5070 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5071
5072         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5073         count and update status.
5074
5075 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-summary.el (wl-summary-redisplay-internal): If
5078         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5079         after fetching.
5080
5081 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5082
5083         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5084         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5085
5086         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5087
5088 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5091         (All other related portions are changed).
5092         (wl-summary-mark-as-read-all): Rewrite.
5093
5094 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5097         `wl-summary-mark-as-read'.
5098         (wl-summary-mark-as-unread): Rewrite.
5099         (wl-summary-mark-as-read): Added no-modeline argument.
5100         (wl-summary-resume-cache-status): Rewrite.
5101         (wl-summary-exec-subr): Remove unused local variable.
5102
5103 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5104
5105         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5106         logic to call `wl-summary-buffer-prev-folder-function'.
5107         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5108
5109 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5110
5111         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5112         is nil.
5113
5114 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5117         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5118         (wl-mime-setup): Add its entry.
5119
5120 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5121
5122         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5123         (wl-summary-delete-cache): Likewise.
5124         (wl-summary-mark-as-read): Rewrite.
5125
5126 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5129         `wl-summary-count-unread'.
5130
5131         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5132
5133         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5134
5135 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5138         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5139         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5140         Renamed to the elmo-msgdb-*-mark.
5141         (wl-summary-score-marks): Follow the change above.
5142         (wl-summary-auto-refile-skip-marks): Ditto.
5143         (wl-summary-incorporate-marks): Ditto.
5144         (wl-summary-expire-reserve-marks): Ditto.
5145
5146         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5147         changes.
5148         (wl-thread-insert-top): Changed updating message.
5149
5150         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5151         variable.
5152         (wl-summary-count-unread): Count answered marks.
5153         (wl-summary-rescan): Call wl-summary-insert-message instead of
5154         wl-summary-append-message-func-internal.
5155         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5156         (wl-summary-prefetch-msg): Follow the variable name changes.
5157         (wl-summary-prefetch-region): Ditto.
5158         (wl-summary-mark-as-read-all): Follow the API changes;
5159         Don't call elmo-folder-replace-marks.
5160         (wl-summary-delete-cache): Follow the variable name changes.
5161         (wl-summary-resume-cache-status): Ditto.
5162         (wl-summary-update-status-marks): New function.
5163         (wl-summary-insert-message): New function.
5164         (wl-summary-sync-marks): Follow the variable name changes.
5165         (wl-summary-sync-update): Synchronize to the msgdb, too;
5166         Changed update messages.
5167         (wl-summary-make-number-list): Rewrite.
5168         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5169         (wl-summary-mark-as-unread): Follow the API changes.
5170         (wl-summary-exec-subr): Follow the variable name changes.
5171         (wl-summary-mark-as-read): Ditto.
5172         (wl-summary-move-spec-plugged-alist): Ditto.
5173         (wl-summary-move-spec-unplugged-alist): Ditto.
5174         (wl-summary-cursor-move-surface): Ditto.
5175
5176         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5177         variable name changes.
5178         (wl-highlight-summary-current-line): Ditto.
5179
5180         * wl-expire.el (wl-expire-refile): Follow the API change in
5181         elmo-folder-move-messages.
5182         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5183         (wl-summary-archive): Use elmo-folder-msgdb instead of
5184         elmo-msgdb-load.
5185
5186 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5187
5188         * wl-mime.el (wl-draft-preview-message): Restore the position
5189         before evaluating wl-draft-send-hook in preview buffer.
5190
5191 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5192
5193         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5194         when it creates new draft buffer.
5195
5196         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5197         without argument.
5198
5199         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5200         Evaluate content and if the value is string, insert it.
5201         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5202         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5203         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5204         wl-draft-config-sub-part-bottom): Use it.
5205
5206         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5207         with the folder name. The question was unintelligible when it is
5208         called from wl-save-status.
5209
5210 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5211
5212         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5213         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5214         cannot take second argument).
5215
5216 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5217
5218         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5219         as t. Since type and subtype are not case sensitive (RFC 2045).
5220
5221 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5222
5223         * wl-vars.el (wl-message-mode-line-format): New variable.
5224         (wl-message-mode-line-format-spec-alist): Ditto.
5225         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5226         (wl-message-redisplay): Use wl-message-mode-line-format.
5227
5228 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5231
5232 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5233
5234         * wl-summary.el (wl-summary-default-from): Write description.
5235
5236 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-vars.el (wl-ldap-objectclass): Abolish.
5239
5240         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5241         (wl-ldap-make-filter): Removed condition for objectclass.
5242         (wl-ldap-make-matched-value-list): Remove meaningless process.
5243         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5244         (wl-address-ldap-search): Don't add `*' to `pat' string;
5245         use ignore-errors; added `email';
5246         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5247         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5248         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5249
5250
5251 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-draft.el (wl-draft-parent-folder): Write description.
5254         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5255
5256 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5259         as "" (zero-length string) if no parent.
5260         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5261
5262 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-address.el (wl-address-make-completion-list): Skip duplication
5265         checking.
5266         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5267         `append'.
5268
5269 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5270
5271         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5272         instead of `beginning-of-buffer'.
5273
5274 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5277
5278 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5281         Refer wl-message-buffer-name.
5282         (wl-message-wheel-down): Ditto.
5283
5284 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5285
5286         * wl-vars.el (wl-message-buffer-name): New user option.
5287
5288         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5289         directly instead of making alist dinamically.
5290
5291         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5292         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5293         wl-message-buffer-cache-name.
5294         (wl-message-buffer-cache-clean-up): Ditto.
5295
5296         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5297
5298         * Version number is increased to 2.9.15.
5299
5300 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * wl-vars.el (wl-summary-default-view-alist): New user option.
5303
5304         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5305
5306         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5307         while deleting address.
5308         (wl-draft-delete-myself-from-cc): Ditto.
5309
5310         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5311         If optional argument is specified, reverse sort order.
5312
5313         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5314
5315 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5316
5317         * wl-thread.el (wl-thread-insert-message): Return parent number if
5318         exists.
5319         (wl-thread-update-indent-string-region): Use
5320         wl-thread-update-line-on-buffer-sub instead of
5321         wl-thread-update-line-on-buffer.
5322
5323 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5324
5325         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5326         (wl-folder-close-all): Ditto.
5327
5328 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5329
5330         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5331         and mailing-list:.
5332         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5333         value.
5334         (wl-summary-line-list-info): Print mailing-list name even when 
5335         list-number is empty.
5336
5337 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5340
5341         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5342         (wl-draft-open-file): Ditto.
5343         (wl-draft-random-alphabet): Ditto.
5344
5345         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5346         bindings.
5347
5348 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5349
5350         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5351         * wl-vars.el (wl-draft-config-alist): Ditto.
5352
5353 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5354
5355         * Version number is increased to 2.9.14.
5356
5357         * wl.el (wl): Don't set wl-init as nil when error occured while
5358         auto-checking folders.
5359
5360         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5361         `elmo-expand-newtext'.
5362
5363 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5364
5365         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5366         `this-command' so that `wl-folder-goto-folder' contained in
5367         `wl-summary-keep-cursor-command' work.
5368
5369 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5372         message buffer displaying state.
5373
5374 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5375
5376         * wl-vars.el (wl-summary-default-view): New variable to specify
5377         default value for `wl-summary-buffer-view' instead of using
5378         set-default.
5379         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5380
5381 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5384
5385         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5386
5387 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5388
5389         * wl-vars.el (wl-forward-subject-prefix): New variable.
5390         * wl-draft.el (wl-draft-forward): Use it.
5391
5392 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5393
5394         * wl-message.el (wl-message-prev-page): When it is called without
5395         lines argument, scroll down by wl-message-scroll-amount lines.
5396         (wl-message-next-page): Ditto.
5397         * wl-vars.el (wl-message-scroll-amount): Change default value
5398         to preserve current behavior.
5399
5400 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5401
5402         * wl-summary.el (wl-summary-prefetch-msg): Bind
5403         `wl-message-entity' to call `wl-summary-from-function'.
5404
5405 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5406
5407         * wl-message.el (wl-message-buffer-create): Run
5408         wl-message-buffer-created-hook.
5409
5410 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-summary.el (wl-summary-sort-specs): New variable.
5413         (wl-summary-default-sort-spec): Ditto.
5414         (wl-summary-sort): Rewrite.
5415         (wl-summary-sort-by-list-info): New function.
5416
5417 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5418
5419         * wl-summary.el (wl-summary-get-list-info): New function.
5420         (wl-summary-sort): Rewrite.
5421         (wl-summary-line-list-info): Ditto.
5422         (wl-summary-line-list-count): Ditto.
5423         (wl-summary-refile-region): Fixed docstring.
5424
5425 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5426
5427         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5428         `wl-folder-entity-hashtb' as completion table.
5429
5430 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5433         only when this command is called interactively; silence the byte-
5434         compiler.
5435
5436 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5437
5438         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5439         active in XEmacs.
5440
5441 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5442
5443         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5444         plural lines.
5445
5446 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5447
5448         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5449         of current line when the cursor is on the header name.
5450         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5451
5452 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5453
5454         * wl-util.el (wl-read-directory-name): Return displayed directory
5455         as the default value also on XEmacs.
5456
5457 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5460         formatting.
5461
5462 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5465         argument and when it is non-nil, check face property before
5466         highlighting for each line.
5467         (wl-highlight-summary-window): Set it.
5468
5469 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5472         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5473
5474         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5475         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5476         (wl-draft-get-fcc-list): Likewise.
5477
5478 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5481         (wl-thread-entity-cur): Ditto.
5482         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5483         wl-thread-indent-regexp setting.
5484         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5485
5486         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5487         wl-summary-lazy-highlight.
5488         (wl-summary-display-bottom): Ditto.
5489
5490         * wl-thread.el (wl-thread-open-close): Likewise.
5491
5492         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5493         from and subject;
5494         Bind wl-draft-use-frame;
5495         Enclose with save-window-excursion;
5496         Use wl-draft-create-buffer instead of with-temp-buffer;
5497         Use wl-draft-prepare-edit;
5498         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5499         Use wl-draft-send instead of wl-draft-raw-send.
5500
5501 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5504         of using wl-from.
5505
5506 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5509         insert-buffer instead of clone-buffer.
5510         (wl-draft-doing-mime-bcc): New variable.
5511         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5512         infinite loop.
5513         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5514
5515         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5516         (wl-draft-mime-bcc-body): Ditto.
5517
5518         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5519         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5520         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5521         wl-draft-do-mime-bcc.
5522         (wl-draft-mime-bcc-field): New function.
5523         (wl-draft-do-mime-bcc): Ditto.
5524
5525         * wl-address.el (wl-address-complete-header-list): New variable.
5526         (wl-address-complete-header-regexp): Changed default value.
5527
5528         * Version number is increased to 2.9.13.
5529
5530 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5533         it is differed.
5534
5535 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5536
5537         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5538         (wl-summary-line-list-count): Ditto.
5539
5540 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5541
5542         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5543         (wl-nntp-posting-function): New variable.
5544         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5545         `wl-nntp-posting-config-alist'.
5546
5547 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5550         FLIM.
5551
5552 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5553
5554         * wl-summary.el (wl-summary-target-mark-refile-sub):
5555         Remove a nuisance funcall.
5556
5557 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5558
5559         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5560         as t for `try-completion'.
5561
5562 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-summary.el (wl-summary-default-from): Use
5565         wl-address-header-extract-address instead of
5566         std11-extract-address-components.
5567         (wl-summary-simple-from): Ditto.
5568         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5569         (wl-summary-insert-headers): Show message.
5570         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5571         for whole line.
5572         (wl-summary-default-from): Revert last change.
5573         (wl-summary-simple-from): Ditto.
5574         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5575         (wl-summary-mark-as-read-region): Follow the change above.
5576         (wl-summary-sync-marks): Ditto.
5577         (wl-summary-target-mark-mark-as-read): Ditto.
5578         (wl-summary-redisplay-internal): Ditto.
5579         (wl-summary-redisplay-no-mime-internal): Ditto.
5580         (wl-summary-redisplay-all-header): Ditto.
5581         (wl-summary-mark-as-read): Removed argument `cached';
5582         Use current cache status to set cache mark.
5583         (wl-summary-redisplay-internal): Follow the change above.
5584         (wl-summary-redisplay-no-mime-internal): Ditto.
5585         (wl-summary-redisplay-all-header): Ditto.
5586
5587         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5588
5589         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5590         Don't call itself recursively (Adviced by Yamaoka-san).
5591
5592 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5593
5594         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5595         bind wl-summary-highlight as nil to avoid error caused by missing
5596         local variables.
5597
5598 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * wl-vars.el (wl-invalid-character-message): New user option.
5601
5602         * wl-util.el (wl-set-string-width): If truncated string-width is
5603         larger than specified width, use `wl-invalid-character-message'.
5604
5605 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5606
5607         * wl-summary.el (wl-summary-prefetch-msg): 
5608         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5609
5610 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-vars.el (wl-summary-check-line-format): New user option.
5613         (wl-summary-line-format-file): Ditto.
5614
5615         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5616         variable.
5617         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5618         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5619         and `wl-summary-view-old-p' to check whether do a rescan or not.
5620         (wl-summary-view-old-p): New function.
5621         (wl-summary-line-format-changed-p): Ditto.
5622         (wl-summary-line-format-save): Ditto.
5623         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5624
5625         * wl-util.el (wl-set-string-width): Avoid using negative number
5626         for make-string.
5627
5628 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5629
5630         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5631         return value.
5632
5633         * wl-util.el (wl-set-string-width): Added optional argument
5634         `padding' (All other related portions are changed).
5635         (wl-line-parse-format): If the first letter of column number is
5636         `0', zero-padding the result (ex: "%05l").
5637
5638         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5639
5640 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5643         sequential summary view.
5644
5645 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5648         if it doesn't have a -unix version.
5649
5650 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5653
5654 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5657         content.
5658         (wl-draft): Follow the change above.
5659
5660         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5661
5662         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5663         and wl-folder-summary-line-format-alist contain %T and %P.
5664
5665         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5666         (wl-summary-mode-line-format): New user option.
5667         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5668         (wl-summary-line-format): Changed default value.
5669         (wl-summary-lazy-highlight): Changed default value.
5670
5671         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5672         change in wl-summary-create-line.
5673         (wl-thread-insert-entity-sub): Ditto.
5674
5675         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5676         (wl-summary-buffer-unread-status): Ditto.
5677         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5678         (wl-summary-buffer-persistent-mark-column): Ditto.
5679         (wl-summary-buffer-mode-line-formatter): Ditto.
5680         (wl-summary-buffer-mode-line): Ditto.
5681         (wl-summary-message-regexp): Abolished.
5682         (All other related portions are changed.)
5683         (wl-summary-detect-mark-position): New function.
5684         (wl-summary-buffer-set-folder): Setup
5685         wl-summary-buffer-mode-line-formatter.
5686         (wl-summary-mode): Setup selective-display;
5687         Setup pre-idle-hook when xemacs.
5688         (wl-summary-update-modeline): Rewrite.
5689         (wl-summary-jump-to-msg): Define as function;
5690         Changed regexp for searching messages.
5691         (wl-summary-message-number): Rewrite.
5692         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5693         Do rescan when old type summary cache.
5694         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5695         (wl-summary-remove-destination): Use '\r' to detect EOL.
5696         (wl-summary-print-destination): Ditto.
5697         (wl-summary-temp-mark): New inline function.
5698         (wl-summary-persistent-mark): Ditto.
5699         (wl-summary-line-number): New function.
5700         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5701         (wl-summary-line-list-count): New function.
5702         (wl-summary-create-line): Added argument persistent-mark.
5703         (All other related portions are changed)
5704         (wl-summary-create-line): Insert '\r'.
5705         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5706         (wl-summary-cursor-move-surface): New inline function.
5707         (wl-summary-prev): Use it.
5708         (wl-summary-next): Ditto.
5709
5710         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5711         wl-summary-message-regexp.
5712         (wl-highlight-summary): Delete progress message.
5713         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5714
5715         * Version number is increased to 2.9.12.
5716
5717 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5718
5719         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5720         variable (nil: no minimum).
5721         (wl-summary-line-subject): Add some spaces after subject by
5722         wl-summary-line-subject-minimum-length.
5723
5724 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5725
5726         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5727         and removed `F'.
5728         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5729         change above).
5730
5731 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5732
5733         * wl-summary.el (wl-summary-line-list-count): Reverted.
5734         (example setting in samples/*/dot.wl is also updated)
5735
5736 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5739
5740         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5741
5742         * wl-vars.el (wl-summary-line-format): Addes some description to the
5743         docstring.
5744
5745         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5746         (wl-summary-line-close-bracket): Ditto.
5747         (wl-summary-line-children-number): Ditto.
5748         (wl-summary-line-thread-indent): Ditto.
5749         (wl-summary-line-children-and-from): Ditto.
5750
5751         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5752         't', 'c', 'F' and added 'C'.
5753
5754         * wl-util.el (wl-set-string-width): Accept negative value.
5755         (wl-line-parse-format): Added "%number(" and "%)".
5756
5757 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5758
5759         * wl-summary.el (wl-summary-line-list-count): Change format of the
5760         return value.
5761
5762 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5763
5764         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5765         from the recent message.el.
5766         (wl-draft-point-in-header-p): Ditto.
5767         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5768         wl-draft-beginning-of-line.
5769         * wl-e21.el (wl-draft-mode-map): Ditto.
5770         * wl-xmas.el (wl-draft-mode-map): Ditto.
5771
5772         * wl-folder.el: Sort macrodefs by dependencies.
5773
5774 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5775
5776         * wl-summary.el (wl-summary-prev): Fixed regexp.
5777         (wl-summary-next): Ditto.
5778
5779 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5780
5781         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5782
5783 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5784
5785         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5786         for backward compatibility.
5787
5788 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5789
5790         * wl-summary.el (wl-summary-line-list-count): New function, merged
5791         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5792         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5793         list counts.
5794
5795 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-summary.el (wl-summary-create-line): Ignore errors while
5798         timezone-fix-time.
5799
5800         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5801
5802         * wl-summary.el (wl-summary-sync-update): Ditto.
5803         (wl-summary-default-from): Use wl-message-entity
5804         instead of entity.
5805
5806         * wl-summary.el (wl-summary-create-line): Fix.
5807
5808         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5809         (wl-summary-line-format): New user option.
5810         (wl-folder-summary-line-format-alist): Ditto.
5811         (wl-summary-from-width): Abolished.
5812
5813         * wl-util.el (toplevel): Require 'bytecomp.
5814         (wl-line-parse-format): New function.
5815         (wl-line-formatter-setup): New macro.
5816
5817         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5818         (wl-summary-buffer-line-formatter): New buffer local variable.
5819         (wl-summary-switch-to-clone-buffer): Follow the change above.
5820         (wl-summary-message-regexp): Fix.
5821         (wl-summary-from-func-internal): Abolished.
5822         (wl-summary-subject-func-internal): Ditto.
5823         (wl-summary-subject-filter-func-internal): Ditto.
5824         (All other related portions are changed.)
5825         (wl-summary-buffer-set-folder):
5826         Set up wl-summary-buffer-number-column and 
5827         wl-summary-buffer-line-formatter
5828         (All other related portions are changed.)
5829         (wl-summary-buffer-number-column-detect): Abolished.
5830         (All other related portions are changed.)
5831         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5832         (wl-summary-delete-all-temp-marks-on-buffer): Use
5833         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5834         (wl-summary-target-mark-delete): Ditto.
5835         (wl-summary-target-mark-refile-subr): Ditto.
5836         (wl-summary-target-mark-mark-as-read): Ditto.
5837         (wl-summary-target-mark-mark-as-unread): Ditto.
5838         (wl-summary-target-mark-mark-as-important): Ditto.
5839         (wl-summary-target-mark-save): Ditto.
5840         (wl-summary-replace-status-marks): Renamed from
5841         wl-summary-set-status-marks-on-buffer;
5842         Use wl-summary-message-regexp instead of
5843         wl-summary-buffer-number-regexp.
5844         (wl-summary-sync-update): Follow the change above.
5845         (wl-summary-goto-previous-message-beginning): New function.
5846         (wl-summary-mark-as-unread): Use it.
5847         (wl-summary-mark-as-important): Ditto.
5848         (wl-summary-line-formatter): New variable.
5849         (wl-summary-line-year): New function.
5850         (wl-summary-line-day): Ditto.
5851         (wl-summary-line-day-of-week): Ditto.
5852         (wl-summary-line-hour): Ditto.
5853         (wl-summary-line-minute): Ditto.
5854         (wl-summary-line-open-bracket): Ditto.
5855         (wl-summary-line-close-bracket): Ditto.
5856         (wl-summary-line-children-number): Ditto.
5857         (wl-summary-line-thread-indent): Ditto.
5858         (wl-summary-line-size): Ditto.
5859         (wl-summary-line-subject): Ditto.
5860         (wl-summary-line-from): Ditto.
5861         (wl-summary-line-children-and-from): Ditto.
5862         (wl-summary-create-line): Rewritten.
5863         (wl-summary-format-date): Abolished.
5864
5865         * wl-highlight.el (wl-highlight-summary-current-line): Use
5866         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5867         Use thread structure to detect thread top message.
5868
5869         * wl-draft.el (wl-default-draft-cite): Don't use
5870         wl-summary-from-func-internal.
5871
5872         * wl-refile.el (wl-refile-subject-learn): Don't use
5873         wl-summary-subject-filter-func-internal.
5874         (wl-refile-guess-by-subject): Ditto.
5875
5876         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5877         parameters.
5878
5879         * wl-thread.el (wl-thread-update-indent-string-region):
5880         Use wl-thread-update-line-on-buffer instead of
5881         wl-thread-update-indent-string.
5882         (wl-thread-update-children-number): Redefine using
5883         wl-thread-update-line-on-buffer.
5884         (wl-thread-update-indent-string): Abolished.
5885
5886         * Version number is increased to 2.9.11.
5887
5888 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5889
5890         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5891         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5892         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5893
5894         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5895         as nil.
5896
5897         * wl-thread.el (wl-thread-open-all-unread): Use 
5898         elmo-folder-list-messages-mark-match.
5899         (wl-thread-insert-message): Removed argument `mark-alist'.
5900         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5901         elmo-msgdb-set-mark.
5902         (wl-thread-get-children-msgs-uncached): Likewise.
5903         (wl-thread-get-exist-children): Added argument include-self.
5904         (wl-thread-delete-message): Follow the change above.
5905
5906         * wl-summary.el (wl-summary-count-unread): Removed argument.
5907         (wl-summary-rescan): Follow the change above.
5908         (wl-summary-mark-as-read-region): Ditto
5909         (wl-summary-mark-as-unread-region): Ditto.
5910         (wl-summary-delete-messages-on-buffer): Ditto.
5911         (wl-summary-sync-update): Ditto.
5912         (wl-summary-switch-to-clone-buffer): Ditto.
5913         (wl-summary-goto-folder-subr): Ditto.
5914         (wl-summary-target-mark-mark-as-read): Ditto.
5915         (wl-summary-target-mark-mark-as-unread): Ditto.
5916         (wl-summary-target-mark-mark-as-important): Ditto.
5917         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5918         (wl-summary-update-thread): Removed argument `mark-alist'.
5919         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5920         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5921         (wl-summary-resume-cache-status): Likewise.
5922         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5923         elmo-msgdb-set-mark.
5924         (wl-summary-mark-as-read-all): Likewise.
5925         (wl-summary-delete-cache): Ditto.
5926         (wl-summary-auto-select-msg-p): Ditto.
5927         (wl-summary-mark-as-unread): Ditto.
5928         (wl-summary-no-auto-refile-message-p): Ditto.
5929         (wl-summary-mark-as-read): Ditto.
5930         (wl-summary-mark-as-important): Ditto.
5931         (wl-summary-auto-refile): Follow the change above.
5932         (wl-summary-delete-all-marks): Removed.
5933         (wl-summary-resume-marks-and-highlight): Ditto.
5934         (wl-summary-resume-marks): Ditto.
5935         (wl-summary-delete-important-msgs-from-list): Ditto.
5936         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5937
5938         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5939         wl-summary-count-unread.
5940
5941         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5942         (wl-summary-score-update-all-lines): Use
5943         elmo-msgdb-set-mark.
5944
5945 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5948         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5949         (wl-summary-create-line): Renamed from
5950         wl-summary-overview-create-summary-line;
5951         Argument rearrangement.
5952         (wl-summary-update-thread): Follow the change above.
5953
5954         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5955         (wl-thread-insert-entity-sub): Likewise.
5956
5957         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5958         argument `overview', `mark-alist' and added `msgdb'.
5959
5960         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5961
5962         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5963         (wl-summary-rescan): Follow the change above.
5964         (wl-summary-sync-update): Ditto.
5965         (wl-summary-insert-thread-entity): Ditto;
5966         Don't use `let*' in every while loop;
5967         Detect infinite loop of threads.
5968         (wl-summary-update-thread): Removed argument `overview'.
5969
5970         * wl-thread.el (wl-thread-insert-message): Ditto.
5971
5972         * Version number is increased to 2.9.10.
5973
5974         * wl-message.el (wl-message-redisplay): Ignore errors while
5975         wl-message-redisplay-hook.
5976
5977 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5980
5981 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5982
5983         * wl.el (wl): inhibit-quit while wl-folder.
5984
5985 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5986
5987         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5988         while msgdb access.
5989
5990 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5991
5992         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5993         even if no folder is not created.
5994
5995 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5998
5999         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6000         implementation.
6001         (wl-summary-target-mark-thread): Ditto.
6002
6003         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6004
6005 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6006
6007         * wl-util.el (wl-display-bytes): Remove unused function.
6008
6009 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6012         seems critical one (partially reverse the change in 2002/03/17).
6013
6014 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015
6016         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6017         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6018
6019 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6020
6021         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6022         is not writable.
6023         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6024         plugged status instead of `'force' as 2nd argument.
6025
6026         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6027         is not creatable.
6028
6029         * Version number is increased to 2.9.9.
6030
6031 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-summary.el (wl-summary-suspend): New function.
6034
6035 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl.el (wl): Do not check variables if check is nil.
6038         * wl-utils.el (wl-collect-draft): New function.
6039         * wl-folder.el (wl-folder-suspend): Put summary buffers
6040         and draft buffers at the end of buffer list.
6041         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6042
6043 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6044
6045         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6046         loop instead of recursive call.
6047
6048         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6049         2nd argument.
6050
6051 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-draft.el (wl-draft-create-contents): Don't take neither
6054         (function . args) nor (string . something) any more.
6055
6056         * wl-version.el (wl-generate-user-agent-string): Return string
6057         without header symbol.
6058         * wl-draft.el (wl-draft-default-headers): Use it.
6059
6060         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6061         `wl-draft-insert-ccs' and return field value instead of inserting
6062         the header. Abolish cc argument.
6063         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6064
6065         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6066         rather than one with string car.
6067
6068         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6069         * wl-draft.el (wl-draft-create-contents): Add it after the default
6070         headers.
6071
6072         * wl-draft.el (wl-draft-create-contents): For the case of
6073         (symbol-or-string . function) insert header only when the function
6074         returns string value.
6075
6076 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6079         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6080
6081 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6082
6083         * wl.el (wl-check-environment): Don't check Message-ID when
6084         `wl-insert-message-id' is nil.
6085         Revive checking if `wl-message-id-domain' contains "@".
6086
6087 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl.el (wl-check-environment): Merge examination for "@" at
6090         inappropriate position into the first string-match.
6091
6092         * wl-summary.el (wl-summary-target-mark-print): New function.
6093         (wl-summary-pipe-message-subr): Extracted from
6094         `wl-summary-pipe-message'.
6095         (wl-summary-target-mark-pipe): New function.
6096         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6097         `wl-summary-target-mark-pipe'.
6098
6099 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6100
6101         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6102
6103 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6104
6105         * wl.el (wl-check-environment): Use elmo-warning instead of
6106         error for non-critical ones.
6107         Remove trash folder check.
6108         (wl): Don't ignore error in wl-check-environment.
6109
6110         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6111         check, which is moved from `wl-check-environment'.
6112         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6113
6114 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6115
6116         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6117         guess anything, call wl-summary-write.
6118         (wl-summary-write): Create draft with blank To field.
6119         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6120
6121 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6124         argument full as well for wl-folder-write-current-folder.
6125         If wl-*-write-current-folder cannot guess addressee, add blank
6126         To header.
6127         Rewrite condition for positioning cursor.
6128
6129 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6130
6131         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6132         summary buffer is present, use it.
6133         (wl-folder-jump-to-previous-summary): Ditto.
6134
6135 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6138
6139         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6140         wl-summary-previous-buffer and wl-summary-next-buffer.
6141
6142         * wl-folder.el (wl-folder-mode-map): Bind
6143         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6144         (wl-folder-jump-to-next-summary): New function.
6145         (wl-folder-jump-to-previous-summary): Ditto.
6146
6147         * wl-draft.el (wl-draft): Rearranged.
6148
6149 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6152         of header.
6153         (wl-draft): Collect arguments for the header as header-alist.
6154         (wl-draft-forward): Arrange arguments for wl-draft.
6155         (wl-draft-reply): Ditto.
6156         (wl-draft-edit-string): Ditto.
6157         * wl-summary.el (wl-summary-write): Ditto.
6158         (wl-summary-write-current-folder): Ditto.
6159
6160         * Version number is increased to 2.9.8.
6161
6162 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6165
6166         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6167
6168         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6169         even if the guess failed.
6170
6171         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6172         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6173         wl-summary-write-current-folder.
6174         * wl-xmas.el: Ditto.
6175
6176 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl-summary.el (wl-summary-next-page): Force display message if
6179         message is not displayed yet.
6180         (wl-summary-prev-page): Ditto.
6181
6182 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6183
6184         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6185
6186 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6187
6188         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6189         add "Preview Message" and "Save Draft and Exit".
6190
6191 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6192
6193         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6194         if addrmgr is called from draft in splitted window.
6195
6196         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6197         * wl-mule.el: Ditto.
6198         * wl-xmas.el: Ditto.
6199
6200 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6203
6204         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6205         * wl-xmas.el (wl-folder-toolbar): Ditto.
6206
6207 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6208
6209         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6210         and wl-draft-save-and-exit.
6211         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6212         * wl-xmas.el: Ditto.
6213         * wl-mule.el: Ditto.
6214
6215         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6216         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6217
6218 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6221         lists for saving buffer.
6222
6223 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6226         parent-folder argument instead of it.
6227         (wl-draft-create-buffer): Ditto.
6228         (wl-draft-forward): Ditto.
6229         (wl-draft-reply): Ditto.
6230         * wl-summary.el (wl-summary-write): Ditto.
6231         (wl-summary-write-current-folder): Ditto.
6232
6233         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6234         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6235         Folder buffer after composing.
6236
6237 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6240         header if the file `wl-x-face-file' already contains it.
6241
6242 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6245         folder" entry.
6246         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6247         * wl-e21.el (wl-folder-toolbar): Ditto.
6248         * wl-xmas.el (wl-folder-toolbar): Ditto.
6249
6250 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6253         wl-folder-goto-folder with sticky argument.
6254         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6255
6256 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6259         and wl-summary-previous-buffer.
6260         (wl-summary-next-buffer): New function.
6261         (wl-summary-previous-buffer): Ditto.
6262
6263 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6264
6265         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6266         wl-folder-jump-to-current-entity-with-arg.
6267         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6268         `wl-folder-jump-to-current-entity'.
6269         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6270         `wl-summary-goto-folder-sticky'.
6271         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6272         `wl-summary-goto-folder'.
6273         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6274         Unless force-exit, do not clean temp. marks for sticky summary.
6275         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6276
6277 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6280         not entire.
6281
6282 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6283
6284         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6285         to `C-x C-s'.
6286         (wl-summary-save-status): New command.
6287         (wl-summary-exit): Don't clean-up temp marks when sticky.
6288         (Applied patch from Nakayama-san [wl: 09548])
6289         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6290         Do nothing when no mark data.
6291         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6292         Call `wl-summary-delete-all-temp-marks' before saving.
6293
6294 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6295
6296         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6297
6298 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl.el (wl-check-environment): Also cause error when (system-name)
6301         returns "localhost.localdomain". (Although it doesn't affect because
6302         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6303
6304 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6305
6306         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6307         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6308
6309         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6310         value.
6311
6312 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6315         Likewise r-cc-list and r-ng-list.
6316
6317 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6320         only if it is bound as variable.
6321
6322         * wl-mime.el (wl-draft-preview-message): Ditto.
6323
6324 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6327         needless `goto-char'.
6328
6329         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6330         `wl-summary-redisplay-no-mime-internal' instead of
6331         `wl-summary-redisplay-no-mime'.
6332         (wl-summary-redisplay-no-mime): Changed argument;
6333         Call `wl-summary-redisplay-no-mime-internal'.
6334
6335         * wl-mime.el (wl-draft-preview-message): Bind
6336         `mime-header-encode-method-alist' locally.
6337
6338         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6339         (wl-draft-std11-parse-addresses): Added the first address check.
6340         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6341
6342         * Version number is increased to 2.9.7.
6343
6344 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6347
6348 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6349
6350         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6351         related to scrollbar support, if there is no such a feature
6352         compiled in.
6353
6354 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6355
6356         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6357         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6358         for prefetch.
6359
6360 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6361
6362         * wl-summary.el (wl-summary-pick): Fix for no match.
6363
6364 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-draft.el (wl-draft-save):
6367         Override `mime-header-encode-method-alist'.
6368
6369 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-folder.el (wl-folder-pick): New function.
6372         Define key as "?".
6373
6374 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6377         Fix for unplugged.
6378
6379 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-folder.el (wl-folder-virtual): New function.
6382         Define key as "V".
6383
6384 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6387         multi folder if entity is group.
6388
6389 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6390
6391         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6392         is nil.
6393
6394 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6397         (wl-summary-target-mark-msgs): Return the number of marked messages.
6398
6399 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6400
6401         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6402         "first:" is specified.
6403
6404 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6405
6406         * wl-vars.el (wl-from): Use return value of function
6407         user-full-name instead of the variable user-full-name since
6408         XEmacs-20.4 doesn't set this variable.
6409
6410 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6413         call `wl' directly.
6414
6415 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6416
6417         * wl-draft.el (wl-draft-reedit): Removed duplicated
6418         switch-to-buffers.
6419
6420 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * wl.el (wl-other-frame): Removed garbages.
6423
6424 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6427
6428         * wl-xmas.el (wl-draft-key-setup): Ditto.
6429
6430         * wl-mule.el (wl-draft-key-setup): Ditto.
6431
6432         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6433         (wl-draft-reedit): Ditto.
6434         (wl-draft-prepare-edit): Add `wl-draft-save' to
6435         `local-write-file-hooks'.
6436         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6437         (wl-draft-reedit): Set buffer-file-name.
6438         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6439
6440
6441         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6442         call it.
6443         (wl-delete-startup-frame-function): New variable.
6444         (wl-other-frame): New function
6445         (Original was written by Yamaoka san [wl: 09239]).
6446
6447         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6448         if `wl-folder-use-frame'.
6449
6450 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6453
6454 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6455
6456         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6457         New variable.
6458         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6459         (wl-message-buffer-prefetch-get-next): Use them.
6460         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6461
6462 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6463
6464         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6465         with unwind-protect.
6466
6467         * wl-draft.el (wl-draft-reedit): Rewrite.
6468         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6469         (wl-draft-save): Insert header separator if it does not exist;
6470         Removed condition-case.
6471
6472         * wl-summary.el (wl-summary-reedit): Revert last change.
6473
6474         * wl-draft.el (wl-draft-save): Rewrite.
6475         (wl-draft-create-buffer): Set buffer-file-name as nil.
6476
6477         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6478
6479         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6480
6481         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6482         nil.
6483
6484 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6487         If count is nil, do not prefetch.
6488         (wl-message-buffer-prefetch-next): Next.
6489
6490 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6493
6494 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6495
6496         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6497         `delete-backward-char'
6498         (wl-draft-prepare-edit): Check major-mode.
6499         (wl-draft-decode-header): Rewrite.
6500         (wl-draft): Fix.
6501
6502 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6503
6504         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6505
6506 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6507
6508         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6509         (wl-message-buffer-prefetch-get-next): Remove size checking.
6510         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6511
6512 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6515         (wl-draft-default-headers): Fix.
6516
6517 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6518
6519         * wl-draft.el (wl-draft-default-headers): Insert return value of
6520         `wl-generate-mailer-string-function'.
6521
6522 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6523
6524         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6525         (wl-draft-insert-mail-header-separator): Ditto.
6526
6527         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6528         again (Reverted the change on 2002-01-17 by OKADA san).
6529
6530 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6531
6532         * wl-draft.el (wl-draft): Rewrite.
6533         (wl-draft-create-buffer): New function.
6534         (wl-draft-create-contents): Ditto.
6535         (wl-draft-prepare-edit): Ditto.
6536         (wl-draft-decode-header): Ditto.
6537         (wl-draft-decode-body): Ditto.
6538         (wl-draft-check-new-line): Ditto.
6539         (wl-draft-default-headers): Ditto.
6540         (wl-draft-insert-mail-header-separator): Ditto.
6541
6542 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6543
6544         * Version number is increased to 2.9.6.
6545
6546 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6547
6548         * wl-draft.el (wl-draft-delete-field): Optional argument.
6549         (wl-draft-delete-fields): Ditto.
6550
6551 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-message.el (toplevel): Eliminated byte-compile warning.
6554         for `itimer-function', `delete-timer' and `itimer-list'.
6555
6556 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6559         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6560         `wl-message-buffer-prefetch-threshold'.
6561         * wl-summary.el (wl-summary-redisplay-internal): Remove
6562         the check of `wl-message-buffer-prefetch-depth'.
6563
6564 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6567         size of article.
6568         (wl-message-buffer-prefetch-subr): Remove size check.
6569
6570 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6571
6572         * wl-vars.el (wl-plugged): Make customizable.
6573
6574 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6575
6576         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6577         (wl-message-buffer-prefetch-set-timer): New function.
6578         (wl-message-buffer-prefetch-get-next): New function.
6579         (wl-message-buffer-prefetch): New function.
6580         (wl-message-buffer-prefetch-next): Rewrite.
6581         (wl-message-buffer-prefetch-subr): Rewrite.
6582         * wl-vars.el (wl-auto-prefetch-first): New variable.
6583         * wl-summary.el (wl-summary-goto-folder-subr): Call
6584         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6585
6586 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6589         `wl-summary-unread-message-hook'.
6590
6591 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6592
6593         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6594         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6595         if range is `cache-status'.
6596
6597 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6598
6599         * wl-message.el (wl-message-buffer-prefetch-subr):
6600         Improve debug message.
6601
6602 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6603
6604         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6605         `wl-mail-send-pre-hook'.
6606         (wl-draft-send-mail-with-qmail): Ditto.
6607         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6608
6609 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-message.el (wl-message-buffer-prefetch-subr):
6612         Fix for cancel-function-timers bug.
6613         (wl-message-buffer-prefetch-debug): Default value is t.
6614
6615 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6616
6617         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6618         (wl-message-buffer-prefetch-subr): Rewrite.
6619         Rename from `wl-message-buffer-prefetch'.
6620
6621 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6622
6623         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6624         (wl-default-draft-cite-decorate-author): Ditto.
6625
6626         * wl-draft.el (wl-draft-cite-function): Removed.
6627         (wl-default-draft-cite-decorate-author): Ditto.
6628
6629 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6630
6631         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6632         (wl-default-draft-cite): Do not arrange author name if the value of
6633         `wl-default-draft-cite-decorate-author' is nil.
6634
6635 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6638
6639         * wl-folder.el (wl-folder-check-one-entity): Don't care
6640         `elmo-folder-use-flag-p'.
6641
6642 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6643
6644         * wl-folder (wl-folder-check-one-entity): Fix
6645         problem if unread is nil.
6646
6647 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6648
6649         * wl-address.el (wl-address-make-completion-list): Check whether
6650         the address is a group list.
6651         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6652
6653 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6654
6655         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6656         The number of the messages of new and unread does not count
6657         correctly.
6658
6659         * wl-summary.el (wl-summary-count-unread): Changed to return
6660         `(new . unread)' instead of total.
6661         (wl-summary-sync-update): Follow the change above.
6662
6663         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6664
6665 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6666
6667         * wl-address.el (wl-address-make-completion-list): Do not enclose
6668         address by " <" and ">" if associated realname is "".
6669         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6670         This is against the promblem with group list in .addresses pointed
6671         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6672
6673 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6674
6675         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6676         message is a format control string.
6677         * wl-expire.el (wl-expire-append-log): Ditto.
6678         * wl-mime.el (wl-summary-burst-subr): Ditto.
6679         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6680         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6681
6682 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6685         wl.el (wl-check-variables): Rename from `wl-check-type'.
6686         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6687         (wl-check-variables-2): New function.
6688         (wl): Call `wl-check-variables-2'.
6689
6690 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6691
6692         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6693         after renaming folder in access group.
6694
6695 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6698         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6699         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6700         (wl-message-buffer-prefetch): Rewrite.
6701         (wl-message-buffer-prefetch-idle-time): Removed.
6702         * wl-summary.el (wl-summary-redisplay-internal):
6703         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6704         Error check for `wl-message-buffer-prefetch-depht'.
6705
6706 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * Version number is increased to 2.9.5.
6709         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6710
6711 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6712
6713         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6714         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6715         Based on the patch written by
6716         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6717
6718 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-draft.el (wl-draft-raw-send): Fix for
6721         `wl-news-send-pre-hook'
6722
6723 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6724
6725         * wl-utils.el (wl-message-id-function): New variable.
6726         * wl-draft.el (wl-draft-insert-required-fields):
6727         Use `wl-message-id-function'.
6728
6729 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6732         * wl-utils.el (wl-draft-make-message-id-string):
6733         Use `wl-from' for domain part of Message-ID
6734         if `wl-message-id-use-wl-from' if non-nil.
6735         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6736
6737 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6738
6739         * wl.el (wl): Call `wl-check-type'
6740         Do not 'condition-case'.
6741
6742 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6743
6744         * wl.el (wl-check-type): New function.
6745         (wl-check-type-variables): New variable.
6746
6747 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6748
6749         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6750
6751 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-draft.el (wl-smtp-password-key): New function.
6754         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6755         (wl-draft-send-mail-with-smtp): Ditto.
6756         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6757
6758 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6761         * wl-utils.el (wl-unique-id-suffix): Remove.
6762
6763 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * Version number is increased to 2.9.4.
6766
6767 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-utils.el (wl-unique-id-suffix): New variable.
6770         (wl-unique-id): Use `wl-unique-id-suffix'
6771
6772 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6773
6774         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6775         instead of `elmo-msgdb-search'.
6776
6777         * Version number is increased to 2.9.3.
6778
6779 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6780
6781         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6782
6783 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6786         (wl-draft-dispatch-message): Changed for send-later.
6787         (wl-draft-queue-flush): Ditto.
6788         (wl-draft): Clear `wl-sent-message-queued'.
6789         (wl-draft-reedit): Ditto.
6790         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6791         * wl-vars.el (wl-draft-force-queuing): New variable.
6792         (wl-draft-force-queuing-mail): New variable.
6793         (wl-draft-force-queuing-news): New variable.
6794
6795 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6796
6797         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6798         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6799
6800 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6801
6802         * Version number is increased to 2.9.2.
6803
6804 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * wl-draft.el (wl-draft-elide-region): New user command.
6807         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6808
6809         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6810         command `wl-draft-elide-region'.
6811         * wl-mule.el: Ditto.
6812         * wl-xmas.el: Ditto.
6813
6814 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6817         (wl-biff-check-folder-async): Removed needless let.
6818
6819 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6820
6821         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6822         wl-folder-get-elmo-folder.
6823         (wl-biff-check-folder): Set `biff' argument of
6824         `wl-folder-check-one-entity'.
6825         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6826
6827         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6828         (wl-folder-check-one-entity): Added `biff' argument;
6829         Setup `biff' slot of folder.
6830
6831         * Version number is increased to 2.9.1.
6832
6833 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6834
6835         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6836         comment out and fixed.
6837         (wl-fldmgr-add-completion-subr): Ditto.
6838
6839         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6840         and msgdb.
6841
6842         * wl.el (wl-toggle-plugged): Save summary view.
6843
6844 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6847
6848 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6849
6850         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6851
6852 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6855         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6856         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6857
6858         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6859         if it was failed.
6860         (wl-demo): Disable undo in the demo buffer.
6861
6862 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6863
6864         * wl-version.el (wl-version): Changed codename.
6865
6866         * Version number is increased to 2.9.0.
6867
6868 2001-12-14  Takuo KITAME <kitame@northeye.org>
6869
6870         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6871         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6872         (wl-folder-mark-as-read-all-current-entity): Ditto.
6873
6874 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-vars.el (wl-from-width): Define as obsolete variable.
6877         (wl-subject-length-limit): Ditto.
6878
6879         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6880
6881         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6882         wl-summary-save-view.
6883
6884         * wl.el (wl-save-status): Ditto.
6885         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6886
6887         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6888         (wl-summary-exit): Follow the change above.
6889         (wl-summary-goto-folder-subr): Ditto.
6890
6891         * wl-folder.el (wl-folder-create-subr): Don't use
6892         `elmo-folder-creatable-p'.
6893
6894 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6897
6898 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6901         rather than bitmap on Emacs 21.
6902         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6903         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6904         for xbm if the new redisplay engine is not available.
6905
6906 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-folder.el (wl-folder-init-hook): New hook.
6909         (wl-folder-init): Run `wl-folder-init-hook'.
6910
6911 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6914
6915 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-acap.el (wl-acap-cache-filename): New variable.
6918         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6919         (wl-acap-init): Use cache if no ACAP server found.
6920
6921 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6922
6923         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6924         `wl-acap-original-msgdb-dir'.
6925
6926         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6927         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6928
6929         * wl-mime.el (wl-mime-save-directory): Renamed from
6930         `wl-mime-save-dir'.
6931
6932 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6935
6936         * wl-demo.el: Require `path-util'.
6937         (wl-demo-bitmap-mule-available-p): New internal variable.
6938         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6939         `module-installed-p' instead.
6940         (wl-demo-insert-image): Use *.img file for a bitmap image.
6941         (wl-demo): Don't call the ascii demo recursively.
6942
6943 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6944
6945         * Version number is increased to 2.7.7.
6946
6947 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl.el (wl-exit): Eliminated byte-compile warning.
6950
6951 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6952
6953         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6954         obsolete variable using `elmo-define-obsolete-variable'.
6955         (wl-fetch-confirm-threshold): Ditto.
6956         (wl-cache-prefetch-folder-type-list): Ditto.
6957         (wl-cache-prefetch-folder-list): Ditto.
6958
6959 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6962         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6963         (wl-demo-insert-image): New function.
6964         (wl-demo-insert-text): New function.
6965         (wl-demo-image-type-alist): Redefine as a function.
6966         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6967         (wl-demo-with-temp-file-buffer): Removed.
6968         (wl-logo-xpm): Removed.
6969         (wl-logo-xbm): Removed.
6970         (wl-logo-bitmap): Removed.
6971
6972 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6973
6974         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6975         (wl-expire-localdir-get-folder-function): New user option.
6976         (wl-expire-localdir-get-folder): New function.
6977         (wl-expire-localdir-date): Ditto.
6978
6979 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6980
6981         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6982         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6983         Fixed unread number mismatch when all-unread < unread.
6984
6985 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6988         (wl-fetch-confirm-threshold): Ditto.
6989
6990         * wl-summary.el (wl-summary-confirm-appends): Removed.
6991         (wl-summary-sync-update): Don't refer
6992         `wl-summary-update-confirm-threshold' (It is now abolished).
6993
6994         * wl-message.el (wl-message-display-internal): Don't refer
6995         `wl-fetch-confirm-threshold' (It is now abolished).
6996
6997 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7000
7001 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7002
7003         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7004         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7005         Change default value to nil.
7006         (wl-summary-indent-length-limit): The value can be nil, nil means
7007         unlimited.
7008
7009         * wl-summary.el: Don't set limit for indent length if the value of
7010         wl-summary-indent-length-limit is nil.
7011         If the value of wl-summary-width is nil, it means only that the width
7012         of summary is unlimited (nil doesn't mean that the indent length is
7013         unlimited).
7014
7015         * wl-thread.el: Ditto.
7016
7017 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7018
7019         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7020         be nil, nil means never confirm.
7021         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7022
7023 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7024
7025         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7026         means unlimited).
7027
7028 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7031         Use `with-temp-buffer'.
7032
7033 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7036         with new backquote style).
7037         (wl-folder-get-entity-from-buffer): Ditto.
7038
7039 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7040
7041         * wl-version.el (nemacs-version): Eliminated.
7042         (wl-extended-emacs-version2): Ignore nemacs.
7043         (wl-extended-emacs-version3): Ditto.
7044
7045 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7046
7047         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7048         (wl-draft-add-in-reply-to): New variable.
7049         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7050         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7051         (wl-draft-yank-from-mail-reply-buffer): Use
7052         `wl-draft-add-in-reply-to'.
7053         (wl-draft-insert-current-message): Ditto.
7054
7055 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7056
7057         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7058         typo (kill->hide).
7059         (wl-message-buffer-prefetch-folder-type-list): Added elements
7060         `mark' and `cache' instead of `internal'.
7061
7062 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7063
7064         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7065         resume msgdb directory.
7066
7067 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl.el (wl-exit): Call `wl-acap-exit'.
7070
7071         * wl-summary.el (wl-summary-message-string): New function.
7072         (wl-summary-reedit): Use it.
7073         (wl-summary-resend-bounced-mail): Remove needless let.
7074         (wl-summary-supersedes-message): Ditto.
7075         (wl-summary-save): Ditto.
7076
7077         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7078         (wl-acap-init): Set it.
7079         (wl-acap-exit): New function.
7080
7081 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl.el (wl-init): Revert (require 'mime-setup). move from
7084         toplevel.
7085
7086 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7087
7088         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7089         local variables.  Add error when guess function return invalid
7090         value.
7091
7092 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7093
7094         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7095         Change local variable name.
7096         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7097         (wl-folder-get-newsgroups): Return nil when non-news folder.
7098         * wl-summary.el (wl-summary-write-current-folder): State through
7099         when guess-list return nil.
7100         (wl-summary-write-current-folder-functions): Fixed docstring.
7101
7102         * wl.el (wl-exit): Changed confirm message.
7103
7104         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7105         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7106
7107         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7108
7109 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7110
7111         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7112         user option (Renamed from wl-cache-prefetch-folder-type-list).
7113         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7114         from wl-cache-prefetch-folder-list).
7115
7116         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7117         Move to wl-vars.el.
7118         (wl-message-buffer-prefetch-p): Changed to enable
7119         `wl-message-buffer-prefetch-folder-list'.
7120
7121         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7122         `ignore-cache'.
7123
7124 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7125
7126         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7127         `part-top' and `part-bottom'.
7128         (wl-draft-config-sub-part-top): New function.
7129         (wl-draft-config-sub-part-bottom): New function.
7130
7131 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7132
7133         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7134
7135 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7136
7137         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7138
7139 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7140
7141         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7142
7143         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7144         (wl-summary-write-current-folder): Ditto.
7145
7146 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-folder.el (wl-folder-get-newsgroups): Use
7149         `elmo-folder-newsgroups'.
7150
7151 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7152
7153         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7154         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7155         `wl-draft-config-sub-header-bottom'.
7156
7157 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7158
7159         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7160         localnews folder.
7161
7162 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7163
7164         * wl-summary.el (wl-summary-mode): Undo last change.
7165
7166         * wl-folder.el (wl-folder-mode): Ditto.
7167
7168 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7169
7170         * wl-summary.el (wl-summary-mode): Locally set
7171         truncate-partial-window-width to nil.
7172         (for XEmacs)
7173
7174         * wl-folder.el (wl-folder-mode): Ditto.
7175
7176 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7179
7180 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7181
7182         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7183         number.
7184
7185         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7186
7187         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7188
7189         * Version number is increased to 2.7.6.
7190
7191 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7194
7195 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-summary.el (wl-summary-sync-update): Enclose network
7198         related portion with `unwind-protect'.
7199
7200 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7201
7202         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7203
7204 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7207         element.
7208         * wl-vars.el (wl-message-body-button-alist): Ditto.
7209
7210         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7211         max match length.
7212         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7213
7214         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7215         for the max match length;
7216         Use 4th element value for the button string regexp group.
7217
7218         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7219         candidate exists, prompt to select.
7220
7221 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7222
7223         * wl-summary.el (wl-summary-jump-to-msg): Search before
7224         calibration point by `beginning-of-line'.
7225
7226 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7227
7228         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7229         for access group.
7230
7231 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-message.el (wl-message-display-internal): Bind
7234         `default-mime-charset'.
7235
7236         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7237
7238         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7239
7240         * Version number is increased to 2.7.5.
7241
7242 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7243
7244         * wl-expire.el (wl-summary-archive): Fixed;
7245         Use `elmo-folder-name-internal'.
7246
7247 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7248
7249         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7250         from `elmo-folder-move-messages' caller.
7251         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7252
7253         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7254         related portions are changed).
7255
7256 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7257
7258         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7259         counter.
7260
7261 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7262
7263         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7264         buffer local and set it to nil.
7265
7266         * wl-message.el (wl-message-redisplay): Ditto.
7267
7268 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7269
7270         * wl-summary.el (wl-summary-mark-as-important): If message is
7271         already cached, set messag as read, otherwise encache and mark as read.
7272
7273 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7274
7275         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7276         point-min.
7277
7278 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7281         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7282         a keymap.
7283
7284 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7287         parent.
7288
7289         * wl-mule.el (wl-message-define-keymap): Ditto.
7290
7291         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7292
7293         * wl-xmas.el (wl-message-display-internal-hook): Define.
7294         (wl-xmas-setup-message-toolbar): Define as function.
7295         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7296         (wl-message-overload-functions): Abolished.
7297         (wl-message-define-keymap): New function.
7298
7299         * wl-vars.el (wl-message-display-internal-hook): New variable.
7300         (wl-message-header-button-alist): New variable (Renamed from
7301         wl-highlight-message-header-button-alist).
7302         (wl-message-body-button-alist): Ditto.
7303
7304         * wl-mule.el (wl-message-define-keymap): New function.
7305         (wl-message-overload-functions): Abolished.
7306
7307         * wl-message.el (wl-message-add-buttons-to-body): New function.
7308         (wl-message-redisplay): Don't call wl-message-overload-functions;
7309         Call wl-message-add-buttons-to-header and
7310         wl-message-add-buttons-to-body.
7311         (wl-message-display-internal): Set keymap argument for
7312         elmo-mime-display-as-is, elmo-mime-message-display;
7313         Run wl-message-display-internal-hook.
7314         (wl-message-refer-article-or-url): Abolished.
7315
7316         * wl-highlight.el (wl-highlight-headers): Don't call
7317         wl-highlight-message-add-buttons-to-header.
7318         (wl-highlight-message-add-buttons-to-header): Abolished.
7319
7320
7321         * wl-e21.el (wl-message-display-internal-hook): Define.
7322         (wl-e21-setup-toolbar): Deleted duplicated binding.
7323         (wl-e21-setup-message-toolbar): Define as function.
7324         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7325         (wl-message-define-keymap): New function.
7326         (wl-message-overload-functions): Abolished.
7327
7328 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7329
7330         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7331         and elmo-folder-close.
7332
7333         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7334
7335 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7336
7337         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7338         boolean value.
7339         * wl-draft.el (wl-draft-do-fcc): Ditto.
7340
7341 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7342
7343         * wl-vars.el (wl-fcc-force-as-read): New variable.
7344         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7345         mark copied message as read.
7346
7347 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7348
7349         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7350
7351 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7352
7353         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7354         `wl-summary-target-above' instead of obsolete variable
7355         `wl-summary-temp-above'.
7356
7357         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7358         instead of `make-obsolete-variable'.
7359         * wl-refile.el (toplevel): Ditto.
7360
7361 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7364         with third argument t.
7365         (wl-draft): Set first argument for wl-plugged-init as t.
7366
7367         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7368         definition.
7369
7370 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7371
7372         * wl-vars.el: Tabify.
7373         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7374
7375         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7376         message.
7377
7378 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7379
7380         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7381         and set default to beep.
7382
7383 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7384
7385         * wl-vars.el (wl-draft-truncate-lines): New variable.
7386
7387         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7388         instead of wl-message-truncate-lines for truncate-lines.
7389
7390 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl-message.el (wl-message-display-internal): Call
7393         `wl-highlight-message' after `elmo-mime-display-as-is'.
7394
7395         * wl-mime.el (wl-mime-display-text/plain): New function.
7396         (wl-mime-display-header): Ditto.
7397         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7398         body-presentation-method for text/plain;
7399         Register `wl-mime-display-header' as a header-presentation-method;
7400         Don't set up `elmo-message-text-content-inserted-hook' and
7401         `elmo-message-header-inserted-hook'.
7402
7403         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7404         variable.
7405         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7406         as t if flag is 'all-header;
7407         Don't bind `elmo-message-ignored-field-list',
7408         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7409
7410 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7413         for xemacs with non-mule environment.
7414
7415 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7416
7417         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7418         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7419         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7420
7421 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7422
7423         * wl-vars.el (wl-interactive-send): Set default value as t.
7424
7425 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7428         (wl-addrmgr-method-list): Abolished.
7429         (wl-addrmgr-change-method): Follow above change.
7430
7431         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7432
7433 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7434
7435         * wl-vars.el (wl-message-truncate-lines): Change default value
7436         to default-truncate-lines.
7437
7438         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7439
7440 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7441
7442         * wl-vars.el (wl-message-truncate-lines): New variable.
7443
7444         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7445         wl-message-truncate-lines.
7446
7447 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7448
7449         * wl-acap.el (wl-acap-init): Remove period from error message.
7450         (wl-acap-find-acap-service): Remove period from message.
7451
7452 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl.el (wl-check-environment): Undo last change.
7455
7456         * wl-vars.el (wl-from): Changed default value.
7457
7458         * wl-util.el (toplevel): Don't require tm-edit.
7459
7460         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7461         `wl-folder-init';
7462         Don't set mark on mail body.
7463         (wl-draft-reedit): Ditto.
7464
7465         * wl-address.el (wl-address-quote-specials): Define as an alias for
7466         elmo-address-quote-specials.
7467
7468 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7471
7472         * wl-vars.el (wl-from): Set default value as nil.
7473         (wl-organization): Set default value as ORGANIZATION environment
7474         variable.
7475
7476         * wl-draft.el (wl-smtp-extension-bind): Check value of
7477         wl-smtp-connection-type.
7478
7479         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7480         error.
7481
7482 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7483
7484         * Version number is increased to 2.7.4.
7485
7486         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7487         arguments from `wl-highlight-x-face-function' caller.
7488         Use x-face-1.3.6.12 or later.
7489
7490 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7491
7492         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7493
7494 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7495
7496         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7497         (wl-fcc): Fix to accept function.
7498         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7499
7500 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7501
7502         * wl-acap.el (toplevel): Added `product-provide' declare.
7503         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7504
7505 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl.el (wl): Changed order of calling `elmo-init'
7508         and `elmo-folder-init'.
7509
7510 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7511
7512         * wl-mime.el (wl-summary-burst): Extract message when content-type
7513         of root entity is not only `multipart' but also `message/rfc822'.
7514         (wl-summary-burst-subr): Ditto.
7515
7516 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7517
7518         * wl-vars.el (toplevel): Require 'custom.
7519         (wl-trash-folder): Added to `wl-setting' group.
7520
7521         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7522         exists.
7523         (wl-addrmgr-draw): Insert empty line when no entry exists.
7524
7525         * wl-mule.el (wl-message-wheel-up): Fixed.
7526         (wl-message-wheel-down): Ditto.
7527
7528 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7529
7530         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7531         config is an anonymous lambda expression.
7532
7533 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7536         when Mule 2 is running.
7537
7538 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7541
7542 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7545         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7546
7547         * wl-address.el (wl-address-specials-regexp): Eliminated.
7548         (wl-address-quote-specials): Rewrite.
7549
7550 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7553         shy-groups for regexp.
7554
7555         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7556         character classes and Perl style shy-groups for regexp.
7557         (wl-highlight-plugged-current-line): Use Posix style character
7558         classes for regexp.
7559         (wl-e21-highlight-folder-by-numbers): Ditto.
7560         (wl-e21-display-image-p): Use `display-images-p' instead of
7561         `display-graphic-p'.
7562         (display-images-p): Make an alias to `display-graphic-p' if it is
7563         not available.  It is for Emacs version prior to 21.0.105.
7564
7565         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7566         `display-graphic-p'.
7567         (wl-demo-image-type-alist): Ditto.
7568         (display-images-p): Make an alias to `display-graphic-p' if it is
7569         not available.  It is for Emacs version prior to 21.0.105.
7570
7571 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7572
7573         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7574         support.
7575         (wl-generate-user-agent-string): Ditto.
7576
7577         * wl-version.el (wl-version): Update docsting.
7578         (wl-version-status): Ditto.
7579
7580 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7581
7582         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7583         21.0.105.  For Emacs 21.0.104 or earlier.
7584
7585 2001-09-03  Takuo KITAME <kitame@northeye.org>
7586
7587         * wl-e21.el (wl-plugged-init-icons): Use
7588         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7589         (wl-biff-init-icons): Ditto.
7590
7591 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-highlight.el (wl-highlight-summary-current-line):
7594         Fixed highlighting refile/copy destination.
7595
7596         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7597         (wl-acap-store): Encode string by wl-acap-coding-system.
7598
7599 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-acap.el (toplevel): Check and require 'un-define before
7602         'xemacs-ucs;
7603          Added checking for UTF-2000.
7604
7605 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7606
7607         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7608         Don't enclose with `eval-and-compile'.
7609
7610         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7611         wl-init is non-nil.
7612
7613         * wl-draft.el (wl-draft): Ditto.
7614
7615         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7616
7617         * wl-acap.el (toplevel): Require 'wl.
7618         (wl-acap-store): Call `elmo-init'.
7619
7620         * wl.el (wl): Changed position of `wl-check-environment'.
7621         (toplevel): Added autoload setting for wl-acap.
7622
7623         * wl-vars.el (wl-setting): New custom group.
7624         (wl-from): Added wl-setting group.
7625         (wl-user-mail-address-list): Ditto.
7626         (wl-organization): Ditto.
7627         (wl-subscribed-mailing-list): Ditto.
7628         (wl-envelope-from): Ditto.
7629         (wl-smtp-posting-user): Ditto.
7630         (wl-smtp-posting-server): Ditto.
7631         (wl-smtp-posting-port): Ditto.
7632         (wl-smtp-authenticate-type): Ditto.
7633         (wl-pop-before-smtp-user): Ditto.
7634         (wl-pop-before-smtp-server): Ditto.
7635         (wl-pop-before-smtp-port): Ditto.
7636         (wl-pop-before-smtp-authenticate-type): Ditto.
7637         (wl-nntp-posting-server): Ditto.
7638         (wl-nntp-posting-user): Ditto.
7639         (wl-nntp-posting-port): Ditto.
7640         (wl-fetch-confirm-threshold): Ditto.
7641         (wl-prefetch-threshold): Ditto.
7642         (wl-thread-insert-opened): Ditto.
7643         (wl-ldap-server): Ditto.
7644         (wl-ldap-port): Ditto.
7645         (wl-ldap-base): Ditto.
7646         (wl-ldap-objectclass): Ditto.
7647         (wl-use-ldap): Ditto.
7648         (wl-draft-config-alist): Ditto.
7649         (wl-draft-config-matchone): Ditto.
7650         (wl-template-alist): Ditto.
7651         (wl-message-sort-field-list): Ditto.
7652         (wl-message-ignored-field-list): Ditto.
7653         (wl-message-visible-field-list): Ditto.
7654         (wl-interactive-send): Ditto.
7655         (wl-summary-move-order): Ditto.
7656         (wl-auto-select-first): Ditto.
7657         (wl-auto-select-next): Ditto.
7658         (wl-interactive-save-folders): Ditto.
7659
7660         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7661         Initialization codes are moved from wl-local-folder-init.
7662         (wl-local-folder-init): Follow the change above.
7663         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7664
7665         * wl-acap.el: New file.
7666
7667         * Version number is increased to 2.7.3.
7668
7669 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7670
7671         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7672
7673 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7674
7675         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7676         (wl-addrmgr-address-entry-list): Ditto.
7677
7678 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-e21.el (wl-draft-mode-map): Removed binding for
7681         `wl-draft-insert-x-face-field'.
7682
7683         * wl-mule.el (wl-draft-mode-map): Ditto.
7684
7685         * wl-xmas.el (wl-draft-mode-map): Ditto.
7686
7687         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7688         (wl-cs-autoconv): Ditto.
7689         (wl-cs-local): Ditto.
7690         (wl-use-scoring): Ditto.
7691         (wl-mime-charset): Ditto.
7692         (wl-folder-check-async): Ditto.
7693
7694         * wl.el (toplevel): Ignore nemacs and tm.
7695         (wl-exit): Ditto.
7696
7697         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7698         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7699         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7700         instead of wl-address-petname-add-or-change.
7701         (wl-summary-edit-addresses-subr): Use wl-address-delete
7702         instead of wl-address-petname-delete.
7703
7704         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7705
7706         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7707         if error occured.
7708
7709         * wl-message.el (require): Remove tm support.
7710
7711         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7712
7713         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7714         (wl-folder-jump-to-current-entity): Ditto.
7715         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7716
7717         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7718         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7719         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7720
7721         * wl-mule.el (wl-draft-key-setup): Ditto.
7722
7723         * wl-xmas.el (wl-draft-key-setup): Ditto.
7724
7725         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7726         (wl-draft-std11-parse-addresses): New function.
7727         (wl-draft-parse-mailbox-list): Use it.
7728         (wl-draft): Ignore nemacs.
7729         (wl-draft-reedit): Ditto.
7730
7731         * wl-addrmgr.el: New file.
7732         (Original is wl-rcpt.el written by
7733         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7734         Thanks Kitamoto-san.)
7735
7736         * wl-address.el (wl-address-make-address-list): Modified parsing
7737         process.
7738         (wl-address-delete): Renamed from `wl-address-petname-delete';
7739         Modify wl-address-list too.
7740         (wl-address-add-or-change): Renamed from
7741         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7742
7743 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7744
7745         * wl-highlight.el (wl-highlight-summary-current-line):
7746           Work with transient-mark-mode
7747
7748 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * Version number is increased to 2.7.2.
7751
7752         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7753         instead of elmo-dop-queue-method.
7754
7755 2001-08-06  SAITO Atsunori <sai@yedo.com>
7756
7757         * wl-vars.el (wl-ldap-objectclass): New user option.
7758
7759         * wl-address.el (wl-ldap-make-filter): Use it.
7760
7761 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7764
7765 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-folder.el (wl-folder): redisplay after folder insertion.
7768
7769         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7770
7771         * wl-summary.el (wl-summary-sync-update):
7772         Change status mark only when new-msgdb exists.
7773         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7774
7775 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-summary.el (wl-summary-open-folder): New function.
7778         (wl-summary-goto-folder-subr): Use it.
7779         (wl-summary-mark-as-important): Fix;
7780         Encache only when no cache exists.
7781
7782 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7785         Use with-current-buffer.
7786
7787 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7788
7789         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7790         before call `get-buffer'. Fixed parenthesis.
7791         (wl-score-get-header-entry): Clear message and help window when
7792         keyboard quit.
7793         (wl-score-edit-insert-header): Ditto.
7794
7795 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7798         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7799         (wl-default-draft-cite): Fix.
7800
7801         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7802         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7803
7804 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-message.el (wl-message-prev-page): Do same bahavior
7807         as summary when it is called in the message buffer.
7808         (wl-message-next-page): Ditto.
7809
7810 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-summary.el (wl-summary-forward): Use cache if it is not
7813         section cache.
7814
7815 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7818         Removed redundant require of elmo-vars.
7819         (wl-biff-state-indicator-on): Changed default value for
7820         xemacs with non-mule environment.
7821
7822         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7823         wl-message-buffer is nil;
7824         Hide progress bar after moving messages.
7825
7826 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7829         message at cursor point is deleted.
7830
7831 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-vars.el: Changed file coding system to euc-japan.
7834         Added -*-coding:-*- magic to the first line.
7835
7836         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7837         Search parent from the first message.
7838
7839         * Version number is increased to 2.7.1.
7840
7841 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7842
7843         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7844
7845 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7848         refile/delete execution.
7849
7850         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7851         Fixed docstring.
7852
7853 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7856         do update process;
7857         Don't update marks when update process is interrupted.
7858
7859 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-reply): Fixed problem when
7862         wl-draft-use-frame is non-nil.
7863         (wl-summary-forward): Ditto.
7864
7865         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7866         as nil.
7867         (wl-folder-mark-as-read-all-entity): Ditto.
7868         (wl-folder-prefetch-entity): Ditto.
7869
7870         * wl.el (wl): Check environment before wl-init.
7871
7872         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7873         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7874         instead of wl-summary-collect-unread.
7875         (wl-summary-reply): Split message window.
7876
7877 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7880         only if current language environment is japanese,
7881
7882         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7883         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7884         (wl-folder-goto-folder-subr): Ditto.
7885
7886         * wl-draft.el (wl-draft-dispatch-message): Call
7887         `elmo-file-cache-get-path'.
7888
7889 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-summary.el (wl-summary-cursor-move): If return value of
7892         wl-summary-next-message is not number, don't jump.
7893
7894 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-summary.el (wl-summary-buffer-next-message-function): New
7897         variable.
7898         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7899         if it is bound.
7900
7901         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7902         string.
7903
7904         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7905         (wl-plugged-drawing): Ditto.
7906
7907 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7910         process.
7911         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7912         with unwind-protect.
7913
7914         * wl.el (wl-init): Require mime-setup.
7915         (wl-check-environment): Don't require mime-setup.
7916
7917         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7918         instead of elmo-folder-type.
7919
7920         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7921         value as nil.
7922
7923 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * Version number is increased to 2.7.0.
7926
7927         * wl-version.el (wl-version): Changed codename.
7928
7929         * wl-summary.el (wl-summary-delete-cache): Fixed.
7930
7931         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7932         Workaround for net folders.
7933         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7934
7935         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7936         value to nil (According to the patch from
7937         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7938
7939         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7940         of elmo-folder-close.
7941
7942 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7943
7944         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7945         for postfix.
7946
7947 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-summary.el (wl-summary-resend-message): Fixed.
7950
7951         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7952         Call wl-draft with `from' argument if its address is included in
7953         `wl-user-mail-address-list'.
7954         (wl-draft): Added `from' argument.
7955
7956         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7957         non-nil.
7958         (wl): Don't show demo if wl-demo is nil.
7959
7960         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7961         wl-summary-use-frame.
7962
7963         * wl-vars.el (wl-summary-use-frame): New user option.
7964         (wl-folder-use-frame): Changed docstring.
7965
7966         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7967         non-nil.
7968         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7969         wl-summary-use-frame.
7970
7971         * wl-vars.el (wl-folder-use-frame): New user option.
7972
7973         * wl-summary.el (wl-summary-exit): Back to folder frame if
7974         wl-folder-use-frame is non-nil.
7975         (wl-summary-redisplay-internal): Ignore cache if current folder
7976         is draft folder,
7977         (wl-summary-redisplay-no-mime): Ditto.
7978         (wl-summary-redisplay-all-header): Ditto.
7979
7980         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7981         if wl-folder-use-frame is non-nil.
7982
7983 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7984
7985         * wl-summary.el (wl-summary-sync-update): Bind
7986         elmo-folder-update-threshold.
7987         (wl-summary-mark-as-important): Enclosed server mark processing
7988         with `save-match-data'.
7989
7990         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7991         only when it is already defined.
7992
7993 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7994
7995         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7996         name of folder exclude localdir is wrong.
7997         * wl-folder.el (wl-folder-sync-entity):
7998         Set `wl-summary-always-sticky-folder-list' as nil.
7999         (wl-folder-mark-as-read-all-entity): Ditto.
8000         (wl-folder-prefetch-entity): Ditto.
8001
8002 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8005         instead of `wl-summary-write-current-newsgroup'.
8006
8007 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8008
8009         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8010         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8011         non-nil and selected message is important, do not display.
8012
8013 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8016
8017 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8020
8021         * wl-summary.el (wl-summary-mark-as-important): Set message number
8022         using wl-summary-message-number.
8023
8024 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8025
8026         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8027         destination folder is 'null.
8028
8029 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8030
8031         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8032         New function.
8033         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8034         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8035         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8036
8037 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-mime.el (wl-mime-setup): Added setting for
8040         `mime-setup-signature-key-alist' to avoid overriding key bind for
8041         `wl-draft-send'.
8042
8043         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8044         for `wl-draft-send'.
8045         * wl-mule.el (wl-draft-overload-functions): Ditto.
8046         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8047         * wl-draft.el (wl-draft-send): Ditto.
8048
8049         * wl-message.el (wl-message-display-internal):
8050         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8051         (Patch is provided by <kita@coe.nttdata.co.jp>).
8052
8053 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8054
8055         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8056
8057 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8058
8059         * wl.el (wl): Fix for wl-demo.
8060
8061 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8062
8063         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8064
8065 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8066
8067         * wl-folder.el (wl-folder-prefetch-entity): Use
8068         `wl-folder-get-elmo-folder'.
8069         (wl-folder-count-incorporates): Do not use
8070         `wl-folder-get-elmo-folder'.
8071
8072 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8073
8074         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8075         instead of `elmo-folder-get-type'.
8076
8077 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8078
8079         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8080         position on Subject: field.
8081         (Advised by Mito <mit@nines.nec.co.jp>)
8082
8083 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8084
8085         * wl-folder.el (wl-folder-prefetch-entity): Use
8086         `wl-folder-get-elmo-folder'.
8087
8088 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8091
8092         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8093         `process-duplicates' slot.
8094
8095         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8096         if detection failed.
8097
8098 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8099
8100         * wl-version.el (wl-version-status): Set to "alpha".
8101
8102 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8105         Check wl-message-buffer lives before set-buffer.
8106
8107 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8108
8109         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8110         called in folder mode.
8111         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8112         * wl-summary.el (wl-summary-exit-pre-hook): Run
8113         `wl-summary-exit-pre-hook' before exit summary mode.
8114
8115 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8116
8117         * wl-version.el (wl-version-status): New variable.
8118         (wl-version-status-alist): Removed.
8119         (wl-version-status): Rule included.
8120
8121 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8122
8123         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8124         @sponichi.
8125
8126         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8127         when `mail-reply-buffer' is buffer-local variable.
8128         (Reported by <kita@coe.nttdata.co.jp>).
8129
8130 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8131
8132         * wl-vars.el (toplevel): Require 'elmo-util.
8133
8134 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8137         (All other related portions are changed)
8138
8139         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8140
8141         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8142
8143 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8144
8145         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8146
8147 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8150         Delete other windows to avoid an error.
8151         Use `point-marker' instead of `point' to remember the start point
8152         of body.
8153
8154         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8155
8156         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8157         number not to exceed all message number.
8158
8159 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8160
8161         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8162         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8163
8164 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-summary.el (wl-summary-sync-force-update): Added argument
8167         no-check.
8168         (wl-summary-sync-update): Ditto.
8169         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8170         with `no-check'.
8171
8172         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8173         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8174         already running.
8175
8176 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8177
8178         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8179         `dst-folder-arg'.
8180         (wl-expire-archive-number1): Diito.
8181         (wl-expire-archive-number2): Diito.
8182         (wl-expire-archive-Date): Diito.
8183         (wl-archive-number1): Diito.
8184         (wl-archive-number2): Diito.
8185         (wl-archive-date): Diito.
8186         (wl-archive-folder-p): New function.
8187         (wl-summary-expire): Support of expand folder name at
8188         wl-expire-alist.
8189         * wl-util.el (wl-expand-newtext): Renamed from
8190         `wl-refile-expand-newtext'.
8191
8192 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8193
8194         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8195         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8196         `(elmo-msgdb-get-overview msgdb)'.
8197         (wl-summary-prefetch): Bind match data before call
8198         `wl-summay-prefetch-msg'.
8199         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8200         'off if `wl-summary-buffer-disp-msg' is non-nil.
8201         Fixed problem that couldn't show only one new or unread message when
8202         enter folder.
8203         (wl-summary-reply): Don't call `split-window-vertically' and other
8204         window.
8205
8206 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-expire.el (wl-expire-refile): Fixed.
8209
8210 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8213
8214         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8215         biff notification is removed.
8216
8217         * wl.el (wl): Changed position of `elmo-init'.
8218
8219         * wl-draft.el (wl-default-draft-cite): Use date field
8220         on the citation buffer.
8221
8222         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8223
8224         * wl-xmas.el (wl-folder-internal-icon-list): Added
8225         `wl-folder-shimbun-image'.
8226
8227         * wl-e21.el (wl-folder-internal-icon-list): Added
8228         `wl-folder-shimbun-image'.
8229
8230 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl.el (wl-init): Eliminated argument.
8233         (wl): Rewrite.
8234
8235         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8236         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8237         instead of `elmo-folder-msgdb-internal'.
8238         (wl-summary-sync-update): Ditto.
8239         (wl-summary-flush-pending-append-operations): Eliminated.
8240         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8241         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8242         `elmo-folder-open'.
8243
8244         * wl-mime.el (wl-summary-burst): Fixed.
8245
8246         * wl-folder.el (wl-folder-info-save): Check data type.
8247
8248         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8249         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8250         instead of `elmo-folder-msgdb-internal'.
8251         (wl-expire-hide): Ditto.
8252
8253
8254         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8255
8256 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8257
8258         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8259
8260 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8261
8262         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8263
8264 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8265
8266         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8267         Fixed `match-beginning' argument mismatch.
8268
8269 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8270
8271         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8272         the default value.
8273
8274 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8277         instead of `elmo-nntp-default-port'.
8278
8279         * wl-vars.el: Fixed some doc strings.
8280
8281 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-summary.el (wl-summary-prefetch-msg): Use
8284         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8285
8286         * wl-vars.el: Define *-func as obsolete variable using
8287         `elmo-define-obsolete-variable'.
8288
8289         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8290         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8291         instead of `wl-message-buffer-prefetch-threshold'.
8292
8293         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8294
8295         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8296
8297         * wl-draft.el (wl-caesar-region-func): Ditto.
8298
8299         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8300         Keep unread status in elmo-folder-move-messages.
8301         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8302
8303 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8306         `wl-summary-buffer-exit-func'
8307         (wl-summary-buffer-message-redisplay-function): Renamed from
8308         `wl-summary-buffer-message-redisplay-func'
8309         (wl-summary-buffer-next-folder-function): Renamed from
8310         `wl-summary-buffer-next-folder-func'.
8311         (wl-summary-buffer-prev-folder-function): Renamed from
8312         `wl-summary-buffer-prev-folder-func'.
8313         (wl-summary-get-petname-function): Renamed from
8314         `wl-summary-get-petname-func'.
8315
8316         * wl-score.el (wl-score-edit-exit-function): Renamed from
8317         `wl-score-edit-exit-func'.
8318
8319         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8320         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8321
8322         * wl-util.el (wl-load-profile-function): Renamed from
8323         `wl-load-profile-func'.
8324
8325         * wl-folder.el (wl-folder-completion-function): Renamed from
8326         `wl-folder-completion-func'.
8327         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8328
8329         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8330         `wl-expire-archive-get-folder-func'.
8331         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8332         (wl-draft-send-mail-function): Renamed from
8333         `wl-draft-send-mail-func'.
8334         (wl-draft-send-news-function): Renamed from
8335         `wl-draft-send-news-func'.
8336         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8337         (wl-generate-mailer-string-function): Renamed from
8338         `wl-generate-mailer-string-func'.
8339         (wl-highlight-signature-search-function): Renamed from
8340         `wl-highlight-signature-search-func'.
8341         (wl-highlight-x-face-function): Renamed from
8342         `wl-highlight-x-face-func'
8343         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8344         (wl-ps-print-buffer-function): Renamed from
8345         `wl-ps-print-buffer-func'
8346         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8347         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8348         (wl-summary-subject-filter-function): Renamed from
8349         `wl-summary-subject-filter-func'.
8350
8351         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8352         `wl-draft-queue-flush-send-func'
8353         (wl-draft-cite-function): Renamed from
8354         `wl-draft-cite-func'
8355
8356         * wl-address.el (wl-address-init-function): Renamed from
8357         `wl-address-init-func'.
8358
8359 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-draft.el (wl-draft-queue-flush): Don't call
8362         `elmo-dop-unlock-message'.
8363         * wl-draft.el (wl-draft-queue-append): Don't call
8364         `elmo-dop-lock-message'.
8365
8366         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8367         (wl-summary-buffer-folder-name): Ditto.
8368         (wl-summary-message-regexp): Added '-' (all other related portions
8369         are changed).
8370         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8371         wl-summary-buffer-folder-name.
8372
8373 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8374
8375         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8376         the number of mails in the folder buffer is not updated by wl-biff.
8377
8378 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8379
8380         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8381         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8382
8383 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8384
8385         * wl-summary.el (wl-summary-next-message):
8386         Return next message number when wl-summary-move-order is nil.
8387
8388 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8389
8390         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8391         `wl-summary-move-spec-alist'.
8392         (wl-summary-move-spec-unplugged-alist): New variable
8393         (Move spec for unplugged status).
8394         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8395         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8396
8397 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8398
8399         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8400         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8401
8402 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8403
8404         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8405         simple quotation to quote the anonymous function.
8406         * tm-wl.el (wl-draft-preview-message): Ditto.
8407
8408 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8409
8410         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8411         Eliminate redundant `save-excursion'.
8412         (wl-highlight-summary-current-line): Ditto.
8413
8414         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8415         accessing match data when `looking-at' failed.
8416
8417         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8418         `elmo-match-string' where users don't care about the speed.
8419         (wl-draft-save): Ditto.
8420
8421 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-util.el (wl-regexp-opt): New function.
8424
8425         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8426         number from `wl-summary-buffer-number-list'.
8427         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8428         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8429         (wl-summary-move-spec-alist): Changed default setting.
8430
8431 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8432
8433         * wl-vars.el (wl-biff-notify-hook): New hook.
8434         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8435         the arrival of new mail.
8436         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8437         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8438
8439 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8442
8443 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8444
8445         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8446
8447         * Version number is increased to 2.5.8.
8448
8449         * wl-thread.el (toplevel): require 'cl.
8450         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8451         (wl-thread-make-number-list): New function.
8452         (wl-thread-entity-make-number-list-from-children): Ditto.
8453         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8454         (wl-thread-entity-insert-as-children): Likewise.
8455         (wl-thread-delete-message): Likewise.
8456         (wl-meaning-of-mark): Eliminated.
8457         (wl-thread-next-failure-mark-p): Ditto.
8458         (wl-thread-entity-get-mark): Ditto.
8459         (wl-thread-meaning-alist-get-result): Ditto.
8460         (wl-thread-entity-check-prev-mark): Ditto.
8461         (wl-thread-entity-check-next-mark): Ditto.
8462         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8463         (wl-thread-entity-get-prev-marked-entity): Ditto.
8464         (wl-thread-get-prev-unread): Ditto.
8465         (wl-thread-jump-to-prev-unread): Ditto.
8466         (wl-thread-get-next-unread): Ditto.
8467         (wl-thread-jump-to-next-unread): Ditto.
8468         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8469         (wl-thread-entity-get-next-marked-entity): Ditto.
8470
8471         * wl-summary.el (wl-summary-buffer-number-list):
8472         New bufer-local variable.
8473         (wl-summary-switch-to-clone-buffer): Clone
8474         `wl-summary-buffer-number-list'.
8475         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8476         (wl-summary-cursor-move-regex): Eliminated.
8477         (wl-summary-cursor-up): Rewrite.
8478         (wl-summary-cursor-down): Ditto.
8479         (wl-summary-mode-spec-alist): New variable.
8480         (wl-summary-next-message): New inline function.
8481         (wl-summary-cursor-move): New function.
8482         (wl-summary-default-get-next-msg): Rewrite.
8483         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8484         (wl-summary-rescan): Ditto.
8485         (wl-summary-sync-all-init): Ditto.
8486         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8487         summary is not thread view.
8488         (wl-summary-sync-update): Ditto.
8489         (wl-summary-rescan): Ditto.
8490         (wl-summary-make-number-list): New function.
8491
8492         * wl-draft.el: "FCC" -> "Fcc".
8493
8494 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-highlight.el (wl-highlight-summary-window):
8497         Call `set-buffer-modified-p'.
8498
8499         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8500         (wl): Call `elmo-init' and fix.
8501
8502         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8503         Use new variables.
8504
8505         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8506
8507 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8510
8511 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8512
8513         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8514
8515 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8516
8517         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8518         `wl-use-toolbar' nor `display-graphic-p'.
8519         (wl-e21-setup-message-toolbar): Ditto.
8520         (wl-e21-setup-summary-toolbar): Ditto.
8521         (wl-e21-setup-folder-toolbar): Ditto.
8522
8523         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8524         (wl-plugged-init-icons): Ditto.
8525
8526         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8527         `display-graphic-p'.
8528         (wl-plugged-set-folder-icon): Ditto.
8529         (wl-highlight-plugged-current-line): Ditto.
8530         (wl-highlight-folder-current-line): Ditto.
8531         (wl-e21-highlight-folder-group-line): Ditto.
8532         (wl-e21-setup-toolbar): Ditto.
8533         (wl-e21-display-image-p): New macro.
8534
8535         * wl-demo.el (wl-demo): Simplified.
8536         (wl-demo-image-type-alist): Use `image-type-available-p' for
8537         checking whether the image type `xbm' is available.
8538
8539 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8540
8541         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8542         (wl-summary-input-range): Ditto.
8543
8544 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * wl-summary.el (wl-summary-edit-addresses): Use
8547         `wl-summary-get-original-buffer'
8548         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8549         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8550         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8551         (wl-summary-get-newsgroups): Eliminated.
8552         (wl-summary-set-crosspost): Ditto.
8553         (wl-summary-is-crosspost-folder): Ditto.
8554         (wl-crosspost-alist-load): Ditto.
8555         (wl-crosspost-alist-save): Ditto.
8556
8557         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8558         `elmo-setup-subscribed-newsgroups' instead of
8559         `elmo-nntp-make-groups-hashtb'.
8560         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8561         instead of `wl-crosspost-alist-save'.
8562
8563         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8564         of `elmo-folder-message-appendable-p'.
8565         (wl-mime-header-presentation-method): Eliminated.
8566
8567         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8568         (Error occurs in emacs21).
8569
8570         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8571         the current buffer).
8572
8573         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8574         instead of `wl-crosspost-alist-save'.
8575         (wl-init): `elmo-crosspost-message-alist-load'
8576         instead of `wl-crosspost-alist-load'
8577
8578         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8579         (wl-parse-newsgroups): Likewise.
8580         (wl-biff-notify): Run `wl-biff-notify-hook'.
8581
8582 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8585
8586         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8587         when `wl-summary-lazy-highlight' is non-nil.
8588         (wl-summary-goto-folder-subr): Highlight only when
8589         `wl-summary-lazy-highlight' is non-nil.
8590
8591         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8592         Don't display progress and highlight temp-mark when
8593         `wl-summary-lazy-highlight' is non-nil.
8594         (wl-highlight-summary-window): New function.
8595         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8596
8597 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8598
8599         * wl-summary.el (wl-summary-sync): Change `all-visible'
8600         from `all-shown'
8601         (wl-summary-input-range): Ditto.
8602
8603 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8604
8605         * wl-e21.el (wl-highlight-folder-current-line): Call
8606         `wl-folder-init-icons' when folder icons have not been initialized.
8607
8608         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8609
8610         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8611         (wl-demo-image-type-alist): New macro.
8612
8613 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8614
8615         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8616         display does not support graphics.
8617         (wl-plugged-init-icons): Ditto.
8618         (wl-folder-init-icons): Ditto.
8619
8620         * wl-demo.el (wl-demo): Chech closely whether the display
8621         supports graphics.
8622
8623 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-get-original-buffer): New function.
8626         (wl-summary-set-crosspost): Use it.
8627         (wl-summary-target-mark-uudecode): Ditto.
8628         (wl-summary-reedit): Ditto.
8629         (wl-summary-resend-bounced-mail): Ditto.
8630         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8631         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8632
8633         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8634         (wl-message-display-internal): Ditto.
8635
8636 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8637
8638         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8639
8640 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8641
8642         * wl-summary.el (wl-summary-save-view): Renamed from
8643         `wl-summary-save-status'.
8644
8645 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8646
8647         * wl-summary.el (wl-summary-sync): Added `all-shown'
8648
8649 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8650
8651         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8652
8653 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8654
8655         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8656
8657 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8658
8659         * wl-highlight.el (wl-highlight-summary-line-string): Use
8660         `zerop' instead of `= 0'.
8661         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8662
8663         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8664         for comparing numbers.
8665         (wl-template-prev): Use `zerop' instead of `eq 0'.
8666
8667         * wl-draft.el (wl-draft-insert-current-message): Use
8668         `with-current-buffer' instead of `save-excursion'.
8669         Use `zerop' instead of `eq 0'.
8670
8671 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8672
8673         * wl-draft.el (wl-draft-insert-ccs): New function.
8674         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8675         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8676
8677 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8680
8681 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8682
8683         * wl-expire.el (wl-expire-refile): Don't call
8684         elmo-msgdb-add-msgs-to-seen-list;
8685         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8686         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8687
8688 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-message.el (wl-message-prev-page): Ignore errors while
8691         scroll-down.
8692
8693 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-mime.el: Use elmo-original-message-mode instead of
8696         mmelmo-original-mode.
8697
8698         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8699         `elmo-folder-get-spec';
8700         (wl-fldmgr-add-completion-all-completions):
8701         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8702
8703         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8704         of `elmo-folder-get-type'.
8705
8706         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8707         `elmo-folder-get-spec';
8708         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8709         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8710         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8711         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8712         `elmo-read-msg-no-cache';
8713         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8714         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8715         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8716         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8717         `elmo-cache-save';
8718         (wl-draft-reedit): Use `elmo-message-file-name'.
8719
8720         * wl-expire.el: Use `elmo-folder-name-internal';
8721         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8722         Use macro `wl-summary-buffer-msgdb' instead of variable
8723         `wl-summary-buffer-msgdb';
8724         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8725         Use macro `wl-summary-buffer-folder-name' instead of variable
8726         `wl-summary-buffer-folder-name'.
8727         * wl-score.el: Likewise.
8728
8729         * wl-message.el: Rewrite for new message buffer cache mechanism.
8730         (wl-message-buffer-cache-buffer-get): New macro.
8731         (wl-message-buffer-cache-folder-get): Ditto.
8732         (wl-message-buffer-cache-message-get): Ditto.
8733         (wl-message-buffer-cache-entry-make): Ditto.
8734         (wl-message-buffer-cache-hit): Ditto.
8735         (wl-message-buffer-cache-sort): New function.
8736         (wl-message-buffer-cache-add): Ditto.
8737         (wl-message-buffer-cache-delete): Ditto.
8738         (wl-message-buffer-cache-clean-up): Ditto.
8739         (wl-message-buffer-window): Rewrite.
8740         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8741         (wl-message-buffer-display): New function.
8742         (wl-message-display-internal): New function.
8743
8744 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-folder.el: Use `elmo-folder-name-internal';
8747         Use `wl-folder-get-elmo-folder';
8748         Use `elmo-folder-list-messages' instead of
8749         `elmo-list-folder';
8750         Use `elmo-folder-get-primitive-list' instead of
8751         `elmo-folder-get-primitive-spec-list';
8752         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8753         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8754         Use `elmo-folder-create' instead of `elmo-create-folder'.
8755         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8756         (wl-folder-get-elmo-folder): New macro.
8757         (wl-folder-elmo-folder-cache-get): Ditto.
8758         (wl-folder-elmo-folder-cache-put): Ditto.
8759         (wl-folder-suspend): Call `elmo-quit'.
8760
8761         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8762         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8763         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8764         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8765         (toplevel): require 'cl.
8766         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8767
8768         * wl-summary.el: Rewrite to use new elmo interface.
8769
8770 \f
8771 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-mime.el (wl-draft-preview-message):
8774         Run `wl-draft-send-hook' before collecting recipients information;
8775         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8776
8777         * tm-wl.el (wl-draft-preview-message): Ditto.
8778
8779 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8782         wrong recipients are displayed when forwarded message.
8783
8784 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * Version number is increased to 2.5.7.
8787
8788 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8789
8790         * wl-message.el (wl-message-next-page): Bind
8791         `window-pixel-scroll-increment' to nil while scrolling up.
8792
8793 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8794
8795         * wl-vars.el (wl-save-hook): New hook.
8796         * wl.el (wl-save): Call `wl-save-hook'.
8797
8798 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8799
8800         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8801         Argument WITH-ARG instead of NO-ARG (negative mean).
8802         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8803         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8804         * wl-message.el (wl-message-follow-current-entity): Likewise.
8805
8806 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8807
8808         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8809         FROM was optional argument.
8810         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8811
8812 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8813
8814         * Version number is increased to 2.5.6.
8815
8816 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8817
8818         * wl-version.el (wl-version-show): Removed.
8819         (wl-version): Add `interactive'.
8820
8821 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8822
8823         * wl-summary.el (wl-summary-get-petname-func): New variable.
8824         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8825         instead of `wl-address-get-petname-1'.
8826         (wl-summary-simple-from): Ditto.
8827
8828         * wl-address.el (wl-address-get-petname-1): Define as function.
8829
8830 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8833         field in the original message.
8834         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8835
8836 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8837
8838         * wl-expire.el (wl-expire-hide):
8839         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8840
8841 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8844         find decoder for To, Cc, and Subject.
8845
8846 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8849         for checking `elmo-use-buffer-cache'.
8850         (wl-summary-mark-as-important): Fixed typo in comment.
8851
8852 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8855         field in the original message.
8856         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8857
8858 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8859
8860         * wl-expire.el (wl-expire-hide):
8861         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8862
8863 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8866         find decoder for To, Cc, and Subject.
8867
8868 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * Version number is increased to 2.5.5.
8871
8872         * wl-address.el (wl-address-specials-regexp): New constant.
8873         (wl-address-quote-specials): Use it.
8874
8875 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-summary.el (wl-summary-rescan):
8878         Call `wl-summary-buffer-number-column-detect'.
8879         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8880
8881         * wl-message.el (wl-message-mode-map): Define.
8882         (wl-message-decode): Use it as local-map.
8883
8884 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8887         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8888
8889 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8892
8893         * wl-mule.el (wl-read-event-char): Ditto.
8894
8895         * wl-e21.el (wl-read-event-char): Ditto.
8896
8897         * wl-nemacs.el (wl-read-event-char): Ditto.
8898         (read-event): Removed.
8899
8900         * wl-util.el (toplevel): Removed dummy definition of
8901         `read-event'.
8902         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8903
8904 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8905
8906         * wl-nemacs.el (elmo-archive-call-process): Moved to
8907         elmo-archive.el.
8908
8909 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8910
8911         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8912         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8913
8914         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8915         instead of magic-number 6.  Use `not' instead of `null' for symbol
8916         `nil' check (not empty list).
8917         (wl-draft-insert-x-face-field): Fixed paren style.
8918
8919         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8920         one-branch conditional statement, instead of `and' and `if'.
8921         (wl-draft-forward): Likewise.
8922         (wl-draft-add-references): Likewise.
8923         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8924
8925         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8926         conditional steatment.  Use `cond' instead of `if'.
8927         (wl-draft-confirm): Likewise.
8928
8929 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8930
8931         * wl-version.el (wl-version-show): Use `product-string-1'
8932         instead of `wl-version'.
8933         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8934
8935         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8936
8937 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8938
8939         * wl-highlight.el (wl-highlight-headers): Revert
8940         `wl-highlight-x-face-func' argument (`beg' and `end').
8941
8942 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8943
8944         * wl.el (toplevel): Move `product-provide' declare.
8945         * wl-demo.el (toplevel): Ditto.
8946         * wl-dnd.el (toplevel): Ditto.
8947         * wl-highlight.el (toplevel): Ditto.
8948         * wl-message.el (toplevel): Ditto.
8949         * wl-refile.el (toplevel): Ditto.
8950         * wl-util.el (toplevel): Ditto.
8951
8952 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8953
8954         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8955         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8956         (wl-thread-close-all): keep cursor position.
8957
8958 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8959
8960         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8961         (eq x 0).
8962         (wl-generate-user-agent-string-1): Fix conditional statement.
8963
8964 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8965
8966         * wl.el (wl-check-environment): Additional check for
8967         'wl-local-domain' and `wl-message-id-domain'.
8968
8969 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8970
8971         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8972
8973 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8974
8975         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8976         instead of `smtp-sasl-user-realm'.
8977
8978 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8979
8980         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8981
8982 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8983
8984         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8985         to the default value as well as `eword-lexical-analyzer'.
8986
8987 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8988
8989         * wl-version.el (wl-extended-emacs-version,
8990         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8991         `elmo-match-string' instead of `wl-match-string'.
8992
8993 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8994
8995         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8996         docstring.
8997
8998 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8999
9000         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9001
9002 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9003
9004         * wl-highlight.el (wl-highlight-headers): Remove
9005         `wl-highlight-x-face-func' argument (`beg' and `end').
9006
9007 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9008
9009         * wl-summary.el (wl-summary-mark-as-important):
9010         Remove cache if folder is local.
9011
9012 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9013
9014         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9015         to get existing e-mail address string.
9016
9017 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9018
9019         * wl-version.el (wl-generate-user-agent-string): Commentary.
9020         (wl-generate-user-agent-string-1): Use `when' for
9021         one-branch conditional statement, instead of `and' and `if'.
9022         (wl-extended-emacs-version, wl-extended-emacs-version2,
9023         wl-extended-emacs-version3): Ditto.
9024
9025 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9028         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9029         condition-case; Remove initialization.
9030         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9031         (wl-summary-sync-update3): Added argument `sync-all';
9032         Eliminated local variable `msgdb';
9033         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9034         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9035         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9036
9037 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9038
9039         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9040         connection before call `wl-draft-send-mail-with-smtp'.
9041
9042 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * Version number is increased to 2.5.4.
9045
9046 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9047
9048         * wl.el (wl-check-environment): Additional check for
9049         'wl-local-domain' and `wl-message-id-domain'.
9050
9051 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9054         buffer as command specific.
9055         (wl-folder-mark-as-read-all-entity): Ditto.
9056         (wl-folder-prefetch-entity): Ditto.
9057         (wl-folder-drop-unsync-entity): Ditto.
9058
9059         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9060         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9061         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9062
9063         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9064         save-excursion.
9065
9066 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9067
9068         * Version number is increased to 2.5.3.
9069
9070         * wl-summary.el (wl-summary-save-view-cache):
9071         Delete duplicated `write-region';
9072         Use `write-region-as-binary' instead of `as-binary-output-file' and
9073         `write-region'.
9074
9075 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9076
9077         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9078
9079 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9082         instead of `smtp-via-smtp'.
9083
9084 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9085
9086         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9087
9088 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9089
9090         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9091         instead of `smtp-sasl-user-realm'.
9092
9093 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9094
9095         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9096
9097 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9098
9099         * Version number is increased to 2.5.2.
9100
9101 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9102
9103         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9104         does not exist.
9105         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9106         (wl-biff-start): Call `timer-activate' if timer already exists.
9107
9108         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9109         only when it is bound as function.
9110
9111 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9112
9113         * Version number is increased to 2.5.1.
9114
9115 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9118         Print refile/copy destination.
9119
9120 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9123         queue-flush-only is non-nil.
9124
9125         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9126
9127         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9128         checking cache folder.
9129
9130 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9131
9132         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9133         `regexp-quote'.
9134
9135 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9136
9137         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9138         function.
9139         * wl-summary.el (wl-summary-write-current-folder-functions):
9140         Change default value.  Use it.
9141
9142 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * Version number is increased to 2.5.0.
9145
9146         * wl-version.el (wl-version): Changed codename.
9147
9148 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9149
9150         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9151         (wl-summary-supersedes-message): Ditto.
9152
9153 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9154
9155         * wl-refile.el (wl-refile-guess-functions): Renamed from
9156         `wl-refile-guess-func-list'.
9157
9158 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9161         Fixed problem when no rule was matched.
9162
9163 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9164
9165         * wl-summary.el (wl-summary-get-mark): Fixed
9166         `wl-summary-buffer-target-mark' check logic.
9167
9168 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9169
9170         * wl-folder.el (wl-folder-write-current-folder): Added group
9171         folder check.
9172
9173         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9174         `wl-summary-write-current-newsgroup'.
9175         (wl-summary-write-current-folder-functions): New variable.
9176         * wl-folder.el (wl-folder-get-newsgroups): New function.
9177         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9178         (wl-folder-write-current-folder): Renamed from
9179         `wl-folder-write-current-newsgroup'.
9180
9181 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9182
9183         * Version number is increased to 2.3.93.
9184
9185 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9188         (wl-ldap-make-matched-value-list): Ditto.
9189         (wl-ldap-alias-safe-string): Split e-mail address.
9190
9191         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9192         petname folder default was selected.
9193         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9194         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9195
9196 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9199         to `wl-draft-config-exec'.
9200
9201         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9202         instead of calling `wl-draft-config-exec';
9203         Process group-list and show recipients in minibuffer.
9204
9205         * tm-wl.el (wl-draft-preview-message): Ditto.
9206
9207 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9208
9209         * wl.el (toplevel): Added (C) to copyright notice, and
9210         sync Author header.
9211         * tm-wl.el (toplevel): Ditto.
9212         * wl-address.el (toplevel): Ditto.
9213         * wl-demo.el (toplevel): Ditto.
9214         * wl-dnd.el (toplevel): Ditto.
9215         * wl-draft.el (toplevel): Ditto.
9216         * wl-e21.el (toplevel): Ditto.
9217         * wl-expire.el (toplevel): Ditto.
9218         * wl-folder.el (toplevel): Ditto.
9219         * wl-highlight.el (toplevel): Ditto.
9220         * wl-message.el (toplevel): Ditto.
9221         * wl-mime.el (toplevel): Ditto.
9222         * wl-mule.el (toplevel): Ditto.
9223         * wl-nemacs.el (toplevel): Ditto.
9224         * wl-refile.el (toplevel): Ditto.
9225         * wl-score.el (toplevel): Ditto.
9226         * wl-summary.el (toplevel): Ditto.
9227         * wl-template.el (toplevel): Ditto.
9228         * wl-thread.el (toplevel): Ditto.
9229         * wl-util.el (toplevel): Ditto.
9230         * wl-vars.el (toplevel): Ditto.
9231         * wl-xmas.el (toplevel): Ditto.
9232
9233 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9234
9235         * wl.el (wl-init): Added comment about `wl-init-hook'.
9236         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9237         * wl-vars.el (wl-init-hook): Added docs.
9238         (wl-make-plugged-hook): Removed useless docs.
9239         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9240         * wl-xmas.el (toplevel): Ditto.
9241
9242 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9243
9244         * wl-address.el (toplevel): Fixed multiple Author header format.
9245         * wl-demo.el (toplevel): Ditto.
9246         * wl-draft.el (toplevel): Ditto.
9247         * wl-folder.el (toplevel): Ditto.
9248         * wl-summary.el (toplevel): Ditto.
9249         * wl-thread.el (toplevel): Ditto.
9250         * wl-util.el (toplevel): Ditto.
9251         * wl-vars.el (toplevel): Ditto.
9252         * wl-version.el (toplevel): Ditto.
9253         * wl-xmas.el (toplevel): Ditto.
9254         * wl.el (toplevel): Ditto.
9255
9256         * wl-version.el (toplevel): Added require `elmo-version' for
9257         `product-version-as-string'.
9258
9259 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9260
9261         * wl-vars.el (wl-draft-send-hook): Changed default value to
9262         '(wl-draft-config-exec).
9263
9264         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9265         explicitly.
9266         (wl-draft): Set `wl-draft-config-exec-flag' before running
9267         `wl-mail-setup-hook'.
9268
9269         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9270         `wl-biff-init-icons' to `wl-init-hook' instead of
9271         `wl-make-plugged-hook'.
9272         (Because if `wl-draft' command is invoked at first,
9273         they are not initialized)
9274         Updated copyright notice.
9275
9276         * wl-e21.el (toplevel): Ditto;
9277
9278         * wl-demo.el (toplevel): Updated copyright notice.
9279         * wl-address.el (toplevel): Ditto.
9280         * wl-draft.el (toplevel): Ditto.
9281         * wl-version.el (toplevel): Ditto.
9282         * wl-folder.el (toplevel): Ditto.
9283         * wl-summary.el (toplevel): Ditto.
9284         * wl-thread.el (toplevel): Ditto.
9285         * wl-util.el (toplevel): Ditto.
9286         * wl-vars.el (toplevel): Ditto.
9287         * wl.el (toplevel): Ditto.
9288
9289 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9290
9291         * wl-highlight.el (wl-highlight-message): Fixed problem of
9292         highlighting failure which occured when the last field contains
9293         multiple lines in the draft buffer.
9294
9295         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9296         `wl-biff-start' if plugged.
9297
9298         * wl-util.el (wl-biff-check-folder): New function.
9299         (wl-biff-check-folders): Don't set session name prefix.
9300         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9301         (wl-biff-check-folder-async): Ditto.
9302
9303         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9304         in email address.
9305
9306 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9307
9308         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9309
9310         * wl-draft.el (wl-draft-strip-subject-re): New function.
9311
9312         * wl-draft.el (wl-draft-reply): Use it.
9313
9314 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * wl-message.el (wl-mmelmo-message-redisplay): Use
9317         `mime-display-message' instead of `wl-mime-display-message'.
9318
9319         * wl-mime.el (toplevel): Removed compatibility workaround
9320         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9321         (wl-mime-display-message): Abolished.
9322         (wl-mime-entity-read-field): Ditto.
9323         (wl-mime-combine-message/partial-pieces): Use
9324         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9325
9326 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9327
9328         * wl-template.el: Doc fixes.
9329
9330 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9331
9332         * wl-e21.el (wl-message-overload-functions): Do nothing if
9333         `current-local-map' is not available.
9334         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9335
9336 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9337
9338         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9339         representation.
9340
9341         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9342         number.
9343         (wl-fldmgr-save-folders): Don't use `format' when insert
9344         `wl-fldmgr-folders-header'.
9345
9346 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9347
9348         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9349
9350 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl-highlight.el (wl-highlight-message):
9353         Use `std11-field-end' to detect end point of the header field.
9354         Refer `wl-highlight-max-header-size'.
9355
9356         * wl-vars.el (wl-highlight-max-header-size): New variable.
9357
9358         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9359
9360         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9361         Set `for-draft' argument of wl-highlight-headers.
9362         (wl-draft): Ditto.
9363         (wl-draft-reedit): Ditto.
9364         (wl-user-agent-compose-internal): Ditto.
9365
9366 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9367
9368         * wl-message.el (wl-message-add-button): Use overlay.
9369
9370 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9371
9372         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9373
9374         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9375         problem when group-list content is nothing.
9376         (Reported by Mito <mit@nines.nec.co.jp>)
9377
9378 2000-10-18  SAITO Atsunori <sai@yedo.com>
9379
9380         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9381
9382 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9383
9384         * tm-wl.el (toplevel): Use product-provide.
9385
9386 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9387
9388         * Version number is increased to 2.3.92.
9389
9390 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9391
9392         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9393         title text, use `display' property for left margin under Emacs 21.
9394
9395         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9396         properties.
9397         (wl-plugged-init-icons): Ditto.
9398
9399 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9400
9401         * wl.el (wl-save-status, wl-init): Remove last period in
9402         "...done." message.
9403         * tm-wl.el (wl-summary-burst): Ditto.
9404         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9405         wl-summary-resume-cache-status,
9406         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9407         wl-summary-sync-update3, wl-summary-highlight-msgs,
9408         wl-summary-flush-pending-append-operations,
9409         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9410         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9411         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9412         wl-thread-open-all): Ditto.
9413         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9414         * wl-mime.el (wl-summary-burst): Ditto.
9415         * wl-highlight.el (wl-highlight-summary): Ditto.
9416         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9417         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9418         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9419         * wl-address.el (wl-local-address-init): Ditto.
9420
9421 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9422
9423         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9424         `add-text-properties'.
9425         (wl-plugged-init-icons): Ditto.
9426         (wl-folder-init-icons): Use `propertize' instead of
9427         `put-text-property'.
9428         (wl-plugged-set-folder-icon): Ditto.
9429         (wl-e21-highlight-folder-group-line): Ditto.
9430
9431 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-version.el (wl-version-status-alist): New variable.
9434         (wl-version-status): New function.
9435
9436         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9437         "Cc" part of the case "Reply-To".
9438
9439         * wl-draft.el (wl-draft-reply): Use result of
9440         `eword-extract-address-components'.
9441
9442         * wl-demo.el (wl-demo-icon-name): New constant.
9443         (wl-logo-xpm): Use it.
9444         (wl-logo-xbm): Ditto.
9445         (wl-logo-bitmap): Ditto.
9446
9447         * Version number is increased to 2.3.91.
9448
9449 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9450
9451         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9452         (wl-extended-emacs-version, wl-extended-emacs-version2,
9453         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9454         docstring.
9455
9456         * wl-version.el (wl-generate-user-agent-string-1): New function.
9457         (wl-generate-user-agent-string): Use it.
9458
9459         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9460         `mime-edit-insert-user-agent-field'.
9461         (wl-generate-user-agent-string): Check
9462         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9463
9464         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9465         instead of `if', when verbose case.
9466
9467 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9468
9469         * wl-expire.el (wl-summary-expire): Fix.
9470
9471 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9472
9473         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9474         and `elmo-lost+found-folder' if 'wl-draft.
9475         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9476
9477 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9478
9479         * wl-expire.el (wl-summary-expire): Change messages.
9480         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9481         `deleing-info' instead of "Deleting..."
9482
9483 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9484
9485         * wl-summary.el (wl-summary-refile-subr): Fix.
9486
9487 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9488
9489         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9490         if pipe folder.
9491
9492 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9493
9494         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9495
9496 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9497
9498         * wl-expire.el (wl-expire-hide): New function.
9499         (wl-summary-expire): Add `hide'.
9500
9501 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9502
9503         * wl-vars.el (wl-draft-reply-without-argument-list):
9504         Changed default value to consider `Reply-To:'.
9505         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9506
9507         * Version number is increased to 2.3.90.
9508
9509         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9510         elmo-imap4-get-session with unwind-protect.
9511         Don't cause error.
9512         (wl-summary-sync-marks): Don't check plugged nor folder type.
9513         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9514         (Always keep current buffer).
9515
9516 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9517
9518         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9519         Enclose with `save-excursion'.
9520
9521 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9522
9523         * wl-version.el (wl-version): Remove interactive.
9524
9525 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9526
9527         * wl-version.el (wl-generate-user-agent-string): Use
9528         `product-string-verbose' instead of `product-string-1'.
9529
9530 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9531
9532         * wl-vars.el (wl-draft-use-cache): New variable.
9533         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9534         if wl-draft-use-cache is non-nil.
9535
9536 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9537
9538         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9539         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9540
9541 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9542
9543         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9544         (wl-thread-msg-mark-as-unread): Ditto.
9545
9546         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9547         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9548         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9549         Don't set mark in summary if return value of `elmo-mark-as-read'
9550         is nil.
9551         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9552         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9553         instead of `wl-thread-msg-mark-as-read'.
9554         (wl-summary-mark-as-unread-region): Ditto.
9555         (wl-summary-target-mark-mark-as-read): Ditto.
9556
9557         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9558
9559 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9560
9561         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9562
9563         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9564
9565 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9566
9567         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9568         face.
9569
9570 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9571
9572         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9573         `running-xemacs'.
9574
9575 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9576
9577         * wl-version.el (toplevel): Use `product-version-as-string' for
9578         set verstion-string, if defined.
9579
9580         * wl-version.el (wl-version-show): Insert string at point, when
9581         call with argument.
9582
9583         * wl-version.el (wl-generate-user-agent-string): Use
9584         `product-string-1' instead of `wl-appname', `wl-version' and
9585         `wl-codename'.
9586
9587 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9588
9589         * wl-address.el (toplevel): Use product-provide.
9590         * wl-demo.el (toplevel): Ditto.
9591         * wl-dnd.el (toplevel): Ditto.
9592         * wl-draft.el (toplevel): Ditto.
9593         * wl-e21.el (toplevel): Ditto.
9594         * wl-expire.el (toplevel): Ditto.
9595         * wl-fldmgr.el (toplevel): Ditto.
9596         * wl-folder.el (toplevel): Ditto.
9597         * wl-highlight.el (toplevel): Ditto.
9598         * wl-message.el (toplevel): Ditto.
9599         * wl-mime.el (toplevel): Ditto.
9600         * wl-mule.el (toplevel): Ditto.
9601         * wl-nemacs.el (toplevel): Ditto.
9602         * wl-refile.el (toplevel): Ditto.
9603         * wl-score.el (toplevel): Ditto.
9604         * wl-summary.el (toplevel): Ditto.
9605         * wl-template.el (toplevel): Ditto.
9606         * wl-thread.el (toplevel): Ditto.
9607         * wl-util.el (toplevel): Ditto.
9608         * wl-vars.el (toplevel): Ditto.
9609         * wl-xmas.el (toplevel): Ditto.
9610         * wl.el (toplevel): Ditto.
9611
9612 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9613
9614         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9615         instead of product.
9616
9617         * wl-version.el (wl-version): Compile time evalution elmo-version.
9618
9619 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9620
9621         * wl-summary.el (wl-summary-sync-force-update): Append queue
9622         `mark-as-read'if unplugged.
9623
9624 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9625
9626         * wl-version.el: New file.  Use product.el.
9627         * wl.el: add (require 'wl-version).
9628         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9629         for ~/.folders header.
9630         (wl-fldmgr-folders-header): Changed.
9631         * wl-demo.el (wl-demo): Use product.el.
9632
9633         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9634         wl-version.el.
9635         * wl-util.el (wl-version, wl-version-show): Ditto.
9636
9637         * wl-util.el (wl-generate-user-agent-string,
9638         wl-extended-emacs-version, wl-extended-emacs-version2,
9639         wl-extended-emacs-version3): Move to wl-version.el.
9640         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9641         xemacs-codename, mime-edit-insert-user-agent-field,
9642         mime-edit-user-agent-value, mime-editor/version,
9643         mime-editor/codename): Compile warning killer move to
9644         wl-version.el
9645
9646 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9647
9648         * wl-summary.el (wl-summary-refile-subr): Fix.
9649
9650 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9651
9652         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9653         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9654
9655 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9656
9657         * wl.el (wl-check-environment): Check too many `@'.
9658
9659 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9660
9661         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9662
9663 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9664
9665         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9666         wl-draft-reply-myself-without-argument-list): Add variables.
9667         * wl-draft.el (wl-draft-reply): Use it.
9668
9669 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9670
9671         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9672         the 5th argument of `elmo-network-get-spec'.
9673
9674         * wl-thread.el (wl-thread-reparent-children): New inline function.
9675         (wl-thread-delete-message): Use it.
9676
9677         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9678         (wl-summary-score-update-all-lines): Don't use `dolist'.
9679
9680 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9681
9682         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9683         (require 'elmo-msgdb) for inline function.
9684
9685 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9686
9687         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9688
9689 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9690
9691         * wl-score.el (wl-score-headers): Fix for the confusing macro
9692         `elmo-kill-buffer'.
9693
9694 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9695
9696         * wl-summary.el: Don't use the 3rd argument of `require' because
9697         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9698         * wl-util.el: Ditto.
9699         * wl-draft.el: Ditto.
9700
9701 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9702
9703         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9704         window system is not used.
9705
9706 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9707
9708         * wl-thread.el: Don't use `mapcar' only for iteration.
9709         (wl-thread-resume-entity): Ditto.
9710         (wl-thread-delete-message): Ditto.
9711
9712         * wl-summary.el: Bind `dragdrop-drop-functions',
9713         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9714         of `require' for `timezone', `easymenu' and `ps-print';
9715         don't use `mapcar' only for iteration.
9716
9717         * wl-util.el: Bind `mule-version', `nemacs-version',
9718         `emacs-beta-version', `xemacs-codename',
9719         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9720         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9721         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9722         only for iteration.
9723
9724         * wl-score.el: Don't use `mapcar' only for iteration.
9725         (wl-score-simplify-buffer-fuzzy): Ditto.
9726         (wl-score-simplify-subject): Ditto.
9727         (wl-score-headers): Ditto.
9728         (wl-summary-score-update-all-lines): Ditto.
9729
9730         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9731         `enable-multibyte-characters' and `mule-version'.
9732
9733         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9734         `mapcar' only for iteration.
9735
9736         * wl-demo.el: Don't use `mapcar' only for iteration.
9737
9738         * wl-folder.el: Don't use `mapcar' only for iteration.
9739         (wl-folder-open-all): Ditto.
9740         (wl-folder-count-incorporates): Ditto.
9741
9742         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9743         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9744
9745         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9746         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9747         `smtp-connection-type'; specify 3rd argument of `require' for
9748         `timezone'; don't use `mapcar' only for iteration.
9749         (wl-draft-clone-local-variables): Don't use `mapcar'.
9750         (wl-draft-generate-clone-buffer): Ditto.
9751         (wl-user-agent-compose-internal): Ditto.
9752
9753         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9754
9755         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9756         (wl-save-status): Ditto.
9757
9758         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9759         for iteration.
9760
9761 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9762
9763         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9764         removed `Date'.
9765         (wl-fldmgr-make-filter-default): New user option.
9766
9767         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9768         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9769         (wl-fldmgr-filter-completion-alist): Abolish.
9770
9771         * wl.el (wl): Don't check servers if arg is non-nil.
9772
9773         * wl-draft.el (wl-draft-reply): Set only message-id string to
9774         In-Reply-To field.
9775
9776 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9777
9778         * wl-summary.el (wl-summary-pick): Rewrite.
9779
9780         * wl-draft.el (wl-draft-forward): Get references field from
9781         original buffer.
9782         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9783
9784 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9785
9786         * wl-draft.el (wl-draft-forward): Add references field.
9787
9788 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9789
9790         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9791         (wl-draft-reply): Use it.
9792
9793 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9794
9795         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9796         when Emacs 21 is running.
9797
9798         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9799         bindings.
9800
9801 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9802
9803         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9804         XPM icons transparent.
9805
9806         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9807         Emacs 21.
9808
9809 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9810
9811         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9812         nil.
9813
9814         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9815         when it is persistent.
9816         (wl-summary-sync-marks): Changed argument for
9817         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9818         (wl-summary-virtual): Use `elmo-read-search-condition'.
9819         (wl-summary-redisplay-internal): If folder is local, mark as read
9820         even when folder is plugged.
9821
9822 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9823
9824         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9825         of `tool-bar-lines' in the frame parameters.
9826         (after-make-frame-functions, post-command-hook): Don't modify the
9827         value.
9828         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9829         wl-e21-tool-bar-lines): Removed.
9830
9831 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9832
9833         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9834         properties `evaporate' and `wl-momentary-overlay' as well.
9835         (wl-highlight-summary-displaying): Ditto.
9836         (wl-delete-all-overlays): Don't delete overlay which does not have
9837         a property `wl-momentary-overlay'.
9838
9839         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9840         `display-mouse-p' and `display-graphic-p'.
9841         (wl-folder-init-icons): Don't search for XBM or the other files.
9842         (wl-plugged-set-folder-icon): Make icons if and only if
9843         `display-graphic-p' returns non-nil.
9844         (wl-highlight-plugged-current-line): Use `before-string' overlay
9845         property to show icon images.
9846         (wl-highlight-folder-current-line): Ditto.
9847         (wl-e21-highlight-folder-group-line): Ditto.
9848         (wl-e21-highlight-folder-by-numbers): Ditto.
9849         (wl-e21-insert-image): Removed.
9850         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9851         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9852         said.
9853         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9854         `wl-e21-force-switch-toolbar'.
9855         (wl-e21-make-icon-image): Removed.
9856         (wl-e21-setup-toolbar): Don't search for XBM files.
9857         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9858         the default value.
9859
9860 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9861
9862         * wl-util.el (wl-biff-check-folder-async): Set
9863         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9864
9865 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9866
9867         * wl-e21.el (after-make-frame-functions): Add
9868         `wl-e21-force-switch-toolbar'.
9869         (wl-e21-force-switch-toolbar): New function force to switch the
9870         toolbar appearance automatically.
9871         (post-command-hook): Add `wl-e21-switch-toolbar'.
9872         (wl-e21-switch-toolbar): New function to switch the toolbar
9873         appearance automatically.
9874         (wl-e21-tool-bar-lines): New buffer local variable.
9875
9876 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9877
9878         * wl-util.el (wl-biff-check-folders-running): New variable.
9879         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9880         (wl-biff-check-folder-async-callback):
9881         Set `wl-biff-check-folders-running'.
9882         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9883         with unwind-protect.
9884
9885         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9886         Enclose `wl-folder-auto-check' with unwind-protect.
9887
9888         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9889         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9890
9891         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9892
9893         * wl-util.el (wl-biff-notify): New inline function.
9894         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9895         locally.
9896         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9897         folder-list' is 1.
9898         Use `wl-biff-notify'.
9899         (wl-biff-check-folder-async-callback): New function.
9900         (wl-biff-check-folder-async): Ditto.
9901
9902         * wl-folder.el (wl-folder): Don't check folders.
9903         (wl-folder-auto-check): New function.
9904
9905 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9906
9907         * wl-util.el (wl-biff-start) [Emacs19+]:
9908         Use `timer-next-integral-multiple-of-time'.
9909         (wl-biff-check-folders): Use `wl-default-folder'
9910         if `wl-biff-check-folder-list' is nil.
9911
9912 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9913
9914         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9915         instead of `elmo-delete-lists'.
9916
9917 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9918
9919         * wl.el (wl-plugged-toggle-all): Set the value of
9920         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9921         (wl-plugged-toggle): Ditto.
9922         (wl-toggle-plugged): Ditto.
9923         (wl-plugged-init): Ditto.
9924
9925         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9926         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9927         instead of `wl-biff-state-indicator-off' and
9928         `wl-biff-state-indicator-on'; don't modify the value and the type
9929         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9930         (wl-plugged-init-icons): Set icons data to
9931         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9932         instead of `wl-plug-state-indicator-off' and
9933         `wl-plug-state-indicator-on'; don't modify the value and the type
9934         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9935
9936         * wl-vars.el (wl-modeline-biff-state-off,
9937         wl-modeline-biff-state-on, wl-modeline-biff-status,
9938         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9939         wl-modeline-plug-status): New internal variables.
9940         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9941         wl-biff-check-interval, wl-biff-check-folder-list): Change
9942         customization group from `wl-folder' to `wl-highlight'.
9943         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9944         wl-show-plug-status-on-modeline): Defcustomized.
9945
9946         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9947         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9948         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9949         a flag to `mode-line-buffer-identification'.
9950
9951         * wl-e21.el (wl-biff-init-icons): Set icons data to
9952         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9953         instead of `wl-biff-state-indicator-off' and
9954         `wl-biff-state-indicator-on'.
9955         (wl-plugged-init-icons): Set icons data to
9956         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9957         instead of `wl-plug-state-indicator-off' and
9958         `wl-plug-state-indicator-on'.
9959
9960 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9961
9962         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9963         excessive titles.
9964
9965 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9966
9967         * wl.el (wl-plugged-mode): Use revised
9968         `wl-mode-line-buffer-identification'.
9969         (wl-plugged-init): Don't use `force-mode-line-update'.
9970
9971         * wl-xmas.el (wl-draft-overload-functions): Use revised
9972         `wl-mode-line-buffer-identification'.
9973         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9974         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9975         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9976         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9977         `wl-make-plugged-hook';
9978         add `wl-folder-init-icons' and `wl-setup-folder' to
9979         `wl-folder-mode-hook'.
9980
9981         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9982         19 as well.
9983         (wl-mode-line-display-priority-list): New user option.
9984         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9985         Defcustomized.
9986         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9987         Add docs.
9988
9989         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9990         start.
9991         (wl-mode-line-buffer-identification): Revised as a function.
9992
9993         * wl-summary.el (wl-summary-mode): Use revised
9994         `wl-mode-line-buffer-identification'; don't call
9995         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9996         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9997         `wl-xmas-setup-summary'.
9998
9999         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10000         `wl-mode-line-buffer-identification'.
10001
10002         * wl-mule.el (wl-draft-overload-functions): Use revised
10003         `wl-mode-line-buffer-identification'.
10004
10005         * wl-folder.el (wl-make-plugged-alist): Don't call
10006         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10007         (wl-folder): Don't call `wl-folder-init-icons' directly.
10008         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10009         `wl-xmas-setup-folder' directly;
10010         use revised `wl-mode-line-buffer-identification'.
10011         (TopLevel): Don't bind `wl-biff-init-icons',
10012         `wl-plugged-init-icons', `wl-folder-init-icons',
10013         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10014
10015         * wl-e21.el (wl-draft-overload-functions): Use revised
10016         `wl-mode-line-buffer-identification'.
10017         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10018         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10019         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10020         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10021         `wl-make-plugged-hook';
10022         add `wl-folder-init-icons' and `wl-setup-folder' to
10023         `wl-folder-mode-hook'.
10024
10025 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10026             Katsumi Yamaoka    <yamaoka@jpl.org>
10027
10028         * wl.el (wl): Call `wl-biff-start'.
10029         (wl-exit): Call `wl-biff-stop'.
10030         (wl-plugged-mode): Show biff in modeline.
10031         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10032
10033         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10034         (wl-biff-init-icons): New function.
10035         (wl-plugged-init-icons): Don't make too much keymaps.
10036         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10037
10038         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10039         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10040         variables.
10041         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10042         options.
10043
10044         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10045         wl-biff-start, wl-biff-stop): New functions.
10046         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10047         (wl-biff-timer-name): New variable.
10048
10049         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10050
10051         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10052         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10053
10054         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10055         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10056
10057         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10058         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10059         `wl-folder-init-icons' to `ignore' if they are not available.
10060         (wl-folder-mode): Show biff in modeline.
10061
10062         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10063         (wl-biff-init-icons): New function.
10064         (wl-plugged-init-icons): Don't make too much keymaps.
10065         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10066
10067 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10068
10069         * wl-vars.el (wl-strict-diff-folders): Customization Type
10070         and doc fix.  Define as a list of regular expressions for
10071         folders or nil.
10072         * wl-folder.el (wl-folder-check-one-entity): Use
10073         `wl-string-match-member' instead of `wl-string-member' for
10074         `wl-strict-diff-folders'.
10075
10076 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10077
10078         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10079         (wl-highlight-folder-current-line): Use it; new implementation.
10080         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10081         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10082         `defsubst' instead of `defun'.
10083
10084         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10085         `wl-highlight-group-folder-by-numbers'; made it can also be a
10086         number.  See info for more details.
10087
10088         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10089         running.
10090
10091         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10092         to bind them.
10093
10094         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10095         (wl-highlight-folder-current-line): New implementation.
10096
10097         * wl-highlight.el (wl-highlight-folder-group-line): New
10098         implementation.
10099         (wl-delete-all-overlays): Rewrite as a marco.
10100         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10101
10102         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10103         running.
10104         (wl-folder-*-glyph): No need to bind them.
10105
10106         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10107         `wl-e21-highlight-folder-group-icon'; rewrite.
10108         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10109         `defsubst' instead of `defun'.
10110         (wl-folder-mode-map): Bind it when compiling.
10111
10112 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10113
10114         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10115
10116         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10117
10118 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10119
10120         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10121
10122 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10123
10124         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10125         (wl-highlight-folder-current-line): Use it.
10126
10127         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10128         in `id-name'.
10129
10130 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10131
10132         * wl.el: Require `wl-e21' when Emacs 21 is running.
10133
10134         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10135         default when Emacs 21 is running.
10136         (wl-use-highlight-mouse-line): Ditto.
10137         (wl-on-emacs21): New constant.
10138         (wl-on-emacs20): Removed.
10139
10140         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10141         Emacs 21 is running.
10142
10143         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10144         Emacs 21 is running.
10145
10146         * wl-e21.el: New file.
10147
10148 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10149
10150         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10151         (wl-toggle-plugged): Ditto.
10152         (wl-plugged-toggle): Ditto.
10153         (wl-plugged-toggle-all): Ditto.
10154
10155         * wl-vars.el (wl-plug-state-indicator): Refer
10156         `wl-plug-state-indicator-on' indirectly.
10157
10158 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10159
10160         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10161         Call `wl-folder-confirm-existence'.
10162
10163         * wl-folder.el (wl-folder-confirm-existence): Added optional
10164         argument `force'.
10165
10166 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10167
10168         * wl-summary.el (wl-summary-refile-subr): Assume
10169         `copy-or-refile' as symbol.
10170         (wl-summary-refile): Follow up above change.
10171         (wl-summary-copy): Ditto.  Doc fix.
10172
10173 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10174
10175         * wl-summary.el (wl-summary-pick): Don't bind
10176         `elmo-search-mime-charset'.
10177
10178         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10179         default using old backquote style.
10180         (wl-search-mime-charset): Abolished.
10181
10182         * wl-highlight.el (wl-highlight-headers):
10183         Call `point' after `re-search-forward'(for Nemacs).
10184
10185         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10186         for elmo-imap4.el.
10187
10188 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10189
10190         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10191         `wl-message-ignored-field-list' instead of
10192         `mime-view-ignored-field-list'.
10193
10194         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10195         Add interactive spec.
10196         (wl-folder-goto-bottom-of-current-folder): Ditto.
10197         (wl-folder-mode-map): Bind them.
10198
10199         * wl-vars.el (wl-message-ignored-field-list): New variable.
10200         (wl-message-visible-field-list): New variable.
10201
10202         * wl-mime.el (wl-mime-header-presentation-method): New function.
10203         (wl-mime-setup): Set header-presentation-method.
10204
10205 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10206
10207         * wl-nemacs.el (wl-draft-overload-functions): Set
10208         `mode-line-buffer-identification' instead of using
10209         `wl-make-modeline'.
10210
10211         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10212         instead of using `wl-make-modeline'.
10213
10214         * wl-xmas.el (wl-plugged-init-icons): Set up
10215         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10216         (wl-make-modeline): Abolish.
10217         (wl-draft-overload-functions): Set
10218         `mode-line-buffer-identification' instead of using
10219         `wl-make-modeline'.
10220
10221         * wl-util.el (wl-make-modeline-subr): Abolish.
10222         (wl-mode-line-buffer-identification): New alias.
10223
10224         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10225         (wl-summary-make-modeline): Abolish.
10226         (wl-summary-buffer-set-folder): Set
10227         `wl-summary-buffer-folder-indicator'.
10228         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10229         of using `wl-make-modeline'.
10230         (wl-summary-switch-to-clone-buffer): Don't set
10231         `mode-line-buffer-identification'.
10232         (wl-summary-goto-folder-subr): Ditto.
10233
10234         * wl-mule.el (wl-draft-overload-functions): Set
10235         `mode-line-buffer-identification' instead of using
10236         `wl-make-modeline'.
10237
10238         * wl-folder.el (wl-folder-mode): Set
10239         `mode-line-buffer-identification' instead of using
10240         `wl-make-modeline'.
10241         (wl-folder): Don't set `mode-line-buffer-identification'.
10242
10243 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10244
10245         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10246         instead of `member' for `wl-refile-guess-func-list' look-ups.
10247         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10248
10249 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10250
10251         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10252         `wl-message-button-dispatcher'.
10253
10254         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10255
10256         * wl-message.el (wl-message-button-dispatcher): Use it.
10257
10258         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10259         "In-Reply-To".
10260
10261         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10262         Bind `case-fold-search' to t.
10263
10264 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10265
10266         * wl-xmas.el (wl-message-overload-functions): Initialize
10267         `wl-message-button-map'.
10268
10269         * wl-mule.el (wl-message-overload-functions): Initialize
10270         `wl-message-button-map'.
10271
10272         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10273
10274         * wl-message.el (wl-message-button-map): New keymap.
10275         (wl-message-add-button): New function.
10276         (wl-message-button-dispatcher): New function.
10277         (wl-message-button-refer-article): New function.
10278
10279         * wl-highlight.el
10280         (wl-highlight-message-add-buttons-to-header): New function.
10281         (wl-highlight-headers): Use it.
10282
10283 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10284
10285         * wl-summary.el (wl-summary-default-from): Use
10286         `wl-address-get-petname-1'.
10287         (wl-summary-simple-from): Ditto.
10288
10289         * wl-address.el (wl-address-get-petname-1): New inline function.
10290         (wl-address-get-petname): Use it.
10291
10292 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10293
10294         * wl-summary.el (wl-summary-default-from): Return full-name part
10295         from the address if no petname was found.
10296         (wl-summary-simple-from): Ditto.
10297
10298         * wl-address.el (wl-address-get-petname): Return nil if no petname
10299         associated with the address was found.
10300
10301 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10302
10303         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10304         display is finished.
10305
10306 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10307
10308         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10309         `elmo-folder-exists-p' argument.
10310
10311 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10312
10313         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10314         the folder.
10315
10316 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10317
10318         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10319
10320         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10321         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10322
10323 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10324
10325         * wl-folder.el (wl-folder-create-subr): New function.
10326         (wl-folder-confirm-existence): Use it.
10327         (wl-folder-check-one-entity): Use it.
10328         Check the error symbol is derived from 'elmo-open-error.
10329
10330         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10331         `ignore-error'.
10332
10333 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10334
10335         * wl-util.el (toplevel): Add (eval-when-compile (require
10336         'elmo-util)).  (Maybe `provide' is typo.)
10337
10338 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10339
10340         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10341         (I don't know why this was needed.)
10342
10343         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10344         Follow up changes for stream-type.
10345
10346         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10347         (wl-draft-elmo-nntp-send): Ditto.
10348
10349         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10350         (wl-nntp-posting-stream-type): Ditto.
10351         (wl-pop-before-smtp-ssl): Abolished.
10352         (wl-nntp-posting-ssl): Ditto.
10353
10354         * wl-address.el (wl-address-quote-specials): New function.
10355         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10356
10357         * wl-draft.el (wl-draft-reply): Ditto.
10358
10359 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10360
10361         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10362         use function `wl-string-match-assoc'.
10363
10364 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10365
10366         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10367
10368         * wl-draft.el (wl-draft-deduce-address-list): New function.
10369         (wl-draft-parse-mailbox-list): Ditto.
10370         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10371         instead of `smtp-deduce-address-list'.
10372         (wl-draft-on-field-p): Follow group list.
10373
10374         * wl-address.el (wl-address-concat-token): New function.
10375         (wl-address-string-without-group-list-contents): Ditto.
10376         (wl-complete-field-body): Fixed problem of completion
10377         by japanese petname.
10378         (wl-address-make-completion-list): Rewrite.
10379
10380 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10381
10382         * wl-address.el (wl-address-make-completion-list): Completion by
10383         petname.
10384         (wl-complete-field-body): Likewise.
10385
10386 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10387
10388         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10389         contains invalid address syntax.
10390
10391 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10392
10393         * wl-folder.el (wl-folder-check-entity-async): Use
10394         `elmo-nntp-spec-hostname'.
10395
10396 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10397
10398         * wl-summary.el (wl-summary-msgdb-load-async): Use
10399         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10400
10401 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10402
10403         * wl-draft.el (wl-draft-reply): Set argument
10404         `content-transfer-encoding' as nil.
10405
10406 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10407
10408         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10409         `wl-refile-alist'.
10410
10411 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10412
10413         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10414         (wl-draft-edit-string): Ditto.
10415         (wl-draft-forward): Ditto.
10416         * wl-summary.el (wl-summary-write): Ditto.
10417
10418 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-summary.el (wl-summary-sync-update3): Call
10421         `wl-summary-buffer-number-column-detect'.
10422         (wl-summary-buffer-number-column-detect): Search from point-min.
10423
10424 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10425
10426         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10427         contains an address which is not included in original to or cc.
10428
10429 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10430
10431         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10432         begin-line does not exist.
10433         * wl-message.el (wl-message-uu-substring): Ditto.
10434
10435 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10436
10437         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10438         clear local variables.
10439         (wl-summary-exit): Call `elmo-commit'.
10440         (wl-summary-switch-to-clone-buffer): Call
10441         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10442         (wl-summary-goto-folder-subr): Ditto.
10443
10444         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10445         POP folder.
10446
10447 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10448
10449         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10450         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10451         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10452         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10453         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10454         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10455
10456         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10457
10458 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10459
10460         * wl-summary.el (wl-summary-search-by-subject):
10461         Search parent message from the latest one.
10462
10463 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10464
10465         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10466         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10467
10468         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10469         New user option.
10470
10471         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10472         if elmo-nntp-use-killed-list is nil.
10473         Use `elmo-msgdb-append-to-killed-list'.
10474         (Append numbers confirmed as disappeared to the killed list.)
10475         (wl-summary-confirm-appends): Don't display negative number.
10476
10477 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10478
10479         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10480
10481 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10482
10483         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10484         range is `all'.
10485         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10486         `elmo-list-bigger-diff'.
10487
10488 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10489
10490         * wl-summary.el (wl-summary-buffer-exit-func):
10491         New buffer local variable.
10492         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10493
10494 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10495
10496         * wl-demo.el (wl-demo): Fix the last change.
10497
10498 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10499
10500         * wl-demo.el (wl-demo): Don't use `eval'.
10501
10502 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10503
10504         * wl-summary.el (wl-summary-buffer-thread-modified):
10505         New buffer-local variable.
10506         (wl-summary-set-thread-modified): New function.
10507         (wl-summary-thread-modified-p): New function.
10508         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10509         (wl-summary-yank-saved-message): Use function
10510         `wl-summary-set-thread-modified'
10511         (wl-summary-switch-to-clone-buffer): Add
10512         `wl-summary-buffer-thread-modified'.
10513
10514         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10515         (wl-summary-buffer-mark-saved-hook): Ditto.
10516         * wl-summary.el (wl-summary-msgdb-save): New hook
10517         `wl-summary-buffer-message-saved-hook' and
10518         `wl-summary-buffer-mark-saved-hook'.
10519
10520 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10521
10522         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10523
10524 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10525
10526         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10527         don't hide scroll bars under FSF Emacsen because it may incur an
10528         undesirable redrawing.
10529
10530 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10531
10532         * wl-draft.el (wl-draft-edit-string): Call
10533         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10534
10535 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10536
10537         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10538
10539 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10540
10541         * wl-summary.el (wl-summary-msgdb-load-async): Call
10542         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10543
10544 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10545
10546         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10547         fringes in demo buffer; center bitmap logo correctly even if old
10548         Mule is used.
10549
10550 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10551
10552         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10553
10554         * wl-refile.el (wl-refile-subject-alist): New variable.
10555         (wl-refile-subject-alist-file-name): Ditto.
10556         (wl-refile-alist-setup): Rewrite.
10557         (wl-refile-alist-save): Use `elmo-object-save'.
10558         Eliminated arguments.
10559         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10560         (wl-refile-guess-by-subject): New function.
10561         (wl-refile-guess-func-list): Added it.
10562
10563 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10564
10565         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10566         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10567
10568 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10569
10570         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10571         New buffer-local variable.
10572         (wl-summary-buffer-next-folder-func): Ditto.
10573         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10574         if non-nil.
10575         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10576         if non-nil.
10577         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10578         if non-nil.
10579         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10580         if non-nil.
10581
10582 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10583
10584         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10585         permanently in the demo buffer.
10586
10587 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10588
10589         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10590         `mime-entity-fetch-field'.
10591
10592         * wl.el (wl-exit): Delete plugged buffer.
10593
10594         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10595         XEmacs has menubar feature.
10596
10597 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10598
10599         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10600         cannot arrive at the beginning of the buffer under old Emacsen.
10601
10602 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10603
10604         * wl-address.el (wl-address-ldap-search):
10605         Call `ldap-search-entries' with `withdn' argument t.
10606         (wl-complete-field-body): Bind completion-ignore-case as t.
10607         Clear ldap search hash when it was sole completion.
10608         Use elmo-string for pattern string.
10609         (wl-ldap-alias-safe-string): Eliminated needless let.
10610
10611 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10612
10613         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10614         (wl-ldap-alias-sep): New constant.
10615         (wl-ldap-search-attribute-type-list): Ditto.
10616         (wl-ldap-get-value): New function.
10617         (wl-ldap-make-filter): Ditto.
10618         (wl-ldap-make-matched-value-list): Ditto.
10619         (wl-ldap-alias-safe-string): Ditto.
10620         (wl-ldap-register-dn-string): Ditto.
10621         (wl-address-ldap-search): Rewrite.
10622
10623 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10624
10625         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10626         thread is deleted.
10627         (wl-thread-delete-line-from-buffer): Ditto.
10628         (wl-thread-get-exist-children): New function.
10629
10630 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10631
10632         * wl-demo.el (wl-demo): Made it to select various image types.
10633         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10634         from `wl-title-logo'.
10635         (wl-logo-ascii): New variable.
10636         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10637         (wl-demo-copyright-notice): New constant.
10638
10639         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10640
10641 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10642
10643         * wl-vars.el (wl-summary-target-above): Renamed from
10644         wl-summary-temp-above.
10645         * wl-score.el (wl-score-get-score-alist): Use it.
10646         (wl-summary-score-update-all-lines): Use it.
10647         * wl-summary.el: Ditto. (make-variable-buffer-local).
10648
10649 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10650
10651         * wl-vars.el (wl-ldap-port): New user option.
10652
10653         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10654         Rewite whole implementation.
10655         (wl-complete-field-body): Fixed.
10656
10657 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10658
10659         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10660         Choose implementation at compile time.
10661
10662 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10663
10664         * wl-address.el (wl-ldap-search-internal): New function.
10665         (wl-complete-field-to): Use it.
10666
10667 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10670         Use `let' instead of `let*'.
10671         Require 'wl-vars.
10672
10673         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10674         Define as defcustom.
10675         (wl-ldap-base): Ditto.
10676         (wl-use-ldap): Ditto.
10677
10678 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10679
10680         * wl-address.el (wl-ldap-search): New function.
10681         (wl-complete-field-body): Use `wl-ldap-search'.
10682         (wl-ldap-server): New variable.
10683         (wl-ldap-base): Ditto.
10684         (wl-use-ldap): Ditto.
10685
10686 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10687
10688         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10689         (Pointed out by Mito <mit@nines.nec.co.jp>).
10690         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10691         buffer-local variables like `wl-summary-redisplay-internal'.
10692         (wl-summary-redisplay-all-header): Likewise.  Update
10693         Summary view too.
10694
10695 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10696
10697         * wl-summary.el (wl-summary-jump-to-parent-message):
10698         Consider prefix argument.
10699
10700         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10701         when closed thread is deleted.
10702
10703 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10704
10705         * wl-summary.el (wl-summary-jump-to-parent-message):
10706         Consider thread modification.
10707
10708 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10709
10710         * wl-message.el (wl-message-normal-get-original-buffer): Use
10711         `save-excursion'.
10712
10713         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10714         (wl-summary-showto-folder-regexp): Ditto.
10715
10716 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10717
10718         * wl-util.el (wl-delete-alist): Doc fix.
10719         (wl-delete-associations): New function.
10720         (wl-inverse-alist): New function.
10721         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10722         Split temporary variables. Use `wl-delete-associations'
10723         and `wl-inverse-alist'.
10724         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10725
10726 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10727
10728         * wl-folder.el (wl-folder-prefetch-entity):
10729         Execute prefetching if new count is unknown.
10730
10731 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10732
10733         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10734
10735         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10736         delete entity.
10737         (wl-thread-set-parent): If insert as top, set linked as nil.
10738
10739         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10740         `wl-thread-cleanup-symbols' when view mode is thread.
10741
10742 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10743
10744         * wl-folder.el (wl-folder-create-folder-entity): Use
10745         with-current-buffer.
10746         (wl-local-folder-init): Call set-buffer to make sure we are in
10747         the Folder buffer. Don't touch buffer-local variables here.
10748         (wl-folder-mode): Initialize buffer-local variables here.
10749
10750         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10751         (wl-folder-entity-assign-id): Ditto.
10752         (wl-folder-create-entity-hashtb): Ditto.
10753         (wl-local-folder-init): Ditto.
10754         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10755
10756 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10757
10758         * wl-summary.el (wl-summary-default-from): Fix probrem when
10759         std11-extract-address-components return (nil "foo@bar").
10760
10761 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10762
10763         * wl-draft.el (wl-draft-clone-local-variables):
10764         Remove redundant `setq'.
10765
10766 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10767
10768         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10769         Bind wl-highlight-x-face-func as nil while highlighting header.
10770
10771 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10772
10773         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10774
10775 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10776
10777         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10778         elmo-msgdb-overview-hashtb from copy-variables.
10779         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10780         instead of `elmo-msgdb-overview-get-entity-by-number'.
10781         (wl-summary-auto-refile): Ditto.
10782
10783         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10784         `elmo-msgdb-overview-get-entity' instead of
10785         `elmo-msgdb-search-overview-entity'.  Use
10786         `elmo-msgdb-overview-get-entity' instead of
10787         `elmo-msgdb-overview-get-entity-by-number'.
10788         (wl-thread-insert-entity-sub): Ditto.
10789         (wl-thread-insert-message): Ditto.
10790
10791         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10792         `elmo-msgdb-overview-get-entity'.
10793         (wl-normal-message-redisplay): Ditto.
10794
10795 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10796
10797         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10798         `wl-thread-entities'.
10799         (wl-thread-delete-message): Fix remove top message from
10800         `wl-thread-entity-list'.
10801
10802         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10803         wl-append(nconc), because update-list is broken on Meadow.
10804
10805         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10806         updating process.
10807         (wl-summary-rescan): Ditto.
10808         (wl-summary-sync-update3): Ditto.
10809         * wl-thread.el (wl-thread-set-parent): Renamed from
10810         `wl-summary-set-parent'.
10811         (wl-thread-insert-message): Updating buffer faster.
10812         (wl-thread-delete-message): Updating buffer faster.
10813
10814         * wl-score.el (wl-summary-score-update-all-lines): Changed
10815         interval for display progress gauge.
10816
10817 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10818
10819         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10820         folder always-sticky.
10821         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10822         defmacro.
10823
10824 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10825
10826         * wl-vars.el (wl-draft-add-references): New user option.
10827
10828         * wl-draft.el (wl-draft-add-references): New function.
10829         (wl-draft-yank-from-mail-reply-buffer): Use it.
10830         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10831         as nil.
10832
10833 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10834
10835         * wl-thread.el (wl-thread-update-line-msgs): Called
10836         `wl-thread-update-line-on-buffer-sub'.
10837         (wl-thread-update-line-on-buffer): Delete routine of inserting
10838         thread.
10839         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10840         moved from `wl-thread-update-line-on-buffer'.
10841         Add threshold for displaying progress gauge.
10842         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10843         argument of `wl-thread-update-line-msgs'.
10844         Add threshold for displaying progress gauge.
10845         * wl-folder.el:
10846         Add threshold for displaying progress gauge.
10847         * wl-score.el: Ditto.
10848
10849         * wl-expire.el (wl-summary-expire): Display deleting info.
10850
10851 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10852
10853         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10854         `no-msg'.
10855         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10856         argument of `wl-thread-update-line-msgs'.
10857         (wl-summary-set-parent): Added optional argument `parent-number'.
10858         (wl-summary-buffer-saved-message): New buffer local variable.
10859         (wl-summary-save-current-message): New command.
10860         (wl-summary-yank-saved-message): Ditto.
10861         (wl-summary-mode-map): Added key binding for
10862         `wl-summary-save-current-message' (\ew) and
10863         `wl-summary-yank-saved-message' (\C-y).
10864         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10865
10866 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10867
10868         * wl-summary.el (wl-summary-mode-map): Added key binding for
10869         `wl-summary-set-parent' (ts).
10870
10871 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10872
10873         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10874         subject faster. If thread number is reverse, delayed updating
10875         thread.
10876         (wl-summary-search-by-subject): Ditto.
10877         (wl-summary-put-alike): Ditto.
10878         (wl-summary-get-alike): Ditto.
10879         (wl-summary-insert-headers): Insert header of all overview in
10880         buffer.
10881         (wl-summary-rescan): Delayed updating thread. Kill search subject
10882         buffer for wl-summary-search-by-subject.
10883         (wl-summary-sync-update3): Ditto.
10884         (wl-summary-exit): Ditto.
10885         (wl-summary-goto-bottom-of-current-thread): Change for linked
10886         thread.
10887         (wl-summary-overview-create-summary-line): Change line for linked
10888         thread.
10889
10890         * wl-summary.el (wl-summary-update-thread): Use
10891         wl-thread-maybe-get-children-num.
10892         (wl-summary-set-parent): If change parent, move sub thread.
10893         (wl-summary-redisplay-internal): Add horizontal recenter.
10894         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10895
10896         * wl-thread.el (wl-thread-entity-get-linked): New function.
10897         (wl-thread-entity-set-linked): New function.
10898         (wl-thread-create-entity): Add linked element.
10899         (wl-thread-entity-insert-as-top): Use wl-append.
10900         (wl-thread-maybe-get-children-num): If closing thread, return
10901         children msgs.
10902         (wl-thread-update-line-msgs): Displaying progress message.
10903         (wl-thread-update-line-on-buffer-sub): Use
10904         wl-thread-maybe-get-children-num.
10905         (wl-thread-update-line-on-buffer): If update line is not exists,
10906         insert thread.
10907         (wl-thread-delete-message): If delete top msg of thread, search
10908         parent by subject.
10909         (wl-thread-insert-entity): Use
10910         wl-thread-maybe-get-children-num.
10911
10912         * wl-highlight.el (wl-highlight-summary-current-line): change
10913         sregexp for linked thread.
10914         * wl-util.el (wl-count-lines): Count lines.
10915         (wl-horizontal-recenter): horizontal recenter.
10916         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10917         (wl-score-get-alike): Ditto.
10918         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10919         (wl-subject-length-limit): New variable.
10920         (wl-highlight-thread-indent-string-regexp): Changed for linked
10921         thread.
10922
10923 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10924
10925         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10926         New variable (revival).
10927         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10928         by subject matching if there's no in-reply-to nor references field
10929         (revival).
10930
10931 \f
10932 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10933
10934         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10935         message.
10936
10937 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10938
10939         * wl-summary.el (wl-summary-reply): Return t if there was a
10940         message at cursor point.
10941         Added unwind-protect.
10942         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10943         returns t.
10944         (wl-summary-cancel-message): Do nothing when there's no message at
10945         cursor point.
10946         (wl-summary-forward): Ditto.
10947         (wl-summary-jump-to-parent-message): Ditto.
10948         (wl-summary-reedit): Ditto.
10949         (wl-summary-edit-addresses): Ditto.
10950         (wl-summary-pipe-message): Ditto.
10951         (wl-summary-print-message-with-ps-print): Ditto.
10952         (wl-summary-print-message): Ditto.
10953         (wl-summary-mark-as-important): Ditto.
10954         (wl-summary-mark-as-unread): Ditto.
10955
10956         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10957         message at cursor point.
10958         (wl-summary-reply-with-citation): Remove unwind-protect.
10959
10960         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10961         subject searching feature.
10962         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10963         Eliminated.
10964
10965 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10966
10967         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10968         New variable.
10969         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10970         by subject matching if there's no in-reply-to nor references field.
10971
10972         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10973
10974         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10975         when display is finished.
10976         (wl-folder-open-all): Ditto.
10977         (wl-folder-update-access-group): Ditto.
10978         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10979         * wl-thread.el (wl-thread-close-all): Ditto.
10980
10981         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10982         progress gauge only when it was displayed.
10983         * wl-folder.el (wl-folder-insert-entity): Ditto.
10984
10985 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10986
10987         * wl-summary.el (wl-summary-incorporate): Enclose
10988         `wl-summary-sync-force-update' with save-excursion.
10989
10990 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10991
10992         * wl-summary.el (wl-summary-prefetch-region):
10993         Pass current cursor point to `pos-visible-in-window-p' after
10994         moving cursor to the started point.
10995
10996 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10997
10998         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10999
11000         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11001         fields from the forwarding message.
11002         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11003         `ignored-fields'.
11004
11005 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11006
11007         * wl-mime.el (wl-message-request-partial):
11008         Eliminated argument `msgdb'.
11009         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11010         (wl-mime-combine-message/partial-pieces): Likewise.
11011         * tm-wl.el (wl-message-request-partial): Likewise.
11012         (wl-mime-combine-message/partial-pieces): Likewise.
11013
11014 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11015
11016         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11017         when display is finished.
11018
11019 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11020
11021         * wl-summary.el (wl-summary-goto-folder-subr):
11022         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11023
11024 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11025
11026         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11027         when cursor point is visible.
11028
11029 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11030
11031         * wl-expire.el (wl-expire-archive-get-max-number):
11032         Don't use `file-name-directory'.
11033
11034 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11035
11036         * wl-expire.el (wl-expire-archive-get-max-number):
11037         Use `file-name-directory'.
11038
11039 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11040
11041         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11042         only when there is progress.
11043
11044 2000-04-13  Mito <mit@nines.nec.co.jp>
11045
11046         * wl-summary.el (wl-summary-sync-marks): Display progress.
11047
11048 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11049
11050         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11051         (wl-summary-prev): Move cursor regardless of unread status.
11052         (wl-summary-next): Ditto.
11053
11054 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11055
11056         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11057         Added argument `target' and `number'.
11058         * tm-wl.el (wl-summary-burst-subr): New function.
11059         (wl-summary-burst): Use it.
11060
11061 2000-04-10  Mito <mit@nines.nec.co.jp>
11062
11063         * wl-mime.el (wl-burst): New function.
11064         (wl-summary-burst): Use it.
11065
11066 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11067
11068         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11069         as petname when there's no candidate.
11070
11071 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11072
11073         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11074         New variable.
11075         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11076
11077         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11078
11079         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11080
11081 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11082
11083         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11084         Use substring of `original' instead of buffer-substring.
11085         (wl-refile-evaluate-rule):
11086         Set `original' argument of wl-refile-expand-newtext.
11087
11088         * wl-summary.el
11089         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11090         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11091         (wl-summary-auto-refile): Check existence of destination folder just
11092         before marking.
11093
11094 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11095
11096         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11097         when wl-refile-get-field-value return nil.
11098
11099 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11100
11101         * wl-refile.el
11102         (wl-refile-expand-newtext): New function imported from Gnus.
11103         (wl-refile-evaluate-rule): Use it.
11104
11105 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11106
11107         * wl-summary.el (wl-summary-print-destination):
11108         Duplicate folder string to avoid putting text-property on
11109         original string.
11110
11111         * wl-refile.el (wl-refile-get-field-value): New function.
11112         (wl-refile-evaluate-rule): New function;
11113         Evaluate refile rule recursively.
11114         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11115         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11116         New function; Check existence of a target folder recursively.
11117         (wl-summary-auto-refile-check-refile-rule-alist):
11118         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11119
11120 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11121
11122         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11123
11124         * wl-folder.el (wl-create-folder-entity-from-buffer):
11125         Fixed problem when '}' character is contained in folder name.
11126
11127         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11128
11129 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11130
11131         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11132         (wl-fldmgr-add-completion-all-completions):
11133         Use wl-fldmgr-add-completion-hashtb.
11134
11135 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11136
11137         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11138         wl-fldmgr-add-completion-subr): New functions.
11139         * wl-folder.el (wl-folder-completion-func): New variable.
11140         * wl-summary.el (wl-summary-read-folder):
11141         Use wl-folder-completion-func.
11142
11143         * wl-refile.el: Eliminate throw & catch.
11144
11145         * wl.el (wl-plugged-sending-queue-status): Fixed.
11146
11147 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11148
11149         * wl-draft.el (wl-draft): Put category property on
11150         mail-header-separator.