* wl-demo.el (wl-demo-copyright-notice): Add 2011.
[elisp/wanderlust.git] / wl / ChangeLog
1 2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2011.
4
5 2011-01-29  David Maus  <dmaus@ictsoc.de>
6
7         * wl-draft.el (wl-user-agent-compose): Add optional argument
8         RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
9
10 2011-01-09  David Maus  <dmaus@ictsoc.de>
11
12         * wl-template.el (wl-template-select): Reset draft config exec
13         flag when selecting template.
14
15 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
18         * wl-mime.el (wl-draft-preview-message): Ditto.
19
20 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * wl-demo.el: Prune functions provided temporarily to avoid
23         compile warnings in the end.
24
25 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
26
27         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
28         the registered messages unless specified folder is a spam folder.
29         Add docstring.
30         (wl-spam-register-good-messages): Remove spam mark from
31         the registered messages.  Add docstring.
32         (wl-summary-register-as-spam)
33         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
34         (wl-summary-register-as-spam-all)
35         (wl-summary-target-mark-register-as-spam)
36         (wl-summary-register-as-good)
37         (wl-summary-register-as-good-region, wl-thread-register-as-good)
38         (wl-summary-register-as-good-all)
39         (wl-summary-target-mark-register-as-good): Add docstring.
40
41 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
42
43         * wl-summary.el: Delete trailing whitespace.
44
45 2010-08-27  Kenichi Okada  <okada@opaopa.org>
46
47         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
48         message human-readable.
49
50 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
53         (wl-highlight-folder-current-line): Ditto.
54         * wl-xmas.el (wl-draft-insert-signature): Ditto.
55         (wl-highlight-folder-current-line): Ditto.
56
57 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
58
59         * wl-address.el (wl-address-make-alist-from-alias-file): Use
60         `(delete-char -1)' instead of `(delete-backward-char 1)' that
61         deletes region in Emacs 24.
62         See delete-active-region described in NEWS.
63         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
64         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
65
66 2010-08-14  David Maus  <dmaus@ictsoc.de>
67
68         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
69         edit draft message when in draft folder.
70
71 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
74         instead of (delete-backward-char 1) that deletes region in Emacs 24.
75         See delete-active-region described in NEWS.
76
77 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
78
79         * wl-spam.el (wl-summary-register-as-spam-region)
80         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
81         (wl-thread-register-as-good): New functions.
82         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
83
84 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
85         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
86         images for the icon if there is only one image.
87
88 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
91         newline.
92         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
93         so as to match header tokens strictly.
94
95 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
96
97         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
98         for the message not classified as spam.
99         (wl-summary-test-spam-messages): New function.
100         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
101         instead of `wl-spam-map-spam-messages'.
102
103 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
104
105         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
106         (wl-summary-define-mark-action): Define unmark functions.
107         (wl-summary-unmark): Add the second argument `mark'.
108         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
109
110 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
111
112         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
113         autodecryption for draft preview.
114
115 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
116         * wl-summary.el (toplevel): New function
117         `wl-summary-toggle-mime-buttons' and keybinding to toggle
118         visibility of MIME buttons in message view mode.
119
120 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
121
122         * Version number is increased to 2.15.9.
123
124 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
125
126         * wl-score.el (wl-score-followup): Remove verbose comment (same as
127         docstring).
128
129         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
130         Revert `save-excursion' for `wl-summary-jump-to-msg'.
131
132 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
135         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
136         semicolons, that should start at the left margin.
137         See. also (Info-goto-node "(elisp)Comment Tips").
138         * wl-acap.el (wl-acap-store): Ditto.
139         * wl-action.el (wl-summary-unset-mark): Ditto.
140         * wl-address.el (wl-address-ldap-search): Ditto.
141         * wl-demo.el (wl-demo-insert-image): Ditto.
142         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
143         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
144         (wl-draft-previous-history-element): Ditto.
145         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
146         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
147         (wl-folder-mode-map, wl-folder-get-prev-folder)
148         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
149         (wl-folder-check-entity-async)
150         (wl-create-folder-entity-from-buffer): Ditto.
151         * wl-fldmgr.el (toplevel): Ditto.
152         * wl-message.el (wl-message-buffer-cache-sort)
153         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
154         Ditto.
155         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
156         Ditto.
157         * wl-summary.el (toplevel, wl-summary-mode)
158         (wl-summary-edit-addresses, wl-summary-sync-update)
159         (wl-summary-stick): Ditto.
160         * wl-thread.el (toplevel, wl-thread-insert-message)
161         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
162         * wl-util.el (toplevel): Ditto.
163         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
164         Ditto.
165
166 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
167
168         * Version number is increased to 2.15.8.
169
170         * wl-message.el (wl-message-uu-substring): Suppress compile
171         warnings; Use `with-current-buffer' instead of `save-excursion' &
172         `set-buffer'.
173         * wl-mime.el (wl-draft-yank-current-message-entity)
174         (wl-mime-preview-follow-no-mime)
175         (wl-mime-preview-follow-current-region): Ditto.
176         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
177         (wl-summary-switch-to-clone-buffer)
178         (wl-summary-target-mark-forward)
179         (wl-summary-target-mark-reply-with-citation)
180         (wl-summary-target-mark-uudecode): Ditto.
181
182         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
183         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
184         * wl-summary.el (wl-summary-narrow-to-region)
185         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
186
187         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
188         instead of `int-to-string'.
189         * wl-dnd.el (wl-dnd-start-drag): Ditto.
190         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
191         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
192         * wl-util.el (wl-url-nntp): Ditto.
193
194         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
195         (wl-plugged-dop-queue-status): Don't quote `lambda'.
196         * wl-thread.el (wl-thread-delete-message): Ditto
197         * wl-summary.el (wl-summary-edit-addresses)
198         (wl-summary-edit-addresses-collect-candidate-fields)
199         (wl-summary-search-by-subject): Ditto.
200         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
201         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
202         (wl-fldmgr-add-completion-subr): Ditto.
203         * wl-draft.el (wl-smtp-extension-bind)
204         (wl-draft-insert-get-message, wl-draft-default-headers)
205         (wl-jump-to-draft-buffer): Ditto.
206         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
207         (wl-summary-down): Ditto.
208         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
209         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
210         * wl-folder.el (wl-folder-make-save-access-list)
211         (wl-folder-update-access-group, wl-folder-pick): Ditto.
212
213 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
214
215         * wl-draft.el (wl-draft-default-headers): Suppress warning
216         "defsubst `wl-draft-default-headers' was used before it was
217         defined"; Use `defun' instead of `defsubst'.
218
219         * wl-address.el (wl-address-header-extract-address)
220         (wl-address-header-extract-realname): Fix mail-address in
221         docstring.
222
223         * wl-expire.el (wl-expire-make-sortable-date): Macro to
224         inline-function.
225         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
226         Macro to function.
227         (wl-folder-get-entity-from-buffer): Macro to function.
228         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
229         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
230         * wl.el (wl-plugged-string): Macro to function.
231
232         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
233         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
234         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
235         Macro to function.
236
237         * wl-thread.el (wl-thread-open, wl-thread-close): Use
238         `point-at-bol', `point-at-eol'.
239
240         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
241         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
242         `(string-to-char " ")' instead of `? ', `?\ '.
243         * wl-action.el (wl-summary-print-argument): Ditto.
244         * wl-address.el (wl-complete-field-body): Ditto.
245         * wl-demo.el (wl-demo-insert-image): Ditto.
246         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
247         * wl-util.el (wl-ask-folder, wl-set-string-width)
248         (wl-y-or-n-p-with-scroll): Ditto.
249
250         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
251         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
252         verbose point move.
253
254         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
255         and `point-at-eol'.
256         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
257         Ditto.
258
259 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
260
261         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
262         `(beginning-of-line) (point)'.
263
264         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
265         (wl-fldmgr-delete-line): Change from macro to function. Use
266         `point-at-bol' and `point-at-eol'.
267
268         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
269         `function' for lambda.
270
271         * wl.el (wl-plugged-server-indent): Change from macro to function.
272
273         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
274
275         * wl-draft.el (wl-draft-config-body-goto-header)
276         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
277         macro to function.
278
279         * wl-score.el (wl-score-get-alike): Change from macro to
280         inline-function.
281
282         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
283         instead of `mapcar'. Don't use `function' for lambda.
284         (wl-read-search-condition-internal): Don't use `function' for
285         lambda.
286         (wl-kill-buffers): Change from macro to function.
287         (wl-count-lines): Change from macro to inline-function.
288
289         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
290
291         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
292
293         * wl.el (wl-plugged-change): Suppress compile warnings; Use
294         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
295         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
296         * wl-address.el (wl-complete-window-show): Ditto.
297         * wl-message.el (wl-message-select-buffer): Ditto.
298         * wl-template.el (wl-template-show): Ditto.
299         * wl-util.el (wl-collect-summary): Ditto.
300         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
301         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
302         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
303         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
304         (wl-score-edit-insert-number): Ditto.
305
306         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
307         symbol.
308
309         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
310         of `goto-line'.
311
312         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
313
314 2009-12-16  Lloyd Zusman <ljz@asfast.com>
315
316         * wl-summary.el (wl-summary-detect-mark-position): Force
317         the temporary buffer to enable the use of multibyte characters
318         within searches [wl-en:2460].
319
320 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
321
322         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
323         of `beginning-of-buffer'.
324
325 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
326
327         * wl-summary.el (wl-summary-display-raw): New function, display
328         message in raw format.
329
330 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
331
332         * Version number is increased to 2.15.7.
333
334 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
335
336         * wl-summary.el (wl-summary-previous-message-number): New function.
337         (wl-summary-next-message-number): Ditto.
338         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
339         `wl-summary-next-message-number'.
340         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
341         Inline temporary variable `cur-id'.
342         (wl-summary-get-next-unread-folder): Ditto.
343         (wl-summary-get-next-folder): Ditto.
344         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
345
346 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
347
348         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
349
350 2008-09-05  Kenichi Okada  <okada@opaopa.org>
351
352         * wl-summary.el (wl-summary-buffer-folder-name)
353         (wl-draft-config-body-goto-header): Use backquote instead of quote.
354         * wl-draft.el (wl-draft-body-goto-top)
355         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
356
357 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
358
359         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
360         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
361
362 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
363
364         * wl-expire.el: Fix Comentary section.
365
366 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
367
368         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
369         Require mime-parse, elmo-mime, and wl-util.
370
371         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
372
373         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
374
375 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
376
377         * wl-template.el: Require elmo-util and wl-vars.
378
379         * wl-mime.el (wl-mime-display-header): Revert last change.
380         Remove `delete-matching-lines "^$"'.
381
382 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
383
384         * wl-mime.el (wl-define-dummy-functions): Split
385         `eval-when-compile' form for avoid error; when `make
386         compile-strict.
387
388         * wl-util.el: Move (eval-when-compile (require 'static)).
389         * wl-dnd.el: Add (eval-when-compile (require 'static)).
390         * wl-message.el: Ditto.
391
392         * wl-mime.el (wl-message-delete-current-part): Use
393         `insert-buffer-substring' instead of `insert-buffer'.
394         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
395         * wl-draft.el (wl-draft-generate-clone-buffer)
396         (wl-draft-do-mime-bcc): Ditto.
397
398         * wl-address.el: Add (eval-when-compile (require 'cl)).
399         * wl-addrmgr.el: Ditto.
400         * wl-mime.el: Ditto.
401         * wl-util.el: Ditto.
402         * wl-score.el: Ditto.
403
404 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
405
406         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
407         `string-to-int'.
408
409         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
410         `string-to-int'.
411
412         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
413         `string-to-number' instead of `string-to-int'.
414
415         * wl-summary.el (wl-summary-get-list-info)
416         (wl-summary-message-number): Use `string-to-number' instead of
417         `string-to-int'.
418
419         * wl-score.el (wl-score-overview-entity-get-lines)
420         (wl-score-set-mark-below, wl-score-set-expunge-below)
421         (wl-summary-increase-score, wl-score-get-header-entry): Use
422         `string-to-number' instead of `string-to-int'.
423
424         * wl-folder.el (wl-folder-update-diff-line): Use
425         `string-to-number' instead of `string-to-int'.
426
427         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
428         instead of `string-to-int'.
429
430         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
431         instead of `string-to-int'.
432
433         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
434         `string-to-int'.
435
436 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
437
438         * wl-util.el (wl-match-string, wl-match-buffer)
439         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
440         (wl-kill-buffers, wl-local-variable-p)
441         (wl-line-formatter-setup): New backquote style.
442         (wl-count-lines): Use quote instead of backquote.
443
444         * wl-summary.el (wl-summary-buffer-folder-name)
445         (wl-summary-get-alike): Use quote instead of backquote.
446         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
447         backquote style.
448
449         * wl-message.el (wl-message-buffer-cache-buffer-get)
450         (wl-message-buffer-cache-folder-get)
451         (wl-message-buffer-cache-message-get)
452         (wl-message-buffer-cache-entry-make)
453         (wl-message-buffer-cache-hit): New backquote style.
454
455         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
456         backquote.
457         (wl-folder-unread-regex, wl-folder-entity-exists-p)
458         (wl-folder-clear-entity-info)
459         (wl-folder-get-entity-info, wl-folder-set-entity-info)
460         (wl-folder-elmo-folder-cache-get)
461         (wl-folder-elmo-folder-cache-put): New backquote style.
462
463         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
464         (wl-fldmgr-assign-id): Ditto.
465         (wl-fldmgr-delete-line): Use quote instead of backquote.
466         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
467
468         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
469         (wl-draft-set-sent-message): New backquote style.
470         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
471         (wl-draft-config-body-goto-header): Use quote instead of backquote.
472
473 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
474
475         * wl-address.el (wl-address-concat-token): Fix typo.
476
477 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
478
479         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
480         (wl-score-get-alike): Ditto.
481
482         * wl-vars.el: New backquote style.
483         (wl-message-header-button-alist): Use quote instead of backquote.
484
485         * wl.el (wl-plugged-string): New backquote style.
486
487         * wl-address.el (wl-address-concat-token): New backquote style.
488
489         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
490
491 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
492
493         * wl-highlight.el (wl-highlight-folder-opened-regexp)
494         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
495
496         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
497         in the character alternative.
498
499 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
500
501         * Version number is increased to 2.15.6.
502
503 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
504
505         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
506         optional 3rd argument of epg-context-set-progress-callback; it was
507         temporarily removed in the Emacs trunk due to copyright problem.
508         (wl-mime-pgp-verify-region-with-epg): Ditto.
509
510 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
511
512         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
513
514 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
515
516         * wl-util.el (wl-biff-check-folders): Set biff flag.
517         (from Naoto Morishima [wl:14031])
518
519 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
520
521         * wl.el (wl-plugged-server-indent): Use quote instead of
522         backquote.
523
524 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
525
526         * wl-score.el (wl-score-insert-header): Add guard for
527         `std11-unfold-string'.
528         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
529         TYPE artgument when TO or CC field.
530
531 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-summary.el (wl-summary-goto-folder-subr): Call
534         `elmo-folder-close' instead of `elmo-folder-commit' if discard
535         current summary.
536
537 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-util.el (wl-read-shell-commande): New function or alias.
540
541         * wl-summary.el (wl-summary-pipe-message): Use
542         `wl-read-shell-command' instead of `read-string'.
543         (wl-summary-target-mark-pipe): Ditto.
544
545 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-summary.el (wl-summary-reply): Fix docstring.
548         * wl-draft.el (wl-draft-reply): Ditto.
549
550 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-mime.el (wl-summary-extract-attachments): New command.
553         (wl-summary-extract-attachments-1): New internal function.
554
555 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-expire.el (wl-expire-folder): New function (split from
558         wl-summary-expire).
559         (wl-summary-expire): Use it. Add argument `all' instead of remove
560         `nolist'. Cause an error only if this function is calling
561         interactively.
562
563 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-expire.el (wl-expire-refile): Display progress message.
566         (wl-summary-expire): Simplify.
567
568         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
569         unused argument `deleting-info'.
570
571 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-vars.el (wl-message-popup-buffers): New user option.
574
575         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
576         (wl-message-delete-popup-windows): New function that substitues
577         above one.
578         (wl-mime-setup): Follow the above change.
579
580 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
581
582         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
583
584 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
585
586         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
587         "tkm" to wl-thread-spam.
588
589 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-thread.el (wl-thread-entity-insert-as-children): Use
592         wl-thread-entity-set-children.
593         (wl-thread-insert-message, wl-thread-insert-entity-sub,
594         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
595         Use wl-thread-entity-get-*.
596
597 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * wl-mime.el (wl-epg-progress-callback): New function.
600         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
601         with `elmo-with-progress-display'. Set a progress callback
602         function to epg-context.
603         (wl-mime-pgp-verify-region-with-epg): Ditto.
604
605 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-util.el (wl-completing-read-multiple): Define as an alias of
608         `completing-read-multiple' if emacs-version is not less than 22.
609
610 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
613         change.
614
615 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-summary.el (wl-summary-sync-update): Move
618         `wl-thread-update-indent-string-thread' to outside of
619         `elmo-with-progress-display'.
620
621 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
622
623         * wl-message.el (wl-message-exit): Check buffer existence.
624
625 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-util.el (wl-simple-display-progress): New function.
628         (wl-display-progress-with-gauge): Ditto.
629         (wl-progress-callback-function): Ditto.
630
631         * wl.el (wl-init): Set `elmo-progress-callback-function' as
632         `wl-progress-callback-function'
633
634         * wl-vars.el (wl-display-progress-threshold): New user option.
635         (wl-display-progress-function): Ditto.
636
637         * Version number is increased to 2.15.5.
638
639 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-thread.el (wl-thread-close-children): New function.
642         (wl-thread-open-children): Ditto.
643         * wl-action.el (wl-summary-set-mark): Redo the last change by
644         using it.
645
646         * wl-action.el (wl-summary-set-mark): Undo the last change.
647         Forbid interactive call.
648
649 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-mime.el (wl-define-dummy-functions): New macro.
652         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
653         `wl-mime-pgp-decrypt-region'.
654         (wl-mime-pgp-verify-region-with-epg): Renamed from
655         `wl-mime-pgp-verify-region'.
656         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
657         `wl-mime-pgp-decrypt-region'.
658         (wl-mime-pgp-verify-region-with-pgg): Renamed from
659         `wl-mime-pgp-verify-region'.
660         (wl-mime-pgp-decrypt-region): New function; To select dispatch
661         function at runtime.
662         (wl-mime-pgp-verify-region): Ditto.
663
664         * wl-vars.el (wl-use-pgp-module): New user option.
665
666 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
667
668         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
669         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
670
671 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
674         even if there are target marks only.
675
676 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * Version number is increased to 2.15.4.
679
680 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-folder.el (wl-folder-check-one-entity): Simplify.
683
684 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
687         variable.
688
689 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
690
691         * wl-spam.el (wl-thread-test-spam): New function.
692         (wl-spam-setup): Bind "tkc".
693
694 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-expire.el (wl-folder-expire-entity): Rewite without
697         `wl-summary-goto-folder-subr'.
698         (wl-folder-expire-current-entity): Don't kill summary buffer.
699
700 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-folder.el (wl-folder-sync-entity): Rewrite without
703         `wl-summary-goto-folder-subr'.
704         (wl-folder-mark-as-read-all-entity): Likewise.
705
706         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
707
708 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-thread.el (wl-thread-force-open): Arranged.
711
712 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
715         from regexp.
716
717         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
718         (wl-read-search-condition-internal): Append them.
719
720 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-vars.el (wl-additional-search-condition-fields):
723         New user option.
724
725         * wl-util.el (wl-search-condition-fields): New function; export
726         from `wl-read-search-condition-internal'.
727         (wl-read-search-condition-internal): Use it.
728
729         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
730
731 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-summary.el (wl-summary-define-sort-command): New function.
734         (wl-summary-sort-by-date, wl-summary-sort-by-number)
735         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
736         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
737         define by `wl-summary-define-sort-command' at runtime.
738
739         * wl.el (wl-init): Call wl-summary-define-sort-command.
740
741 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
744         properties at the decrypting region.
745
746 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-util.el (wl-find-region): New function.
749
750         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
751         coding system.
752         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
753         property `wl-mime-decoded-coding-system'.
754         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
755         property `wl-mime-decoded-coding-system' to encode text.
756
757         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
758         message.
759         (wl-mime-pgp-verify-region): Ditto.
760
761 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
764         buffer. Use epa-display-verify-result.
765
766 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-draft.el (wl-draft-send): Continue even if setting parent
769         flag was failed.
770
771 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-message.el (wl-message-flag-indicator): Fixed the problem
774         of returning string only of parentheses.
775
776 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (wl-summary-write): Add argument `folder'.
779         (wl-summary-write-current-folder): Change argument `folder' from
780         optional to require.
781         (wl-summary-get-buffer): Return the buffer associated folder only.
782
783         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
784         change.
785         (wl-folder-toggle-disp-summary): Ditto.
786
787         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
788         current summary as parent-folder.
789
790 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-draft.el (wl-draft-reedit): Don't overwrite
793         wl-draft-parent-folder.
794
795 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
798         (wl-mime-pgp-verify-region): Ditto.
799         (wl-message-decrypt-pgp-nonmime): Use the above function.
800         (wl-message-verify-pgp-nonmime): Likewise.
801         (wl-mime-preview-application/pgp): Likewise.
802
803 2006-04-20  Kenichi Okada  <okada@opaopa.org>
804
805         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
806         Fix about the order of `wl-nntp-posting-port' and
807         `wl-nntp-posting-stream-type'.
808         * wl.el (wl-plugged-port-label-alist): Add smtp.
809
810 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-summary.el (wl-summary-message-status): New macro.
813
814         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
815         (wl-summary-killed-mark): New user option.
816
817         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
818         API change.
819         (wl-thread-insert-entity-sub): Ditto.
820         (wl-thread-recover-messages): New command.
821
822         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
823         Don't call `wl-highlight-summary-current-line' directly.
824         (wl-summary-buffer-attach): Connect to signal `status-changed'
825         instead of `cache-changed'.
826         (wl-summary-buffer-detach): Follow the above change.
827         (wl-summary-detect-mark-position): Follow the API change.
828         (wl-summary-rescan-message): Ditto.
829         (wl-summary-insert-sequential): Ditto.
830         (wl-summary-update-thread): Ditto.
831         (wl-summary-message-mark): Ditto.
832         (wl-summary-persistent-mark): Ditto.
833         (wl-summary-create-line): Ditto.
834         (wl-summary-prefetch-region-no-mark): Call
835         `wl-summary-persistent-mark' with number.
836         (wl-summary-recover-messages-region): New command.
837         (wl-summary-target-mark-recover): Ditto.
838         (wl-summary-recover-message): Ditto.
839         (wl-summary-persistent-mark-string): Add argument `status' instead
840         of remove arguments `flags' and `cached'.  Treat killed status.
841         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
842
843         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
844         (wl-highlight-summary-line-face-spec): Treat killed status.
845         (wl-highlight-summary-line-string): Follow the API change.
846         (wl-highlight-summary-current-line): Ditto.
847
848         * Version number is increased to 2.15.3.
849
850 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
853         of symbolp to test whether the condition is function.
854
855 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
858         to nil.
859
860 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-summary.el (wl-summary-buffer-message-ring): New internal
863         variable.
864         (wl-summary-buffer-last-displayed-msg): Abolish.
865         (wl-summary-push-message): New function.
866         (wl-summary-pop-message): Ditto.
867         (wl-summary-goto-folder-subr): Reset
868         `wl-summary-buffer-message-ring'.
869         (wl-summary-pop-to-last-message): New command.
870         (wl-summary-goto-last-displayed-msg): Call
871         wl-summary-pop-to-last-message if optional argument is non-nil or
872         the last command is itself.
873         (wl-summary-redisplay-internal): Push last message number into
874         `wl-summary-buffer-message-ring'.
875
876         * wl-vars.el (wl-summary-message-ring-max): New user option.
877
878 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
879
880         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
881         from `wl-draft-reply').
882         (wl-draft-reply): Use it.
883         (wl-draft-find-reply-headers): Avoid compile warning.
884
885 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
886
887         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
888
889 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-message.el (wl-message-flag-indicator): New function.
892         (wl-message-redisplay): Use it.
893
894 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
897
898 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
901         instead of `read-event'.
902
903         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
904
905         * wl-mule.el (wl-read-event-char): Ditto.
906
907         * wl-e21.el (wl-read-event-char): Ditto.
908
909 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
910
911         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
912
913 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-vars.el (wl-draft-send-confirm-type): New user option.
916
917         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
918
919         * wl-draft.el (wl-draft-send-confirm): Confirmation by
920         `wl-draft-send-confirm-type'
921
922 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
925         Avoid error when the buffer name is already used.
926
927 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
928
929         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
930         the change of elmo-nmz -> elmo-search.
931         (wl-highlight-summary-line-help-echo-alist): Ditto.
932         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
933         (wl-nmz-folder-icon): Define as obsolete.
934         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
935         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
936
937 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-summary.el (wl-summary-get-list-info): Rewrite with
940         `elmo-find-list-match-value'
941
942 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-summary.el (wl-summary-get-list-info): Optimize.
945         Use List-Id and List-Post also.
946
947 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
950
951 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
952
953         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
954
955 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl-util.el (wl-completing-read-multiple-1): New internal function.
958         (wl-completing-read-multiple-2): Ditto.
959         (wl-completing-read-multiple): Define use above functions.
960
961         * wl-summary.el (wl-summary-sort): Removed the workaround for a
962         bug of `completing-read-multiple' about default value.
963
964         * wl-xmas.el (wl-completing-read-multiple): Removed.
965
966         * wl-mule.el (wl-completing-read-multiple): Ditto.
967
968         * wl-e21.el (wl-completing-read-multiple): Ditto.
969
970 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-util.el (wl-filter-associations): New function.
973
974         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
975         (wl-spam-ignored-folder-list): Ditto.
976         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
977         (wl-spam-string-member-p): New function.
978         (wl-spam-domain): Use it.
979         (wl-spam-split-numbers): New function.
980         (wl-spam-apply-partitions): Ditto.
981         (wl-spam-register-spam-messages): Use `folder' instead of
982         `wl-summary-buffer-elmo-folder'.
983         (wl-spam-register-good-messages): Ditto.
984         (wl-summary-exec-action-spam): Decide a domain by real folder of
985         message.
986         (wl-summary-exec-action-refile-with-register): Likewise.
987
988 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-e21.el (wl-e21-find-image): New function.
991         (wl-e21-setup-toolbar): Use it instead of `find-image'.
992         (wl-e21-highlight-folder-group-line): Ditto.
993         (wl-folder-init-icons): Ditto.
994         (wl-plugged-init-icons): Ditto.
995         (wl-biff-init-icons): Ditto.
996
997 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
1000         (wl-inhibit-save-drafts): New internal variable.
1001         (wl-disable-auto-save): Ditto.
1002         (wl-save-drafts): Treat above variables.
1003         (wl-auto-save-drafts): New function.
1004         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
1005         `wl-stop-save-drafts'.
1006         (wl-start-save-drafts): New function.
1007         (wl-stop-save-drafts): Ditto.
1008         (wl-set-auto-save-draft): New command.
1009
1010         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
1011         `wl-set-save-drafts'.
1012
1013 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1016         `make-local-variable' instead of `make-variable-buffer-local'.
1017
1018 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1021
1022 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1025
1026 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1029         of working buffer.
1030
1031 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1034
1035         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1036         value into recipients; Bind `wl-draft-remove-group-list-contents'
1037         as nil.
1038
1039 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-summary.el (wl-summary-sort): Fixed the last change.
1042
1043         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1044         (wl-summary-sort-messages): Ditto.
1045         (wl-summary-rescan): Use it.
1046         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1047         `completing-read'; Append candidates for reverse order.
1048
1049 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * Version number is increased to 2.15.2.
1052
1053 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1056         "Smaller".
1057         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1058
1059 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1062
1063 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1066         customize group `wl-draft'.
1067         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1068         `wl-draft'.
1069         (wl-draft-add-references): Ditto.
1070
1071         * wl-action.el (wl-summary-print-argument): Rename argument from
1072         `folder' to `data'.
1073
1074 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-summary.el (wl-summary-rescan-message): Call
1077         `wl-thread-cleanup-symbols' before insert thread.
1078
1079 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl.el (wl-init): Set `elmo-get-folder-function' as
1082         `wl-folder-make-elmo-folder'.
1083
1084         * wl-spam.el (wl-summary-exec-action-spam): Use
1085         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1086
1087         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1088         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1089         `elmo-make-folder'.
1090         (wl-folder-get-elmo-folder): Ditto.
1091         (wl-folder-create-subr): Simplify.
1092
1093 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1094
1095         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1096
1097 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1100         contents in message buffer instead of original buffer. If optional
1101         argument specified, ask coding system for encode.
1102
1103 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1104
1105         * wl-spam.el (wl-summary-test-spam-region): New function.
1106         (wl-spam-setup): Bind "rkc".
1107
1108 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1111
1112 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1113
1114         * wl-spam.el (wl-summary-test-spam): Fix typo.
1115         (wl-message-check-spam): Ditto.
1116
1117 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-summary.el (wl-summary-default-from): Simplify.
1120
1121 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1124         (wl-summary-exec-action-copy): Ditto.
1125         (wl-summary-auto-refile): Check existence of temporary mark.
1126
1127 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-summary.el (wl-summary-create-line): Use
1130         `elmo-time-to-datevec'.
1131
1132         * wl-expire.el (wl-expire-archive-date): Ditto.
1133         (wl-expire-localdir-date): Ditto.
1134
1135         * wl-util.el (wl-day-number): Abolish.
1136
1137         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1138         of `wl-day-number'.
1139         (wl-score-followup): Ditto.
1140         (wl-score-add-followups): Ditto.
1141         (wl-score-get-latest-msgs): Ditto.
1142         (wl-score-get-header-entry): Ditto.
1143         (wl-score-edit-insert-date): Ditto.
1144
1145 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1146
1147         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1148         `elmo-message-entity-field' with 2nd argument `type'.
1149
1150 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1151
1152         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1153
1154 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-thread.el (wl-thread-delete-message): Delete descendant
1157         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1158
1159 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1160
1161         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1162
1163 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1166         `Access folder'.
1167
1168 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-vars.el (wl-access-folder-icon): New user option.
1171
1172         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1173         `Access folder'.
1174
1175 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-summary.el (wl-summary-buffer-set-folder): Use
1178         `wl-folder-mime-charset'.
1179
1180         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1181         `mime-charset'.
1182         (wl-folder-get-elmo-folder): Ditto.
1183         (wl-folder-mime-charset): New function.
1184
1185 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-util.el (wl-parse-addresses): Define alias of
1188         `elmo-parse-addresses' (move to `elmo-util.el').
1189
1190         * wl-summary.el (wl-summary-default-from): Follow the API change.
1191         (wl-summary-overview-entity-compare-by-date): Ditto.
1192         (wl-summary-overview-entity-compare-by-from): Ditto.
1193         (wl-summary-get-list-info): Get value of `ml-info' field from
1194         entity at first.
1195         (wl-summary-rescan-message): Treat prefix argument.
1196         (wl-summary-prefetch-msg): Follow the API change.
1197         (wl-summary-search-by-subject): Ditto.
1198         (wl-summary-insert-thread): Ditto.
1199         (wl-summary-line-subject): Ditto.
1200         (wl-summary-line-from): Ditto.
1201         (wl-summary-create-line): Ditto.
1202         (wl-summary-print-message-with-ps-print): Ditto.
1203
1204         * wl-score.el (wl-score-ov-entity-get): Ditto.
1205         (wl-score-followup): Ditto.
1206         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1207         of `car'.
1208         (wl-score-get-latest-msgs): Follow the API change.
1209         (wl-score-get-header): Ditto.
1210
1211         * wl-refile.el (wl-refile-learn): Ditto.
1212         (wl-refile-subject-learn): Ditto.
1213         (wl-refile-get-field-value): Ditto.
1214         (wl-refile-guess-by-history): Ditto.
1215         (wl-refile-guess-by-subject): Ditto.
1216
1217         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1218
1219         * wl-expire.el (wl-expire-date-p): Removed.
1220         (wl-expire-archive-date): Follow the API change.
1221         (wl-expire-localdir-date): Ditto.
1222         (wl-summary-expire): Ditto.
1223
1224         * Version number is increased to 2.15.1.
1225
1226 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1227
1228         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1229         group is access or not (it is not strict, like wl-fldmgr-rename).
1230
1231 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1234         duplicate call of `wl-summary-print-argument' on the wrong line.
1235
1236 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1237
1238         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1239         even if argument `number' is nil.
1240         (wl-summary-insert-line): Print action argument if current message
1241         has it.
1242
1243 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1246         (wl-draft-reply): Ditto.
1247         (wl-draft): Add optional argument `parent-number' and call
1248         `wl-draft-create-buffer' with it.
1249         (wl-draft-create-buffer): Add optional argument
1250         `parent-number'. Set wl-draft-parent-number as it.
1251
1252 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1255         buffer is not for given folder, don't use it.
1256
1257 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1258
1259         * Version number is increased to 2.15.0.
1260
1261 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1264
1265         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1266         (wl-highlight-get-face-by-name): New internal function.
1267         (wl-highlight-summary-line-face-spec): Use it and fixed.
1268
1269 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-summary.el (wl-summary-sync-update): Use
1272         `elmo-message-entity-field' instead of `car' to get message-id
1273         from overview entity.
1274
1275         * wl-summary.el (wl-summary-rescan-message): Call
1276         `wl-highlight-summary-displaying' when displaying a message.
1277
1278 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1281         `wl-draft-config-info-operation'.
1282         (wl-draft-buffer-change-number): New function.
1283         (wl-draft-rename-saved-config): Ditto.
1284         * wl.el (wl-init): Connect slot for message-number-changed.
1285         (toplevel): Add autoload for wl-draft-rename-saved-config.
1286
1287 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1290         `update-overview'
1291         (wl-summary-buffer-detach): Disconnect from it.
1292         (wl-summary-rescan-message): Use command.
1293
1294         * wl-message.el (wl-message-buffer-display): Use
1295         `with-current-buffer' instead of `save-excursion'.
1296
1297 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1298
1299         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1300         wl-draft-preview-attributes-list from distraction.
1301
1302 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1305         `elmo-list-diff'.
1306
1307 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-summary.el
1310         (wl-summary-edit-addresses-collect-candidate-fields): Use
1311         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1312
1313         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1314         instead of `elmo-set-work-buf'.
1315
1316         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1317         (wl-address-make-address-list): Ditto.
1318
1319         * Version number is increased to 2.13.3.
1320
1321 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1324         user option.
1325
1326         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1327         argument `5'.
1328
1329         * wl-message.el (wl-message-display-no-merge-p): New function.
1330         (wl-message-buffer-display): Check whether the message is
1331         reassembled and follow the API change.
1332
1333 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1334
1335         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1336         multibyte on working buffer and removed unnecessary
1337         `buffer-disable-undo'.
1338
1339 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1342         change.
1343
1344 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-util.el (wl-read-search-condition-internal): Protect
1347         elmo-global-flags from distraction.
1348
1349 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1352
1353         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1354         (wl-summary-event-handler): Ditto.
1355         (wl-summary-update-persistent-mark-on-event): New
1356         function (renamed from `elmo-event-handler-flag-changed').
1357         (wl-summary-buffer-attach): New function.
1358         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1359         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1360         instead of `elmo-folder-add-handler'.
1361
1362         * Version number is increased to 2.13.2.
1363
1364 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1367         and "\177" to the `wl-news-previous-page'.
1368         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1369         (wl-news-previous-page): New function.
1370
1371 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1374         instead of `write-region' and simplify.
1375
1376 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-template.el (wl-template-select): Cause error if
1379         `wl-template-alist' is nil.
1380
1381 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1382
1383         * wl-news.el.in: Set file variable `no-byte-compile'.
1384
1385 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1388         whether a target message is within displaying area.
1389         (elmo-event-handler-cache-changed): Ditto.
1390
1391 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1392
1393         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1394         to `defun'.  Use `nconc' instead of `append' to collect descendant
1395         message numbers.
1396
1397 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1398
1399         * wl-thread.el (wl-thread-save-top-list)
1400         (wl-thread-save-entities): Use `with-temp-buffer'.
1401         * wl-news.el.in (wl-news-previous-version-load):
1402         (wl-news-previous-version-save): Ditto.
1403         * wl-summary.el (wl-summary-load-file-object)
1404         (wl-summary-save-view-cache): Ditto.
1405
1406 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-util.el (toplevel): Require 'elmo-flag'.
1409         (wl-read-search-condition): New function (Renamed from
1410         `elmo-read-search-condition').
1411         (wl-read-search-condition-internal): Likewise.
1412
1413         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1414         invalid.
1415         (wl-summary-pick): Use `wl-read-search-condition' instead of
1416         `elmo-read-search-condition'.
1417         (wl-summary-virtual): Ditto.
1418
1419         * wl-folder.el (wl-folder-virtual): Ditto.
1420         (wl-folder-pick): Ditto.
1421
1422         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1423
1424 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-summary.el (wl-summary-reedit): Call
1427         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1428
1429 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-mime.el (toplevel): Require wl-vars.
1432
1433         * wl-message.el (toplevel): Require cl at compile.
1434
1435         * wl-draft.el (toplevel): Require elmo.
1436
1437 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1438
1439         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1440         and do nothing when it is not positive.
1441         (wl-message-buffer-prefetch-next): Ditto.
1442
1443 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1444
1445         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1446         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1447         (wl-summary-redisplay-internal): Ditto.
1448
1449         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1450         message (the condition is borrowed from `wl-check-variables-2').
1451         (wl-summary-redisplay-internal): Ditto.
1452
1453 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1454
1455         * wl-mime.el (wl-draft-nntp-attribute): New function.
1456         (wl-draft-attribute-nntp-posting-server): Use it.
1457         (wl-draft-attribute-nntp-posting-port): Ditto.
1458
1459         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1460         (wl-draft-show-attributes-buffer): Ditto.
1461         (wl-draft-hide-attributes-buffer): Ditto.
1462         (wl-draft-attribute-newsgroups): Ditto.
1463         (wl-draft-attribute-nntp-posting-server): Ditto.
1464         (wl-draft-attribute-nntp-posting-port): Ditto.
1465         (wl-draft-preview-message): Use there functions.
1466
1467         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1468         value.
1469
1470 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1473         (wl-draft-reedit): Ditto.
1474         (wl-draft-queue-flush): Ditto.
1475
1476         * wl-mime.el (wl-message-request-partial): Ditto.
1477         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1478         instead of `elmo-message-fetch'.
1479
1480         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1481
1482         * wl-summary.el (wl-summary-message-string): Ditto.
1483
1484 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-util.el (wl-current-message-buffer): Follow the API change.
1487
1488         * wl-summary.el (wl-summary-redisplay-internal): Call
1489         `wl-summary-mark-as-read' with 2nd argument as nil and update
1490         unread count instead of persistent mark.
1491
1492         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1493         variable.
1494         (wl-message-redisplay): Follow the API change.
1495         (wl-message-buffer-display): Managed mime-entity directly and
1496         return preview buffer only.
1497         (wl-message-display-internal): Rewrite.
1498         (wl-message-buffer-prefetch-subr): Not save return value of
1499         `wl-message-buffer-display'.
1500
1501         * Version number is increased to 2.13.1.
1502
1503 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1506         'elmo-multiple-fields-body-list' with boundary specified.
1507
1508 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1511         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1512         cache if `wl-summary-resend-use-cache' is non-nil.
1513
1514 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1517         (wl-nntp-posting-stream-type): Ditto.
1518
1519 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1520
1521         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1522
1523 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1524
1525         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1526         message.
1527
1528 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1529
1530         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1531         Abolish.
1532         (wl-summary-buffer-persistent-mark-version): New internal
1533         variable.
1534         (wl-summary-update-mark-and-highlight-window): Check by
1535         wl-summary-persistent-mark-invalid-p.
1536         (wl-summary-update-status-marks): Ditto.
1537         (elmo-event-handler-flag-changed): Rewrite.
1538         (elmo-event-handler-cache-changed): Define.
1539         (wl-summary-prefetch-msg): Does not update persistent mark here.
1540         (wl-summary-delete-cache): Ditto.
1541         (wl-summary-resume-cache-status): Ditto.
1542         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1543         (wl-summary-persistent-mark-invalid-p): New function.
1544         (wl-summary-validate-persistent-mark): Ditto.
1545         (wl-summary-validate-persistent-mark-string): Ditto.
1546         (wl-summary-invalidate-persistent-mark): Ditto.
1547         (wl-summary-update-persistent-mark): Call
1548         `wl-summary-validate-persistent-mark'.
1549         (wl-summary-create-line): Call
1550         `wl-summary-validate-persistent-mark-string'.
1551
1552         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1553         status as t if cache used.
1554
1555 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1556
1557         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1558         only if the target is group.
1559         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1560
1561 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1564
1565 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1566
1567         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1568
1569         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1570
1571 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1574         (Thanks to Yoichi NAKAYAMA).
1575
1576 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-util.el (wl-save-drafts): Restore echo area.
1579
1580 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * Version number is increased to 2.13.0.
1583
1584         * wl-util.el (wl-biff-check-folder-async): Use
1585         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1586
1587 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * wl-message.el (wl-message-display-internal): Does not put
1590         wl-message-display-type property on message buffer.
1591         (wl-message-buffer-display-type): New function.
1592
1593         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1594
1595         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1596         `wl-summary-buffer-detach'.
1597         (wl-summary-message-display-type): Use
1598         `wl-summary-buffer-display-type'.
1599
1600 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1601
1602         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1603         buffer-local.
1604
1605         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1606         kill-buffer-hook instead of make-local-variable.
1607         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1608
1609 2004-12-12  Scott Renfro <scott@renfro.org>
1610
1611         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1612         regex for square-branket.
1613
1614 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1617         `wl-message-mime-analysis-p' with argument `header'.
1618
1619 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-mime.el (wl-draft-yank-current-message-entity):
1622         Switch to no-mime following method according to wl-message-display-type
1623         property.
1624         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1625
1626         * wl-message.el (wl-message-display-internal):
1627         Put wl-message-display-type property on message buffer.
1628
1629         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1630         (wl-message-display-internal): Ditto;
1631
1632         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1633
1634 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1635
1636         * wl-message.el (wl-message-make-display-type): New function.
1637         (wl-message-display-type-property): Ditto.
1638         (wl-message-mime-analysys-p): Ditto.
1639         (wl-message-display-all-header-p): Ditto.
1640         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1641         added `display-type'.
1642         (wl-message-buffer-display): Likewise.
1643         (wl-message-display-internal): Likewise.
1644         (wl-message-buffer-display-type): Abolish.
1645         (wl-message-buffer-prefetch-subr): Follow the API changed.
1646
1647         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1648         from wl-summary-buffer-display-all-header and changed default value.
1649         (wl-summary-message-display-type): New function.
1650         (wl-summary-buffer-display-mime-mode): Ditto.
1651         (wl-summary-buffer-display-header-mode): Ditto.
1652         (wl-summary-toggle-mime): Rewrite with above functions.
1653         (wl-summary-toggle-all-header): Ditto.
1654         (wl-summary-redisplay): Force redisplay with default mode.
1655         (wl-summary-redisplay-internal): Renamed argument from `mode',
1656         `all-header' to `mime-mode', `header-mode'.
1657         Use `wl-message-make-display-type'.
1658
1659         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1660         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1661
1662 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1665
1666 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1667
1668         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1669         in original message buffer.
1670         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1671         buffer.
1672
1673 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1676
1677 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1678
1679         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1680
1681 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1682
1683         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1684         when actions succeeded.
1685         (wl-summary-exec-action-copy): Likewise.
1686
1687 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1690         there is switch-to-buffer at the end of wl-message-select-buffer.
1691         (wl-summary-reply): Ditto.
1692
1693 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * wl-summary.el (wl-summary-forward): Put subject in original
1696         message buffer as argument of wl-draft-forward.
1697         * wl-draft.el (wl-draft-forward): Decode subject as in
1698         wl-draft-reply.
1699
1700 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1703         a folder under access group.
1704
1705 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1708         wl-message-buffer-display.
1709
1710         * wl-util.el (wl-set-save-drafts): Fix typo.
1711
1712 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1715         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1716         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1717         the way to measure the width of a bitmap image; don't put face on
1718         ascii and bitmap images; put the mark which should not use the
1719         variable-pitch face on ascii and bitmap images.
1720         (wl-demo-setup-properties): Don't use the variable-pitch face on
1721         ascii and bitmap images; made it work on Emacs 20 and earlier.
1722         (wl-demo-insert-text): End with a newline at the bottom; don't put
1723         face on text.
1724
1725         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1726
1727 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1730
1731         * wl-util.el (wl-save-drafts): Moved from sample setting.
1732         (wl-set-save-drafts): New function to set idle timer.
1733         * wl-draft.el (wl-draft): Call it.
1734         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1735
1736 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1737
1738         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1739         a summary which has toggle display status off.
1740
1741 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-draft.el (wl-draft-do-fcc): No cache save.
1744
1745 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-summary.el (elmo-event-handler-flag-changed): Use
1748         `set-buffer' instead of `with-current-buffer'.
1749
1750 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (wl-summary-after-resize-function): New function.
1753         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1754         window-size-change-functions.
1755
1756 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1757
1758         * wl-draft.el (wl-draft-create-buffer): Bind
1759         `change-major-mode-hook' after current buffer is changed.
1760
1761         * wl-summary.el (wl-summary-buffer-detach): New function.
1762         (wl-summary-buffer-set-folder): Call it.
1763         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1764         change-major-mode-hook and kill-buffer-hook.
1765         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1766         (wl-summary-switch-to-clone-buffer): Ditto.
1767         (wl-summary-goto-folder-subr): Ditto.
1768
1769 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1770
1771         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1772         after boundp check.
1773
1774 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1777         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1778         for `kill-buffer'.
1779
1780         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1781         handler of current buffer from elmo-folder.
1782
1783 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1786
1787 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1790         variable.
1791         (wl-summary-event-handler): New class.
1792         (elmo-event-handler-flag-changed): Define to update persistent
1793         mark.
1794         (wl-summary-buffer-set-folder): Register event handler to
1795         elmo-folder.
1796         (wl-summary-exit): Unregister event handler.
1797         (wl-summary-goto-folder-subr): Ditto.
1798         (wl-summary-mark-as-read-all): Does not call
1799         `wl-summary-update-persistent-mark' directly.
1800         (wl-summary-mark-as-read-internal): Ditto.
1801         (wl-summary-set-persistent-mark-internal): Ditto.
1802         (wl-summary-set-flags-internal): Ditto.
1803
1804         * Version number is increased to 2.11.33.
1805
1806 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1807
1808         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1809         to nil.
1810
1811 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-spam.el (wl-spam-setup): Add hook
1814         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1815         instead of `wl-summary-prepare-hook'.
1816
1817         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1818         if folder type is `'flag'.
1819         (wl-summary-mark-as-important): Ditto.
1820
1821 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1822
1823         * wl-address.el (wl-address-minibuffer-history): New variable.
1824         (wl-address-minibuffer-local-map): New keymap.
1825         (wl-address-read-from-minibuffer): New function.
1826
1827         * wl-action.el (wl-summary-get-resend-address): Use
1828         `wl-address-read-from-minibuffer' instead of `completing-read'.
1829
1830 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1831
1832         * Version number is increased to 2.11.32.
1833
1834 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1835
1836         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1837         without mule to iso-8859-1.
1838         (wl-draft-add-in-reply-to): Add note in description.
1839         (wl-draft-add-references): Ditto.
1840
1841 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1842
1843         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1844         definition for `m'.
1845         (wl-summary-mode-line-format): Add '[%m]'.
1846         (wl-message-mode-line-format-spec-alist): Ditto.
1847         (wl-summary-display-mime-mode-list): New variable.
1848
1849         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1850         from wl-summary-buffer-display-as-is.
1851         (wl-summary-buffer-display-all-header): New buffer local variable.
1852         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1853         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1854         instead of wl-summary-buffer-display-as-is.
1855         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1856         (wl-summary-set-persistent-mark): Ditto.
1857         (wl-summary-set-message-buffer-or-redisplay): Just call
1858         `wl-summary-redisplay-internal' without optional arguments.
1859         (wl-summary-toggle-mime): Rewrite.
1860         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1861         (wl-summary-toggle-all-header): New function.
1862         (wl-summary-redisplay-internal): Treat mime mode.
1863
1864         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1865         to wl-mime-preview-follow-no-mime.
1866         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1867         accodring to the display-mode.
1868
1869         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1870         (wl-message-buffer-display): Changed argument name from `as-is' to
1871         `mode'.
1872         (wl-message-display-internal): Ditto;
1873         Bind elmo-mime-display-header-analysis according to the mode.
1874         (wl-message-display-internal): Put wl-message-display-mime-mode
1875         property on entire buffer.
1876
1877 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1880
1881 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * wl-summary.el (wl-summary-overview-entity-compare-by-from):
1884         Don't extract mail address.
1885         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1886
1887         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1888
1889         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1890
1891 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1892
1893         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1894         wl-fldmgr-cut-entity-list on confirmation.
1895
1896 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1899         (wl-mime-quit-preview): Check existence of
1900         mime-edit-temp-message-buffer here.
1901
1902 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1903
1904         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1905         after deletion.
1906
1907         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1908         before calling wl-mime-quit-preview.
1909
1910 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-summary.el (wl-summary-pick): If call it with prefix
1913         argument, set `delete-marks' as non-nil. Pick from only visible
1914         messages.
1915         (wl-summary-check-target-mark): New function.
1916         (wl-summary-target-mark-mark-as-read): Use it.
1917         (wl-summary-target-mark-mark-as-unread): Ditto.
1918         (wl-summary-target-mark-operation): Ditto.
1919         (wl-summary-target-mark-set-flags): Ditto.
1920         (wl-summary-target-mark-save): Ditto.
1921         (wl-summary-target-mark-pick): Ditto.
1922         (wl-summary-target-mark-forward): Ditto.
1923         (wl-summary-target-mark-reply-with-citation): Ditto.
1924         (wl-summary-target-mark-print): Ditto.
1925         (wl-summary-target-mark-uudecode): Ditto.
1926
1927         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1928         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1929         with `ask-coding' is non-nil.
1930
1931 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-thread.el (wl-thread-set-parent): If parent is a message
1934         which is identified by references, set linked as nil.
1935
1936 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1939         (wl-message-mode-line-format-spec-alist): Ditto.
1940         (wl-message-mode-line-format): Ditto.
1941         (wl-summary-mode-line-format): Ditto for docstring.
1942         (wl-summary-no-mime-folder-list): Fix typo.
1943
1944         * wl-util.el (wl-current-message-buffer): Call
1945         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1946
1947         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1948         variable.
1949         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1950         of `wl-summary-redisplay-no-mime'.
1951         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1952         (wl-summary-toggle-mime): New function.
1953         (wl-summary-redisplay-all-header): Rewrite.
1954         (wl-summary-redisplay-no-mime): Ditto.
1955         (wl-summary-redisplay-internal): Added argument `as-is' and
1956         `all-header'.
1957
1958         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1959         New variable.
1960         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1961         bottom.
1962         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1963         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1964         "/" unconditionally.
1965
1966         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1967         wl-mime-preview-follow-no-mime for as-is content.
1968         (wl-mime-preview-follow-no-mime): New function.
1969         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1970
1971         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1972         and added `as-is', `all-header'.
1973         (wl-message-buffer-display): Ditto.
1974         (wl-message-buffer-display-type): New function.
1975
1976 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-vars.el (wl-message-header-button-alist): Change default
1979         value.
1980         (wl-message-body-button-alist): Ditto.
1981
1982 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1983
1984         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1985
1986 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1987
1988         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1989
1990 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1991
1992         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1993         is always true.
1994
1995 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1996
1997         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1998         on null entity.
1999
2000 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2001
2002         * wl-vars.el (wl-draft-reply-default-position): Fix range.
2003
2004 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2005
2006         * wl-vars.el (wl-summary-resend-hook): New hook.
2007
2008         * wl-action.el (wl-summary-exec-action-resend-subr): Run
2009         `wl-summary-resend-hook'.
2010
2011 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2014         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2015         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2016         (wl-summary-new-cached-mark): Changed default value to 'n'.
2017         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2018         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2019         (wl-folder-sync-range-alist): Remove spec for 'flag.
2020         (wl-summary-force-prefetch-folder-list): New user option.
2021
2022         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2023         `wl-summary-toggle-persistent-mark'.
2024         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2025         number is nil.
2026         (wl-summary-mark-as-answered-region): Set interactive argument of
2027         `wl-summary-set-persistent-mark-internal'.
2028         (wl-summary-mark-as-important-region): Ditto.
2029         (wl-summary-unset-persistent-mark): Ditto.
2030         (wl-summary-set-persistent-mark): Ditto.
2031         (wl-summary-mark-as-answered): Ditto.
2032         (wl-summary-mark-as-important): Ditto.
2033         (wl-summary-set-persistent-mark-internal): Do nothing
2034         when `elmo-message-flag-available-p' is nil.
2035         (wl-summary-toggle-persistent-mark): New function.
2036         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2037         when the folder matches `wl-summary-force-prefetch-folder-list'.
2038
2039
2040         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2041         when number is nil.
2042         (wl-highlight-summary-forwarded-face): New face.
2043
2044 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * Version number is increased to 2.11.31.
2047
2048 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2051         (wl-biff-check-folder-async): Ditto.
2052         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2053
2054 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2055
2056         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2057         Add an argument `reverse'.  All callers are updated.
2058         (wl-summary-sort): Add a prefix argument `reverse' to specify
2059         reverse sorting.
2060         (wl-summary-sort-by-date, wl-summary-sort-by-number)
2061         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
2062         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2063
2064 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2065
2066         * wl-message.el (wl-message-redisplay): Does not narrow header if
2067         disply-type is all-header or as-is.
2068
2069         * wl-summary.el (wl-summary-enter-handler): Use
2070         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2071
2072 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2073
2074         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2075         after adding wl-draft-parent-variables.
2076         (wl-draft-forward): Ditto.
2077
2078 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2079
2080         * wl-summary.el (wl-summary-sync-marks): Call
2081         `wl-summary-set-persistent-mark' and
2082         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2083         (wl-summary-set-persistent-mark-internal): Add 4th argument
2084         `no-server'.
2085         (wl-summary-unset-persistent-mark): Ditto.
2086         (wl-summary-set-persistent-mark): Ditto.
2087         (wl-summary-add-flags-internal): Abolish.
2088         (wl-summary-remove-flags-internal): Ditto.
2089         (wl-summary-mark-as-important-internal): Ditto.
2090         (wl-summary-mark-as-important): Use
2091         `wl-summary-set-persistent-mark' instead of
2092         `wl-summary-add-flags-internal'.
2093         (wl-summary-mark-as-important-region): Ditto.
2094
2095         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2096
2097         * wl-summary.el (wl-summary-get-available-flags): New function.
2098         (wl-summary-sync-marks): Use it and simplified.
2099         (wl-summary-unset-persistent-mark): Use
2100         `wl-summary-get-available-flags'.
2101         (wl-summary-set-persistent-mark): Ditto.
2102
2103 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2106         id.
2107
2108 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2111         number, call `wl-summary-prev-line-content'. Show message when the
2112         message is not found.
2113
2114 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2115
2116         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2117         wl-summary-enter-handler.
2118         (wl-summary-enter-handler): New command.
2119
2120         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2121         docstring and custom spec.
2122
2123         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2124         flags too; Don't treat Cached and New.
2125         (wl-summary-set-persistent-mark): Ditto.
2126
2127         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2128         `wl-folder-set-flag'.
2129
2130         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2131         instead of `wl-folder-set-flag'.
2132
2133         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2134         for completion.
2135         (wl-summary-set-persistent-mark): Ditto.
2136
2137         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2138         instead of `wl-draft-quit-preview'.
2139
2140         * wl-mime.el (toplevel): Avoid compile warning.
2141         (wl-mime-quit-preview): New function
2142         (formarly defined as `wl-draft-quit-preview').
2143         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2144         quitting method.
2145
2146         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2147
2148         * wl-folder.el (wl-folder-set-flag): Renamed from
2149         `wl-draft-set-flag-on-parent'.
2150
2151         * wl-draft.el (wl-draft-quit-preview): New function.
2152         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2153         (wl-draft-send): Call `wl-folder-set-flag' instead of
2154         `wl-draft-set-flag-on-parent'.
2155         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2156
2157 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2160         (wl-draft-send): Ditto.
2161
2162 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2165         (wl-draft-kill-pre-hook): Set default value as nil.
2166         (wl-summary-reply-hook): Ditto.
2167         (wl-draft-kill-flags): Abolish.
2168
2169         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2170         (wl-draft-parent-variables): Renamed from
2171         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2172         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2173         argument; Add wl-draft-parent-variables to
2174         wl-draft-config-variables.
2175         (wl-draft-reply): Likewise.
2176         (wl-draft-kill-flags): Abolish.
2177         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2178         (wl-draft-set-flag-on-parent): New function.
2179         (wl-draft-setup-parent-flag): Ditto.
2180
2181 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2182
2183         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2184         `wl-draft-parent-folder' is "".
2185
2186 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2187
2188         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2189         (wl-summary-digit-jump): New function.
2190         (Adviced by John Owens and Hiroya Murata)
2191
2192         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2193         (Adviced by John Owens)
2194
2195         * wl-xmas.el (wl-message-define-keymap): Ditto.
2196
2197         * wl-mule.el (wl-message-define-keymap): Ditto.
2198
2199 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2200
2201         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2202         change of return value of elmo-folder-count-flags.
2203
2204         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2205         (wl-summary-mark-as-read-internal): Ditto.
2206         (wl-summary-set-persistent-mark-internal): Ditto.
2207         (wl-summary-folder-info-update): Ditto.
2208         (wl-summary-sync-update): Fixed the last change.
2209
2210         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2211
2212 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2215         (wl-draft-kill-flags): Fixed docstring.
2216
2217         * wl-draft.el (wl-draft-kill-flags): New function.
2218         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2219
2220 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-vars.el (wl-reply-hook): Abolish.
2223         (wl-draft-reply-hook): New hook.
2224         (wl-summary-reply-hook): Ditto.
2225         (wl-draft-forward-hook): Ditto.
2226         (wl-summary-forward-hook): Ditto.
2227         (wl-draft-kill-flags): New variable.
2228
2229         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2230         wl-summary-set-persistent-mark-internal.
2231         (wl-summary-sync-marks): Use elmo-preserved-flags.
2232         (wl-summary-update-persistent-mark): Make it interactive.
2233         (wl-summary-set-persistent-mark-internal): New inline function.
2234         (wl-summary-mark-as-answered): Use it.
2235         (wl-summary-mark-as-unanswered): Ditto.
2236         (wl-summary-unset-persistent-mark): New function.
2237         (wl-summary-set-persistent-mark): Ditto.
2238         (wl-summary-reply): Don't set answered flag;
2239         Run wl-summary-reply-hook instead.
2240         (wl-summary-forward): Call wl-draft-forward with number.
2241         Run wl-summary-forward-hook.
2242
2243         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2244         (wl-highlight-summary-line-face-spec): Use it as a default
2245         persistent mark face.
2246
2247         * wl-draft.el (wl-draft-forward): Added optional argument number;
2248         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2249         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2250         (wl-draft-kill): Use wl-draft-kill-flags.
2251
2252         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2253
2254         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2255         of return value of elmo-folder-count-flags.
2256
2257         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2258
2259         * wl-summary.el (wl-summary-count-unread): Ditto.
2260         (wl-summary-sync-update): Follow the change above.
2261         (wl-summary-force-prefetch): New function.
2262
2263 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2264
2265         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2266         variable `buf' with `let' instead of `setq'.
2267
2268 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2271         add Content-Disposition heaeder on the deleted part.
2272
2273 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * wl-draft.el (wl-draft-save): Encode address list under edit by
2276         `eword-encode-unstructured-field-body'.
2277
2278         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2279
2280 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2283         wl-current-summary-buffer.
2284
2285 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2286
2287         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2288         `numbers' is ignored.
2289
2290 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-folder.el (wl-folder-open-folder): Avoid error.
2293         Reported by John Owens, [wl-en:815]
2294
2295         * wl.el (wl): Set timer for biff process even if prefix argument
2296         is given or auto-checking is quitted.
2297
2298         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2299         immediately.
2300         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2301         (wl-toggle-plugged): Ditto.
2302
2303         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2304         * wl-util.el (wl-biff-start): Use idle timer if
2305         `wl-biff-use-idle-timer' is non-nil.
2306
2307 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-highlight.el (wl-highlight-message): Fix description.
2310
2311 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2314         tty.
2315
2316 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-action.el (wl-summary-exec): Print failure count.
2319
2320 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321
2322         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2323         to `defun', remove interactive form.
2324         Set elmo-message-fetch-confirm when force-reload is non-nil.
2325
2326 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2327
2328         * wl-summary.el (toplevel): Removed unnecessary autoload.
2329
2330 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2331
2332         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2333         the buffer is generated from another message buffer.
2334
2335 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2336
2337         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2338         extracted from `wl-fldmgr-save-folders'.
2339         (wl-fldmgr-delete): Call it after deletion.
2340
2341 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2344         multi-tty support.
2345
2346 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2347
2348         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2349
2350 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2351
2352         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2353         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2354
2355 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2358         unsubscribe list only if argument CLEAR is nil.
2359
2360 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-draft.el (wl-draft-reply): Decode subject before removing
2363         Re: prefix.
2364
2365 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2366
2367         * wl-summary.el (wl-summary-sort-by-size): New command.
2368
2369 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * wl-summary.el (wl-summary-number-list-from-region): New
2372         function.
2373         (wl-summary-mark-as-read-region): Use it.
2374         (wl-summary-mark-as-unread-region): Ditto.
2375         (wl-summary-set-flags-region): Ditto and add optional argument
2376         remove.
2377         (wl-summary-mark-as-answered-region): Ditto.
2378         (wl-summary-mark-as-important-region): Ditto.
2379         (wl-summary-target-mark-mark-as-important): Added optional
2380         argument remove.
2381         (wl-summary-target-mark-mark-as-answered): Ditto.
2382         (wl-summary-target-mark-set-flags): Ditto.
2383
2384 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-summary.el (wl-summary-set-flags-region): Call
2387         `wl-summary-set-flags-internal' with number list instead of call
2388         one by each message.
2389         (wl-summary-target-mark-set-flags): Likewise.
2390
2391 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2394         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2395         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2396         (wl-summary-target-mark-mark-as-answered): Likewise.
2397
2398 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2399
2400         * wl-summary.el (wl-summary-target-mark-forward): Use
2401         `wl-summary-delete-all-target-marks' instead of
2402         `wl-summary-delete-all-temp-marks'.
2403         (wl-summary-target-mark-reply-with-citation): Ditto.
2404         (wl-summary-target-mark-uudecode): Ditto.
2405         (wl-summary-target-mark-set-flags): Ditto and remove needless
2406         cursor move.
2407
2408 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2409
2410         * wl-summary.el (wl-summary-target-mark-forward): Protect
2411         wl-summary-buffer-target-mark-list from nreverse.
2412         (wl-summary-target-mark-reply-with-citation): Ditto.
2413
2414 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2415
2416         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2417         `elmo-display-progress-threshold'.
2418
2419 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2422         check `wl-summary-highlight'.
2423         (wl-summary-window-scroll-functions): Respect value of
2424         `wl-summary-highlight'.
2425         (wl-summary-sync-update): Run hooks
2426         `wl-summary-buffer-window-scroll-functions' at any time.
2427
2428 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2429
2430         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2431         from `wl-summary-cleanup-temp-marks'.
2432         (wl-summary-cleanup-temp-marks): Abolish argument.
2433         * wl.el (wl-save-status): Revert previous change.
2434         (wl-execute-temp-marks): New function, call
2435         `wl-summary-exec-with-confirmation'.
2436         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2437         (wl-folder-save-and-exec-marks): Abolished.
2438
2439 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2440
2441         * wl-e21.el (wl-e21-display-image-p): Respect
2442         `wl-highlight-folder-with-icon'.
2443         (wl-e21-highlight-folder-group-line): Highlight mouse line
2444         even if wl-e21-display-image-p is nil.
2445
2446         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2447         Respect value of `wl-summary-highlight'.
2448
2449         * wl.el (wl-save-status): Remove unused variable.
2450
2451         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2452         (wl-folder-mode-map): Bind it to "x".
2453
2454 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2455
2456         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2457
2458         * wl-thread.el (wl-thread-get-parent-list): Don't check
2459         disconnected ancestors, neglecting needless work in
2460         `wl-thread-update-indent-string-thread'.
2461
2462         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2463         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2464         argument, add argument default-keep to keep marks by default.
2465
2466         * Version number is increased to 2.11.30.
2467
2468         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2469         customization type and docstring.
2470         (wl-draft-reply-without-argument-list): Ditto.
2471
2472 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2473
2474         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2475
2476         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2477
2478 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2479
2480         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2481
2482 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2483
2484         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2485         save-excursion so as not to include run-hooks.
2486
2487 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2490         Clarify that marks are going to be cleared.
2491
2492 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2495         according to 3rd element of wl-summary-flag-mark.
2496
2497         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2498
2499 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * wl-action.el (wl-summary-target-mark-all): Don't set
2502         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2503
2504 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2505
2506         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2507         (wl-forward-subject-prefix): Ditto.
2508         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2509         (wl-draft-reply-make-subject): Ditto.
2510
2511         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2512         `wl-draft-forward'.
2513         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2514
2515 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2516
2517         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2518         target message does not exist.
2519
2520 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2521
2522         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2523         `wl-subject-prefix-regexp'.
2524         (wl-subject-forward-prefix-regexp): New variable.
2525         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2526         `wl-draft-strip-subject-re' and take regexp as argument.
2527         (wl-draft-forward): Use it.
2528         (wl-draft-reply): Ditto.
2529
2530 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2531
2532         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2533         emacs multi-tty support.
2534
2535 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2536
2537         * wl-e21.el (wl-e21-display-image-p): Don't call
2538         `display-images-p'.
2539         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2540         support.
2541         (wl-highlight-folder-current-line): Ditto.
2542         (wl-folder-init-icons): Ditto.
2543
2544 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2545
2546         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2547         the last line of summary in unplugged mode.
2548
2549 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2550
2551         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2552
2553 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2554
2555         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2556         * wl-address.el (wl-address-user-mail-address-p): Use it.
2557         (wl-address-delete-user-mail-addresses): Ditto.
2558         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2559
2560         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2561         (wl-address-delete-user-mail-addresses): Ditto.
2562
2563         * wl-address.el (wl-address-delete-user-mail-addresses): New
2564         function.
2565         * wl-refile.el (wl-refile-guess-by-history): Use it.
2566         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2567         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2568
2569         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2570         use wl-address-user-mail-address-p.
2571
2572 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2573
2574         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2575         after opening group.
2576
2577 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2578
2579         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2580         of elmo-set-buffer-multibyte.
2581
2582         * wl-message.el (wl-original-message-mode): Ditto.
2583
2584         * wl-score.el (wl-score-insert-header): Ditto.
2585
2586         * wl-summary.el
2587         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2588         (wl-summary-goto-folder-subr): Ditto.
2589         (wl-summary-insert-headers): Ditto.
2590
2591         * wl-util.el (wl-set-string-width): Ditto.
2592
2593         * Version number is increased to 2.11.29.
2594
2595 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2596
2597         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2598         (wl-highlight-summary-line-help-echo-alist): New variable.
2599         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2600         into `wl-highlight-summary-line-help-echo' and
2601         `wl-highlight-flag-folder-help-echo'.
2602         (wl-highlight-summary-line-string): Change accordingly.
2603         (wl-highlight-summary-current-line): Ditto.
2604
2605 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2606
2607         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2608         at the beginning of field body (Thanks to Markus Knittig).
2609
2610         * wl-draft.el (wl-draft-insert-current-message): Also check
2611         summary buffer, remove unnecessary tag.
2612
2613 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2614
2615         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2616         when wl-message-buffer is nil.
2617
2618         * wl-folder.el (wl-folder): Abolish unused argument.
2619         Call wl-folder-init when wl-folder-entity is nil.
2620         * wl.el (wl): Change accordingly.
2621
2622 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2625         multibyte string before insert into draft buffer.
2626         (wl-draft-create-buffer): Always enable multibyte characters for
2627         draft buffer.
2628
2629         * Version number is increased to 2.11.28.
2630
2631 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2632
2633         * wl-folder.el (wl-folder-open-close): Handle blank line.
2634         (wl-folder-jump-to-current-entity): Ditto.
2635
2636 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * Version number is increased to 2.11.27.
2639
2640 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-thread.el (wl-thread-insert-message): When the thread is
2643         devided by wl-summary-max-thread-depth, insert line at the end of
2644         buffer.
2645
2646 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2647
2648         * Version number is increased to 2.11.26.
2649
2650 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2653
2654 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2655
2656         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2657         value of stream-type and session.
2658
2659 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * Version number is increased to 2.11.25.
2662
2663 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2664
2665         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2666         in a quit message.
2667
2668 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2669
2670         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2671         (wl-summary-redisplay-no-mime-internal): Ditto.
2672
2673 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2674
2675         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2676         * wl-vars.el (wl-smtp-connection-type): Ditto.
2677
2678 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2679
2680         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2681         for the separator line and quote mail-header-separator.
2682
2683 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2684
2685         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2686         result message.
2687
2688         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2689         `elmo-multiple-fields-body-list' with boundary as
2690         mail-header-separator.
2691
2692 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2693
2694         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2695
2696 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2697
2698         * wl-util.el (wl-list-diff): Remove unused function.
2699
2700         * wl-draft.el (wl-draft-send-confirm): Discard input before
2701         confirmation.
2702
2703 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2706         order of flag and new.
2707
2708 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * wl-vars.el (wl-refile-policy-alist): Abolished.
2711
2712         * wl-action.el (wl-summary-set-action-refile): Follow the change
2713         above.
2714
2715 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * wl-highlight.el (wl-highlight-signature-search): Don't use
2718         re-search-backward for a long word since it is possible to crash
2719         XEmacs because of a bug.
2720
2721 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2722
2723         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2724
2725 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2728         argument for wl-summary-sync-force-update.
2729
2730 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-summary.el (wl-summary-mode-map): Revival of
2733         wl-summary-mark-as-important related bindings;
2734         Bind 'F','tF','mF','rF','m&'.
2735         (wl-summary-mark-as-important-region): Revival.
2736         (wl-summary-target-mark-mark-as-important): Ditto.
2737         (wl-summary-target-mark-operation): New function.
2738         (wl-summary-target-mark-mark-as-answered): Use it.
2739         (wl-summary-decide-flag): Don't set Important as default.
2740         (wl-summary-mark-as-important-internal): Revival.
2741         (wl-summary-mark-as-important): Ditto.
2742
2743         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2744
2745         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2746         instead of facep.
2747
2748 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2749
2750         * wl-dnd.el (wl-dnd-drop-func): Fix.
2751
2752         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2753         mouse-set-point instead of posn-point.
2754
2755         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2756
2757         * wl-mule.el (wl-completing-read-multiple): Ditto.
2758
2759 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2760
2761         * wl-demo.el (face-background-name): Defalias to avoid compile
2762         warning.
2763
2764 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2765
2766         * wl-summary.el (wl-summary-decide-flag): Use
2767         wl-completing-read-multiple instead of completing-read-multiple.
2768
2769         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
2770         New alias.
2771
2772         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2773         Use face-background-name instead of face-background.
2774
2775         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2776
2777         * wl-summary.el (wl-summary-save): Use it.
2778         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2779
2780         * wl-mime.el (wl-mime-save-content): Fix last change.
2781
2782 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2783
2784         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2785         New function.
2786         (wl-summary-sort-specs): Added sort.
2787         * wl-mime.el (wl-mime-save-content): Expand file name.
2788
2789 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2790
2791         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2792
2793         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2794
2795 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2798         for flag if it is not defined.
2799
2800 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-e21.el (wl-highlight-folder-current-line): Use
2803         elmo-folder-type-internal when elmo-folder-type returns nil.
2804
2805         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2806
2807         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2808
2809         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2810
2811         * wl-e21.el (wl-summary-toolbar): Ditto.
2812
2813         * wl-vars.el (wl-demo-background-color): Abolished.
2814         (wl-summary-persistent-mark-priority-list): Renamed from
2815         wl-summary-flag-priority-list.
2816         (wl-summary-flag-alist): New user option.
2817         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2818         (wl-message-mode-line-format-spec-alist): Added 'F'.
2819         (wl-message-mode-line-format): Likewise.
2820         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2821         instead of wl-summary-important-mark.
2822         (wl-file-folder-icon): New variable.
2823
2824         * wl-thread.el (wl-thread-set-flags): Renamed from
2825         wl-thread-mark-as-important.
2826
2827         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2828         warning.
2829         (wl-summary-mode-menu-spec): Follow the change of
2830         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2831         (wl-summary-mode-map): Follow the change of
2832         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2833         (wl-summary-detect-mark-position): Follow the variable name change.
2834         (wl-summary-set-flags-region): New function for the replacement of
2835         wl-summary-mark-as-important-region.
2836         (wl-summary-sync-marks): Sync all global-flags.
2837         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2838         instead of elmo-message-flagged-p.
2839         (wl-summary-persistent-mark-string): Follow the variable name change;
2840         Put wl-summary-flag-mark if the message has global-flag.
2841         (wl-summary-target-mark-set-flags): Renamed from
2842         wl-summary-target-mark-mark-as-important.
2843         (wl-summary-decide-flag): New function.
2844         (wl-summary-set-flags-internal): Renamed from
2845         wl-summary-mark-as-important-internal.
2846         (wl-summary-add-flags-internal): New function.
2847         (wl-summary-remove-flags-internal): Ditto.
2848         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2849         (wl-summary-mark-as-unimportant): Abolish.
2850         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2851         (wl-summary-next-message): List flagged messages in the msgdb.
2852
2853         * wl-score.el (wl-summary-score-update-all-lines): Use
2854         wl-summary-add-flags-internal instead of
2855
2856         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2857
2858         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2859         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2860         (wl-message-buffer-require-all-header): Renamed from
2861         wl-message-buffer-all-header-flag (Ditto).
2862         (wl-message-buffer-flag-indicator): New variable.
2863         (wl-message-redisplay): Changed local varibale name from `flag' to
2864         `display-type'; Set up wl-message-buffer-flag-indicator.
2865         (wl-message-buffer-display): Changed varibale name from `flag' to
2866         `display-type'.
2867         (wl-message-display-internal): Likewise.
2868
2869         * wl-highlight.el (wl-highlight-demo-face): Define default background
2870         color.
2871         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2872
2873         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2874
2875         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2876         (wl-demo-setup-properties): Renamed from
2877         `wl-demo-set-background-color'.
2878         (wl-demo): Follow the change above.
2879
2880         * Version number is increased to 2.11.24.
2881
2882 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-summary.el (wl-summary-toggle-thread): Call
2885         `wl-summary-rescan' with disable-thread as non-nil.
2886         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2887
2888 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2891         foreground property of the face.
2892         (wl-demo-insert-text): Don't set up face property here.
2893         (wl-demo): Call wl-demo-set-background-color, anyway.
2894
2895 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2896
2897         * wl-vars.el (wl-demo-background-color): The value can be nil.
2898
2899 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2900
2901         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2902         to wl-summary-wheel-dispatcher.
2903
2904         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2905         wl-message-wheel-dispatcher.
2906         (wl-message-wheel-dispatcher): New function.
2907         (wl-summary-wheel-dispatcher): Ditto.
2908
2909 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2910
2911         * wl-action.el (wl-summary-target-mark-all): List messages which are
2912         not in the killed-list.
2913
2914         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2915         only when the folder is 'flag/important.
2916
2917         * wl-address.el (wl-complete-field-body): Complete if the last
2918         character is a space.
2919
2920 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2921
2922         * wl-folder.el (wl-folder-clear-entity-info): Use
2923         elmo-clear-hash-val.
2924
2925         * wl-fldmgr.el (wl-fldmgr-rename): Set
2926         wl-folder-info-alist-modified as t.
2927
2928 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2929
2930         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2931
2932 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2933
2934         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2935         (wl-folder-buffer-last-visited-entity-id): New buffer local
2936         variable.
2937         (wl-folder-revisit-last-visited-folder): New function.
2938         (wl-folder-mode-map): Bind it to "C-i".
2939         (wl-folder-set-current-entity-id): Set last visited folder.
2940         * wl-summary.el (wl-summary-exit): Ditto.
2941
2942 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2945         before calling `recenter' in order to cope with an XEmacs bug.
2946
2947 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2948
2949         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2950         to the default value.
2951
2952 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2953
2954         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2955         change.
2956         (wl-summary-sync-marks): Ditto.
2957         (wl-summary-mark-as-read-internal): Ditto.
2958         (wl-summary-mark-as-answered-internal): Ditto.
2959         (wl-summary-mark-as-important-internal): Ditto.
2960         (wl-summary-reply): Ditto.
2961
2962         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2963         instead of `elmo-folder-unflag-answered'.
2964
2965         * Version number is increased to 2.11.23.
2966
2967         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2968         the last change.
2969
2970 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2971
2972         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2973         Specify "spam" or "good".
2974
2975 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-spam.el (wl-summary-exec-action-spam): Call
2978         wl-folder-confirm-existence for spam folder.
2979         (wl-spam-setup): Bind "mk".
2980
2981 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2984
2985 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2986
2987         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2988         destination folder is empty.
2989
2990 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2993         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2994
2995         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2996         (wl-summary-refile-prev-destination-region): New function.
2997         (wl-thread-refile-prev-destination): Ditto.
2998         (wl-summary-target-mark-refile-prev-destination): Ditto.
2999
3000 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
3001
3002         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
3003         (wl-demo-background-color): Changed default value.
3004
3005         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
3006         color.
3007
3008         * wl-demo.el (wl-demo-set-background-color): New function.
3009         (wl-demo): Call it.
3010
3011 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
3012
3013         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3014         * wl-address.el (wl-address-add-or-change): Don't add empty
3015         address.
3016
3017 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3018
3019         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3020
3021 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-vars.el (wl-demo-image-filter-alist): New variable
3024         (wl-demo-background-color): Ditto.
3025
3026         * wl-demo.el (wl-demo-xpm-set-background): New function.
3027         (wl-demo-image-filter): Ditto.
3028         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3029
3030         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3031
3032         * wl-demo.el (wl-demo-icon-name): Define as function.
3033         (wl-demo-insert-image): Use it.
3034
3035 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3036
3037         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3038
3039 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3040
3041         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3042
3043 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3044
3045         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3046
3047 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * wl-thread.el (wl-thread-mark-as-answered): New function.
3050
3051         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3052         answered" entry.
3053         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3054         "r&" and wl-thread-mark-as-answered to "t&".
3055         (wl-summary-mark-as-important-region): Refine to toggle mark.
3056         (wl-summary-mark-as-answered-region): New function.
3057         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3058         and 3rd argument.
3059         (wl-summary-mark-as-important-internal): Likewise.
3060
3061 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-template.el (wl-template-preview): New internal variable.
3064         (wl-template-preview-p): New function.
3065         (wl-template-show): Bind `wl-template-preview' as t.
3066
3067 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3070         `elmo-message-entity-field' with 3rd argument which is non-nil.
3071
3072 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3075         Removed duplicate local bind `folder'.
3076
3077 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3078
3079         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3080
3081 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3082
3083         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3084         duplicate definition.
3085
3086 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3089         non-nil, use it; Don't fetch message if there's no message in the
3090         current cursor position.
3091
3092 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3093
3094         * wl-util.el (wl-region-exists-p): Use region-active-p.
3095         (wl-deactivate-region): New function.
3096         * wl-message.el (wl-message-redisplay): Deactivate region.
3097
3098         * wl-summary.el (wl-summary-reply): Call
3099         `wl-summary-set-message-buffer-or-redisplay' instead of
3100         `wl-summary-redisplay-internal', don't move point.
3101
3102 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3105         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3106         by regexp.
3107
3108 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3111         if no need.
3112
3113 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3114
3115         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3116         default value to nil.
3117         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3118         `wl-summary-prepare-hook'; Replace refile action to
3119         `wl-summary-exec-action-refile-with-register'.
3120
3121         * Version number is increased to 2.11.22.
3122
3123 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3124
3125         * wl-summary.el (wl-summary-detect-mark-position): Set
3126         `wl-summary-buffer-weekday-name-lang'.
3127
3128 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3129
3130         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3131         (wl-summary-mark-as-read-all): Ditto.
3132         (wl-summary-delete-messages-on-buffer): Ditto.
3133         (wl-summary-sync-update): Ditto.
3134         (wl-summary-mark-as-read-internal): Ditto.
3135         (wl-summary-mark-as-answered-internal): Ditto.
3136         (wl-summary-update-folder-info): Abolished.
3137
3138 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-summary.el (wl-summary-mark-as-read-all): Use
3141         `wl-summary-update-folder-info' instead of
3142         `wl-folder-update-unread'.
3143
3144 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3145
3146         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3147         `wl-summary-folder-info-update'.
3148         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3149         instead of `wl-summary-folder-info-update'.
3150         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3151         `wl-folder-set-folder-updated'.
3152         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3153         instead of `wl-folder-update-unread'.
3154         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3155         the value of `wl-summary-buffer-unread-count' for the second parameter of
3156         `wl-folder-update-unread'.
3157
3158         * Version number is increased to 2.11.21.
3159
3160 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3161
3162         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3163         a local variable.
3164
3165 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3168         interactively.
3169
3170         * wl-summary.el (wl-summary-mark-as-important-internal): New
3171         internal function.
3172         (wl-summary-mark-as-important): Use it.
3173         (wl-summary-mark-as-unimportant): New function.
3174         (wl-summary-sync-marks): Follow the API change.
3175
3176         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3177
3178         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3179
3180 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3181
3182         * wl-folder.el (wl-folder-update-unread): Re-indent.
3183         Narrow the scope of a local variable.
3184
3185 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3186
3187         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3188         (wl-addrmgr-merge-entries): Ditto.
3189         (wl-addrmgr): Added to address entry which exists in draft buffer
3190         if no entry is in original.
3191
3192 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-batch.el: New file.
3195
3196 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3197
3198         * wl-vars.el (wl-use-semi): Remove unused variable.
3199
3200 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3203         "?".
3204
3205 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3206
3207         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3208         wl-summary-new-mark.
3209         (wl-summary-new-cached-mark): New user option.
3210         (wl-summary-score-marks): Follow the change above.
3211         (wl-summary-auto-refile-skip-marks): Ditto.
3212         (wl-summary-incorporate-marks): Ditto.
3213         (wl-summary-expire-reserve-marks): Ditto.
3214
3215         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3216
3217         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3218         (wl-summary-persistent-mark-string): Distinguished between cached
3219         and uncached mark when the message is new.
3220
3221 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-spam.el (wl-spam-domain): Renamed from
3224         `wl-spam-folder-guess-domain'.
3225         (wl-summary-exec-action-spam): Register as spam if domain of the
3226         source folder is good.
3227         (wl-summary-exec-action-refile-with-register): Register message if
3228         domain of the source folder is not undecided.
3229
3230 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3231
3232         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3233         detect thread loop.
3234
3235 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3236
3237         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3238         and wl-summary-skip-mark-list.
3239
3240 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3243
3244         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3245
3246         * wl-spam.el (toplevel): Require wl-highlight.
3247         (wl-spam-auto-check-policy-alist): Abolish.
3248         (wl-spam-auto-check-folder-regexp-list): New user option.
3249         (wl-spam-auto-check-marks): Ditto.
3250         (wl-spam-mark-action-list): Ditto.
3251         (wl-highlight-summary-spam-face): New face.
3252         (wl-spam-auto-check-message-p): New function.
3253         (wl-spam-map-spam-messages): Fixed message.
3254         (wl-spam-register-spam-messages): Ditto.
3255         (wl-spam-register-good-messages): Ditto.
3256         (wl-summary-spam-map): Add and remove keybind.
3257         (wl-summary-target-mark-spam): Abolish.
3258         (wl-summary-refile-spam): Ditto.
3259         (wl-summary-test-spam): New function.
3260         (wl-summary-mark-spam): Ditto.
3261         (wl-summary-auto-check-spam): Follow the above change.
3262         (wl-summary-exec-action-spam): New function.
3263         (wl-summary-exec-action-refile-with-register): Fixed message.
3264         (wl-message-check-spam): New function.
3265         (wl-spam-setup): Ditto.
3266         (toplevel): Call it if this file is loaded interactivity.
3267
3268         * Version number is increased to 2.11.20.
3269
3270 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3271
3272         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3273         when new optional argument `force' is non nil or modified.
3274
3275 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl.el (toplevel): Require wl-spam when compile.
3278         (wl-save-status): Call wl-spam-save-status.
3279
3280         * wl-spam.el (wl-spam-register-spam-messages): New function.
3281         (wl-spam-register-good-messages): Ditto.
3282         (wl-spam-save-status): Ditto.
3283         (wl-summary-mode-map): Bind
3284         wl-summary-target-mark-register-as-spam to "ms" and
3285         wl-summary-target-mark-register-as-good to "mn".
3286         (wl-summary-register-as-spam): Abolish optional argument; Use
3287         wl-spam-register-spam-messages.
3288         (wl-summary-register-as-spam-all): Use
3289         wl-spam-register-spam-messages.
3290         (wl-summary-register-as-good): Abolish optional argument; Use
3291         wl-spam-register-good-messages.
3292         (wl-summary-register-as-good-all): Use
3293         wl-spam-register-good-messages.
3294         (wl-summary-target-mark-register-as-spam): New funtion.
3295         (wl-summary-target-mark-register-as-good): Ditto.
3296
3297 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3298
3299         * wl-spam.el: New file.
3300
3301 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3304
3305         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3306         (wl-summary-auto-refile): Call wl-refile-guess with
3307         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3308
3309 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3310
3311         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3312         with disable-thread argument non-nil.
3313
3314 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3315
3316         * wl-summary.el (wl-summary-rescan): Added optional argument
3317         disable-thread.
3318         (wl-summary-sync): Call wl-summary-rescan with argument
3319         disable-thread.
3320         (wl-summary-input-range): Added new range `rescan-thread'.
3321
3322 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3325
3326 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3329         internal variable.
3330         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3331         wl-summary-search-parent-by-subject-regexp and
3332         wl-summary-divide-thread-when-subject-changed as nil.
3333         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3334         (wl-summary-insert-thread): Search parent entity from
3335         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3336         thread loop.
3337
3338 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3341
3342         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3343
3344         * wl-util.el (wl-require-update-all-folder-p): New function.
3345         (wl-get-assoc-list-value): Added `function' to match directive.
3346         (wl-collect-draft): Rewrite.
3347
3348         * wl-summary.el (wl-summary-sync-update): Clear faces
3349         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3350         are non-nil.
3351         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3352         argument as function.
3353         (wl-summary-input-range): Ditto.
3354
3355         * wl-folder.el (wl-draft-get-folder): New function.
3356         (wl-folder-get-elmo-folder): Consider draft folder.
3357
3358         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3359         (wl-draft-buffer-message-number): New buffer local variable.
3360         (wl-draft-folder-internal): New internal variable.
3361         (wl-draft-delete): Rewrite.
3362         (wl-draft-save): Ditto.
3363         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3364         wl-folder-get-elmo-folder.
3365         (wl-draft-config-info-operation): Ditto.
3366         (wl-jump-to-draft-folder): Ditto.
3367         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3368         (wl-draft-reedit): Rewrite.
3369
3370         * Version number is increased to 2.11.19.
3371
3372 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3373
3374         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3375         variable.
3376
3377 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3378
3379         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3380         Use ignore-errors instead of unwind-protect.
3381
3382 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3383
3384         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3385         for updating `wl-thread-entity-list'.
3386
3387 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3388
3389         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3390         parameter from calling `wl-thread-entity-get-older-brothers' and
3391         `wl-thread-entity-get-younger-brothers'.
3392         Replace nested `append' with a single one.
3393
3394 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-summary.el (wl-summary-mode): Don't use the return value of
3397         `make-local-hook'.
3398
3399 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3400
3401         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3402         instead of `let*'.
3403         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3404         of local variables.
3405
3406 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3407
3408         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3409         Renamed from wl-summary-window-scroll-functions.
3410         (wl-summary-window-scroll-functions): Don't set to variable.
3411         (wl-summary-display-top): Use run-hooks.
3412         (wl-summary-display-bottom): Ditto.
3413         (wl-summary-toggle-disp-msg): Ditto.
3414         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3415         Use it instead of wl-summary-window-scroll-functions.
3416         (wl-summary-goto-folder-subr): Don't call
3417         wl-summary-window-scroll-functions, use
3418         wl-summary-buffer-window-scroll-functions instead.
3419
3420 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3421
3422         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3423         make-local-variable.
3424
3425 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3426
3427         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3428         set-buffer-modified-p.
3429         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3430         (wl-summary-display-bottom): Ditto.
3431         (wl-summary-toggle-disp-msg): Ditto.
3432
3433 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3434
3435         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3436
3437         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3438         (wl-summary-forward): Use elmo-message-entity-field instead of
3439         elmo-message-field.
3440
3441         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3442
3443 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3444
3445         * wl-summary.el (wl-summary-window-scroll-functions): No use
3446         `append'.
3447
3448 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3451         function.
3452         (wl-summary-window-scroll-functions): Call it when both
3453         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3454         (wl-summary-temp-mark): Added optional argument number.
3455         (wl-summary-message-mark): Added optional argument flag.
3456         (wl-summary-persistent-mark): Added optional argument number and flag.
3457         (wl-summary-update-persistent-mark): Ditto.
3458         (wl-summary-update-status-marks): Set "r" for interactive spec.
3459
3460         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3461         argument number and flag.
3462
3463         * wl-action.el (wl-summary-registered-temp-mark):
3464         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3465
3466 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3467
3468         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3469         internal variable (buffer local).
3470         (wl-summary-window-scroll-functions): New function.
3471         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3472         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3473         as nil.
3474         (wl-summary-update-status-marks): Added arguments beg, end and
3475         check.
3476         (wl-summary-update-mark-window): Use function.
3477         (wl-summary-sync-update): Follow the change above.
3478         (wl-summary-switch-to-clone-buffer): Copy
3479         wl-summary-buffer-unsync-mark-number-list.
3480         (wl-summary-goto-folder-subr): Set
3481         wl-summary-buffer-unsync-mark-number-list and
3482         use wl-summary-window-scroll-functions instead of
3483         wl-summary-lazy-highlight.
3484
3485         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3486
3487 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3490
3491         * wl-summary.el (wl-summary-update-persistent-mark): Call
3492         wl-summary-set-message-modified.
3493
3494         * wl-summary.el (wl-summary-sync-update): Don't call
3495         wl-summary-update-status-marks.
3496
3497         * Version number is increased to 2.11.18.
3498
3499 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3502         (wl-message-next-page): Ditto.
3503
3504 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3505
3506         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3507         local variable.  Change the order of a collected list into the
3508         same as the specified range.  Remove nil from a collected list.
3509
3510 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3513         argument for elmo-folder-list-messages.
3514
3515 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3516
3517         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3518         change (wl-summary-count-unreads return a list instead of a cons
3519         cell).
3520
3521 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3522
3523         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3524         `wl-summary-folder-info-update'.
3525
3526 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3527
3528         * wl-summary.el (wl-summary-set-message-modified): No use
3529         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3530         (wl-summary-set-mark-modified): Abolish.
3531         (wl-summary-mark-modified-p): Ditto.
3532         (wl-summary-save-view): Follow the change above.
3533
3534         * wl-expire.el (wl-summary-expire): Likewise.
3535
3536 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3537
3538         * wl-summary.el (wl-summary-detect-mark-position): Use
3539         modb-entity-handler.
3540         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3541
3542         * Version number is increased to 2.11.17.
3543
3544 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3547         entity field value.
3548         (wl-summary-prefetch-msg): Ditto.
3549         (wl-summary-print-message-with-ps-print): Ditto.
3550
3551 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3554         for dummy entity.
3555         (wl-summary-insert-thread): Use elmo-message-entity-field.
3556         (wl-summary-update-thread): Use elmo-message-entity-field and
3557         elmo-message-entity-number.
3558         (wl-summary-line-number):  Use elmo-message-entity-number.
3559         (wl-summary-line-size): Use elmo-message-entity-field.
3560         (wl-summary-line-subject): Ditto.
3561         (wl-summary-line-from): Ditto.
3562         (wl-summary-line-attached): Ditto.
3563         (wl-summary-create-line): Ditto.
3564         (wl-summary-create-line): Use elmo-message-entity-number.
3565         (wl-summary-print-message-with-ps-print): Use
3566         elmo-message-entity-field.
3567
3568 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3569
3570         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3571         change in elmo-msgdb-make-message-entity.
3572         (wl-summary-buffer-set-folder): Don't call
3573         wl-summary-detect-mark-position here.
3574         (wl-summary-rescan): Call elmo-message-entity-number.
3575         (wl-summary-sync-update): Ditto.
3576         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3577
3578         * wl-score.el (wl-score-header-index): Redefine 2th element.
3579         (wl-score-overview-entity-get-extra): Abolish.
3580         (wl-score-ov-entity-get): Rewrite.
3581         (wl-score-string-index<, wl-score-string-func<): Abolish.
3582         (wl-score-string<): New function.
3583         (wl-score-string-sort): Use it.
3584
3585         * wl-refile.el (wl-refile-guess-by-history): Use
3586         elmo-message-entity-field.
3587         (wl-refile-guess-by-from): Ditto.
3588         (wl-refile-guess-by-msgid): Ditto.
3589
3590         * Version number is increased to 2.11.16.
3591
3592 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3593
3594         * wl-folder.el (wl-folder-confirm-existence): Don't call
3595         file-exists-p if msgdb-path is nil.
3596         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3597         `wl-read-folder-hist' to `wl-read-folder-history'.
3598
3599 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3600
3601         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3602         `y-or-n-p'.
3603
3604 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3605
3606         * wl-score.el (wl-score-headers): Don't use
3607         elmo-folder-do-each-message-entity.
3608
3609         * Version number is increased to 2.11.15.
3610
3611 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-summary.el (wl-summary-delete-all-msgs): Use
3614         elmo-folder-move-messages instead of elmo-folder-delete-messages
3615         and elmo-folder-detach-messages.
3616         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3617
3618         * wl-expire.el (wl-expire-delete): Ditto.
3619         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3620
3621 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3622
3623         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3624         (wl-message-header-narrowing-fields): Ditto.
3625         (wl-message-header-narrowing-lines): Ditto.
3626         (wl-message-header-narrowing-string): Ditto.
3627
3628         * wl-summary.el (wl-summary-mode-map): Bind
3629         wl-summary-toggle-header-narrowing to "C-cC-f".
3630         (wl-summary-toggle-header-narrowing): New function.
3631
3632         * wl-message.el (wl-message-buffer-create): Call
3633         wl-message-header-narrowing-setup.
3634         (wl-message-redisplay): Call wl-message-header-narrowing.
3635         (wl-message-header-narrowing): New function.
3636         (wl-message-header-narrowing-map): New keymap.
3637         (wl-message-header-narrowing-widen-map): New keymap.
3638         (wl-message-header-narrowing-again-at-mouse): New function.
3639         (wl-message-header-narrowing-1): Ditto.
3640         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3641         (wl-message-header-narrowing-setup): Ditto.
3642         (wl-message-header-narrowing-toggle): Ditto.
3643
3644         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3645
3646         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3647         'flag as all.
3648         (wl-use-flag-folder-help-echo): New user option.
3649
3650         * wl-summary.el (wl-summary-detect-mark-position): Bind
3651         wl-summary-highlight as nil.
3652         (wl-summary-set-mark-modified): Follow the API change.
3653         (wl-summary-mark-modified-p): Ditto.
3654         (wl-summary-mark-as-read-all): Ditto.
3655         (wl-summary-sync-marks): Don't call
3656         elmo-folder-list-messages-with-global-mark.
3657         (wl-summary-mark-as-read-internal): Follow the API change.
3658         (wl-summary-mark-as-answered-internal): Ditto.
3659         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3660         Follow the API change.
3661         (wl-summary-create-line): Call with number argument.
3662         (wl-summary-reply): Follow the API change.
3663
3664         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3665         function.
3666         (wl-highlight-summary-line-string): Call it when
3667         wl-use-flag-folder-help-echo is non-nil.
3668         (wl-highlight-summary-current-line): Ditto.
3669         (elmo-flag-folder-referrer): Added autoload setting.
3670
3671         * wl-draft.el (wl-draft-kill): Follow the API change.
3672
3673         * Version number is increased to 2.11.14.
3674
3675 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3676
3677         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3678
3679 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3680
3681         * Version number is increased to 2.11.13.
3682
3683 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3684
3685         * wl-draft.el (wl-draft-previous-history-element): Fixed
3686         unbalanced parenthesis and bind unbound local variables.
3687
3688 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3689
3690         * wl-draft.el (wl-draft-previous-history-element): New function.
3691         (wl-draft-next-history-element): Ditto.
3692         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3693         them to M-p and M-n.
3694
3695 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * Version number is increased to 2.11.12.
3698
3699 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3700
3701         * wl-draft.el (wl-draft-hide): Select buffer-window.
3702
3703 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3704
3705         * wl-summary.el (wl-summary-narrow-to-region): New function.
3706         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3707         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3708         (wl-summary-save-region): Use it.
3709         * wl-action.el (wl-summary-collect-numbers-region)
3710         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3711
3712 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3713
3714         * wl-folder.el (wl-folder-count-incorporates): Don't use
3715         `elmo-msgdb-mark-load'
3716
3717         * Version number is increased to 2.11.11.
3718
3719 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3720
3721         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3722         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3723
3724 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3725
3726         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3727
3728 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3729
3730         * Version number is increased to 2.11.10.
3731
3732 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3733
3734         * wl-mime.el (wl-draft-attribute-value): Fixed.
3735
3736 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3737
3738         * wl-util.el (wl-copy-local-variables): New function.
3739
3740         * wl-mime.el (wl-draft-attribute-recipients): New function.
3741         (wl-draft-attribute-envelope-from): Ditto.
3742         (wl-draft-attribute-smtp-posting-server): Ditto.
3743         (wl-draft-attribute-smtp-posting-port): Ditto.
3744         (wl-draft-attribute-value): Ditto.
3745         (wl-draft-preview-message): Use it to get value for
3746         attributes. Reflect result of `wl-draft-config'.
3747
3748         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3749         and call `wl-summary-mark-as-read' before to call
3750         `wl-summary-unset-mark'.
3751         (wl-summary-target-mark-mark-as-unread): Likewise.
3752         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3753
3754 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-mime.el (wl-draft-preview-message): Use actual value for
3757         attributes; Fix for small window.
3758
3759 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * wl-refile.el (wl-refile-get-field-value): Call
3762         `elmo-message-entity-field' with 3rd argument is non-nil.
3763
3764 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * wl-vars.el (wl-draft-preview-attributes): New user option.
3767         (wl-draft-preview-attributes-list): Ditto.
3768         (wl-draft-preview-attributes-buffer-lines): Ditto.
3769         (wl-draft-preview-attributes-buffer-name): Ditto.
3770
3771         * wl-mime.el (wl-draft-preview-message): Display attributes.
3772
3773 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3774
3775         * wl-summary.el (wl-summary-detect-mark-position): Bind
3776         wl-summary-flag-priority-list to '(new).
3777
3778 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3779
3780         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3781         funtion.
3782         (wl-highlight-summary-line-string): Use it.
3783         (wl-highlight-summary-current-line): Ditto.
3784
3785 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3788         line even when the mark string is not changed.
3789
3790         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3791         argument change in the wl-summary-create-line.
3792         (wl-thread-insert-entity-sub): Ditto.
3793
3794         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3795         argument change in the wl-summary-create-line.
3796         (wl-summary-insert-sequential): Ditto.
3797         (wl-summary-update-thread): Ditto.
3798         (wl-summary-persistent-mark-string): New inline function.
3799         (wl-summary-message-mark): Use it.
3800         (wl-summary-create-line): Abolish argument wl-persistent-mark
3801         and added wl-flags, wl-cached.
3802
3803         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3804         mark to flags.
3805         (wl-highlight-summary-current-line): Decide the face not by the
3806         persistent mark but flags.
3807
3808 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3809
3810         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3811         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3812         wl-summary-read-uncached-mark): Revive.
3813         (wl-summary-answered-cached-mark,
3814         wl-summary-answered-uncached-mark): New user option.
3815         (wl-summary-score-marks): Follow the change above.
3816         (wl-summary-auto-refile-skip-marks): Ditto.
3817         (wl-summary-incorporate-marks): Ditto.
3818         (wl-summary-expire-reserve-marks): Ditto.
3819         (wl-summary-flag-priority-list): New user option.
3820
3821         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3822         changes.
3823         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3824         of elmo-message-mark.
3825         (wl-summary-mark-as-read-internal): Ditto.
3826         (wl-summary-mark-as-answered): Ditto.
3827         (wl-summary-mark-as-important): Ditto.
3828         (wl-summary-redisplay-internal): Ditto.
3829         (wl-summary-redisplay-no-mime-internal): Ditto.
3830         (wl-summary-message-mark): New function.
3831         (wl-summary-insert-sequential): Use wl-summary-message-mark
3832         instead of elmo-message-mark.
3833         (wl-summary-update-thread): Ditto.
3834         (wl-summary-persistent-mark): Ditto.
3835         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3836         instead of elmo-message-mark.
3837
3838         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3839         wl-summary-message-mark instead of elmo-message-mark.
3840         (wl-thread-insert-entity-sub): Ditto.
3841         (wl-thread-get-children-msgs-uncached): Ditto.
3842
3843         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3844         variable name changes.
3845         (wl-highlight-summary-current-line): Ditto.
3846
3847         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3848         wl-summary-message-mark instead of elmo-message-mark.
3849
3850         * wl-expire.el (wl-expire-message-p): Ditto.
3851
3852         * wl-score.el (wl-score-headers): Ditto.
3853
3854         * Version number is increased to 2.11.9.
3855
3856         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3857         (wl-summary-sync-update): Follow the change above.
3858         (wl-summary-switch-to-clone-buffer): Ditto.
3859         (wl-summary-open-folder): Ditto.
3860
3861 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3862
3863         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3864         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3865
3866         * Version number is increased to 2.11.8.
3867
3868         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3869
3870         * wl-expire.el (wl-expire-refile): Follow the API change on
3871         `elmo-folder-move-messages'.
3872         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3873
3874         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3875         (wl-summary-exec-action-refile): Ditto.
3876         (wl-summary-exec-action-copy): Ditto.
3877         (wl-summary-no-auto-refile-message-p): No use
3878         `wl-summary-buffer-msgdb'.
3879         (wl-summary-auto-refile): Ditto.
3880
3881 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3882
3883         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3884
3885 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-summary.el (wl-summary-sync): Treat no-sync.
3888
3889         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3890         (wl-default-sync-range): Ditto.
3891
3892 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3893
3894         * wl-refile.el (wl-refile-subject-learn): Call
3895         `elmo-message-entity-field' with 3rd argument is non-nil.
3896         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3897         instead of `elmo-msgdb-overview-entity-get-subject'.
3898
3899 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3902         scan-type is rescan.
3903         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3904         new optional argument force is non-nil.
3905         (wl-summary-save-view-cache): Call it with force argument non-nil.
3906
3907         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3908
3909 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3910
3911         * wl-action.el (wl-summary-print-argument): Fixed last change.
3912
3913 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3914
3915         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3916         simplified.
3917         (wl-summary-target-mark-mark-as-unread): Likewise.
3918         (wl-summary-target-mark-mark-as-important): Likewise.
3919
3920 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3921
3922         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3923         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3924         (wl-summary-mark-as-important-region): Change accordingly.
3925         (wl-summary-target-mark-mark-as-important): Ditto.
3926
3927 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3930
3931         * wl-action.el (wl-summary-print-argument): Print argument to
3932         right side of window if `wl-summary-print-argument-within-window'
3933         is non-nil.
3934
3935 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-action.el (wl-summary-set-mark): Use
3938         `wl-summary-message-visible-p' to check visibility of the message
3939         and jump to message only when the message line is visible and have
3940         different number; Call wl-summary-unset-mark with number argument.
3941         (wl-summary-unset-mark):
3942         Use `wl-summary-message-visible-p'
3943         to check visibility of the message and jump to message only when
3944         the message line is visible and have different number;
3945
3946 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3947
3948         * Version number is increased to 2.11.7.
3949
3950         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3951         and wl-folder-summary-line-format.
3952
3953         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3954         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3955         (wl-summary-set-score-mark): Use it.
3956         (wl-summary-target-mark-mark-as-read): Ditto.
3957         (wl-summary-target-mark-mark-as-unread): Ditto.
3958         (wl-summary-target-mark-mark-as-important): Ditto.
3959         (wl-summary-target-mark-msgs): Simplified.
3960         (wl-summary-detect-mark-position): Fixed problem when
3961         summary-line-format no contain persisten/temp mark spec.
3962         (wl-summary-temp-mark): Ditto.
3963         (wl-summary-persistent-mark): Ditto.
3964         (wl-summary-update-persistent-mark): Ditto.
3965
3966         * wl-action.el (wl-summary-set-mark): Ditto.
3967         (wl-summary-unset-mark): Ditto.
3968         All other related portions are changed.
3969
3970 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3971
3972         * Version number is increased to 2.11.6.
3973
3974 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3975
3976         * wl-util.el (wl-current-message-buffer): Define as function;
3977         Don't use the value of wl-messge-buffer.
3978
3979         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3980         persistent mark.
3981
3982         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3983         no current message, cause an error.
3984
3985 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3986
3987         * wl-summary.el (wl-summary-set-message-modified): Use
3988         elmo-folder-set-message-modified instead of
3989         elmo-folder-set-message-modified-internal.
3990
3991 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3994         interactively.
3995         (wl-summary-sync): nokill->entirely.
3996         (wl-summary-sync-marks): Fixed message.
3997         (wl-summary-input-range): Added mark, nokill->entirely.
3998
3999         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
4000         messages as read.
4001
4002 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
4005         update-noscore.
4006         (wl-summary-sync): Follow the change above.
4007
4008 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4009
4010         * wl-action.el (wl-summary-target-mark-all): Use
4011         elmo-folder-list-messages.
4012
4013 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4016         (wl-summary-rescan): Set wl-summary-scored as nil.
4017         (wl-summary-sync-force-update): Follow the change above.
4018         (wl-summary-sync): Ditto.
4019         (wl-summary-sync-update): Added argument disable-killed.
4020         (wl-summary-insert-headers): Set visible-only argument for
4021         elmo-folder-list-messages.
4022         (wl-summary-input-range): Added update-nokill, update-noscore,
4023         all-nokill, all-noscore and mark.
4024
4025         * Version number is increased to 2.11.5.
4026
4027         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4028
4029 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4030
4031         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4032         (wl-summary-prefetch-region-no-mark): Change accordingly.
4033         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4034
4035 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4036
4037         * wl-address.el (wl-complete-field-to): Abolished.
4038         (wl-complete-address): Completion function for completing-read.
4039         * wl-action.el (wl-summary-get-resend-address): Use it.
4040
4041         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4042         wl-summary-update-mark and abolish unused argument.
4043         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4044         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4045         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4046         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4047         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4048         * wl-draft.el (wl-draft-kill): Ditto.
4049
4050         * wl-summary.el: Remove unused binding of case-fold-search.
4051         (wl-summary-replace-status-marks): Abolished.
4052
4053 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4056         is specified or folder length is zero.
4057
4058 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4059
4060         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4061         (wl-folder-archive-current-entity): Ditto.
4062
4063 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4066         retrieving message mark.
4067         (wl-summary-redisplay-internal): Ditto.
4068
4069         * wl-message.el (wl-message-buffer-display): Ignore errors while
4070         retrieving message-id field.
4071
4072         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4073         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4074         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4075         order of the arguments for `wl-expire-message-p'.
4076         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4077
4078         * wl-summary.el (wl-summary-target-mark-reply-with-citation):
4079         Check return value of wl-summary-reply.
4080         (wl-summary-reply): Recover window configuration when an error occured.
4081
4082 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4083
4084         * wl-summary.el (wl-summary-resend-message): Abolished, the
4085         feature is inherited by wl-summary-resend (put resend mark).
4086
4087 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4088
4089         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4090         wl-message-buffer to nil when the message is hide.
4091
4092 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4093
4094         * .cvsignore: New file.
4095
4096 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4097
4098         * wl-action.el (wl-summary-action-docstring): Add more info.
4099         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4100         duplicate definition.
4101         (wl-summary-define-mark-action): Functions wl-summary-*-region
4102         keep current position.
4103         (wl-summary-unregister-target-mark): Store result to the variable.
4104
4105 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * Version number is increased to 2.11.4.
4108
4109 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4112         wl-summary-delete-all-temp-marks.
4113         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4114
4115         * wl-action.el (wl-summary-set-mark): Changed terminology
4116         refile-destination -> action-argument.
4117         (wl-summary-unset-mark): Ditto.
4118         (wl-summary-remove-argument): Ditto.
4119         (wl-summary-print-argument): Ditto.
4120
4121         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4122         (wl-thread-remove-argument-region): Ditto.
4123         (wl-thread-print-argument-region): Ditto.
4124         (wl-thread-close): Ditto.
4125         (wl-thread-open): Ditto.
4126
4127         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4128         (wl-highlight-refile-destination-face is abolished)
4129         (wl-highlight-action-argument-string): Ditto.
4130         (wl-highlight-summary-current-line): Highlight action argument.
4131
4132         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4133         color for light backgrounds.
4134         (wl-highlight-summary-answered-face): Ditto.
4135
4136 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4139
4140         * wl-score.el (wl-summary-score-update-all-lines): Use
4141         wl-summary-set-mark.
4142         (wl-summary-score-update-all-lines): Kill expunged messages.
4143
4144         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4145
4146 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4147
4148         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4149         directly.
4150         (wl-score-overview-entity-get-lines): Ditto.
4151         (wl-score-overview-entity-get-xref): Ditto.
4152         (wl-score-get-latest-msgs): Ditto.
4153         (wl-summary-rescore): Ditto.
4154
4155         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4156         to "&".
4157         (wl-summary-mark-as-answered-internal): New inline function.
4158         (wl-summary-mark-as-answered): New function.
4159         (wl-summary-mark-as-unanswered): Ditto.
4160         (wl-summary-sync-marks): Modified for answered-mark synching.
4161
4162 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4163
4164         * wl-action.el (wl-summary-set-mark): Fixed last change.
4165
4166 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4167
4168         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4169         behavior of wl-summary-unread-message-hook
4170         (Pointed out by akira yamada <akira@arika.org>).
4171
4172 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4173
4174         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4175         wl-summary-delete.
4176         * wl-xmas.el (wl-summary-toolbar): Ditto.
4177
4178         * wl-action.el (wl-summary-set-mark): Don't override current
4179         temp-mark.
4180
4181         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4182
4183 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4186         (wl-refile-msgid-learn): Ditto.
4187         (wl-refile-get-field-value): Ditto.
4188
4189         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4190
4191         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4192         (wl-expire-delete-reserved-messages): Renamed from
4193         wl-expire-reserve-marked-msgs-from-list.
4194         (wl-expire-delete): Removed argument `msgdb'.
4195         (wl-expire-refile): Ditto.
4196         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4197         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4198         mark-alist as argument.
4199         (wl-expire-archive-number1): Removed argument `msgdb'.
4200         (wl-expire-archive-number2): Ditto.
4201         (wl-expire-archive-date): Ditto.
4202         (wl-expire-localdir-date): Ditto.
4203         (wl-expire-hide): Ditto.
4204         (wl-archive-number1): Ditto.
4205         (wl-archive-number2): Ditto.
4206         (wl-archive-date): Ditto.
4207         (wl-archive-folder): Ditto.
4208         All other related portions are changed.
4209
4210 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4211
4212         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4213         mean move up and down. (suggested by Takashi Kawachi)
4214
4215 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-acap.el (toplevel): Don't require un-define.
4218
4219 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-thread.el (wl-thread-delete-message): Always update
4222         wl-summary-buffer-number-list.
4223
4224         * wl-action.el (wl-summary-print-destination):
4225         Do nothing when folder is nil.
4226
4227 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4228
4229         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4230         persistent mark when prefetch is succeeded.
4231
4232 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4235         instead of elmo-msgdb-delete-msgs.
4236         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4237         (wl-expire-hide): Ditto.
4238
4239         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4240
4241         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4242         elmo-msgdb interface.
4243         (wl-thread-get-exist-children): Likewise.
4244         (wl-thread-insert-message): Likewise.
4245         (wl-thread-msg-mark-as-important): Likewise.
4246         (wl-thread-insert-entity-sub): Likewise.
4247         (wl-thread-get-children-msgs-uncached): Likewise.
4248
4249         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4250         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4251         (wl-summary-sync-update): Likewise.
4252         (wl-summary-auto-select-msg-p): Likewise.
4253         (wl-summary-update-thread): Likewise.
4254         (wl-summary-mark-as-important): Likewise.
4255         (wl-summary-jump-to-msg-internal): Likewise.
4256         (wl-summary-redisplay-internal): Likewise.
4257         (wl-summary-print-message-with-ps-print): Likewise.
4258         (wl-summary-folder-info-update): Likewise.
4259
4260         * wl-folder.el (wl-folder-check-one-entity):
4261         elmo-folder-count-flags instead of wl-summary-count-unread.
4262
4263         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4264
4265         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4266
4267         * wl-summary.el (wl-summary-set-message-modified):
4268         Call wl-summary-set-mark-modified.
4269         (wl-summary-delete-messages-on-buffer): Call
4270         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4271         (wl-summary-sync-update): Call elmo-folder-length instead of
4272         elmo-folder-messages.
4273         (wl-summary-insert-headers): Don't call
4274         elmo-folder-list-message-entities.
4275
4276 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4277
4278         * wl-action.el (wl-summary-define-mark-action): Call
4279         `wl-summary-set-mark' with argument `data'.
4280         (wl-summary-auto-refile): Fixed order of arguments when call
4281         `wl-summary-refile'.
4282
4283 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4286
4287         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4288
4289         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4290         (Renamed from wl-highlight-summary-deleted-face).
4291         (wl-highlight-summary-resend-face): New face.
4292
4293         (wl-highlight-summary-deleted-face): Renamed from
4294         wl-highlight-summary-erased-face.
4295
4296         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4297
4298         * wl-action.el (wl-summary-get-resend-address): New function.
4299         (wl-summary-exec-action-resend): Ditto.
4300         (wl-summary-exec-action-resend-subr): Ditto.
4301
4302         * w-thread.el (wl-thread-copy): Removed definition.
4303         (wl-thread-refile): Ditto.
4304         (wl-thread-delete): Ditto.
4305         (wl-thread-target-mark): Ditto.
4306
4307         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4308         (wl-summary-target-mark-set-action): Fixed.
4309         (wl-summary-define-mark-action): Fixed quotation.
4310         (wl-summary-move-mark-list-messages): Display message.
4311         (wl-summary-define-mark-action): Define thread functions.
4312         (wl-summary-exec-action-refile): Changed message.
4313         (wl-summary-exec): Ditto.
4314
4315 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4316
4317         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4318         '%%'.
4319
4320 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4321
4322         * wl.el (toplevel): Require wl-action.
4323         (wl-init): Call wl-summary-define-mark-action.
4324
4325         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4326
4327         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4328         wl-summary-delete and wl-summary-erase.
4329         (wl-summary-mode-map): Ditto.
4330
4331         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4332         wl-delete-folder-alist.
4333
4334         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4335         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4336         (toplevel): Moved mark & action related functions to the wl-action.el.
4337
4338         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4339         in wl-summary-mark-action-list.
4340         (wl-highlight-summary-current-line): Ditto.
4341
4342         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4343         empty lines.
4344
4345         * wl-action.el: New file.
4346
4347 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl-summary.el (wl-summary-target-mark-replace): New function.
4350         (wl-summary-target-mark-prefetch): Use it.
4351         (wl-summary-target-mark-delete): Ditto.
4352         (toplevel): Rearranged definition order.
4353         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4354         (wl-summary-target-mark-erase): Rewrite.
4355         (wl-summary-erase-region): New function.
4356         (wl-summary-exec-action-erase): Changed message.
4357         (wl-summary-move-mark-list-messages): New function.
4358         (wl-summary-exec-action-delete): Use it.
4359         (wl-summary-exec-action-erase): Ditto.
4360
4361         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4362         (wl-summary-skip-mark-list): Added "d".
4363
4364         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4365         while searching.
4366
4367         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4368         and define using defcustom;
4369         Define 4th element as a face.
4370
4371         * wl-summary.el (wl-summary-incorporate): Use
4372         `wl-summary-prefetch-region-no-mark' instead of
4373         `wl-summary-prefetch-region'.
4374         (wl-summary-prefetch-region-no-mark): Revival of old
4375         `wl-summary-prefetch-region'.
4376         (wl-summary-mark-action-list): Moved to wl-vars.el
4377
4378         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4379         face according to the `wl-summary-mark-action-list'.
4380         (wl-highlight-summary-current-line): Ditto;
4381         Removed destination highlighting.
4382
4383         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4384         (wl-highlight-summary-line-string): Highlight for "i" mark.
4385         (wl-highlight-summary-current-line): Ditto.
4386
4387         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4388         no destination.
4389
4390         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4391         exists, just go ahead.
4392         (wl-summary-prefetch-region): Rewrite.
4393         (wl-summary-prefetch): Ditto.
4394         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4395         (wl-summary-exec-action-prefetch): New function.
4396         (wl-summary-target-mark-prefetch): Rewrite.
4397
4398 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4399
4400         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4401         (wl-highlight-summary-line-string): Added "d" and "D".
4402         (wl-highlight-summary-current-line): Ditto.
4403
4404         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4405         in wl-summary.el.
4406         (wl-thread-insert-entity-sub): Ditto.
4407         (wl-thread-remove-destination-region): Ditto.
4408         (wl-thread-print-destination-region): Ditto.
4409
4410         * wl-summary.el (wl-summary-buffer-refile-list,
4411         wl-summary-buffer-delete-list,
4412         wl-summary-buffer-copy-list): Abolish.
4413         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4414         All other related portions are changed.
4415         (wl-summary-mark-action-list): New variable.
4416         (wl-summary-set-mark): New function.
4417         (wl-summary-register-target-mark): Ditto.
4418         (wl-summary-unregister-target-mark): Ditto.
4419         (wl-summary-have-target-mark-p): Ditto.
4420         (wl-summary-register-temp-mark): Ditto.
4421         (wl-summary-unregister-temp-mark): Ditto.
4422         (wl-summary-registered-temp-mark): Ditto.
4423         (wl-summary-collect-temp-mark): Ditto.
4424         (wl-summary-unset-mark): Ditto.
4425         (wl-summary-set-target-mark): Ditto.
4426         (wl-summary-unset-target-mark): Ditto.
4427         (wl-summary-set-action-generic): Ditto.
4428         (wl-summary-unset-action-generic): Ditto.
4429         (wl-summary-exec-action-delete): Ditto.
4430         (wl-summary-exec-action-erase): Ditto.
4431         (wl-summary-set-action-refile): Ditto.
4432         (wl-summary-set-action-refile-subr): Ditto.
4433         (wl-summary-unset-action-refile): Ditto.
4434         (wl-summary-make-destination-numbers-list): Ditto.
4435         (wl-summary-exec-action-refile): Ditto.
4436         (wl-summary-set-action-copy): Ditto.
4437         (wl-summary-unset-action-copy): Ditto.
4438         (wl-summary-exec-action-copy): Ditto.
4439         (wl-summary-collect-numbers-region): Ditto.
4440         (wl-summary-delete): Rewrite.
4441         (wl-summary-erase): Ditto.
4442         (wl-summary-remove-destination): Ditto.
4443         (wl-summary-exec): Ditto.
4444         (wl-summary-exec-region): Ditto.
4445         (wl-summary-target-mark-erase): Ditto.
4446         (wl-summary-refile): Ditto.
4447         (wl-summary-copy): Ditto.
4448         (wl-summary-unmark): Ditto.
4449         (wl-summary-delete-all-mark): Ditto.
4450         (wl-summary-mark-line): Don't highlight.
4451         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4452         (wl-summary-target-mark-refile-subr): Rewrite.
4453
4454         (wl-summary-copy-prev-destination): Abolish.
4455
4456 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4457
4458         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4459         default values along the value of wl-on-mule.
4460         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4461         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4462         It is not used anywhere.
4463
4464 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4465
4466         * wl-summary.el (wl-summary-print-destination): Keep position.
4467         (wl-summary-cursor-move-surface): Keep horizontal position.
4468
4469 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4470
4471         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4472         write sendlog.
4473
4474 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4475
4476         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4477         `wl-summary-highlight'.
4478
4479 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4480
4481         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4482         trivial condition for temp-mark.
4483
4484 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4485
4486         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4487         when it hits killed buffer.
4488
4489 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4490
4491         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4492         * wl-news.el.in: `message' and `error' take format string.
4493
4494 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4495
4496         * wl-folder (wl-folder-insert-entity): Display a message,
4497         `...done', when the work finish.
4498         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4499
4500 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4501
4502         * wl-message.el (wl-message-redisplay): Remove unused local
4503         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4504
4505 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4506
4507         * wl-summary.el (wl-summary-replace-status-marks): Disable
4508         interactive use.
4509         (wl-summary-reedit): Check message existence at first.
4510         (wl-summary-mark-line): Fix doc, return value is indefinite.
4511
4512         * wl-highlight.el (wl-highlight-message): Arranged.
4513
4514         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4515         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4516         check temp-mark by wl-summary-temp-mark always.
4517         (wl-highlight-summary): Change accordingly.
4518         * wl-summary.el (wl-summary-mark-as-read-all)
4519         (wl-summary-delete-cache, wl-summary-set-score-mark)
4520         (wl-summary-mark-as-unread, wl-summary-unmark)
4521         (wl-summary-mark-line, wl-summary-mark-as-read)
4522         (wl-summary-mark-as-important): Ditto.
4523
4524         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4525         end of the window if possible.
4526         * wl-summary.el (wl-summary-sync-update): Support lazy
4527         highlighting.
4528         (wl-summary-toggle-disp-msg): Ditto.
4529
4530 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4531
4532         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4533
4534 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4535
4536         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4537         change.
4538
4539 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4540
4541         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4542         API.
4543         (wl-summary-sync-update): Ditto.
4544
4545         * wl-score.el (wl-score-get-score-alist): Changed argument.
4546         (wl-summary-rescore-msgs): Likewise.
4547         (wl-summary-score-headers): Likewise.
4548         (wl-score-headers): Likewise;
4549         Use elmo-folder-do-each-message-entity, etc.
4550         (wl-summary-score-effect): Follow the changes above.
4551         (wl-summary-rescore): Ditto.
4552         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4553         (wl-score-get-overview): Abolish.
4554
4555         * wl-summary.el (wl-summary-default-from): Follow the API change in
4556         elmo-msgdb.
4557         (wl-summary-count-unread): Ditto.
4558         (wl-summary-detect-mark-position): Ditto.
4559         (wl-summary-overview-entity-compare-by-date): Ditto.
4560         (wl-summary-overview-entity-compare-by-number): Ditto.
4561         (wl-summary-overview-entity-compare-by-from): Ditto.
4562         (wl-summary-overview-entity-compare-by-subject): Ditto.
4563         (wl-summary-get-list-info): Ditto.
4564         (wl-summary-rescan): Ditto.
4565         (wl-summary-jump-to-msg-by-message-id): Ditto.
4566         (wl-summary-sync-update): Ditto; Removed comment.
4567         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4568         (wl-summary-insert-message): Use wl-summary-insert
4569         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4570         (wl-summary-insert-headers): Changed argument overview to folder.
4571         (wl-summary-search-by-subject): Likewise.
4572         (wl-summary-insert-thread): Renamed from
4573         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4574
4575         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4576         too.
4577
4578         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4579         wl-string-member.
4580
4581 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4584         elmo-folder-append-buffer.
4585         (wl-draft-queue-append): Likewise.
4586
4587         * wl-mime.el (wl-message-delete-current-part): Ditto.
4588         (wl-summary-burst-subr): Ditto.
4589
4590         * wl-news.el.in (wl-news-send-news): Ditto.
4591
4592 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4593
4594         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4595         function.
4596         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4597         (wl-summary-update-mark): Enclose with save-excursion.
4598         (wl-summary-mark-as-read-internal): Fixed last change.
4599         (wl-summary-mark-as-important): Use 3rd argument of
4600         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4601         Don't use elmo-msgdb-set-mark.
4602         (wl-summary-redisplay-internal): If msgdb flag is already read,
4603         just update the mark on buffer.
4604
4605 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4606
4607         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4608         cut visible folder when elmo-folder-delete returns non-nil value.
4609
4610 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4611
4612         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4613         by Kenichi OKADA <okada@opaopa.org>).
4614
4615 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4616
4617         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4618
4619 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4620
4621         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4622         Fixed the last change, search group entity by its real name.
4623         (Thanks to: KOBAYASHI Shinji)
4624
4625 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4626
4627         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4628         (wl-fldmgr-access-display-all): Don't refer visible name.
4629         * wl-expire.el (wl-folder-archive-current-entity)
4630         (wl-folder-expire-current-entity): Ditto.
4631         * wl-folder.el (wl-folder-jump-to-current-entity)
4632         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4633         (wl-folder-open-folder-sub,wl-folder-open-all)
4634         (wl-folder-write-current-folder): Ditto.
4635         (wl-folder-insert-entity): Don't use petname for normal group.
4636         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4637         is the real name.
4638         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4639         Abolished.
4640
4641 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-draft.el (wl-draft-create-buffer): Add
4644         `wl-summary-reply-with-citation'
4645
4646 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4647
4648         * wl-draft.el (wl-draft-reply): Fixed.
4649
4650 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4653         when `wl-draft-send-confirm-with-preview' is non-nil.
4654         You can scroll up/down by j/k.
4655         (wl-draft-send-confirm-with-preview): New variable (default=t).
4656
4657 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4660         (wl-fldmgr-save-folders): Fix comment.
4661
4662 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4665         along the last change in `wl-folder-buffer-group-p'.
4666
4667 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4670         folder.
4671
4672         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4673         the default value.
4674
4675         * wl-mime.el (wl-summary-burst): Update summary only when target
4676         folder equals current folder.
4677
4678 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4681
4682 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4685         value.
4686
4687 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4690         `map-extents' instead of `extent-at' repeatedly.
4691         (wl-highlight-folder-current-line): Ditto.
4692
4693         * wl-highlight.el: Remove useless dummy functions.
4694
4695 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4698         (wl-folder-put-folder-property): New function to put text property.
4699         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4700         (wl-folder-insert-entity, wl-folder-update-diff-line)
4701         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4702         * wl-e21.el, wl-xmas.el, wl-mule.el
4703         (wl-highlight-folder-current-line): Ditto.
4704         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4705         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4706         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4707         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4708
4709 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * Version number is increased to 2.11.3.
4712
4713 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4716         Resume current-buffer since it is assumed by remaining tasks.
4717
4718 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4721         (wl-folder-completion-function): Abolished.
4722         (wl-folder-complete-folder): New function.
4723         (wl-folder-complete-filter-condition): Ditto.
4724         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4725         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4726
4727 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-draft.el (wl-draft-send-confirm): New function.
4730         (wl-draft-send): Use it.
4731
4732         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4733         cursor-in-echo-area while confirming.
4734
4735         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4736
4737         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4738         searching via nntp if wl-summary-search-via-nntp is 'force.
4739         Otherwise, invoke searching in nntp folder only.
4740         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4741
4742         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4743         explicitly for mime-make-text-tag.
4744
4745 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4746
4747         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4748         `mime-make-text-tag' instead of `mime-create-tag'.
4749
4750 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4753         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4754
4755 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl-score.el (wl-score-save): Bind print-length and print-level.
4758         (wl-score-pretty-print): Ditto.
4759         (wl-score-edit-insert-header-entry): Ditto.
4760
4761         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4762         "From" entry to be treated with wl-draft-eword-encode-address-list.
4763         * wl-mime.el (wl-draft-preview-message): Ditto.
4764
4765         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4766         (wl-summary-mark-as-unread): Ditto.
4767         (wl-summary-mark-as-read-region): Change accordingly.
4768         (wl-summary-mark-as-unread-region): Ditto.
4769         (wl-summary-target-mark-mark-as-read): Ditto.
4770         (wl-summary-target-mark-mark-as-unread): Ditto.
4771
4772 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * Version number is increased to 2.11.2.
4775
4776 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-news.el.in (wl-news-previous-version-save): Bind
4779         print-length and print-level.
4780         * wl-thread.el (wl-thread-save-entities): Ditto.
4781         (wl-thread-save-top-list): Bind print-length.
4782
4783 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-highlight.el (wl-highlight-summary-line-string): Use
4786         wl-summary-score-below-mark, wl-summary-score-over-mark.
4787         (wl-highlight-summary-current-line): Ditto.
4788
4789 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4792         insert it.
4793
4794 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4795
4796         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4797
4798 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4801         message without msgid.
4802         Rewrite with elmo-folder-move-messages.
4803         Set wl-message-buffer to nil.
4804
4805         * wl-summary.el (wl-summary-erase-subr): New function. Use
4806         elmo-folder-move-messages.
4807         (wl-summary-erase): Call it.
4808         (wl-summary-target-mark-erase): Ditto.
4809
4810 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4813         it is not up-tp-date.
4814
4815 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4818         buffer after calling `wl-summary-goto-folder-subr' without the
4819         argument `interactive'.
4820         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4821
4822 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4823
4824         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4825         `mime-create-tag'. Use `string=' instead of `looking-at'.
4826
4827 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4830         to avoid compile warning.
4831
4832         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4833         entity-id when folder is given.
4834         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4835         save-excursion, use save-selected-window instead.
4836         Select folder buffer window if exists.
4837         (To correct behavior with wl-folder-move-cur-folder.)
4838
4839 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4840
4841         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4842
4843 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4844
4845         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4846         list-count instead of %d.
4847
4848 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4851         (wl-news): Set it.
4852         (wl-news-append-to-folder): Use it.
4853
4854         * wl-news.el.in (wl-news-send-news): Append to specified folder
4855         instead of wl-default-folder.
4856         (wl-news-append-to-folder): Show error message with specified folder.
4857
4858         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4859                 In most major modes, Emacs assumes that any opening
4860                 delimiter found at the left margin is the start of a
4861                 top-level definition, or defun. Therefore, *never put an
4862                 opening delimiter at the left margin unless it should have
4863                 that significance.*
4864
4865         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4866
4867 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4868
4869         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4870
4871 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4872
4873         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4874
4875 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4876
4877         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4878         for sequential numbering case.
4879
4880 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4883         value.
4884         (wl-draft-reply-without-argument-list): Ditto.
4885         (wl-draft-reply-myself-with-argument-list): Abolish.
4886         (wl-draft-reply-myself-without-argument-list): Ditto.
4887         * wl-draft.el (wl-draft-self-reply-p): New function.
4888         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4889
4890 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4893         (avoid error for the case without byte-compiling)
4894
4895 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4896
4897         * wl-news.el.in (wl-news-append-to-folder): New function.
4898         (wl-news-exit): Rewrite.
4899         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4900
4901 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4902
4903         * wl-draft.el (wl-draft-reply-position): New function.
4904         (wl-draft-reply-position): Fix.
4905         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4906         (wl-summary-target-mark-reply-with-citation): Ditto.
4907         (wl-summary-reply-with-citation): Ditto.
4908         * wl-vars.el (wl-draft-reply-default-position): New variable.
4909
4910 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-draft.el (wl-draft-send): Preview when interactive send.
4913
4914 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4915
4916         * wl-draft.el (wl-draft-reply): Set default position.
4917         * wl-summary.el (wl-summary-reply): Ditto.
4918         (wl-summary-reply-with-citation): Ditto.
4919         (wl-summary-target-mark-reply-with-citation): Ditto.
4920
4921 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-news.el.in (wl-news-lang): Set default value according to
4924         current-language-environment.
4925         (wl-news-append-news): Do nothing when news-list is nil.
4926
4927 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4928
4929         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4930         (wl-news): Change message.
4931         (wl-news-exit): Check buffer.
4932         (wl-news-force-exit): New function.
4933         (wl-news-show-all): New function.
4934         (wl-news-discard-and-exit): Fix.
4935
4936 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4939         according to current-language-environment.
4940
4941         * wl-news.el.in (wl-news): If arg, show all NEWS after
4942         wl-news-default-previous-version.
4943
4944 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4945
4946         * wl-news.el.in (wl-news-check): Rewritten.
4947         (wl-news-previous-version-load): Change data type.
4948         (wl-news-previous-version-save): Change data type.
4949         (wl-news-append-news): Add return value.
4950         (wl-news-check-news): New function.
4951         (wl-news-already-current-p): New function.
4952         (wl-news-send-news): Rewritten.
4953         (wl-news-mode-map): Add new keybind.
4954         (wl-news): Rewritten.
4955         (wl-news-exit): Rewritten.
4956         (wl-news-discard-and-mail): New function.
4957         (wl-news-send-to-address): Abolished.
4958         * wl.el (wl-init): Delete a message.
4959
4960 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4961
4962         * wl-news.el.in (wl-news-exit): Update previous version.
4963         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4964
4965 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4968
4969 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-news.el.in (wl-news): New function.
4972         (wl-news-mode): New function.
4973         (wl-news-next-line): New function.
4974         (wl-news-next-page): New function.
4975         (wl-news-exit): New function.
4976         (wl-news-buf-name): New variable.
4977         (wl-news-mode-map): New variable.
4978         (wl-news-winconf): New variable.
4979         (wl-news-append-news): Add an option.
4980
4981 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4982
4983         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4984
4985 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-news.el.in (wl-news-send-to-address): New variable.
4988         (wl-news-send-news): Use it.
4989         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4990         Return updating status.
4991         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4992
4993 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4994
4995         * wl-news.el.in (wl-news-send-news): Delete
4996         Organization and X-Face.
4997
4998 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
5001         (wl-news-append-news): New function.
5002         (wl-news-send-news): New function.
5003
5004 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * Version number is increased to 2.11.1.
5007
5008 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5009
5010         * wl-news.el.in : New file.
5011
5012 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5013
5014         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5015         default value.
5016         (wl-draft-reply-without-argument-list): Ditto.
5017
5018 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5019
5020         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5021         (wl-message-buffer-prefetch-idle-time): Ditto.
5022         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5023
5024 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-thread.el (wl-thread-insert-message): Use
5027         wl-summary-max-thread-depth.
5028
5029         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5030         loop detection.
5031
5032         * wl-message.el (wl-message-buffer-display): Back to the first page
5033         when cache is hit.
5034
5035 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5038
5039         * wl-summary.el (wl-summary-insert-thread-entity):
5040         If the thread depth is reached to wl-summary-max-thread-depth,
5041         divide the thread.
5042
5043 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5046         for elmo-remove-passwd.
5047
5048 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5049
5050         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5051         folder is sticky.
5052         (wl-folder-mark-as-read-all-entity): Ditto.
5053         (wl-folder-prefetch-entity): Ditto.
5054
5055 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5056
5057         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5058
5059 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5060
5061         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5062         Delete messages on buffer for unplugged operation.
5063         (wl-summary-erase): Ditto.
5064
5065 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5068         take nil so as not to search parent by subject.
5069
5070 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5071
5072         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5073         (wl-folder-get-next-folder): Ditto.
5074         (wl-folder-get-path): Ditto.
5075
5076 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5079         system and encode the region with it before verifying.
5080
5081 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5084         system of the echo buffer before decoding.
5085
5086 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5089         original contents.
5090
5091 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5094         with argument 'any-exists.
5095
5096 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5099         Use `wl-cs-autoconv'.
5100
5101 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5104         by `mime-view-automatic-conversion'.
5105
5106         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5107         (wl-message-verify-pgp-nonmime): Ditto.
5108         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5109         Bind them to C-c:d and C-c:v respectively.
5110
5111         Merge following code by Teranishi-san from [wl-en:00167].
5112         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5113         (wl-mime-preview-application/pgp-encrypted): Ditto.
5114         (wl-mime-setup): Add entry.
5115
5116 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-summary.el (wl-summary-target-mark-erase): New function.
5119         Bind it to "mD".
5120
5121 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5122
5123         * wl-vars.el (wl-draft-write-file-function): Fix.
5124         (wl-draft-reedit-hook): Changed default value.
5125
5126         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5127         wl-draft-reedit-hook.
5128         (wl-draft-remove-text-plain-tag): New function.
5129         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5130
5131         * wl-vars.el (wl-draft-write-file-function): New user option.
5132
5133         * wl-draft.el (wl-draft-prepare-edit): Use it for
5134         local-write-file-hooks.
5135         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5136
5137         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5138         (wl-draft-insert-mail-header-separator): Return the body beginning
5139         point.
5140         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5141         text/plain.
5142         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5143
5144 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-summary.el (wl-summary-erase): New function to erase message
5147         without moving it to trash. Bind to "D".
5148
5149         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5150         as `keep' unless switch-function.
5151
5152 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5155         message buffer by using `wl-summary-toggle-disp-msg'.
5156         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5157         buffer window.
5158         (wl-summary-supresedes-message): Ditto.
5159
5160         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5161         Do not delete other windows.
5162         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5163         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5164         (wl-draft-create-buffer): Set reply-or-forward also for target
5165         mark commands.
5166
5167 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5168
5169         * wl-draft.el (wl-user-agent-compose): Delete special case for
5170         switch-to-buffer-other-window.
5171
5172         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5173         (wl-summary-forward): Ditto.
5174
5175         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5176         function.
5177         (wl-draft-buffer-style): New use option.
5178
5179         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5180         (wl-draft): Follow the change above.
5181         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5182         wl-draft-buffer-style.
5183         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5184         switch-function.
5185
5186 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5187
5188         * wl-address.el (wl-address-make-completion-entry): Extracted from
5189         `wl-address-make-completion-list'.
5190         (wl-address-enable-strict-loading): New variable.
5191         (wl-address-make-completion-list): Revive petname duplication
5192         inquiry, and enable it if `wl-address-enable-strict-loading'.
5193         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5194
5195 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-message.el (wl-message-get-original-buffer): Avoid
5198         'Selecting deleted buffer' error when original buffer is killed.
5199
5200 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-summary.el (wl-summary-next-message): Use
5203         elmo-message-accessible-p instead of elmo-message-cached-p.
5204
5205 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5208
5209         * wl-thread.el (wl-thread-open-all-unread): Use
5210         elmo-folder-list-flagged instead of
5211         elmo-folder-list-messages-mark-match.
5212
5213         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5214         instead of elmo-folder-list-messages-mark-match.
5215         (wl-summary-move-spec-alist): New variable.
5216         (wl-summary-move-spec-plugged-alist,
5217         wl-summary-move-spec-unplugged-alist): Abolish.
5218         (wl-summary-next-message): Follow the change above.
5219         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5220         with 'no-msg' argument.
5221
5222         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5223         variable.
5224         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5225         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5226         (wl-message-buffer-prefetch-get-next): Follow the change above.
5227
5228 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-version.el (wl-version): Changed codename.
5231
5232         * Version number is increased to 2.11.0.
5233
5234 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5235
5236         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5237         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5238         `wl-draft-config-variables'.
5239         (wl-draft-kill): Fixed problem when the draft is reedit.
5240
5241 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5244         buffer-modified status (Thanks to
5245         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5246
5247 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5248
5249         * wl-util.el (wl-region-exists-p): New function.
5250
5251         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5252         Remove defvars for byte-compile warnings.
5253
5254 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5255
5256         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5257         defvar-maybe. Removed unused bind.
5258
5259 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5260
5261         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5262         summary buffer window before creating new frame.
5263         (wl-draft-reply): Ditto.
5264
5265 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5266
5267         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5268
5269 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5272
5273 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5274
5275         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5276         instead of `kill-region'.
5277
5278 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5281         (wl-highlight-summary-line-string): Use it.
5282         (wl-highlight-summary-current-line): Ditto.
5283
5284         * wl-mime.el (wl-message-delete-current-part): Check the class of
5285         mime-entity.
5286
5287         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5288
5289         * wl-summary.el (wl-summary-make-number-list): Initialize.
5290         (wl-summary-update-mark): New function.
5291         (wl-summary-reply): Put `answered' mark on the message.
5292         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5293
5294         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5295         (wl-draft-reply): Added optional argument `number';
5296         Set wl-draft-parent-number.
5297         (wl-draft-kill): Delete answered mark if it is a reply.
5298
5299 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5302         that originates in mime-preview-follow-current-entity.
5303         (wl-draft-yank-current-message-entity): Use it if region is active.
5304
5305         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5306         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5307         `wl-message-delete-current-part'.
5308         * wl-mule.el (wl-message-define-keymap): Ditto.
5309         * wl-xmas.el (wl-message-define-keymap): Ditto.
5310
5311 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-mime.el (wl-message-delete-current-part): New function.
5314         (wl-mime-node-id-to-string): Ditto.
5315
5316         * wl-mime.el (wl-message-delete-current-part): Use existing
5317         original buffer which corresponds current mime-view buffer.
5318         (fetched buffer might have different structure, possibly)
5319
5320         * wl-mime.el (wl-message-delete-current-part): Quit if the
5321         message content differs from the actual message.
5322
5323 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5326         order.
5327         (wl-summary-search-by-subject): Search parent message from tail;
5328         Check the existence of the parent message on the current thread tree.
5329         (wl-summary-update-thread): Check whether the line is inserted.
5330
5331 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-vars.el (wl-summary-line-format): Undo last change.
5334         * wl-summary.el (wl-summary-print-destination): Do not put
5335         invisible property when `wl-summary-width' is nil.
5336         (wl-summary-line-subject-minimum-length): Abolished.
5337         (wl-summary-line-subject): Ditto.
5338
5339 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5340
5341         * wl-vars.el (wl-summary-line-format): Change default value.
5342         (wl-summary-subject-length-limit): Abolished.
5343         * wl-summary.el (wl-summary-line-subject): Ditto.
5344
5345 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5346
5347         * wl-template.el (wl-template-select): Added optional argument.
5348         If optional argument is specified, reverse
5349         `wl-template-visible-select'.
5350
5351 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5354         Take prefix argument to force asking the destination folder.
5355
5356 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5357
5358         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5359         count and update status.
5360
5361 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-summary.el (wl-summary-redisplay-internal): If
5364         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5365         after fetching.
5366
5367 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5368
5369         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5370         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5371
5372         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5373
5374 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5377         (All other related portions are changed).
5378         (wl-summary-mark-as-read-all): Rewrite.
5379
5380 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5383         `wl-summary-mark-as-read'.
5384         (wl-summary-mark-as-unread): Rewrite.
5385         (wl-summary-mark-as-read): Added no-modeline argument.
5386         (wl-summary-resume-cache-status): Rewrite.
5387         (wl-summary-exec-subr): Remove unused local variable.
5388
5389 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5390
5391         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5392         logic to call `wl-summary-buffer-prev-folder-function'.
5393         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5394
5395 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5398         is nil.
5399
5400 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5401
5402         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5403         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5404         (wl-mime-setup): Add its entry.
5405
5406 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5409         (wl-summary-delete-cache): Likewise.
5410         (wl-summary-mark-as-read): Rewrite.
5411
5412 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5415         `wl-summary-count-unread'.
5416
5417         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5418
5419         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5420
5421 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5422
5423         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5424         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5425         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5426         Renamed to the elmo-msgdb-*-mark.
5427         (wl-summary-score-marks): Follow the change above.
5428         (wl-summary-auto-refile-skip-marks): Ditto.
5429         (wl-summary-incorporate-marks): Ditto.
5430         (wl-summary-expire-reserve-marks): Ditto.
5431
5432         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5433         changes.
5434         (wl-thread-insert-top): Changed updating message.
5435
5436         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5437         variable.
5438         (wl-summary-count-unread): Count answered marks.
5439         (wl-summary-rescan): Call wl-summary-insert-message instead of
5440         wl-summary-append-message-func-internal.
5441         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5442         (wl-summary-prefetch-msg): Follow the variable name changes.
5443         (wl-summary-prefetch-region): Ditto.
5444         (wl-summary-mark-as-read-all): Follow the API changes;
5445         Don't call elmo-folder-replace-marks.
5446         (wl-summary-delete-cache): Follow the variable name changes.
5447         (wl-summary-resume-cache-status): Ditto.
5448         (wl-summary-update-status-marks): New function.
5449         (wl-summary-insert-message): New function.
5450         (wl-summary-sync-marks): Follow the variable name changes.
5451         (wl-summary-sync-update): Synchronize to the msgdb, too;
5452         Changed update messages.
5453         (wl-summary-make-number-list): Rewrite.
5454         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5455         (wl-summary-mark-as-unread): Follow the API changes.
5456         (wl-summary-exec-subr): Follow the variable name changes.
5457         (wl-summary-mark-as-read): Ditto.
5458         (wl-summary-move-spec-plugged-alist): Ditto.
5459         (wl-summary-move-spec-unplugged-alist): Ditto.
5460         (wl-summary-cursor-move-surface): Ditto.
5461
5462         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5463         variable name changes.
5464         (wl-highlight-summary-current-line): Ditto.
5465
5466         * wl-expire.el (wl-expire-refile): Follow the API change in
5467         elmo-folder-move-messages.
5468         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5469         (wl-summary-archive): Use elmo-folder-msgdb instead of
5470         elmo-msgdb-load.
5471
5472 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5473
5474         * wl-mime.el (wl-draft-preview-message): Restore the position
5475         before evaluating wl-draft-send-hook in preview buffer.
5476
5477 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5480         when it creates new draft buffer.
5481
5482         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5483         without argument.
5484
5485         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5486         Evaluate content and if the value is string, insert it.
5487         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5488         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5489         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5490         wl-draft-config-sub-part-bottom): Use it.
5491
5492         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5493         with the folder name. The question was unintelligible when it is
5494         called from wl-save-status.
5495
5496 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5497
5498         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5499         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5500         cannot take second argument).
5501
5502 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5503
5504         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5505         as t. Since type and subtype are not case sensitive (RFC 2045).
5506
5507 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-vars.el (wl-message-mode-line-format): New variable.
5510         (wl-message-mode-line-format-spec-alist): Ditto.
5511         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5512         (wl-message-redisplay): Use wl-message-mode-line-format.
5513
5514 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5517
5518 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-summary.el (wl-summary-default-from): Write description.
5521
5522 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-vars.el (wl-ldap-objectclass): Abolish.
5525
5526         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5527         (wl-ldap-make-filter): Removed condition for objectclass.
5528         (wl-ldap-make-matched-value-list): Remove meaningless process.
5529         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5530         (wl-address-ldap-search): Don't add `*' to `pat' string;
5531         use ignore-errors; added `email';
5532         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5533         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5534         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5535
5536
5537 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-draft.el (wl-draft-parent-folder): Write description.
5540         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5541
5542 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5545         as "" (zero-length string) if no parent.
5546         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5547
5548 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-address.el (wl-address-make-completion-list): Skip duplication
5551         checking.
5552         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5553         `append'.
5554
5555 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5556
5557         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5558         instead of `beginning-of-buffer'.
5559
5560 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5563
5564 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5567         Refer wl-message-buffer-name.
5568         (wl-message-wheel-down): Ditto.
5569
5570 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-vars.el (wl-message-buffer-name): New user option.
5573
5574         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5575         directly instead of making alist dinamically.
5576
5577         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5578         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5579         wl-message-buffer-cache-name.
5580         (wl-message-buffer-cache-clean-up): Ditto.
5581
5582         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5583
5584         * Version number is increased to 2.9.15.
5585
5586 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5587
5588         * wl-vars.el (wl-summary-default-view-alist): New user option.
5589
5590         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5591
5592         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5593         while deleting address.
5594         (wl-draft-delete-myself-from-cc): Ditto.
5595
5596         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5597         If optional argument is specified, reverse sort order.
5598
5599         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5600
5601 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-thread.el (wl-thread-insert-message): Return parent number if
5604         exists.
5605         (wl-thread-update-indent-string-region): Use
5606         wl-thread-update-line-on-buffer-sub instead of
5607         wl-thread-update-line-on-buffer.
5608
5609 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5610
5611         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5612         (wl-folder-close-all): Ditto.
5613
5614 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5615
5616         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5617         and mailing-list:.
5618         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5619         value.
5620         (wl-summary-line-list-info): Print mailing-list name even when
5621         list-number is empty.
5622
5623 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5624
5625         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5626
5627         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5628         (wl-draft-open-file): Ditto.
5629         (wl-draft-random-alphabet): Ditto.
5630
5631         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5632         bindings.
5633
5634 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5635
5636         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5637         * wl-vars.el (wl-draft-config-alist): Ditto.
5638
5639 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5640
5641         * Version number is increased to 2.9.14.
5642
5643         * wl.el (wl): Don't set wl-init as nil when error occured while
5644         auto-checking folders.
5645
5646         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5647         `elmo-expand-newtext'.
5648
5649 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5650
5651         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5652         `this-command' so that `wl-folder-goto-folder' contained in
5653         `wl-summary-keep-cursor-command' work.
5654
5655 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5656
5657         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5658         message buffer displaying state.
5659
5660 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5661
5662         * wl-vars.el (wl-summary-default-view): New variable to specify
5663         default value for `wl-summary-buffer-view' instead of using
5664         set-default.
5665         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5666
5667 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5670
5671         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5672
5673 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5674
5675         * wl-vars.el (wl-forward-subject-prefix): New variable.
5676         * wl-draft.el (wl-draft-forward): Use it.
5677
5678 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5679
5680         * wl-message.el (wl-message-prev-page): When it is called without
5681         lines argument, scroll down by wl-message-scroll-amount lines.
5682         (wl-message-next-page): Ditto.
5683         * wl-vars.el (wl-message-scroll-amount): Change default value
5684         to preserve current behavior.
5685
5686 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5687
5688         * wl-summary.el (wl-summary-prefetch-msg): Bind
5689         `wl-message-entity' to call `wl-summary-from-function'.
5690
5691 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-message.el (wl-message-buffer-create): Run
5694         wl-message-buffer-created-hook.
5695
5696 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-summary.el (wl-summary-sort-specs): New variable.
5699         (wl-summary-default-sort-spec): Ditto.
5700         (wl-summary-sort): Rewrite.
5701         (wl-summary-sort-by-list-info): New function.
5702
5703 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5704
5705         * wl-summary.el (wl-summary-get-list-info): New function.
5706         (wl-summary-sort): Rewrite.
5707         (wl-summary-line-list-info): Ditto.
5708         (wl-summary-line-list-count): Ditto.
5709         (wl-summary-refile-region): Fixed docstring.
5710
5711 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-summary.el (wl-summary-read-folder): Use copy-sequence
5714         `wl-folder-entity-hashtb' as completion table.
5715
5716 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5719         only when this command is called interactively; silence the byte-
5720         compiler.
5721
5722 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5723
5724         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5725         active in XEmacs.
5726
5727 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5728
5729         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5730         plural lines.
5731
5732 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5733
5734         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5735         of current line when the cursor is on the header name.
5736         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5737
5738 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5739
5740         * wl-util.el (wl-read-directory-name): Return displayed directory
5741         as the default value also on XEmacs.
5742
5743 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5744
5745         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5746         formatting.
5747
5748 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5749
5750         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5751         argument and when it is non-nil, check face property before
5752         highlighting for each line.
5753         (wl-highlight-summary-window): Set it.
5754
5755 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5756
5757         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5758         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5759
5760         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5761         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5762         (wl-draft-get-fcc-list): Likewise.
5763
5764 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5767         (wl-thread-entity-cur): Ditto.
5768         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5769         wl-thread-indent-regexp setting.
5770         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5771
5772         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5773         wl-summary-lazy-highlight.
5774         (wl-summary-display-bottom): Ditto.
5775
5776         * wl-thread.el (wl-thread-open-close): Likewise.
5777
5778         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5779         from and subject;
5780         Bind wl-draft-use-frame;
5781         Enclose with save-window-excursion;
5782         Use wl-draft-create-buffer instead of with-temp-buffer;
5783         Use wl-draft-prepare-edit;
5784         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5785         Use wl-draft-send instead of wl-draft-raw-send.
5786
5787 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5788
5789         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5790         of using wl-from.
5791
5792 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5795         insert-buffer instead of clone-buffer.
5796         (wl-draft-doing-mime-bcc): New variable.
5797         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5798         infinite loop.
5799         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5800
5801         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5802         (wl-draft-mime-bcc-body): Ditto.
5803
5804         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5805         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5806         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5807         wl-draft-do-mime-bcc.
5808         (wl-draft-mime-bcc-field): New function.
5809         (wl-draft-do-mime-bcc): Ditto.
5810
5811         * wl-address.el (wl-address-complete-header-list): New variable.
5812         (wl-address-complete-header-regexp): Changed default value.
5813
5814         * Version number is increased to 2.9.13.
5815
5816 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5819         it is differed.
5820
5821 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5822
5823         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5824         (wl-summary-line-list-count): Ditto.
5825
5826 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5827
5828         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5829         (wl-nntp-posting-function): New variable.
5830         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5831         `wl-nntp-posting-config-alist'.
5832
5833 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5834
5835         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5836         FLIM.
5837
5838 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5839
5840         * wl-summary.el (wl-summary-target-mark-refile-sub):
5841         Remove a nuisance funcall.
5842
5843 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5846         as t for `try-completion'.
5847
5848 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-summary.el (wl-summary-default-from): Use
5851         wl-address-header-extract-address instead of
5852         std11-extract-address-components.
5853         (wl-summary-simple-from): Ditto.
5854         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5855         (wl-summary-insert-headers): Show message.
5856         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5857         for whole line.
5858         (wl-summary-default-from): Revert last change.
5859         (wl-summary-simple-from): Ditto.
5860         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5861         (wl-summary-mark-as-read-region): Follow the change above.
5862         (wl-summary-sync-marks): Ditto.
5863         (wl-summary-target-mark-mark-as-read): Ditto.
5864         (wl-summary-redisplay-internal): Ditto.
5865         (wl-summary-redisplay-no-mime-internal): Ditto.
5866         (wl-summary-redisplay-all-header): Ditto.
5867         (wl-summary-mark-as-read): Removed argument `cached';
5868         Use current cache status to set cache mark.
5869         (wl-summary-redisplay-internal): Follow the change above.
5870         (wl-summary-redisplay-no-mime-internal): Ditto.
5871         (wl-summary-redisplay-all-header): Ditto.
5872
5873         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5874
5875         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5876         Don't call itself recursively (Adviced by Yamaoka-san).
5877
5878 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5879
5880         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5881         bind wl-summary-highlight as nil to avoid error caused by missing
5882         local variables.
5883
5884 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-vars.el (wl-invalid-character-message): New user option.
5887
5888         * wl-util.el (wl-set-string-width): If truncated string-width is
5889         larger than specified width, use `wl-invalid-character-message'.
5890
5891 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5892
5893         * wl-summary.el (wl-summary-prefetch-msg):
5894         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5895
5896 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-vars.el (wl-summary-check-line-format): New user option.
5899         (wl-summary-line-format-file): Ditto.
5900
5901         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5902         variable.
5903         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5904         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5905         and `wl-summary-view-old-p' to check whether do a rescan or not.
5906         (wl-summary-view-old-p): New function.
5907         (wl-summary-line-format-changed-p): Ditto.
5908         (wl-summary-line-format-save): Ditto.
5909         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5910
5911         * wl-util.el (wl-set-string-width): Avoid using negative number
5912         for make-string.
5913
5914 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5915
5916         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5917         return value.
5918
5919         * wl-util.el (wl-set-string-width): Added optional argument
5920         `padding' (All other related portions are changed).
5921         (wl-line-parse-format): If the first letter of column number is
5922         `0', zero-padding the result (ex: "%05l").
5923
5924         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5925
5926 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5929         sequential summary view.
5930
5931 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5934         if it doesn't have a -unix version.
5935
5936 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5939
5940 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5941
5942         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5943         content.
5944         (wl-draft): Follow the change above.
5945
5946         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5947
5948         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5949         and wl-folder-summary-line-format-alist contain %T and %P.
5950
5951         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5952         (wl-summary-mode-line-format): New user option.
5953         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5954         (wl-summary-line-format): Changed default value.
5955         (wl-summary-lazy-highlight): Changed default value.
5956
5957         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5958         change in wl-summary-create-line.
5959         (wl-thread-insert-entity-sub): Ditto.
5960
5961         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5962         (wl-summary-buffer-unread-status): Ditto.
5963         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5964         (wl-summary-buffer-persistent-mark-column): Ditto.
5965         (wl-summary-buffer-mode-line-formatter): Ditto.
5966         (wl-summary-buffer-mode-line): Ditto.
5967         (wl-summary-message-regexp): Abolished.
5968         (All other related portions are changed.)
5969         (wl-summary-detect-mark-position): New function.
5970         (wl-summary-buffer-set-folder): Setup
5971         wl-summary-buffer-mode-line-formatter.
5972         (wl-summary-mode): Setup selective-display;
5973         Setup pre-idle-hook when xemacs.
5974         (wl-summary-update-modeline): Rewrite.
5975         (wl-summary-jump-to-msg): Define as function;
5976         Changed regexp for searching messages.
5977         (wl-summary-message-number): Rewrite.
5978         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5979         Do rescan when old type summary cache.
5980         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5981         (wl-summary-remove-destination): Use '\r' to detect EOL.
5982         (wl-summary-print-destination): Ditto.
5983         (wl-summary-temp-mark): New inline function.
5984         (wl-summary-persistent-mark): Ditto.
5985         (wl-summary-line-number): New function.
5986         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5987         (wl-summary-line-list-count): New function.
5988         (wl-summary-create-line): Added argument persistent-mark.
5989         (All other related portions are changed)
5990         (wl-summary-create-line): Insert '\r'.
5991         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5992         (wl-summary-cursor-move-surface): New inline function.
5993         (wl-summary-prev): Use it.
5994         (wl-summary-next): Ditto.
5995
5996         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5997         wl-summary-message-regexp.
5998         (wl-highlight-summary): Delete progress message.
5999         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
6000
6001         * Version number is increased to 2.9.12.
6002
6003 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6004
6005         * wl-summary.el (wl-summary-line-subject-minimum-length): New
6006         variable (nil: no minimum).
6007         (wl-summary-line-subject): Add some spaces after subject by
6008         wl-summary-line-subject-minimum-length.
6009
6010 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6011
6012         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
6013         and removed `F'.
6014         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6015         change above).
6016
6017 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6018
6019         * wl-summary.el (wl-summary-line-list-count): Reverted.
6020         (example setting in samples/*/dot.wl is also updated)
6021
6022 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6025
6026         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6027
6028         * wl-vars.el (wl-summary-line-format): Addes some description to the
6029         docstring.
6030
6031         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6032         (wl-summary-line-close-bracket): Ditto.
6033         (wl-summary-line-children-number): Ditto.
6034         (wl-summary-line-thread-indent): Ditto.
6035         (wl-summary-line-children-and-from): Ditto.
6036
6037         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6038         't', 'c', 'F' and added 'C'.
6039
6040         * wl-util.el (wl-set-string-width): Accept negative value.
6041         (wl-line-parse-format): Added "%number(" and "%)".
6042
6043 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6044
6045         * wl-summary.el (wl-summary-line-list-count): Change format of the
6046         return value.
6047
6048 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6049
6050         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6051         from the recent message.el.
6052         (wl-draft-point-in-header-p): Ditto.
6053         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6054         wl-draft-beginning-of-line.
6055         * wl-e21.el (wl-draft-mode-map): Ditto.
6056         * wl-xmas.el (wl-draft-mode-map): Ditto.
6057
6058         * wl-folder.el: Sort macrodefs by dependencies.
6059
6060 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6061
6062         * wl-summary.el (wl-summary-prev): Fixed regexp.
6063         (wl-summary-next): Ditto.
6064
6065 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6066
6067         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6068
6069 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6070
6071         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6072         for backward compatibility.
6073
6074 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-summary.el (wl-summary-line-list-count): New function, merged
6077         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6078         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6079         list counts.
6080
6081 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6082
6083         * wl-summary.el (wl-summary-create-line): Ignore errors while
6084         timezone-fix-time.
6085
6086         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6087
6088         * wl-summary.el (wl-summary-sync-update): Ditto.
6089         (wl-summary-default-from): Use wl-message-entity
6090         instead of entity.
6091
6092         * wl-summary.el (wl-summary-create-line): Fix.
6093
6094         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6095         (wl-summary-line-format): New user option.
6096         (wl-folder-summary-line-format-alist): Ditto.
6097         (wl-summary-from-width): Abolished.
6098
6099         * wl-util.el (toplevel): Require 'bytecomp.
6100         (wl-line-parse-format): New function.
6101         (wl-line-formatter-setup): New macro.
6102
6103         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6104         (wl-summary-buffer-line-formatter): New buffer local variable.
6105         (wl-summary-switch-to-clone-buffer): Follow the change above.
6106         (wl-summary-message-regexp): Fix.
6107         (wl-summary-from-func-internal): Abolished.
6108         (wl-summary-subject-func-internal): Ditto.
6109         (wl-summary-subject-filter-func-internal): Ditto.
6110         (All other related portions are changed.)
6111         (wl-summary-buffer-set-folder):
6112         Set up wl-summary-buffer-number-column and
6113         wl-summary-buffer-line-formatter
6114         (All other related portions are changed.)
6115         (wl-summary-buffer-number-column-detect): Abolished.
6116         (All other related portions are changed.)
6117         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6118         (wl-summary-delete-all-temp-marks-on-buffer): Use
6119         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6120         (wl-summary-target-mark-delete): Ditto.
6121         (wl-summary-target-mark-refile-subr): Ditto.
6122         (wl-summary-target-mark-mark-as-read): Ditto.
6123         (wl-summary-target-mark-mark-as-unread): Ditto.
6124         (wl-summary-target-mark-mark-as-important): Ditto.
6125         (wl-summary-target-mark-save): Ditto.
6126         (wl-summary-replace-status-marks): Renamed from
6127         wl-summary-set-status-marks-on-buffer;
6128         Use wl-summary-message-regexp instead of
6129         wl-summary-buffer-number-regexp.
6130         (wl-summary-sync-update): Follow the change above.
6131         (wl-summary-goto-previous-message-beginning): New function.
6132         (wl-summary-mark-as-unread): Use it.
6133         (wl-summary-mark-as-important): Ditto.
6134         (wl-summary-line-formatter): New variable.
6135         (wl-summary-line-year): New function.
6136         (wl-summary-line-day): Ditto.
6137         (wl-summary-line-day-of-week): Ditto.
6138         (wl-summary-line-hour): Ditto.
6139         (wl-summary-line-minute): Ditto.
6140         (wl-summary-line-open-bracket): Ditto.
6141         (wl-summary-line-close-bracket): Ditto.
6142         (wl-summary-line-children-number): Ditto.
6143         (wl-summary-line-thread-indent): Ditto.
6144         (wl-summary-line-size): Ditto.
6145         (wl-summary-line-subject): Ditto.
6146         (wl-summary-line-from): Ditto.
6147         (wl-summary-line-children-and-from): Ditto.
6148         (wl-summary-create-line): Rewritten.
6149         (wl-summary-format-date): Abolished.
6150
6151         * wl-highlight.el (wl-highlight-summary-current-line): Use
6152         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6153         Use thread structure to detect thread top message.
6154
6155         * wl-draft.el (wl-default-draft-cite): Don't use
6156         wl-summary-from-func-internal.
6157
6158         * wl-refile.el (wl-refile-subject-learn): Don't use
6159         wl-summary-subject-filter-func-internal.
6160         (wl-refile-guess-by-subject): Ditto.
6161
6162         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6163         parameters.
6164
6165         * wl-thread.el (wl-thread-update-indent-string-region):
6166         Use wl-thread-update-line-on-buffer instead of
6167         wl-thread-update-indent-string.
6168         (wl-thread-update-children-number): Redefine using
6169         wl-thread-update-line-on-buffer.
6170         (wl-thread-update-indent-string): Abolished.
6171
6172         * Version number is increased to 2.9.11.
6173
6174 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6177         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6178         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6179
6180         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6181         as nil.
6182
6183         * wl-thread.el (wl-thread-open-all-unread): Use
6184         elmo-folder-list-messages-mark-match.
6185         (wl-thread-insert-message): Removed argument `mark-alist'.
6186         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6187         elmo-msgdb-set-mark.
6188         (wl-thread-get-children-msgs-uncached): Likewise.
6189         (wl-thread-get-exist-children): Added argument include-self.
6190         (wl-thread-delete-message): Follow the change above.
6191
6192         * wl-summary.el (wl-summary-count-unread): Removed argument.
6193         (wl-summary-rescan): Follow the change above.
6194         (wl-summary-mark-as-read-region): Ditto
6195         (wl-summary-mark-as-unread-region): Ditto.
6196         (wl-summary-delete-messages-on-buffer): Ditto.
6197         (wl-summary-sync-update): Ditto.
6198         (wl-summary-switch-to-clone-buffer): Ditto.
6199         (wl-summary-goto-folder-subr): Ditto.
6200         (wl-summary-target-mark-mark-as-read): Ditto.
6201         (wl-summary-target-mark-mark-as-unread): Ditto.
6202         (wl-summary-target-mark-mark-as-important): Ditto.
6203         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6204         (wl-summary-update-thread): Removed argument `mark-alist'.
6205         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6206         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6207         (wl-summary-resume-cache-status): Likewise.
6208         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6209         elmo-msgdb-set-mark.
6210         (wl-summary-mark-as-read-all): Likewise.
6211         (wl-summary-delete-cache): Ditto.
6212         (wl-summary-auto-select-msg-p): Ditto.
6213         (wl-summary-mark-as-unread): Ditto.
6214         (wl-summary-no-auto-refile-message-p): Ditto.
6215         (wl-summary-mark-as-read): Ditto.
6216         (wl-summary-mark-as-important): Ditto.
6217         (wl-summary-auto-refile): Follow the change above.
6218         (wl-summary-delete-all-marks): Removed.
6219         (wl-summary-resume-marks-and-highlight): Ditto.
6220         (wl-summary-resume-marks): Ditto.
6221         (wl-summary-delete-important-msgs-from-list): Ditto.
6222         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6223
6224         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6225         wl-summary-count-unread.
6226
6227         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6228         (wl-summary-score-update-all-lines): Use
6229         elmo-msgdb-set-mark.
6230
6231 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6232
6233         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6234         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6235         (wl-summary-create-line): Renamed from
6236         wl-summary-overview-create-summary-line;
6237         Argument rearrangement.
6238         (wl-summary-update-thread): Follow the change above.
6239
6240         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6241         (wl-thread-insert-entity-sub): Likewise.
6242
6243         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6244         argument `overview', `mark-alist' and added `msgdb'.
6245
6246         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6247
6248         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6249         (wl-summary-rescan): Follow the change above.
6250         (wl-summary-sync-update): Ditto.
6251         (wl-summary-insert-thread-entity): Ditto;
6252         Don't use `let*' in every while loop;
6253         Detect infinite loop of threads.
6254         (wl-summary-update-thread): Removed argument `overview'.
6255
6256         * wl-thread.el (wl-thread-insert-message): Ditto.
6257
6258         * Version number is increased to 2.9.10.
6259
6260         * wl-message.el (wl-message-redisplay): Ignore errors while
6261         wl-message-redisplay-hook.
6262
6263 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6264
6265         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6266
6267 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl.el (wl): inhibit-quit while wl-folder.
6270
6271 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6274         while msgdb access.
6275
6276 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6277
6278         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6279         even if no folder is not created.
6280
6281 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6282
6283         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6284
6285         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6286         implementation.
6287         (wl-summary-target-mark-thread): Ditto.
6288
6289         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6290
6291 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6292
6293         * wl-util.el (wl-display-bytes): Remove unused function.
6294
6295 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6296
6297         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6298         seems critical one (partially reverse the change in 2002/03/17).
6299
6300 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6301
6302         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6303         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6304
6305 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6306
6307         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6308         is not writable.
6309         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6310         plugged status instead of `'force' as 2nd argument.
6311
6312         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6313         is not creatable.
6314
6315         * Version number is increased to 2.9.9.
6316
6317 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6318
6319         * wl-summary.el (wl-summary-suspend): New function.
6320
6321 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6322
6323         * wl.el (wl): Do not check variables if check is nil.
6324         * wl-utils.el (wl-collect-draft): New function.
6325         * wl-folder.el (wl-folder-suspend): Put summary buffers
6326         and draft buffers at the end of buffer list.
6327         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6328
6329 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6330
6331         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6332         loop instead of recursive call.
6333
6334         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6335         2nd argument.
6336
6337 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339         * wl-draft.el (wl-draft-create-contents): Don't take neither
6340         (function . args) nor (string . something) any more.
6341
6342         * wl-version.el (wl-generate-user-agent-string): Return string
6343         without header symbol.
6344         * wl-draft.el (wl-draft-default-headers): Use it.
6345
6346         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6347         `wl-draft-insert-ccs' and return field value instead of inserting
6348         the header. Abolish cc argument.
6349         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6350
6351         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6352         rather than one with string car.
6353
6354         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6355         * wl-draft.el (wl-draft-create-contents): Add it after the default
6356         headers.
6357
6358         * wl-draft.el (wl-draft-create-contents): For the case of
6359         (symbol-or-string . function) insert header only when the function
6360         returns string value.
6361
6362 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6363
6364         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6365         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6366
6367 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6368
6369         * wl.el (wl-check-environment): Don't check Message-ID when
6370         `wl-insert-message-id' is nil.
6371         Revive checking if `wl-message-id-domain' contains "@".
6372
6373 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6374
6375         * wl.el (wl-check-environment): Merge examination for "@" at
6376         inappropriate position into the first string-match.
6377
6378         * wl-summary.el (wl-summary-target-mark-print): New function.
6379         (wl-summary-pipe-message-subr): Extracted from
6380         `wl-summary-pipe-message'.
6381         (wl-summary-target-mark-pipe): New function.
6382         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6383         `wl-summary-target-mark-pipe'.
6384
6385 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6386
6387         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6388
6389 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6390
6391         * wl.el (wl-check-environment): Use elmo-warning instead of
6392         error for non-critical ones.
6393         Remove trash folder check.
6394         (wl): Don't ignore error in wl-check-environment.
6395
6396         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6397         check, which is moved from `wl-check-environment'.
6398         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6399
6400 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6401
6402         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6403         guess anything, call wl-summary-write.
6404         (wl-summary-write): Create draft with blank To field.
6405         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6406
6407 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6408
6409         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6410         argument full as well for wl-folder-write-current-folder.
6411         If wl-*-write-current-folder cannot guess addressee, add blank
6412         To header.
6413         Rewrite condition for positioning cursor.
6414
6415 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6418         summary buffer is present, use it.
6419         (wl-folder-jump-to-previous-summary): Ditto.
6420
6421 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6422
6423         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6424
6425         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6426         wl-summary-previous-buffer and wl-summary-next-buffer.
6427
6428         * wl-folder.el (wl-folder-mode-map): Bind
6429         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6430         (wl-folder-jump-to-next-summary): New function.
6431         (wl-folder-jump-to-previous-summary): Ditto.
6432
6433         * wl-draft.el (wl-draft): Rearranged.
6434
6435 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6436
6437         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6438         of header.
6439         (wl-draft): Collect arguments for the header as header-alist.
6440         (wl-draft-forward): Arrange arguments for wl-draft.
6441         (wl-draft-reply): Ditto.
6442         (wl-draft-edit-string): Ditto.
6443         * wl-summary.el (wl-summary-write): Ditto.
6444         (wl-summary-write-current-folder): Ditto.
6445
6446         * Version number is increased to 2.9.8.
6447
6448 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6449
6450         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6451
6452         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6453
6454         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6455         even if the guess failed.
6456
6457         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6458         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6459         wl-summary-write-current-folder.
6460         * wl-xmas.el: Ditto.
6461
6462 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6463
6464         * wl-summary.el (wl-summary-next-page): Force display message if
6465         message is not displayed yet.
6466         (wl-summary-prev-page): Ditto.
6467
6468 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6469
6470         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6471
6472 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6473
6474         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6475         add "Preview Message" and "Save Draft and Exit".
6476
6477 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6478
6479         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6480         if addrmgr is called from draft in splitted window.
6481
6482         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6483         * wl-mule.el: Ditto.
6484         * wl-xmas.el: Ditto.
6485
6486 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6487
6488         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6489
6490         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6491         * wl-xmas.el (wl-folder-toolbar): Ditto.
6492
6493 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6494
6495         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6496         and wl-draft-save-and-exit.
6497         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6498         * wl-xmas.el: Ditto.
6499         * wl-mule.el: Ditto.
6500
6501         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6502         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6503
6504 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6507         lists for saving buffer.
6508
6509 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6510
6511         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6512         parent-folder argument instead of it.
6513         (wl-draft-create-buffer): Ditto.
6514         (wl-draft-forward): Ditto.
6515         (wl-draft-reply): Ditto.
6516         * wl-summary.el (wl-summary-write): Ditto.
6517         (wl-summary-write-current-folder): Ditto.
6518
6519         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6520         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6521         Folder buffer after composing.
6522
6523 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6526         header if the file `wl-x-face-file' already contains it.
6527
6528 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6529
6530         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6531         folder" entry.
6532         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6533         * wl-e21.el (wl-folder-toolbar): Ditto.
6534         * wl-xmas.el (wl-folder-toolbar): Ditto.
6535
6536 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6537
6538         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6539         wl-folder-goto-folder with sticky argument.
6540         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6541
6542 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6545         and wl-summary-previous-buffer.
6546         (wl-summary-next-buffer): New function.
6547         (wl-summary-previous-buffer): Ditto.
6548
6549 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6550
6551         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6552         wl-folder-jump-to-current-entity-with-arg.
6553         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6554         `wl-folder-jump-to-current-entity'.
6555         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6556         `wl-summary-goto-folder-sticky'.
6557         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6558         `wl-summary-goto-folder'.
6559         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6560         Unless force-exit, do not clean temp. marks for sticky summary.
6561         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6562
6563 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6564
6565         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6566         not entire.
6567
6568 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6571         to `C-x C-s'.
6572         (wl-summary-save-status): New command.
6573         (wl-summary-exit): Don't clean-up temp marks when sticky.
6574         (Applied patch from Nakayama-san [wl: 09548])
6575         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6576         Do nothing when no mark data.
6577         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6578         Call `wl-summary-delete-all-temp-marks' before saving.
6579
6580 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6581
6582         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6583
6584 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6585
6586         * wl.el (wl-check-environment): Also cause error when (system-name)
6587         returns "localhost.localdomain". (Although it doesn't affect because
6588         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6589
6590 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6591
6592         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6593         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6594
6595         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6596         value.
6597
6598 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6601         Likewise r-cc-list and r-ng-list.
6602
6603 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6606         only if it is bound as variable.
6607
6608         * wl-mime.el (wl-draft-preview-message): Ditto.
6609
6610 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6613         needless `goto-char'.
6614
6615         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6616         `wl-summary-redisplay-no-mime-internal' instead of
6617         `wl-summary-redisplay-no-mime'.
6618         (wl-summary-redisplay-no-mime): Changed argument;
6619         Call `wl-summary-redisplay-no-mime-internal'.
6620
6621         * wl-mime.el (wl-draft-preview-message): Bind
6622         `mime-header-encode-method-alist' locally.
6623
6624         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6625         (wl-draft-std11-parse-addresses): Added the first address check.
6626         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6627
6628         * Version number is increased to 2.9.7.
6629
6630 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6633
6634 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6635
6636         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6637         related to scrollbar support, if there is no such a feature
6638         compiled in.
6639
6640 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6641
6642         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6643         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6644         for prefetch.
6645
6646 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-summary.el (wl-summary-pick): Fix for no match.
6649
6650 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6651
6652         * wl-draft.el (wl-draft-save):
6653         Override `mime-header-encode-method-alist'.
6654
6655 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6656
6657         * wl-folder.el (wl-folder-pick): New function.
6658         Define key as "?".
6659
6660 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6661
6662         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6663         Fix for unplugged.
6664
6665 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-folder.el (wl-folder-virtual): New function.
6668         Define key as "V".
6669
6670 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6673         multi folder if entity is group.
6674
6675 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6678         is nil.
6679
6680 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6681
6682         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6683         (wl-summary-target-mark-msgs): Return the number of marked messages.
6684
6685 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6686
6687         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6688         "first:" is specified.
6689
6690 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6691
6692         * wl-vars.el (wl-from): Use return value of function
6693         user-full-name instead of the variable user-full-name since
6694         XEmacs-20.4 doesn't set this variable.
6695
6696 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6699         call `wl' directly.
6700
6701 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6702
6703         * wl-draft.el (wl-draft-reedit): Removed duplicated
6704         switch-to-buffers.
6705
6706 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * wl.el (wl-other-frame): Removed garbages.
6709
6710 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6711
6712         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6713
6714         * wl-xmas.el (wl-draft-key-setup): Ditto.
6715
6716         * wl-mule.el (wl-draft-key-setup): Ditto.
6717
6718         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6719         (wl-draft-reedit): Ditto.
6720         (wl-draft-prepare-edit): Add `wl-draft-save' to
6721         `local-write-file-hooks'.
6722         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6723         (wl-draft-reedit): Set buffer-file-name.
6724         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6725
6726
6727         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6728         call it.
6729         (wl-delete-startup-frame-function): New variable.
6730         (wl-other-frame): New function
6731         (Original was written by Yamaoka san [wl: 09239]).
6732
6733         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6734         if `wl-folder-use-frame'.
6735
6736 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6739
6740 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6743         New variable.
6744         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6745         (wl-message-buffer-prefetch-get-next): Use them.
6746         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6747
6748 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6749
6750         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6751         with unwind-protect.
6752
6753         * wl-draft.el (wl-draft-reedit): Rewrite.
6754         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6755         (wl-draft-save): Insert header separator if it does not exist;
6756         Removed condition-case.
6757
6758         * wl-summary.el (wl-summary-reedit): Revert last change.
6759
6760         * wl-draft.el (wl-draft-save): Rewrite.
6761         (wl-draft-create-buffer): Set buffer-file-name as nil.
6762
6763         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6764
6765         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6766
6767         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6768         nil.
6769
6770 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6773         If count is nil, do not prefetch.
6774         (wl-message-buffer-prefetch-next): Next.
6775
6776 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6779
6780 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6783         `delete-backward-char'
6784         (wl-draft-prepare-edit): Check major-mode.
6785         (wl-draft-decode-header): Rewrite.
6786         (wl-draft): Fix.
6787
6788 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6791
6792 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6795         (wl-message-buffer-prefetch-get-next): Remove size checking.
6796         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6797
6798 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6801         (wl-draft-default-headers): Fix.
6802
6803 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6804
6805         * wl-draft.el (wl-draft-default-headers): Insert return value of
6806         `wl-generate-mailer-string-function'.
6807
6808 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6811         (wl-draft-insert-mail-header-separator): Ditto.
6812
6813         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6814         again (Reverted the change on 2002-01-17 by OKADA san).
6815
6816 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6817
6818         * wl-draft.el (wl-draft): Rewrite.
6819         (wl-draft-create-buffer): New function.
6820         (wl-draft-create-contents): Ditto.
6821         (wl-draft-prepare-edit): Ditto.
6822         (wl-draft-decode-header): Ditto.
6823         (wl-draft-decode-body): Ditto.
6824         (wl-draft-check-new-line): Ditto.
6825         (wl-draft-default-headers): Ditto.
6826         (wl-draft-insert-mail-header-separator): Ditto.
6827
6828 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * Version number is increased to 2.9.6.
6831
6832 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl-draft.el (wl-draft-delete-field): Optional argument.
6835         (wl-draft-delete-fields): Ditto.
6836
6837 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl-message.el (toplevel): Eliminated byte-compile warning.
6840         for `itimer-function', `delete-timer' and `itimer-list'.
6841
6842 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6843
6844         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6845         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6846         `wl-message-buffer-prefetch-threshold'.
6847         * wl-summary.el (wl-summary-redisplay-internal): Remove
6848         the check of `wl-message-buffer-prefetch-depth'.
6849
6850 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6851
6852         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6853         size of article.
6854         (wl-message-buffer-prefetch-subr): Remove size check.
6855
6856 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6857
6858         * wl-vars.el (wl-plugged): Make customizable.
6859
6860 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6861
6862         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6863         (wl-message-buffer-prefetch-set-timer): New function.
6864         (wl-message-buffer-prefetch-get-next): New function.
6865         (wl-message-buffer-prefetch): New function.
6866         (wl-message-buffer-prefetch-next): Rewrite.
6867         (wl-message-buffer-prefetch-subr): Rewrite.
6868         * wl-vars.el (wl-auto-prefetch-first): New variable.
6869         * wl-summary.el (wl-summary-goto-folder-subr): Call
6870         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6871
6872 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6873
6874         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6875         `wl-summary-unread-message-hook'.
6876
6877 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6878
6879         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6880         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6881         if range is `cache-status'.
6882
6883 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6884
6885         * wl-message.el (wl-message-buffer-prefetch-subr):
6886         Improve debug message.
6887
6888 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6889
6890         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6891         `wl-mail-send-pre-hook'.
6892         (wl-draft-send-mail-with-qmail): Ditto.
6893         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6894
6895 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-message.el (wl-message-buffer-prefetch-subr):
6898         Fix for cancel-function-timers bug.
6899         (wl-message-buffer-prefetch-debug): Default value is t.
6900
6901 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6904         (wl-message-buffer-prefetch-subr): Rewrite.
6905         Rename from `wl-message-buffer-prefetch'.
6906
6907 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6908
6909         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6910         (wl-default-draft-cite-decorate-author): Ditto.
6911
6912         * wl-draft.el (wl-draft-cite-function): Removed.
6913         (wl-default-draft-cite-decorate-author): Ditto.
6914
6915 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6916
6917         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6918         (wl-default-draft-cite): Do not arrange author name if the value of
6919         `wl-default-draft-cite-decorate-author' is nil.
6920
6921 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6924
6925         * wl-folder.el (wl-folder-check-one-entity): Don't care
6926         `elmo-folder-use-flag-p'.
6927
6928 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-folder (wl-folder-check-one-entity): Fix
6931         problem if unread is nil.
6932
6933 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6934
6935         * wl-address.el (wl-address-make-completion-list): Check whether
6936         the address is a group list.
6937         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6938
6939 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6940
6941         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6942         The number of the messages of new and unread does not count
6943         correctly.
6944
6945         * wl-summary.el (wl-summary-count-unread): Changed to return
6946         `(new . unread)' instead of total.
6947         (wl-summary-sync-update): Follow the change above.
6948
6949         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6950
6951 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6952
6953         * wl-address.el (wl-address-make-completion-list): Do not enclose
6954         address by " <" and ">" if associated realname is "".
6955         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6956         This is against the promblem with group list in .addresses pointed
6957         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6958
6959 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6960
6961         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6962         message is a format control string.
6963         * wl-expire.el (wl-expire-append-log): Ditto.
6964         * wl-mime.el (wl-summary-burst-subr): Ditto.
6965         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6966         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6967
6968 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6971         wl.el (wl-check-variables): Rename from `wl-check-type'.
6972         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6973         (wl-check-variables-2): New function.
6974         (wl): Call `wl-check-variables-2'.
6975
6976 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6977
6978         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6979         after renaming folder in access group.
6980
6981 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6982
6983         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6984         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6985         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6986         (wl-message-buffer-prefetch): Rewrite.
6987         (wl-message-buffer-prefetch-idle-time): Removed.
6988         * wl-summary.el (wl-summary-redisplay-internal):
6989         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6990         Error check for `wl-message-buffer-prefetch-depht'.
6991
6992 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6993
6994         * Version number is increased to 2.9.5.
6995         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6996
6997 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6998
6999         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
7000         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
7001         Based on the patch written by
7002         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7003
7004 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
7005
7006         * wl-draft.el (wl-draft-raw-send): Fix for
7007         `wl-news-send-pre-hook'
7008
7009 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl-utils.el (wl-message-id-function): New variable.
7012         * wl-draft.el (wl-draft-insert-required-fields):
7013         Use `wl-message-id-function'.
7014
7015 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7016
7017         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7018         * wl-utils.el (wl-draft-make-message-id-string):
7019         Use `wl-from' for domain part of Message-ID
7020         if `wl-message-id-use-wl-from' if non-nil.
7021         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7022
7023 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7024
7025         * wl.el (wl): Call `wl-check-type'
7026         Do not 'condition-case'.
7027
7028 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7029
7030         * wl.el (wl-check-type): New function.
7031         (wl-check-type-variables): New variable.
7032
7033 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7034
7035         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7036
7037 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7038
7039         * wl-draft.el (wl-smtp-password-key): New function.
7040         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7041         (wl-draft-send-mail-with-smtp): Ditto.
7042         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7043
7044 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7045
7046         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7047         * wl-utils.el (wl-unique-id-suffix): Remove.
7048
7049 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7050
7051         * Version number is increased to 2.9.4.
7052
7053 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7054
7055         * wl-utils.el (wl-unique-id-suffix): New variable.
7056         (wl-unique-id): Use `wl-unique-id-suffix'
7057
7058 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7059
7060         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7061         instead of `elmo-msgdb-search'.
7062
7063         * Version number is increased to 2.9.3.
7064
7065 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7066
7067         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7068
7069 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7070
7071         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7072         (wl-draft-dispatch-message): Changed for send-later.
7073         (wl-draft-queue-flush): Ditto.
7074         (wl-draft): Clear `wl-sent-message-queued'.
7075         (wl-draft-reedit): Ditto.
7076         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7077         * wl-vars.el (wl-draft-force-queuing): New variable.
7078         (wl-draft-force-queuing-mail): New variable.
7079         (wl-draft-force-queuing-news): New variable.
7080
7081 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7084         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7085
7086 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7087
7088         * Version number is increased to 2.9.2.
7089
7090 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * wl-draft.el (wl-draft-elide-region): New user command.
7093         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7094
7095         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7096         command `wl-draft-elide-region'.
7097         * wl-mule.el: Ditto.
7098         * wl-xmas.el: Ditto.
7099
7100 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7103         (wl-biff-check-folder-async): Removed needless let.
7104
7105 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7108         wl-folder-get-elmo-folder.
7109         (wl-biff-check-folder): Set `biff' argument of
7110         `wl-folder-check-one-entity'.
7111         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7112
7113         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7114         (wl-folder-check-one-entity): Added `biff' argument;
7115         Setup `biff' slot of folder.
7116
7117         * Version number is increased to 2.9.1.
7118
7119 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7122         comment out and fixed.
7123         (wl-fldmgr-add-completion-subr): Ditto.
7124
7125         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7126         and msgdb.
7127
7128         * wl.el (wl-toggle-plugged): Save summary view.
7129
7130 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7131
7132         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7133
7134 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7135
7136         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7137
7138 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7141         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7142         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7143
7144         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7145         if it was failed.
7146         (wl-demo): Disable undo in the demo buffer.
7147
7148 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-version.el (wl-version): Changed codename.
7151
7152         * Version number is increased to 2.9.0.
7153
7154 2001-12-14  Takuo KITAME <kitame@northeye.org>
7155
7156         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7157         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7158         (wl-folder-mark-as-read-all-current-entity): Ditto.
7159
7160 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-vars.el (wl-from-width): Define as obsolete variable.
7163         (wl-subject-length-limit): Ditto.
7164
7165         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7166
7167         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7168         wl-summary-save-view.
7169
7170         * wl.el (wl-save-status): Ditto.
7171         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7172
7173         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7174         (wl-summary-exit): Follow the change above.
7175         (wl-summary-goto-folder-subr): Ditto.
7176
7177         * wl-folder.el (wl-folder-create-subr): Don't use
7178         `elmo-folder-creatable-p'.
7179
7180 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7181
7182         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7183
7184 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7187         rather than bitmap on Emacs 21.
7188         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7189         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7190         for xbm if the new redisplay engine is not available.
7191
7192 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-folder.el (wl-folder-init-hook): New hook.
7195         (wl-folder-init): Run `wl-folder-init-hook'.
7196
7197 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7200
7201 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-acap.el (wl-acap-cache-filename): New variable.
7204         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7205         (wl-acap-init): Use cache if no ACAP server found.
7206
7207 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7208
7209         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7210         `wl-acap-original-msgdb-dir'.
7211
7212         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7213         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7214
7215         * wl-mime.el (wl-mime-save-directory): Renamed from
7216         `wl-mime-save-dir'.
7217
7218 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7221
7222         * wl-demo.el: Require `path-util'.
7223         (wl-demo-bitmap-mule-available-p): New internal variable.
7224         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7225         `module-installed-p' instead.
7226         (wl-demo-insert-image): Use *.img file for a bitmap image.
7227         (wl-demo): Don't call the ascii demo recursively.
7228
7229 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * Version number is increased to 2.7.7.
7232
7233 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl.el (wl-exit): Eliminated byte-compile warning.
7236
7237 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7238
7239         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7240         obsolete variable using `elmo-define-obsolete-variable'.
7241         (wl-fetch-confirm-threshold): Ditto.
7242         (wl-cache-prefetch-folder-type-list): Ditto.
7243         (wl-cache-prefetch-folder-list): Ditto.
7244
7245 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7248         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7249         (wl-demo-insert-image): New function.
7250         (wl-demo-insert-text): New function.
7251         (wl-demo-image-type-alist): Redefine as a function.
7252         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7253         (wl-demo-with-temp-file-buffer): Removed.
7254         (wl-logo-xpm): Removed.
7255         (wl-logo-xbm): Removed.
7256         (wl-logo-bitmap): Removed.
7257
7258 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7259
7260         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7261         (wl-expire-localdir-get-folder-function): New user option.
7262         (wl-expire-localdir-get-folder): New function.
7263         (wl-expire-localdir-date): Ditto.
7264
7265 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7266
7267         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7268         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7269         Fixed unread number mismatch when all-unread < unread.
7270
7271 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7274         (wl-fetch-confirm-threshold): Ditto.
7275
7276         * wl-summary.el (wl-summary-confirm-appends): Removed.
7277         (wl-summary-sync-update): Don't refer
7278         `wl-summary-update-confirm-threshold' (It is now abolished).
7279
7280         * wl-message.el (wl-message-display-internal): Don't refer
7281         `wl-fetch-confirm-threshold' (It is now abolished).
7282
7283 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7286
7287 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7288
7289         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7290         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7291         Change default value to nil.
7292         (wl-summary-indent-length-limit): The value can be nil, nil means
7293         unlimited.
7294
7295         * wl-summary.el: Don't set limit for indent length if the value of
7296         wl-summary-indent-length-limit is nil.
7297         If the value of wl-summary-width is nil, it means only that the width
7298         of summary is unlimited (nil doesn't mean that the indent length is
7299         unlimited).
7300
7301         * wl-thread.el: Ditto.
7302
7303 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7304
7305         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7306         be nil, nil means never confirm.
7307         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7308
7309 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7310
7311         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7312         means unlimited).
7313
7314 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7317         Use `with-temp-buffer'.
7318
7319 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7320
7321         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7322         with new backquote style).
7323         (wl-folder-get-entity-from-buffer): Ditto.
7324
7325 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7326
7327         * wl-version.el (nemacs-version): Eliminated.
7328         (wl-extended-emacs-version2): Ignore nemacs.
7329         (wl-extended-emacs-version3): Ditto.
7330
7331 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7332
7333         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7334         (wl-draft-add-in-reply-to): New variable.
7335         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7336         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7337         (wl-draft-yank-from-mail-reply-buffer): Use
7338         `wl-draft-add-in-reply-to'.
7339         (wl-draft-insert-current-message): Ditto.
7340
7341 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7342
7343         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7344         typo (kill->hide).
7345         (wl-message-buffer-prefetch-folder-type-list): Added elements
7346         `mark' and `cache' instead of `internal'.
7347
7348 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7351         resume msgdb directory.
7352
7353 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl.el (wl-exit): Call `wl-acap-exit'.
7356
7357         * wl-summary.el (wl-summary-message-string): New function.
7358         (wl-summary-reedit): Use it.
7359         (wl-summary-resend-bounced-mail): Remove needless let.
7360         (wl-summary-supersedes-message): Ditto.
7361         (wl-summary-save): Ditto.
7362
7363         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7364         (wl-acap-init): Set it.
7365         (wl-acap-exit): New function.
7366
7367 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7368
7369         * wl.el (wl-init): Revert (require 'mime-setup). move from
7370         toplevel.
7371
7372 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7375         local variables.  Add error when guess function return invalid
7376         value.
7377
7378 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7379
7380         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7381         Change local variable name.
7382         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7383         (wl-folder-get-newsgroups): Return nil when non-news folder.
7384         * wl-summary.el (wl-summary-write-current-folder): State through
7385         when guess-list return nil.
7386         (wl-summary-write-current-folder-functions): Fixed docstring.
7387
7388         * wl.el (wl-exit): Changed confirm message.
7389
7390         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7391         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7392
7393         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7394
7395 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7396
7397         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7398         user option (Renamed from wl-cache-prefetch-folder-type-list).
7399         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7400         from wl-cache-prefetch-folder-list).
7401
7402         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7403         Move to wl-vars.el.
7404         (wl-message-buffer-prefetch-p): Changed to enable
7405         `wl-message-buffer-prefetch-folder-list'.
7406
7407         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7408         `ignore-cache'.
7409
7410 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7411
7412         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7413         `part-top' and `part-bottom'.
7414         (wl-draft-config-sub-part-top): New function.
7415         (wl-draft-config-sub-part-bottom): New function.
7416
7417 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7418
7419         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7420
7421 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7422
7423         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7424
7425 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7426
7427         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7428
7429         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7430         (wl-summary-write-current-folder): Ditto.
7431
7432 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-folder.el (wl-folder-get-newsgroups): Use
7435         `elmo-folder-newsgroups'.
7436
7437 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7438
7439         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7440         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7441         `wl-draft-config-sub-header-bottom'.
7442
7443 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7444
7445         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7446         localnews folder.
7447
7448 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7449
7450         * wl-summary.el (wl-summary-mode): Undo last change.
7451
7452         * wl-folder.el (wl-folder-mode): Ditto.
7453
7454 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7455
7456         * wl-summary.el (wl-summary-mode): Locally set
7457         truncate-partial-window-width to nil.
7458         (for XEmacs)
7459
7460         * wl-folder.el (wl-folder-mode): Ditto.
7461
7462 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7465
7466 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7469         number.
7470
7471         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7472
7473         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7474
7475         * Version number is increased to 2.7.6.
7476
7477 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7480
7481 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-summary.el (wl-summary-sync-update): Enclose network
7484         related portion with `unwind-protect'.
7485
7486 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7487
7488         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7489
7490 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7493         element.
7494         * wl-vars.el (wl-message-body-button-alist): Ditto.
7495
7496         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7497         max match length.
7498         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7499
7500         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7501         for the max match length;
7502         Use 4th element value for the button string regexp group.
7503
7504         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7505         candidate exists, prompt to select.
7506
7507 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7508
7509         * wl-summary.el (wl-summary-jump-to-msg): Search before
7510         calibration point by `beginning-of-line'.
7511
7512 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7513
7514         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7515         for access group.
7516
7517 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * wl-message.el (wl-message-display-internal): Bind
7520         `default-mime-charset'.
7521
7522         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7523
7524         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7525
7526         * Version number is increased to 2.7.5.
7527
7528 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7529
7530         * wl-expire.el (wl-summary-archive): Fixed;
7531         Use `elmo-folder-name-internal'.
7532
7533 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7534
7535         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7536         from `elmo-folder-move-messages' caller.
7537         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7538
7539         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7540         related portions are changed).
7541
7542 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7543
7544         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7545         counter.
7546
7547 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7548
7549         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7550         buffer local and set it to nil.
7551
7552         * wl-message.el (wl-message-redisplay): Ditto.
7553
7554 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl-summary.el (wl-summary-mark-as-important): If message is
7557         already cached, set messag as read, otherwise encache and mark as read.
7558
7559 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7560
7561         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7562         point-min.
7563
7564 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7567         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7568         a keymap.
7569
7570 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7573         parent.
7574
7575         * wl-mule.el (wl-message-define-keymap): Ditto.
7576
7577         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7578
7579         * wl-xmas.el (wl-message-display-internal-hook): Define.
7580         (wl-xmas-setup-message-toolbar): Define as function.
7581         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7582         (wl-message-overload-functions): Abolished.
7583         (wl-message-define-keymap): New function.
7584
7585         * wl-vars.el (wl-message-display-internal-hook): New variable.
7586         (wl-message-header-button-alist): New variable (Renamed from
7587         wl-highlight-message-header-button-alist).
7588         (wl-message-body-button-alist): Ditto.
7589
7590         * wl-mule.el (wl-message-define-keymap): New function.
7591         (wl-message-overload-functions): Abolished.
7592
7593         * wl-message.el (wl-message-add-buttons-to-body): New function.
7594         (wl-message-redisplay): Don't call wl-message-overload-functions;
7595         Call wl-message-add-buttons-to-header and
7596         wl-message-add-buttons-to-body.
7597         (wl-message-display-internal): Set keymap argument for
7598         elmo-mime-display-as-is, elmo-mime-message-display;
7599         Run wl-message-display-internal-hook.
7600         (wl-message-refer-article-or-url): Abolished.
7601
7602         * wl-highlight.el (wl-highlight-headers): Don't call
7603         wl-highlight-message-add-buttons-to-header.
7604         (wl-highlight-message-add-buttons-to-header): Abolished.
7605
7606
7607         * wl-e21.el (wl-message-display-internal-hook): Define.
7608         (wl-e21-setup-toolbar): Deleted duplicated binding.
7609         (wl-e21-setup-message-toolbar): Define as function.
7610         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7611         (wl-message-define-keymap): New function.
7612         (wl-message-overload-functions): Abolished.
7613
7614 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7615
7616         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7617         and elmo-folder-close.
7618
7619         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7620
7621 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7622
7623         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7624         boolean value.
7625         * wl-draft.el (wl-draft-do-fcc): Ditto.
7626
7627 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7628
7629         * wl-vars.el (wl-fcc-force-as-read): New variable.
7630         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7631         mark copied message as read.
7632
7633 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7634
7635         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7636
7637 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7638
7639         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7640         `wl-summary-target-above' instead of obsolete variable
7641         `wl-summary-temp-above'.
7642
7643         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7644         instead of `make-obsolete-variable'.
7645         * wl-refile.el (toplevel): Ditto.
7646
7647 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7648
7649         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7650         with third argument t.
7651         (wl-draft): Set first argument for wl-plugged-init as t.
7652
7653         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7654         definition.
7655
7656 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7657
7658         * wl-vars.el: Tabify.
7659         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7660
7661         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7662         message.
7663
7664 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7665
7666         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7667         and set default to beep.
7668
7669 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7670
7671         * wl-vars.el (wl-draft-truncate-lines): New variable.
7672
7673         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7674         instead of wl-message-truncate-lines for truncate-lines.
7675
7676 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-message.el (wl-message-display-internal): Call
7679         `wl-highlight-message' after `elmo-mime-display-as-is'.
7680
7681         * wl-mime.el (wl-mime-display-text/plain): New function.
7682         (wl-mime-display-header): Ditto.
7683         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7684         body-presentation-method for text/plain;
7685         Register `wl-mime-display-header' as a header-presentation-method;
7686         Don't set up `elmo-message-text-content-inserted-hook' and
7687         `elmo-message-header-inserted-hook'.
7688
7689         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7690         variable.
7691         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7692         as t if flag is 'all-header;
7693         Don't bind `elmo-message-ignored-field-list',
7694         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7695
7696 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7699         for xemacs with non-mule environment.
7700
7701 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7702
7703         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7704         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7705         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7706
7707 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7708
7709         * wl-vars.el (wl-interactive-send): Set default value as t.
7710
7711 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7714         (wl-addrmgr-method-list): Abolished.
7715         (wl-addrmgr-change-method): Follow above change.
7716
7717         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7718
7719 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7720
7721         * wl-vars.el (wl-message-truncate-lines): Change default value
7722         to default-truncate-lines.
7723
7724         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7725
7726 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7727
7728         * wl-vars.el (wl-message-truncate-lines): New variable.
7729
7730         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7731         wl-message-truncate-lines.
7732
7733 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7734
7735         * wl-acap.el (wl-acap-init): Remove period from error message.
7736         (wl-acap-find-acap-service): Remove period from message.
7737
7738 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl.el (wl-check-environment): Undo last change.
7741
7742         * wl-vars.el (wl-from): Changed default value.
7743
7744         * wl-util.el (toplevel): Don't require tm-edit.
7745
7746         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7747         `wl-folder-init';
7748         Don't set mark on mail body.
7749         (wl-draft-reedit): Ditto.
7750
7751         * wl-address.el (wl-address-quote-specials): Define as an alias for
7752         elmo-address-quote-specials.
7753
7754 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7757
7758         * wl-vars.el (wl-from): Set default value as nil.
7759         (wl-organization): Set default value as ORGANIZATION environment
7760         variable.
7761
7762         * wl-draft.el (wl-smtp-extension-bind): Check value of
7763         wl-smtp-connection-type.
7764
7765         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7766         error.
7767
7768 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7769
7770         * Version number is increased to 2.7.4.
7771
7772         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7773         arguments from `wl-highlight-x-face-function' caller.
7774         Use x-face-1.3.6.12 or later.
7775
7776 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7777
7778         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7779
7780 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7781
7782         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7783         (wl-fcc): Fix to accept function.
7784         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7785
7786 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7787
7788         * wl-acap.el (toplevel): Added `product-provide' declare.
7789         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7790
7791 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7792
7793         * wl.el (wl): Changed order of calling `elmo-init'
7794         and `elmo-folder-init'.
7795
7796 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7797
7798         * wl-mime.el (wl-summary-burst): Extract message when content-type
7799         of root entity is not only `multipart' but also `message/rfc822'.
7800         (wl-summary-burst-subr): Ditto.
7801
7802 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-vars.el (toplevel): Require 'custom.
7805         (wl-trash-folder): Added to `wl-setting' group.
7806
7807         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7808         exists.
7809         (wl-addrmgr-draw): Insert empty line when no entry exists.
7810
7811         * wl-mule.el (wl-message-wheel-up): Fixed.
7812         (wl-message-wheel-down): Ditto.
7813
7814 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7815
7816         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7817         config is an anonymous lambda expression.
7818
7819 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7822         when Mule 2 is running.
7823
7824 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7827
7828 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7831         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7832
7833         * wl-address.el (wl-address-specials-regexp): Eliminated.
7834         (wl-address-quote-specials): Rewrite.
7835
7836 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7839         shy-groups for regexp.
7840
7841         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7842         character classes and Perl style shy-groups for regexp.
7843         (wl-highlight-plugged-current-line): Use Posix style character
7844         classes for regexp.
7845         (wl-e21-highlight-folder-by-numbers): Ditto.
7846         (wl-e21-display-image-p): Use `display-images-p' instead of
7847         `display-graphic-p'.
7848         (display-images-p): Make an alias to `display-graphic-p' if it is
7849         not available.  It is for Emacs version prior to 21.0.105.
7850
7851         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7852         `display-graphic-p'.
7853         (wl-demo-image-type-alist): Ditto.
7854         (display-images-p): Make an alias to `display-graphic-p' if it is
7855         not available.  It is for Emacs version prior to 21.0.105.
7856
7857 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7858
7859         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7860         support.
7861         (wl-generate-user-agent-string): Ditto.
7862
7863         * wl-version.el (wl-version): Update docsting.
7864         (wl-version-status): Ditto.
7865
7866 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7867
7868         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7869         21.0.105.  For Emacs 21.0.104 or earlier.
7870
7871 2001-09-03  Takuo KITAME <kitame@northeye.org>
7872
7873         * wl-e21.el (wl-plugged-init-icons): Use
7874         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7875         (wl-biff-init-icons): Ditto.
7876
7877 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-highlight.el (wl-highlight-summary-current-line):
7880         Fixed highlighting refile/copy destination.
7881
7882         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7883         (wl-acap-store): Encode string by wl-acap-coding-system.
7884
7885 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-acap.el (toplevel): Check and require 'un-define before
7888         'xemacs-ucs;
7889          Added checking for UTF-2000.
7890
7891 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7894         Don't enclose with `eval-and-compile'.
7895
7896         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7897         wl-init is non-nil.
7898
7899         * wl-draft.el (wl-draft): Ditto.
7900
7901         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7902
7903         * wl-acap.el (toplevel): Require 'wl.
7904         (wl-acap-store): Call `elmo-init'.
7905
7906         * wl.el (wl): Changed position of `wl-check-environment'.
7907         (toplevel): Added autoload setting for wl-acap.
7908
7909         * wl-vars.el (wl-setting): New custom group.
7910         (wl-from): Added wl-setting group.
7911         (wl-user-mail-address-list): Ditto.
7912         (wl-organization): Ditto.
7913         (wl-subscribed-mailing-list): Ditto.
7914         (wl-envelope-from): Ditto.
7915         (wl-smtp-posting-user): Ditto.
7916         (wl-smtp-posting-server): Ditto.
7917         (wl-smtp-posting-port): Ditto.
7918         (wl-smtp-authenticate-type): Ditto.
7919         (wl-pop-before-smtp-user): Ditto.
7920         (wl-pop-before-smtp-server): Ditto.
7921         (wl-pop-before-smtp-port): Ditto.
7922         (wl-pop-before-smtp-authenticate-type): Ditto.
7923         (wl-nntp-posting-server): Ditto.
7924         (wl-nntp-posting-user): Ditto.
7925         (wl-nntp-posting-port): Ditto.
7926         (wl-fetch-confirm-threshold): Ditto.
7927         (wl-prefetch-threshold): Ditto.
7928         (wl-thread-insert-opened): Ditto.
7929         (wl-ldap-server): Ditto.
7930         (wl-ldap-port): Ditto.
7931         (wl-ldap-base): Ditto.
7932         (wl-ldap-objectclass): Ditto.
7933         (wl-use-ldap): Ditto.
7934         (wl-draft-config-alist): Ditto.
7935         (wl-draft-config-matchone): Ditto.
7936         (wl-template-alist): Ditto.
7937         (wl-message-sort-field-list): Ditto.
7938         (wl-message-ignored-field-list): Ditto.
7939         (wl-message-visible-field-list): Ditto.
7940         (wl-interactive-send): Ditto.
7941         (wl-summary-move-order): Ditto.
7942         (wl-auto-select-first): Ditto.
7943         (wl-auto-select-next): Ditto.
7944         (wl-interactive-save-folders): Ditto.
7945
7946         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7947         Initialization codes are moved from wl-local-folder-init.
7948         (wl-local-folder-init): Follow the change above.
7949         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7950
7951         * wl-acap.el: New file.
7952
7953         * Version number is increased to 2.7.3.
7954
7955 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7958
7959 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7960
7961         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7962         (wl-addrmgr-address-entry-list): Ditto.
7963
7964 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-e21.el (wl-draft-mode-map): Removed binding for
7967         `wl-draft-insert-x-face-field'.
7968
7969         * wl-mule.el (wl-draft-mode-map): Ditto.
7970
7971         * wl-xmas.el (wl-draft-mode-map): Ditto.
7972
7973         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7974         (wl-cs-autoconv): Ditto.
7975         (wl-cs-local): Ditto.
7976         (wl-use-scoring): Ditto.
7977         (wl-mime-charset): Ditto.
7978         (wl-folder-check-async): Ditto.
7979
7980         * wl.el (toplevel): Ignore nemacs and tm.
7981         (wl-exit): Ditto.
7982
7983         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7984         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7985         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7986         instead of wl-address-petname-add-or-change.
7987         (wl-summary-edit-addresses-subr): Use wl-address-delete
7988         instead of wl-address-petname-delete.
7989
7990         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7991
7992         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7993         if error occured.
7994
7995         * wl-message.el (require): Remove tm support.
7996
7997         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7998
7999         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
8000         (wl-folder-jump-to-current-entity): Ditto.
8001         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
8002
8003         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
8004         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
8005         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
8006
8007         * wl-mule.el (wl-draft-key-setup): Ditto.
8008
8009         * wl-xmas.el (wl-draft-key-setup): Ditto.
8010
8011         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
8012         (wl-draft-std11-parse-addresses): New function.
8013         (wl-draft-parse-mailbox-list): Use it.
8014         (wl-draft): Ignore nemacs.
8015         (wl-draft-reedit): Ditto.
8016
8017         * wl-addrmgr.el: New file.
8018         (Original is wl-rcpt.el written by
8019         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8020         Thanks Kitamoto-san.)
8021
8022         * wl-address.el (wl-address-make-address-list): Modified parsing
8023         process.
8024         (wl-address-delete): Renamed from `wl-address-petname-delete';
8025         Modify wl-address-list too.
8026         (wl-address-add-or-change): Renamed from
8027         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8028
8029 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8030
8031         * wl-highlight.el (wl-highlight-summary-current-line):
8032           Work with transient-mark-mode
8033
8034 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8035
8036         * Version number is increased to 2.7.2.
8037
8038         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8039         instead of elmo-dop-queue-method.
8040
8041 2001-08-06  SAITO Atsunori <sai@yedo.com>
8042
8043         * wl-vars.el (wl-ldap-objectclass): New user option.
8044
8045         * wl-address.el (wl-ldap-make-filter): Use it.
8046
8047 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8050
8051 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-folder.el (wl-folder): redisplay after folder insertion.
8054
8055         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8056
8057         * wl-summary.el (wl-summary-sync-update):
8058         Change status mark only when new-msgdb exists.
8059         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8060
8061 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-summary.el (wl-summary-open-folder): New function.
8064         (wl-summary-goto-folder-subr): Use it.
8065         (wl-summary-mark-as-important): Fix;
8066         Encache only when no cache exists.
8067
8068 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8071         Use with-current-buffer.
8072
8073 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8074
8075         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8076         before call `get-buffer'. Fixed parenthesis.
8077         (wl-score-get-header-entry): Clear message and help window when
8078         keyboard quit.
8079         (wl-score-edit-insert-header): Ditto.
8080
8081 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8084         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8085         (wl-default-draft-cite): Fix.
8086
8087         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8088         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8089
8090 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-message.el (wl-message-prev-page): Do same bahavior
8093         as summary when it is called in the message buffer.
8094         (wl-message-next-page): Ditto.
8095
8096 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-summary.el (wl-summary-forward): Use cache if it is not
8099         section cache.
8100
8101 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8104         Removed redundant require of elmo-vars.
8105         (wl-biff-state-indicator-on): Changed default value for
8106         xemacs with non-mule environment.
8107
8108         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8109         wl-message-buffer is nil;
8110         Hide progress bar after moving messages.
8111
8112 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8115         message at cursor point is deleted.
8116
8117 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-vars.el: Changed file coding system to euc-japan.
8120         Added -*-coding:-*- magic to the first line.
8121
8122         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8123         Search parent from the first message.
8124
8125         * Version number is increased to 2.7.1.
8126
8127 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8128
8129         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8130
8131 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8134         refile/delete execution.
8135
8136         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8137         Fixed docstring.
8138
8139 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8142         do update process;
8143         Don't update marks when update process is interrupted.
8144
8145 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * wl-summary.el (wl-summary-reply): Fixed problem when
8148         wl-draft-use-frame is non-nil.
8149         (wl-summary-forward): Ditto.
8150
8151         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8152         as nil.
8153         (wl-folder-mark-as-read-all-entity): Ditto.
8154         (wl-folder-prefetch-entity): Ditto.
8155
8156         * wl.el (wl): Check environment before wl-init.
8157
8158         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8159         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8160         instead of wl-summary-collect-unread.
8161         (wl-summary-reply): Split message window.
8162
8163 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8166         only if current language environment is japanese,
8167
8168         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8169         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8170         (wl-folder-goto-folder-subr): Ditto.
8171
8172         * wl-draft.el (wl-draft-dispatch-message): Call
8173         `elmo-file-cache-get-path'.
8174
8175 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-summary.el (wl-summary-cursor-move): If return value of
8178         wl-summary-next-message is not number, don't jump.
8179
8180 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-summary.el (wl-summary-buffer-next-message-function): New
8183         variable.
8184         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8185         if it is bound.
8186
8187         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8188         string.
8189
8190         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8191         (wl-plugged-drawing): Ditto.
8192
8193 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8196         process.
8197         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8198         with unwind-protect.
8199
8200         * wl.el (wl-init): Require mime-setup.
8201         (wl-check-environment): Don't require mime-setup.
8202
8203         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8204         instead of elmo-folder-type.
8205
8206         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8207         value as nil.
8208
8209 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * Version number is increased to 2.7.0.
8212
8213         * wl-version.el (wl-version): Changed codename.
8214
8215         * wl-summary.el (wl-summary-delete-cache): Fixed.
8216
8217         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8218         Workaround for net folders.
8219         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8220
8221         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8222         value to nil (According to the patch from
8223         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8224
8225         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8226         of elmo-folder-close.
8227
8228 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8229
8230         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8231         for postfix.
8232
8233 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl-summary.el (wl-summary-resend-message): Fixed.
8236
8237         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8238         Call wl-draft with `from' argument if its address is included in
8239         `wl-user-mail-address-list'.
8240         (wl-draft): Added `from' argument.
8241
8242         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8243         non-nil.
8244         (wl): Don't show demo if wl-demo is nil.
8245
8246         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8247         wl-summary-use-frame.
8248
8249         * wl-vars.el (wl-summary-use-frame): New user option.
8250         (wl-folder-use-frame): Changed docstring.
8251
8252         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8253         non-nil.
8254         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8255         wl-summary-use-frame.
8256
8257         * wl-vars.el (wl-folder-use-frame): New user option.
8258
8259         * wl-summary.el (wl-summary-exit): Back to folder frame if
8260         wl-folder-use-frame is non-nil.
8261         (wl-summary-redisplay-internal): Ignore cache if current folder
8262         is draft folder,
8263         (wl-summary-redisplay-no-mime): Ditto.
8264         (wl-summary-redisplay-all-header): Ditto.
8265
8266         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8267         if wl-folder-use-frame is non-nil.
8268
8269 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8270
8271         * wl-summary.el (wl-summary-sync-update): Bind
8272         elmo-folder-update-threshold.
8273         (wl-summary-mark-as-important): Enclosed server mark processing
8274         with `save-match-data'.
8275
8276         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8277         only when it is already defined.
8278
8279 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8280
8281         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8282         name of folder exclude localdir is wrong.
8283         * wl-folder.el (wl-folder-sync-entity):
8284         Set `wl-summary-always-sticky-folder-list' as nil.
8285         (wl-folder-mark-as-read-all-entity): Ditto.
8286         (wl-folder-prefetch-entity): Ditto.
8287
8288 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8289
8290         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8291         instead of `wl-summary-write-current-newsgroup'.
8292
8293 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8294
8295         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8296         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8297         non-nil and selected message is important, do not display.
8298
8299 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8300
8301         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8302
8303 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8304
8305         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8306
8307         * wl-summary.el (wl-summary-mark-as-important): Set message number
8308         using wl-summary-message-number.
8309
8310 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8311
8312         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8313         destination folder is 'null.
8314
8315 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8316
8317         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8318         New function.
8319         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8320         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8321         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8322
8323 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8324
8325         * wl-mime.el (wl-mime-setup): Added setting for
8326         `mime-setup-signature-key-alist' to avoid overriding key bind for
8327         `wl-draft-send'.
8328
8329         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8330         for `wl-draft-send'.
8331         * wl-mule.el (wl-draft-overload-functions): Ditto.
8332         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8333         * wl-draft.el (wl-draft-send): Ditto.
8334
8335         * wl-message.el (wl-message-display-internal):
8336         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8337         (Patch is provided by <kita@coe.nttdata.co.jp>).
8338
8339 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8340
8341         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8342
8343 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8344
8345         * wl.el (wl): Fix for wl-demo.
8346
8347 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8348
8349         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8350
8351 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8352
8353         * wl-folder.el (wl-folder-prefetch-entity): Use
8354         `wl-folder-get-elmo-folder'.
8355         (wl-folder-count-incorporates): Do not use
8356         `wl-folder-get-elmo-folder'.
8357
8358 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8359
8360         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8361         instead of `elmo-folder-get-type'.
8362
8363 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8364
8365         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8366         position on Subject: field.
8367         (Advised by Mito <mit@nines.nec.co.jp>)
8368
8369 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8370
8371         * wl-folder.el (wl-folder-prefetch-entity): Use
8372         `wl-folder-get-elmo-folder'.
8373
8374 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8375
8376         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8377
8378         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8379         `process-duplicates' slot.
8380
8381         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8382         if detection failed.
8383
8384 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8385
8386         * wl-version.el (wl-version-status): Set to "alpha".
8387
8388 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8391         Check wl-message-buffer lives before set-buffer.
8392
8393 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8394
8395         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8396         called in folder mode.
8397         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8398         * wl-summary.el (wl-summary-exit-pre-hook): Run
8399         `wl-summary-exit-pre-hook' before exit summary mode.
8400
8401 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8402
8403         * wl-version.el (wl-version-status): New variable.
8404         (wl-version-status-alist): Removed.
8405         (wl-version-status): Rule included.
8406
8407 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8408
8409         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8410         @sponichi.
8411
8412         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8413         when `mail-reply-buffer' is buffer-local variable.
8414         (Reported by <kita@coe.nttdata.co.jp>).
8415
8416 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-vars.el (toplevel): Require 'elmo-util.
8419
8420 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8423         (All other related portions are changed)
8424
8425         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8426
8427         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8428
8429 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8430
8431         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8432
8433 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8436         Delete other windows to avoid an error.
8437         Use `point-marker' instead of `point' to remember the start point
8438         of body.
8439
8440         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8441
8442         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8443         number not to exceed all message number.
8444
8445 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8446
8447         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8448         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8449
8450 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8451
8452         * wl-summary.el (wl-summary-sync-force-update): Added argument
8453         no-check.
8454         (wl-summary-sync-update): Ditto.
8455         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8456         with `no-check'.
8457
8458         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8459         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8460         already running.
8461
8462 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8463
8464         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8465         `dst-folder-arg'.
8466         (wl-expire-archive-number1): Diito.
8467         (wl-expire-archive-number2): Diito.
8468         (wl-expire-archive-Date): Diito.
8469         (wl-archive-number1): Diito.
8470         (wl-archive-number2): Diito.
8471         (wl-archive-date): Diito.
8472         (wl-archive-folder-p): New function.
8473         (wl-summary-expire): Support of expand folder name at
8474         wl-expire-alist.
8475         * wl-util.el (wl-expand-newtext): Renamed from
8476         `wl-refile-expand-newtext'.
8477
8478 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8479
8480         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8481         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8482         `(elmo-msgdb-get-overview msgdb)'.
8483         (wl-summary-prefetch): Bind match data before call
8484         `wl-summay-prefetch-msg'.
8485         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8486         'off if `wl-summary-buffer-disp-msg' is non-nil.
8487         Fixed problem that couldn't show only one new or unread message when
8488         enter folder.
8489         (wl-summary-reply): Don't call `split-window-vertically' and other
8490         window.
8491
8492 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-expire.el (wl-expire-refile): Fixed.
8495
8496 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8497
8498         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8499
8500         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8501         biff notification is removed.
8502
8503         * wl.el (wl): Changed position of `elmo-init'.
8504
8505         * wl-draft.el (wl-default-draft-cite): Use date field
8506         on the citation buffer.
8507
8508         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8509
8510         * wl-xmas.el (wl-folder-internal-icon-list): Added
8511         `wl-folder-shimbun-image'.
8512
8513         * wl-e21.el (wl-folder-internal-icon-list): Added
8514         `wl-folder-shimbun-image'.
8515
8516 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * wl.el (wl-init): Eliminated argument.
8519         (wl): Rewrite.
8520
8521         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8522         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8523         instead of `elmo-folder-msgdb-internal'.
8524         (wl-summary-sync-update): Ditto.
8525         (wl-summary-flush-pending-append-operations): Eliminated.
8526         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8527         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8528         `elmo-folder-open'.
8529
8530         * wl-mime.el (wl-summary-burst): Fixed.
8531
8532         * wl-folder.el (wl-folder-info-save): Check data type.
8533
8534         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8535         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8536         instead of `elmo-folder-msgdb-internal'.
8537         (wl-expire-hide): Ditto.
8538
8539
8540         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8541
8542 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8543
8544         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8545
8546 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8547
8548         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8549
8550 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8551
8552         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8553         Fixed `match-beginning' argument mismatch.
8554
8555 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8556
8557         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8558         the default value.
8559
8560 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8563         instead of `elmo-nntp-default-port'.
8564
8565         * wl-vars.el: Fixed some doc strings.
8566
8567 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-summary.el (wl-summary-prefetch-msg): Use
8570         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8571
8572         * wl-vars.el: Define *-func as obsolete variable using
8573         `elmo-define-obsolete-variable'.
8574
8575         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8576         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8577         instead of `wl-message-buffer-prefetch-threshold'.
8578
8579         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8580
8581         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8582
8583         * wl-draft.el (wl-caesar-region-func): Ditto.
8584
8585         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8586         Keep unread status in elmo-folder-move-messages.
8587         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8588
8589 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8590
8591         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8592         `wl-summary-buffer-exit-func'
8593         (wl-summary-buffer-message-redisplay-function): Renamed from
8594         `wl-summary-buffer-message-redisplay-func'
8595         (wl-summary-buffer-next-folder-function): Renamed from
8596         `wl-summary-buffer-next-folder-func'.
8597         (wl-summary-buffer-prev-folder-function): Renamed from
8598         `wl-summary-buffer-prev-folder-func'.
8599         (wl-summary-get-petname-function): Renamed from
8600         `wl-summary-get-petname-func'.
8601
8602         * wl-score.el (wl-score-edit-exit-function): Renamed from
8603         `wl-score-edit-exit-func'.
8604
8605         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8606         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8607
8608         * wl-util.el (wl-load-profile-function): Renamed from
8609         `wl-load-profile-func'.
8610
8611         * wl-folder.el (wl-folder-completion-function): Renamed from
8612         `wl-folder-completion-func'.
8613         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8614
8615         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8616         `wl-expire-archive-get-folder-func'.
8617         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8618         (wl-draft-send-mail-function): Renamed from
8619         `wl-draft-send-mail-func'.
8620         (wl-draft-send-news-function): Renamed from
8621         `wl-draft-send-news-func'.
8622         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8623         (wl-generate-mailer-string-function): Renamed from
8624         `wl-generate-mailer-string-func'.
8625         (wl-highlight-signature-search-function): Renamed from
8626         `wl-highlight-signature-search-func'.
8627         (wl-highlight-x-face-function): Renamed from
8628         `wl-highlight-x-face-func'
8629         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8630         (wl-ps-print-buffer-function): Renamed from
8631         `wl-ps-print-buffer-func'
8632         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8633         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8634         (wl-summary-subject-filter-function): Renamed from
8635         `wl-summary-subject-filter-func'.
8636
8637         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8638         `wl-draft-queue-flush-send-func'
8639         (wl-draft-cite-function): Renamed from
8640         `wl-draft-cite-func'
8641
8642         * wl-address.el (wl-address-init-function): Renamed from
8643         `wl-address-init-func'.
8644
8645 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * wl-draft.el (wl-draft-queue-flush): Don't call
8648         `elmo-dop-unlock-message'.
8649         * wl-draft.el (wl-draft-queue-append): Don't call
8650         `elmo-dop-lock-message'.
8651
8652         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8653         (wl-summary-buffer-folder-name): Ditto.
8654         (wl-summary-message-regexp): Added '-' (all other related portions
8655         are changed).
8656         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8657         wl-summary-buffer-folder-name.
8658
8659 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8660
8661         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8662         the number of mails in the folder buffer is not updated by wl-biff.
8663
8664 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8665
8666         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8667         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8668
8669 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-summary.el (wl-summary-next-message):
8672         Return next message number when wl-summary-move-order is nil.
8673
8674 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8675
8676         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8677         `wl-summary-move-spec-alist'.
8678         (wl-summary-move-spec-unplugged-alist): New variable
8679         (Move spec for unplugged status).
8680         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8681         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8682
8683 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8684
8685         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8686         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8687
8688 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8689
8690         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8691         simple quotation to quote the anonymous function.
8692         * tm-wl.el (wl-draft-preview-message): Ditto.
8693
8694 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8695
8696         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8697         Eliminate redundant `save-excursion'.
8698         (wl-highlight-summary-current-line): Ditto.
8699
8700         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8701         accessing match data when `looking-at' failed.
8702
8703         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8704         `elmo-match-string' where users don't care about the speed.
8705         (wl-draft-save): Ditto.
8706
8707 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl-util.el (wl-regexp-opt): New function.
8710
8711         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8712         number from `wl-summary-buffer-number-list'.
8713         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8714         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8715         (wl-summary-move-spec-alist): Changed default setting.
8716
8717 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8718
8719         * wl-vars.el (wl-biff-notify-hook): New hook.
8720         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8721         the arrival of new mail.
8722         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8723         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8724
8725 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8728
8729 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8732
8733         * Version number is increased to 2.5.8.
8734
8735         * wl-thread.el (toplevel): require 'cl.
8736         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8737         (wl-thread-make-number-list): New function.
8738         (wl-thread-entity-make-number-list-from-children): Ditto.
8739         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8740         (wl-thread-entity-insert-as-children): Likewise.
8741         (wl-thread-delete-message): Likewise.
8742         (wl-meaning-of-mark): Eliminated.
8743         (wl-thread-next-failure-mark-p): Ditto.
8744         (wl-thread-entity-get-mark): Ditto.
8745         (wl-thread-meaning-alist-get-result): Ditto.
8746         (wl-thread-entity-check-prev-mark): Ditto.
8747         (wl-thread-entity-check-next-mark): Ditto.
8748         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8749         (wl-thread-entity-get-prev-marked-entity): Ditto.
8750         (wl-thread-get-prev-unread): Ditto.
8751         (wl-thread-jump-to-prev-unread): Ditto.
8752         (wl-thread-get-next-unread): Ditto.
8753         (wl-thread-jump-to-next-unread): Ditto.
8754         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8755         (wl-thread-entity-get-next-marked-entity): Ditto.
8756
8757         * wl-summary.el (wl-summary-buffer-number-list):
8758         New bufer-local variable.
8759         (wl-summary-switch-to-clone-buffer): Clone
8760         `wl-summary-buffer-number-list'.
8761         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8762         (wl-summary-cursor-move-regex): Eliminated.
8763         (wl-summary-cursor-up): Rewrite.
8764         (wl-summary-cursor-down): Ditto.
8765         (wl-summary-mode-spec-alist): New variable.
8766         (wl-summary-next-message): New inline function.
8767         (wl-summary-cursor-move): New function.
8768         (wl-summary-default-get-next-msg): Rewrite.
8769         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8770         (wl-summary-rescan): Ditto.
8771         (wl-summary-sync-all-init): Ditto.
8772         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8773         summary is not thread view.
8774         (wl-summary-sync-update): Ditto.
8775         (wl-summary-rescan): Ditto.
8776         (wl-summary-make-number-list): New function.
8777
8778         * wl-draft.el: "FCC" -> "Fcc".
8779
8780 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8781
8782         * wl-highlight.el (wl-highlight-summary-window):
8783         Call `set-buffer-modified-p'.
8784
8785         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8786         (wl): Call `elmo-init' and fix.
8787
8788         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8789         Use new variables.
8790
8791         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8792
8793 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8796
8797 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8798
8799         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8800
8801 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8802
8803         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8804         `wl-use-toolbar' nor `display-graphic-p'.
8805         (wl-e21-setup-message-toolbar): Ditto.
8806         (wl-e21-setup-summary-toolbar): Ditto.
8807         (wl-e21-setup-folder-toolbar): Ditto.
8808
8809         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8810         (wl-plugged-init-icons): Ditto.
8811
8812         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8813         `display-graphic-p'.
8814         (wl-plugged-set-folder-icon): Ditto.
8815         (wl-highlight-plugged-current-line): Ditto.
8816         (wl-highlight-folder-current-line): Ditto.
8817         (wl-e21-highlight-folder-group-line): Ditto.
8818         (wl-e21-setup-toolbar): Ditto.
8819         (wl-e21-display-image-p): New macro.
8820
8821         * wl-demo.el (wl-demo): Simplified.
8822         (wl-demo-image-type-alist): Use `image-type-available-p' for
8823         checking whether the image type `xbm' is available.
8824
8825 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8828         (wl-summary-input-range): Ditto.
8829
8830 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-summary.el (wl-summary-edit-addresses): Use
8833         `wl-summary-get-original-buffer'
8834         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8835         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8836         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8837         (wl-summary-get-newsgroups): Eliminated.
8838         (wl-summary-set-crosspost): Ditto.
8839         (wl-summary-is-crosspost-folder): Ditto.
8840         (wl-crosspost-alist-load): Ditto.
8841         (wl-crosspost-alist-save): Ditto.
8842
8843         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8844         `elmo-setup-subscribed-newsgroups' instead of
8845         `elmo-nntp-make-groups-hashtb'.
8846         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8847         instead of `wl-crosspost-alist-save'.
8848
8849         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8850         of `elmo-folder-message-appendable-p'.
8851         (wl-mime-header-presentation-method): Eliminated.
8852
8853         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8854         (Error occurs in emacs21).
8855
8856         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8857         the current buffer).
8858
8859         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8860         instead of `wl-crosspost-alist-save'.
8861         (wl-init): `elmo-crosspost-message-alist-load'
8862         instead of `wl-crosspost-alist-load'
8863
8864         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8865         (wl-parse-newsgroups): Likewise.
8866         (wl-biff-notify): Run `wl-biff-notify-hook'.
8867
8868 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8871
8872         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8873         when `wl-summary-lazy-highlight' is non-nil.
8874         (wl-summary-goto-folder-subr): Highlight only when
8875         `wl-summary-lazy-highlight' is non-nil.
8876
8877         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8878         Don't display progress and highlight temp-mark when
8879         `wl-summary-lazy-highlight' is non-nil.
8880         (wl-highlight-summary-window): New function.
8881         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8882
8883 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8884
8885         * wl-summary.el (wl-summary-sync): Change `all-visible'
8886         from `all-shown'
8887         (wl-summary-input-range): Ditto.
8888
8889 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8890
8891         * wl-e21.el (wl-highlight-folder-current-line): Call
8892         `wl-folder-init-icons' when folder icons have not been initialized.
8893
8894         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8895
8896         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8897         (wl-demo-image-type-alist): New macro.
8898
8899 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8900
8901         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8902         display does not support graphics.
8903         (wl-plugged-init-icons): Ditto.
8904         (wl-folder-init-icons): Ditto.
8905
8906         * wl-demo.el (wl-demo): Chech closely whether the display
8907         supports graphics.
8908
8909 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-summary.el (wl-summary-get-original-buffer): New function.
8912         (wl-summary-set-crosspost): Use it.
8913         (wl-summary-target-mark-uudecode): Ditto.
8914         (wl-summary-reedit): Ditto.
8915         (wl-summary-resend-bounced-mail): Ditto.
8916         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8917         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8918
8919         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8920         (wl-message-display-internal): Ditto.
8921
8922 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8925
8926 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-summary.el (wl-summary-save-view): Renamed from
8929         `wl-summary-save-status'.
8930
8931 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8932
8933         * wl-summary.el (wl-summary-sync): Added `all-shown'
8934
8935 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8936
8937         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8938
8939 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8940
8941         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8942
8943 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8944
8945         * wl-highlight.el (wl-highlight-summary-line-string): Use
8946         `zerop' instead of `= 0'.
8947         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8948
8949         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8950         for comparing numbers.
8951         (wl-template-prev): Use `zerop' instead of `eq 0'.
8952
8953         * wl-draft.el (wl-draft-insert-current-message): Use
8954         `with-current-buffer' instead of `save-excursion'.
8955         Use `zerop' instead of `eq 0'.
8956
8957 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8958
8959         * wl-draft.el (wl-draft-insert-ccs): New function.
8960         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8961         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8962
8963 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8966
8967 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8968
8969         * wl-expire.el (wl-expire-refile): Don't call
8970         elmo-msgdb-add-msgs-to-seen-list;
8971         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8972         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8973
8974 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8975
8976         * wl-message.el (wl-message-prev-page): Ignore errors while
8977         scroll-down.
8978
8979 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8980
8981         * wl-mime.el: Use elmo-original-message-mode instead of
8982         mmelmo-original-mode.
8983
8984         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8985         `elmo-folder-get-spec';
8986         (wl-fldmgr-add-completion-all-completions):
8987         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8988
8989         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8990         of `elmo-folder-get-type'.
8991
8992         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8993         `elmo-folder-get-spec';
8994         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8995         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8996         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8997         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8998         `elmo-read-msg-no-cache';
8999         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
9000         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
9001         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
9002         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
9003         `elmo-cache-save';
9004         (wl-draft-reedit): Use `elmo-message-file-name'.
9005
9006         * wl-expire.el: Use `elmo-folder-name-internal';
9007         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9008         Use macro `wl-summary-buffer-msgdb' instead of variable
9009         `wl-summary-buffer-msgdb';
9010         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
9011         Use macro `wl-summary-buffer-folder-name' instead of variable
9012         `wl-summary-buffer-folder-name'.
9013         * wl-score.el: Likewise.
9014
9015         * wl-message.el: Rewrite for new message buffer cache mechanism.
9016         (wl-message-buffer-cache-buffer-get): New macro.
9017         (wl-message-buffer-cache-folder-get): Ditto.
9018         (wl-message-buffer-cache-message-get): Ditto.
9019         (wl-message-buffer-cache-entry-make): Ditto.
9020         (wl-message-buffer-cache-hit): Ditto.
9021         (wl-message-buffer-cache-sort): New function.
9022         (wl-message-buffer-cache-add): Ditto.
9023         (wl-message-buffer-cache-delete): Ditto.
9024         (wl-message-buffer-cache-clean-up): Ditto.
9025         (wl-message-buffer-window): Rewrite.
9026         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9027         (wl-message-buffer-display): New function.
9028         (wl-message-display-internal): New function.
9029
9030 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * wl-folder.el: Use `elmo-folder-name-internal';
9033         Use `wl-folder-get-elmo-folder';
9034         Use `elmo-folder-list-messages' instead of
9035         `elmo-list-folder';
9036         Use `elmo-folder-get-primitive-list' instead of
9037         `elmo-folder-get-primitive-spec-list';
9038         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9039         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9040         Use `elmo-folder-create' instead of `elmo-create-folder'.
9041         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9042         (wl-folder-get-elmo-folder): New macro.
9043         (wl-folder-elmo-folder-cache-get): Ditto.
9044         (wl-folder-elmo-folder-cache-put): Ditto.
9045         (wl-folder-suspend): Call `elmo-quit'.
9046
9047         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9048         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9049         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9050         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9051         (toplevel): require 'cl.
9052         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9053
9054         * wl-summary.el: Rewrite to use new elmo interface.
9055
9056 \f
9057 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-mime.el (wl-draft-preview-message):
9060         Run `wl-draft-send-hook' before collecting recipients information;
9061         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9062
9063         * tm-wl.el (wl-draft-preview-message): Ditto.
9064
9065 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9066
9067         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9068         wrong recipients are displayed when forwarded message.
9069
9070 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9071
9072         * Version number is increased to 2.5.7.
9073
9074 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9075
9076         * wl-message.el (wl-message-next-page): Bind
9077         `window-pixel-scroll-increment' to nil while scrolling up.
9078
9079 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9080
9081         * wl-vars.el (wl-save-hook): New hook.
9082         * wl.el (wl-save): Call `wl-save-hook'.
9083
9084 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9085
9086         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9087         Argument WITH-ARG instead of NO-ARG (negative mean).
9088         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9089         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9090         * wl-message.el (wl-message-follow-current-entity): Likewise.
9091
9092 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9093
9094         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9095         FROM was optional argument.
9096         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9097
9098 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9099
9100         * Version number is increased to 2.5.6.
9101
9102 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9103
9104         * wl-version.el (wl-version-show): Removed.
9105         (wl-version): Add `interactive'.
9106
9107 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9108
9109         * wl-summary.el (wl-summary-get-petname-func): New variable.
9110         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9111         instead of `wl-address-get-petname-1'.
9112         (wl-summary-simple-from): Ditto.
9113
9114         * wl-address.el (wl-address-get-petname-1): Define as function.
9115
9116 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9119         field in the original message.
9120         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9121
9122 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9123
9124         * wl-expire.el (wl-expire-hide):
9125         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9126
9127 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9130         find decoder for To, Cc, and Subject.
9131
9132 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9133
9134         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9135         for checking `elmo-use-buffer-cache'.
9136         (wl-summary-mark-as-important): Fixed typo in comment.
9137
9138 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9141         field in the original message.
9142         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9143
9144 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9145
9146         * wl-expire.el (wl-expire-hide):
9147         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9148
9149 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9152         find decoder for To, Cc, and Subject.
9153
9154 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * Version number is increased to 2.5.5.
9157
9158         * wl-address.el (wl-address-specials-regexp): New constant.
9159         (wl-address-quote-specials): Use it.
9160
9161 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * wl-summary.el (wl-summary-rescan):
9164         Call `wl-summary-buffer-number-column-detect'.
9165         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9166
9167         * wl-message.el (wl-message-mode-map): Define.
9168         (wl-message-decode): Use it as local-map.
9169
9170 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9173         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9174
9175 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9178
9179         * wl-mule.el (wl-read-event-char): Ditto.
9180
9181         * wl-e21.el (wl-read-event-char): Ditto.
9182
9183         * wl-nemacs.el (wl-read-event-char): Ditto.
9184         (read-event): Removed.
9185
9186         * wl-util.el (toplevel): Removed dummy definition of
9187         `read-event'.
9188         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9189
9190 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9191
9192         * wl-nemacs.el (elmo-archive-call-process): Moved to
9193         elmo-archive.el.
9194
9195 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9196
9197         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9198         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9199
9200         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9201         instead of magic-number 6.  Use `not' instead of `null' for symbol
9202         `nil' check (not empty list).
9203         (wl-draft-insert-x-face-field): Fixed paren style.
9204
9205         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9206         one-branch conditional statement, instead of `and' and `if'.
9207         (wl-draft-forward): Likewise.
9208         (wl-draft-add-references): Likewise.
9209         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9210
9211         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9212         conditional steatment.  Use `cond' instead of `if'.
9213         (wl-draft-confirm): Likewise.
9214
9215 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9216
9217         * wl-version.el (wl-version-show): Use `product-string-1'
9218         instead of `wl-version'.
9219         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9220
9221         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9222
9223 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-highlight.el (wl-highlight-headers): Revert
9226         `wl-highlight-x-face-func' argument (`beg' and `end').
9227
9228 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9229
9230         * wl.el (toplevel): Move `product-provide' declare.
9231         * wl-demo.el (toplevel): Ditto.
9232         * wl-dnd.el (toplevel): Ditto.
9233         * wl-highlight.el (toplevel): Ditto.
9234         * wl-message.el (toplevel): Ditto.
9235         * wl-refile.el (toplevel): Ditto.
9236         * wl-util.el (toplevel): Ditto.
9237
9238 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9241         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9242         (wl-thread-close-all): keep cursor position.
9243
9244 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9245
9246         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9247         (eq x 0).
9248         (wl-generate-user-agent-string-1): Fix conditional statement.
9249
9250 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9251
9252         * wl.el (wl-check-environment): Additional check for
9253         'wl-local-domain' and `wl-message-id-domain'.
9254
9255 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9258
9259 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9260
9261         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9262         instead of `smtp-sasl-user-realm'.
9263
9264 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9265
9266         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9267
9268 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9269
9270         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9271         to the default value as well as `eword-lexical-analyzer'.
9272
9273 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9274
9275         * wl-version.el (wl-extended-emacs-version,
9276         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9277         `elmo-match-string' instead of `wl-match-string'.
9278
9279 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9280
9281         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9282         docstring.
9283
9284 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9285
9286         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9287
9288 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9289
9290         * wl-highlight.el (wl-highlight-headers): Remove
9291         `wl-highlight-x-face-func' argument (`beg' and `end').
9292
9293 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl-summary.el (wl-summary-mark-as-important):
9296         Remove cache if folder is local.
9297
9298 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9299
9300         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9301         to get existing e-mail address string.
9302
9303 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9304
9305         * wl-version.el (wl-generate-user-agent-string): Commentary.
9306         (wl-generate-user-agent-string-1): Use `when' for
9307         one-branch conditional statement, instead of `and' and `if'.
9308         (wl-extended-emacs-version, wl-extended-emacs-version2,
9309         wl-extended-emacs-version3): Ditto.
9310
9311 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9312
9313         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9314         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9315         condition-case; Remove initialization.
9316         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9317         (wl-summary-sync-update3): Added argument `sync-all';
9318         Eliminated local variable `msgdb';
9319         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9320         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9321         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9322
9323 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9324
9325         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9326         connection before call `wl-draft-send-mail-with-smtp'.
9327
9328 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * Version number is increased to 2.5.4.
9331
9332 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9333
9334         * wl.el (wl-check-environment): Additional check for
9335         'wl-local-domain' and `wl-message-id-domain'.
9336
9337 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9338
9339         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9340         buffer as command specific.
9341         (wl-folder-mark-as-read-all-entity): Ditto.
9342         (wl-folder-prefetch-entity): Ditto.
9343         (wl-folder-drop-unsync-entity): Ditto.
9344
9345         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9346         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9347         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9348
9349         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9350         save-excursion.
9351
9352 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9353
9354         * Version number is increased to 2.5.3.
9355
9356         * wl-summary.el (wl-summary-save-view-cache):
9357         Delete duplicated `write-region';
9358         Use `write-region-as-binary' instead of `as-binary-output-file' and
9359         `write-region'.
9360
9361 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9362
9363         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9364
9365 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9366
9367         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9368         instead of `smtp-via-smtp'.
9369
9370 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9371
9372         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9373
9374 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9375
9376         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9377         instead of `smtp-sasl-user-realm'.
9378
9379 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9380
9381         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9382
9383 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9384
9385         * Version number is increased to 2.5.2.
9386
9387 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9390         does not exist.
9391         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9392         (wl-biff-start): Call `timer-activate' if timer already exists.
9393
9394         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9395         only when it is bound as function.
9396
9397 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * Version number is increased to 2.5.1.
9400
9401 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9404         Print refile/copy destination.
9405
9406 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9409         queue-flush-only is non-nil.
9410
9411         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9412
9413         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9414         checking cache folder.
9415
9416 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9417
9418         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9419         `regexp-quote'.
9420
9421 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9422
9423         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9424         function.
9425         * wl-summary.el (wl-summary-write-current-folder-functions):
9426         Change default value.  Use it.
9427
9428 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9429
9430         * Version number is increased to 2.5.0.
9431
9432         * wl-version.el (wl-version): Changed codename.
9433
9434 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9435
9436         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9437         (wl-summary-supersedes-message): Ditto.
9438
9439 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9440
9441         * wl-refile.el (wl-refile-guess-functions): Renamed from
9442         `wl-refile-guess-func-list'.
9443
9444 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9445
9446         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9447         Fixed problem when no rule was matched.
9448
9449 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9450
9451         * wl-summary.el (wl-summary-get-mark): Fixed
9452         `wl-summary-buffer-target-mark' check logic.
9453
9454 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9455
9456         * wl-folder.el (wl-folder-write-current-folder): Added group
9457         folder check.
9458
9459         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9460         `wl-summary-write-current-newsgroup'.
9461         (wl-summary-write-current-folder-functions): New variable.
9462         * wl-folder.el (wl-folder-get-newsgroups): New function.
9463         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9464         (wl-folder-write-current-folder): Renamed from
9465         `wl-folder-write-current-newsgroup'.
9466
9467 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9468
9469         * Version number is increased to 2.3.93.
9470
9471 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9474         (wl-ldap-make-matched-value-list): Ditto.
9475         (wl-ldap-alias-safe-string): Split e-mail address.
9476
9477         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9478         petname folder default was selected.
9479         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9480         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9481
9482 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9483
9484         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9485         to `wl-draft-config-exec'.
9486
9487         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9488         instead of calling `wl-draft-config-exec';
9489         Process group-list and show recipients in minibuffer.
9490
9491         * tm-wl.el (wl-draft-preview-message): Ditto.
9492
9493 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9494
9495         * wl.el (toplevel): Added (C) to copyright notice, and
9496         sync Author header.
9497         * tm-wl.el (toplevel): Ditto.
9498         * wl-address.el (toplevel): Ditto.
9499         * wl-demo.el (toplevel): Ditto.
9500         * wl-dnd.el (toplevel): Ditto.
9501         * wl-draft.el (toplevel): Ditto.
9502         * wl-e21.el (toplevel): Ditto.
9503         * wl-expire.el (toplevel): Ditto.
9504         * wl-folder.el (toplevel): Ditto.
9505         * wl-highlight.el (toplevel): Ditto.
9506         * wl-message.el (toplevel): Ditto.
9507         * wl-mime.el (toplevel): Ditto.
9508         * wl-mule.el (toplevel): Ditto.
9509         * wl-nemacs.el (toplevel): Ditto.
9510         * wl-refile.el (toplevel): Ditto.
9511         * wl-score.el (toplevel): Ditto.
9512         * wl-summary.el (toplevel): Ditto.
9513         * wl-template.el (toplevel): Ditto.
9514         * wl-thread.el (toplevel): Ditto.
9515         * wl-util.el (toplevel): Ditto.
9516         * wl-vars.el (toplevel): Ditto.
9517         * wl-xmas.el (toplevel): Ditto.
9518
9519 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9520
9521         * wl.el (wl-init): Added comment about `wl-init-hook'.
9522         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9523         * wl-vars.el (wl-init-hook): Added docs.
9524         (wl-make-plugged-hook): Removed useless docs.
9525         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9526         * wl-xmas.el (toplevel): Ditto.
9527
9528 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9529
9530         * wl-address.el (toplevel): Fixed multiple Author header format.
9531         * wl-demo.el (toplevel): Ditto.
9532         * wl-draft.el (toplevel): Ditto.
9533         * wl-folder.el (toplevel): Ditto.
9534         * wl-summary.el (toplevel): Ditto.
9535         * wl-thread.el (toplevel): Ditto.
9536         * wl-util.el (toplevel): Ditto.
9537         * wl-vars.el (toplevel): Ditto.
9538         * wl-version.el (toplevel): Ditto.
9539         * wl-xmas.el (toplevel): Ditto.
9540         * wl.el (toplevel): Ditto.
9541
9542         * wl-version.el (toplevel): Added require `elmo-version' for
9543         `product-version-as-string'.
9544
9545 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9546
9547         * wl-vars.el (wl-draft-send-hook): Changed default value to
9548         '(wl-draft-config-exec).
9549
9550         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9551         explicitly.
9552         (wl-draft): Set `wl-draft-config-exec-flag' before running
9553         `wl-mail-setup-hook'.
9554
9555         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9556         `wl-biff-init-icons' to `wl-init-hook' instead of
9557         `wl-make-plugged-hook'.
9558         (Because if `wl-draft' command is invoked at first,
9559         they are not initialized)
9560         Updated copyright notice.
9561
9562         * wl-e21.el (toplevel): Ditto;
9563
9564         * wl-demo.el (toplevel): Updated copyright notice.
9565         * wl-address.el (toplevel): Ditto.
9566         * wl-draft.el (toplevel): Ditto.
9567         * wl-version.el (toplevel): Ditto.
9568         * wl-folder.el (toplevel): Ditto.
9569         * wl-summary.el (toplevel): Ditto.
9570         * wl-thread.el (toplevel): Ditto.
9571         * wl-util.el (toplevel): Ditto.
9572         * wl-vars.el (toplevel): Ditto.
9573         * wl.el (toplevel): Ditto.
9574
9575 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-highlight.el (wl-highlight-message): Fixed problem of
9578         highlighting failure which occured when the last field contains
9579         multiple lines in the draft buffer.
9580
9581         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9582         `wl-biff-start' if plugged.
9583
9584         * wl-util.el (wl-biff-check-folder): New function.
9585         (wl-biff-check-folders): Don't set session name prefix.
9586         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9587         (wl-biff-check-folder-async): Ditto.
9588
9589         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9590         in email address.
9591
9592 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9593
9594         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9595
9596         * wl-draft.el (wl-draft-strip-subject-re): New function.
9597
9598         * wl-draft.el (wl-draft-reply): Use it.
9599
9600 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-message.el (wl-mmelmo-message-redisplay): Use
9603         `mime-display-message' instead of `wl-mime-display-message'.
9604
9605         * wl-mime.el (toplevel): Removed compatibility workaround
9606         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9607         (wl-mime-display-message): Abolished.
9608         (wl-mime-entity-read-field): Ditto.
9609         (wl-mime-combine-message/partial-pieces): Use
9610         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9611
9612 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9613
9614         * wl-template.el: Doc fixes.
9615
9616 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9617
9618         * wl-e21.el (wl-message-overload-functions): Do nothing if
9619         `current-local-map' is not available.
9620         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9621
9622 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9623
9624         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9625         representation.
9626
9627         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9628         number.
9629         (wl-fldmgr-save-folders): Don't use `format' when insert
9630         `wl-fldmgr-folders-header'.
9631
9632 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9633
9634         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9635
9636 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9637
9638         * wl-highlight.el (wl-highlight-message):
9639         Use `std11-field-end' to detect end point of the header field.
9640         Refer `wl-highlight-max-header-size'.
9641
9642         * wl-vars.el (wl-highlight-max-header-size): New variable.
9643
9644         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9645
9646         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9647         Set `for-draft' argument of wl-highlight-headers.
9648         (wl-draft): Ditto.
9649         (wl-draft-reedit): Ditto.
9650         (wl-user-agent-compose-internal): Ditto.
9651
9652 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9653
9654         * wl-message.el (wl-message-add-button): Use overlay.
9655
9656 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9657
9658         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9659
9660         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9661         problem when group-list content is nothing.
9662         (Reported by Mito <mit@nines.nec.co.jp>)
9663
9664 2000-10-18  SAITO Atsunori <sai@yedo.com>
9665
9666         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9667
9668 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9669
9670         * tm-wl.el (toplevel): Use product-provide.
9671
9672 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9673
9674         * Version number is increased to 2.3.92.
9675
9676 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9677
9678         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9679         title text, use `display' property for left margin under Emacs 21.
9680
9681         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9682         properties.
9683         (wl-plugged-init-icons): Ditto.
9684
9685 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9686
9687         * wl.el (wl-save-status, wl-init): Remove last period in
9688         "...done." message.
9689         * tm-wl.el (wl-summary-burst): Ditto.
9690         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9691         wl-summary-resume-cache-status,
9692         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9693         wl-summary-sync-update3, wl-summary-highlight-msgs,
9694         wl-summary-flush-pending-append-operations,
9695         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9696         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9697         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9698         wl-thread-open-all): Ditto.
9699         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9700         * wl-mime.el (wl-summary-burst): Ditto.
9701         * wl-highlight.el (wl-highlight-summary): Ditto.
9702         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9703         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9704         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9705         * wl-address.el (wl-local-address-init): Ditto.
9706
9707 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9708
9709         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9710         `add-text-properties'.
9711         (wl-plugged-init-icons): Ditto.
9712         (wl-folder-init-icons): Use `propertize' instead of
9713         `put-text-property'.
9714         (wl-plugged-set-folder-icon): Ditto.
9715         (wl-e21-highlight-folder-group-line): Ditto.
9716
9717 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9718
9719         * wl-version.el (wl-version-status-alist): New variable.
9720         (wl-version-status): New function.
9721
9722         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9723         "Cc" part of the case "Reply-To".
9724
9725         * wl-draft.el (wl-draft-reply): Use result of
9726         `eword-extract-address-components'.
9727
9728         * wl-demo.el (wl-demo-icon-name): New constant.
9729         (wl-logo-xpm): Use it.
9730         (wl-logo-xbm): Ditto.
9731         (wl-logo-bitmap): Ditto.
9732
9733         * Version number is increased to 2.3.91.
9734
9735 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9736
9737         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9738         (wl-extended-emacs-version, wl-extended-emacs-version2,
9739         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9740         docstring.
9741
9742         * wl-version.el (wl-generate-user-agent-string-1): New function.
9743         (wl-generate-user-agent-string): Use it.
9744
9745         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9746         `mime-edit-insert-user-agent-field'.
9747         (wl-generate-user-agent-string): Check
9748         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9749
9750         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9751         instead of `if', when verbose case.
9752
9753 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9754
9755         * wl-expire.el (wl-summary-expire): Fix.
9756
9757 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9758
9759         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9760         and `elmo-lost+found-folder' if 'wl-draft.
9761         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9762
9763 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9764
9765         * wl-expire.el (wl-summary-expire): Change messages.
9766         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9767         `deleing-info' instead of "Deleting..."
9768
9769 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9770
9771         * wl-summary.el (wl-summary-refile-subr): Fix.
9772
9773 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9774
9775         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9776         if pipe folder.
9777
9778 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9779
9780         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9781
9782 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9783
9784         * wl-expire.el (wl-expire-hide): New function.
9785         (wl-summary-expire): Add `hide'.
9786
9787 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9788
9789         * wl-vars.el (wl-draft-reply-without-argument-list):
9790         Changed default value to consider `Reply-To:'.
9791         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9792
9793         * Version number is increased to 2.3.90.
9794
9795         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9796         elmo-imap4-get-session with unwind-protect.
9797         Don't cause error.
9798         (wl-summary-sync-marks): Don't check plugged nor folder type.
9799         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9800         (Always keep current buffer).
9801
9802 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9803
9804         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9805         Enclose with `save-excursion'.
9806
9807 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9808
9809         * wl-version.el (wl-version): Remove interactive.
9810
9811 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9812
9813         * wl-version.el (wl-generate-user-agent-string): Use
9814         `product-string-verbose' instead of `product-string-1'.
9815
9816 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9817
9818         * wl-vars.el (wl-draft-use-cache): New variable.
9819         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9820         if wl-draft-use-cache is non-nil.
9821
9822 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9823
9824         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9825         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9826
9827 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9830         (wl-thread-msg-mark-as-unread): Ditto.
9831
9832         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9833         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9834         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9835         Don't set mark in summary if return value of `elmo-mark-as-read'
9836         is nil.
9837         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9838         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9839         instead of `wl-thread-msg-mark-as-read'.
9840         (wl-summary-mark-as-unread-region): Ditto.
9841         (wl-summary-target-mark-mark-as-read): Ditto.
9842
9843         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9844
9845 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9846
9847         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9848
9849         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9850
9851 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9852
9853         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9854         face.
9855
9856 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9857
9858         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9859         `running-xemacs'.
9860
9861 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9862
9863         * wl-version.el (toplevel): Use `product-version-as-string' for
9864         set verstion-string, if defined.
9865
9866         * wl-version.el (wl-version-show): Insert string at point, when
9867         call with argument.
9868
9869         * wl-version.el (wl-generate-user-agent-string): Use
9870         `product-string-1' instead of `wl-appname', `wl-version' and
9871         `wl-codename'.
9872
9873 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9874
9875         * wl-address.el (toplevel): Use product-provide.
9876         * wl-demo.el (toplevel): Ditto.
9877         * wl-dnd.el (toplevel): Ditto.
9878         * wl-draft.el (toplevel): Ditto.
9879         * wl-e21.el (toplevel): Ditto.
9880         * wl-expire.el (toplevel): Ditto.
9881         * wl-fldmgr.el (toplevel): Ditto.
9882         * wl-folder.el (toplevel): Ditto.
9883         * wl-highlight.el (toplevel): Ditto.
9884         * wl-message.el (toplevel): Ditto.
9885         * wl-mime.el (toplevel): Ditto.
9886         * wl-mule.el (toplevel): Ditto.
9887         * wl-nemacs.el (toplevel): Ditto.
9888         * wl-refile.el (toplevel): Ditto.
9889         * wl-score.el (toplevel): Ditto.
9890         * wl-summary.el (toplevel): Ditto.
9891         * wl-template.el (toplevel): Ditto.
9892         * wl-thread.el (toplevel): Ditto.
9893         * wl-util.el (toplevel): Ditto.
9894         * wl-vars.el (toplevel): Ditto.
9895         * wl-xmas.el (toplevel): Ditto.
9896         * wl.el (toplevel): Ditto.
9897
9898 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9899
9900         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9901         instead of product.
9902
9903         * wl-version.el (wl-version): Compile time evalution elmo-version.
9904
9905 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9906
9907         * wl-summary.el (wl-summary-sync-force-update): Append queue
9908         `mark-as-read'if unplugged.
9909
9910 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9911
9912         * wl-version.el: New file.  Use product.el.
9913         * wl.el: add (require 'wl-version).
9914         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9915         for ~/.folders header.
9916         (wl-fldmgr-folders-header): Changed.
9917         * wl-demo.el (wl-demo): Use product.el.
9918
9919         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9920         wl-version.el.
9921         * wl-util.el (wl-version, wl-version-show): Ditto.
9922
9923         * wl-util.el (wl-generate-user-agent-string,
9924         wl-extended-emacs-version, wl-extended-emacs-version2,
9925         wl-extended-emacs-version3): Move to wl-version.el.
9926         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9927         xemacs-codename, mime-edit-insert-user-agent-field,
9928         mime-edit-user-agent-value, mime-editor/version,
9929         mime-editor/codename): Compile warning killer move to
9930         wl-version.el
9931
9932 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9933
9934         * wl-summary.el (wl-summary-refile-subr): Fix.
9935
9936 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9937
9938         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9939         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9940
9941 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9942
9943         * wl.el (wl-check-environment): Check too many `@'.
9944
9945 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9946
9947         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9948
9949 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9950
9951         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9952         wl-draft-reply-myself-without-argument-list): Add variables.
9953         * wl-draft.el (wl-draft-reply): Use it.
9954
9955 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9956
9957         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9958         the 5th argument of `elmo-network-get-spec'.
9959
9960         * wl-thread.el (wl-thread-reparent-children): New inline function.
9961         (wl-thread-delete-message): Use it.
9962
9963         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9964         (wl-summary-score-update-all-lines): Don't use `dolist'.
9965
9966 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9967
9968         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9969         (require 'elmo-msgdb) for inline function.
9970
9971 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9972
9973         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9974
9975 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9976
9977         * wl-score.el (wl-score-headers): Fix for the confusing macro
9978         `elmo-kill-buffer'.
9979
9980 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9981
9982         * wl-summary.el: Don't use the 3rd argument of `require' because
9983         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9984         * wl-util.el: Ditto.
9985         * wl-draft.el: Ditto.
9986
9987 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9988
9989         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9990         window system is not used.
9991
9992 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9993
9994         * wl-thread.el: Don't use `mapcar' only for iteration.
9995         (wl-thread-resume-entity): Ditto.
9996         (wl-thread-delete-message): Ditto.
9997
9998         * wl-summary.el: Bind `dragdrop-drop-functions',
9999         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
10000         of `require' for `timezone', `easymenu' and `ps-print';
10001         don't use `mapcar' only for iteration.
10002
10003         * wl-util.el: Bind `mule-version', `nemacs-version',
10004         `emacs-beta-version', `xemacs-codename',
10005         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
10006         `mime-editor/version' and `mime-editor/codename'; specify 3rd
10007         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
10008         only for iteration.
10009
10010         * wl-score.el: Don't use `mapcar' only for iteration.
10011         (wl-score-simplify-buffer-fuzzy): Ditto.
10012         (wl-score-simplify-subject): Ditto.
10013         (wl-score-headers): Ditto.
10014         (wl-summary-score-update-all-lines): Ditto.
10015
10016         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10017         `enable-multibyte-characters' and `mule-version'.
10018
10019         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10020         `mapcar' only for iteration.
10021
10022         * wl-demo.el: Don't use `mapcar' only for iteration.
10023
10024         * wl-folder.el: Don't use `mapcar' only for iteration.
10025         (wl-folder-open-all): Ditto.
10026         (wl-folder-count-incorporates): Ditto.
10027
10028         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10029         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10030
10031         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10032         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10033         `smtp-connection-type'; specify 3rd argument of `require' for
10034         `timezone'; don't use `mapcar' only for iteration.
10035         (wl-draft-clone-local-variables): Don't use `mapcar'.
10036         (wl-draft-generate-clone-buffer): Ditto.
10037         (wl-user-agent-compose-internal): Ditto.
10038
10039         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10040
10041         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10042         (wl-save-status): Ditto.
10043
10044         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10045         for iteration.
10046
10047 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10048
10049         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10050         removed `Date'.
10051         (wl-fldmgr-make-filter-default): New user option.
10052
10053         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10054         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10055         (wl-fldmgr-filter-completion-alist): Abolish.
10056
10057         * wl.el (wl): Don't check servers if arg is non-nil.
10058
10059         * wl-draft.el (wl-draft-reply): Set only message-id string to
10060         In-Reply-To field.
10061
10062 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10063
10064         * wl-summary.el (wl-summary-pick): Rewrite.
10065
10066         * wl-draft.el (wl-draft-forward): Get references field from
10067         original buffer.
10068         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10069
10070 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10071
10072         * wl-draft.el (wl-draft-forward): Add references field.
10073
10074 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10077         (wl-draft-reply): Use it.
10078
10079 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10080
10081         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10082         when Emacs 21 is running.
10083
10084         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10085         bindings.
10086
10087 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10088
10089         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10090         XPM icons transparent.
10091
10092         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10093         Emacs 21.
10094
10095 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10096
10097         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10098         nil.
10099
10100         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10101         when it is persistent.
10102         (wl-summary-sync-marks): Changed argument for
10103         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10104         (wl-summary-virtual): Use `elmo-read-search-condition'.
10105         (wl-summary-redisplay-internal): If folder is local, mark as read
10106         even when folder is plugged.
10107
10108 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10109
10110         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10111         of `tool-bar-lines' in the frame parameters.
10112         (after-make-frame-functions, post-command-hook): Don't modify the
10113         value.
10114         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10115         wl-e21-tool-bar-lines): Removed.
10116
10117 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10118
10119         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10120         properties `evaporate' and `wl-momentary-overlay' as well.
10121         (wl-highlight-summary-displaying): Ditto.
10122         (wl-delete-all-overlays): Don't delete overlay which does not have
10123         a property `wl-momentary-overlay'.
10124
10125         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10126         `display-mouse-p' and `display-graphic-p'.
10127         (wl-folder-init-icons): Don't search for XBM or the other files.
10128         (wl-plugged-set-folder-icon): Make icons if and only if
10129         `display-graphic-p' returns non-nil.
10130         (wl-highlight-plugged-current-line): Use `before-string' overlay
10131         property to show icon images.
10132         (wl-highlight-folder-current-line): Ditto.
10133         (wl-e21-highlight-folder-group-line): Ditto.
10134         (wl-e21-highlight-folder-by-numbers): Ditto.
10135         (wl-e21-insert-image): Removed.
10136         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10137         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10138         said.
10139         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10140         `wl-e21-force-switch-toolbar'.
10141         (wl-e21-make-icon-image): Removed.
10142         (wl-e21-setup-toolbar): Don't search for XBM files.
10143         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10144         the default value.
10145
10146 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10147
10148         * wl-util.el (wl-biff-check-folder-async): Set
10149         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10150
10151 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10152
10153         * wl-e21.el (after-make-frame-functions): Add
10154         `wl-e21-force-switch-toolbar'.
10155         (wl-e21-force-switch-toolbar): New function force to switch the
10156         toolbar appearance automatically.
10157         (post-command-hook): Add `wl-e21-switch-toolbar'.
10158         (wl-e21-switch-toolbar): New function to switch the toolbar
10159         appearance automatically.
10160         (wl-e21-tool-bar-lines): New buffer local variable.
10161
10162 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10163
10164         * wl-util.el (wl-biff-check-folders-running): New variable.
10165         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10166         (wl-biff-check-folder-async-callback):
10167         Set `wl-biff-check-folders-running'.
10168         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10169         with unwind-protect.
10170
10171         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10172         Enclose `wl-folder-auto-check' with unwind-protect.
10173
10174         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10175         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10176
10177         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10178
10179         * wl-util.el (wl-biff-notify): New inline function.
10180         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10181         locally.
10182         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10183         folder-list' is 1.
10184         Use `wl-biff-notify'.
10185         (wl-biff-check-folder-async-callback): New function.
10186         (wl-biff-check-folder-async): Ditto.
10187
10188         * wl-folder.el (wl-folder): Don't check folders.
10189         (wl-folder-auto-check): New function.
10190
10191 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10192
10193         * wl-util.el (wl-biff-start) [Emacs19+]:
10194         Use `timer-next-integral-multiple-of-time'.
10195         (wl-biff-check-folders): Use `wl-default-folder'
10196         if `wl-biff-check-folder-list' is nil.
10197
10198 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10199
10200         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10201         instead of `elmo-delete-lists'.
10202
10203 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10204
10205         * wl.el (wl-plugged-toggle-all): Set the value of
10206         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10207         (wl-plugged-toggle): Ditto.
10208         (wl-toggle-plugged): Ditto.
10209         (wl-plugged-init): Ditto.
10210
10211         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10212         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10213         instead of `wl-biff-state-indicator-off' and
10214         `wl-biff-state-indicator-on'; don't modify the value and the type
10215         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10216         (wl-plugged-init-icons): Set icons data to
10217         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10218         instead of `wl-plug-state-indicator-off' and
10219         `wl-plug-state-indicator-on'; don't modify the value and the type
10220         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10221
10222         * wl-vars.el (wl-modeline-biff-state-off,
10223         wl-modeline-biff-state-on, wl-modeline-biff-status,
10224         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10225         wl-modeline-plug-status): New internal variables.
10226         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10227         wl-biff-check-interval, wl-biff-check-folder-list): Change
10228         customization group from `wl-folder' to `wl-highlight'.
10229         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10230         wl-show-plug-status-on-modeline): Defcustomized.
10231
10232         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10233         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10234         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10235         a flag to `mode-line-buffer-identification'.
10236
10237         * wl-e21.el (wl-biff-init-icons): Set icons data to
10238         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10239         instead of `wl-biff-state-indicator-off' and
10240         `wl-biff-state-indicator-on'.
10241         (wl-plugged-init-icons): Set icons data to
10242         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10243         instead of `wl-plug-state-indicator-off' and
10244         `wl-plug-state-indicator-on'.
10245
10246 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10247
10248         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10249         excessive titles.
10250
10251 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10252
10253         * wl.el (wl-plugged-mode): Use revised
10254         `wl-mode-line-buffer-identification'.
10255         (wl-plugged-init): Don't use `force-mode-line-update'.
10256
10257         * wl-xmas.el (wl-draft-overload-functions): Use revised
10258         `wl-mode-line-buffer-identification'.
10259         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10260         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10261         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10262         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10263         `wl-make-plugged-hook';
10264         add `wl-folder-init-icons' and `wl-setup-folder' to
10265         `wl-folder-mode-hook'.
10266
10267         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10268         19 as well.
10269         (wl-mode-line-display-priority-list): New user option.
10270         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10271         Defcustomized.
10272         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10273         Add docs.
10274
10275         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10276         start.
10277         (wl-mode-line-buffer-identification): Revised as a function.
10278
10279         * wl-summary.el (wl-summary-mode): Use revised
10280         `wl-mode-line-buffer-identification'; don't call
10281         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10282         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10283         `wl-xmas-setup-summary'.
10284
10285         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10286         `wl-mode-line-buffer-identification'.
10287
10288         * wl-mule.el (wl-draft-overload-functions): Use revised
10289         `wl-mode-line-buffer-identification'.
10290
10291         * wl-folder.el (wl-make-plugged-alist): Don't call
10292         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10293         (wl-folder): Don't call `wl-folder-init-icons' directly.
10294         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10295         `wl-xmas-setup-folder' directly;
10296         use revised `wl-mode-line-buffer-identification'.
10297         (TopLevel): Don't bind `wl-biff-init-icons',
10298         `wl-plugged-init-icons', `wl-folder-init-icons',
10299         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10300
10301         * wl-e21.el (wl-draft-overload-functions): Use revised
10302         `wl-mode-line-buffer-identification'.
10303         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10304         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10305         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10306         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10307         `wl-make-plugged-hook';
10308         add `wl-folder-init-icons' and `wl-setup-folder' to
10309         `wl-folder-mode-hook'.
10310
10311 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10312             Katsumi Yamaoka    <yamaoka@jpl.org>
10313
10314         * wl.el (wl): Call `wl-biff-start'.
10315         (wl-exit): Call `wl-biff-stop'.
10316         (wl-plugged-mode): Show biff in modeline.
10317         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10318
10319         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10320         (wl-biff-init-icons): New function.
10321         (wl-plugged-init-icons): Don't make too much keymaps.
10322         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10323
10324         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10325         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10326         variables.
10327         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10328         options.
10329
10330         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10331         wl-biff-start, wl-biff-stop): New functions.
10332         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10333         (wl-biff-timer-name): New variable.
10334
10335         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10336
10337         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10338         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10339
10340         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10341         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10342
10343         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10344         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10345         `wl-folder-init-icons' to `ignore' if they are not available.
10346         (wl-folder-mode): Show biff in modeline.
10347
10348         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10349         (wl-biff-init-icons): New function.
10350         (wl-plugged-init-icons): Don't make too much keymaps.
10351         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10352
10353 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10354
10355         * wl-vars.el (wl-strict-diff-folders): Customization Type
10356         and doc fix.  Define as a list of regular expressions for
10357         folders or nil.
10358         * wl-folder.el (wl-folder-check-one-entity): Use
10359         `wl-string-match-member' instead of `wl-string-member' for
10360         `wl-strict-diff-folders'.
10361
10362 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10363
10364         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10365         (wl-highlight-folder-current-line): Use it; new implementation.
10366         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10367         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10368         `defsubst' instead of `defun'.
10369
10370         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10371         `wl-highlight-group-folder-by-numbers'; made it can also be a
10372         number.  See info for more details.
10373
10374         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10375         running.
10376
10377         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10378         to bind them.
10379
10380         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10381         (wl-highlight-folder-current-line): New implementation.
10382
10383         * wl-highlight.el (wl-highlight-folder-group-line): New
10384         implementation.
10385         (wl-delete-all-overlays): Rewrite as a marco.
10386         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10387
10388         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10389         running.
10390         (wl-folder-*-glyph): No need to bind them.
10391
10392         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10393         `wl-e21-highlight-folder-group-icon'; rewrite.
10394         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10395         `defsubst' instead of `defun'.
10396         (wl-folder-mode-map): Bind it when compiling.
10397
10398 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10401
10402         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10403
10404 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10405
10406         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10407
10408 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10409
10410         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10411         (wl-highlight-folder-current-line): Use it.
10412
10413         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10414         in `id-name'.
10415
10416 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10417
10418         * wl.el: Require `wl-e21' when Emacs 21 is running.
10419
10420         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10421         default when Emacs 21 is running.
10422         (wl-use-highlight-mouse-line): Ditto.
10423         (wl-on-emacs21): New constant.
10424         (wl-on-emacs20): Removed.
10425
10426         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10427         Emacs 21 is running.
10428
10429         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10430         Emacs 21 is running.
10431
10432         * wl-e21.el: New file.
10433
10434 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10435
10436         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10437         (wl-toggle-plugged): Ditto.
10438         (wl-plugged-toggle): Ditto.
10439         (wl-plugged-toggle-all): Ditto.
10440
10441         * wl-vars.el (wl-plug-state-indicator): Refer
10442         `wl-plug-state-indicator-on' indirectly.
10443
10444 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10445
10446         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10447         Call `wl-folder-confirm-existence'.
10448
10449         * wl-folder.el (wl-folder-confirm-existence): Added optional
10450         argument `force'.
10451
10452 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10453
10454         * wl-summary.el (wl-summary-refile-subr): Assume
10455         `copy-or-refile' as symbol.
10456         (wl-summary-refile): Follow up above change.
10457         (wl-summary-copy): Ditto.  Doc fix.
10458
10459 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10460
10461         * wl-summary.el (wl-summary-pick): Don't bind
10462         `elmo-search-mime-charset'.
10463
10464         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10465         default using old backquote style.
10466         (wl-search-mime-charset): Abolished.
10467
10468         * wl-highlight.el (wl-highlight-headers):
10469         Call `point' after `re-search-forward'(for Nemacs).
10470
10471         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10472         for elmo-imap4.el.
10473
10474 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10475
10476         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10477         `wl-message-ignored-field-list' instead of
10478         `mime-view-ignored-field-list'.
10479
10480         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10481         Add interactive spec.
10482         (wl-folder-goto-bottom-of-current-folder): Ditto.
10483         (wl-folder-mode-map): Bind them.
10484
10485         * wl-vars.el (wl-message-ignored-field-list): New variable.
10486         (wl-message-visible-field-list): New variable.
10487
10488         * wl-mime.el (wl-mime-header-presentation-method): New function.
10489         (wl-mime-setup): Set header-presentation-method.
10490
10491 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10492
10493         * wl-nemacs.el (wl-draft-overload-functions): Set
10494         `mode-line-buffer-identification' instead of using
10495         `wl-make-modeline'.
10496
10497         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10498         instead of using `wl-make-modeline'.
10499
10500         * wl-xmas.el (wl-plugged-init-icons): Set up
10501         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10502         (wl-make-modeline): Abolish.
10503         (wl-draft-overload-functions): Set
10504         `mode-line-buffer-identification' instead of using
10505         `wl-make-modeline'.
10506
10507         * wl-util.el (wl-make-modeline-subr): Abolish.
10508         (wl-mode-line-buffer-identification): New alias.
10509
10510         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10511         (wl-summary-make-modeline): Abolish.
10512         (wl-summary-buffer-set-folder): Set
10513         `wl-summary-buffer-folder-indicator'.
10514         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10515         of using `wl-make-modeline'.
10516         (wl-summary-switch-to-clone-buffer): Don't set
10517         `mode-line-buffer-identification'.
10518         (wl-summary-goto-folder-subr): Ditto.
10519
10520         * wl-mule.el (wl-draft-overload-functions): Set
10521         `mode-line-buffer-identification' instead of using
10522         `wl-make-modeline'.
10523
10524         * wl-folder.el (wl-folder-mode): Set
10525         `mode-line-buffer-identification' instead of using
10526         `wl-make-modeline'.
10527         (wl-folder): Don't set `mode-line-buffer-identification'.
10528
10529 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10530
10531         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10532         instead of `member' for `wl-refile-guess-func-list' look-ups.
10533         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10534
10535 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10536
10537         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10538         `wl-message-button-dispatcher'.
10539
10540         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10541
10542         * wl-message.el (wl-message-button-dispatcher): Use it.
10543
10544         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10545         "In-Reply-To".
10546
10547         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10548         Bind `case-fold-search' to t.
10549
10550 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10551
10552         * wl-xmas.el (wl-message-overload-functions): Initialize
10553         `wl-message-button-map'.
10554
10555         * wl-mule.el (wl-message-overload-functions): Initialize
10556         `wl-message-button-map'.
10557
10558         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10559
10560         * wl-message.el (wl-message-button-map): New keymap.
10561         (wl-message-add-button): New function.
10562         (wl-message-button-dispatcher): New function.
10563         (wl-message-button-refer-article): New function.
10564
10565         * wl-highlight.el
10566         (wl-highlight-message-add-buttons-to-header): New function.
10567         (wl-highlight-headers): Use it.
10568
10569 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10570
10571         * wl-summary.el (wl-summary-default-from): Use
10572         `wl-address-get-petname-1'.
10573         (wl-summary-simple-from): Ditto.
10574
10575         * wl-address.el (wl-address-get-petname-1): New inline function.
10576         (wl-address-get-petname): Use it.
10577
10578 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10579
10580         * wl-summary.el (wl-summary-default-from): Return full-name part
10581         from the address if no petname was found.
10582         (wl-summary-simple-from): Ditto.
10583
10584         * wl-address.el (wl-address-get-petname): Return nil if no petname
10585         associated with the address was found.
10586
10587 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10588
10589         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10590         display is finished.
10591
10592 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10593
10594         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10595         `elmo-folder-exists-p' argument.
10596
10597 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10598
10599         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10600         the folder.
10601
10602 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10603
10604         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10605
10606         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10607         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10608
10609 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10610
10611         * wl-folder.el (wl-folder-create-subr): New function.
10612         (wl-folder-confirm-existence): Use it.
10613         (wl-folder-check-one-entity): Use it.
10614         Check the error symbol is derived from 'elmo-open-error.
10615
10616         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10617         `ignore-error'.
10618
10619 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10620
10621         * wl-util.el (toplevel): Add (eval-when-compile (require
10622         'elmo-util)).  (Maybe `provide' is typo.)
10623
10624 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10625
10626         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10627         (I don't know why this was needed.)
10628
10629         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10630         Follow up changes for stream-type.
10631
10632         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10633         (wl-draft-elmo-nntp-send): Ditto.
10634
10635         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10636         (wl-nntp-posting-stream-type): Ditto.
10637         (wl-pop-before-smtp-ssl): Abolished.
10638         (wl-nntp-posting-ssl): Ditto.
10639
10640         * wl-address.el (wl-address-quote-specials): New function.
10641         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10642
10643         * wl-draft.el (wl-draft-reply): Ditto.
10644
10645 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10646
10647         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10648         use function `wl-string-match-assoc'.
10649
10650 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10653
10654         * wl-draft.el (wl-draft-deduce-address-list): New function.
10655         (wl-draft-parse-mailbox-list): Ditto.
10656         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10657         instead of `smtp-deduce-address-list'.
10658         (wl-draft-on-field-p): Follow group list.
10659
10660         * wl-address.el (wl-address-concat-token): New function.
10661         (wl-address-string-without-group-list-contents): Ditto.
10662         (wl-complete-field-body): Fixed problem of completion
10663         by japanese petname.
10664         (wl-address-make-completion-list): Rewrite.
10665
10666 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10667
10668         * wl-address.el (wl-address-make-completion-list): Completion by
10669         petname.
10670         (wl-complete-field-body): Likewise.
10671
10672 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10675         contains invalid address syntax.
10676
10677 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10678
10679         * wl-folder.el (wl-folder-check-entity-async): Use
10680         `elmo-nntp-spec-hostname'.
10681
10682 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10683
10684         * wl-summary.el (wl-summary-msgdb-load-async): Use
10685         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10686
10687 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-draft.el (wl-draft-reply): Set argument
10690         `content-transfer-encoding' as nil.
10691
10692 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10693
10694         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10695         `wl-refile-alist'.
10696
10697 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10698
10699         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10700         (wl-draft-edit-string): Ditto.
10701         (wl-draft-forward): Ditto.
10702         * wl-summary.el (wl-summary-write): Ditto.
10703
10704 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10705
10706         * wl-summary.el (wl-summary-sync-update3): Call
10707         `wl-summary-buffer-number-column-detect'.
10708         (wl-summary-buffer-number-column-detect): Search from point-min.
10709
10710 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10711
10712         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10713         contains an address which is not included in original to or cc.
10714
10715 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10716
10717         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10718         begin-line does not exist.
10719         * wl-message.el (wl-message-uu-substring): Ditto.
10720
10721 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10722
10723         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10724         clear local variables.
10725         (wl-summary-exit): Call `elmo-commit'.
10726         (wl-summary-switch-to-clone-buffer): Call
10727         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10728         (wl-summary-goto-folder-subr): Ditto.
10729
10730         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10731         POP folder.
10732
10733 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10734
10735         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10736         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10737         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10738         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10739         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10740         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10741
10742         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10743
10744 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10745
10746         * wl-summary.el (wl-summary-search-by-subject):
10747         Search parent message from the latest one.
10748
10749 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10752         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10753
10754         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10755         New user option.
10756
10757         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10758         if elmo-nntp-use-killed-list is nil.
10759         Use `elmo-msgdb-append-to-killed-list'.
10760         (Append numbers confirmed as disappeared to the killed list.)
10761         (wl-summary-confirm-appends): Don't display negative number.
10762
10763 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10764
10765         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10766
10767 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10768
10769         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10770         range is `all'.
10771         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10772         `elmo-list-bigger-diff'.
10773
10774 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10775
10776         * wl-summary.el (wl-summary-buffer-exit-func):
10777         New buffer local variable.
10778         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10779
10780 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10781
10782         * wl-demo.el (wl-demo): Fix the last change.
10783
10784 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10785
10786         * wl-demo.el (wl-demo): Don't use `eval'.
10787
10788 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10789
10790         * wl-summary.el (wl-summary-buffer-thread-modified):
10791         New buffer-local variable.
10792         (wl-summary-set-thread-modified): New function.
10793         (wl-summary-thread-modified-p): New function.
10794         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10795         (wl-summary-yank-saved-message): Use function
10796         `wl-summary-set-thread-modified'
10797         (wl-summary-switch-to-clone-buffer): Add
10798         `wl-summary-buffer-thread-modified'.
10799
10800         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10801         (wl-summary-buffer-mark-saved-hook): Ditto.
10802         * wl-summary.el (wl-summary-msgdb-save): New hook
10803         `wl-summary-buffer-message-saved-hook' and
10804         `wl-summary-buffer-mark-saved-hook'.
10805
10806 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10807
10808         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10809
10810 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10811
10812         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10813         don't hide scroll bars under FSF Emacsen because it may incur an
10814         undesirable redrawing.
10815
10816 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10817
10818         * wl-draft.el (wl-draft-edit-string): Call
10819         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10820
10821 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10822
10823         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10824
10825 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10826
10827         * wl-summary.el (wl-summary-msgdb-load-async): Call
10828         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10829
10830 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10831
10832         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10833         fringes in demo buffer; center bitmap logo correctly even if old
10834         Mule is used.
10835
10836 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10837
10838         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10839
10840         * wl-refile.el (wl-refile-subject-alist): New variable.
10841         (wl-refile-subject-alist-file-name): Ditto.
10842         (wl-refile-alist-setup): Rewrite.
10843         (wl-refile-alist-save): Use `elmo-object-save'.
10844         Eliminated arguments.
10845         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10846         (wl-refile-guess-by-subject): New function.
10847         (wl-refile-guess-func-list): Added it.
10848
10849 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10850
10851         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10852         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10853
10854 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10855
10856         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10857         New buffer-local variable.
10858         (wl-summary-buffer-next-folder-func): Ditto.
10859         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10860         if non-nil.
10861         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10862         if non-nil.
10863         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10864         if non-nil.
10865         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10866         if non-nil.
10867
10868 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10869
10870         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10871         permanently in the demo buffer.
10872
10873 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10874
10875         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10876         `mime-entity-fetch-field'.
10877
10878         * wl.el (wl-exit): Delete plugged buffer.
10879
10880         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10881         XEmacs has menubar feature.
10882
10883 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10884
10885         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10886         cannot arrive at the beginning of the buffer under old Emacsen.
10887
10888 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10889
10890         * wl-address.el (wl-address-ldap-search):
10891         Call `ldap-search-entries' with `withdn' argument t.
10892         (wl-complete-field-body): Bind completion-ignore-case as t.
10893         Clear ldap search hash when it was sole completion.
10894         Use elmo-string for pattern string.
10895         (wl-ldap-alias-safe-string): Eliminated needless let.
10896
10897 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10898
10899         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10900         (wl-ldap-alias-sep): New constant.
10901         (wl-ldap-search-attribute-type-list): Ditto.
10902         (wl-ldap-get-value): New function.
10903         (wl-ldap-make-filter): Ditto.
10904         (wl-ldap-make-matched-value-list): Ditto.
10905         (wl-ldap-alias-safe-string): Ditto.
10906         (wl-ldap-register-dn-string): Ditto.
10907         (wl-address-ldap-search): Rewrite.
10908
10909 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10910
10911         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10912         thread is deleted.
10913         (wl-thread-delete-line-from-buffer): Ditto.
10914         (wl-thread-get-exist-children): New function.
10915
10916 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10917
10918         * wl-demo.el (wl-demo): Made it to select various image types.
10919         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10920         from `wl-title-logo'.
10921         (wl-logo-ascii): New variable.
10922         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10923         (wl-demo-copyright-notice): New constant.
10924
10925         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10926
10927 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10928
10929         * wl-vars.el (wl-summary-target-above): Renamed from
10930         wl-summary-temp-above.
10931         * wl-score.el (wl-score-get-score-alist): Use it.
10932         (wl-summary-score-update-all-lines): Use it.
10933         * wl-summary.el: Ditto. (make-variable-buffer-local).
10934
10935 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10936
10937         * wl-vars.el (wl-ldap-port): New user option.
10938
10939         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10940         Rewite whole implementation.
10941         (wl-complete-field-body): Fixed.
10942
10943 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10944
10945         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10946         Choose implementation at compile time.
10947
10948 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10949
10950         * wl-address.el (wl-ldap-search-internal): New function.
10951         (wl-complete-field-to): Use it.
10952
10953 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10954
10955         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10956         Use `let' instead of `let*'.
10957         Require 'wl-vars.
10958
10959         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10960         Define as defcustom.
10961         (wl-ldap-base): Ditto.
10962         (wl-use-ldap): Ditto.
10963
10964 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10965
10966         * wl-address.el (wl-ldap-search): New function.
10967         (wl-complete-field-body): Use `wl-ldap-search'.
10968         (wl-ldap-server): New variable.
10969         (wl-ldap-base): Ditto.
10970         (wl-use-ldap): Ditto.
10971
10972 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10973
10974         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10975         (Pointed out by Mito <mit@nines.nec.co.jp>).
10976         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10977         buffer-local variables like `wl-summary-redisplay-internal'.
10978         (wl-summary-redisplay-all-header): Likewise.  Update
10979         Summary view too.
10980
10981 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10982
10983         * wl-summary.el (wl-summary-jump-to-parent-message):
10984         Consider prefix argument.
10985
10986         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10987         when closed thread is deleted.
10988
10989 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10990
10991         * wl-summary.el (wl-summary-jump-to-parent-message):
10992         Consider thread modification.
10993
10994 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10995
10996         * wl-message.el (wl-message-normal-get-original-buffer): Use
10997         `save-excursion'.
10998
10999         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
11000         (wl-summary-showto-folder-regexp): Ditto.
11001
11002 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
11003
11004         * wl-util.el (wl-delete-alist): Doc fix.
11005         (wl-delete-associations): New function.
11006         (wl-inverse-alist): New function.
11007         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
11008         Split temporary variables. Use `wl-delete-associations'
11009         and `wl-inverse-alist'.
11010         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
11011
11012 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
11013
11014         * wl-folder.el (wl-folder-prefetch-entity):
11015         Execute prefetching if new count is unknown.
11016
11017 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11018
11019         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11020
11021         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11022         delete entity.
11023         (wl-thread-set-parent): If insert as top, set linked as nil.
11024
11025         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11026         `wl-thread-cleanup-symbols' when view mode is thread.
11027
11028 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11029
11030         * wl-folder.el (wl-folder-create-folder-entity): Use
11031         with-current-buffer.
11032         (wl-local-folder-init): Call set-buffer to make sure we are in
11033         the Folder buffer. Don't touch buffer-local variables here.
11034         (wl-folder-mode): Initialize buffer-local variables here.
11035
11036         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11037         (wl-folder-entity-assign-id): Ditto.
11038         (wl-folder-create-entity-hashtb): Ditto.
11039         (wl-local-folder-init): Ditto.
11040         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11041
11042 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11043
11044         * wl-summary.el (wl-summary-default-from): Fix probrem when
11045         std11-extract-address-components return (nil "foo@bar").
11046
11047 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11048
11049         * wl-draft.el (wl-draft-clone-local-variables):
11050         Remove redundant `setq'.
11051
11052 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11053
11054         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11055         Bind wl-highlight-x-face-func as nil while highlighting header.
11056
11057 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11058
11059         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11060
11061 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11062
11063         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11064         elmo-msgdb-overview-hashtb from copy-variables.
11065         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11066         instead of `elmo-msgdb-overview-get-entity-by-number'.
11067         (wl-summary-auto-refile): Ditto.
11068
11069         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11070         `elmo-msgdb-overview-get-entity' instead of
11071         `elmo-msgdb-search-overview-entity'.  Use
11072         `elmo-msgdb-overview-get-entity' instead of
11073         `elmo-msgdb-overview-get-entity-by-number'.
11074         (wl-thread-insert-entity-sub): Ditto.
11075         (wl-thread-insert-message): Ditto.
11076
11077         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11078         `elmo-msgdb-overview-get-entity'.
11079         (wl-normal-message-redisplay): Ditto.
11080
11081 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11082
11083         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11084         `wl-thread-entities'.
11085         (wl-thread-delete-message): Fix remove top message from
11086         `wl-thread-entity-list'.
11087
11088         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11089         wl-append(nconc), because update-list is broken on Meadow.
11090
11091         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11092         updating process.
11093         (wl-summary-rescan): Ditto.
11094         (wl-summary-sync-update3): Ditto.
11095         * wl-thread.el (wl-thread-set-parent): Renamed from
11096         `wl-summary-set-parent'.
11097         (wl-thread-insert-message): Updating buffer faster.
11098         (wl-thread-delete-message): Updating buffer faster.
11099
11100         * wl-score.el (wl-summary-score-update-all-lines): Changed
11101         interval for display progress gauge.
11102
11103 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11104
11105         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11106         folder always-sticky.
11107         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11108         defmacro.
11109
11110 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11111
11112         * wl-vars.el (wl-draft-add-references): New user option.
11113
11114         * wl-draft.el (wl-draft-add-references): New function.
11115         (wl-draft-yank-from-mail-reply-buffer): Use it.
11116         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11117         as nil.
11118
11119 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11120
11121         * wl-thread.el (wl-thread-update-line-msgs): Called
11122         `wl-thread-update-line-on-buffer-sub'.
11123         (wl-thread-update-line-on-buffer): Delete routine of inserting
11124         thread.
11125         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11126         moved from `wl-thread-update-line-on-buffer'.
11127         Add threshold for displaying progress gauge.
11128         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11129         argument of `wl-thread-update-line-msgs'.
11130         Add threshold for displaying progress gauge.
11131         * wl-folder.el:
11132         Add threshold for displaying progress gauge.
11133         * wl-score.el: Ditto.
11134
11135         * wl-expire.el (wl-summary-expire): Display deleting info.
11136
11137 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11138
11139         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11140         `no-msg'.
11141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11142         argument of `wl-thread-update-line-msgs'.
11143         (wl-summary-set-parent): Added optional argument `parent-number'.
11144         (wl-summary-buffer-saved-message): New buffer local variable.
11145         (wl-summary-save-current-message): New command.
11146         (wl-summary-yank-saved-message): Ditto.
11147         (wl-summary-mode-map): Added key binding for
11148         `wl-summary-save-current-message' (\ew) and
11149         `wl-summary-yank-saved-message' (\C-y).
11150         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11151
11152 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11153
11154         * wl-summary.el (wl-summary-mode-map): Added key binding for
11155         `wl-summary-set-parent' (ts).
11156
11157 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11158
11159         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11160         subject faster. If thread number is reverse, delayed updating
11161         thread.
11162         (wl-summary-search-by-subject): Ditto.
11163         (wl-summary-put-alike): Ditto.
11164         (wl-summary-get-alike): Ditto.
11165         (wl-summary-insert-headers): Insert header of all overview in
11166         buffer.
11167         (wl-summary-rescan): Delayed updating thread. Kill search subject
11168         buffer for wl-summary-search-by-subject.
11169         (wl-summary-sync-update3): Ditto.
11170         (wl-summary-exit): Ditto.
11171         (wl-summary-goto-bottom-of-current-thread): Change for linked
11172         thread.
11173         (wl-summary-overview-create-summary-line): Change line for linked
11174         thread.
11175
11176         * wl-summary.el (wl-summary-update-thread): Use
11177         wl-thread-maybe-get-children-num.
11178         (wl-summary-set-parent): If change parent, move sub thread.
11179         (wl-summary-redisplay-internal): Add horizontal recenter.
11180         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11181
11182         * wl-thread.el (wl-thread-entity-get-linked): New function.
11183         (wl-thread-entity-set-linked): New function.
11184         (wl-thread-create-entity): Add linked element.
11185         (wl-thread-entity-insert-as-top): Use wl-append.
11186         (wl-thread-maybe-get-children-num): If closing thread, return
11187         children msgs.
11188         (wl-thread-update-line-msgs): Displaying progress message.
11189         (wl-thread-update-line-on-buffer-sub): Use
11190         wl-thread-maybe-get-children-num.
11191         (wl-thread-update-line-on-buffer): If update line is not exists,
11192         insert thread.
11193         (wl-thread-delete-message): If delete top msg of thread, search
11194         parent by subject.
11195         (wl-thread-insert-entity): Use
11196         wl-thread-maybe-get-children-num.
11197
11198         * wl-highlight.el (wl-highlight-summary-current-line): change
11199         sregexp for linked thread.
11200         * wl-util.el (wl-count-lines): Count lines.
11201         (wl-horizontal-recenter): horizontal recenter.
11202         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11203         (wl-score-get-alike): Ditto.
11204         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11205         (wl-subject-length-limit): New variable.
11206         (wl-highlight-thread-indent-string-regexp): Changed for linked
11207         thread.
11208
11209 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11210
11211         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11212         New variable (revival).
11213         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11214         by subject matching if there's no in-reply-to nor references field
11215         (revival).
11216
11217 \f
11218 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11219
11220         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11221         message.
11222
11223 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11224
11225         * wl-summary.el (wl-summary-reply): Return t if there was a
11226         message at cursor point.
11227         Added unwind-protect.
11228         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11229         returns t.
11230         (wl-summary-cancel-message): Do nothing when there's no message at
11231         cursor point.
11232         (wl-summary-forward): Ditto.
11233         (wl-summary-jump-to-parent-message): Ditto.
11234         (wl-summary-reedit): Ditto.
11235         (wl-summary-edit-addresses): Ditto.
11236         (wl-summary-pipe-message): Ditto.
11237         (wl-summary-print-message-with-ps-print): Ditto.
11238         (wl-summary-print-message): Ditto.
11239         (wl-summary-mark-as-important): Ditto.
11240         (wl-summary-mark-as-unread): Ditto.
11241
11242         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11243         message at cursor point.
11244         (wl-summary-reply-with-citation): Remove unwind-protect.
11245
11246         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11247         subject searching feature.
11248         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11249         Eliminated.
11250
11251 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11252
11253         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11254         New variable.
11255         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11256         by subject matching if there's no in-reply-to nor references field.
11257
11258         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11259
11260         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11261         when display is finished.
11262         (wl-folder-open-all): Ditto.
11263         (wl-folder-update-access-group): Ditto.
11264         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11265         * wl-thread.el (wl-thread-close-all): Ditto.
11266
11267         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11268         progress gauge only when it was displayed.
11269         * wl-folder.el (wl-folder-insert-entity): Ditto.
11270
11271 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11272
11273         * wl-summary.el (wl-summary-incorporate): Enclose
11274         `wl-summary-sync-force-update' with save-excursion.
11275
11276 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11277
11278         * wl-summary.el (wl-summary-prefetch-region):
11279         Pass current cursor point to `pos-visible-in-window-p' after
11280         moving cursor to the started point.
11281
11282 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11283
11284         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11285
11286         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11287         fields from the forwarding message.
11288         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11289         `ignored-fields'.
11290
11291 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11292
11293         * wl-mime.el (wl-message-request-partial):
11294         Eliminated argument `msgdb'.
11295         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11296         (wl-mime-combine-message/partial-pieces): Likewise.
11297         * tm-wl.el (wl-message-request-partial): Likewise.
11298         (wl-mime-combine-message/partial-pieces): Likewise.
11299
11300 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11301
11302         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11303         when display is finished.
11304
11305 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11306
11307         * wl-summary.el (wl-summary-goto-folder-subr):
11308         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11309
11310 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11311
11312         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11313         when cursor point is visible.
11314
11315 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11316
11317         * wl-expire.el (wl-expire-archive-get-max-number):
11318         Don't use `file-name-directory'.
11319
11320 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11321
11322         * wl-expire.el (wl-expire-archive-get-max-number):
11323         Use `file-name-directory'.
11324
11325 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11326
11327         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11328         only when there is progress.
11329
11330 2000-04-13  Mito <mit@nines.nec.co.jp>
11331
11332         * wl-summary.el (wl-summary-sync-marks): Display progress.
11333
11334 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11335
11336         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11337         (wl-summary-prev): Move cursor regardless of unread status.
11338         (wl-summary-next): Ditto.
11339
11340 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11341
11342         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11343         Added argument `target' and `number'.
11344         * tm-wl.el (wl-summary-burst-subr): New function.
11345         (wl-summary-burst): Use it.
11346
11347 2000-04-10  Mito <mit@nines.nec.co.jp>
11348
11349         * wl-mime.el (wl-burst): New function.
11350         (wl-summary-burst): Use it.
11351
11352 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11353
11354         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11355         as petname when there's no candidate.
11356
11357 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11358
11359         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11360         New variable.
11361         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11362
11363         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11364
11365         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11366
11367 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11368
11369         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11370         Use substring of `original' instead of buffer-substring.
11371         (wl-refile-evaluate-rule):
11372         Set `original' argument of wl-refile-expand-newtext.
11373
11374         * wl-summary.el
11375         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11376         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11377         (wl-summary-auto-refile): Check existence of destination folder just
11378         before marking.
11379
11380 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11381
11382         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11383         when wl-refile-get-field-value return nil.
11384
11385 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11386
11387         * wl-refile.el
11388         (wl-refile-expand-newtext): New function imported from Gnus.
11389         (wl-refile-evaluate-rule): Use it.
11390
11391 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11392
11393         * wl-summary.el (wl-summary-print-destination):
11394         Duplicate folder string to avoid putting text-property on
11395         original string.
11396
11397         * wl-refile.el (wl-refile-get-field-value): New function.
11398         (wl-refile-evaluate-rule): New function;
11399         Evaluate refile rule recursively.
11400         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11401         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11402         New function; Check existence of a target folder recursively.
11403         (wl-summary-auto-refile-check-refile-rule-alist):
11404         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11405
11406 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11407
11408         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11409
11410         * wl-folder.el (wl-create-folder-entity-from-buffer):
11411         Fixed problem when '}' character is contained in folder name.
11412
11413         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11414
11415 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11416
11417         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11418         (wl-fldmgr-add-completion-all-completions):
11419         Use wl-fldmgr-add-completion-hashtb.
11420
11421 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11422
11423         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11424         wl-fldmgr-add-completion-subr): New functions.
11425         * wl-folder.el (wl-folder-completion-func): New variable.
11426         * wl-summary.el (wl-summary-read-folder):
11427         Use wl-folder-completion-func.
11428
11429         * wl-refile.el: Eliminate throw & catch.
11430
11431         * wl.el (wl-plugged-sending-queue-status): Fixed.
11432
11433 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11434
11435         * wl-draft.el (wl-draft): Put category property on
11436         mail-header-separator.