Fix typo in message
[elisp/wanderlust.git] / wl / ChangeLog
1 2011-07-15  Herbert J. Skuhra  <hskuhra@fastmail.fm>
2
3         * wl-folder.el (wl-folder-open-unread-folder): Fix typo in
4         message.
5
6 2011-07-10  David Maus  <dmaus@ictsoc.de>
7
8         * wl-draft.el (wl-draft-send-mail-with-sendmail): New
9         function. Send mail with sendmail package.
10         * wl-vars.el (wl-draft-send-mail-function): Add function to list
11         of prepared send mail functions.
12
13 2011-06-03  Erik Hetzner  <egh@e6h.org>
14
15         * wl-vars.el (wl-summary-line-format): Document missing control
16         strings.
17
18 2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
19
20         * wl-demo.el (wl-demo-copyright-notice): Add 2011.
21
22 2011-01-29  David Maus  <dmaus@ictsoc.de>
23
24         * wl-draft.el (wl-user-agent-compose): Add optional argument
25         RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
26
27 2011-01-09  David Maus  <dmaus@ictsoc.de>
28
29         * wl-template.el (wl-template-select): Reset draft config exec
30         flag when selecting template.
31
32 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
35         * wl-mime.el (wl-draft-preview-message): Ditto.
36
37 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * wl-demo.el: Prune functions provided temporarily to avoid
40         compile warnings in the end.
41
42 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
43
44         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
45         the registered messages unless specified folder is a spam folder.
46         Add docstring.
47         (wl-spam-register-good-messages): Remove spam mark from
48         the registered messages.  Add docstring.
49         (wl-summary-register-as-spam)
50         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
51         (wl-summary-register-as-spam-all)
52         (wl-summary-target-mark-register-as-spam)
53         (wl-summary-register-as-good)
54         (wl-summary-register-as-good-region, wl-thread-register-as-good)
55         (wl-summary-register-as-good-all)
56         (wl-summary-target-mark-register-as-good): Add docstring.
57
58 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
59
60         * wl-summary.el: Delete trailing whitespace.
61
62 2010-08-27  Kenichi Okada  <okada@opaopa.org>
63
64         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
65         message human-readable.
66
67 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
68
69         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
70         (wl-highlight-folder-current-line): Ditto.
71         * wl-xmas.el (wl-draft-insert-signature): Ditto.
72         (wl-highlight-folder-current-line): Ditto.
73
74 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
75
76         * wl-address.el (wl-address-make-alist-from-alias-file): Use
77         `(delete-char -1)' instead of `(delete-backward-char 1)' that
78         deletes region in Emacs 24.
79         See delete-active-region described in NEWS.
80         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
81         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
82
83 2010-08-14  David Maus  <dmaus@ictsoc.de>
84
85         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
86         edit draft message when in draft folder.
87
88 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
91         instead of (delete-backward-char 1) that deletes region in Emacs 24.
92         See delete-active-region described in NEWS.
93
94 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
95
96         * wl-spam.el (wl-summary-register-as-spam-region)
97         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
98         (wl-thread-register-as-good): New functions.
99         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
100
101 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
102         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
103         images for the icon if there is only one image.
104
105 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
108         newline.
109         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
110         so as to match header tokens strictly.
111
112 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
113
114         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
115         for the message not classified as spam.
116         (wl-summary-test-spam-messages): New function.
117         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
118         instead of `wl-spam-map-spam-messages'.
119
120 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
121
122         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
123         (wl-summary-define-mark-action): Define unmark functions.
124         (wl-summary-unmark): Add the second argument `mark'.
125         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
126
127 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
128
129         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
130         autodecryption for draft preview.
131
132 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
133         * wl-summary.el (toplevel): New function
134         `wl-summary-toggle-mime-buttons' and keybinding to toggle
135         visibility of MIME buttons in message view mode.
136
137 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
138
139         * Version number is increased to 2.15.9.
140
141 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142
143         * wl-score.el (wl-score-followup): Remove verbose comment (same as
144         docstring).
145
146         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
147         Revert `save-excursion' for `wl-summary-jump-to-msg'.
148
149 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
150
151         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
152         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
153         semicolons, that should start at the left margin.
154         See. also (Info-goto-node "(elisp)Comment Tips").
155         * wl-acap.el (wl-acap-store): Ditto.
156         * wl-action.el (wl-summary-unset-mark): Ditto.
157         * wl-address.el (wl-address-ldap-search): Ditto.
158         * wl-demo.el (wl-demo-insert-image): Ditto.
159         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
160         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
161         (wl-draft-previous-history-element): Ditto.
162         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
163         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
164         (wl-folder-mode-map, wl-folder-get-prev-folder)
165         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
166         (wl-folder-check-entity-async)
167         (wl-create-folder-entity-from-buffer): Ditto.
168         * wl-fldmgr.el (toplevel): Ditto.
169         * wl-message.el (wl-message-buffer-cache-sort)
170         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
171         Ditto.
172         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
173         Ditto.
174         * wl-summary.el (toplevel, wl-summary-mode)
175         (wl-summary-edit-addresses, wl-summary-sync-update)
176         (wl-summary-stick): Ditto.
177         * wl-thread.el (toplevel, wl-thread-insert-message)
178         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
179         * wl-util.el (toplevel): Ditto.
180         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
181         Ditto.
182
183 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
184
185         * Version number is increased to 2.15.8.
186
187         * wl-message.el (wl-message-uu-substring): Suppress compile
188         warnings; Use `with-current-buffer' instead of `save-excursion' &
189         `set-buffer'.
190         * wl-mime.el (wl-draft-yank-current-message-entity)
191         (wl-mime-preview-follow-no-mime)
192         (wl-mime-preview-follow-current-region): Ditto.
193         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
194         (wl-summary-switch-to-clone-buffer)
195         (wl-summary-target-mark-forward)
196         (wl-summary-target-mark-reply-with-citation)
197         (wl-summary-target-mark-uudecode): Ditto.
198
199         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
200         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
201         * wl-summary.el (wl-summary-narrow-to-region)
202         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
203
204         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
205         instead of `int-to-string'.
206         * wl-dnd.el (wl-dnd-start-drag): Ditto.
207         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
208         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
209         * wl-util.el (wl-url-nntp): Ditto.
210
211         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
212         (wl-plugged-dop-queue-status): Don't quote `lambda'.
213         * wl-thread.el (wl-thread-delete-message): Ditto
214         * wl-summary.el (wl-summary-edit-addresses)
215         (wl-summary-edit-addresses-collect-candidate-fields)
216         (wl-summary-search-by-subject): Ditto.
217         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
218         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
219         (wl-fldmgr-add-completion-subr): Ditto.
220         * wl-draft.el (wl-smtp-extension-bind)
221         (wl-draft-insert-get-message, wl-draft-default-headers)
222         (wl-jump-to-draft-buffer): Ditto.
223         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
224         (wl-summary-down): Ditto.
225         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
226         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
227         * wl-folder.el (wl-folder-make-save-access-list)
228         (wl-folder-update-access-group, wl-folder-pick): Ditto.
229
230 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
231
232         * wl-draft.el (wl-draft-default-headers): Suppress warning
233         "defsubst `wl-draft-default-headers' was used before it was
234         defined"; Use `defun' instead of `defsubst'.
235
236         * wl-address.el (wl-address-header-extract-address)
237         (wl-address-header-extract-realname): Fix mail-address in
238         docstring.
239
240         * wl-expire.el (wl-expire-make-sortable-date): Macro to
241         inline-function.
242         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
243         Macro to function.
244         (wl-folder-get-entity-from-buffer): Macro to function.
245         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
246         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
247         * wl.el (wl-plugged-string): Macro to function.
248
249         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
250         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
251         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
252         Macro to function.
253
254         * wl-thread.el (wl-thread-open, wl-thread-close): Use
255         `point-at-bol', `point-at-eol'.
256
257         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
258         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
259         `(string-to-char " ")' instead of `? ', `?\ '.
260         * wl-action.el (wl-summary-print-argument): Ditto.
261         * wl-address.el (wl-complete-field-body): Ditto.
262         * wl-demo.el (wl-demo-insert-image): Ditto.
263         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
264         * wl-util.el (wl-ask-folder, wl-set-string-width)
265         (wl-y-or-n-p-with-scroll): Ditto.
266
267         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
268         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
269         verbose point move.
270
271         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
272         and `point-at-eol'.
273         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
274         Ditto.
275
276 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
277
278         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
279         `(beginning-of-line) (point)'.
280
281         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
282         (wl-fldmgr-delete-line): Change from macro to function. Use
283         `point-at-bol' and `point-at-eol'.
284
285         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
286         `function' for lambda.
287
288         * wl.el (wl-plugged-server-indent): Change from macro to function.
289
290         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
291
292         * wl-draft.el (wl-draft-config-body-goto-header)
293         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
294         macro to function.
295
296         * wl-score.el (wl-score-get-alike): Change from macro to
297         inline-function.
298
299         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
300         instead of `mapcar'. Don't use `function' for lambda.
301         (wl-read-search-condition-internal): Don't use `function' for
302         lambda.
303         (wl-kill-buffers): Change from macro to function.
304         (wl-count-lines): Change from macro to inline-function.
305
306         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
307
308         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
309
310         * wl.el (wl-plugged-change): Suppress compile warnings; Use
311         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
312         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
313         * wl-address.el (wl-complete-window-show): Ditto.
314         * wl-message.el (wl-message-select-buffer): Ditto.
315         * wl-template.el (wl-template-show): Ditto.
316         * wl-util.el (wl-collect-summary): Ditto.
317         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
318         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
319         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
320         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
321         (wl-score-edit-insert-number): Ditto.
322
323         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
324         symbol.
325
326         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
327         of `goto-line'.
328
329         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
330
331 2009-12-16  Lloyd Zusman <ljz@asfast.com>
332
333         * wl-summary.el (wl-summary-detect-mark-position): Force
334         the temporary buffer to enable the use of multibyte characters
335         within searches [wl-en:2460].
336
337 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
338
339         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
340         of `beginning-of-buffer'.
341
342 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
343
344         * wl-summary.el (wl-summary-display-raw): New function, display
345         message in raw format.
346
347 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
348
349         * Version number is increased to 2.15.7.
350
351 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
352
353         * wl-summary.el (wl-summary-previous-message-number): New function.
354         (wl-summary-next-message-number): Ditto.
355         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
356         `wl-summary-next-message-number'.
357         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
358         Inline temporary variable `cur-id'.
359         (wl-summary-get-next-unread-folder): Ditto.
360         (wl-summary-get-next-folder): Ditto.
361         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
362
363 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
364
365         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
366
367 2008-09-05  Kenichi Okada  <okada@opaopa.org>
368
369         * wl-summary.el (wl-summary-buffer-folder-name)
370         (wl-draft-config-body-goto-header): Use backquote instead of quote.
371         * wl-draft.el (wl-draft-body-goto-top)
372         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
373
374 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
375
376         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
377         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
378
379 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
380
381         * wl-expire.el: Fix Comentary section.
382
383 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
384
385         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
386         Require mime-parse, elmo-mime, and wl-util.
387
388         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
389
390         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
391
392 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
393
394         * wl-template.el: Require elmo-util and wl-vars.
395
396         * wl-mime.el (wl-mime-display-header): Revert last change.
397         Remove `delete-matching-lines "^$"'.
398
399 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
400
401         * wl-mime.el (wl-define-dummy-functions): Split
402         `eval-when-compile' form for avoid error; when `make
403         compile-strict.
404
405         * wl-util.el: Move (eval-when-compile (require 'static)).
406         * wl-dnd.el: Add (eval-when-compile (require 'static)).
407         * wl-message.el: Ditto.
408
409         * wl-mime.el (wl-message-delete-current-part): Use
410         `insert-buffer-substring' instead of `insert-buffer'.
411         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
412         * wl-draft.el (wl-draft-generate-clone-buffer)
413         (wl-draft-do-mime-bcc): Ditto.
414
415         * wl-address.el: Add (eval-when-compile (require 'cl)).
416         * wl-addrmgr.el: Ditto.
417         * wl-mime.el: Ditto.
418         * wl-util.el: Ditto.
419         * wl-score.el: Ditto.
420
421 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
422
423         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
424         `string-to-int'.
425
426         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
427         `string-to-int'.
428
429         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
430         `string-to-number' instead of `string-to-int'.
431
432         * wl-summary.el (wl-summary-get-list-info)
433         (wl-summary-message-number): Use `string-to-number' instead of
434         `string-to-int'.
435
436         * wl-score.el (wl-score-overview-entity-get-lines)
437         (wl-score-set-mark-below, wl-score-set-expunge-below)
438         (wl-summary-increase-score, wl-score-get-header-entry): Use
439         `string-to-number' instead of `string-to-int'.
440
441         * wl-folder.el (wl-folder-update-diff-line): Use
442         `string-to-number' instead of `string-to-int'.
443
444         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
445         instead of `string-to-int'.
446
447         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
448         instead of `string-to-int'.
449
450         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
451         `string-to-int'.
452
453 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
454
455         * wl-util.el (wl-match-string, wl-match-buffer)
456         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
457         (wl-kill-buffers, wl-local-variable-p)
458         (wl-line-formatter-setup): New backquote style.
459         (wl-count-lines): Use quote instead of backquote.
460
461         * wl-summary.el (wl-summary-buffer-folder-name)
462         (wl-summary-get-alike): Use quote instead of backquote.
463         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
464         backquote style.
465
466         * wl-message.el (wl-message-buffer-cache-buffer-get)
467         (wl-message-buffer-cache-folder-get)
468         (wl-message-buffer-cache-message-get)
469         (wl-message-buffer-cache-entry-make)
470         (wl-message-buffer-cache-hit): New backquote style.
471
472         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
473         backquote.
474         (wl-folder-unread-regex, wl-folder-entity-exists-p)
475         (wl-folder-clear-entity-info)
476         (wl-folder-get-entity-info, wl-folder-set-entity-info)
477         (wl-folder-elmo-folder-cache-get)
478         (wl-folder-elmo-folder-cache-put): New backquote style.
479
480         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
481         (wl-fldmgr-assign-id): Ditto.
482         (wl-fldmgr-delete-line): Use quote instead of backquote.
483         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
484
485         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
486         (wl-draft-set-sent-message): New backquote style.
487         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
488         (wl-draft-config-body-goto-header): Use quote instead of backquote.
489
490 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
491
492         * wl-address.el (wl-address-concat-token): Fix typo.
493
494 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
495
496         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
497         (wl-score-get-alike): Ditto.
498
499         * wl-vars.el: New backquote style.
500         (wl-message-header-button-alist): Use quote instead of backquote.
501
502         * wl.el (wl-plugged-string): New backquote style.
503
504         * wl-address.el (wl-address-concat-token): New backquote style.
505
506         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
507
508 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
509
510         * wl-highlight.el (wl-highlight-folder-opened-regexp)
511         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
512
513         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
514         in the character alternative.
515
516 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
517
518         * Version number is increased to 2.15.6.
519
520 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
521
522         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
523         optional 3rd argument of epg-context-set-progress-callback; it was
524         temporarily removed in the Emacs trunk due to copyright problem.
525         (wl-mime-pgp-verify-region-with-epg): Ditto.
526
527 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
528
529         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
530
531 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-util.el (wl-biff-check-folders): Set biff flag.
534         (from Naoto Morishima [wl:14031])
535
536 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
537
538         * wl.el (wl-plugged-server-indent): Use quote instead of
539         backquote.
540
541 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
542
543         * wl-score.el (wl-score-insert-header): Add guard for
544         `std11-unfold-string'.
545         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
546         TYPE artgument when TO or CC field.
547
548 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-summary.el (wl-summary-goto-folder-subr): Call
551         `elmo-folder-close' instead of `elmo-folder-commit' if discard
552         current summary.
553
554 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-util.el (wl-read-shell-commande): New function or alias.
557
558         * wl-summary.el (wl-summary-pipe-message): Use
559         `wl-read-shell-command' instead of `read-string'.
560         (wl-summary-target-mark-pipe): Ditto.
561
562 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
563
564         * wl-summary.el (wl-summary-reply): Fix docstring.
565         * wl-draft.el (wl-draft-reply): Ditto.
566
567 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-mime.el (wl-summary-extract-attachments): New command.
570         (wl-summary-extract-attachments-1): New internal function.
571
572 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-expire.el (wl-expire-folder): New function (split from
575         wl-summary-expire).
576         (wl-summary-expire): Use it. Add argument `all' instead of remove
577         `nolist'. Cause an error only if this function is calling
578         interactively.
579
580 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-expire.el (wl-expire-refile): Display progress message.
583         (wl-summary-expire): Simplify.
584
585         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
586         unused argument `deleting-info'.
587
588 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
589
590         * wl-vars.el (wl-message-popup-buffers): New user option.
591
592         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
593         (wl-message-delete-popup-windows): New function that substitues
594         above one.
595         (wl-mime-setup): Follow the above change.
596
597 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
598
599         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
600
601 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
602
603         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
604         "tkm" to wl-thread-spam.
605
606 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-thread.el (wl-thread-entity-insert-as-children): Use
609         wl-thread-entity-set-children.
610         (wl-thread-insert-message, wl-thread-insert-entity-sub,
611         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
612         Use wl-thread-entity-get-*.
613
614 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-mime.el (wl-epg-progress-callback): New function.
617         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
618         with `elmo-with-progress-display'. Set a progress callback
619         function to epg-context.
620         (wl-mime-pgp-verify-region-with-epg): Ditto.
621
622 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-util.el (wl-completing-read-multiple): Define as an alias of
625         `completing-read-multiple' if emacs-version is not less than 22.
626
627 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
630         change.
631
632 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-summary.el (wl-summary-sync-update): Move
635         `wl-thread-update-indent-string-thread' to outside of
636         `elmo-with-progress-display'.
637
638 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-message.el (wl-message-exit): Check buffer existence.
641
642 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-util.el (wl-simple-display-progress): New function.
645         (wl-display-progress-with-gauge): Ditto.
646         (wl-progress-callback-function): Ditto.
647
648         * wl.el (wl-init): Set `elmo-progress-callback-function' as
649         `wl-progress-callback-function'
650
651         * wl-vars.el (wl-display-progress-threshold): New user option.
652         (wl-display-progress-function): Ditto.
653
654         * Version number is increased to 2.15.5.
655
656 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-thread.el (wl-thread-close-children): New function.
659         (wl-thread-open-children): Ditto.
660         * wl-action.el (wl-summary-set-mark): Redo the last change by
661         using it.
662
663         * wl-action.el (wl-summary-set-mark): Undo the last change.
664         Forbid interactive call.
665
666 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-mime.el (wl-define-dummy-functions): New macro.
669         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
670         `wl-mime-pgp-decrypt-region'.
671         (wl-mime-pgp-verify-region-with-epg): Renamed from
672         `wl-mime-pgp-verify-region'.
673         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
674         `wl-mime-pgp-decrypt-region'.
675         (wl-mime-pgp-verify-region-with-pgg): Renamed from
676         `wl-mime-pgp-verify-region'.
677         (wl-mime-pgp-decrypt-region): New function; To select dispatch
678         function at runtime.
679         (wl-mime-pgp-verify-region): Ditto.
680
681         * wl-vars.el (wl-use-pgp-module): New user option.
682
683 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
686         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
687
688 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
691         even if there are target marks only.
692
693 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * Version number is increased to 2.15.4.
696
697 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-folder.el (wl-folder-check-one-entity): Simplify.
700
701 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
704         variable.
705
706 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
707
708         * wl-spam.el (wl-thread-test-spam): New function.
709         (wl-spam-setup): Bind "tkc".
710
711 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-expire.el (wl-folder-expire-entity): Rewite without
714         `wl-summary-goto-folder-subr'.
715         (wl-folder-expire-current-entity): Don't kill summary buffer.
716
717 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-folder.el (wl-folder-sync-entity): Rewrite without
720         `wl-summary-goto-folder-subr'.
721         (wl-folder-mark-as-read-all-entity): Likewise.
722
723         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
724
725 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
726
727         * wl-thread.el (wl-thread-force-open): Arranged.
728
729 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
732         from regexp.
733
734         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
735         (wl-read-search-condition-internal): Append them.
736
737 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-vars.el (wl-additional-search-condition-fields):
740         New user option.
741
742         * wl-util.el (wl-search-condition-fields): New function; export
743         from `wl-read-search-condition-internal'.
744         (wl-read-search-condition-internal): Use it.
745
746         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
747
748 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-summary.el (wl-summary-define-sort-command): New function.
751         (wl-summary-sort-by-date, wl-summary-sort-by-number)
752         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
753         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
754         define by `wl-summary-define-sort-command' at runtime.
755
756         * wl.el (wl-init): Call wl-summary-define-sort-command.
757
758 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
761         properties at the decrypting region.
762
763 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-util.el (wl-find-region): New function.
766
767         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
768         coding system.
769         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
770         property `wl-mime-decoded-coding-system'.
771         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
772         property `wl-mime-decoded-coding-system' to encode text.
773
774         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
775         message.
776         (wl-mime-pgp-verify-region): Ditto.
777
778 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
781         buffer. Use epa-display-verify-result.
782
783 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
784
785         * wl-draft.el (wl-draft-send): Continue even if setting parent
786         flag was failed.
787
788 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-message.el (wl-message-flag-indicator): Fixed the problem
791         of returning string only of parentheses.
792
793 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-summary.el (wl-summary-write): Add argument `folder'.
796         (wl-summary-write-current-folder): Change argument `folder' from
797         optional to require.
798         (wl-summary-get-buffer): Return the buffer associated folder only.
799
800         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
801         change.
802         (wl-folder-toggle-disp-summary): Ditto.
803
804         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
805         current summary as parent-folder.
806
807 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-draft.el (wl-draft-reedit): Don't overwrite
810         wl-draft-parent-folder.
811
812 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
815         (wl-mime-pgp-verify-region): Ditto.
816         (wl-message-decrypt-pgp-nonmime): Use the above function.
817         (wl-message-verify-pgp-nonmime): Likewise.
818         (wl-mime-preview-application/pgp): Likewise.
819
820 2006-04-20  Kenichi Okada  <okada@opaopa.org>
821
822         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
823         Fix about the order of `wl-nntp-posting-port' and
824         `wl-nntp-posting-stream-type'.
825         * wl.el (wl-plugged-port-label-alist): Add smtp.
826
827 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-message-status): New macro.
830
831         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
832         (wl-summary-killed-mark): New user option.
833
834         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
835         API change.
836         (wl-thread-insert-entity-sub): Ditto.
837         (wl-thread-recover-messages): New command.
838
839         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
840         Don't call `wl-highlight-summary-current-line' directly.
841         (wl-summary-buffer-attach): Connect to signal `status-changed'
842         instead of `cache-changed'.
843         (wl-summary-buffer-detach): Follow the above change.
844         (wl-summary-detect-mark-position): Follow the API change.
845         (wl-summary-rescan-message): Ditto.
846         (wl-summary-insert-sequential): Ditto.
847         (wl-summary-update-thread): Ditto.
848         (wl-summary-message-mark): Ditto.
849         (wl-summary-persistent-mark): Ditto.
850         (wl-summary-create-line): Ditto.
851         (wl-summary-prefetch-region-no-mark): Call
852         `wl-summary-persistent-mark' with number.
853         (wl-summary-recover-messages-region): New command.
854         (wl-summary-target-mark-recover): Ditto.
855         (wl-summary-recover-message): Ditto.
856         (wl-summary-persistent-mark-string): Add argument `status' instead
857         of remove arguments `flags' and `cached'.  Treat killed status.
858         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
859
860         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
861         (wl-highlight-summary-line-face-spec): Treat killed status.
862         (wl-highlight-summary-line-string): Follow the API change.
863         (wl-highlight-summary-current-line): Ditto.
864
865         * Version number is increased to 2.15.3.
866
867 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
870         of symbolp to test whether the condition is function.
871
872 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
875         to nil.
876
877 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-buffer-message-ring): New internal
880         variable.
881         (wl-summary-buffer-last-displayed-msg): Abolish.
882         (wl-summary-push-message): New function.
883         (wl-summary-pop-message): Ditto.
884         (wl-summary-goto-folder-subr): Reset
885         `wl-summary-buffer-message-ring'.
886         (wl-summary-pop-to-last-message): New command.
887         (wl-summary-goto-last-displayed-msg): Call
888         wl-summary-pop-to-last-message if optional argument is non-nil or
889         the last command is itself.
890         (wl-summary-redisplay-internal): Push last message number into
891         `wl-summary-buffer-message-ring'.
892
893         * wl-vars.el (wl-summary-message-ring-max): New user option.
894
895 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
898         from `wl-draft-reply').
899         (wl-draft-reply): Use it.
900         (wl-draft-find-reply-headers): Avoid compile warning.
901
902 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
903
904         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
905
906 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * wl-message.el (wl-message-flag-indicator): New function.
909         (wl-message-redisplay): Use it.
910
911 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
912
913         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
914
915 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
918         instead of `read-event'.
919
920         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
921
922         * wl-mule.el (wl-read-event-char): Ditto.
923
924         * wl-e21.el (wl-read-event-char): Ditto.
925
926 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
927
928         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
929
930 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-vars.el (wl-draft-send-confirm-type): New user option.
933
934         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
935
936         * wl-draft.el (wl-draft-send-confirm): Confirmation by
937         `wl-draft-send-confirm-type'
938
939 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
942         Avoid error when the buffer name is already used.
943
944 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
945
946         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
947         the change of elmo-nmz -> elmo-search.
948         (wl-highlight-summary-line-help-echo-alist): Ditto.
949         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
950         (wl-nmz-folder-icon): Define as obsolete.
951         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
952         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
953
954 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-summary.el (wl-summary-get-list-info): Rewrite with
957         `elmo-find-list-match-value'
958
959 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-summary.el (wl-summary-get-list-info): Optimize.
962         Use List-Id and List-Post also.
963
964 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
967
968 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
969
970         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
971
972 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-util.el (wl-completing-read-multiple-1): New internal function.
975         (wl-completing-read-multiple-2): Ditto.
976         (wl-completing-read-multiple): Define use above functions.
977
978         * wl-summary.el (wl-summary-sort): Removed the workaround for a
979         bug of `completing-read-multiple' about default value.
980
981         * wl-xmas.el (wl-completing-read-multiple): Removed.
982
983         * wl-mule.el (wl-completing-read-multiple): Ditto.
984
985         * wl-e21.el (wl-completing-read-multiple): Ditto.
986
987 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-util.el (wl-filter-associations): New function.
990
991         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
992         (wl-spam-ignored-folder-list): Ditto.
993         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
994         (wl-spam-string-member-p): New function.
995         (wl-spam-domain): Use it.
996         (wl-spam-split-numbers): New function.
997         (wl-spam-apply-partitions): Ditto.
998         (wl-spam-register-spam-messages): Use `folder' instead of
999         `wl-summary-buffer-elmo-folder'.
1000         (wl-spam-register-good-messages): Ditto.
1001         (wl-summary-exec-action-spam): Decide a domain by real folder of
1002         message.
1003         (wl-summary-exec-action-refile-with-register): Likewise.
1004
1005 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-e21.el (wl-e21-find-image): New function.
1008         (wl-e21-setup-toolbar): Use it instead of `find-image'.
1009         (wl-e21-highlight-folder-group-line): Ditto.
1010         (wl-folder-init-icons): Ditto.
1011         (wl-plugged-init-icons): Ditto.
1012         (wl-biff-init-icons): Ditto.
1013
1014 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
1017         (wl-inhibit-save-drafts): New internal variable.
1018         (wl-disable-auto-save): Ditto.
1019         (wl-save-drafts): Treat above variables.
1020         (wl-auto-save-drafts): New function.
1021         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
1022         `wl-stop-save-drafts'.
1023         (wl-start-save-drafts): New function.
1024         (wl-stop-save-drafts): Ditto.
1025         (wl-set-auto-save-draft): New command.
1026
1027         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
1028         `wl-set-save-drafts'.
1029
1030 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1033         `make-local-variable' instead of `make-variable-buffer-local'.
1034
1035 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1038
1039 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1042
1043 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1046         of working buffer.
1047
1048 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1051
1052         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1053         value into recipients; Bind `wl-draft-remove-group-list-contents'
1054         as nil.
1055
1056 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1057
1058         * wl-summary.el (wl-summary-sort): Fixed the last change.
1059
1060         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1061         (wl-summary-sort-messages): Ditto.
1062         (wl-summary-rescan): Use it.
1063         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1064         `completing-read'; Append candidates for reverse order.
1065
1066 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * Version number is increased to 2.15.2.
1069
1070 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1071
1072         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1073         "Smaller".
1074         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1075
1076 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1079
1080 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1083         customize group `wl-draft'.
1084         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1085         `wl-draft'.
1086         (wl-draft-add-references): Ditto.
1087
1088         * wl-action.el (wl-summary-print-argument): Rename argument from
1089         `folder' to `data'.
1090
1091 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-summary.el (wl-summary-rescan-message): Call
1094         `wl-thread-cleanup-symbols' before insert thread.
1095
1096 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl.el (wl-init): Set `elmo-get-folder-function' as
1099         `wl-folder-make-elmo-folder'.
1100
1101         * wl-spam.el (wl-summary-exec-action-spam): Use
1102         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1103
1104         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1105         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1106         `elmo-make-folder'.
1107         (wl-folder-get-elmo-folder): Ditto.
1108         (wl-folder-create-subr): Simplify.
1109
1110 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1113
1114 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1117         contents in message buffer instead of original buffer. If optional
1118         argument specified, ask coding system for encode.
1119
1120 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1121
1122         * wl-spam.el (wl-summary-test-spam-region): New function.
1123         (wl-spam-setup): Bind "rkc".
1124
1125 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1126
1127         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1128
1129 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1130
1131         * wl-spam.el (wl-summary-test-spam): Fix typo.
1132         (wl-message-check-spam): Ditto.
1133
1134 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-summary.el (wl-summary-default-from): Simplify.
1137
1138 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1141         (wl-summary-exec-action-copy): Ditto.
1142         (wl-summary-auto-refile): Check existence of temporary mark.
1143
1144 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-summary.el (wl-summary-create-line): Use
1147         `elmo-time-to-datevec'.
1148
1149         * wl-expire.el (wl-expire-archive-date): Ditto.
1150         (wl-expire-localdir-date): Ditto.
1151
1152         * wl-util.el (wl-day-number): Abolish.
1153
1154         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1155         of `wl-day-number'.
1156         (wl-score-followup): Ditto.
1157         (wl-score-add-followups): Ditto.
1158         (wl-score-get-latest-msgs): Ditto.
1159         (wl-score-get-header-entry): Ditto.
1160         (wl-score-edit-insert-date): Ditto.
1161
1162 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1165         `elmo-message-entity-field' with 2nd argument `type'.
1166
1167 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1168
1169         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1170
1171 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-thread.el (wl-thread-delete-message): Delete descendant
1174         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1175
1176 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1177
1178         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1179
1180 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1183         `Access folder'.
1184
1185 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-vars.el (wl-access-folder-icon): New user option.
1188
1189         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1190         `Access folder'.
1191
1192 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-summary.el (wl-summary-buffer-set-folder): Use
1195         `wl-folder-mime-charset'.
1196
1197         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1198         `mime-charset'.
1199         (wl-folder-get-elmo-folder): Ditto.
1200         (wl-folder-mime-charset): New function.
1201
1202 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-util.el (wl-parse-addresses): Define alias of
1205         `elmo-parse-addresses' (move to `elmo-util.el').
1206
1207         * wl-summary.el (wl-summary-default-from): Follow the API change.
1208         (wl-summary-overview-entity-compare-by-date): Ditto.
1209         (wl-summary-overview-entity-compare-by-from): Ditto.
1210         (wl-summary-get-list-info): Get value of `ml-info' field from
1211         entity at first.
1212         (wl-summary-rescan-message): Treat prefix argument.
1213         (wl-summary-prefetch-msg): Follow the API change.
1214         (wl-summary-search-by-subject): Ditto.
1215         (wl-summary-insert-thread): Ditto.
1216         (wl-summary-line-subject): Ditto.
1217         (wl-summary-line-from): Ditto.
1218         (wl-summary-create-line): Ditto.
1219         (wl-summary-print-message-with-ps-print): Ditto.
1220
1221         * wl-score.el (wl-score-ov-entity-get): Ditto.
1222         (wl-score-followup): Ditto.
1223         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1224         of `car'.
1225         (wl-score-get-latest-msgs): Follow the API change.
1226         (wl-score-get-header): Ditto.
1227
1228         * wl-refile.el (wl-refile-learn): Ditto.
1229         (wl-refile-subject-learn): Ditto.
1230         (wl-refile-get-field-value): Ditto.
1231         (wl-refile-guess-by-history): Ditto.
1232         (wl-refile-guess-by-subject): Ditto.
1233
1234         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1235
1236         * wl-expire.el (wl-expire-date-p): Removed.
1237         (wl-expire-archive-date): Follow the API change.
1238         (wl-expire-localdir-date): Ditto.
1239         (wl-summary-expire): Ditto.
1240
1241         * Version number is increased to 2.15.1.
1242
1243 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1244
1245         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1246         group is access or not (it is not strict, like wl-fldmgr-rename).
1247
1248 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1251         duplicate call of `wl-summary-print-argument' on the wrong line.
1252
1253 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1256         even if argument `number' is nil.
1257         (wl-summary-insert-line): Print action argument if current message
1258         has it.
1259
1260 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1263         (wl-draft-reply): Ditto.
1264         (wl-draft): Add optional argument `parent-number' and call
1265         `wl-draft-create-buffer' with it.
1266         (wl-draft-create-buffer): Add optional argument
1267         `parent-number'. Set wl-draft-parent-number as it.
1268
1269 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1270
1271         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1272         buffer is not for given folder, don't use it.
1273
1274 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * Version number is increased to 2.15.0.
1277
1278 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1281
1282         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1283         (wl-highlight-get-face-by-name): New internal function.
1284         (wl-highlight-summary-line-face-spec): Use it and fixed.
1285
1286 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287
1288         * wl-summary.el (wl-summary-sync-update): Use
1289         `elmo-message-entity-field' instead of `car' to get message-id
1290         from overview entity.
1291
1292         * wl-summary.el (wl-summary-rescan-message): Call
1293         `wl-highlight-summary-displaying' when displaying a message.
1294
1295 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1296
1297         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1298         `wl-draft-config-info-operation'.
1299         (wl-draft-buffer-change-number): New function.
1300         (wl-draft-rename-saved-config): Ditto.
1301         * wl.el (wl-init): Connect slot for message-number-changed.
1302         (toplevel): Add autoload for wl-draft-rename-saved-config.
1303
1304 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1305
1306         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1307         `update-overview'
1308         (wl-summary-buffer-detach): Disconnect from it.
1309         (wl-summary-rescan-message): Use command.
1310
1311         * wl-message.el (wl-message-buffer-display): Use
1312         `with-current-buffer' instead of `save-excursion'.
1313
1314 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1315
1316         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1317         wl-draft-preview-attributes-list from distraction.
1318
1319 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1322         `elmo-list-diff'.
1323
1324 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-summary.el
1327         (wl-summary-edit-addresses-collect-candidate-fields): Use
1328         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1329
1330         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1331         instead of `elmo-set-work-buf'.
1332
1333         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1334         (wl-address-make-address-list): Ditto.
1335
1336         * Version number is increased to 2.13.3.
1337
1338 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1341         user option.
1342
1343         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1344         argument `5'.
1345
1346         * wl-message.el (wl-message-display-no-merge-p): New function.
1347         (wl-message-buffer-display): Check whether the message is
1348         reassembled and follow the API change.
1349
1350 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1353         multibyte on working buffer and removed unnecessary
1354         `buffer-disable-undo'.
1355
1356 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1359         change.
1360
1361 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362
1363         * wl-util.el (wl-read-search-condition-internal): Protect
1364         elmo-global-flags from distraction.
1365
1366 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1369
1370         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1371         (wl-summary-event-handler): Ditto.
1372         (wl-summary-update-persistent-mark-on-event): New
1373         function (renamed from `elmo-event-handler-flag-changed').
1374         (wl-summary-buffer-attach): New function.
1375         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1376         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1377         instead of `elmo-folder-add-handler'.
1378
1379         * Version number is increased to 2.13.2.
1380
1381 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1384         and "\177" to the `wl-news-previous-page'.
1385         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1386         (wl-news-previous-page): New function.
1387
1388 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1389
1390         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1391         instead of `write-region' and simplify.
1392
1393 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-template.el (wl-template-select): Cause error if
1396         `wl-template-alist' is nil.
1397
1398 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1399
1400         * wl-news.el.in: Set file variable `no-byte-compile'.
1401
1402 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1405         whether a target message is within displaying area.
1406         (elmo-event-handler-cache-changed): Ditto.
1407
1408 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1409
1410         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1411         to `defun'.  Use `nconc' instead of `append' to collect descendant
1412         message numbers.
1413
1414 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1415
1416         * wl-thread.el (wl-thread-save-top-list)
1417         (wl-thread-save-entities): Use `with-temp-buffer'.
1418         * wl-news.el.in (wl-news-previous-version-load):
1419         (wl-news-previous-version-save): Ditto.
1420         * wl-summary.el (wl-summary-load-file-object)
1421         (wl-summary-save-view-cache): Ditto.
1422
1423 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-util.el (toplevel): Require 'elmo-flag'.
1426         (wl-read-search-condition): New function (Renamed from
1427         `elmo-read-search-condition').
1428         (wl-read-search-condition-internal): Likewise.
1429
1430         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1431         invalid.
1432         (wl-summary-pick): Use `wl-read-search-condition' instead of
1433         `elmo-read-search-condition'.
1434         (wl-summary-virtual): Ditto.
1435
1436         * wl-folder.el (wl-folder-virtual): Ditto.
1437         (wl-folder-pick): Ditto.
1438
1439         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1440
1441 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1442
1443         * wl-summary.el (wl-summary-reedit): Call
1444         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1445
1446 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-mime.el (toplevel): Require wl-vars.
1449
1450         * wl-message.el (toplevel): Require cl at compile.
1451
1452         * wl-draft.el (toplevel): Require elmo.
1453
1454 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1455
1456         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1457         and do nothing when it is not positive.
1458         (wl-message-buffer-prefetch-next): Ditto.
1459
1460 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1461
1462         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1463         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1464         (wl-summary-redisplay-internal): Ditto.
1465
1466         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1467         message (the condition is borrowed from `wl-check-variables-2').
1468         (wl-summary-redisplay-internal): Ditto.
1469
1470 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * wl-mime.el (wl-draft-nntp-attribute): New function.
1473         (wl-draft-attribute-nntp-posting-server): Use it.
1474         (wl-draft-attribute-nntp-posting-port): Ditto.
1475
1476         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1477         (wl-draft-show-attributes-buffer): Ditto.
1478         (wl-draft-hide-attributes-buffer): Ditto.
1479         (wl-draft-attribute-newsgroups): Ditto.
1480         (wl-draft-attribute-nntp-posting-server): Ditto.
1481         (wl-draft-attribute-nntp-posting-port): Ditto.
1482         (wl-draft-preview-message): Use there functions.
1483
1484         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1485         value.
1486
1487 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1490         (wl-draft-reedit): Ditto.
1491         (wl-draft-queue-flush): Ditto.
1492
1493         * wl-mime.el (wl-message-request-partial): Ditto.
1494         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1495         instead of `elmo-message-fetch'.
1496
1497         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1498
1499         * wl-summary.el (wl-summary-message-string): Ditto.
1500
1501 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * wl-util.el (wl-current-message-buffer): Follow the API change.
1504
1505         * wl-summary.el (wl-summary-redisplay-internal): Call
1506         `wl-summary-mark-as-read' with 2nd argument as nil and update
1507         unread count instead of persistent mark.
1508
1509         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1510         variable.
1511         (wl-message-redisplay): Follow the API change.
1512         (wl-message-buffer-display): Managed mime-entity directly and
1513         return preview buffer only.
1514         (wl-message-display-internal): Rewrite.
1515         (wl-message-buffer-prefetch-subr): Not save return value of
1516         `wl-message-buffer-display'.
1517
1518         * Version number is increased to 2.13.1.
1519
1520 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1523         'elmo-multiple-fields-body-list' with boundary specified.
1524
1525 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1528         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1529         cache if `wl-summary-resend-use-cache' is non-nil.
1530
1531 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1534         (wl-nntp-posting-stream-type): Ditto.
1535
1536 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1537
1538         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1539
1540 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1541
1542         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1543         message.
1544
1545 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1548         Abolish.
1549         (wl-summary-buffer-persistent-mark-version): New internal
1550         variable.
1551         (wl-summary-update-mark-and-highlight-window): Check by
1552         wl-summary-persistent-mark-invalid-p.
1553         (wl-summary-update-status-marks): Ditto.
1554         (elmo-event-handler-flag-changed): Rewrite.
1555         (elmo-event-handler-cache-changed): Define.
1556         (wl-summary-prefetch-msg): Does not update persistent mark here.
1557         (wl-summary-delete-cache): Ditto.
1558         (wl-summary-resume-cache-status): Ditto.
1559         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1560         (wl-summary-persistent-mark-invalid-p): New function.
1561         (wl-summary-validate-persistent-mark): Ditto.
1562         (wl-summary-validate-persistent-mark-string): Ditto.
1563         (wl-summary-invalidate-persistent-mark): Ditto.
1564         (wl-summary-update-persistent-mark): Call
1565         `wl-summary-validate-persistent-mark'.
1566         (wl-summary-create-line): Call
1567         `wl-summary-validate-persistent-mark-string'.
1568
1569         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1570         status as t if cache used.
1571
1572 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1573
1574         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1575         only if the target is group.
1576         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1577
1578 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1579
1580         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1581
1582 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1583
1584         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1585
1586         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1587
1588 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1589
1590         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1591         (Thanks to Yoichi NAKAYAMA).
1592
1593 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-util.el (wl-save-drafts): Restore echo area.
1596
1597 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * Version number is increased to 2.13.0.
1600
1601         * wl-util.el (wl-biff-check-folder-async): Use
1602         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1603
1604 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-message.el (wl-message-display-internal): Does not put
1607         wl-message-display-type property on message buffer.
1608         (wl-message-buffer-display-type): New function.
1609
1610         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1611
1612         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1613         `wl-summary-buffer-detach'.
1614         (wl-summary-message-display-type): Use
1615         `wl-summary-buffer-display-type'.
1616
1617 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1618
1619         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1620         buffer-local.
1621
1622         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1623         kill-buffer-hook instead of make-local-variable.
1624         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1625
1626 2004-12-12  Scott Renfro <scott@renfro.org>
1627
1628         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1629         regex for square-branket.
1630
1631 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1634         `wl-message-mime-analysis-p' with argument `header'.
1635
1636 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1637
1638         * wl-mime.el (wl-draft-yank-current-message-entity):
1639         Switch to no-mime following method according to wl-message-display-type
1640         property.
1641         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1642
1643         * wl-message.el (wl-message-display-internal):
1644         Put wl-message-display-type property on message buffer.
1645
1646         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1647         (wl-message-display-internal): Ditto;
1648
1649         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1650
1651 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-message.el (wl-message-make-display-type): New function.
1654         (wl-message-display-type-property): Ditto.
1655         (wl-message-mime-analysys-p): Ditto.
1656         (wl-message-display-all-header-p): Ditto.
1657         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1658         added `display-type'.
1659         (wl-message-buffer-display): Likewise.
1660         (wl-message-display-internal): Likewise.
1661         (wl-message-buffer-display-type): Abolish.
1662         (wl-message-buffer-prefetch-subr): Follow the API changed.
1663
1664         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1665         from wl-summary-buffer-display-all-header and changed default value.
1666         (wl-summary-message-display-type): New function.
1667         (wl-summary-buffer-display-mime-mode): Ditto.
1668         (wl-summary-buffer-display-header-mode): Ditto.
1669         (wl-summary-toggle-mime): Rewrite with above functions.
1670         (wl-summary-toggle-all-header): Ditto.
1671         (wl-summary-redisplay): Force redisplay with default mode.
1672         (wl-summary-redisplay-internal): Renamed argument from `mode',
1673         `all-header' to `mime-mode', `header-mode'.
1674         Use `wl-message-make-display-type'.
1675
1676         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1677         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1678
1679 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1680
1681         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1682
1683 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1686         in original message buffer.
1687         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1688         buffer.
1689
1690 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1691
1692         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1693
1694 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1697
1698 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1699
1700         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1701         when actions succeeded.
1702         (wl-summary-exec-action-copy): Likewise.
1703
1704 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1705
1706         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1707         there is switch-to-buffer at the end of wl-message-select-buffer.
1708         (wl-summary-reply): Ditto.
1709
1710 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-summary.el (wl-summary-forward): Put subject in original
1713         message buffer as argument of wl-draft-forward.
1714         * wl-draft.el (wl-draft-forward): Decode subject as in
1715         wl-draft-reply.
1716
1717 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1720         a folder under access group.
1721
1722 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1723
1724         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1725         wl-message-buffer-display.
1726
1727         * wl-util.el (wl-set-save-drafts): Fix typo.
1728
1729 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1732         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1733         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1734         the way to measure the width of a bitmap image; don't put face on
1735         ascii and bitmap images; put the mark which should not use the
1736         variable-pitch face on ascii and bitmap images.
1737         (wl-demo-setup-properties): Don't use the variable-pitch face on
1738         ascii and bitmap images; made it work on Emacs 20 and earlier.
1739         (wl-demo-insert-text): End with a newline at the bottom; don't put
1740         face on text.
1741
1742         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1743
1744 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1747
1748         * wl-util.el (wl-save-drafts): Moved from sample setting.
1749         (wl-set-save-drafts): New function to set idle timer.
1750         * wl-draft.el (wl-draft): Call it.
1751         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1752
1753 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1754
1755         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1756         a summary which has toggle display status off.
1757
1758 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1759
1760         * wl-draft.el (wl-draft-do-fcc): No cache save.
1761
1762 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * wl-summary.el (elmo-event-handler-flag-changed): Use
1765         `set-buffer' instead of `with-current-buffer'.
1766
1767 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1768
1769         * wl-summary.el (wl-summary-after-resize-function): New function.
1770         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1771         window-size-change-functions.
1772
1773 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * wl-draft.el (wl-draft-create-buffer): Bind
1776         `change-major-mode-hook' after current buffer is changed.
1777
1778         * wl-summary.el (wl-summary-buffer-detach): New function.
1779         (wl-summary-buffer-set-folder): Call it.
1780         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1781         change-major-mode-hook and kill-buffer-hook.
1782         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1783         (wl-summary-switch-to-clone-buffer): Ditto.
1784         (wl-summary-goto-folder-subr): Ditto.
1785
1786 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1787
1788         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1789         after boundp check.
1790
1791 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1792
1793         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1794         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1795         for `kill-buffer'.
1796
1797         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1798         handler of current buffer from elmo-folder.
1799
1800 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1801
1802         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1803
1804 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1805
1806         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1807         variable.
1808         (wl-summary-event-handler): New class.
1809         (elmo-event-handler-flag-changed): Define to update persistent
1810         mark.
1811         (wl-summary-buffer-set-folder): Register event handler to
1812         elmo-folder.
1813         (wl-summary-exit): Unregister event handler.
1814         (wl-summary-goto-folder-subr): Ditto.
1815         (wl-summary-mark-as-read-all): Does not call
1816         `wl-summary-update-persistent-mark' directly.
1817         (wl-summary-mark-as-read-internal): Ditto.
1818         (wl-summary-set-persistent-mark-internal): Ditto.
1819         (wl-summary-set-flags-internal): Ditto.
1820
1821         * Version number is increased to 2.11.33.
1822
1823 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1824
1825         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1826         to nil.
1827
1828 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1829
1830         * wl-spam.el (wl-spam-setup): Add hook
1831         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1832         instead of `wl-summary-prepare-hook'.
1833
1834         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1835         if folder type is `'flag'.
1836         (wl-summary-mark-as-important): Ditto.
1837
1838 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * wl-address.el (wl-address-minibuffer-history): New variable.
1841         (wl-address-minibuffer-local-map): New keymap.
1842         (wl-address-read-from-minibuffer): New function.
1843
1844         * wl-action.el (wl-summary-get-resend-address): Use
1845         `wl-address-read-from-minibuffer' instead of `completing-read'.
1846
1847 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * Version number is increased to 2.11.32.
1850
1851 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1854         without mule to iso-8859-1.
1855         (wl-draft-add-in-reply-to): Add note in description.
1856         (wl-draft-add-references): Ditto.
1857
1858 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1859
1860         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1861         definition for `m'.
1862         (wl-summary-mode-line-format): Add '[%m]'.
1863         (wl-message-mode-line-format-spec-alist): Ditto.
1864         (wl-summary-display-mime-mode-list): New variable.
1865
1866         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1867         from wl-summary-buffer-display-as-is.
1868         (wl-summary-buffer-display-all-header): New buffer local variable.
1869         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1870         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1871         instead of wl-summary-buffer-display-as-is.
1872         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1873         (wl-summary-set-persistent-mark): Ditto.
1874         (wl-summary-set-message-buffer-or-redisplay): Just call
1875         `wl-summary-redisplay-internal' without optional arguments.
1876         (wl-summary-toggle-mime): Rewrite.
1877         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1878         (wl-summary-toggle-all-header): New function.
1879         (wl-summary-redisplay-internal): Treat mime mode.
1880
1881         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1882         to wl-mime-preview-follow-no-mime.
1883         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1884         accodring to the display-mode.
1885
1886         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1887         (wl-message-buffer-display): Changed argument name from `as-is' to
1888         `mode'.
1889         (wl-message-display-internal): Ditto;
1890         Bind elmo-mime-display-header-analysis according to the mode.
1891         (wl-message-display-internal): Put wl-message-display-mime-mode
1892         property on entire buffer.
1893
1894 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1897
1898 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1899
1900         * wl-summary.el (wl-summary-overview-entity-compare-by-from):
1901         Don't extract mail address.
1902         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1903
1904         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1905
1906         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1907
1908 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1911         wl-fldmgr-cut-entity-list on confirmation.
1912
1913 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1916         (wl-mime-quit-preview): Check existence of
1917         mime-edit-temp-message-buffer here.
1918
1919 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1922         after deletion.
1923
1924         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1925         before calling wl-mime-quit-preview.
1926
1927 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl-summary.el (wl-summary-pick): If call it with prefix
1930         argument, set `delete-marks' as non-nil. Pick from only visible
1931         messages.
1932         (wl-summary-check-target-mark): New function.
1933         (wl-summary-target-mark-mark-as-read): Use it.
1934         (wl-summary-target-mark-mark-as-unread): Ditto.
1935         (wl-summary-target-mark-operation): Ditto.
1936         (wl-summary-target-mark-set-flags): Ditto.
1937         (wl-summary-target-mark-save): Ditto.
1938         (wl-summary-target-mark-pick): Ditto.
1939         (wl-summary-target-mark-forward): Ditto.
1940         (wl-summary-target-mark-reply-with-citation): Ditto.
1941         (wl-summary-target-mark-print): Ditto.
1942         (wl-summary-target-mark-uudecode): Ditto.
1943
1944         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1945         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1946         with `ask-coding' is non-nil.
1947
1948 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * wl-thread.el (wl-thread-set-parent): If parent is a message
1951         which is identified by references, set linked as nil.
1952
1953 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1954
1955         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1956         (wl-message-mode-line-format-spec-alist): Ditto.
1957         (wl-message-mode-line-format): Ditto.
1958         (wl-summary-mode-line-format): Ditto for docstring.
1959         (wl-summary-no-mime-folder-list): Fix typo.
1960
1961         * wl-util.el (wl-current-message-buffer): Call
1962         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1963
1964         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1965         variable.
1966         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1967         of `wl-summary-redisplay-no-mime'.
1968         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1969         (wl-summary-toggle-mime): New function.
1970         (wl-summary-redisplay-all-header): Rewrite.
1971         (wl-summary-redisplay-no-mime): Ditto.
1972         (wl-summary-redisplay-internal): Added argument `as-is' and
1973         `all-header'.
1974
1975         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1976         New variable.
1977         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1978         bottom.
1979         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1980         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1981         "/" unconditionally.
1982
1983         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1984         wl-mime-preview-follow-no-mime for as-is content.
1985         (wl-mime-preview-follow-no-mime): New function.
1986         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1987
1988         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1989         and added `as-is', `all-header'.
1990         (wl-message-buffer-display): Ditto.
1991         (wl-message-buffer-display-type): New function.
1992
1993 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-vars.el (wl-message-header-button-alist): Change default
1996         value.
1997         (wl-message-body-button-alist): Ditto.
1998
1999 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2000
2001         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
2002
2003 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
2006
2007 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-summary.el (wl-summary-sync-marks): Remove condition which
2010         is always true.
2011
2012 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
2015         on null entity.
2016
2017 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-vars.el (wl-draft-reply-default-position): Fix range.
2020
2021 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022
2023         * wl-vars.el (wl-summary-resend-hook): New hook.
2024
2025         * wl-action.el (wl-summary-exec-action-resend-subr): Run
2026         `wl-summary-resend-hook'.
2027
2028 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2031         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2032         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2033         (wl-summary-new-cached-mark): Changed default value to 'n'.
2034         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2035         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2036         (wl-folder-sync-range-alist): Remove spec for 'flag.
2037         (wl-summary-force-prefetch-folder-list): New user option.
2038
2039         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2040         `wl-summary-toggle-persistent-mark'.
2041         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2042         number is nil.
2043         (wl-summary-mark-as-answered-region): Set interactive argument of
2044         `wl-summary-set-persistent-mark-internal'.
2045         (wl-summary-mark-as-important-region): Ditto.
2046         (wl-summary-unset-persistent-mark): Ditto.
2047         (wl-summary-set-persistent-mark): Ditto.
2048         (wl-summary-mark-as-answered): Ditto.
2049         (wl-summary-mark-as-important): Ditto.
2050         (wl-summary-set-persistent-mark-internal): Do nothing
2051         when `elmo-message-flag-available-p' is nil.
2052         (wl-summary-toggle-persistent-mark): New function.
2053         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2054         when the folder matches `wl-summary-force-prefetch-folder-list'.
2055
2056
2057         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2058         when number is nil.
2059         (wl-highlight-summary-forwarded-face): New face.
2060
2061 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * Version number is increased to 2.11.31.
2064
2065 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2068         (wl-biff-check-folder-async): Ditto.
2069         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2070
2071 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2072
2073         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2074         Add an argument `reverse'.  All callers are updated.
2075         (wl-summary-sort): Add a prefix argument `reverse' to specify
2076         reverse sorting.
2077         (wl-summary-sort-by-date, wl-summary-sort-by-number)
2078         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
2079         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2080
2081 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * wl-message.el (wl-message-redisplay): Does not narrow header if
2084         disply-type is all-header or as-is.
2085
2086         * wl-summary.el (wl-summary-enter-handler): Use
2087         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2088
2089 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2090
2091         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2092         after adding wl-draft-parent-variables.
2093         (wl-draft-forward): Ditto.
2094
2095 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-summary.el (wl-summary-sync-marks): Call
2098         `wl-summary-set-persistent-mark' and
2099         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2100         (wl-summary-set-persistent-mark-internal): Add 4th argument
2101         `no-server'.
2102         (wl-summary-unset-persistent-mark): Ditto.
2103         (wl-summary-set-persistent-mark): Ditto.
2104         (wl-summary-add-flags-internal): Abolish.
2105         (wl-summary-remove-flags-internal): Ditto.
2106         (wl-summary-mark-as-important-internal): Ditto.
2107         (wl-summary-mark-as-important): Use
2108         `wl-summary-set-persistent-mark' instead of
2109         `wl-summary-add-flags-internal'.
2110         (wl-summary-mark-as-important-region): Ditto.
2111
2112         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2113
2114         * wl-summary.el (wl-summary-get-available-flags): New function.
2115         (wl-summary-sync-marks): Use it and simplified.
2116         (wl-summary-unset-persistent-mark): Use
2117         `wl-summary-get-available-flags'.
2118         (wl-summary-set-persistent-mark): Ditto.
2119
2120 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2123         id.
2124
2125 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2128         number, call `wl-summary-prev-line-content'. Show message when the
2129         message is not found.
2130
2131 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2132
2133         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2134         wl-summary-enter-handler.
2135         (wl-summary-enter-handler): New command.
2136
2137         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2138         docstring and custom spec.
2139
2140         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2141         flags too; Don't treat Cached and New.
2142         (wl-summary-set-persistent-mark): Ditto.
2143
2144         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2145         `wl-folder-set-flag'.
2146
2147         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2148         instead of `wl-folder-set-flag'.
2149
2150         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2151         for completion.
2152         (wl-summary-set-persistent-mark): Ditto.
2153
2154         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2155         instead of `wl-draft-quit-preview'.
2156
2157         * wl-mime.el (toplevel): Avoid compile warning.
2158         (wl-mime-quit-preview): New function
2159         (formarly defined as `wl-draft-quit-preview').
2160         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2161         quitting method.
2162
2163         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2164
2165         * wl-folder.el (wl-folder-set-flag): Renamed from
2166         `wl-draft-set-flag-on-parent'.
2167
2168         * wl-draft.el (wl-draft-quit-preview): New function.
2169         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2170         (wl-draft-send): Call `wl-folder-set-flag' instead of
2171         `wl-draft-set-flag-on-parent'.
2172         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2173
2174 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2177         (wl-draft-send): Ditto.
2178
2179 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2180
2181         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2182         (wl-draft-kill-pre-hook): Set default value as nil.
2183         (wl-summary-reply-hook): Ditto.
2184         (wl-draft-kill-flags): Abolish.
2185
2186         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2187         (wl-draft-parent-variables): Renamed from
2188         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2189         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2190         argument; Add wl-draft-parent-variables to
2191         wl-draft-config-variables.
2192         (wl-draft-reply): Likewise.
2193         (wl-draft-kill-flags): Abolish.
2194         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2195         (wl-draft-set-flag-on-parent): New function.
2196         (wl-draft-setup-parent-flag): Ditto.
2197
2198 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2199
2200         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2201         `wl-draft-parent-folder' is "".
2202
2203 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2204
2205         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2206         (wl-summary-digit-jump): New function.
2207         (Adviced by John Owens and Hiroya Murata)
2208
2209         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2210         (Adviced by John Owens)
2211
2212         * wl-xmas.el (wl-message-define-keymap): Ditto.
2213
2214         * wl-mule.el (wl-message-define-keymap): Ditto.
2215
2216 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2217
2218         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2219         change of return value of elmo-folder-count-flags.
2220
2221         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2222         (wl-summary-mark-as-read-internal): Ditto.
2223         (wl-summary-set-persistent-mark-internal): Ditto.
2224         (wl-summary-folder-info-update): Ditto.
2225         (wl-summary-sync-update): Fixed the last change.
2226
2227         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2228
2229 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2230
2231         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2232         (wl-draft-kill-flags): Fixed docstring.
2233
2234         * wl-draft.el (wl-draft-kill-flags): New function.
2235         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2236
2237 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2238
2239         * wl-vars.el (wl-reply-hook): Abolish.
2240         (wl-draft-reply-hook): New hook.
2241         (wl-summary-reply-hook): Ditto.
2242         (wl-draft-forward-hook): Ditto.
2243         (wl-summary-forward-hook): Ditto.
2244         (wl-draft-kill-flags): New variable.
2245
2246         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2247         wl-summary-set-persistent-mark-internal.
2248         (wl-summary-sync-marks): Use elmo-preserved-flags.
2249         (wl-summary-update-persistent-mark): Make it interactive.
2250         (wl-summary-set-persistent-mark-internal): New inline function.
2251         (wl-summary-mark-as-answered): Use it.
2252         (wl-summary-mark-as-unanswered): Ditto.
2253         (wl-summary-unset-persistent-mark): New function.
2254         (wl-summary-set-persistent-mark): Ditto.
2255         (wl-summary-reply): Don't set answered flag;
2256         Run wl-summary-reply-hook instead.
2257         (wl-summary-forward): Call wl-draft-forward with number.
2258         Run wl-summary-forward-hook.
2259
2260         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2261         (wl-highlight-summary-line-face-spec): Use it as a default
2262         persistent mark face.
2263
2264         * wl-draft.el (wl-draft-forward): Added optional argument number;
2265         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2266         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2267         (wl-draft-kill): Use wl-draft-kill-flags.
2268
2269         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2270
2271         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2272         of return value of elmo-folder-count-flags.
2273
2274         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2275
2276         * wl-summary.el (wl-summary-count-unread): Ditto.
2277         (wl-summary-sync-update): Follow the change above.
2278         (wl-summary-force-prefetch): New function.
2279
2280 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2281
2282         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2283         variable `buf' with `let' instead of `setq'.
2284
2285 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2288         add Content-Disposition heaeder on the deleted part.
2289
2290 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-draft.el (wl-draft-save): Encode address list under edit by
2293         `eword-encode-unstructured-field-body'.
2294
2295         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2296
2297 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2300         wl-current-summary-buffer.
2301
2302 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2303
2304         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2305         `numbers' is ignored.
2306
2307 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-folder.el (wl-folder-open-folder): Avoid error.
2310         Reported by John Owens, [wl-en:815]
2311
2312         * wl.el (wl): Set timer for biff process even if prefix argument
2313         is given or auto-checking is quitted.
2314
2315         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2316         immediately.
2317         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2318         (wl-toggle-plugged): Ditto.
2319
2320         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2321         * wl-util.el (wl-biff-start): Use idle timer if
2322         `wl-biff-use-idle-timer' is non-nil.
2323
2324 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2325
2326         * wl-highlight.el (wl-highlight-message): Fix description.
2327
2328 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2331         tty.
2332
2333 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2334
2335         * wl-action.el (wl-summary-exec): Print failure count.
2336
2337 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2340         to `defun', remove interactive form.
2341         Set elmo-message-fetch-confirm when force-reload is non-nil.
2342
2343 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-summary.el (toplevel): Removed unnecessary autoload.
2346
2347 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2350         the buffer is generated from another message buffer.
2351
2352 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2355         extracted from `wl-fldmgr-save-folders'.
2356         (wl-fldmgr-delete): Call it after deletion.
2357
2358 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2361         multi-tty support.
2362
2363 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2364
2365         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2366
2367 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2368
2369         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2370         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2371
2372 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2375         unsubscribe list only if argument CLEAR is nil.
2376
2377 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-draft.el (wl-draft-reply): Decode subject before removing
2380         Re: prefix.
2381
2382 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2383
2384         * wl-summary.el (wl-summary-sort-by-size): New command.
2385
2386 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-summary.el (wl-summary-number-list-from-region): New
2389         function.
2390         (wl-summary-mark-as-read-region): Use it.
2391         (wl-summary-mark-as-unread-region): Ditto.
2392         (wl-summary-set-flags-region): Ditto and add optional argument
2393         remove.
2394         (wl-summary-mark-as-answered-region): Ditto.
2395         (wl-summary-mark-as-important-region): Ditto.
2396         (wl-summary-target-mark-mark-as-important): Added optional
2397         argument remove.
2398         (wl-summary-target-mark-mark-as-answered): Ditto.
2399         (wl-summary-target-mark-set-flags): Ditto.
2400
2401 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2402
2403         * wl-summary.el (wl-summary-set-flags-region): Call
2404         `wl-summary-set-flags-internal' with number list instead of call
2405         one by each message.
2406         (wl-summary-target-mark-set-flags): Likewise.
2407
2408 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2409
2410         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2411         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2412         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2413         (wl-summary-target-mark-mark-as-answered): Likewise.
2414
2415 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2416
2417         * wl-summary.el (wl-summary-target-mark-forward): Use
2418         `wl-summary-delete-all-target-marks' instead of
2419         `wl-summary-delete-all-temp-marks'.
2420         (wl-summary-target-mark-reply-with-citation): Ditto.
2421         (wl-summary-target-mark-uudecode): Ditto.
2422         (wl-summary-target-mark-set-flags): Ditto and remove needless
2423         cursor move.
2424
2425 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2426
2427         * wl-summary.el (wl-summary-target-mark-forward): Protect
2428         wl-summary-buffer-target-mark-list from nreverse.
2429         (wl-summary-target-mark-reply-with-citation): Ditto.
2430
2431 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2434         `elmo-display-progress-threshold'.
2435
2436 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2439         check `wl-summary-highlight'.
2440         (wl-summary-window-scroll-functions): Respect value of
2441         `wl-summary-highlight'.
2442         (wl-summary-sync-update): Run hooks
2443         `wl-summary-buffer-window-scroll-functions' at any time.
2444
2445 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2448         from `wl-summary-cleanup-temp-marks'.
2449         (wl-summary-cleanup-temp-marks): Abolish argument.
2450         * wl.el (wl-save-status): Revert previous change.
2451         (wl-execute-temp-marks): New function, call
2452         `wl-summary-exec-with-confirmation'.
2453         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2454         (wl-folder-save-and-exec-marks): Abolished.
2455
2456 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2457
2458         * wl-e21.el (wl-e21-display-image-p): Respect
2459         `wl-highlight-folder-with-icon'.
2460         (wl-e21-highlight-folder-group-line): Highlight mouse line
2461         even if wl-e21-display-image-p is nil.
2462
2463         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2464         Respect value of `wl-summary-highlight'.
2465
2466         * wl.el (wl-save-status): Remove unused variable.
2467
2468         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2469         (wl-folder-mode-map): Bind it to "x".
2470
2471 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2474
2475         * wl-thread.el (wl-thread-get-parent-list): Don't check
2476         disconnected ancestors, neglecting needless work in
2477         `wl-thread-update-indent-string-thread'.
2478
2479         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2480         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2481         argument, add argument default-keep to keep marks by default.
2482
2483         * Version number is increased to 2.11.30.
2484
2485         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2486         customization type and docstring.
2487         (wl-draft-reply-without-argument-list): Ditto.
2488
2489 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2490
2491         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2492
2493         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2494
2495 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2496
2497         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2498
2499 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2500
2501         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2502         save-excursion so as not to include run-hooks.
2503
2504 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2505
2506         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2507         Clarify that marks are going to be cleared.
2508
2509 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2510
2511         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2512         according to 3rd element of wl-summary-flag-mark.
2513
2514         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2515
2516 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * wl-action.el (wl-summary-target-mark-all): Don't set
2519         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2520
2521 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2522
2523         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2524         (wl-forward-subject-prefix): Ditto.
2525         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2526         (wl-draft-reply-make-subject): Ditto.
2527
2528         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2529         `wl-draft-forward'.
2530         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2531
2532 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2533
2534         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2535         target message does not exist.
2536
2537 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2538
2539         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2540         `wl-subject-prefix-regexp'.
2541         (wl-subject-forward-prefix-regexp): New variable.
2542         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2543         `wl-draft-strip-subject-re' and take regexp as argument.
2544         (wl-draft-forward): Use it.
2545         (wl-draft-reply): Ditto.
2546
2547 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2548
2549         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2550         emacs multi-tty support.
2551
2552 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2553
2554         * wl-e21.el (wl-e21-display-image-p): Don't call
2555         `display-images-p'.
2556         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2557         support.
2558         (wl-highlight-folder-current-line): Ditto.
2559         (wl-folder-init-icons): Ditto.
2560
2561 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2562
2563         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2564         the last line of summary in unplugged mode.
2565
2566 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2567
2568         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2569
2570 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2571
2572         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2573         * wl-address.el (wl-address-user-mail-address-p): Use it.
2574         (wl-address-delete-user-mail-addresses): Ditto.
2575         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2576
2577         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2578         (wl-address-delete-user-mail-addresses): Ditto.
2579
2580         * wl-address.el (wl-address-delete-user-mail-addresses): New
2581         function.
2582         * wl-refile.el (wl-refile-guess-by-history): Use it.
2583         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2584         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2585
2586         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2587         use wl-address-user-mail-address-p.
2588
2589 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2590
2591         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2592         after opening group.
2593
2594 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2597         of elmo-set-buffer-multibyte.
2598
2599         * wl-message.el (wl-original-message-mode): Ditto.
2600
2601         * wl-score.el (wl-score-insert-header): Ditto.
2602
2603         * wl-summary.el
2604         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2605         (wl-summary-goto-folder-subr): Ditto.
2606         (wl-summary-insert-headers): Ditto.
2607
2608         * wl-util.el (wl-set-string-width): Ditto.
2609
2610         * Version number is increased to 2.11.29.
2611
2612 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2613
2614         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2615         (wl-highlight-summary-line-help-echo-alist): New variable.
2616         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2617         into `wl-highlight-summary-line-help-echo' and
2618         `wl-highlight-flag-folder-help-echo'.
2619         (wl-highlight-summary-line-string): Change accordingly.
2620         (wl-highlight-summary-current-line): Ditto.
2621
2622 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2623
2624         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2625         at the beginning of field body (Thanks to Markus Knittig).
2626
2627         * wl-draft.el (wl-draft-insert-current-message): Also check
2628         summary buffer, remove unnecessary tag.
2629
2630 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2633         when wl-message-buffer is nil.
2634
2635         * wl-folder.el (wl-folder): Abolish unused argument.
2636         Call wl-folder-init when wl-folder-entity is nil.
2637         * wl.el (wl): Change accordingly.
2638
2639 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2640
2641         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2642         multibyte string before insert into draft buffer.
2643         (wl-draft-create-buffer): Always enable multibyte characters for
2644         draft buffer.
2645
2646         * Version number is increased to 2.11.28.
2647
2648 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2649
2650         * wl-folder.el (wl-folder-open-close): Handle blank line.
2651         (wl-folder-jump-to-current-entity): Ditto.
2652
2653 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2654
2655         * Version number is increased to 2.11.27.
2656
2657 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2658
2659         * wl-thread.el (wl-thread-insert-message): When the thread is
2660         devided by wl-summary-max-thread-depth, insert line at the end of
2661         buffer.
2662
2663 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * Version number is increased to 2.11.26.
2666
2667 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2668
2669         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2670
2671 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2672
2673         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2674         value of stream-type and session.
2675
2676 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2677
2678         * Version number is increased to 2.11.25.
2679
2680 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2681
2682         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2683         in a quit message.
2684
2685 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2686
2687         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2688         (wl-summary-redisplay-no-mime-internal): Ditto.
2689
2690 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2691
2692         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2693         * wl-vars.el (wl-smtp-connection-type): Ditto.
2694
2695 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2696
2697         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2698         for the separator line and quote mail-header-separator.
2699
2700 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2701
2702         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2703         result message.
2704
2705         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2706         `elmo-multiple-fields-body-list' with boundary as
2707         mail-header-separator.
2708
2709 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2710
2711         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2712
2713 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-util.el (wl-list-diff): Remove unused function.
2716
2717         * wl-draft.el (wl-draft-send-confirm): Discard input before
2718         confirmation.
2719
2720 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2723         order of flag and new.
2724
2725 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-vars.el (wl-refile-policy-alist): Abolished.
2728
2729         * wl-action.el (wl-summary-set-action-refile): Follow the change
2730         above.
2731
2732 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * wl-highlight.el (wl-highlight-signature-search): Don't use
2735         re-search-backward for a long word since it is possible to crash
2736         XEmacs because of a bug.
2737
2738 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2739
2740         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2741
2742 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2743
2744         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2745         argument for wl-summary-sync-force-update.
2746
2747 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-summary.el (wl-summary-mode-map): Revival of
2750         wl-summary-mark-as-important related bindings;
2751         Bind 'F','tF','mF','rF','m&'.
2752         (wl-summary-mark-as-important-region): Revival.
2753         (wl-summary-target-mark-mark-as-important): Ditto.
2754         (wl-summary-target-mark-operation): New function.
2755         (wl-summary-target-mark-mark-as-answered): Use it.
2756         (wl-summary-decide-flag): Don't set Important as default.
2757         (wl-summary-mark-as-important-internal): Revival.
2758         (wl-summary-mark-as-important): Ditto.
2759
2760         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2761
2762         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2763         instead of facep.
2764
2765 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-dnd.el (wl-dnd-drop-func): Fix.
2768
2769         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2770         mouse-set-point instead of posn-point.
2771
2772         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2773
2774         * wl-mule.el (wl-completing-read-multiple): Ditto.
2775
2776 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2777
2778         * wl-demo.el (face-background-name): Defalias to avoid compile
2779         warning.
2780
2781 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2782
2783         * wl-summary.el (wl-summary-decide-flag): Use
2784         wl-completing-read-multiple instead of completing-read-multiple.
2785
2786         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
2787         New alias.
2788
2789         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2790         Use face-background-name instead of face-background.
2791
2792         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2793
2794         * wl-summary.el (wl-summary-save): Use it.
2795         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2796
2797         * wl-mime.el (wl-mime-save-content): Fix last change.
2798
2799 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2800
2801         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2802         New function.
2803         (wl-summary-sort-specs): Added sort.
2804         * wl-mime.el (wl-mime-save-content): Expand file name.
2805
2806 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2809
2810         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2811
2812 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2813
2814         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2815         for flag if it is not defined.
2816
2817 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl-e21.el (wl-highlight-folder-current-line): Use
2820         elmo-folder-type-internal when elmo-folder-type returns nil.
2821
2822         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2823
2824         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2825
2826         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2827
2828         * wl-e21.el (wl-summary-toolbar): Ditto.
2829
2830         * wl-vars.el (wl-demo-background-color): Abolished.
2831         (wl-summary-persistent-mark-priority-list): Renamed from
2832         wl-summary-flag-priority-list.
2833         (wl-summary-flag-alist): New user option.
2834         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2835         (wl-message-mode-line-format-spec-alist): Added 'F'.
2836         (wl-message-mode-line-format): Likewise.
2837         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2838         instead of wl-summary-important-mark.
2839         (wl-file-folder-icon): New variable.
2840
2841         * wl-thread.el (wl-thread-set-flags): Renamed from
2842         wl-thread-mark-as-important.
2843
2844         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2845         warning.
2846         (wl-summary-mode-menu-spec): Follow the change of
2847         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2848         (wl-summary-mode-map): Follow the change of
2849         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2850         (wl-summary-detect-mark-position): Follow the variable name change.
2851         (wl-summary-set-flags-region): New function for the replacement of
2852         wl-summary-mark-as-important-region.
2853         (wl-summary-sync-marks): Sync all global-flags.
2854         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2855         instead of elmo-message-flagged-p.
2856         (wl-summary-persistent-mark-string): Follow the variable name change;
2857         Put wl-summary-flag-mark if the message has global-flag.
2858         (wl-summary-target-mark-set-flags): Renamed from
2859         wl-summary-target-mark-mark-as-important.
2860         (wl-summary-decide-flag): New function.
2861         (wl-summary-set-flags-internal): Renamed from
2862         wl-summary-mark-as-important-internal.
2863         (wl-summary-add-flags-internal): New function.
2864         (wl-summary-remove-flags-internal): Ditto.
2865         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2866         (wl-summary-mark-as-unimportant): Abolish.
2867         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2868         (wl-summary-next-message): List flagged messages in the msgdb.
2869
2870         * wl-score.el (wl-summary-score-update-all-lines): Use
2871         wl-summary-add-flags-internal instead of
2872
2873         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2874
2875         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2876         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2877         (wl-message-buffer-require-all-header): Renamed from
2878         wl-message-buffer-all-header-flag (Ditto).
2879         (wl-message-buffer-flag-indicator): New variable.
2880         (wl-message-redisplay): Changed local varibale name from `flag' to
2881         `display-type'; Set up wl-message-buffer-flag-indicator.
2882         (wl-message-buffer-display): Changed varibale name from `flag' to
2883         `display-type'.
2884         (wl-message-display-internal): Likewise.
2885
2886         * wl-highlight.el (wl-highlight-demo-face): Define default background
2887         color.
2888         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2889
2890         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2891
2892         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2893         (wl-demo-setup-properties): Renamed from
2894         `wl-demo-set-background-color'.
2895         (wl-demo): Follow the change above.
2896
2897         * Version number is increased to 2.11.24.
2898
2899 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl-summary.el (wl-summary-toggle-thread): Call
2902         `wl-summary-rescan' with disable-thread as non-nil.
2903         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2904
2905 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2908         foreground property of the face.
2909         (wl-demo-insert-text): Don't set up face property here.
2910         (wl-demo): Call wl-demo-set-background-color, anyway.
2911
2912 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2913
2914         * wl-vars.el (wl-demo-background-color): The value can be nil.
2915
2916 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2919         to wl-summary-wheel-dispatcher.
2920
2921         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2922         wl-message-wheel-dispatcher.
2923         (wl-message-wheel-dispatcher): New function.
2924         (wl-summary-wheel-dispatcher): Ditto.
2925
2926 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2927
2928         * wl-action.el (wl-summary-target-mark-all): List messages which are
2929         not in the killed-list.
2930
2931         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2932         only when the folder is 'flag/important.
2933
2934         * wl-address.el (wl-complete-field-body): Complete if the last
2935         character is a space.
2936
2937 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * wl-folder.el (wl-folder-clear-entity-info): Use
2940         elmo-clear-hash-val.
2941
2942         * wl-fldmgr.el (wl-fldmgr-rename): Set
2943         wl-folder-info-alist-modified as t.
2944
2945 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2946
2947         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2948
2949 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2950
2951         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2952         (wl-folder-buffer-last-visited-entity-id): New buffer local
2953         variable.
2954         (wl-folder-revisit-last-visited-folder): New function.
2955         (wl-folder-mode-map): Bind it to "C-i".
2956         (wl-folder-set-current-entity-id): Set last visited folder.
2957         * wl-summary.el (wl-summary-exit): Ditto.
2958
2959 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2962         before calling `recenter' in order to cope with an XEmacs bug.
2963
2964 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2965
2966         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2967         to the default value.
2968
2969 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2972         change.
2973         (wl-summary-sync-marks): Ditto.
2974         (wl-summary-mark-as-read-internal): Ditto.
2975         (wl-summary-mark-as-answered-internal): Ditto.
2976         (wl-summary-mark-as-important-internal): Ditto.
2977         (wl-summary-reply): Ditto.
2978
2979         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2980         instead of `elmo-folder-unflag-answered'.
2981
2982         * Version number is increased to 2.11.23.
2983
2984         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2985         the last change.
2986
2987 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2988
2989         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2990         Specify "spam" or "good".
2991
2992 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * wl-spam.el (wl-summary-exec-action-spam): Call
2995         wl-folder-confirm-existence for spam folder.
2996         (wl-spam-setup): Bind "mk".
2997
2998 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
3001
3002 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
3003
3004         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
3005         destination folder is empty.
3006
3007 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
3008
3009         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
3010         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
3011
3012         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
3013         (wl-summary-refile-prev-destination-region): New function.
3014         (wl-thread-refile-prev-destination): Ditto.
3015         (wl-summary-target-mark-refile-prev-destination): Ditto.
3016
3017 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
3018
3019         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
3020         (wl-demo-background-color): Changed default value.
3021
3022         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
3023         color.
3024
3025         * wl-demo.el (wl-demo-set-background-color): New function.
3026         (wl-demo): Call it.
3027
3028 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
3029
3030         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3031         * wl-address.el (wl-address-add-or-change): Don't add empty
3032         address.
3033
3034 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3035
3036         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3037
3038 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-vars.el (wl-demo-image-filter-alist): New variable
3041         (wl-demo-background-color): Ditto.
3042
3043         * wl-demo.el (wl-demo-xpm-set-background): New function.
3044         (wl-demo-image-filter): Ditto.
3045         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3046
3047         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3048
3049         * wl-demo.el (wl-demo-icon-name): Define as function.
3050         (wl-demo-insert-image): Use it.
3051
3052 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3053
3054         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3055
3056 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3057
3058         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3059
3060 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3063
3064 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * wl-thread.el (wl-thread-mark-as-answered): New function.
3067
3068         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3069         answered" entry.
3070         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3071         "r&" and wl-thread-mark-as-answered to "t&".
3072         (wl-summary-mark-as-important-region): Refine to toggle mark.
3073         (wl-summary-mark-as-answered-region): New function.
3074         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3075         and 3rd argument.
3076         (wl-summary-mark-as-important-internal): Likewise.
3077
3078 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-template.el (wl-template-preview): New internal variable.
3081         (wl-template-preview-p): New function.
3082         (wl-template-show): Bind `wl-template-preview' as t.
3083
3084 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3087         `elmo-message-entity-field' with 3rd argument which is non-nil.
3088
3089 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3092         Removed duplicate local bind `folder'.
3093
3094 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3097
3098 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3101         duplicate definition.
3102
3103 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3106         non-nil, use it; Don't fetch message if there's no message in the
3107         current cursor position.
3108
3109 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3110
3111         * wl-util.el (wl-region-exists-p): Use region-active-p.
3112         (wl-deactivate-region): New function.
3113         * wl-message.el (wl-message-redisplay): Deactivate region.
3114
3115         * wl-summary.el (wl-summary-reply): Call
3116         `wl-summary-set-message-buffer-or-redisplay' instead of
3117         `wl-summary-redisplay-internal', don't move point.
3118
3119 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3122         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3123         by regexp.
3124
3125 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3128         if no need.
3129
3130 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3133         default value to nil.
3134         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3135         `wl-summary-prepare-hook'; Replace refile action to
3136         `wl-summary-exec-action-refile-with-register'.
3137
3138         * Version number is increased to 2.11.22.
3139
3140 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3141
3142         * wl-summary.el (wl-summary-detect-mark-position): Set
3143         `wl-summary-buffer-weekday-name-lang'.
3144
3145 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3146
3147         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3148         (wl-summary-mark-as-read-all): Ditto.
3149         (wl-summary-delete-messages-on-buffer): Ditto.
3150         (wl-summary-sync-update): Ditto.
3151         (wl-summary-mark-as-read-internal): Ditto.
3152         (wl-summary-mark-as-answered-internal): Ditto.
3153         (wl-summary-update-folder-info): Abolished.
3154
3155 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3156
3157         * wl-summary.el (wl-summary-mark-as-read-all): Use
3158         `wl-summary-update-folder-info' instead of
3159         `wl-folder-update-unread'.
3160
3161 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3162
3163         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3164         `wl-summary-folder-info-update'.
3165         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3166         instead of `wl-summary-folder-info-update'.
3167         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3168         `wl-folder-set-folder-updated'.
3169         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3170         instead of `wl-folder-update-unread'.
3171         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3172         the value of `wl-summary-buffer-unread-count' for the second parameter of
3173         `wl-folder-update-unread'.
3174
3175         * Version number is increased to 2.11.21.
3176
3177 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3178
3179         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3180         a local variable.
3181
3182 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3185         interactively.
3186
3187         * wl-summary.el (wl-summary-mark-as-important-internal): New
3188         internal function.
3189         (wl-summary-mark-as-important): Use it.
3190         (wl-summary-mark-as-unimportant): New function.
3191         (wl-summary-sync-marks): Follow the API change.
3192
3193         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3194
3195         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3196
3197 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3198
3199         * wl-folder.el (wl-folder-update-unread): Re-indent.
3200         Narrow the scope of a local variable.
3201
3202 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3203
3204         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3205         (wl-addrmgr-merge-entries): Ditto.
3206         (wl-addrmgr): Added to address entry which exists in draft buffer
3207         if no entry is in original.
3208
3209 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3210
3211         * wl-batch.el: New file.
3212
3213 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3214
3215         * wl-vars.el (wl-use-semi): Remove unused variable.
3216
3217 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3218
3219         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3220         "?".
3221
3222 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3225         wl-summary-new-mark.
3226         (wl-summary-new-cached-mark): New user option.
3227         (wl-summary-score-marks): Follow the change above.
3228         (wl-summary-auto-refile-skip-marks): Ditto.
3229         (wl-summary-incorporate-marks): Ditto.
3230         (wl-summary-expire-reserve-marks): Ditto.
3231
3232         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3233
3234         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3235         (wl-summary-persistent-mark-string): Distinguished between cached
3236         and uncached mark when the message is new.
3237
3238 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3239
3240         * wl-spam.el (wl-spam-domain): Renamed from
3241         `wl-spam-folder-guess-domain'.
3242         (wl-summary-exec-action-spam): Register as spam if domain of the
3243         source folder is good.
3244         (wl-summary-exec-action-refile-with-register): Register message if
3245         domain of the source folder is not undecided.
3246
3247 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3248
3249         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3250         detect thread loop.
3251
3252 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3255         and wl-summary-skip-mark-list.
3256
3257 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3260
3261         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3262
3263         * wl-spam.el (toplevel): Require wl-highlight.
3264         (wl-spam-auto-check-policy-alist): Abolish.
3265         (wl-spam-auto-check-folder-regexp-list): New user option.
3266         (wl-spam-auto-check-marks): Ditto.
3267         (wl-spam-mark-action-list): Ditto.
3268         (wl-highlight-summary-spam-face): New face.
3269         (wl-spam-auto-check-message-p): New function.
3270         (wl-spam-map-spam-messages): Fixed message.
3271         (wl-spam-register-spam-messages): Ditto.
3272         (wl-spam-register-good-messages): Ditto.
3273         (wl-summary-spam-map): Add and remove keybind.
3274         (wl-summary-target-mark-spam): Abolish.
3275         (wl-summary-refile-spam): Ditto.
3276         (wl-summary-test-spam): New function.
3277         (wl-summary-mark-spam): Ditto.
3278         (wl-summary-auto-check-spam): Follow the above change.
3279         (wl-summary-exec-action-spam): New function.
3280         (wl-summary-exec-action-refile-with-register): Fixed message.
3281         (wl-message-check-spam): New function.
3282         (wl-spam-setup): Ditto.
3283         (toplevel): Call it if this file is loaded interactivity.
3284
3285         * Version number is increased to 2.11.20.
3286
3287 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3288
3289         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3290         when new optional argument `force' is non nil or modified.
3291
3292 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3293
3294         * wl.el (toplevel): Require wl-spam when compile.
3295         (wl-save-status): Call wl-spam-save-status.
3296
3297         * wl-spam.el (wl-spam-register-spam-messages): New function.
3298         (wl-spam-register-good-messages): Ditto.
3299         (wl-spam-save-status): Ditto.
3300         (wl-summary-mode-map): Bind
3301         wl-summary-target-mark-register-as-spam to "ms" and
3302         wl-summary-target-mark-register-as-good to "mn".
3303         (wl-summary-register-as-spam): Abolish optional argument; Use
3304         wl-spam-register-spam-messages.
3305         (wl-summary-register-as-spam-all): Use
3306         wl-spam-register-spam-messages.
3307         (wl-summary-register-as-good): Abolish optional argument; Use
3308         wl-spam-register-good-messages.
3309         (wl-summary-register-as-good-all): Use
3310         wl-spam-register-good-messages.
3311         (wl-summary-target-mark-register-as-spam): New funtion.
3312         (wl-summary-target-mark-register-as-good): Ditto.
3313
3314 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3315
3316         * wl-spam.el: New file.
3317
3318 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3321
3322         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3323         (wl-summary-auto-refile): Call wl-refile-guess with
3324         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3325
3326 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3329         with disable-thread argument non-nil.
3330
3331 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332
3333         * wl-summary.el (wl-summary-rescan): Added optional argument
3334         disable-thread.
3335         (wl-summary-sync): Call wl-summary-rescan with argument
3336         disable-thread.
3337         (wl-summary-input-range): Added new range `rescan-thread'.
3338
3339 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3342
3343 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3346         internal variable.
3347         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3348         wl-summary-search-parent-by-subject-regexp and
3349         wl-summary-divide-thread-when-subject-changed as nil.
3350         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3351         (wl-summary-insert-thread): Search parent entity from
3352         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3353         thread loop.
3354
3355 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3356
3357         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3358
3359         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3360
3361         * wl-util.el (wl-require-update-all-folder-p): New function.
3362         (wl-get-assoc-list-value): Added `function' to match directive.
3363         (wl-collect-draft): Rewrite.
3364
3365         * wl-summary.el (wl-summary-sync-update): Clear faces
3366         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3367         are non-nil.
3368         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3369         argument as function.
3370         (wl-summary-input-range): Ditto.
3371
3372         * wl-folder.el (wl-draft-get-folder): New function.
3373         (wl-folder-get-elmo-folder): Consider draft folder.
3374
3375         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3376         (wl-draft-buffer-message-number): New buffer local variable.
3377         (wl-draft-folder-internal): New internal variable.
3378         (wl-draft-delete): Rewrite.
3379         (wl-draft-save): Ditto.
3380         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3381         wl-folder-get-elmo-folder.
3382         (wl-draft-config-info-operation): Ditto.
3383         (wl-jump-to-draft-folder): Ditto.
3384         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3385         (wl-draft-reedit): Rewrite.
3386
3387         * Version number is increased to 2.11.19.
3388
3389 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3390
3391         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3392         variable.
3393
3394 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3397         Use ignore-errors instead of unwind-protect.
3398
3399 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3400
3401         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3402         for updating `wl-thread-entity-list'.
3403
3404 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3405
3406         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3407         parameter from calling `wl-thread-entity-get-older-brothers' and
3408         `wl-thread-entity-get-younger-brothers'.
3409         Replace nested `append' with a single one.
3410
3411 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * wl-summary.el (wl-summary-mode): Don't use the return value of
3414         `make-local-hook'.
3415
3416 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3417
3418         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3419         instead of `let*'.
3420         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3421         of local variables.
3422
3423 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3426         Renamed from wl-summary-window-scroll-functions.
3427         (wl-summary-window-scroll-functions): Don't set to variable.
3428         (wl-summary-display-top): Use run-hooks.
3429         (wl-summary-display-bottom): Ditto.
3430         (wl-summary-toggle-disp-msg): Ditto.
3431         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3432         Use it instead of wl-summary-window-scroll-functions.
3433         (wl-summary-goto-folder-subr): Don't call
3434         wl-summary-window-scroll-functions, use
3435         wl-summary-buffer-window-scroll-functions instead.
3436
3437 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3438
3439         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3440         make-local-variable.
3441
3442 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3443
3444         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3445         set-buffer-modified-p.
3446         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3447         (wl-summary-display-bottom): Ditto.
3448         (wl-summary-toggle-disp-msg): Ditto.
3449
3450 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3451
3452         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3453
3454         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3455         (wl-summary-forward): Use elmo-message-entity-field instead of
3456         elmo-message-field.
3457
3458         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3459
3460 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3461
3462         * wl-summary.el (wl-summary-window-scroll-functions): No use
3463         `append'.
3464
3465 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3468         function.
3469         (wl-summary-window-scroll-functions): Call it when both
3470         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3471         (wl-summary-temp-mark): Added optional argument number.
3472         (wl-summary-message-mark): Added optional argument flag.
3473         (wl-summary-persistent-mark): Added optional argument number and flag.
3474         (wl-summary-update-persistent-mark): Ditto.
3475         (wl-summary-update-status-marks): Set "r" for interactive spec.
3476
3477         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3478         argument number and flag.
3479
3480         * wl-action.el (wl-summary-registered-temp-mark):
3481         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3482
3483 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3484
3485         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3486         internal variable (buffer local).
3487         (wl-summary-window-scroll-functions): New function.
3488         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3489         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3490         as nil.
3491         (wl-summary-update-status-marks): Added arguments beg, end and
3492         check.
3493         (wl-summary-update-mark-window): Use function.
3494         (wl-summary-sync-update): Follow the change above.
3495         (wl-summary-switch-to-clone-buffer): Copy
3496         wl-summary-buffer-unsync-mark-number-list.
3497         (wl-summary-goto-folder-subr): Set
3498         wl-summary-buffer-unsync-mark-number-list and
3499         use wl-summary-window-scroll-functions instead of
3500         wl-summary-lazy-highlight.
3501
3502         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3503
3504 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3505
3506         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3507
3508         * wl-summary.el (wl-summary-update-persistent-mark): Call
3509         wl-summary-set-message-modified.
3510
3511         * wl-summary.el (wl-summary-sync-update): Don't call
3512         wl-summary-update-status-marks.
3513
3514         * Version number is increased to 2.11.18.
3515
3516 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3517
3518         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3519         (wl-message-next-page): Ditto.
3520
3521 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3522
3523         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3524         local variable.  Change the order of a collected list into the
3525         same as the specified range.  Remove nil from a collected list.
3526
3527 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3528
3529         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3530         argument for elmo-folder-list-messages.
3531
3532 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3533
3534         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3535         change (wl-summary-count-unreads return a list instead of a cons
3536         cell).
3537
3538 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3539
3540         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3541         `wl-summary-folder-info-update'.
3542
3543 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3544
3545         * wl-summary.el (wl-summary-set-message-modified): No use
3546         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3547         (wl-summary-set-mark-modified): Abolish.
3548         (wl-summary-mark-modified-p): Ditto.
3549         (wl-summary-save-view): Follow the change above.
3550
3551         * wl-expire.el (wl-summary-expire): Likewise.
3552
3553 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-summary.el (wl-summary-detect-mark-position): Use
3556         modb-entity-handler.
3557         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3558
3559         * Version number is increased to 2.11.17.
3560
3561 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3564         entity field value.
3565         (wl-summary-prefetch-msg): Ditto.
3566         (wl-summary-print-message-with-ps-print): Ditto.
3567
3568 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3569
3570         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3571         for dummy entity.
3572         (wl-summary-insert-thread): Use elmo-message-entity-field.
3573         (wl-summary-update-thread): Use elmo-message-entity-field and
3574         elmo-message-entity-number.
3575         (wl-summary-line-number):  Use elmo-message-entity-number.
3576         (wl-summary-line-size): Use elmo-message-entity-field.
3577         (wl-summary-line-subject): Ditto.
3578         (wl-summary-line-from): Ditto.
3579         (wl-summary-line-attached): Ditto.
3580         (wl-summary-create-line): Ditto.
3581         (wl-summary-create-line): Use elmo-message-entity-number.
3582         (wl-summary-print-message-with-ps-print): Use
3583         elmo-message-entity-field.
3584
3585 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3588         change in elmo-msgdb-make-message-entity.
3589         (wl-summary-buffer-set-folder): Don't call
3590         wl-summary-detect-mark-position here.
3591         (wl-summary-rescan): Call elmo-message-entity-number.
3592         (wl-summary-sync-update): Ditto.
3593         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3594
3595         * wl-score.el (wl-score-header-index): Redefine 2th element.
3596         (wl-score-overview-entity-get-extra): Abolish.
3597         (wl-score-ov-entity-get): Rewrite.
3598         (wl-score-string-index<, wl-score-string-func<): Abolish.
3599         (wl-score-string<): New function.
3600         (wl-score-string-sort): Use it.
3601
3602         * wl-refile.el (wl-refile-guess-by-history): Use
3603         elmo-message-entity-field.
3604         (wl-refile-guess-by-from): Ditto.
3605         (wl-refile-guess-by-msgid): Ditto.
3606
3607         * Version number is increased to 2.11.16.
3608
3609 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3610
3611         * wl-folder.el (wl-folder-confirm-existence): Don't call
3612         file-exists-p if msgdb-path is nil.
3613         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3614         `wl-read-folder-hist' to `wl-read-folder-history'.
3615
3616 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3617
3618         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3619         `y-or-n-p'.
3620
3621 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3622
3623         * wl-score.el (wl-score-headers): Don't use
3624         elmo-folder-do-each-message-entity.
3625
3626         * Version number is increased to 2.11.15.
3627
3628 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-summary.el (wl-summary-delete-all-msgs): Use
3631         elmo-folder-move-messages instead of elmo-folder-delete-messages
3632         and elmo-folder-detach-messages.
3633         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3634
3635         * wl-expire.el (wl-expire-delete): Ditto.
3636         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3637
3638 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3641         (wl-message-header-narrowing-fields): Ditto.
3642         (wl-message-header-narrowing-lines): Ditto.
3643         (wl-message-header-narrowing-string): Ditto.
3644
3645         * wl-summary.el (wl-summary-mode-map): Bind
3646         wl-summary-toggle-header-narrowing to "C-cC-f".
3647         (wl-summary-toggle-header-narrowing): New function.
3648
3649         * wl-message.el (wl-message-buffer-create): Call
3650         wl-message-header-narrowing-setup.
3651         (wl-message-redisplay): Call wl-message-header-narrowing.
3652         (wl-message-header-narrowing): New function.
3653         (wl-message-header-narrowing-map): New keymap.
3654         (wl-message-header-narrowing-widen-map): New keymap.
3655         (wl-message-header-narrowing-again-at-mouse): New function.
3656         (wl-message-header-narrowing-1): Ditto.
3657         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3658         (wl-message-header-narrowing-setup): Ditto.
3659         (wl-message-header-narrowing-toggle): Ditto.
3660
3661         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3662
3663         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3664         'flag as all.
3665         (wl-use-flag-folder-help-echo): New user option.
3666
3667         * wl-summary.el (wl-summary-detect-mark-position): Bind
3668         wl-summary-highlight as nil.
3669         (wl-summary-set-mark-modified): Follow the API change.
3670         (wl-summary-mark-modified-p): Ditto.
3671         (wl-summary-mark-as-read-all): Ditto.
3672         (wl-summary-sync-marks): Don't call
3673         elmo-folder-list-messages-with-global-mark.
3674         (wl-summary-mark-as-read-internal): Follow the API change.
3675         (wl-summary-mark-as-answered-internal): Ditto.
3676         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3677         Follow the API change.
3678         (wl-summary-create-line): Call with number argument.
3679         (wl-summary-reply): Follow the API change.
3680
3681         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3682         function.
3683         (wl-highlight-summary-line-string): Call it when
3684         wl-use-flag-folder-help-echo is non-nil.
3685         (wl-highlight-summary-current-line): Ditto.
3686         (elmo-flag-folder-referrer): Added autoload setting.
3687
3688         * wl-draft.el (wl-draft-kill): Follow the API change.
3689
3690         * Version number is increased to 2.11.14.
3691
3692 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3693
3694         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3695
3696 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3697
3698         * Version number is increased to 2.11.13.
3699
3700 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3701
3702         * wl-draft.el (wl-draft-previous-history-element): Fixed
3703         unbalanced parenthesis and bind unbound local variables.
3704
3705 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3706
3707         * wl-draft.el (wl-draft-previous-history-element): New function.
3708         (wl-draft-next-history-element): Ditto.
3709         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3710         them to M-p and M-n.
3711
3712 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3713
3714         * Version number is increased to 2.11.12.
3715
3716 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3717
3718         * wl-draft.el (wl-draft-hide): Select buffer-window.
3719
3720 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3721
3722         * wl-summary.el (wl-summary-narrow-to-region): New function.
3723         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3724         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3725         (wl-summary-save-region): Use it.
3726         * wl-action.el (wl-summary-collect-numbers-region)
3727         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3728
3729 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3730
3731         * wl-folder.el (wl-folder-count-incorporates): Don't use
3732         `elmo-msgdb-mark-load'
3733
3734         * Version number is increased to 2.11.11.
3735
3736 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3737
3738         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3739         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3740
3741 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3744
3745 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3746
3747         * Version number is increased to 2.11.10.
3748
3749 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3750
3751         * wl-mime.el (wl-draft-attribute-value): Fixed.
3752
3753 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3754
3755         * wl-util.el (wl-copy-local-variables): New function.
3756
3757         * wl-mime.el (wl-draft-attribute-recipients): New function.
3758         (wl-draft-attribute-envelope-from): Ditto.
3759         (wl-draft-attribute-smtp-posting-server): Ditto.
3760         (wl-draft-attribute-smtp-posting-port): Ditto.
3761         (wl-draft-attribute-value): Ditto.
3762         (wl-draft-preview-message): Use it to get value for
3763         attributes. Reflect result of `wl-draft-config'.
3764
3765         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3766         and call `wl-summary-mark-as-read' before to call
3767         `wl-summary-unset-mark'.
3768         (wl-summary-target-mark-mark-as-unread): Likewise.
3769         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3770
3771 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3772
3773         * wl-mime.el (wl-draft-preview-message): Use actual value for
3774         attributes; Fix for small window.
3775
3776 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3777
3778         * wl-refile.el (wl-refile-get-field-value): Call
3779         `elmo-message-entity-field' with 3rd argument is non-nil.
3780
3781 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-vars.el (wl-draft-preview-attributes): New user option.
3784         (wl-draft-preview-attributes-list): Ditto.
3785         (wl-draft-preview-attributes-buffer-lines): Ditto.
3786         (wl-draft-preview-attributes-buffer-name): Ditto.
3787
3788         * wl-mime.el (wl-draft-preview-message): Display attributes.
3789
3790 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3791
3792         * wl-summary.el (wl-summary-detect-mark-position): Bind
3793         wl-summary-flag-priority-list to '(new).
3794
3795 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3796
3797         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3798         funtion.
3799         (wl-highlight-summary-line-string): Use it.
3800         (wl-highlight-summary-current-line): Ditto.
3801
3802 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3805         line even when the mark string is not changed.
3806
3807         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3808         argument change in the wl-summary-create-line.
3809         (wl-thread-insert-entity-sub): Ditto.
3810
3811         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3812         argument change in the wl-summary-create-line.
3813         (wl-summary-insert-sequential): Ditto.
3814         (wl-summary-update-thread): Ditto.
3815         (wl-summary-persistent-mark-string): New inline function.
3816         (wl-summary-message-mark): Use it.
3817         (wl-summary-create-line): Abolish argument wl-persistent-mark
3818         and added wl-flags, wl-cached.
3819
3820         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3821         mark to flags.
3822         (wl-highlight-summary-current-line): Decide the face not by the
3823         persistent mark but flags.
3824
3825 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3826
3827         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3828         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3829         wl-summary-read-uncached-mark): Revive.
3830         (wl-summary-answered-cached-mark,
3831         wl-summary-answered-uncached-mark): New user option.
3832         (wl-summary-score-marks): Follow the change above.
3833         (wl-summary-auto-refile-skip-marks): Ditto.
3834         (wl-summary-incorporate-marks): Ditto.
3835         (wl-summary-expire-reserve-marks): Ditto.
3836         (wl-summary-flag-priority-list): New user option.
3837
3838         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3839         changes.
3840         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3841         of elmo-message-mark.
3842         (wl-summary-mark-as-read-internal): Ditto.
3843         (wl-summary-mark-as-answered): Ditto.
3844         (wl-summary-mark-as-important): Ditto.
3845         (wl-summary-redisplay-internal): Ditto.
3846         (wl-summary-redisplay-no-mime-internal): Ditto.
3847         (wl-summary-message-mark): New function.
3848         (wl-summary-insert-sequential): Use wl-summary-message-mark
3849         instead of elmo-message-mark.
3850         (wl-summary-update-thread): Ditto.
3851         (wl-summary-persistent-mark): Ditto.
3852         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3853         instead of elmo-message-mark.
3854
3855         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3856         wl-summary-message-mark instead of elmo-message-mark.
3857         (wl-thread-insert-entity-sub): Ditto.
3858         (wl-thread-get-children-msgs-uncached): Ditto.
3859
3860         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3861         variable name changes.
3862         (wl-highlight-summary-current-line): Ditto.
3863
3864         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3865         wl-summary-message-mark instead of elmo-message-mark.
3866
3867         * wl-expire.el (wl-expire-message-p): Ditto.
3868
3869         * wl-score.el (wl-score-headers): Ditto.
3870
3871         * Version number is increased to 2.11.9.
3872
3873         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3874         (wl-summary-sync-update): Follow the change above.
3875         (wl-summary-switch-to-clone-buffer): Ditto.
3876         (wl-summary-open-folder): Ditto.
3877
3878 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3879
3880         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3881         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3882
3883         * Version number is increased to 2.11.8.
3884
3885         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3886
3887         * wl-expire.el (wl-expire-refile): Follow the API change on
3888         `elmo-folder-move-messages'.
3889         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3890
3891         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3892         (wl-summary-exec-action-refile): Ditto.
3893         (wl-summary-exec-action-copy): Ditto.
3894         (wl-summary-no-auto-refile-message-p): No use
3895         `wl-summary-buffer-msgdb'.
3896         (wl-summary-auto-refile): Ditto.
3897
3898 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3899
3900         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3901
3902 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * wl-summary.el (wl-summary-sync): Treat no-sync.
3905
3906         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3907         (wl-default-sync-range): Ditto.
3908
3909 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3910
3911         * wl-refile.el (wl-refile-subject-learn): Call
3912         `elmo-message-entity-field' with 3rd argument is non-nil.
3913         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3914         instead of `elmo-msgdb-overview-entity-get-subject'.
3915
3916 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3919         scan-type is rescan.
3920         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3921         new optional argument force is non-nil.
3922         (wl-summary-save-view-cache): Call it with force argument non-nil.
3923
3924         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3925
3926 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3927
3928         * wl-action.el (wl-summary-print-argument): Fixed last change.
3929
3930 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3931
3932         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3933         simplified.
3934         (wl-summary-target-mark-mark-as-unread): Likewise.
3935         (wl-summary-target-mark-mark-as-important): Likewise.
3936
3937 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3938
3939         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3940         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3941         (wl-summary-mark-as-important-region): Change accordingly.
3942         (wl-summary-target-mark-mark-as-important): Ditto.
3943
3944 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3945
3946         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3947
3948         * wl-action.el (wl-summary-print-argument): Print argument to
3949         right side of window if `wl-summary-print-argument-within-window'
3950         is non-nil.
3951
3952 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-action.el (wl-summary-set-mark): Use
3955         `wl-summary-message-visible-p' to check visibility of the message
3956         and jump to message only when the message line is visible and have
3957         different number; Call wl-summary-unset-mark with number argument.
3958         (wl-summary-unset-mark):
3959         Use `wl-summary-message-visible-p'
3960         to check visibility of the message and jump to message only when
3961         the message line is visible and have different number;
3962
3963 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3964
3965         * Version number is increased to 2.11.7.
3966
3967         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3968         and wl-folder-summary-line-format.
3969
3970         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3971         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3972         (wl-summary-set-score-mark): Use it.
3973         (wl-summary-target-mark-mark-as-read): Ditto.
3974         (wl-summary-target-mark-mark-as-unread): Ditto.
3975         (wl-summary-target-mark-mark-as-important): Ditto.
3976         (wl-summary-target-mark-msgs): Simplified.
3977         (wl-summary-detect-mark-position): Fixed problem when
3978         summary-line-format no contain persisten/temp mark spec.
3979         (wl-summary-temp-mark): Ditto.
3980         (wl-summary-persistent-mark): Ditto.
3981         (wl-summary-update-persistent-mark): Ditto.
3982
3983         * wl-action.el (wl-summary-set-mark): Ditto.
3984         (wl-summary-unset-mark): Ditto.
3985         All other related portions are changed.
3986
3987 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3988
3989         * Version number is increased to 2.11.6.
3990
3991 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-util.el (wl-current-message-buffer): Define as function;
3994         Don't use the value of wl-messge-buffer.
3995
3996         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3997         persistent mark.
3998
3999         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
4000         no current message, cause an error.
4001
4002 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4003
4004         * wl-summary.el (wl-summary-set-message-modified): Use
4005         elmo-folder-set-message-modified instead of
4006         elmo-folder-set-message-modified-internal.
4007
4008 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
4009
4010         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
4011         interactively.
4012         (wl-summary-sync): nokill->entirely.
4013         (wl-summary-sync-marks): Fixed message.
4014         (wl-summary-input-range): Added mark, nokill->entirely.
4015
4016         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
4017         messages as read.
4018
4019 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
4022         update-noscore.
4023         (wl-summary-sync): Follow the change above.
4024
4025 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4026
4027         * wl-action.el (wl-summary-target-mark-all): Use
4028         elmo-folder-list-messages.
4029
4030 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4031
4032         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4033         (wl-summary-rescan): Set wl-summary-scored as nil.
4034         (wl-summary-sync-force-update): Follow the change above.
4035         (wl-summary-sync): Ditto.
4036         (wl-summary-sync-update): Added argument disable-killed.
4037         (wl-summary-insert-headers): Set visible-only argument for
4038         elmo-folder-list-messages.
4039         (wl-summary-input-range): Added update-nokill, update-noscore,
4040         all-nokill, all-noscore and mark.
4041
4042         * Version number is increased to 2.11.5.
4043
4044         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4045
4046 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4047
4048         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4049         (wl-summary-prefetch-region-no-mark): Change accordingly.
4050         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4051
4052 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4053
4054         * wl-address.el (wl-complete-field-to): Abolished.
4055         (wl-complete-address): Completion function for completing-read.
4056         * wl-action.el (wl-summary-get-resend-address): Use it.
4057
4058         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4059         wl-summary-update-mark and abolish unused argument.
4060         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4061         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4062         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4063         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4064         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4065         * wl-draft.el (wl-draft-kill): Ditto.
4066
4067         * wl-summary.el: Remove unused binding of case-fold-search.
4068         (wl-summary-replace-status-marks): Abolished.
4069
4070 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4073         is specified or folder length is zero.
4074
4075 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4076
4077         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4078         (wl-folder-archive-current-entity): Ditto.
4079
4080 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4081
4082         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4083         retrieving message mark.
4084         (wl-summary-redisplay-internal): Ditto.
4085
4086         * wl-message.el (wl-message-buffer-display): Ignore errors while
4087         retrieving message-id field.
4088
4089         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4090         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4091         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4092         order of the arguments for `wl-expire-message-p'.
4093         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4094
4095         * wl-summary.el (wl-summary-target-mark-reply-with-citation):
4096         Check return value of wl-summary-reply.
4097         (wl-summary-reply): Recover window configuration when an error occured.
4098
4099 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4100
4101         * wl-summary.el (wl-summary-resend-message): Abolished, the
4102         feature is inherited by wl-summary-resend (put resend mark).
4103
4104 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4105
4106         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4107         wl-message-buffer to nil when the message is hide.
4108
4109 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4110
4111         * .cvsignore: New file.
4112
4113 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-action.el (wl-summary-action-docstring): Add more info.
4116         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4117         duplicate definition.
4118         (wl-summary-define-mark-action): Functions wl-summary-*-region
4119         keep current position.
4120         (wl-summary-unregister-target-mark): Store result to the variable.
4121
4122 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * Version number is increased to 2.11.4.
4125
4126 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4129         wl-summary-delete-all-temp-marks.
4130         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4131
4132         * wl-action.el (wl-summary-set-mark): Changed terminology
4133         refile-destination -> action-argument.
4134         (wl-summary-unset-mark): Ditto.
4135         (wl-summary-remove-argument): Ditto.
4136         (wl-summary-print-argument): Ditto.
4137
4138         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4139         (wl-thread-remove-argument-region): Ditto.
4140         (wl-thread-print-argument-region): Ditto.
4141         (wl-thread-close): Ditto.
4142         (wl-thread-open): Ditto.
4143
4144         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4145         (wl-highlight-refile-destination-face is abolished)
4146         (wl-highlight-action-argument-string): Ditto.
4147         (wl-highlight-summary-current-line): Highlight action argument.
4148
4149         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4150         color for light backgrounds.
4151         (wl-highlight-summary-answered-face): Ditto.
4152
4153 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4154
4155         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4156
4157         * wl-score.el (wl-summary-score-update-all-lines): Use
4158         wl-summary-set-mark.
4159         (wl-summary-score-update-all-lines): Kill expunged messages.
4160
4161         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4162
4163 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4166         directly.
4167         (wl-score-overview-entity-get-lines): Ditto.
4168         (wl-score-overview-entity-get-xref): Ditto.
4169         (wl-score-get-latest-msgs): Ditto.
4170         (wl-summary-rescore): Ditto.
4171
4172         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4173         to "&".
4174         (wl-summary-mark-as-answered-internal): New inline function.
4175         (wl-summary-mark-as-answered): New function.
4176         (wl-summary-mark-as-unanswered): Ditto.
4177         (wl-summary-sync-marks): Modified for answered-mark synching.
4178
4179 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4180
4181         * wl-action.el (wl-summary-set-mark): Fixed last change.
4182
4183 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4184
4185         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4186         behavior of wl-summary-unread-message-hook
4187         (Pointed out by akira yamada <akira@arika.org>).
4188
4189 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4190
4191         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4192         wl-summary-delete.
4193         * wl-xmas.el (wl-summary-toolbar): Ditto.
4194
4195         * wl-action.el (wl-summary-set-mark): Don't override current
4196         temp-mark.
4197
4198         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4199
4200 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4203         (wl-refile-msgid-learn): Ditto.
4204         (wl-refile-get-field-value): Ditto.
4205
4206         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4207
4208         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4209         (wl-expire-delete-reserved-messages): Renamed from
4210         wl-expire-reserve-marked-msgs-from-list.
4211         (wl-expire-delete): Removed argument `msgdb'.
4212         (wl-expire-refile): Ditto.
4213         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4214         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4215         mark-alist as argument.
4216         (wl-expire-archive-number1): Removed argument `msgdb'.
4217         (wl-expire-archive-number2): Ditto.
4218         (wl-expire-archive-date): Ditto.
4219         (wl-expire-localdir-date): Ditto.
4220         (wl-expire-hide): Ditto.
4221         (wl-archive-number1): Ditto.
4222         (wl-archive-number2): Ditto.
4223         (wl-archive-date): Ditto.
4224         (wl-archive-folder): Ditto.
4225         All other related portions are changed.
4226
4227 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4228
4229         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4230         mean move up and down. (suggested by Takashi Kawachi)
4231
4232 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4233
4234         * wl-acap.el (toplevel): Don't require un-define.
4235
4236 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-thread.el (wl-thread-delete-message): Always update
4239         wl-summary-buffer-number-list.
4240
4241         * wl-action.el (wl-summary-print-destination):
4242         Do nothing when folder is nil.
4243
4244 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4245
4246         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4247         persistent mark when prefetch is succeeded.
4248
4249 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4250
4251         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4252         instead of elmo-msgdb-delete-msgs.
4253         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4254         (wl-expire-hide): Ditto.
4255
4256         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4257
4258         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4259         elmo-msgdb interface.
4260         (wl-thread-get-exist-children): Likewise.
4261         (wl-thread-insert-message): Likewise.
4262         (wl-thread-msg-mark-as-important): Likewise.
4263         (wl-thread-insert-entity-sub): Likewise.
4264         (wl-thread-get-children-msgs-uncached): Likewise.
4265
4266         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4267         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4268         (wl-summary-sync-update): Likewise.
4269         (wl-summary-auto-select-msg-p): Likewise.
4270         (wl-summary-update-thread): Likewise.
4271         (wl-summary-mark-as-important): Likewise.
4272         (wl-summary-jump-to-msg-internal): Likewise.
4273         (wl-summary-redisplay-internal): Likewise.
4274         (wl-summary-print-message-with-ps-print): Likewise.
4275         (wl-summary-folder-info-update): Likewise.
4276
4277         * wl-folder.el (wl-folder-check-one-entity):
4278         elmo-folder-count-flags instead of wl-summary-count-unread.
4279
4280         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4281
4282         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4283
4284         * wl-summary.el (wl-summary-set-message-modified):
4285         Call wl-summary-set-mark-modified.
4286         (wl-summary-delete-messages-on-buffer): Call
4287         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4288         (wl-summary-sync-update): Call elmo-folder-length instead of
4289         elmo-folder-messages.
4290         (wl-summary-insert-headers): Don't call
4291         elmo-folder-list-message-entities.
4292
4293 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4294
4295         * wl-action.el (wl-summary-define-mark-action): Call
4296         `wl-summary-set-mark' with argument `data'.
4297         (wl-summary-auto-refile): Fixed order of arguments when call
4298         `wl-summary-refile'.
4299
4300 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4301
4302         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4303
4304         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4305
4306         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4307         (Renamed from wl-highlight-summary-deleted-face).
4308         (wl-highlight-summary-resend-face): New face.
4309
4310         (wl-highlight-summary-deleted-face): Renamed from
4311         wl-highlight-summary-erased-face.
4312
4313         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4314
4315         * wl-action.el (wl-summary-get-resend-address): New function.
4316         (wl-summary-exec-action-resend): Ditto.
4317         (wl-summary-exec-action-resend-subr): Ditto.
4318
4319         * w-thread.el (wl-thread-copy): Removed definition.
4320         (wl-thread-refile): Ditto.
4321         (wl-thread-delete): Ditto.
4322         (wl-thread-target-mark): Ditto.
4323
4324         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4325         (wl-summary-target-mark-set-action): Fixed.
4326         (wl-summary-define-mark-action): Fixed quotation.
4327         (wl-summary-move-mark-list-messages): Display message.
4328         (wl-summary-define-mark-action): Define thread functions.
4329         (wl-summary-exec-action-refile): Changed message.
4330         (wl-summary-exec): Ditto.
4331
4332 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4333
4334         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4335         '%%'.
4336
4337 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4338
4339         * wl.el (toplevel): Require wl-action.
4340         (wl-init): Call wl-summary-define-mark-action.
4341
4342         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4343
4344         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4345         wl-summary-delete and wl-summary-erase.
4346         (wl-summary-mode-map): Ditto.
4347
4348         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4349         wl-delete-folder-alist.
4350
4351         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4352         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4353         (toplevel): Moved mark & action related functions to the wl-action.el.
4354
4355         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4356         in wl-summary-mark-action-list.
4357         (wl-highlight-summary-current-line): Ditto.
4358
4359         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4360         empty lines.
4361
4362         * wl-action.el: New file.
4363
4364 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4365
4366         * wl-summary.el (wl-summary-target-mark-replace): New function.
4367         (wl-summary-target-mark-prefetch): Use it.
4368         (wl-summary-target-mark-delete): Ditto.
4369         (toplevel): Rearranged definition order.
4370         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4371         (wl-summary-target-mark-erase): Rewrite.
4372         (wl-summary-erase-region): New function.
4373         (wl-summary-exec-action-erase): Changed message.
4374         (wl-summary-move-mark-list-messages): New function.
4375         (wl-summary-exec-action-delete): Use it.
4376         (wl-summary-exec-action-erase): Ditto.
4377
4378         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4379         (wl-summary-skip-mark-list): Added "d".
4380
4381         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4382         while searching.
4383
4384         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4385         and define using defcustom;
4386         Define 4th element as a face.
4387
4388         * wl-summary.el (wl-summary-incorporate): Use
4389         `wl-summary-prefetch-region-no-mark' instead of
4390         `wl-summary-prefetch-region'.
4391         (wl-summary-prefetch-region-no-mark): Revival of old
4392         `wl-summary-prefetch-region'.
4393         (wl-summary-mark-action-list): Moved to wl-vars.el
4394
4395         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4396         face according to the `wl-summary-mark-action-list'.
4397         (wl-highlight-summary-current-line): Ditto;
4398         Removed destination highlighting.
4399
4400         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4401         (wl-highlight-summary-line-string): Highlight for "i" mark.
4402         (wl-highlight-summary-current-line): Ditto.
4403
4404         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4405         no destination.
4406
4407         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4408         exists, just go ahead.
4409         (wl-summary-prefetch-region): Rewrite.
4410         (wl-summary-prefetch): Ditto.
4411         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4412         (wl-summary-exec-action-prefetch): New function.
4413         (wl-summary-target-mark-prefetch): Rewrite.
4414
4415 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4418         (wl-highlight-summary-line-string): Added "d" and "D".
4419         (wl-highlight-summary-current-line): Ditto.
4420
4421         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4422         in wl-summary.el.
4423         (wl-thread-insert-entity-sub): Ditto.
4424         (wl-thread-remove-destination-region): Ditto.
4425         (wl-thread-print-destination-region): Ditto.
4426
4427         * wl-summary.el (wl-summary-buffer-refile-list,
4428         wl-summary-buffer-delete-list,
4429         wl-summary-buffer-copy-list): Abolish.
4430         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4431         All other related portions are changed.
4432         (wl-summary-mark-action-list): New variable.
4433         (wl-summary-set-mark): New function.
4434         (wl-summary-register-target-mark): Ditto.
4435         (wl-summary-unregister-target-mark): Ditto.
4436         (wl-summary-have-target-mark-p): Ditto.
4437         (wl-summary-register-temp-mark): Ditto.
4438         (wl-summary-unregister-temp-mark): Ditto.
4439         (wl-summary-registered-temp-mark): Ditto.
4440         (wl-summary-collect-temp-mark): Ditto.
4441         (wl-summary-unset-mark): Ditto.
4442         (wl-summary-set-target-mark): Ditto.
4443         (wl-summary-unset-target-mark): Ditto.
4444         (wl-summary-set-action-generic): Ditto.
4445         (wl-summary-unset-action-generic): Ditto.
4446         (wl-summary-exec-action-delete): Ditto.
4447         (wl-summary-exec-action-erase): Ditto.
4448         (wl-summary-set-action-refile): Ditto.
4449         (wl-summary-set-action-refile-subr): Ditto.
4450         (wl-summary-unset-action-refile): Ditto.
4451         (wl-summary-make-destination-numbers-list): Ditto.
4452         (wl-summary-exec-action-refile): Ditto.
4453         (wl-summary-set-action-copy): Ditto.
4454         (wl-summary-unset-action-copy): Ditto.
4455         (wl-summary-exec-action-copy): Ditto.
4456         (wl-summary-collect-numbers-region): Ditto.
4457         (wl-summary-delete): Rewrite.
4458         (wl-summary-erase): Ditto.
4459         (wl-summary-remove-destination): Ditto.
4460         (wl-summary-exec): Ditto.
4461         (wl-summary-exec-region): Ditto.
4462         (wl-summary-target-mark-erase): Ditto.
4463         (wl-summary-refile): Ditto.
4464         (wl-summary-copy): Ditto.
4465         (wl-summary-unmark): Ditto.
4466         (wl-summary-delete-all-mark): Ditto.
4467         (wl-summary-mark-line): Don't highlight.
4468         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4469         (wl-summary-target-mark-refile-subr): Rewrite.
4470
4471         (wl-summary-copy-prev-destination): Abolish.
4472
4473 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4474
4475         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4476         default values along the value of wl-on-mule.
4477         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4478         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4479         It is not used anywhere.
4480
4481 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4482
4483         * wl-summary.el (wl-summary-print-destination): Keep position.
4484         (wl-summary-cursor-move-surface): Keep horizontal position.
4485
4486 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4487
4488         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4489         write sendlog.
4490
4491 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4492
4493         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4494         `wl-summary-highlight'.
4495
4496 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4497
4498         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4499         trivial condition for temp-mark.
4500
4501 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4502
4503         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4504         when it hits killed buffer.
4505
4506 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4507
4508         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4509         * wl-news.el.in: `message' and `error' take format string.
4510
4511 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4512
4513         * wl-folder (wl-folder-insert-entity): Display a message,
4514         `...done', when the work finish.
4515         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4516
4517 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4518
4519         * wl-message.el (wl-message-redisplay): Remove unused local
4520         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4521
4522 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4523
4524         * wl-summary.el (wl-summary-replace-status-marks): Disable
4525         interactive use.
4526         (wl-summary-reedit): Check message existence at first.
4527         (wl-summary-mark-line): Fix doc, return value is indefinite.
4528
4529         * wl-highlight.el (wl-highlight-message): Arranged.
4530
4531         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4532         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4533         check temp-mark by wl-summary-temp-mark always.
4534         (wl-highlight-summary): Change accordingly.
4535         * wl-summary.el (wl-summary-mark-as-read-all)
4536         (wl-summary-delete-cache, wl-summary-set-score-mark)
4537         (wl-summary-mark-as-unread, wl-summary-unmark)
4538         (wl-summary-mark-line, wl-summary-mark-as-read)
4539         (wl-summary-mark-as-important): Ditto.
4540
4541         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4542         end of the window if possible.
4543         * wl-summary.el (wl-summary-sync-update): Support lazy
4544         highlighting.
4545         (wl-summary-toggle-disp-msg): Ditto.
4546
4547 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4548
4549         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4550
4551 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4552
4553         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4554         change.
4555
4556 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4559         API.
4560         (wl-summary-sync-update): Ditto.
4561
4562         * wl-score.el (wl-score-get-score-alist): Changed argument.
4563         (wl-summary-rescore-msgs): Likewise.
4564         (wl-summary-score-headers): Likewise.
4565         (wl-score-headers): Likewise;
4566         Use elmo-folder-do-each-message-entity, etc.
4567         (wl-summary-score-effect): Follow the changes above.
4568         (wl-summary-rescore): Ditto.
4569         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4570         (wl-score-get-overview): Abolish.
4571
4572         * wl-summary.el (wl-summary-default-from): Follow the API change in
4573         elmo-msgdb.
4574         (wl-summary-count-unread): Ditto.
4575         (wl-summary-detect-mark-position): Ditto.
4576         (wl-summary-overview-entity-compare-by-date): Ditto.
4577         (wl-summary-overview-entity-compare-by-number): Ditto.
4578         (wl-summary-overview-entity-compare-by-from): Ditto.
4579         (wl-summary-overview-entity-compare-by-subject): Ditto.
4580         (wl-summary-get-list-info): Ditto.
4581         (wl-summary-rescan): Ditto.
4582         (wl-summary-jump-to-msg-by-message-id): Ditto.
4583         (wl-summary-sync-update): Ditto; Removed comment.
4584         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4585         (wl-summary-insert-message): Use wl-summary-insert
4586         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4587         (wl-summary-insert-headers): Changed argument overview to folder.
4588         (wl-summary-search-by-subject): Likewise.
4589         (wl-summary-insert-thread): Renamed from
4590         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4591
4592         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4593         too.
4594
4595         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4596         wl-string-member.
4597
4598 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4599
4600         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4601         elmo-folder-append-buffer.
4602         (wl-draft-queue-append): Likewise.
4603
4604         * wl-mime.el (wl-message-delete-current-part): Ditto.
4605         (wl-summary-burst-subr): Ditto.
4606
4607         * wl-news.el.in (wl-news-send-news): Ditto.
4608
4609 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4612         function.
4613         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4614         (wl-summary-update-mark): Enclose with save-excursion.
4615         (wl-summary-mark-as-read-internal): Fixed last change.
4616         (wl-summary-mark-as-important): Use 3rd argument of
4617         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4618         Don't use elmo-msgdb-set-mark.
4619         (wl-summary-redisplay-internal): If msgdb flag is already read,
4620         just update the mark on buffer.
4621
4622 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4623
4624         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4625         cut visible folder when elmo-folder-delete returns non-nil value.
4626
4627 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4628
4629         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4630         by Kenichi OKADA <okada@opaopa.org>).
4631
4632 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4633
4634         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4635
4636 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4637
4638         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4639         Fixed the last change, search group entity by its real name.
4640         (Thanks to: KOBAYASHI Shinji)
4641
4642 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4643
4644         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4645         (wl-fldmgr-access-display-all): Don't refer visible name.
4646         * wl-expire.el (wl-folder-archive-current-entity)
4647         (wl-folder-expire-current-entity): Ditto.
4648         * wl-folder.el (wl-folder-jump-to-current-entity)
4649         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4650         (wl-folder-open-folder-sub,wl-folder-open-all)
4651         (wl-folder-write-current-folder): Ditto.
4652         (wl-folder-insert-entity): Don't use petname for normal group.
4653         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4654         is the real name.
4655         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4656         Abolished.
4657
4658 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4659
4660         * wl-draft.el (wl-draft-create-buffer): Add
4661         `wl-summary-reply-with-citation'
4662
4663 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4664
4665         * wl-draft.el (wl-draft-reply): Fixed.
4666
4667 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4670         when `wl-draft-send-confirm-with-preview' is non-nil.
4671         You can scroll up/down by j/k.
4672         (wl-draft-send-confirm-with-preview): New variable (default=t).
4673
4674 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4677         (wl-fldmgr-save-folders): Fix comment.
4678
4679 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4682         along the last change in `wl-folder-buffer-group-p'.
4683
4684 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4687         folder.
4688
4689         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4690         the default value.
4691
4692         * wl-mime.el (wl-summary-burst): Update summary only when target
4693         folder equals current folder.
4694
4695 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4698
4699 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4702         value.
4703
4704 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4707         `map-extents' instead of `extent-at' repeatedly.
4708         (wl-highlight-folder-current-line): Ditto.
4709
4710         * wl-highlight.el: Remove useless dummy functions.
4711
4712 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4713
4714         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4715         (wl-folder-put-folder-property): New function to put text property.
4716         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4717         (wl-folder-insert-entity, wl-folder-update-diff-line)
4718         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4719         * wl-e21.el, wl-xmas.el, wl-mule.el
4720         (wl-highlight-folder-current-line): Ditto.
4721         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4722         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4723         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4724         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4725
4726 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * Version number is increased to 2.11.3.
4729
4730 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4733         Resume current-buffer since it is assumed by remaining tasks.
4734
4735 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4738         (wl-folder-completion-function): Abolished.
4739         (wl-folder-complete-folder): New function.
4740         (wl-folder-complete-filter-condition): Ditto.
4741         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4742         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4743
4744 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * wl-draft.el (wl-draft-send-confirm): New function.
4747         (wl-draft-send): Use it.
4748
4749         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4750         cursor-in-echo-area while confirming.
4751
4752         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4753
4754         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4755         searching via nntp if wl-summary-search-via-nntp is 'force.
4756         Otherwise, invoke searching in nntp folder only.
4757         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4758
4759         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4760         explicitly for mime-make-text-tag.
4761
4762 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4763
4764         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4765         `mime-make-text-tag' instead of `mime-create-tag'.
4766
4767 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4770         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4771
4772 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-score.el (wl-score-save): Bind print-length and print-level.
4775         (wl-score-pretty-print): Ditto.
4776         (wl-score-edit-insert-header-entry): Ditto.
4777
4778         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4779         "From" entry to be treated with wl-draft-eword-encode-address-list.
4780         * wl-mime.el (wl-draft-preview-message): Ditto.
4781
4782         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4783         (wl-summary-mark-as-unread): Ditto.
4784         (wl-summary-mark-as-read-region): Change accordingly.
4785         (wl-summary-mark-as-unread-region): Ditto.
4786         (wl-summary-target-mark-mark-as-read): Ditto.
4787         (wl-summary-target-mark-mark-as-unread): Ditto.
4788
4789 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * Version number is increased to 2.11.2.
4792
4793 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4794
4795         * wl-news.el.in (wl-news-previous-version-save): Bind
4796         print-length and print-level.
4797         * wl-thread.el (wl-thread-save-entities): Ditto.
4798         (wl-thread-save-top-list): Bind print-length.
4799
4800 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-highlight.el (wl-highlight-summary-line-string): Use
4803         wl-summary-score-below-mark, wl-summary-score-over-mark.
4804         (wl-highlight-summary-current-line): Ditto.
4805
4806 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4807
4808         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4809         insert it.
4810
4811 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4812
4813         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4814
4815 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4818         message without msgid.
4819         Rewrite with elmo-folder-move-messages.
4820         Set wl-message-buffer to nil.
4821
4822         * wl-summary.el (wl-summary-erase-subr): New function. Use
4823         elmo-folder-move-messages.
4824         (wl-summary-erase): Call it.
4825         (wl-summary-target-mark-erase): Ditto.
4826
4827 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4830         it is not up-tp-date.
4831
4832 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4835         buffer after calling `wl-summary-goto-folder-subr' without the
4836         argument `interactive'.
4837         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4838
4839 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4840
4841         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4842         `mime-create-tag'. Use `string=' instead of `looking-at'.
4843
4844 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4847         to avoid compile warning.
4848
4849         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4850         entity-id when folder is given.
4851         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4852         save-excursion, use save-selected-window instead.
4853         Select folder buffer window if exists.
4854         (To correct behavior with wl-folder-move-cur-folder.)
4855
4856 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4857
4858         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4859
4860 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4861
4862         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4863         list-count instead of %d.
4864
4865 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4868         (wl-news): Set it.
4869         (wl-news-append-to-folder): Use it.
4870
4871         * wl-news.el.in (wl-news-send-news): Append to specified folder
4872         instead of wl-default-folder.
4873         (wl-news-append-to-folder): Show error message with specified folder.
4874
4875         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4876                 In most major modes, Emacs assumes that any opening
4877                 delimiter found at the left margin is the start of a
4878                 top-level definition, or defun. Therefore, *never put an
4879                 opening delimiter at the left margin unless it should have
4880                 that significance.*
4881
4882         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4883
4884 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4885
4886         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4887
4888 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4889
4890         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4891
4892 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4893
4894         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4895         for sequential numbering case.
4896
4897 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4900         value.
4901         (wl-draft-reply-without-argument-list): Ditto.
4902         (wl-draft-reply-myself-with-argument-list): Abolish.
4903         (wl-draft-reply-myself-without-argument-list): Ditto.
4904         * wl-draft.el (wl-draft-self-reply-p): New function.
4905         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4906
4907 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4910         (avoid error for the case without byte-compiling)
4911
4912 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4913
4914         * wl-news.el.in (wl-news-append-to-folder): New function.
4915         (wl-news-exit): Rewrite.
4916         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4917
4918 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-draft.el (wl-draft-reply-position): New function.
4921         (wl-draft-reply-position): Fix.
4922         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4923         (wl-summary-target-mark-reply-with-citation): Ditto.
4924         (wl-summary-reply-with-citation): Ditto.
4925         * wl-vars.el (wl-draft-reply-default-position): New variable.
4926
4927 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4928
4929         * wl-draft.el (wl-draft-send): Preview when interactive send.
4930
4931 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4932
4933         * wl-draft.el (wl-draft-reply): Set default position.
4934         * wl-summary.el (wl-summary-reply): Ditto.
4935         (wl-summary-reply-with-citation): Ditto.
4936         (wl-summary-target-mark-reply-with-citation): Ditto.
4937
4938 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-news.el.in (wl-news-lang): Set default value according to
4941         current-language-environment.
4942         (wl-news-append-news): Do nothing when news-list is nil.
4943
4944 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4945
4946         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4947         (wl-news): Change message.
4948         (wl-news-exit): Check buffer.
4949         (wl-news-force-exit): New function.
4950         (wl-news-show-all): New function.
4951         (wl-news-discard-and-exit): Fix.
4952
4953 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4956         according to current-language-environment.
4957
4958         * wl-news.el.in (wl-news): If arg, show all NEWS after
4959         wl-news-default-previous-version.
4960
4961 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4962
4963         * wl-news.el.in (wl-news-check): Rewritten.
4964         (wl-news-previous-version-load): Change data type.
4965         (wl-news-previous-version-save): Change data type.
4966         (wl-news-append-news): Add return value.
4967         (wl-news-check-news): New function.
4968         (wl-news-already-current-p): New function.
4969         (wl-news-send-news): Rewritten.
4970         (wl-news-mode-map): Add new keybind.
4971         (wl-news): Rewritten.
4972         (wl-news-exit): Rewritten.
4973         (wl-news-discard-and-mail): New function.
4974         (wl-news-send-to-address): Abolished.
4975         * wl.el (wl-init): Delete a message.
4976
4977 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4978
4979         * wl-news.el.in (wl-news-exit): Update previous version.
4980         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4981
4982 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4983
4984         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4985
4986 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4987
4988         * wl-news.el.in (wl-news): New function.
4989         (wl-news-mode): New function.
4990         (wl-news-next-line): New function.
4991         (wl-news-next-page): New function.
4992         (wl-news-exit): New function.
4993         (wl-news-buf-name): New variable.
4994         (wl-news-mode-map): New variable.
4995         (wl-news-winconf): New variable.
4996         (wl-news-append-news): Add an option.
4997
4998 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
5001
5002 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-news.el.in (wl-news-send-to-address): New variable.
5005         (wl-news-send-news): Use it.
5006         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
5007         Return updating status.
5008         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
5009
5010 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5011
5012         * wl-news.el.in (wl-news-send-news): Delete
5013         Organization and X-Face.
5014
5015 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
5018         (wl-news-append-news): New function.
5019         (wl-news-send-news): New function.
5020
5021 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5022
5023         * Version number is increased to 2.11.1.
5024
5025 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5026
5027         * wl-news.el.in : New file.
5028
5029 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5032         default value.
5033         (wl-draft-reply-without-argument-list): Ditto.
5034
5035 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5036
5037         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5038         (wl-message-buffer-prefetch-idle-time): Ditto.
5039         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5040
5041 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-thread.el (wl-thread-insert-message): Use
5044         wl-summary-max-thread-depth.
5045
5046         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5047         loop detection.
5048
5049         * wl-message.el (wl-message-buffer-display): Back to the first page
5050         when cache is hit.
5051
5052 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5055
5056         * wl-summary.el (wl-summary-insert-thread-entity):
5057         If the thread depth is reached to wl-summary-max-thread-depth,
5058         divide the thread.
5059
5060 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5061
5062         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5063         for elmo-remove-passwd.
5064
5065 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5068         folder is sticky.
5069         (wl-folder-mark-as-read-all-entity): Ditto.
5070         (wl-folder-prefetch-entity): Ditto.
5071
5072 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5073
5074         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5075
5076 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5079         Delete messages on buffer for unplugged operation.
5080         (wl-summary-erase): Ditto.
5081
5082 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5085         take nil so as not to search parent by subject.
5086
5087 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5090         (wl-folder-get-next-folder): Ditto.
5091         (wl-folder-get-path): Ditto.
5092
5093 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5096         system and encode the region with it before verifying.
5097
5098 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5101         system of the echo buffer before decoding.
5102
5103 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5104
5105         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5106         original contents.
5107
5108 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5111         with argument 'any-exists.
5112
5113 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5116         Use `wl-cs-autoconv'.
5117
5118 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5121         by `mime-view-automatic-conversion'.
5122
5123         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5124         (wl-message-verify-pgp-nonmime): Ditto.
5125         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5126         Bind them to C-c:d and C-c:v respectively.
5127
5128         Merge following code by Teranishi-san from [wl-en:00167].
5129         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5130         (wl-mime-preview-application/pgp-encrypted): Ditto.
5131         (wl-mime-setup): Add entry.
5132
5133 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-summary.el (wl-summary-target-mark-erase): New function.
5136         Bind it to "mD".
5137
5138 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-vars.el (wl-draft-write-file-function): Fix.
5141         (wl-draft-reedit-hook): Changed default value.
5142
5143         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5144         wl-draft-reedit-hook.
5145         (wl-draft-remove-text-plain-tag): New function.
5146         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5147
5148         * wl-vars.el (wl-draft-write-file-function): New user option.
5149
5150         * wl-draft.el (wl-draft-prepare-edit): Use it for
5151         local-write-file-hooks.
5152         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5153
5154         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5155         (wl-draft-insert-mail-header-separator): Return the body beginning
5156         point.
5157         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5158         text/plain.
5159         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5160
5161 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5162
5163         * wl-summary.el (wl-summary-erase): New function to erase message
5164         without moving it to trash. Bind to "D".
5165
5166         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5167         as `keep' unless switch-function.
5168
5169 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5172         message buffer by using `wl-summary-toggle-disp-msg'.
5173         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5174         buffer window.
5175         (wl-summary-supresedes-message): Ditto.
5176
5177         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5178         Do not delete other windows.
5179         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5180         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5181         (wl-draft-create-buffer): Set reply-or-forward also for target
5182         mark commands.
5183
5184 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-draft.el (wl-user-agent-compose): Delete special case for
5187         switch-to-buffer-other-window.
5188
5189         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5190         (wl-summary-forward): Ditto.
5191
5192         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5193         function.
5194         (wl-draft-buffer-style): New use option.
5195
5196         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5197         (wl-draft): Follow the change above.
5198         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5199         wl-draft-buffer-style.
5200         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5201         switch-function.
5202
5203 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5204
5205         * wl-address.el (wl-address-make-completion-entry): Extracted from
5206         `wl-address-make-completion-list'.
5207         (wl-address-enable-strict-loading): New variable.
5208         (wl-address-make-completion-list): Revive petname duplication
5209         inquiry, and enable it if `wl-address-enable-strict-loading'.
5210         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5211
5212 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-message.el (wl-message-get-original-buffer): Avoid
5215         'Selecting deleted buffer' error when original buffer is killed.
5216
5217 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-summary.el (wl-summary-next-message): Use
5220         elmo-message-accessible-p instead of elmo-message-cached-p.
5221
5222 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5225
5226         * wl-thread.el (wl-thread-open-all-unread): Use
5227         elmo-folder-list-flagged instead of
5228         elmo-folder-list-messages-mark-match.
5229
5230         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5231         instead of elmo-folder-list-messages-mark-match.
5232         (wl-summary-move-spec-alist): New variable.
5233         (wl-summary-move-spec-plugged-alist,
5234         wl-summary-move-spec-unplugged-alist): Abolish.
5235         (wl-summary-next-message): Follow the change above.
5236         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5237         with 'no-msg' argument.
5238
5239         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5240         variable.
5241         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5242         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5243         (wl-message-buffer-prefetch-get-next): Follow the change above.
5244
5245 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-version.el (wl-version): Changed codename.
5248
5249         * Version number is increased to 2.11.0.
5250
5251 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5252
5253         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5254         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5255         `wl-draft-config-variables'.
5256         (wl-draft-kill): Fixed problem when the draft is reedit.
5257
5258 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5261         buffer-modified status (Thanks to
5262         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5263
5264 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-util.el (wl-region-exists-p): New function.
5267
5268         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5269         Remove defvars for byte-compile warnings.
5270
5271 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5272
5273         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5274         defvar-maybe. Removed unused bind.
5275
5276 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5277
5278         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5279         summary buffer window before creating new frame.
5280         (wl-draft-reply): Ditto.
5281
5282 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5283
5284         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5285
5286 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5289
5290 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5291
5292         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5293         instead of `kill-region'.
5294
5295 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5298         (wl-highlight-summary-line-string): Use it.
5299         (wl-highlight-summary-current-line): Ditto.
5300
5301         * wl-mime.el (wl-message-delete-current-part): Check the class of
5302         mime-entity.
5303
5304         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5305
5306         * wl-summary.el (wl-summary-make-number-list): Initialize.
5307         (wl-summary-update-mark): New function.
5308         (wl-summary-reply): Put `answered' mark on the message.
5309         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5310
5311         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5312         (wl-draft-reply): Added optional argument `number';
5313         Set wl-draft-parent-number.
5314         (wl-draft-kill): Delete answered mark if it is a reply.
5315
5316 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5317
5318         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5319         that originates in mime-preview-follow-current-entity.
5320         (wl-draft-yank-current-message-entity): Use it if region is active.
5321
5322         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5323         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5324         `wl-message-delete-current-part'.
5325         * wl-mule.el (wl-message-define-keymap): Ditto.
5326         * wl-xmas.el (wl-message-define-keymap): Ditto.
5327
5328 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329
5330         * wl-mime.el (wl-message-delete-current-part): New function.
5331         (wl-mime-node-id-to-string): Ditto.
5332
5333         * wl-mime.el (wl-message-delete-current-part): Use existing
5334         original buffer which corresponds current mime-view buffer.
5335         (fetched buffer might have different structure, possibly)
5336
5337         * wl-mime.el (wl-message-delete-current-part): Quit if the
5338         message content differs from the actual message.
5339
5340 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5343         order.
5344         (wl-summary-search-by-subject): Search parent message from tail;
5345         Check the existence of the parent message on the current thread tree.
5346         (wl-summary-update-thread): Check whether the line is inserted.
5347
5348 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5349
5350         * wl-vars.el (wl-summary-line-format): Undo last change.
5351         * wl-summary.el (wl-summary-print-destination): Do not put
5352         invisible property when `wl-summary-width' is nil.
5353         (wl-summary-line-subject-minimum-length): Abolished.
5354         (wl-summary-line-subject): Ditto.
5355
5356 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5357
5358         * wl-vars.el (wl-summary-line-format): Change default value.
5359         (wl-summary-subject-length-limit): Abolished.
5360         * wl-summary.el (wl-summary-line-subject): Ditto.
5361
5362 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5363
5364         * wl-template.el (wl-template-select): Added optional argument.
5365         If optional argument is specified, reverse
5366         `wl-template-visible-select'.
5367
5368 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5369
5370         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5371         Take prefix argument to force asking the destination folder.
5372
5373 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5374
5375         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5376         count and update status.
5377
5378 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-summary.el (wl-summary-redisplay-internal): If
5381         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5382         after fetching.
5383
5384 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5385
5386         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5387         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5388
5389         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5390
5391 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5394         (All other related portions are changed).
5395         (wl-summary-mark-as-read-all): Rewrite.
5396
5397 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5400         `wl-summary-mark-as-read'.
5401         (wl-summary-mark-as-unread): Rewrite.
5402         (wl-summary-mark-as-read): Added no-modeline argument.
5403         (wl-summary-resume-cache-status): Rewrite.
5404         (wl-summary-exec-subr): Remove unused local variable.
5405
5406 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5407
5408         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5409         logic to call `wl-summary-buffer-prev-folder-function'.
5410         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5411
5412 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5415         is nil.
5416
5417 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5418
5419         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5420         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5421         (wl-mime-setup): Add its entry.
5422
5423 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5426         (wl-summary-delete-cache): Likewise.
5427         (wl-summary-mark-as-read): Rewrite.
5428
5429 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5432         `wl-summary-count-unread'.
5433
5434         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5435
5436         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5437
5438 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5441         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5442         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5443         Renamed to the elmo-msgdb-*-mark.
5444         (wl-summary-score-marks): Follow the change above.
5445         (wl-summary-auto-refile-skip-marks): Ditto.
5446         (wl-summary-incorporate-marks): Ditto.
5447         (wl-summary-expire-reserve-marks): Ditto.
5448
5449         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5450         changes.
5451         (wl-thread-insert-top): Changed updating message.
5452
5453         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5454         variable.
5455         (wl-summary-count-unread): Count answered marks.
5456         (wl-summary-rescan): Call wl-summary-insert-message instead of
5457         wl-summary-append-message-func-internal.
5458         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5459         (wl-summary-prefetch-msg): Follow the variable name changes.
5460         (wl-summary-prefetch-region): Ditto.
5461         (wl-summary-mark-as-read-all): Follow the API changes;
5462         Don't call elmo-folder-replace-marks.
5463         (wl-summary-delete-cache): Follow the variable name changes.
5464         (wl-summary-resume-cache-status): Ditto.
5465         (wl-summary-update-status-marks): New function.
5466         (wl-summary-insert-message): New function.
5467         (wl-summary-sync-marks): Follow the variable name changes.
5468         (wl-summary-sync-update): Synchronize to the msgdb, too;
5469         Changed update messages.
5470         (wl-summary-make-number-list): Rewrite.
5471         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5472         (wl-summary-mark-as-unread): Follow the API changes.
5473         (wl-summary-exec-subr): Follow the variable name changes.
5474         (wl-summary-mark-as-read): Ditto.
5475         (wl-summary-move-spec-plugged-alist): Ditto.
5476         (wl-summary-move-spec-unplugged-alist): Ditto.
5477         (wl-summary-cursor-move-surface): Ditto.
5478
5479         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5480         variable name changes.
5481         (wl-highlight-summary-current-line): Ditto.
5482
5483         * wl-expire.el (wl-expire-refile): Follow the API change in
5484         elmo-folder-move-messages.
5485         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5486         (wl-summary-archive): Use elmo-folder-msgdb instead of
5487         elmo-msgdb-load.
5488
5489 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5490
5491         * wl-mime.el (wl-draft-preview-message): Restore the position
5492         before evaluating wl-draft-send-hook in preview buffer.
5493
5494 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5495
5496         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5497         when it creates new draft buffer.
5498
5499         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5500         without argument.
5501
5502         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5503         Evaluate content and if the value is string, insert it.
5504         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5505         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5506         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5507         wl-draft-config-sub-part-bottom): Use it.
5508
5509         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5510         with the folder name. The question was unintelligible when it is
5511         called from wl-save-status.
5512
5513 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5516         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5517         cannot take second argument).
5518
5519 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5520
5521         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5522         as t. Since type and subtype are not case sensitive (RFC 2045).
5523
5524 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-vars.el (wl-message-mode-line-format): New variable.
5527         (wl-message-mode-line-format-spec-alist): Ditto.
5528         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5529         (wl-message-redisplay): Use wl-message-mode-line-format.
5530
5531 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5534
5535 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5536
5537         * wl-summary.el (wl-summary-default-from): Write description.
5538
5539 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl-vars.el (wl-ldap-objectclass): Abolish.
5542
5543         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5544         (wl-ldap-make-filter): Removed condition for objectclass.
5545         (wl-ldap-make-matched-value-list): Remove meaningless process.
5546         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5547         (wl-address-ldap-search): Don't add `*' to `pat' string;
5548         use ignore-errors; added `email';
5549         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5550         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5551         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5552
5553
5554 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5555
5556         * wl-draft.el (wl-draft-parent-folder): Write description.
5557         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5558
5559 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5562         as "" (zero-length string) if no parent.
5563         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5564
5565 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-address.el (wl-address-make-completion-list): Skip duplication
5568         checking.
5569         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5570         `append'.
5571
5572 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5573
5574         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5575         instead of `beginning-of-buffer'.
5576
5577 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5580
5581 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5584         Refer wl-message-buffer-name.
5585         (wl-message-wheel-down): Ditto.
5586
5587 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5588
5589         * wl-vars.el (wl-message-buffer-name): New user option.
5590
5591         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5592         directly instead of making alist dinamically.
5593
5594         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5595         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5596         wl-message-buffer-cache-name.
5597         (wl-message-buffer-cache-clean-up): Ditto.
5598
5599         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5600
5601         * Version number is increased to 2.9.15.
5602
5603 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-vars.el (wl-summary-default-view-alist): New user option.
5606
5607         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5608
5609         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5610         while deleting address.
5611         (wl-draft-delete-myself-from-cc): Ditto.
5612
5613         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5614         If optional argument is specified, reverse sort order.
5615
5616         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5617
5618 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-thread.el (wl-thread-insert-message): Return parent number if
5621         exists.
5622         (wl-thread-update-indent-string-region): Use
5623         wl-thread-update-line-on-buffer-sub instead of
5624         wl-thread-update-line-on-buffer.
5625
5626 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5627
5628         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5629         (wl-folder-close-all): Ditto.
5630
5631 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5632
5633         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5634         and mailing-list:.
5635         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5636         value.
5637         (wl-summary-line-list-info): Print mailing-list name even when
5638         list-number is empty.
5639
5640 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5641
5642         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5643
5644         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5645         (wl-draft-open-file): Ditto.
5646         (wl-draft-random-alphabet): Ditto.
5647
5648         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5649         bindings.
5650
5651 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5652
5653         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5654         * wl-vars.el (wl-draft-config-alist): Ditto.
5655
5656 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * Version number is increased to 2.9.14.
5659
5660         * wl.el (wl): Don't set wl-init as nil when error occured while
5661         auto-checking folders.
5662
5663         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5664         `elmo-expand-newtext'.
5665
5666 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5669         `this-command' so that `wl-folder-goto-folder' contained in
5670         `wl-summary-keep-cursor-command' work.
5671
5672 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5675         message buffer displaying state.
5676
5677 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5678
5679         * wl-vars.el (wl-summary-default-view): New variable to specify
5680         default value for `wl-summary-buffer-view' instead of using
5681         set-default.
5682         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5683
5684 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5685
5686         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5687
5688         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5689
5690 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5691
5692         * wl-vars.el (wl-forward-subject-prefix): New variable.
5693         * wl-draft.el (wl-draft-forward): Use it.
5694
5695 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5696
5697         * wl-message.el (wl-message-prev-page): When it is called without
5698         lines argument, scroll down by wl-message-scroll-amount lines.
5699         (wl-message-next-page): Ditto.
5700         * wl-vars.el (wl-message-scroll-amount): Change default value
5701         to preserve current behavior.
5702
5703 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5704
5705         * wl-summary.el (wl-summary-prefetch-msg): Bind
5706         `wl-message-entity' to call `wl-summary-from-function'.
5707
5708 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl-message.el (wl-message-buffer-create): Run
5711         wl-message-buffer-created-hook.
5712
5713 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-summary.el (wl-summary-sort-specs): New variable.
5716         (wl-summary-default-sort-spec): Ditto.
5717         (wl-summary-sort): Rewrite.
5718         (wl-summary-sort-by-list-info): New function.
5719
5720 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5721
5722         * wl-summary.el (wl-summary-get-list-info): New function.
5723         (wl-summary-sort): Rewrite.
5724         (wl-summary-line-list-info): Ditto.
5725         (wl-summary-line-list-count): Ditto.
5726         (wl-summary-refile-region): Fixed docstring.
5727
5728 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-summary.el (wl-summary-read-folder): Use copy-sequence
5731         `wl-folder-entity-hashtb' as completion table.
5732
5733 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5736         only when this command is called interactively; silence the byte-
5737         compiler.
5738
5739 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5740
5741         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5742         active in XEmacs.
5743
5744 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5745
5746         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5747         plural lines.
5748
5749 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5750
5751         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5752         of current line when the cursor is on the header name.
5753         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5754
5755 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5756
5757         * wl-util.el (wl-read-directory-name): Return displayed directory
5758         as the default value also on XEmacs.
5759
5760 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5763         formatting.
5764
5765 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5768         argument and when it is non-nil, check face property before
5769         highlighting for each line.
5770         (wl-highlight-summary-window): Set it.
5771
5772 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5775         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5776
5777         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5778         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5779         (wl-draft-get-fcc-list): Likewise.
5780
5781 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5784         (wl-thread-entity-cur): Ditto.
5785         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5786         wl-thread-indent-regexp setting.
5787         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5788
5789         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5790         wl-summary-lazy-highlight.
5791         (wl-summary-display-bottom): Ditto.
5792
5793         * wl-thread.el (wl-thread-open-close): Likewise.
5794
5795         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5796         from and subject;
5797         Bind wl-draft-use-frame;
5798         Enclose with save-window-excursion;
5799         Use wl-draft-create-buffer instead of with-temp-buffer;
5800         Use wl-draft-prepare-edit;
5801         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5802         Use wl-draft-send instead of wl-draft-raw-send.
5803
5804 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5807         of using wl-from.
5808
5809 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5812         insert-buffer instead of clone-buffer.
5813         (wl-draft-doing-mime-bcc): New variable.
5814         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5815         infinite loop.
5816         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5817
5818         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5819         (wl-draft-mime-bcc-body): Ditto.
5820
5821         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5822         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5823         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5824         wl-draft-do-mime-bcc.
5825         (wl-draft-mime-bcc-field): New function.
5826         (wl-draft-do-mime-bcc): Ditto.
5827
5828         * wl-address.el (wl-address-complete-header-list): New variable.
5829         (wl-address-complete-header-regexp): Changed default value.
5830
5831         * Version number is increased to 2.9.13.
5832
5833 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5836         it is differed.
5837
5838 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5839
5840         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5841         (wl-summary-line-list-count): Ditto.
5842
5843 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5844
5845         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5846         (wl-nntp-posting-function): New variable.
5847         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5848         `wl-nntp-posting-config-alist'.
5849
5850 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5853         FLIM.
5854
5855 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5856
5857         * wl-summary.el (wl-summary-target-mark-refile-sub):
5858         Remove a nuisance funcall.
5859
5860 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5861
5862         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5863         as t for `try-completion'.
5864
5865 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-summary.el (wl-summary-default-from): Use
5868         wl-address-header-extract-address instead of
5869         std11-extract-address-components.
5870         (wl-summary-simple-from): Ditto.
5871         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5872         (wl-summary-insert-headers): Show message.
5873         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5874         for whole line.
5875         (wl-summary-default-from): Revert last change.
5876         (wl-summary-simple-from): Ditto.
5877         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5878         (wl-summary-mark-as-read-region): Follow the change above.
5879         (wl-summary-sync-marks): Ditto.
5880         (wl-summary-target-mark-mark-as-read): Ditto.
5881         (wl-summary-redisplay-internal): Ditto.
5882         (wl-summary-redisplay-no-mime-internal): Ditto.
5883         (wl-summary-redisplay-all-header): Ditto.
5884         (wl-summary-mark-as-read): Removed argument `cached';
5885         Use current cache status to set cache mark.
5886         (wl-summary-redisplay-internal): Follow the change above.
5887         (wl-summary-redisplay-no-mime-internal): Ditto.
5888         (wl-summary-redisplay-all-header): Ditto.
5889
5890         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5891
5892         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5893         Don't call itself recursively (Adviced by Yamaoka-san).
5894
5895 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5896
5897         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5898         bind wl-summary-highlight as nil to avoid error caused by missing
5899         local variables.
5900
5901 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5902
5903         * wl-vars.el (wl-invalid-character-message): New user option.
5904
5905         * wl-util.el (wl-set-string-width): If truncated string-width is
5906         larger than specified width, use `wl-invalid-character-message'.
5907
5908 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5909
5910         * wl-summary.el (wl-summary-prefetch-msg):
5911         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5912
5913 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * wl-vars.el (wl-summary-check-line-format): New user option.
5916         (wl-summary-line-format-file): Ditto.
5917
5918         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5919         variable.
5920         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5921         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5922         and `wl-summary-view-old-p' to check whether do a rescan or not.
5923         (wl-summary-view-old-p): New function.
5924         (wl-summary-line-format-changed-p): Ditto.
5925         (wl-summary-line-format-save): Ditto.
5926         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5927
5928         * wl-util.el (wl-set-string-width): Avoid using negative number
5929         for make-string.
5930
5931 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5932
5933         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5934         return value.
5935
5936         * wl-util.el (wl-set-string-width): Added optional argument
5937         `padding' (All other related portions are changed).
5938         (wl-line-parse-format): If the first letter of column number is
5939         `0', zero-padding the result (ex: "%05l").
5940
5941         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5942
5943 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5944
5945         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5946         sequential summary view.
5947
5948 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5951         if it doesn't have a -unix version.
5952
5953 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5956
5957 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5960         content.
5961         (wl-draft): Follow the change above.
5962
5963         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5964
5965         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5966         and wl-folder-summary-line-format-alist contain %T and %P.
5967
5968         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5969         (wl-summary-mode-line-format): New user option.
5970         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5971         (wl-summary-line-format): Changed default value.
5972         (wl-summary-lazy-highlight): Changed default value.
5973
5974         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5975         change in wl-summary-create-line.
5976         (wl-thread-insert-entity-sub): Ditto.
5977
5978         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5979         (wl-summary-buffer-unread-status): Ditto.
5980         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5981         (wl-summary-buffer-persistent-mark-column): Ditto.
5982         (wl-summary-buffer-mode-line-formatter): Ditto.
5983         (wl-summary-buffer-mode-line): Ditto.
5984         (wl-summary-message-regexp): Abolished.
5985         (All other related portions are changed.)
5986         (wl-summary-detect-mark-position): New function.
5987         (wl-summary-buffer-set-folder): Setup
5988         wl-summary-buffer-mode-line-formatter.
5989         (wl-summary-mode): Setup selective-display;
5990         Setup pre-idle-hook when xemacs.
5991         (wl-summary-update-modeline): Rewrite.
5992         (wl-summary-jump-to-msg): Define as function;
5993         Changed regexp for searching messages.
5994         (wl-summary-message-number): Rewrite.
5995         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5996         Do rescan when old type summary cache.
5997         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5998         (wl-summary-remove-destination): Use '\r' to detect EOL.
5999         (wl-summary-print-destination): Ditto.
6000         (wl-summary-temp-mark): New inline function.
6001         (wl-summary-persistent-mark): Ditto.
6002         (wl-summary-line-number): New function.
6003         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
6004         (wl-summary-line-list-count): New function.
6005         (wl-summary-create-line): Added argument persistent-mark.
6006         (All other related portions are changed)
6007         (wl-summary-create-line): Insert '\r'.
6008         (wl-summary-save-view-cache): Encode whth `unix' EOL.
6009         (wl-summary-cursor-move-surface): New inline function.
6010         (wl-summary-prev): Use it.
6011         (wl-summary-next): Ditto.
6012
6013         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
6014         wl-summary-message-regexp.
6015         (wl-highlight-summary): Delete progress message.
6016         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
6017
6018         * Version number is increased to 2.9.12.
6019
6020 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6021
6022         * wl-summary.el (wl-summary-line-subject-minimum-length): New
6023         variable (nil: no minimum).
6024         (wl-summary-line-subject): Add some spaces after subject by
6025         wl-summary-line-subject-minimum-length.
6026
6027 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6028
6029         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
6030         and removed `F'.
6031         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6032         change above).
6033
6034 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-summary.el (wl-summary-line-list-count): Reverted.
6037         (example setting in samples/*/dot.wl is also updated)
6038
6039 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6040
6041         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6042
6043         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6044
6045         * wl-vars.el (wl-summary-line-format): Addes some description to the
6046         docstring.
6047
6048         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6049         (wl-summary-line-close-bracket): Ditto.
6050         (wl-summary-line-children-number): Ditto.
6051         (wl-summary-line-thread-indent): Ditto.
6052         (wl-summary-line-children-and-from): Ditto.
6053
6054         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6055         't', 'c', 'F' and added 'C'.
6056
6057         * wl-util.el (wl-set-string-width): Accept negative value.
6058         (wl-line-parse-format): Added "%number(" and "%)".
6059
6060 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6061
6062         * wl-summary.el (wl-summary-line-list-count): Change format of the
6063         return value.
6064
6065 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6066
6067         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6068         from the recent message.el.
6069         (wl-draft-point-in-header-p): Ditto.
6070         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6071         wl-draft-beginning-of-line.
6072         * wl-e21.el (wl-draft-mode-map): Ditto.
6073         * wl-xmas.el (wl-draft-mode-map): Ditto.
6074
6075         * wl-folder.el: Sort macrodefs by dependencies.
6076
6077 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6078
6079         * wl-summary.el (wl-summary-prev): Fixed regexp.
6080         (wl-summary-next): Ditto.
6081
6082 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6083
6084         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6085
6086 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6087
6088         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6089         for backward compatibility.
6090
6091 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6092
6093         * wl-summary.el (wl-summary-line-list-count): New function, merged
6094         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6095         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6096         list counts.
6097
6098 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-summary.el (wl-summary-create-line): Ignore errors while
6101         timezone-fix-time.
6102
6103         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6104
6105         * wl-summary.el (wl-summary-sync-update): Ditto.
6106         (wl-summary-default-from): Use wl-message-entity
6107         instead of entity.
6108
6109         * wl-summary.el (wl-summary-create-line): Fix.
6110
6111         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6112         (wl-summary-line-format): New user option.
6113         (wl-folder-summary-line-format-alist): Ditto.
6114         (wl-summary-from-width): Abolished.
6115
6116         * wl-util.el (toplevel): Require 'bytecomp.
6117         (wl-line-parse-format): New function.
6118         (wl-line-formatter-setup): New macro.
6119
6120         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6121         (wl-summary-buffer-line-formatter): New buffer local variable.
6122         (wl-summary-switch-to-clone-buffer): Follow the change above.
6123         (wl-summary-message-regexp): Fix.
6124         (wl-summary-from-func-internal): Abolished.
6125         (wl-summary-subject-func-internal): Ditto.
6126         (wl-summary-subject-filter-func-internal): Ditto.
6127         (All other related portions are changed.)
6128         (wl-summary-buffer-set-folder):
6129         Set up wl-summary-buffer-number-column and
6130         wl-summary-buffer-line-formatter
6131         (All other related portions are changed.)
6132         (wl-summary-buffer-number-column-detect): Abolished.
6133         (All other related portions are changed.)
6134         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6135         (wl-summary-delete-all-temp-marks-on-buffer): Use
6136         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6137         (wl-summary-target-mark-delete): Ditto.
6138         (wl-summary-target-mark-refile-subr): Ditto.
6139         (wl-summary-target-mark-mark-as-read): Ditto.
6140         (wl-summary-target-mark-mark-as-unread): Ditto.
6141         (wl-summary-target-mark-mark-as-important): Ditto.
6142         (wl-summary-target-mark-save): Ditto.
6143         (wl-summary-replace-status-marks): Renamed from
6144         wl-summary-set-status-marks-on-buffer;
6145         Use wl-summary-message-regexp instead of
6146         wl-summary-buffer-number-regexp.
6147         (wl-summary-sync-update): Follow the change above.
6148         (wl-summary-goto-previous-message-beginning): New function.
6149         (wl-summary-mark-as-unread): Use it.
6150         (wl-summary-mark-as-important): Ditto.
6151         (wl-summary-line-formatter): New variable.
6152         (wl-summary-line-year): New function.
6153         (wl-summary-line-day): Ditto.
6154         (wl-summary-line-day-of-week): Ditto.
6155         (wl-summary-line-hour): Ditto.
6156         (wl-summary-line-minute): Ditto.
6157         (wl-summary-line-open-bracket): Ditto.
6158         (wl-summary-line-close-bracket): Ditto.
6159         (wl-summary-line-children-number): Ditto.
6160         (wl-summary-line-thread-indent): Ditto.
6161         (wl-summary-line-size): Ditto.
6162         (wl-summary-line-subject): Ditto.
6163         (wl-summary-line-from): Ditto.
6164         (wl-summary-line-children-and-from): Ditto.
6165         (wl-summary-create-line): Rewritten.
6166         (wl-summary-format-date): Abolished.
6167
6168         * wl-highlight.el (wl-highlight-summary-current-line): Use
6169         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6170         Use thread structure to detect thread top message.
6171
6172         * wl-draft.el (wl-default-draft-cite): Don't use
6173         wl-summary-from-func-internal.
6174
6175         * wl-refile.el (wl-refile-subject-learn): Don't use
6176         wl-summary-subject-filter-func-internal.
6177         (wl-refile-guess-by-subject): Ditto.
6178
6179         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6180         parameters.
6181
6182         * wl-thread.el (wl-thread-update-indent-string-region):
6183         Use wl-thread-update-line-on-buffer instead of
6184         wl-thread-update-indent-string.
6185         (wl-thread-update-children-number): Redefine using
6186         wl-thread-update-line-on-buffer.
6187         (wl-thread-update-indent-string): Abolished.
6188
6189         * Version number is increased to 2.9.11.
6190
6191 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6192
6193         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6194         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6195         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6196
6197         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6198         as nil.
6199
6200         * wl-thread.el (wl-thread-open-all-unread): Use
6201         elmo-folder-list-messages-mark-match.
6202         (wl-thread-insert-message): Removed argument `mark-alist'.
6203         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6204         elmo-msgdb-set-mark.
6205         (wl-thread-get-children-msgs-uncached): Likewise.
6206         (wl-thread-get-exist-children): Added argument include-self.
6207         (wl-thread-delete-message): Follow the change above.
6208
6209         * wl-summary.el (wl-summary-count-unread): Removed argument.
6210         (wl-summary-rescan): Follow the change above.
6211         (wl-summary-mark-as-read-region): Ditto
6212         (wl-summary-mark-as-unread-region): Ditto.
6213         (wl-summary-delete-messages-on-buffer): Ditto.
6214         (wl-summary-sync-update): Ditto.
6215         (wl-summary-switch-to-clone-buffer): Ditto.
6216         (wl-summary-goto-folder-subr): Ditto.
6217         (wl-summary-target-mark-mark-as-read): Ditto.
6218         (wl-summary-target-mark-mark-as-unread): Ditto.
6219         (wl-summary-target-mark-mark-as-important): Ditto.
6220         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6221         (wl-summary-update-thread): Removed argument `mark-alist'.
6222         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6223         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6224         (wl-summary-resume-cache-status): Likewise.
6225         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6226         elmo-msgdb-set-mark.
6227         (wl-summary-mark-as-read-all): Likewise.
6228         (wl-summary-delete-cache): Ditto.
6229         (wl-summary-auto-select-msg-p): Ditto.
6230         (wl-summary-mark-as-unread): Ditto.
6231         (wl-summary-no-auto-refile-message-p): Ditto.
6232         (wl-summary-mark-as-read): Ditto.
6233         (wl-summary-mark-as-important): Ditto.
6234         (wl-summary-auto-refile): Follow the change above.
6235         (wl-summary-delete-all-marks): Removed.
6236         (wl-summary-resume-marks-and-highlight): Ditto.
6237         (wl-summary-resume-marks): Ditto.
6238         (wl-summary-delete-important-msgs-from-list): Ditto.
6239         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6240
6241         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6242         wl-summary-count-unread.
6243
6244         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6245         (wl-summary-score-update-all-lines): Use
6246         elmo-msgdb-set-mark.
6247
6248 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6251         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6252         (wl-summary-create-line): Renamed from
6253         wl-summary-overview-create-summary-line;
6254         Argument rearrangement.
6255         (wl-summary-update-thread): Follow the change above.
6256
6257         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6258         (wl-thread-insert-entity-sub): Likewise.
6259
6260         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6261         argument `overview', `mark-alist' and added `msgdb'.
6262
6263         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6264
6265         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6266         (wl-summary-rescan): Follow the change above.
6267         (wl-summary-sync-update): Ditto.
6268         (wl-summary-insert-thread-entity): Ditto;
6269         Don't use `let*' in every while loop;
6270         Detect infinite loop of threads.
6271         (wl-summary-update-thread): Removed argument `overview'.
6272
6273         * wl-thread.el (wl-thread-insert-message): Ditto.
6274
6275         * Version number is increased to 2.9.10.
6276
6277         * wl-message.el (wl-message-redisplay): Ignore errors while
6278         wl-message-redisplay-hook.
6279
6280 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6281
6282         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6283
6284 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl.el (wl): inhibit-quit while wl-folder.
6287
6288 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6291         while msgdb access.
6292
6293 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6294
6295         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6296         even if no folder is not created.
6297
6298 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6301
6302         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6303         implementation.
6304         (wl-summary-target-mark-thread): Ditto.
6305
6306         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6307
6308 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6309
6310         * wl-util.el (wl-display-bytes): Remove unused function.
6311
6312 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6313
6314         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6315         seems critical one (partially reverse the change in 2002/03/17).
6316
6317 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6318
6319         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6320         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6321
6322 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6323
6324         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6325         is not writable.
6326         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6327         plugged status instead of `'force' as 2nd argument.
6328
6329         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6330         is not creatable.
6331
6332         * Version number is increased to 2.9.9.
6333
6334 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-summary.el (wl-summary-suspend): New function.
6337
6338 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6339
6340         * wl.el (wl): Do not check variables if check is nil.
6341         * wl-utils.el (wl-collect-draft): New function.
6342         * wl-folder.el (wl-folder-suspend): Put summary buffers
6343         and draft buffers at the end of buffer list.
6344         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6345
6346 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6347
6348         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6349         loop instead of recursive call.
6350
6351         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6352         2nd argument.
6353
6354 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6355
6356         * wl-draft.el (wl-draft-create-contents): Don't take neither
6357         (function . args) nor (string . something) any more.
6358
6359         * wl-version.el (wl-generate-user-agent-string): Return string
6360         without header symbol.
6361         * wl-draft.el (wl-draft-default-headers): Use it.
6362
6363         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6364         `wl-draft-insert-ccs' and return field value instead of inserting
6365         the header. Abolish cc argument.
6366         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6367
6368         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6369         rather than one with string car.
6370
6371         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6372         * wl-draft.el (wl-draft-create-contents): Add it after the default
6373         headers.
6374
6375         * wl-draft.el (wl-draft-create-contents): For the case of
6376         (symbol-or-string . function) insert header only when the function
6377         returns string value.
6378
6379 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6382         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6383
6384 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6385
6386         * wl.el (wl-check-environment): Don't check Message-ID when
6387         `wl-insert-message-id' is nil.
6388         Revive checking if `wl-message-id-domain' contains "@".
6389
6390 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6391
6392         * wl.el (wl-check-environment): Merge examination for "@" at
6393         inappropriate position into the first string-match.
6394
6395         * wl-summary.el (wl-summary-target-mark-print): New function.
6396         (wl-summary-pipe-message-subr): Extracted from
6397         `wl-summary-pipe-message'.
6398         (wl-summary-target-mark-pipe): New function.
6399         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6400         `wl-summary-target-mark-pipe'.
6401
6402 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6403
6404         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6405
6406 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6407
6408         * wl.el (wl-check-environment): Use elmo-warning instead of
6409         error for non-critical ones.
6410         Remove trash folder check.
6411         (wl): Don't ignore error in wl-check-environment.
6412
6413         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6414         check, which is moved from `wl-check-environment'.
6415         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6416
6417 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6420         guess anything, call wl-summary-write.
6421         (wl-summary-write): Create draft with blank To field.
6422         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6423
6424 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6425
6426         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6427         argument full as well for wl-folder-write-current-folder.
6428         If wl-*-write-current-folder cannot guess addressee, add blank
6429         To header.
6430         Rewrite condition for positioning cursor.
6431
6432 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6433
6434         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6435         summary buffer is present, use it.
6436         (wl-folder-jump-to-previous-summary): Ditto.
6437
6438 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6439
6440         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6441
6442         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6443         wl-summary-previous-buffer and wl-summary-next-buffer.
6444
6445         * wl-folder.el (wl-folder-mode-map): Bind
6446         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6447         (wl-folder-jump-to-next-summary): New function.
6448         (wl-folder-jump-to-previous-summary): Ditto.
6449
6450         * wl-draft.el (wl-draft): Rearranged.
6451
6452 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6453
6454         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6455         of header.
6456         (wl-draft): Collect arguments for the header as header-alist.
6457         (wl-draft-forward): Arrange arguments for wl-draft.
6458         (wl-draft-reply): Ditto.
6459         (wl-draft-edit-string): Ditto.
6460         * wl-summary.el (wl-summary-write): Ditto.
6461         (wl-summary-write-current-folder): Ditto.
6462
6463         * Version number is increased to 2.9.8.
6464
6465 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6466
6467         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6468
6469         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6470
6471         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6472         even if the guess failed.
6473
6474         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6475         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6476         wl-summary-write-current-folder.
6477         * wl-xmas.el: Ditto.
6478
6479 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-summary.el (wl-summary-next-page): Force display message if
6482         message is not displayed yet.
6483         (wl-summary-prev-page): Ditto.
6484
6485 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6486
6487         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6488
6489 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6490
6491         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6492         add "Preview Message" and "Save Draft and Exit".
6493
6494 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6495
6496         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6497         if addrmgr is called from draft in splitted window.
6498
6499         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6500         * wl-mule.el: Ditto.
6501         * wl-xmas.el: Ditto.
6502
6503 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6504
6505         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6506
6507         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6508         * wl-xmas.el (wl-folder-toolbar): Ditto.
6509
6510 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6511
6512         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6513         and wl-draft-save-and-exit.
6514         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6515         * wl-xmas.el: Ditto.
6516         * wl-mule.el: Ditto.
6517
6518         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6519         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6520
6521 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6522
6523         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6524         lists for saving buffer.
6525
6526 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6527
6528         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6529         parent-folder argument instead of it.
6530         (wl-draft-create-buffer): Ditto.
6531         (wl-draft-forward): Ditto.
6532         (wl-draft-reply): Ditto.
6533         * wl-summary.el (wl-summary-write): Ditto.
6534         (wl-summary-write-current-folder): Ditto.
6535
6536         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6537         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6538         Folder buffer after composing.
6539
6540 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6543         header if the file `wl-x-face-file' already contains it.
6544
6545 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6546
6547         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6548         folder" entry.
6549         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6550         * wl-e21.el (wl-folder-toolbar): Ditto.
6551         * wl-xmas.el (wl-folder-toolbar): Ditto.
6552
6553 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6554
6555         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6556         wl-folder-goto-folder with sticky argument.
6557         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6558
6559 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6562         and wl-summary-previous-buffer.
6563         (wl-summary-next-buffer): New function.
6564         (wl-summary-previous-buffer): Ditto.
6565
6566 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6567
6568         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6569         wl-folder-jump-to-current-entity-with-arg.
6570         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6571         `wl-folder-jump-to-current-entity'.
6572         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6573         `wl-summary-goto-folder-sticky'.
6574         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6575         `wl-summary-goto-folder'.
6576         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6577         Unless force-exit, do not clean temp. marks for sticky summary.
6578         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6579
6580 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6583         not entire.
6584
6585 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6588         to `C-x C-s'.
6589         (wl-summary-save-status): New command.
6590         (wl-summary-exit): Don't clean-up temp marks when sticky.
6591         (Applied patch from Nakayama-san [wl: 09548])
6592         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6593         Do nothing when no mark data.
6594         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6595         Call `wl-summary-delete-all-temp-marks' before saving.
6596
6597 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6598
6599         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6600
6601 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6602
6603         * wl.el (wl-check-environment): Also cause error when (system-name)
6604         returns "localhost.localdomain". (Although it doesn't affect because
6605         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6606
6607 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6608
6609         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6610         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6611
6612         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6613         value.
6614
6615 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6618         Likewise r-cc-list and r-ng-list.
6619
6620 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6623         only if it is bound as variable.
6624
6625         * wl-mime.el (wl-draft-preview-message): Ditto.
6626
6627 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6628
6629         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6630         needless `goto-char'.
6631
6632         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6633         `wl-summary-redisplay-no-mime-internal' instead of
6634         `wl-summary-redisplay-no-mime'.
6635         (wl-summary-redisplay-no-mime): Changed argument;
6636         Call `wl-summary-redisplay-no-mime-internal'.
6637
6638         * wl-mime.el (wl-draft-preview-message): Bind
6639         `mime-header-encode-method-alist' locally.
6640
6641         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6642         (wl-draft-std11-parse-addresses): Added the first address check.
6643         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6644
6645         * Version number is increased to 2.9.7.
6646
6647 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6650
6651 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6652
6653         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6654         related to scrollbar support, if there is no such a feature
6655         compiled in.
6656
6657 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6658
6659         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6660         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6661         for prefetch.
6662
6663 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * wl-summary.el (wl-summary-pick): Fix for no match.
6666
6667 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-draft.el (wl-draft-save):
6670         Override `mime-header-encode-method-alist'.
6671
6672 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-folder.el (wl-folder-pick): New function.
6675         Define key as "?".
6676
6677 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6680         Fix for unplugged.
6681
6682 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl-folder.el (wl-folder-virtual): New function.
6685         Define key as "V".
6686
6687 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6688
6689         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6690         multi folder if entity is group.
6691
6692 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6695         is nil.
6696
6697 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6700         (wl-summary-target-mark-msgs): Return the number of marked messages.
6701
6702 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6703
6704         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6705         "first:" is specified.
6706
6707 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6708
6709         * wl-vars.el (wl-from): Use return value of function
6710         user-full-name instead of the variable user-full-name since
6711         XEmacs-20.4 doesn't set this variable.
6712
6713 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6716         call `wl' directly.
6717
6718 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6719
6720         * wl-draft.el (wl-draft-reedit): Removed duplicated
6721         switch-to-buffers.
6722
6723 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * wl.el (wl-other-frame): Removed garbages.
6726
6727 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6730
6731         * wl-xmas.el (wl-draft-key-setup): Ditto.
6732
6733         * wl-mule.el (wl-draft-key-setup): Ditto.
6734
6735         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6736         (wl-draft-reedit): Ditto.
6737         (wl-draft-prepare-edit): Add `wl-draft-save' to
6738         `local-write-file-hooks'.
6739         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6740         (wl-draft-reedit): Set buffer-file-name.
6741         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6742
6743
6744         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6745         call it.
6746         (wl-delete-startup-frame-function): New variable.
6747         (wl-other-frame): New function
6748         (Original was written by Yamaoka san [wl: 09239]).
6749
6750         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6751         if `wl-folder-use-frame'.
6752
6753 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6754
6755         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6756
6757 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6758
6759         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6760         New variable.
6761         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6762         (wl-message-buffer-prefetch-get-next): Use them.
6763         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6764
6765 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6768         with unwind-protect.
6769
6770         * wl-draft.el (wl-draft-reedit): Rewrite.
6771         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6772         (wl-draft-save): Insert header separator if it does not exist;
6773         Removed condition-case.
6774
6775         * wl-summary.el (wl-summary-reedit): Revert last change.
6776
6777         * wl-draft.el (wl-draft-save): Rewrite.
6778         (wl-draft-create-buffer): Set buffer-file-name as nil.
6779
6780         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6781
6782         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6783
6784         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6785         nil.
6786
6787 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6790         If count is nil, do not prefetch.
6791         (wl-message-buffer-prefetch-next): Next.
6792
6793 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6796
6797 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6800         `delete-backward-char'
6801         (wl-draft-prepare-edit): Check major-mode.
6802         (wl-draft-decode-header): Rewrite.
6803         (wl-draft): Fix.
6804
6805 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6806
6807         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6808
6809 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6810
6811         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6812         (wl-message-buffer-prefetch-get-next): Remove size checking.
6813         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6814
6815 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6816
6817         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6818         (wl-draft-default-headers): Fix.
6819
6820 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6821
6822         * wl-draft.el (wl-draft-default-headers): Insert return value of
6823         `wl-generate-mailer-string-function'.
6824
6825 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6828         (wl-draft-insert-mail-header-separator): Ditto.
6829
6830         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6831         again (Reverted the change on 2002-01-17 by OKADA san).
6832
6833 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * wl-draft.el (wl-draft): Rewrite.
6836         (wl-draft-create-buffer): New function.
6837         (wl-draft-create-contents): Ditto.
6838         (wl-draft-prepare-edit): Ditto.
6839         (wl-draft-decode-header): Ditto.
6840         (wl-draft-decode-body): Ditto.
6841         (wl-draft-check-new-line): Ditto.
6842         (wl-draft-default-headers): Ditto.
6843         (wl-draft-insert-mail-header-separator): Ditto.
6844
6845 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * Version number is increased to 2.9.6.
6848
6849 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6850
6851         * wl-draft.el (wl-draft-delete-field): Optional argument.
6852         (wl-draft-delete-fields): Ditto.
6853
6854 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6855
6856         * wl-message.el (toplevel): Eliminated byte-compile warning.
6857         for `itimer-function', `delete-timer' and `itimer-list'.
6858
6859 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6860
6861         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6862         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6863         `wl-message-buffer-prefetch-threshold'.
6864         * wl-summary.el (wl-summary-redisplay-internal): Remove
6865         the check of `wl-message-buffer-prefetch-depth'.
6866
6867 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6868
6869         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6870         size of article.
6871         (wl-message-buffer-prefetch-subr): Remove size check.
6872
6873 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6874
6875         * wl-vars.el (wl-plugged): Make customizable.
6876
6877 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6878
6879         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6880         (wl-message-buffer-prefetch-set-timer): New function.
6881         (wl-message-buffer-prefetch-get-next): New function.
6882         (wl-message-buffer-prefetch): New function.
6883         (wl-message-buffer-prefetch-next): Rewrite.
6884         (wl-message-buffer-prefetch-subr): Rewrite.
6885         * wl-vars.el (wl-auto-prefetch-first): New variable.
6886         * wl-summary.el (wl-summary-goto-folder-subr): Call
6887         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6888
6889 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6890
6891         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6892         `wl-summary-unread-message-hook'.
6893
6894 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6895
6896         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6897         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6898         if range is `cache-status'.
6899
6900 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6901
6902         * wl-message.el (wl-message-buffer-prefetch-subr):
6903         Improve debug message.
6904
6905 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6908         `wl-mail-send-pre-hook'.
6909         (wl-draft-send-mail-with-qmail): Ditto.
6910         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6911
6912 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-message.el (wl-message-buffer-prefetch-subr):
6915         Fix for cancel-function-timers bug.
6916         (wl-message-buffer-prefetch-debug): Default value is t.
6917
6918 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6919
6920         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6921         (wl-message-buffer-prefetch-subr): Rewrite.
6922         Rename from `wl-message-buffer-prefetch'.
6923
6924 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6925
6926         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6927         (wl-default-draft-cite-decorate-author): Ditto.
6928
6929         * wl-draft.el (wl-draft-cite-function): Removed.
6930         (wl-default-draft-cite-decorate-author): Ditto.
6931
6932 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6933
6934         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6935         (wl-default-draft-cite): Do not arrange author name if the value of
6936         `wl-default-draft-cite-decorate-author' is nil.
6937
6938 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6941
6942         * wl-folder.el (wl-folder-check-one-entity): Don't care
6943         `elmo-folder-use-flag-p'.
6944
6945 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6946
6947         * wl-folder (wl-folder-check-one-entity): Fix
6948         problem if unread is nil.
6949
6950 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6951
6952         * wl-address.el (wl-address-make-completion-list): Check whether
6953         the address is a group list.
6954         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6955
6956 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6957
6958         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6959         The number of the messages of new and unread does not count
6960         correctly.
6961
6962         * wl-summary.el (wl-summary-count-unread): Changed to return
6963         `(new . unread)' instead of total.
6964         (wl-summary-sync-update): Follow the change above.
6965
6966         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6967
6968 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6969
6970         * wl-address.el (wl-address-make-completion-list): Do not enclose
6971         address by " <" and ">" if associated realname is "".
6972         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6973         This is against the promblem with group list in .addresses pointed
6974         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6975
6976 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6977
6978         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6979         message is a format control string.
6980         * wl-expire.el (wl-expire-append-log): Ditto.
6981         * wl-mime.el (wl-summary-burst-subr): Ditto.
6982         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6983         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6984
6985 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6986
6987         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6988         wl.el (wl-check-variables): Rename from `wl-check-type'.
6989         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6990         (wl-check-variables-2): New function.
6991         (wl): Call `wl-check-variables-2'.
6992
6993 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6994
6995         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6996         after renaming folder in access group.
6997
6998 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6999
7000         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
7001         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
7002         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
7003         (wl-message-buffer-prefetch): Rewrite.
7004         (wl-message-buffer-prefetch-idle-time): Removed.
7005         * wl-summary.el (wl-summary-redisplay-internal):
7006         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
7007         Error check for `wl-message-buffer-prefetch-depht'.
7008
7009 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * Version number is increased to 2.9.5.
7012         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
7013
7014 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
7017         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
7018         Based on the patch written by
7019         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7020
7021 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
7022
7023         * wl-draft.el (wl-draft-raw-send): Fix for
7024         `wl-news-send-pre-hook'
7025
7026 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7027
7028         * wl-utils.el (wl-message-id-function): New variable.
7029         * wl-draft.el (wl-draft-insert-required-fields):
7030         Use `wl-message-id-function'.
7031
7032 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7033
7034         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7035         * wl-utils.el (wl-draft-make-message-id-string):
7036         Use `wl-from' for domain part of Message-ID
7037         if `wl-message-id-use-wl-from' if non-nil.
7038         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7039
7040 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7041
7042         * wl.el (wl): Call `wl-check-type'
7043         Do not 'condition-case'.
7044
7045 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * wl.el (wl-check-type): New function.
7048         (wl-check-type-variables): New variable.
7049
7050 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7051
7052         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7053
7054 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7055
7056         * wl-draft.el (wl-smtp-password-key): New function.
7057         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7058         (wl-draft-send-mail-with-smtp): Ditto.
7059         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7060
7061 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7062
7063         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7064         * wl-utils.el (wl-unique-id-suffix): Remove.
7065
7066 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7067
7068         * Version number is increased to 2.9.4.
7069
7070 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7071
7072         * wl-utils.el (wl-unique-id-suffix): New variable.
7073         (wl-unique-id): Use `wl-unique-id-suffix'
7074
7075 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7076
7077         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7078         instead of `elmo-msgdb-search'.
7079
7080         * Version number is increased to 2.9.3.
7081
7082 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7083
7084         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7085
7086 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7087
7088         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7089         (wl-draft-dispatch-message): Changed for send-later.
7090         (wl-draft-queue-flush): Ditto.
7091         (wl-draft): Clear `wl-sent-message-queued'.
7092         (wl-draft-reedit): Ditto.
7093         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7094         * wl-vars.el (wl-draft-force-queuing): New variable.
7095         (wl-draft-force-queuing-mail): New variable.
7096         (wl-draft-force-queuing-news): New variable.
7097
7098 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7101         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7102
7103 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7104
7105         * Version number is increased to 2.9.2.
7106
7107 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * wl-draft.el (wl-draft-elide-region): New user command.
7110         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7111
7112         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7113         command `wl-draft-elide-region'.
7114         * wl-mule.el: Ditto.
7115         * wl-xmas.el: Ditto.
7116
7117 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7120         (wl-biff-check-folder-async): Removed needless let.
7121
7122 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7125         wl-folder-get-elmo-folder.
7126         (wl-biff-check-folder): Set `biff' argument of
7127         `wl-folder-check-one-entity'.
7128         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7129
7130         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7131         (wl-folder-check-one-entity): Added `biff' argument;
7132         Setup `biff' slot of folder.
7133
7134         * Version number is increased to 2.9.1.
7135
7136 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7139         comment out and fixed.
7140         (wl-fldmgr-add-completion-subr): Ditto.
7141
7142         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7143         and msgdb.
7144
7145         * wl.el (wl-toggle-plugged): Save summary view.
7146
7147 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7150
7151 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7152
7153         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7154
7155 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7158         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7159         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7160
7161         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7162         if it was failed.
7163         (wl-demo): Disable undo in the demo buffer.
7164
7165 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-version.el (wl-version): Changed codename.
7168
7169         * Version number is increased to 2.9.0.
7170
7171 2001-12-14  Takuo KITAME <kitame@northeye.org>
7172
7173         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7174         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7175         (wl-folder-mark-as-read-all-current-entity): Ditto.
7176
7177 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-vars.el (wl-from-width): Define as obsolete variable.
7180         (wl-subject-length-limit): Ditto.
7181
7182         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7183
7184         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7185         wl-summary-save-view.
7186
7187         * wl.el (wl-save-status): Ditto.
7188         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7189
7190         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7191         (wl-summary-exit): Follow the change above.
7192         (wl-summary-goto-folder-subr): Ditto.
7193
7194         * wl-folder.el (wl-folder-create-subr): Don't use
7195         `elmo-folder-creatable-p'.
7196
7197 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7200
7201 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7204         rather than bitmap on Emacs 21.
7205         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7206         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7207         for xbm if the new redisplay engine is not available.
7208
7209 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-folder.el (wl-folder-init-hook): New hook.
7212         (wl-folder-init): Run `wl-folder-init-hook'.
7213
7214 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7217
7218 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl-acap.el (wl-acap-cache-filename): New variable.
7221         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7222         (wl-acap-init): Use cache if no ACAP server found.
7223
7224 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7225
7226         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7227         `wl-acap-original-msgdb-dir'.
7228
7229         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7230         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7231
7232         * wl-mime.el (wl-mime-save-directory): Renamed from
7233         `wl-mime-save-dir'.
7234
7235 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7238
7239         * wl-demo.el: Require `path-util'.
7240         (wl-demo-bitmap-mule-available-p): New internal variable.
7241         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7242         `module-installed-p' instead.
7243         (wl-demo-insert-image): Use *.img file for a bitmap image.
7244         (wl-demo): Don't call the ascii demo recursively.
7245
7246 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7247
7248         * Version number is increased to 2.7.7.
7249
7250 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl.el (wl-exit): Eliminated byte-compile warning.
7253
7254 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7255
7256         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7257         obsolete variable using `elmo-define-obsolete-variable'.
7258         (wl-fetch-confirm-threshold): Ditto.
7259         (wl-cache-prefetch-folder-type-list): Ditto.
7260         (wl-cache-prefetch-folder-list): Ditto.
7261
7262 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7265         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7266         (wl-demo-insert-image): New function.
7267         (wl-demo-insert-text): New function.
7268         (wl-demo-image-type-alist): Redefine as a function.
7269         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7270         (wl-demo-with-temp-file-buffer): Removed.
7271         (wl-logo-xpm): Removed.
7272         (wl-logo-xbm): Removed.
7273         (wl-logo-bitmap): Removed.
7274
7275 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7276
7277         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7278         (wl-expire-localdir-get-folder-function): New user option.
7279         (wl-expire-localdir-get-folder): New function.
7280         (wl-expire-localdir-date): Ditto.
7281
7282 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7283
7284         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7285         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7286         Fixed unread number mismatch when all-unread < unread.
7287
7288 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7291         (wl-fetch-confirm-threshold): Ditto.
7292
7293         * wl-summary.el (wl-summary-confirm-appends): Removed.
7294         (wl-summary-sync-update): Don't refer
7295         `wl-summary-update-confirm-threshold' (It is now abolished).
7296
7297         * wl-message.el (wl-message-display-internal): Don't refer
7298         `wl-fetch-confirm-threshold' (It is now abolished).
7299
7300 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7303
7304 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7305
7306         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7307         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7308         Change default value to nil.
7309         (wl-summary-indent-length-limit): The value can be nil, nil means
7310         unlimited.
7311
7312         * wl-summary.el: Don't set limit for indent length if the value of
7313         wl-summary-indent-length-limit is nil.
7314         If the value of wl-summary-width is nil, it means only that the width
7315         of summary is unlimited (nil doesn't mean that the indent length is
7316         unlimited).
7317
7318         * wl-thread.el: Ditto.
7319
7320 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7321
7322         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7323         be nil, nil means never confirm.
7324         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7325
7326 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7327
7328         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7329         means unlimited).
7330
7331 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7334         Use `with-temp-buffer'.
7335
7336 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7339         with new backquote style).
7340         (wl-folder-get-entity-from-buffer): Ditto.
7341
7342 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7343
7344         * wl-version.el (nemacs-version): Eliminated.
7345         (wl-extended-emacs-version2): Ignore nemacs.
7346         (wl-extended-emacs-version3): Ditto.
7347
7348 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7349
7350         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7351         (wl-draft-add-in-reply-to): New variable.
7352         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7353         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7354         (wl-draft-yank-from-mail-reply-buffer): Use
7355         `wl-draft-add-in-reply-to'.
7356         (wl-draft-insert-current-message): Ditto.
7357
7358 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7359
7360         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7361         typo (kill->hide).
7362         (wl-message-buffer-prefetch-folder-type-list): Added elements
7363         `mark' and `cache' instead of `internal'.
7364
7365 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7366
7367         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7368         resume msgdb directory.
7369
7370 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl.el (wl-exit): Call `wl-acap-exit'.
7373
7374         * wl-summary.el (wl-summary-message-string): New function.
7375         (wl-summary-reedit): Use it.
7376         (wl-summary-resend-bounced-mail): Remove needless let.
7377         (wl-summary-supersedes-message): Ditto.
7378         (wl-summary-save): Ditto.
7379
7380         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7381         (wl-acap-init): Set it.
7382         (wl-acap-exit): New function.
7383
7384 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7385
7386         * wl.el (wl-init): Revert (require 'mime-setup). move from
7387         toplevel.
7388
7389 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7390
7391         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7392         local variables.  Add error when guess function return invalid
7393         value.
7394
7395 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7398         Change local variable name.
7399         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7400         (wl-folder-get-newsgroups): Return nil when non-news folder.
7401         * wl-summary.el (wl-summary-write-current-folder): State through
7402         when guess-list return nil.
7403         (wl-summary-write-current-folder-functions): Fixed docstring.
7404
7405         * wl.el (wl-exit): Changed confirm message.
7406
7407         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7408         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7409
7410         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7411
7412 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7413
7414         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7415         user option (Renamed from wl-cache-prefetch-folder-type-list).
7416         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7417         from wl-cache-prefetch-folder-list).
7418
7419         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7420         Move to wl-vars.el.
7421         (wl-message-buffer-prefetch-p): Changed to enable
7422         `wl-message-buffer-prefetch-folder-list'.
7423
7424         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7425         `ignore-cache'.
7426
7427 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7428
7429         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7430         `part-top' and `part-bottom'.
7431         (wl-draft-config-sub-part-top): New function.
7432         (wl-draft-config-sub-part-bottom): New function.
7433
7434 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7435
7436         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7437
7438 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7439
7440         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7441
7442 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7443
7444         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7445
7446         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7447         (wl-summary-write-current-folder): Ditto.
7448
7449 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-folder.el (wl-folder-get-newsgroups): Use
7452         `elmo-folder-newsgroups'.
7453
7454 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7455
7456         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7457         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7458         `wl-draft-config-sub-header-bottom'.
7459
7460 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7461
7462         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7463         localnews folder.
7464
7465 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7466
7467         * wl-summary.el (wl-summary-mode): Undo last change.
7468
7469         * wl-folder.el (wl-folder-mode): Ditto.
7470
7471 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7472
7473         * wl-summary.el (wl-summary-mode): Locally set
7474         truncate-partial-window-width to nil.
7475         (for XEmacs)
7476
7477         * wl-folder.el (wl-folder-mode): Ditto.
7478
7479 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7482
7483 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7486         number.
7487
7488         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7489
7490         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7491
7492         * Version number is increased to 2.7.6.
7493
7494 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7497
7498 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-summary.el (wl-summary-sync-update): Enclose network
7501         related portion with `unwind-protect'.
7502
7503 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7504
7505         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7506
7507 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7510         element.
7511         * wl-vars.el (wl-message-body-button-alist): Ditto.
7512
7513         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7514         max match length.
7515         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7516
7517         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7518         for the max match length;
7519         Use 4th element value for the button string regexp group.
7520
7521         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7522         candidate exists, prompt to select.
7523
7524 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7525
7526         * wl-summary.el (wl-summary-jump-to-msg): Search before
7527         calibration point by `beginning-of-line'.
7528
7529 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7530
7531         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7532         for access group.
7533
7534 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-message.el (wl-message-display-internal): Bind
7537         `default-mime-charset'.
7538
7539         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7540
7541         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7542
7543         * Version number is increased to 2.7.5.
7544
7545 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7546
7547         * wl-expire.el (wl-summary-archive): Fixed;
7548         Use `elmo-folder-name-internal'.
7549
7550 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7551
7552         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7553         from `elmo-folder-move-messages' caller.
7554         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7555
7556         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7557         related portions are changed).
7558
7559 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7560
7561         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7562         counter.
7563
7564 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7565
7566         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7567         buffer local and set it to nil.
7568
7569         * wl-message.el (wl-message-redisplay): Ditto.
7570
7571 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-summary.el (wl-summary-mark-as-important): If message is
7574         already cached, set messag as read, otherwise encache and mark as read.
7575
7576 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7577
7578         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7579         point-min.
7580
7581 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7584         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7585         a keymap.
7586
7587 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7590         parent.
7591
7592         * wl-mule.el (wl-message-define-keymap): Ditto.
7593
7594         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7595
7596         * wl-xmas.el (wl-message-display-internal-hook): Define.
7597         (wl-xmas-setup-message-toolbar): Define as function.
7598         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7599         (wl-message-overload-functions): Abolished.
7600         (wl-message-define-keymap): New function.
7601
7602         * wl-vars.el (wl-message-display-internal-hook): New variable.
7603         (wl-message-header-button-alist): New variable (Renamed from
7604         wl-highlight-message-header-button-alist).
7605         (wl-message-body-button-alist): Ditto.
7606
7607         * wl-mule.el (wl-message-define-keymap): New function.
7608         (wl-message-overload-functions): Abolished.
7609
7610         * wl-message.el (wl-message-add-buttons-to-body): New function.
7611         (wl-message-redisplay): Don't call wl-message-overload-functions;
7612         Call wl-message-add-buttons-to-header and
7613         wl-message-add-buttons-to-body.
7614         (wl-message-display-internal): Set keymap argument for
7615         elmo-mime-display-as-is, elmo-mime-message-display;
7616         Run wl-message-display-internal-hook.
7617         (wl-message-refer-article-or-url): Abolished.
7618
7619         * wl-highlight.el (wl-highlight-headers): Don't call
7620         wl-highlight-message-add-buttons-to-header.
7621         (wl-highlight-message-add-buttons-to-header): Abolished.
7622
7623
7624         * wl-e21.el (wl-message-display-internal-hook): Define.
7625         (wl-e21-setup-toolbar): Deleted duplicated binding.
7626         (wl-e21-setup-message-toolbar): Define as function.
7627         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7628         (wl-message-define-keymap): New function.
7629         (wl-message-overload-functions): Abolished.
7630
7631 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7634         and elmo-folder-close.
7635
7636         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7637
7638 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7639
7640         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7641         boolean value.
7642         * wl-draft.el (wl-draft-do-fcc): Ditto.
7643
7644 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7645
7646         * wl-vars.el (wl-fcc-force-as-read): New variable.
7647         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7648         mark copied message as read.
7649
7650 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7651
7652         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7653
7654 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7655
7656         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7657         `wl-summary-target-above' instead of obsolete variable
7658         `wl-summary-temp-above'.
7659
7660         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7661         instead of `make-obsolete-variable'.
7662         * wl-refile.el (toplevel): Ditto.
7663
7664 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7665
7666         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7667         with third argument t.
7668         (wl-draft): Set first argument for wl-plugged-init as t.
7669
7670         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7671         definition.
7672
7673 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7674
7675         * wl-vars.el: Tabify.
7676         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7677
7678         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7679         message.
7680
7681 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7682
7683         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7684         and set default to beep.
7685
7686 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7687
7688         * wl-vars.el (wl-draft-truncate-lines): New variable.
7689
7690         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7691         instead of wl-message-truncate-lines for truncate-lines.
7692
7693 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-message.el (wl-message-display-internal): Call
7696         `wl-highlight-message' after `elmo-mime-display-as-is'.
7697
7698         * wl-mime.el (wl-mime-display-text/plain): New function.
7699         (wl-mime-display-header): Ditto.
7700         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7701         body-presentation-method for text/plain;
7702         Register `wl-mime-display-header' as a header-presentation-method;
7703         Don't set up `elmo-message-text-content-inserted-hook' and
7704         `elmo-message-header-inserted-hook'.
7705
7706         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7707         variable.
7708         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7709         as t if flag is 'all-header;
7710         Don't bind `elmo-message-ignored-field-list',
7711         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7712
7713 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7716         for xemacs with non-mule environment.
7717
7718 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7719
7720         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7721         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7722         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7723
7724 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7725
7726         * wl-vars.el (wl-interactive-send): Set default value as t.
7727
7728 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7731         (wl-addrmgr-method-list): Abolished.
7732         (wl-addrmgr-change-method): Follow above change.
7733
7734         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7735
7736 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7737
7738         * wl-vars.el (wl-message-truncate-lines): Change default value
7739         to default-truncate-lines.
7740
7741         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7742
7743 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7744
7745         * wl-vars.el (wl-message-truncate-lines): New variable.
7746
7747         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7748         wl-message-truncate-lines.
7749
7750 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7751
7752         * wl-acap.el (wl-acap-init): Remove period from error message.
7753         (wl-acap-find-acap-service): Remove period from message.
7754
7755 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl.el (wl-check-environment): Undo last change.
7758
7759         * wl-vars.el (wl-from): Changed default value.
7760
7761         * wl-util.el (toplevel): Don't require tm-edit.
7762
7763         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7764         `wl-folder-init';
7765         Don't set mark on mail body.
7766         (wl-draft-reedit): Ditto.
7767
7768         * wl-address.el (wl-address-quote-specials): Define as an alias for
7769         elmo-address-quote-specials.
7770
7771 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7774
7775         * wl-vars.el (wl-from): Set default value as nil.
7776         (wl-organization): Set default value as ORGANIZATION environment
7777         variable.
7778
7779         * wl-draft.el (wl-smtp-extension-bind): Check value of
7780         wl-smtp-connection-type.
7781
7782         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7783         error.
7784
7785 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7786
7787         * Version number is increased to 2.7.4.
7788
7789         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7790         arguments from `wl-highlight-x-face-function' caller.
7791         Use x-face-1.3.6.12 or later.
7792
7793 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7794
7795         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7796
7797 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7798
7799         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7800         (wl-fcc): Fix to accept function.
7801         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7802
7803 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7804
7805         * wl-acap.el (toplevel): Added `product-provide' declare.
7806         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7807
7808 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7809
7810         * wl.el (wl): Changed order of calling `elmo-init'
7811         and `elmo-folder-init'.
7812
7813 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7814
7815         * wl-mime.el (wl-summary-burst): Extract message when content-type
7816         of root entity is not only `multipart' but also `message/rfc822'.
7817         (wl-summary-burst-subr): Ditto.
7818
7819 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-vars.el (toplevel): Require 'custom.
7822         (wl-trash-folder): Added to `wl-setting' group.
7823
7824         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7825         exists.
7826         (wl-addrmgr-draw): Insert empty line when no entry exists.
7827
7828         * wl-mule.el (wl-message-wheel-up): Fixed.
7829         (wl-message-wheel-down): Ditto.
7830
7831 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7832
7833         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7834         config is an anonymous lambda expression.
7835
7836 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7839         when Mule 2 is running.
7840
7841 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7844
7845 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7848         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7849
7850         * wl-address.el (wl-address-specials-regexp): Eliminated.
7851         (wl-address-quote-specials): Rewrite.
7852
7853 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7856         shy-groups for regexp.
7857
7858         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7859         character classes and Perl style shy-groups for regexp.
7860         (wl-highlight-plugged-current-line): Use Posix style character
7861         classes for regexp.
7862         (wl-e21-highlight-folder-by-numbers): Ditto.
7863         (wl-e21-display-image-p): Use `display-images-p' instead of
7864         `display-graphic-p'.
7865         (display-images-p): Make an alias to `display-graphic-p' if it is
7866         not available.  It is for Emacs version prior to 21.0.105.
7867
7868         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7869         `display-graphic-p'.
7870         (wl-demo-image-type-alist): Ditto.
7871         (display-images-p): Make an alias to `display-graphic-p' if it is
7872         not available.  It is for Emacs version prior to 21.0.105.
7873
7874 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7875
7876         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7877         support.
7878         (wl-generate-user-agent-string): Ditto.
7879
7880         * wl-version.el (wl-version): Update docsting.
7881         (wl-version-status): Ditto.
7882
7883 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7884
7885         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7886         21.0.105.  For Emacs 21.0.104 or earlier.
7887
7888 2001-09-03  Takuo KITAME <kitame@northeye.org>
7889
7890         * wl-e21.el (wl-plugged-init-icons): Use
7891         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7892         (wl-biff-init-icons): Ditto.
7893
7894 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-highlight.el (wl-highlight-summary-current-line):
7897         Fixed highlighting refile/copy destination.
7898
7899         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7900         (wl-acap-store): Encode string by wl-acap-coding-system.
7901
7902 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7903
7904         * wl-acap.el (toplevel): Check and require 'un-define before
7905         'xemacs-ucs;
7906          Added checking for UTF-2000.
7907
7908 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7911         Don't enclose with `eval-and-compile'.
7912
7913         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7914         wl-init is non-nil.
7915
7916         * wl-draft.el (wl-draft): Ditto.
7917
7918         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7919
7920         * wl-acap.el (toplevel): Require 'wl.
7921         (wl-acap-store): Call `elmo-init'.
7922
7923         * wl.el (wl): Changed position of `wl-check-environment'.
7924         (toplevel): Added autoload setting for wl-acap.
7925
7926         * wl-vars.el (wl-setting): New custom group.
7927         (wl-from): Added wl-setting group.
7928         (wl-user-mail-address-list): Ditto.
7929         (wl-organization): Ditto.
7930         (wl-subscribed-mailing-list): Ditto.
7931         (wl-envelope-from): Ditto.
7932         (wl-smtp-posting-user): Ditto.
7933         (wl-smtp-posting-server): Ditto.
7934         (wl-smtp-posting-port): Ditto.
7935         (wl-smtp-authenticate-type): Ditto.
7936         (wl-pop-before-smtp-user): Ditto.
7937         (wl-pop-before-smtp-server): Ditto.
7938         (wl-pop-before-smtp-port): Ditto.
7939         (wl-pop-before-smtp-authenticate-type): Ditto.
7940         (wl-nntp-posting-server): Ditto.
7941         (wl-nntp-posting-user): Ditto.
7942         (wl-nntp-posting-port): Ditto.
7943         (wl-fetch-confirm-threshold): Ditto.
7944         (wl-prefetch-threshold): Ditto.
7945         (wl-thread-insert-opened): Ditto.
7946         (wl-ldap-server): Ditto.
7947         (wl-ldap-port): Ditto.
7948         (wl-ldap-base): Ditto.
7949         (wl-ldap-objectclass): Ditto.
7950         (wl-use-ldap): Ditto.
7951         (wl-draft-config-alist): Ditto.
7952         (wl-draft-config-matchone): Ditto.
7953         (wl-template-alist): Ditto.
7954         (wl-message-sort-field-list): Ditto.
7955         (wl-message-ignored-field-list): Ditto.
7956         (wl-message-visible-field-list): Ditto.
7957         (wl-interactive-send): Ditto.
7958         (wl-summary-move-order): Ditto.
7959         (wl-auto-select-first): Ditto.
7960         (wl-auto-select-next): Ditto.
7961         (wl-interactive-save-folders): Ditto.
7962
7963         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7964         Initialization codes are moved from wl-local-folder-init.
7965         (wl-local-folder-init): Follow the change above.
7966         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7967
7968         * wl-acap.el: New file.
7969
7970         * Version number is increased to 2.7.3.
7971
7972 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7975
7976 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7977
7978         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7979         (wl-addrmgr-address-entry-list): Ditto.
7980
7981 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-e21.el (wl-draft-mode-map): Removed binding for
7984         `wl-draft-insert-x-face-field'.
7985
7986         * wl-mule.el (wl-draft-mode-map): Ditto.
7987
7988         * wl-xmas.el (wl-draft-mode-map): Ditto.
7989
7990         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7991         (wl-cs-autoconv): Ditto.
7992         (wl-cs-local): Ditto.
7993         (wl-use-scoring): Ditto.
7994         (wl-mime-charset): Ditto.
7995         (wl-folder-check-async): Ditto.
7996
7997         * wl.el (toplevel): Ignore nemacs and tm.
7998         (wl-exit): Ditto.
7999
8000         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
8001         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
8002         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
8003         instead of wl-address-petname-add-or-change.
8004         (wl-summary-edit-addresses-subr): Use wl-address-delete
8005         instead of wl-address-petname-delete.
8006
8007         * wl-util.el (wl-as-coding-system): Ignore nemacs.
8008
8009         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
8010         if error occured.
8011
8012         * wl-message.el (require): Remove tm support.
8013
8014         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
8015
8016         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
8017         (wl-folder-jump-to-current-entity): Ditto.
8018         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
8019
8020         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
8021         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
8022         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
8023
8024         * wl-mule.el (wl-draft-key-setup): Ditto.
8025
8026         * wl-xmas.el (wl-draft-key-setup): Ditto.
8027
8028         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
8029         (wl-draft-std11-parse-addresses): New function.
8030         (wl-draft-parse-mailbox-list): Use it.
8031         (wl-draft): Ignore nemacs.
8032         (wl-draft-reedit): Ditto.
8033
8034         * wl-addrmgr.el: New file.
8035         (Original is wl-rcpt.el written by
8036         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8037         Thanks Kitamoto-san.)
8038
8039         * wl-address.el (wl-address-make-address-list): Modified parsing
8040         process.
8041         (wl-address-delete): Renamed from `wl-address-petname-delete';
8042         Modify wl-address-list too.
8043         (wl-address-add-or-change): Renamed from
8044         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8045
8046 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8047
8048         * wl-highlight.el (wl-highlight-summary-current-line):
8049           Work with transient-mark-mode
8050
8051 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * Version number is increased to 2.7.2.
8054
8055         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8056         instead of elmo-dop-queue-method.
8057
8058 2001-08-06  SAITO Atsunori <sai@yedo.com>
8059
8060         * wl-vars.el (wl-ldap-objectclass): New user option.
8061
8062         * wl-address.el (wl-ldap-make-filter): Use it.
8063
8064 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8067
8068 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-folder.el (wl-folder): redisplay after folder insertion.
8071
8072         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8073
8074         * wl-summary.el (wl-summary-sync-update):
8075         Change status mark only when new-msgdb exists.
8076         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8077
8078 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-summary.el (wl-summary-open-folder): New function.
8081         (wl-summary-goto-folder-subr): Use it.
8082         (wl-summary-mark-as-important): Fix;
8083         Encache only when no cache exists.
8084
8085 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8088         Use with-current-buffer.
8089
8090 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8091
8092         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8093         before call `get-buffer'. Fixed parenthesis.
8094         (wl-score-get-header-entry): Clear message and help window when
8095         keyboard quit.
8096         (wl-score-edit-insert-header): Ditto.
8097
8098 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8101         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8102         (wl-default-draft-cite): Fix.
8103
8104         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8105         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8106
8107 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-message.el (wl-message-prev-page): Do same bahavior
8110         as summary when it is called in the message buffer.
8111         (wl-message-next-page): Ditto.
8112
8113 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-summary.el (wl-summary-forward): Use cache if it is not
8116         section cache.
8117
8118 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8121         Removed redundant require of elmo-vars.
8122         (wl-biff-state-indicator-on): Changed default value for
8123         xemacs with non-mule environment.
8124
8125         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8126         wl-message-buffer is nil;
8127         Hide progress bar after moving messages.
8128
8129 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8130
8131         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8132         message at cursor point is deleted.
8133
8134 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-vars.el: Changed file coding system to euc-japan.
8137         Added -*-coding:-*- magic to the first line.
8138
8139         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8140         Search parent from the first message.
8141
8142         * Version number is increased to 2.7.1.
8143
8144 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8145
8146         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8147
8148 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8151         refile/delete execution.
8152
8153         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8154         Fixed docstring.
8155
8156 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8159         do update process;
8160         Don't update marks when update process is interrupted.
8161
8162 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-summary.el (wl-summary-reply): Fixed problem when
8165         wl-draft-use-frame is non-nil.
8166         (wl-summary-forward): Ditto.
8167
8168         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8169         as nil.
8170         (wl-folder-mark-as-read-all-entity): Ditto.
8171         (wl-folder-prefetch-entity): Ditto.
8172
8173         * wl.el (wl): Check environment before wl-init.
8174
8175         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8176         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8177         instead of wl-summary-collect-unread.
8178         (wl-summary-reply): Split message window.
8179
8180 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8183         only if current language environment is japanese,
8184
8185         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8186         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8187         (wl-folder-goto-folder-subr): Ditto.
8188
8189         * wl-draft.el (wl-draft-dispatch-message): Call
8190         `elmo-file-cache-get-path'.
8191
8192 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8193
8194         * wl-summary.el (wl-summary-cursor-move): If return value of
8195         wl-summary-next-message is not number, don't jump.
8196
8197 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * wl-summary.el (wl-summary-buffer-next-message-function): New
8200         variable.
8201         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8202         if it is bound.
8203
8204         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8205         string.
8206
8207         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8208         (wl-plugged-drawing): Ditto.
8209
8210 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8213         process.
8214         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8215         with unwind-protect.
8216
8217         * wl.el (wl-init): Require mime-setup.
8218         (wl-check-environment): Don't require mime-setup.
8219
8220         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8221         instead of elmo-folder-type.
8222
8223         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8224         value as nil.
8225
8226 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * Version number is increased to 2.7.0.
8229
8230         * wl-version.el (wl-version): Changed codename.
8231
8232         * wl-summary.el (wl-summary-delete-cache): Fixed.
8233
8234         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8235         Workaround for net folders.
8236         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8237
8238         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8239         value to nil (According to the patch from
8240         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8241
8242         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8243         of elmo-folder-close.
8244
8245 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8246
8247         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8248         for postfix.
8249
8250 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8251
8252         * wl-summary.el (wl-summary-resend-message): Fixed.
8253
8254         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8255         Call wl-draft with `from' argument if its address is included in
8256         `wl-user-mail-address-list'.
8257         (wl-draft): Added `from' argument.
8258
8259         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8260         non-nil.
8261         (wl): Don't show demo if wl-demo is nil.
8262
8263         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8264         wl-summary-use-frame.
8265
8266         * wl-vars.el (wl-summary-use-frame): New user option.
8267         (wl-folder-use-frame): Changed docstring.
8268
8269         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8270         non-nil.
8271         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8272         wl-summary-use-frame.
8273
8274         * wl-vars.el (wl-folder-use-frame): New user option.
8275
8276         * wl-summary.el (wl-summary-exit): Back to folder frame if
8277         wl-folder-use-frame is non-nil.
8278         (wl-summary-redisplay-internal): Ignore cache if current folder
8279         is draft folder,
8280         (wl-summary-redisplay-no-mime): Ditto.
8281         (wl-summary-redisplay-all-header): Ditto.
8282
8283         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8284         if wl-folder-use-frame is non-nil.
8285
8286 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-summary.el (wl-summary-sync-update): Bind
8289         elmo-folder-update-threshold.
8290         (wl-summary-mark-as-important): Enclosed server mark processing
8291         with `save-match-data'.
8292
8293         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8294         only when it is already defined.
8295
8296 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8297
8298         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8299         name of folder exclude localdir is wrong.
8300         * wl-folder.el (wl-folder-sync-entity):
8301         Set `wl-summary-always-sticky-folder-list' as nil.
8302         (wl-folder-mark-as-read-all-entity): Ditto.
8303         (wl-folder-prefetch-entity): Ditto.
8304
8305 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8306
8307         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8308         instead of `wl-summary-write-current-newsgroup'.
8309
8310 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8311
8312         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8313         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8314         non-nil and selected message is important, do not display.
8315
8316 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8317
8318         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8319
8320 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8323
8324         * wl-summary.el (wl-summary-mark-as-important): Set message number
8325         using wl-summary-message-number.
8326
8327 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8328
8329         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8330         destination folder is 'null.
8331
8332 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8333
8334         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8335         New function.
8336         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8337         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8338         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8339
8340 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl-mime.el (wl-mime-setup): Added setting for
8343         `mime-setup-signature-key-alist' to avoid overriding key bind for
8344         `wl-draft-send'.
8345
8346         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8347         for `wl-draft-send'.
8348         * wl-mule.el (wl-draft-overload-functions): Ditto.
8349         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8350         * wl-draft.el (wl-draft-send): Ditto.
8351
8352         * wl-message.el (wl-message-display-internal):
8353         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8354         (Patch is provided by <kita@coe.nttdata.co.jp>).
8355
8356 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8357
8358         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8359
8360 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8361
8362         * wl.el (wl): Fix for wl-demo.
8363
8364 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8365
8366         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8367
8368 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8369
8370         * wl-folder.el (wl-folder-prefetch-entity): Use
8371         `wl-folder-get-elmo-folder'.
8372         (wl-folder-count-incorporates): Do not use
8373         `wl-folder-get-elmo-folder'.
8374
8375 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8376
8377         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8378         instead of `elmo-folder-get-type'.
8379
8380 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8381
8382         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8383         position on Subject: field.
8384         (Advised by Mito <mit@nines.nec.co.jp>)
8385
8386 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8387
8388         * wl-folder.el (wl-folder-prefetch-entity): Use
8389         `wl-folder-get-elmo-folder'.
8390
8391 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8394
8395         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8396         `process-duplicates' slot.
8397
8398         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8399         if detection failed.
8400
8401 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8402
8403         * wl-version.el (wl-version-status): Set to "alpha".
8404
8405 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8408         Check wl-message-buffer lives before set-buffer.
8409
8410 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8411
8412         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8413         called in folder mode.
8414         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8415         * wl-summary.el (wl-summary-exit-pre-hook): Run
8416         `wl-summary-exit-pre-hook' before exit summary mode.
8417
8418 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8419
8420         * wl-version.el (wl-version-status): New variable.
8421         (wl-version-status-alist): Removed.
8422         (wl-version-status): Rule included.
8423
8424 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8425
8426         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8427         @sponichi.
8428
8429         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8430         when `mail-reply-buffer' is buffer-local variable.
8431         (Reported by <kita@coe.nttdata.co.jp>).
8432
8433 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-vars.el (toplevel): Require 'elmo-util.
8436
8437 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8440         (All other related portions are changed)
8441
8442         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8443
8444         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8445
8446 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8447
8448         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8449
8450 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8451
8452         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8453         Delete other windows to avoid an error.
8454         Use `point-marker' instead of `point' to remember the start point
8455         of body.
8456
8457         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8458
8459         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8460         number not to exceed all message number.
8461
8462 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8463
8464         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8465         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8466
8467 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-summary.el (wl-summary-sync-force-update): Added argument
8470         no-check.
8471         (wl-summary-sync-update): Ditto.
8472         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8473         with `no-check'.
8474
8475         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8476         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8477         already running.
8478
8479 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8480
8481         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8482         `dst-folder-arg'.
8483         (wl-expire-archive-number1): Diito.
8484         (wl-expire-archive-number2): Diito.
8485         (wl-expire-archive-Date): Diito.
8486         (wl-archive-number1): Diito.
8487         (wl-archive-number2): Diito.
8488         (wl-archive-date): Diito.
8489         (wl-archive-folder-p): New function.
8490         (wl-summary-expire): Support of expand folder name at
8491         wl-expire-alist.
8492         * wl-util.el (wl-expand-newtext): Renamed from
8493         `wl-refile-expand-newtext'.
8494
8495 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8496
8497         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8498         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8499         `(elmo-msgdb-get-overview msgdb)'.
8500         (wl-summary-prefetch): Bind match data before call
8501         `wl-summay-prefetch-msg'.
8502         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8503         'off if `wl-summary-buffer-disp-msg' is non-nil.
8504         Fixed problem that couldn't show only one new or unread message when
8505         enter folder.
8506         (wl-summary-reply): Don't call `split-window-vertically' and other
8507         window.
8508
8509 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-expire.el (wl-expire-refile): Fixed.
8512
8513 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8516
8517         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8518         biff notification is removed.
8519
8520         * wl.el (wl): Changed position of `elmo-init'.
8521
8522         * wl-draft.el (wl-default-draft-cite): Use date field
8523         on the citation buffer.
8524
8525         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8526
8527         * wl-xmas.el (wl-folder-internal-icon-list): Added
8528         `wl-folder-shimbun-image'.
8529
8530         * wl-e21.el (wl-folder-internal-icon-list): Added
8531         `wl-folder-shimbun-image'.
8532
8533 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8534
8535         * wl.el (wl-init): Eliminated argument.
8536         (wl): Rewrite.
8537
8538         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8539         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8540         instead of `elmo-folder-msgdb-internal'.
8541         (wl-summary-sync-update): Ditto.
8542         (wl-summary-flush-pending-append-operations): Eliminated.
8543         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8544         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8545         `elmo-folder-open'.
8546
8547         * wl-mime.el (wl-summary-burst): Fixed.
8548
8549         * wl-folder.el (wl-folder-info-save): Check data type.
8550
8551         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8552         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8553         instead of `elmo-folder-msgdb-internal'.
8554         (wl-expire-hide): Ditto.
8555
8556
8557         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8558
8559 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8560
8561         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8562
8563 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8564
8565         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8566
8567 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8568
8569         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8570         Fixed `match-beginning' argument mismatch.
8571
8572 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8575         the default value.
8576
8577 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8578
8579         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8580         instead of `elmo-nntp-default-port'.
8581
8582         * wl-vars.el: Fixed some doc strings.
8583
8584 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-summary.el (wl-summary-prefetch-msg): Use
8587         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8588
8589         * wl-vars.el: Define *-func as obsolete variable using
8590         `elmo-define-obsolete-variable'.
8591
8592         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8593         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8594         instead of `wl-message-buffer-prefetch-threshold'.
8595
8596         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8597
8598         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8599
8600         * wl-draft.el (wl-caesar-region-func): Ditto.
8601
8602         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8603         Keep unread status in elmo-folder-move-messages.
8604         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8605
8606 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8607
8608         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8609         `wl-summary-buffer-exit-func'
8610         (wl-summary-buffer-message-redisplay-function): Renamed from
8611         `wl-summary-buffer-message-redisplay-func'
8612         (wl-summary-buffer-next-folder-function): Renamed from
8613         `wl-summary-buffer-next-folder-func'.
8614         (wl-summary-buffer-prev-folder-function): Renamed from
8615         `wl-summary-buffer-prev-folder-func'.
8616         (wl-summary-get-petname-function): Renamed from
8617         `wl-summary-get-petname-func'.
8618
8619         * wl-score.el (wl-score-edit-exit-function): Renamed from
8620         `wl-score-edit-exit-func'.
8621
8622         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8623         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8624
8625         * wl-util.el (wl-load-profile-function): Renamed from
8626         `wl-load-profile-func'.
8627
8628         * wl-folder.el (wl-folder-completion-function): Renamed from
8629         `wl-folder-completion-func'.
8630         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8631
8632         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8633         `wl-expire-archive-get-folder-func'.
8634         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8635         (wl-draft-send-mail-function): Renamed from
8636         `wl-draft-send-mail-func'.
8637         (wl-draft-send-news-function): Renamed from
8638         `wl-draft-send-news-func'.
8639         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8640         (wl-generate-mailer-string-function): Renamed from
8641         `wl-generate-mailer-string-func'.
8642         (wl-highlight-signature-search-function): Renamed from
8643         `wl-highlight-signature-search-func'.
8644         (wl-highlight-x-face-function): Renamed from
8645         `wl-highlight-x-face-func'
8646         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8647         (wl-ps-print-buffer-function): Renamed from
8648         `wl-ps-print-buffer-func'
8649         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8650         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8651         (wl-summary-subject-filter-function): Renamed from
8652         `wl-summary-subject-filter-func'.
8653
8654         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8655         `wl-draft-queue-flush-send-func'
8656         (wl-draft-cite-function): Renamed from
8657         `wl-draft-cite-func'
8658
8659         * wl-address.el (wl-address-init-function): Renamed from
8660         `wl-address-init-func'.
8661
8662 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-draft.el (wl-draft-queue-flush): Don't call
8665         `elmo-dop-unlock-message'.
8666         * wl-draft.el (wl-draft-queue-append): Don't call
8667         `elmo-dop-lock-message'.
8668
8669         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8670         (wl-summary-buffer-folder-name): Ditto.
8671         (wl-summary-message-regexp): Added '-' (all other related portions
8672         are changed).
8673         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8674         wl-summary-buffer-folder-name.
8675
8676 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8677
8678         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8679         the number of mails in the folder buffer is not updated by wl-biff.
8680
8681 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8682
8683         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8684         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8685
8686 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * wl-summary.el (wl-summary-next-message):
8689         Return next message number when wl-summary-move-order is nil.
8690
8691 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8692
8693         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8694         `wl-summary-move-spec-alist'.
8695         (wl-summary-move-spec-unplugged-alist): New variable
8696         (Move spec for unplugged status).
8697         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8698         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8699
8700 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8701
8702         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8703         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8704
8705 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8706
8707         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8708         simple quotation to quote the anonymous function.
8709         * tm-wl.el (wl-draft-preview-message): Ditto.
8710
8711 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8712
8713         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8714         Eliminate redundant `save-excursion'.
8715         (wl-highlight-summary-current-line): Ditto.
8716
8717         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8718         accessing match data when `looking-at' failed.
8719
8720         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8721         `elmo-match-string' where users don't care about the speed.
8722         (wl-draft-save): Ditto.
8723
8724 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-util.el (wl-regexp-opt): New function.
8727
8728         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8729         number from `wl-summary-buffer-number-list'.
8730         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8731         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8732         (wl-summary-move-spec-alist): Changed default setting.
8733
8734 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8735
8736         * wl-vars.el (wl-biff-notify-hook): New hook.
8737         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8738         the arrival of new mail.
8739         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8740         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8741
8742 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8745
8746 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8749
8750         * Version number is increased to 2.5.8.
8751
8752         * wl-thread.el (toplevel): require 'cl.
8753         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8754         (wl-thread-make-number-list): New function.
8755         (wl-thread-entity-make-number-list-from-children): Ditto.
8756         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8757         (wl-thread-entity-insert-as-children): Likewise.
8758         (wl-thread-delete-message): Likewise.
8759         (wl-meaning-of-mark): Eliminated.
8760         (wl-thread-next-failure-mark-p): Ditto.
8761         (wl-thread-entity-get-mark): Ditto.
8762         (wl-thread-meaning-alist-get-result): Ditto.
8763         (wl-thread-entity-check-prev-mark): Ditto.
8764         (wl-thread-entity-check-next-mark): Ditto.
8765         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8766         (wl-thread-entity-get-prev-marked-entity): Ditto.
8767         (wl-thread-get-prev-unread): Ditto.
8768         (wl-thread-jump-to-prev-unread): Ditto.
8769         (wl-thread-get-next-unread): Ditto.
8770         (wl-thread-jump-to-next-unread): Ditto.
8771         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8772         (wl-thread-entity-get-next-marked-entity): Ditto.
8773
8774         * wl-summary.el (wl-summary-buffer-number-list):
8775         New bufer-local variable.
8776         (wl-summary-switch-to-clone-buffer): Clone
8777         `wl-summary-buffer-number-list'.
8778         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8779         (wl-summary-cursor-move-regex): Eliminated.
8780         (wl-summary-cursor-up): Rewrite.
8781         (wl-summary-cursor-down): Ditto.
8782         (wl-summary-mode-spec-alist): New variable.
8783         (wl-summary-next-message): New inline function.
8784         (wl-summary-cursor-move): New function.
8785         (wl-summary-default-get-next-msg): Rewrite.
8786         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8787         (wl-summary-rescan): Ditto.
8788         (wl-summary-sync-all-init): Ditto.
8789         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8790         summary is not thread view.
8791         (wl-summary-sync-update): Ditto.
8792         (wl-summary-rescan): Ditto.
8793         (wl-summary-make-number-list): New function.
8794
8795         * wl-draft.el: "FCC" -> "Fcc".
8796
8797 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * wl-highlight.el (wl-highlight-summary-window):
8800         Call `set-buffer-modified-p'.
8801
8802         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8803         (wl): Call `elmo-init' and fix.
8804
8805         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8806         Use new variables.
8807
8808         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8809
8810 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8813
8814 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8815
8816         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8817
8818 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8819
8820         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8821         `wl-use-toolbar' nor `display-graphic-p'.
8822         (wl-e21-setup-message-toolbar): Ditto.
8823         (wl-e21-setup-summary-toolbar): Ditto.
8824         (wl-e21-setup-folder-toolbar): Ditto.
8825
8826         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8827         (wl-plugged-init-icons): Ditto.
8828
8829         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8830         `display-graphic-p'.
8831         (wl-plugged-set-folder-icon): Ditto.
8832         (wl-highlight-plugged-current-line): Ditto.
8833         (wl-highlight-folder-current-line): Ditto.
8834         (wl-e21-highlight-folder-group-line): Ditto.
8835         (wl-e21-setup-toolbar): Ditto.
8836         (wl-e21-display-image-p): New macro.
8837
8838         * wl-demo.el (wl-demo): Simplified.
8839         (wl-demo-image-type-alist): Use `image-type-available-p' for
8840         checking whether the image type `xbm' is available.
8841
8842 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8843
8844         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8845         (wl-summary-input-range): Ditto.
8846
8847 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-summary.el (wl-summary-edit-addresses): Use
8850         `wl-summary-get-original-buffer'
8851         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8852         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8853         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8854         (wl-summary-get-newsgroups): Eliminated.
8855         (wl-summary-set-crosspost): Ditto.
8856         (wl-summary-is-crosspost-folder): Ditto.
8857         (wl-crosspost-alist-load): Ditto.
8858         (wl-crosspost-alist-save): Ditto.
8859
8860         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8861         `elmo-setup-subscribed-newsgroups' instead of
8862         `elmo-nntp-make-groups-hashtb'.
8863         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8864         instead of `wl-crosspost-alist-save'.
8865
8866         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8867         of `elmo-folder-message-appendable-p'.
8868         (wl-mime-header-presentation-method): Eliminated.
8869
8870         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8871         (Error occurs in emacs21).
8872
8873         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8874         the current buffer).
8875
8876         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8877         instead of `wl-crosspost-alist-save'.
8878         (wl-init): `elmo-crosspost-message-alist-load'
8879         instead of `wl-crosspost-alist-load'
8880
8881         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8882         (wl-parse-newsgroups): Likewise.
8883         (wl-biff-notify): Run `wl-biff-notify-hook'.
8884
8885 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8888
8889         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8890         when `wl-summary-lazy-highlight' is non-nil.
8891         (wl-summary-goto-folder-subr): Highlight only when
8892         `wl-summary-lazy-highlight' is non-nil.
8893
8894         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8895         Don't display progress and highlight temp-mark when
8896         `wl-summary-lazy-highlight' is non-nil.
8897         (wl-highlight-summary-window): New function.
8898         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8899
8900 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8901
8902         * wl-summary.el (wl-summary-sync): Change `all-visible'
8903         from `all-shown'
8904         (wl-summary-input-range): Ditto.
8905
8906 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8907
8908         * wl-e21.el (wl-highlight-folder-current-line): Call
8909         `wl-folder-init-icons' when folder icons have not been initialized.
8910
8911         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8912
8913         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8914         (wl-demo-image-type-alist): New macro.
8915
8916 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8917
8918         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8919         display does not support graphics.
8920         (wl-plugged-init-icons): Ditto.
8921         (wl-folder-init-icons): Ditto.
8922
8923         * wl-demo.el (wl-demo): Chech closely whether the display
8924         supports graphics.
8925
8926 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-summary.el (wl-summary-get-original-buffer): New function.
8929         (wl-summary-set-crosspost): Use it.
8930         (wl-summary-target-mark-uudecode): Ditto.
8931         (wl-summary-reedit): Ditto.
8932         (wl-summary-resend-bounced-mail): Ditto.
8933         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8934         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8935
8936         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8937         (wl-message-display-internal): Ditto.
8938
8939 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8940
8941         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8942
8943 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-summary.el (wl-summary-save-view): Renamed from
8946         `wl-summary-save-status'.
8947
8948 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8949
8950         * wl-summary.el (wl-summary-sync): Added `all-shown'
8951
8952 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8953
8954         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8955
8956 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8957
8958         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8959
8960 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8961
8962         * wl-highlight.el (wl-highlight-summary-line-string): Use
8963         `zerop' instead of `= 0'.
8964         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8965
8966         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8967         for comparing numbers.
8968         (wl-template-prev): Use `zerop' instead of `eq 0'.
8969
8970         * wl-draft.el (wl-draft-insert-current-message): Use
8971         `with-current-buffer' instead of `save-excursion'.
8972         Use `zerop' instead of `eq 0'.
8973
8974 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8975
8976         * wl-draft.el (wl-draft-insert-ccs): New function.
8977         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8978         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8979
8980 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8983
8984 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-expire.el (wl-expire-refile): Don't call
8987         elmo-msgdb-add-msgs-to-seen-list;
8988         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8989         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8990
8991 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-message.el (wl-message-prev-page): Ignore errors while
8994         scroll-down.
8995
8996 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * wl-mime.el: Use elmo-original-message-mode instead of
8999         mmelmo-original-mode.
9000
9001         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
9002         `elmo-folder-get-spec';
9003         (wl-fldmgr-add-completion-all-completions):
9004         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
9005
9006         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
9007         of `elmo-folder-get-type'.
9008
9009         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
9010         `elmo-folder-get-spec';
9011         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9012         Use `elmo-folder-append-message' instead of `elmo-append-msg';
9013         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9014         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
9015         `elmo-read-msg-no-cache';
9016         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
9017         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
9018         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
9019         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
9020         `elmo-cache-save';
9021         (wl-draft-reedit): Use `elmo-message-file-name'.
9022
9023         * wl-expire.el: Use `elmo-folder-name-internal';
9024         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9025         Use macro `wl-summary-buffer-msgdb' instead of variable
9026         `wl-summary-buffer-msgdb';
9027         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
9028         Use macro `wl-summary-buffer-folder-name' instead of variable
9029         `wl-summary-buffer-folder-name'.
9030         * wl-score.el: Likewise.
9031
9032         * wl-message.el: Rewrite for new message buffer cache mechanism.
9033         (wl-message-buffer-cache-buffer-get): New macro.
9034         (wl-message-buffer-cache-folder-get): Ditto.
9035         (wl-message-buffer-cache-message-get): Ditto.
9036         (wl-message-buffer-cache-entry-make): Ditto.
9037         (wl-message-buffer-cache-hit): Ditto.
9038         (wl-message-buffer-cache-sort): New function.
9039         (wl-message-buffer-cache-add): Ditto.
9040         (wl-message-buffer-cache-delete): Ditto.
9041         (wl-message-buffer-cache-clean-up): Ditto.
9042         (wl-message-buffer-window): Rewrite.
9043         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9044         (wl-message-buffer-display): New function.
9045         (wl-message-display-internal): New function.
9046
9047 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-folder.el: Use `elmo-folder-name-internal';
9050         Use `wl-folder-get-elmo-folder';
9051         Use `elmo-folder-list-messages' instead of
9052         `elmo-list-folder';
9053         Use `elmo-folder-get-primitive-list' instead of
9054         `elmo-folder-get-primitive-spec-list';
9055         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9056         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9057         Use `elmo-folder-create' instead of `elmo-create-folder'.
9058         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9059         (wl-folder-get-elmo-folder): New macro.
9060         (wl-folder-elmo-folder-cache-get): Ditto.
9061         (wl-folder-elmo-folder-cache-put): Ditto.
9062         (wl-folder-suspend): Call `elmo-quit'.
9063
9064         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9065         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9066         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9067         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9068         (toplevel): require 'cl.
9069         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9070
9071         * wl-summary.el: Rewrite to use new elmo interface.
9072
9073 \f
9074 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-mime.el (wl-draft-preview-message):
9077         Run `wl-draft-send-hook' before collecting recipients information;
9078         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9079
9080         * tm-wl.el (wl-draft-preview-message): Ditto.
9081
9082 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9085         wrong recipients are displayed when forwarded message.
9086
9087 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9088
9089         * Version number is increased to 2.5.7.
9090
9091 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9092
9093         * wl-message.el (wl-message-next-page): Bind
9094         `window-pixel-scroll-increment' to nil while scrolling up.
9095
9096 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9097
9098         * wl-vars.el (wl-save-hook): New hook.
9099         * wl.el (wl-save): Call `wl-save-hook'.
9100
9101 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9102
9103         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9104         Argument WITH-ARG instead of NO-ARG (negative mean).
9105         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9106         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9107         * wl-message.el (wl-message-follow-current-entity): Likewise.
9108
9109 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9110
9111         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9112         FROM was optional argument.
9113         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9114
9115 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9116
9117         * Version number is increased to 2.5.6.
9118
9119 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9120
9121         * wl-version.el (wl-version-show): Removed.
9122         (wl-version): Add `interactive'.
9123
9124 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9125
9126         * wl-summary.el (wl-summary-get-petname-func): New variable.
9127         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9128         instead of `wl-address-get-petname-1'.
9129         (wl-summary-simple-from): Ditto.
9130
9131         * wl-address.el (wl-address-get-petname-1): Define as function.
9132
9133 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9136         field in the original message.
9137         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9138
9139 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9140
9141         * wl-expire.el (wl-expire-hide):
9142         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9143
9144 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9147         find decoder for To, Cc, and Subject.
9148
9149 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9152         for checking `elmo-use-buffer-cache'.
9153         (wl-summary-mark-as-important): Fixed typo in comment.
9154
9155 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9156
9157         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9158         field in the original message.
9159         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9160
9161 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9162
9163         * wl-expire.el (wl-expire-hide):
9164         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9165
9166 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9169         find decoder for To, Cc, and Subject.
9170
9171 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * Version number is increased to 2.5.5.
9174
9175         * wl-address.el (wl-address-specials-regexp): New constant.
9176         (wl-address-quote-specials): Use it.
9177
9178 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9179
9180         * wl-summary.el (wl-summary-rescan):
9181         Call `wl-summary-buffer-number-column-detect'.
9182         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9183
9184         * wl-message.el (wl-message-mode-map): Define.
9185         (wl-message-decode): Use it as local-map.
9186
9187 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9188
9189         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9190         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9191
9192 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9193
9194         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9195
9196         * wl-mule.el (wl-read-event-char): Ditto.
9197
9198         * wl-e21.el (wl-read-event-char): Ditto.
9199
9200         * wl-nemacs.el (wl-read-event-char): Ditto.
9201         (read-event): Removed.
9202
9203         * wl-util.el (toplevel): Removed dummy definition of
9204         `read-event'.
9205         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9206
9207 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9208
9209         * wl-nemacs.el (elmo-archive-call-process): Moved to
9210         elmo-archive.el.
9211
9212 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9213
9214         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9215         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9216
9217         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9218         instead of magic-number 6.  Use `not' instead of `null' for symbol
9219         `nil' check (not empty list).
9220         (wl-draft-insert-x-face-field): Fixed paren style.
9221
9222         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9223         one-branch conditional statement, instead of `and' and `if'.
9224         (wl-draft-forward): Likewise.
9225         (wl-draft-add-references): Likewise.
9226         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9227
9228         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9229         conditional steatment.  Use `cond' instead of `if'.
9230         (wl-draft-confirm): Likewise.
9231
9232 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9233
9234         * wl-version.el (wl-version-show): Use `product-string-1'
9235         instead of `wl-version'.
9236         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9237
9238         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9239
9240 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9241
9242         * wl-highlight.el (wl-highlight-headers): Revert
9243         `wl-highlight-x-face-func' argument (`beg' and `end').
9244
9245 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9246
9247         * wl.el (toplevel): Move `product-provide' declare.
9248         * wl-demo.el (toplevel): Ditto.
9249         * wl-dnd.el (toplevel): Ditto.
9250         * wl-highlight.el (toplevel): Ditto.
9251         * wl-message.el (toplevel): Ditto.
9252         * wl-refile.el (toplevel): Ditto.
9253         * wl-util.el (toplevel): Ditto.
9254
9255 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9258         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9259         (wl-thread-close-all): keep cursor position.
9260
9261 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9262
9263         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9264         (eq x 0).
9265         (wl-generate-user-agent-string-1): Fix conditional statement.
9266
9267 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9268
9269         * wl.el (wl-check-environment): Additional check for
9270         'wl-local-domain' and `wl-message-id-domain'.
9271
9272 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9273
9274         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9275
9276 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9277
9278         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9279         instead of `smtp-sasl-user-realm'.
9280
9281 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9282
9283         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9284
9285 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9286
9287         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9288         to the default value as well as `eword-lexical-analyzer'.
9289
9290 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9291
9292         * wl-version.el (wl-extended-emacs-version,
9293         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9294         `elmo-match-string' instead of `wl-match-string'.
9295
9296 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9297
9298         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9299         docstring.
9300
9301 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9302
9303         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9304
9305 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9306
9307         * wl-highlight.el (wl-highlight-headers): Remove
9308         `wl-highlight-x-face-func' argument (`beg' and `end').
9309
9310 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9311
9312         * wl-summary.el (wl-summary-mark-as-important):
9313         Remove cache if folder is local.
9314
9315 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9316
9317         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9318         to get existing e-mail address string.
9319
9320 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9321
9322         * wl-version.el (wl-generate-user-agent-string): Commentary.
9323         (wl-generate-user-agent-string-1): Use `when' for
9324         one-branch conditional statement, instead of `and' and `if'.
9325         (wl-extended-emacs-version, wl-extended-emacs-version2,
9326         wl-extended-emacs-version3): Ditto.
9327
9328 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9331         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9332         condition-case; Remove initialization.
9333         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9334         (wl-summary-sync-update3): Added argument `sync-all';
9335         Eliminated local variable `msgdb';
9336         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9337         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9338         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9339
9340 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9341
9342         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9343         connection before call `wl-draft-send-mail-with-smtp'.
9344
9345 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * Version number is increased to 2.5.4.
9348
9349 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9350
9351         * wl.el (wl-check-environment): Additional check for
9352         'wl-local-domain' and `wl-message-id-domain'.
9353
9354 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9357         buffer as command specific.
9358         (wl-folder-mark-as-read-all-entity): Ditto.
9359         (wl-folder-prefetch-entity): Ditto.
9360         (wl-folder-drop-unsync-entity): Ditto.
9361
9362         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9363         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9364         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9365
9366         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9367         save-excursion.
9368
9369 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9370
9371         * Version number is increased to 2.5.3.
9372
9373         * wl-summary.el (wl-summary-save-view-cache):
9374         Delete duplicated `write-region';
9375         Use `write-region-as-binary' instead of `as-binary-output-file' and
9376         `write-region'.
9377
9378 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9379
9380         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9381
9382 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9385         instead of `smtp-via-smtp'.
9386
9387 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9388
9389         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9390
9391 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9392
9393         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9394         instead of `smtp-sasl-user-realm'.
9395
9396 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9397
9398         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9399
9400 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9401
9402         * Version number is increased to 2.5.2.
9403
9404 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9407         does not exist.
9408         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9409         (wl-biff-start): Call `timer-activate' if timer already exists.
9410
9411         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9412         only when it is bound as function.
9413
9414 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9415
9416         * Version number is increased to 2.5.1.
9417
9418 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9419
9420         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9421         Print refile/copy destination.
9422
9423 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9424
9425         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9426         queue-flush-only is non-nil.
9427
9428         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9429
9430         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9431         checking cache folder.
9432
9433 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9434
9435         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9436         `regexp-quote'.
9437
9438 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9439
9440         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9441         function.
9442         * wl-summary.el (wl-summary-write-current-folder-functions):
9443         Change default value.  Use it.
9444
9445 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * Version number is increased to 2.5.0.
9448
9449         * wl-version.el (wl-version): Changed codename.
9450
9451 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9452
9453         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9454         (wl-summary-supersedes-message): Ditto.
9455
9456 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9457
9458         * wl-refile.el (wl-refile-guess-functions): Renamed from
9459         `wl-refile-guess-func-list'.
9460
9461 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9462
9463         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9464         Fixed problem when no rule was matched.
9465
9466 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9467
9468         * wl-summary.el (wl-summary-get-mark): Fixed
9469         `wl-summary-buffer-target-mark' check logic.
9470
9471 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9472
9473         * wl-folder.el (wl-folder-write-current-folder): Added group
9474         folder check.
9475
9476         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9477         `wl-summary-write-current-newsgroup'.
9478         (wl-summary-write-current-folder-functions): New variable.
9479         * wl-folder.el (wl-folder-get-newsgroups): New function.
9480         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9481         (wl-folder-write-current-folder): Renamed from
9482         `wl-folder-write-current-newsgroup'.
9483
9484 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9485
9486         * Version number is increased to 2.3.93.
9487
9488 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9489
9490         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9491         (wl-ldap-make-matched-value-list): Ditto.
9492         (wl-ldap-alias-safe-string): Split e-mail address.
9493
9494         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9495         petname folder default was selected.
9496         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9497         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9498
9499 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9500
9501         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9502         to `wl-draft-config-exec'.
9503
9504         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9505         instead of calling `wl-draft-config-exec';
9506         Process group-list and show recipients in minibuffer.
9507
9508         * tm-wl.el (wl-draft-preview-message): Ditto.
9509
9510 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9511
9512         * wl.el (toplevel): Added (C) to copyright notice, and
9513         sync Author header.
9514         * tm-wl.el (toplevel): Ditto.
9515         * wl-address.el (toplevel): Ditto.
9516         * wl-demo.el (toplevel): Ditto.
9517         * wl-dnd.el (toplevel): Ditto.
9518         * wl-draft.el (toplevel): Ditto.
9519         * wl-e21.el (toplevel): Ditto.
9520         * wl-expire.el (toplevel): Ditto.
9521         * wl-folder.el (toplevel): Ditto.
9522         * wl-highlight.el (toplevel): Ditto.
9523         * wl-message.el (toplevel): Ditto.
9524         * wl-mime.el (toplevel): Ditto.
9525         * wl-mule.el (toplevel): Ditto.
9526         * wl-nemacs.el (toplevel): Ditto.
9527         * wl-refile.el (toplevel): Ditto.
9528         * wl-score.el (toplevel): Ditto.
9529         * wl-summary.el (toplevel): Ditto.
9530         * wl-template.el (toplevel): Ditto.
9531         * wl-thread.el (toplevel): Ditto.
9532         * wl-util.el (toplevel): Ditto.
9533         * wl-vars.el (toplevel): Ditto.
9534         * wl-xmas.el (toplevel): Ditto.
9535
9536 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9537
9538         * wl.el (wl-init): Added comment about `wl-init-hook'.
9539         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9540         * wl-vars.el (wl-init-hook): Added docs.
9541         (wl-make-plugged-hook): Removed useless docs.
9542         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9543         * wl-xmas.el (toplevel): Ditto.
9544
9545 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9546
9547         * wl-address.el (toplevel): Fixed multiple Author header format.
9548         * wl-demo.el (toplevel): Ditto.
9549         * wl-draft.el (toplevel): Ditto.
9550         * wl-folder.el (toplevel): Ditto.
9551         * wl-summary.el (toplevel): Ditto.
9552         * wl-thread.el (toplevel): Ditto.
9553         * wl-util.el (toplevel): Ditto.
9554         * wl-vars.el (toplevel): Ditto.
9555         * wl-version.el (toplevel): Ditto.
9556         * wl-xmas.el (toplevel): Ditto.
9557         * wl.el (toplevel): Ditto.
9558
9559         * wl-version.el (toplevel): Added require `elmo-version' for
9560         `product-version-as-string'.
9561
9562 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-vars.el (wl-draft-send-hook): Changed default value to
9565         '(wl-draft-config-exec).
9566
9567         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9568         explicitly.
9569         (wl-draft): Set `wl-draft-config-exec-flag' before running
9570         `wl-mail-setup-hook'.
9571
9572         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9573         `wl-biff-init-icons' to `wl-init-hook' instead of
9574         `wl-make-plugged-hook'.
9575         (Because if `wl-draft' command is invoked at first,
9576         they are not initialized)
9577         Updated copyright notice.
9578
9579         * wl-e21.el (toplevel): Ditto;
9580
9581         * wl-demo.el (toplevel): Updated copyright notice.
9582         * wl-address.el (toplevel): Ditto.
9583         * wl-draft.el (toplevel): Ditto.
9584         * wl-version.el (toplevel): Ditto.
9585         * wl-folder.el (toplevel): Ditto.
9586         * wl-summary.el (toplevel): Ditto.
9587         * wl-thread.el (toplevel): Ditto.
9588         * wl-util.el (toplevel): Ditto.
9589         * wl-vars.el (toplevel): Ditto.
9590         * wl.el (toplevel): Ditto.
9591
9592 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9593
9594         * wl-highlight.el (wl-highlight-message): Fixed problem of
9595         highlighting failure which occured when the last field contains
9596         multiple lines in the draft buffer.
9597
9598         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9599         `wl-biff-start' if plugged.
9600
9601         * wl-util.el (wl-biff-check-folder): New function.
9602         (wl-biff-check-folders): Don't set session name prefix.
9603         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9604         (wl-biff-check-folder-async): Ditto.
9605
9606         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9607         in email address.
9608
9609 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9610
9611         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9612
9613         * wl-draft.el (wl-draft-strip-subject-re): New function.
9614
9615         * wl-draft.el (wl-draft-reply): Use it.
9616
9617 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9618
9619         * wl-message.el (wl-mmelmo-message-redisplay): Use
9620         `mime-display-message' instead of `wl-mime-display-message'.
9621
9622         * wl-mime.el (toplevel): Removed compatibility workaround
9623         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9624         (wl-mime-display-message): Abolished.
9625         (wl-mime-entity-read-field): Ditto.
9626         (wl-mime-combine-message/partial-pieces): Use
9627         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9628
9629 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9630
9631         * wl-template.el: Doc fixes.
9632
9633 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9634
9635         * wl-e21.el (wl-message-overload-functions): Do nothing if
9636         `current-local-map' is not available.
9637         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9638
9639 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9640
9641         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9642         representation.
9643
9644         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9645         number.
9646         (wl-fldmgr-save-folders): Don't use `format' when insert
9647         `wl-fldmgr-folders-header'.
9648
9649 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9650
9651         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9652
9653 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * wl-highlight.el (wl-highlight-message):
9656         Use `std11-field-end' to detect end point of the header field.
9657         Refer `wl-highlight-max-header-size'.
9658
9659         * wl-vars.el (wl-highlight-max-header-size): New variable.
9660
9661         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9662
9663         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9664         Set `for-draft' argument of wl-highlight-headers.
9665         (wl-draft): Ditto.
9666         (wl-draft-reedit): Ditto.
9667         (wl-user-agent-compose-internal): Ditto.
9668
9669 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9670
9671         * wl-message.el (wl-message-add-button): Use overlay.
9672
9673 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9676
9677         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9678         problem when group-list content is nothing.
9679         (Reported by Mito <mit@nines.nec.co.jp>)
9680
9681 2000-10-18  SAITO Atsunori <sai@yedo.com>
9682
9683         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9684
9685 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9686
9687         * tm-wl.el (toplevel): Use product-provide.
9688
9689 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9690
9691         * Version number is increased to 2.3.92.
9692
9693 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9694
9695         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9696         title text, use `display' property for left margin under Emacs 21.
9697
9698         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9699         properties.
9700         (wl-plugged-init-icons): Ditto.
9701
9702 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9703
9704         * wl.el (wl-save-status, wl-init): Remove last period in
9705         "...done." message.
9706         * tm-wl.el (wl-summary-burst): Ditto.
9707         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9708         wl-summary-resume-cache-status,
9709         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9710         wl-summary-sync-update3, wl-summary-highlight-msgs,
9711         wl-summary-flush-pending-append-operations,
9712         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9713         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9714         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9715         wl-thread-open-all): Ditto.
9716         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9717         * wl-mime.el (wl-summary-burst): Ditto.
9718         * wl-highlight.el (wl-highlight-summary): Ditto.
9719         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9720         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9721         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9722         * wl-address.el (wl-local-address-init): Ditto.
9723
9724 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9725
9726         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9727         `add-text-properties'.
9728         (wl-plugged-init-icons): Ditto.
9729         (wl-folder-init-icons): Use `propertize' instead of
9730         `put-text-property'.
9731         (wl-plugged-set-folder-icon): Ditto.
9732         (wl-e21-highlight-folder-group-line): Ditto.
9733
9734 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-version.el (wl-version-status-alist): New variable.
9737         (wl-version-status): New function.
9738
9739         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9740         "Cc" part of the case "Reply-To".
9741
9742         * wl-draft.el (wl-draft-reply): Use result of
9743         `eword-extract-address-components'.
9744
9745         * wl-demo.el (wl-demo-icon-name): New constant.
9746         (wl-logo-xpm): Use it.
9747         (wl-logo-xbm): Ditto.
9748         (wl-logo-bitmap): Ditto.
9749
9750         * Version number is increased to 2.3.91.
9751
9752 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9753
9754         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9755         (wl-extended-emacs-version, wl-extended-emacs-version2,
9756         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9757         docstring.
9758
9759         * wl-version.el (wl-generate-user-agent-string-1): New function.
9760         (wl-generate-user-agent-string): Use it.
9761
9762         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9763         `mime-edit-insert-user-agent-field'.
9764         (wl-generate-user-agent-string): Check
9765         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9766
9767         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9768         instead of `if', when verbose case.
9769
9770 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9771
9772         * wl-expire.el (wl-summary-expire): Fix.
9773
9774 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9775
9776         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9777         and `elmo-lost+found-folder' if 'wl-draft.
9778         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9779
9780 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9781
9782         * wl-expire.el (wl-summary-expire): Change messages.
9783         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9784         `deleing-info' instead of "Deleting..."
9785
9786 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9787
9788         * wl-summary.el (wl-summary-refile-subr): Fix.
9789
9790 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9791
9792         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9793         if pipe folder.
9794
9795 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9796
9797         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9798
9799 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9800
9801         * wl-expire.el (wl-expire-hide): New function.
9802         (wl-summary-expire): Add `hide'.
9803
9804 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9805
9806         * wl-vars.el (wl-draft-reply-without-argument-list):
9807         Changed default value to consider `Reply-To:'.
9808         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9809
9810         * Version number is increased to 2.3.90.
9811
9812         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9813         elmo-imap4-get-session with unwind-protect.
9814         Don't cause error.
9815         (wl-summary-sync-marks): Don't check plugged nor folder type.
9816         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9817         (Always keep current buffer).
9818
9819 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9820
9821         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9822         Enclose with `save-excursion'.
9823
9824 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9825
9826         * wl-version.el (wl-version): Remove interactive.
9827
9828 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9829
9830         * wl-version.el (wl-generate-user-agent-string): Use
9831         `product-string-verbose' instead of `product-string-1'.
9832
9833 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9834
9835         * wl-vars.el (wl-draft-use-cache): New variable.
9836         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9837         if wl-draft-use-cache is non-nil.
9838
9839 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9840
9841         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9842         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9843
9844 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9845
9846         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9847         (wl-thread-msg-mark-as-unread): Ditto.
9848
9849         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9850         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9851         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9852         Don't set mark in summary if return value of `elmo-mark-as-read'
9853         is nil.
9854         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9855         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9856         instead of `wl-thread-msg-mark-as-read'.
9857         (wl-summary-mark-as-unread-region): Ditto.
9858         (wl-summary-target-mark-mark-as-read): Ditto.
9859
9860         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9861
9862 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9863
9864         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9865
9866         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9867
9868 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9869
9870         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9871         face.
9872
9873 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9874
9875         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9876         `running-xemacs'.
9877
9878 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9879
9880         * wl-version.el (toplevel): Use `product-version-as-string' for
9881         set verstion-string, if defined.
9882
9883         * wl-version.el (wl-version-show): Insert string at point, when
9884         call with argument.
9885
9886         * wl-version.el (wl-generate-user-agent-string): Use
9887         `product-string-1' instead of `wl-appname', `wl-version' and
9888         `wl-codename'.
9889
9890 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9891
9892         * wl-address.el (toplevel): Use product-provide.
9893         * wl-demo.el (toplevel): Ditto.
9894         * wl-dnd.el (toplevel): Ditto.
9895         * wl-draft.el (toplevel): Ditto.
9896         * wl-e21.el (toplevel): Ditto.
9897         * wl-expire.el (toplevel): Ditto.
9898         * wl-fldmgr.el (toplevel): Ditto.
9899         * wl-folder.el (toplevel): Ditto.
9900         * wl-highlight.el (toplevel): Ditto.
9901         * wl-message.el (toplevel): Ditto.
9902         * wl-mime.el (toplevel): Ditto.
9903         * wl-mule.el (toplevel): Ditto.
9904         * wl-nemacs.el (toplevel): Ditto.
9905         * wl-refile.el (toplevel): Ditto.
9906         * wl-score.el (toplevel): Ditto.
9907         * wl-summary.el (toplevel): Ditto.
9908         * wl-template.el (toplevel): Ditto.
9909         * wl-thread.el (toplevel): Ditto.
9910         * wl-util.el (toplevel): Ditto.
9911         * wl-vars.el (toplevel): Ditto.
9912         * wl-xmas.el (toplevel): Ditto.
9913         * wl.el (toplevel): Ditto.
9914
9915 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9916
9917         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9918         instead of product.
9919
9920         * wl-version.el (wl-version): Compile time evalution elmo-version.
9921
9922 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9923
9924         * wl-summary.el (wl-summary-sync-force-update): Append queue
9925         `mark-as-read'if unplugged.
9926
9927 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9928
9929         * wl-version.el: New file.  Use product.el.
9930         * wl.el: add (require 'wl-version).
9931         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9932         for ~/.folders header.
9933         (wl-fldmgr-folders-header): Changed.
9934         * wl-demo.el (wl-demo): Use product.el.
9935
9936         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9937         wl-version.el.
9938         * wl-util.el (wl-version, wl-version-show): Ditto.
9939
9940         * wl-util.el (wl-generate-user-agent-string,
9941         wl-extended-emacs-version, wl-extended-emacs-version2,
9942         wl-extended-emacs-version3): Move to wl-version.el.
9943         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9944         xemacs-codename, mime-edit-insert-user-agent-field,
9945         mime-edit-user-agent-value, mime-editor/version,
9946         mime-editor/codename): Compile warning killer move to
9947         wl-version.el
9948
9949 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9950
9951         * wl-summary.el (wl-summary-refile-subr): Fix.
9952
9953 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9954
9955         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9956         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9957
9958 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9959
9960         * wl.el (wl-check-environment): Check too many `@'.
9961
9962 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9963
9964         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9965
9966 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9967
9968         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9969         wl-draft-reply-myself-without-argument-list): Add variables.
9970         * wl-draft.el (wl-draft-reply): Use it.
9971
9972 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9973
9974         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9975         the 5th argument of `elmo-network-get-spec'.
9976
9977         * wl-thread.el (wl-thread-reparent-children): New inline function.
9978         (wl-thread-delete-message): Use it.
9979
9980         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9981         (wl-summary-score-update-all-lines): Don't use `dolist'.
9982
9983 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9984
9985         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9986         (require 'elmo-msgdb) for inline function.
9987
9988 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9989
9990         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9991
9992 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9993
9994         * wl-score.el (wl-score-headers): Fix for the confusing macro
9995         `elmo-kill-buffer'.
9996
9997 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9998
9999         * wl-summary.el: Don't use the 3rd argument of `require' because
10000         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
10001         * wl-util.el: Ditto.
10002         * wl-draft.el: Ditto.
10003
10004 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
10005
10006         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
10007         window system is not used.
10008
10009 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
10010
10011         * wl-thread.el: Don't use `mapcar' only for iteration.
10012         (wl-thread-resume-entity): Ditto.
10013         (wl-thread-delete-message): Ditto.
10014
10015         * wl-summary.el: Bind `dragdrop-drop-functions',
10016         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
10017         of `require' for `timezone', `easymenu' and `ps-print';
10018         don't use `mapcar' only for iteration.
10019
10020         * wl-util.el: Bind `mule-version', `nemacs-version',
10021         `emacs-beta-version', `xemacs-codename',
10022         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
10023         `mime-editor/version' and `mime-editor/codename'; specify 3rd
10024         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
10025         only for iteration.
10026
10027         * wl-score.el: Don't use `mapcar' only for iteration.
10028         (wl-score-simplify-buffer-fuzzy): Ditto.
10029         (wl-score-simplify-subject): Ditto.
10030         (wl-score-headers): Ditto.
10031         (wl-summary-score-update-all-lines): Ditto.
10032
10033         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10034         `enable-multibyte-characters' and `mule-version'.
10035
10036         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10037         `mapcar' only for iteration.
10038
10039         * wl-demo.el: Don't use `mapcar' only for iteration.
10040
10041         * wl-folder.el: Don't use `mapcar' only for iteration.
10042         (wl-folder-open-all): Ditto.
10043         (wl-folder-count-incorporates): Ditto.
10044
10045         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10046         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10047
10048         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10049         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10050         `smtp-connection-type'; specify 3rd argument of `require' for
10051         `timezone'; don't use `mapcar' only for iteration.
10052         (wl-draft-clone-local-variables): Don't use `mapcar'.
10053         (wl-draft-generate-clone-buffer): Ditto.
10054         (wl-user-agent-compose-internal): Ditto.
10055
10056         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10057
10058         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10059         (wl-save-status): Ditto.
10060
10061         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10062         for iteration.
10063
10064 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10065
10066         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10067         removed `Date'.
10068         (wl-fldmgr-make-filter-default): New user option.
10069
10070         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10071         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10072         (wl-fldmgr-filter-completion-alist): Abolish.
10073
10074         * wl.el (wl): Don't check servers if arg is non-nil.
10075
10076         * wl-draft.el (wl-draft-reply): Set only message-id string to
10077         In-Reply-To field.
10078
10079 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-summary.el (wl-summary-pick): Rewrite.
10082
10083         * wl-draft.el (wl-draft-forward): Get references field from
10084         original buffer.
10085         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10086
10087 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10088
10089         * wl-draft.el (wl-draft-forward): Add references field.
10090
10091 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10092
10093         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10094         (wl-draft-reply): Use it.
10095
10096 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10097
10098         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10099         when Emacs 21 is running.
10100
10101         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10102         bindings.
10103
10104 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10105
10106         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10107         XPM icons transparent.
10108
10109         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10110         Emacs 21.
10111
10112 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10113
10114         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10115         nil.
10116
10117         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10118         when it is persistent.
10119         (wl-summary-sync-marks): Changed argument for
10120         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10121         (wl-summary-virtual): Use `elmo-read-search-condition'.
10122         (wl-summary-redisplay-internal): If folder is local, mark as read
10123         even when folder is plugged.
10124
10125 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10126
10127         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10128         of `tool-bar-lines' in the frame parameters.
10129         (after-make-frame-functions, post-command-hook): Don't modify the
10130         value.
10131         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10132         wl-e21-tool-bar-lines): Removed.
10133
10134 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10135
10136         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10137         properties `evaporate' and `wl-momentary-overlay' as well.
10138         (wl-highlight-summary-displaying): Ditto.
10139         (wl-delete-all-overlays): Don't delete overlay which does not have
10140         a property `wl-momentary-overlay'.
10141
10142         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10143         `display-mouse-p' and `display-graphic-p'.
10144         (wl-folder-init-icons): Don't search for XBM or the other files.
10145         (wl-plugged-set-folder-icon): Make icons if and only if
10146         `display-graphic-p' returns non-nil.
10147         (wl-highlight-plugged-current-line): Use `before-string' overlay
10148         property to show icon images.
10149         (wl-highlight-folder-current-line): Ditto.
10150         (wl-e21-highlight-folder-group-line): Ditto.
10151         (wl-e21-highlight-folder-by-numbers): Ditto.
10152         (wl-e21-insert-image): Removed.
10153         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10154         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10155         said.
10156         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10157         `wl-e21-force-switch-toolbar'.
10158         (wl-e21-make-icon-image): Removed.
10159         (wl-e21-setup-toolbar): Don't search for XBM files.
10160         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10161         the default value.
10162
10163 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10164
10165         * wl-util.el (wl-biff-check-folder-async): Set
10166         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10167
10168 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10169
10170         * wl-e21.el (after-make-frame-functions): Add
10171         `wl-e21-force-switch-toolbar'.
10172         (wl-e21-force-switch-toolbar): New function force to switch the
10173         toolbar appearance automatically.
10174         (post-command-hook): Add `wl-e21-switch-toolbar'.
10175         (wl-e21-switch-toolbar): New function to switch the toolbar
10176         appearance automatically.
10177         (wl-e21-tool-bar-lines): New buffer local variable.
10178
10179 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10180
10181         * wl-util.el (wl-biff-check-folders-running): New variable.
10182         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10183         (wl-biff-check-folder-async-callback):
10184         Set `wl-biff-check-folders-running'.
10185         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10186         with unwind-protect.
10187
10188         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10189         Enclose `wl-folder-auto-check' with unwind-protect.
10190
10191         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10192         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10193
10194         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10195
10196         * wl-util.el (wl-biff-notify): New inline function.
10197         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10198         locally.
10199         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10200         folder-list' is 1.
10201         Use `wl-biff-notify'.
10202         (wl-biff-check-folder-async-callback): New function.
10203         (wl-biff-check-folder-async): Ditto.
10204
10205         * wl-folder.el (wl-folder): Don't check folders.
10206         (wl-folder-auto-check): New function.
10207
10208 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10209
10210         * wl-util.el (wl-biff-start) [Emacs19+]:
10211         Use `timer-next-integral-multiple-of-time'.
10212         (wl-biff-check-folders): Use `wl-default-folder'
10213         if `wl-biff-check-folder-list' is nil.
10214
10215 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10216
10217         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10218         instead of `elmo-delete-lists'.
10219
10220 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10221
10222         * wl.el (wl-plugged-toggle-all): Set the value of
10223         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10224         (wl-plugged-toggle): Ditto.
10225         (wl-toggle-plugged): Ditto.
10226         (wl-plugged-init): Ditto.
10227
10228         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10229         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10230         instead of `wl-biff-state-indicator-off' and
10231         `wl-biff-state-indicator-on'; don't modify the value and the type
10232         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10233         (wl-plugged-init-icons): Set icons data to
10234         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10235         instead of `wl-plug-state-indicator-off' and
10236         `wl-plug-state-indicator-on'; don't modify the value and the type
10237         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10238
10239         * wl-vars.el (wl-modeline-biff-state-off,
10240         wl-modeline-biff-state-on, wl-modeline-biff-status,
10241         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10242         wl-modeline-plug-status): New internal variables.
10243         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10244         wl-biff-check-interval, wl-biff-check-folder-list): Change
10245         customization group from `wl-folder' to `wl-highlight'.
10246         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10247         wl-show-plug-status-on-modeline): Defcustomized.
10248
10249         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10250         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10251         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10252         a flag to `mode-line-buffer-identification'.
10253
10254         * wl-e21.el (wl-biff-init-icons): Set icons data to
10255         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10256         instead of `wl-biff-state-indicator-off' and
10257         `wl-biff-state-indicator-on'.
10258         (wl-plugged-init-icons): Set icons data to
10259         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10260         instead of `wl-plug-state-indicator-off' and
10261         `wl-plug-state-indicator-on'.
10262
10263 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10264
10265         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10266         excessive titles.
10267
10268 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10269
10270         * wl.el (wl-plugged-mode): Use revised
10271         `wl-mode-line-buffer-identification'.
10272         (wl-plugged-init): Don't use `force-mode-line-update'.
10273
10274         * wl-xmas.el (wl-draft-overload-functions): Use revised
10275         `wl-mode-line-buffer-identification'.
10276         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10277         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10278         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10279         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10280         `wl-make-plugged-hook';
10281         add `wl-folder-init-icons' and `wl-setup-folder' to
10282         `wl-folder-mode-hook'.
10283
10284         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10285         19 as well.
10286         (wl-mode-line-display-priority-list): New user option.
10287         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10288         Defcustomized.
10289         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10290         Add docs.
10291
10292         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10293         start.
10294         (wl-mode-line-buffer-identification): Revised as a function.
10295
10296         * wl-summary.el (wl-summary-mode): Use revised
10297         `wl-mode-line-buffer-identification'; don't call
10298         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10299         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10300         `wl-xmas-setup-summary'.
10301
10302         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10303         `wl-mode-line-buffer-identification'.
10304
10305         * wl-mule.el (wl-draft-overload-functions): Use revised
10306         `wl-mode-line-buffer-identification'.
10307
10308         * wl-folder.el (wl-make-plugged-alist): Don't call
10309         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10310         (wl-folder): Don't call `wl-folder-init-icons' directly.
10311         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10312         `wl-xmas-setup-folder' directly;
10313         use revised `wl-mode-line-buffer-identification'.
10314         (TopLevel): Don't bind `wl-biff-init-icons',
10315         `wl-plugged-init-icons', `wl-folder-init-icons',
10316         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10317
10318         * wl-e21.el (wl-draft-overload-functions): Use revised
10319         `wl-mode-line-buffer-identification'.
10320         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10321         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10322         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10323         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10324         `wl-make-plugged-hook';
10325         add `wl-folder-init-icons' and `wl-setup-folder' to
10326         `wl-folder-mode-hook'.
10327
10328 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10329             Katsumi Yamaoka    <yamaoka@jpl.org>
10330
10331         * wl.el (wl): Call `wl-biff-start'.
10332         (wl-exit): Call `wl-biff-stop'.
10333         (wl-plugged-mode): Show biff in modeline.
10334         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10335
10336         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10337         (wl-biff-init-icons): New function.
10338         (wl-plugged-init-icons): Don't make too much keymaps.
10339         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10340
10341         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10342         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10343         variables.
10344         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10345         options.
10346
10347         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10348         wl-biff-start, wl-biff-stop): New functions.
10349         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10350         (wl-biff-timer-name): New variable.
10351
10352         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10353
10354         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10355         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10356
10357         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10358         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10359
10360         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10361         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10362         `wl-folder-init-icons' to `ignore' if they are not available.
10363         (wl-folder-mode): Show biff in modeline.
10364
10365         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10366         (wl-biff-init-icons): New function.
10367         (wl-plugged-init-icons): Don't make too much keymaps.
10368         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10369
10370 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10371
10372         * wl-vars.el (wl-strict-diff-folders): Customization Type
10373         and doc fix.  Define as a list of regular expressions for
10374         folders or nil.
10375         * wl-folder.el (wl-folder-check-one-entity): Use
10376         `wl-string-match-member' instead of `wl-string-member' for
10377         `wl-strict-diff-folders'.
10378
10379 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10380
10381         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10382         (wl-highlight-folder-current-line): Use it; new implementation.
10383         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10384         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10385         `defsubst' instead of `defun'.
10386
10387         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10388         `wl-highlight-group-folder-by-numbers'; made it can also be a
10389         number.  See info for more details.
10390
10391         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10392         running.
10393
10394         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10395         to bind them.
10396
10397         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10398         (wl-highlight-folder-current-line): New implementation.
10399
10400         * wl-highlight.el (wl-highlight-folder-group-line): New
10401         implementation.
10402         (wl-delete-all-overlays): Rewrite as a marco.
10403         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10404
10405         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10406         running.
10407         (wl-folder-*-glyph): No need to bind them.
10408
10409         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10410         `wl-e21-highlight-folder-group-icon'; rewrite.
10411         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10412         `defsubst' instead of `defun'.
10413         (wl-folder-mode-map): Bind it when compiling.
10414
10415 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10416
10417         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10418
10419         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10420
10421 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10422
10423         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10424
10425 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10426
10427         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10428         (wl-highlight-folder-current-line): Use it.
10429
10430         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10431         in `id-name'.
10432
10433 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10434
10435         * wl.el: Require `wl-e21' when Emacs 21 is running.
10436
10437         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10438         default when Emacs 21 is running.
10439         (wl-use-highlight-mouse-line): Ditto.
10440         (wl-on-emacs21): New constant.
10441         (wl-on-emacs20): Removed.
10442
10443         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10444         Emacs 21 is running.
10445
10446         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10447         Emacs 21 is running.
10448
10449         * wl-e21.el: New file.
10450
10451 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10452
10453         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10454         (wl-toggle-plugged): Ditto.
10455         (wl-plugged-toggle): Ditto.
10456         (wl-plugged-toggle-all): Ditto.
10457
10458         * wl-vars.el (wl-plug-state-indicator): Refer
10459         `wl-plug-state-indicator-on' indirectly.
10460
10461 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10462
10463         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10464         Call `wl-folder-confirm-existence'.
10465
10466         * wl-folder.el (wl-folder-confirm-existence): Added optional
10467         argument `force'.
10468
10469 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10470
10471         * wl-summary.el (wl-summary-refile-subr): Assume
10472         `copy-or-refile' as symbol.
10473         (wl-summary-refile): Follow up above change.
10474         (wl-summary-copy): Ditto.  Doc fix.
10475
10476 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10477
10478         * wl-summary.el (wl-summary-pick): Don't bind
10479         `elmo-search-mime-charset'.
10480
10481         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10482         default using old backquote style.
10483         (wl-search-mime-charset): Abolished.
10484
10485         * wl-highlight.el (wl-highlight-headers):
10486         Call `point' after `re-search-forward'(for Nemacs).
10487
10488         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10489         for elmo-imap4.el.
10490
10491 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10492
10493         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10494         `wl-message-ignored-field-list' instead of
10495         `mime-view-ignored-field-list'.
10496
10497         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10498         Add interactive spec.
10499         (wl-folder-goto-bottom-of-current-folder): Ditto.
10500         (wl-folder-mode-map): Bind them.
10501
10502         * wl-vars.el (wl-message-ignored-field-list): New variable.
10503         (wl-message-visible-field-list): New variable.
10504
10505         * wl-mime.el (wl-mime-header-presentation-method): New function.
10506         (wl-mime-setup): Set header-presentation-method.
10507
10508 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10509
10510         * wl-nemacs.el (wl-draft-overload-functions): Set
10511         `mode-line-buffer-identification' instead of using
10512         `wl-make-modeline'.
10513
10514         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10515         instead of using `wl-make-modeline'.
10516
10517         * wl-xmas.el (wl-plugged-init-icons): Set up
10518         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10519         (wl-make-modeline): Abolish.
10520         (wl-draft-overload-functions): Set
10521         `mode-line-buffer-identification' instead of using
10522         `wl-make-modeline'.
10523
10524         * wl-util.el (wl-make-modeline-subr): Abolish.
10525         (wl-mode-line-buffer-identification): New alias.
10526
10527         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10528         (wl-summary-make-modeline): Abolish.
10529         (wl-summary-buffer-set-folder): Set
10530         `wl-summary-buffer-folder-indicator'.
10531         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10532         of using `wl-make-modeline'.
10533         (wl-summary-switch-to-clone-buffer): Don't set
10534         `mode-line-buffer-identification'.
10535         (wl-summary-goto-folder-subr): Ditto.
10536
10537         * wl-mule.el (wl-draft-overload-functions): Set
10538         `mode-line-buffer-identification' instead of using
10539         `wl-make-modeline'.
10540
10541         * wl-folder.el (wl-folder-mode): Set
10542         `mode-line-buffer-identification' instead of using
10543         `wl-make-modeline'.
10544         (wl-folder): Don't set `mode-line-buffer-identification'.
10545
10546 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10547
10548         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10549         instead of `member' for `wl-refile-guess-func-list' look-ups.
10550         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10551
10552 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10553
10554         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10555         `wl-message-button-dispatcher'.
10556
10557         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10558
10559         * wl-message.el (wl-message-button-dispatcher): Use it.
10560
10561         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10562         "In-Reply-To".
10563
10564         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10565         Bind `case-fold-search' to t.
10566
10567 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10568
10569         * wl-xmas.el (wl-message-overload-functions): Initialize
10570         `wl-message-button-map'.
10571
10572         * wl-mule.el (wl-message-overload-functions): Initialize
10573         `wl-message-button-map'.
10574
10575         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10576
10577         * wl-message.el (wl-message-button-map): New keymap.
10578         (wl-message-add-button): New function.
10579         (wl-message-button-dispatcher): New function.
10580         (wl-message-button-refer-article): New function.
10581
10582         * wl-highlight.el
10583         (wl-highlight-message-add-buttons-to-header): New function.
10584         (wl-highlight-headers): Use it.
10585
10586 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10587
10588         * wl-summary.el (wl-summary-default-from): Use
10589         `wl-address-get-petname-1'.
10590         (wl-summary-simple-from): Ditto.
10591
10592         * wl-address.el (wl-address-get-petname-1): New inline function.
10593         (wl-address-get-petname): Use it.
10594
10595 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10596
10597         * wl-summary.el (wl-summary-default-from): Return full-name part
10598         from the address if no petname was found.
10599         (wl-summary-simple-from): Ditto.
10600
10601         * wl-address.el (wl-address-get-petname): Return nil if no petname
10602         associated with the address was found.
10603
10604 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10605
10606         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10607         display is finished.
10608
10609 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10610
10611         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10612         `elmo-folder-exists-p' argument.
10613
10614 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10615
10616         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10617         the folder.
10618
10619 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10620
10621         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10622
10623         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10624         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10625
10626 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10627
10628         * wl-folder.el (wl-folder-create-subr): New function.
10629         (wl-folder-confirm-existence): Use it.
10630         (wl-folder-check-one-entity): Use it.
10631         Check the error symbol is derived from 'elmo-open-error.
10632
10633         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10634         `ignore-error'.
10635
10636 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10637
10638         * wl-util.el (toplevel): Add (eval-when-compile (require
10639         'elmo-util)).  (Maybe `provide' is typo.)
10640
10641 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10642
10643         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10644         (I don't know why this was needed.)
10645
10646         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10647         Follow up changes for stream-type.
10648
10649         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10650         (wl-draft-elmo-nntp-send): Ditto.
10651
10652         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10653         (wl-nntp-posting-stream-type): Ditto.
10654         (wl-pop-before-smtp-ssl): Abolished.
10655         (wl-nntp-posting-ssl): Ditto.
10656
10657         * wl-address.el (wl-address-quote-specials): New function.
10658         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10659
10660         * wl-draft.el (wl-draft-reply): Ditto.
10661
10662 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10663
10664         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10665         use function `wl-string-match-assoc'.
10666
10667 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10670
10671         * wl-draft.el (wl-draft-deduce-address-list): New function.
10672         (wl-draft-parse-mailbox-list): Ditto.
10673         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10674         instead of `smtp-deduce-address-list'.
10675         (wl-draft-on-field-p): Follow group list.
10676
10677         * wl-address.el (wl-address-concat-token): New function.
10678         (wl-address-string-without-group-list-contents): Ditto.
10679         (wl-complete-field-body): Fixed problem of completion
10680         by japanese petname.
10681         (wl-address-make-completion-list): Rewrite.
10682
10683 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10684
10685         * wl-address.el (wl-address-make-completion-list): Completion by
10686         petname.
10687         (wl-complete-field-body): Likewise.
10688
10689 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10690
10691         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10692         contains invalid address syntax.
10693
10694 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10695
10696         * wl-folder.el (wl-folder-check-entity-async): Use
10697         `elmo-nntp-spec-hostname'.
10698
10699 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10700
10701         * wl-summary.el (wl-summary-msgdb-load-async): Use
10702         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10703
10704 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10705
10706         * wl-draft.el (wl-draft-reply): Set argument
10707         `content-transfer-encoding' as nil.
10708
10709 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10710
10711         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10712         `wl-refile-alist'.
10713
10714 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10715
10716         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10717         (wl-draft-edit-string): Ditto.
10718         (wl-draft-forward): Ditto.
10719         * wl-summary.el (wl-summary-write): Ditto.
10720
10721 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10722
10723         * wl-summary.el (wl-summary-sync-update3): Call
10724         `wl-summary-buffer-number-column-detect'.
10725         (wl-summary-buffer-number-column-detect): Search from point-min.
10726
10727 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10728
10729         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10730         contains an address which is not included in original to or cc.
10731
10732 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10733
10734         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10735         begin-line does not exist.
10736         * wl-message.el (wl-message-uu-substring): Ditto.
10737
10738 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10739
10740         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10741         clear local variables.
10742         (wl-summary-exit): Call `elmo-commit'.
10743         (wl-summary-switch-to-clone-buffer): Call
10744         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10745         (wl-summary-goto-folder-subr): Ditto.
10746
10747         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10748         POP folder.
10749
10750 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10751
10752         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10753         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10754         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10755         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10756         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10757         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10758
10759         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10760
10761 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10762
10763         * wl-summary.el (wl-summary-search-by-subject):
10764         Search parent message from the latest one.
10765
10766 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10767
10768         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10769         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10770
10771         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10772         New user option.
10773
10774         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10775         if elmo-nntp-use-killed-list is nil.
10776         Use `elmo-msgdb-append-to-killed-list'.
10777         (Append numbers confirmed as disappeared to the killed list.)
10778         (wl-summary-confirm-appends): Don't display negative number.
10779
10780 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10781
10782         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10783
10784 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10785
10786         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10787         range is `all'.
10788         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10789         `elmo-list-bigger-diff'.
10790
10791 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10792
10793         * wl-summary.el (wl-summary-buffer-exit-func):
10794         New buffer local variable.
10795         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10796
10797 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10798
10799         * wl-demo.el (wl-demo): Fix the last change.
10800
10801 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10802
10803         * wl-demo.el (wl-demo): Don't use `eval'.
10804
10805 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10806
10807         * wl-summary.el (wl-summary-buffer-thread-modified):
10808         New buffer-local variable.
10809         (wl-summary-set-thread-modified): New function.
10810         (wl-summary-thread-modified-p): New function.
10811         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10812         (wl-summary-yank-saved-message): Use function
10813         `wl-summary-set-thread-modified'
10814         (wl-summary-switch-to-clone-buffer): Add
10815         `wl-summary-buffer-thread-modified'.
10816
10817         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10818         (wl-summary-buffer-mark-saved-hook): Ditto.
10819         * wl-summary.el (wl-summary-msgdb-save): New hook
10820         `wl-summary-buffer-message-saved-hook' and
10821         `wl-summary-buffer-mark-saved-hook'.
10822
10823 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10824
10825         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10826
10827 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10828
10829         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10830         don't hide scroll bars under FSF Emacsen because it may incur an
10831         undesirable redrawing.
10832
10833 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10834
10835         * wl-draft.el (wl-draft-edit-string): Call
10836         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10837
10838 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10839
10840         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10841
10842 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10843
10844         * wl-summary.el (wl-summary-msgdb-load-async): Call
10845         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10846
10847 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10848
10849         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10850         fringes in demo buffer; center bitmap logo correctly even if old
10851         Mule is used.
10852
10853 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10854
10855         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10856
10857         * wl-refile.el (wl-refile-subject-alist): New variable.
10858         (wl-refile-subject-alist-file-name): Ditto.
10859         (wl-refile-alist-setup): Rewrite.
10860         (wl-refile-alist-save): Use `elmo-object-save'.
10861         Eliminated arguments.
10862         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10863         (wl-refile-guess-by-subject): New function.
10864         (wl-refile-guess-func-list): Added it.
10865
10866 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10867
10868         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10869         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10870
10871 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10872
10873         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10874         New buffer-local variable.
10875         (wl-summary-buffer-next-folder-func): Ditto.
10876         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10877         if non-nil.
10878         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10879         if non-nil.
10880         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10881         if non-nil.
10882         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10883         if non-nil.
10884
10885 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10886
10887         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10888         permanently in the demo buffer.
10889
10890 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10891
10892         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10893         `mime-entity-fetch-field'.
10894
10895         * wl.el (wl-exit): Delete plugged buffer.
10896
10897         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10898         XEmacs has menubar feature.
10899
10900 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10901
10902         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10903         cannot arrive at the beginning of the buffer under old Emacsen.
10904
10905 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10906
10907         * wl-address.el (wl-address-ldap-search):
10908         Call `ldap-search-entries' with `withdn' argument t.
10909         (wl-complete-field-body): Bind completion-ignore-case as t.
10910         Clear ldap search hash when it was sole completion.
10911         Use elmo-string for pattern string.
10912         (wl-ldap-alias-safe-string): Eliminated needless let.
10913
10914 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10915
10916         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10917         (wl-ldap-alias-sep): New constant.
10918         (wl-ldap-search-attribute-type-list): Ditto.
10919         (wl-ldap-get-value): New function.
10920         (wl-ldap-make-filter): Ditto.
10921         (wl-ldap-make-matched-value-list): Ditto.
10922         (wl-ldap-alias-safe-string): Ditto.
10923         (wl-ldap-register-dn-string): Ditto.
10924         (wl-address-ldap-search): Rewrite.
10925
10926 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10927
10928         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10929         thread is deleted.
10930         (wl-thread-delete-line-from-buffer): Ditto.
10931         (wl-thread-get-exist-children): New function.
10932
10933 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10934
10935         * wl-demo.el (wl-demo): Made it to select various image types.
10936         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10937         from `wl-title-logo'.
10938         (wl-logo-ascii): New variable.
10939         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10940         (wl-demo-copyright-notice): New constant.
10941
10942         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10943
10944 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10945
10946         * wl-vars.el (wl-summary-target-above): Renamed from
10947         wl-summary-temp-above.
10948         * wl-score.el (wl-score-get-score-alist): Use it.
10949         (wl-summary-score-update-all-lines): Use it.
10950         * wl-summary.el: Ditto. (make-variable-buffer-local).
10951
10952 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10953
10954         * wl-vars.el (wl-ldap-port): New user option.
10955
10956         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10957         Rewite whole implementation.
10958         (wl-complete-field-body): Fixed.
10959
10960 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10961
10962         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10963         Choose implementation at compile time.
10964
10965 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10966
10967         * wl-address.el (wl-ldap-search-internal): New function.
10968         (wl-complete-field-to): Use it.
10969
10970 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10971
10972         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10973         Use `let' instead of `let*'.
10974         Require 'wl-vars.
10975
10976         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10977         Define as defcustom.
10978         (wl-ldap-base): Ditto.
10979         (wl-use-ldap): Ditto.
10980
10981 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10982
10983         * wl-address.el (wl-ldap-search): New function.
10984         (wl-complete-field-body): Use `wl-ldap-search'.
10985         (wl-ldap-server): New variable.
10986         (wl-ldap-base): Ditto.
10987         (wl-use-ldap): Ditto.
10988
10989 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10990
10991         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10992         (Pointed out by Mito <mit@nines.nec.co.jp>).
10993         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10994         buffer-local variables like `wl-summary-redisplay-internal'.
10995         (wl-summary-redisplay-all-header): Likewise.  Update
10996         Summary view too.
10997
10998 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10999
11000         * wl-summary.el (wl-summary-jump-to-parent-message):
11001         Consider prefix argument.
11002
11003         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
11004         when closed thread is deleted.
11005
11006 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
11007
11008         * wl-summary.el (wl-summary-jump-to-parent-message):
11009         Consider thread modification.
11010
11011 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
11012
11013         * wl-message.el (wl-message-normal-get-original-buffer): Use
11014         `save-excursion'.
11015
11016         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
11017         (wl-summary-showto-folder-regexp): Ditto.
11018
11019 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
11020
11021         * wl-util.el (wl-delete-alist): Doc fix.
11022         (wl-delete-associations): New function.
11023         (wl-inverse-alist): New function.
11024         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
11025         Split temporary variables. Use `wl-delete-associations'
11026         and `wl-inverse-alist'.
11027         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
11028
11029 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
11030
11031         * wl-folder.el (wl-folder-prefetch-entity):
11032         Execute prefetching if new count is unknown.
11033
11034 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11035
11036         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11037
11038         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11039         delete entity.
11040         (wl-thread-set-parent): If insert as top, set linked as nil.
11041
11042         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11043         `wl-thread-cleanup-symbols' when view mode is thread.
11044
11045 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11046
11047         * wl-folder.el (wl-folder-create-folder-entity): Use
11048         with-current-buffer.
11049         (wl-local-folder-init): Call set-buffer to make sure we are in
11050         the Folder buffer. Don't touch buffer-local variables here.
11051         (wl-folder-mode): Initialize buffer-local variables here.
11052
11053         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11054         (wl-folder-entity-assign-id): Ditto.
11055         (wl-folder-create-entity-hashtb): Ditto.
11056         (wl-local-folder-init): Ditto.
11057         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11058
11059 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11060
11061         * wl-summary.el (wl-summary-default-from): Fix probrem when
11062         std11-extract-address-components return (nil "foo@bar").
11063
11064 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11065
11066         * wl-draft.el (wl-draft-clone-local-variables):
11067         Remove redundant `setq'.
11068
11069 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11070
11071         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11072         Bind wl-highlight-x-face-func as nil while highlighting header.
11073
11074 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11075
11076         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11077
11078 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11079
11080         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11081         elmo-msgdb-overview-hashtb from copy-variables.
11082         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11083         instead of `elmo-msgdb-overview-get-entity-by-number'.
11084         (wl-summary-auto-refile): Ditto.
11085
11086         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11087         `elmo-msgdb-overview-get-entity' instead of
11088         `elmo-msgdb-search-overview-entity'.  Use
11089         `elmo-msgdb-overview-get-entity' instead of
11090         `elmo-msgdb-overview-get-entity-by-number'.
11091         (wl-thread-insert-entity-sub): Ditto.
11092         (wl-thread-insert-message): Ditto.
11093
11094         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11095         `elmo-msgdb-overview-get-entity'.
11096         (wl-normal-message-redisplay): Ditto.
11097
11098 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11099
11100         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11101         `wl-thread-entities'.
11102         (wl-thread-delete-message): Fix remove top message from
11103         `wl-thread-entity-list'.
11104
11105         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11106         wl-append(nconc), because update-list is broken on Meadow.
11107
11108         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11109         updating process.
11110         (wl-summary-rescan): Ditto.
11111         (wl-summary-sync-update3): Ditto.
11112         * wl-thread.el (wl-thread-set-parent): Renamed from
11113         `wl-summary-set-parent'.
11114         (wl-thread-insert-message): Updating buffer faster.
11115         (wl-thread-delete-message): Updating buffer faster.
11116
11117         * wl-score.el (wl-summary-score-update-all-lines): Changed
11118         interval for display progress gauge.
11119
11120 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11121
11122         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11123         folder always-sticky.
11124         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11125         defmacro.
11126
11127 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11128
11129         * wl-vars.el (wl-draft-add-references): New user option.
11130
11131         * wl-draft.el (wl-draft-add-references): New function.
11132         (wl-draft-yank-from-mail-reply-buffer): Use it.
11133         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11134         as nil.
11135
11136 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11137
11138         * wl-thread.el (wl-thread-update-line-msgs): Called
11139         `wl-thread-update-line-on-buffer-sub'.
11140         (wl-thread-update-line-on-buffer): Delete routine of inserting
11141         thread.
11142         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11143         moved from `wl-thread-update-line-on-buffer'.
11144         Add threshold for displaying progress gauge.
11145         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11146         argument of `wl-thread-update-line-msgs'.
11147         Add threshold for displaying progress gauge.
11148         * wl-folder.el:
11149         Add threshold for displaying progress gauge.
11150         * wl-score.el: Ditto.
11151
11152         * wl-expire.el (wl-summary-expire): Display deleting info.
11153
11154 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11155
11156         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11157         `no-msg'.
11158         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11159         argument of `wl-thread-update-line-msgs'.
11160         (wl-summary-set-parent): Added optional argument `parent-number'.
11161         (wl-summary-buffer-saved-message): New buffer local variable.
11162         (wl-summary-save-current-message): New command.
11163         (wl-summary-yank-saved-message): Ditto.
11164         (wl-summary-mode-map): Added key binding for
11165         `wl-summary-save-current-message' (\ew) and
11166         `wl-summary-yank-saved-message' (\C-y).
11167         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11168
11169 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11170
11171         * wl-summary.el (wl-summary-mode-map): Added key binding for
11172         `wl-summary-set-parent' (ts).
11173
11174 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11175
11176         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11177         subject faster. If thread number is reverse, delayed updating
11178         thread.
11179         (wl-summary-search-by-subject): Ditto.
11180         (wl-summary-put-alike): Ditto.
11181         (wl-summary-get-alike): Ditto.
11182         (wl-summary-insert-headers): Insert header of all overview in
11183         buffer.
11184         (wl-summary-rescan): Delayed updating thread. Kill search subject
11185         buffer for wl-summary-search-by-subject.
11186         (wl-summary-sync-update3): Ditto.
11187         (wl-summary-exit): Ditto.
11188         (wl-summary-goto-bottom-of-current-thread): Change for linked
11189         thread.
11190         (wl-summary-overview-create-summary-line): Change line for linked
11191         thread.
11192
11193         * wl-summary.el (wl-summary-update-thread): Use
11194         wl-thread-maybe-get-children-num.
11195         (wl-summary-set-parent): If change parent, move sub thread.
11196         (wl-summary-redisplay-internal): Add horizontal recenter.
11197         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11198
11199         * wl-thread.el (wl-thread-entity-get-linked): New function.
11200         (wl-thread-entity-set-linked): New function.
11201         (wl-thread-create-entity): Add linked element.
11202         (wl-thread-entity-insert-as-top): Use wl-append.
11203         (wl-thread-maybe-get-children-num): If closing thread, return
11204         children msgs.
11205         (wl-thread-update-line-msgs): Displaying progress message.
11206         (wl-thread-update-line-on-buffer-sub): Use
11207         wl-thread-maybe-get-children-num.
11208         (wl-thread-update-line-on-buffer): If update line is not exists,
11209         insert thread.
11210         (wl-thread-delete-message): If delete top msg of thread, search
11211         parent by subject.
11212         (wl-thread-insert-entity): Use
11213         wl-thread-maybe-get-children-num.
11214
11215         * wl-highlight.el (wl-highlight-summary-current-line): change
11216         sregexp for linked thread.
11217         * wl-util.el (wl-count-lines): Count lines.
11218         (wl-horizontal-recenter): horizontal recenter.
11219         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11220         (wl-score-get-alike): Ditto.
11221         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11222         (wl-subject-length-limit): New variable.
11223         (wl-highlight-thread-indent-string-regexp): Changed for linked
11224         thread.
11225
11226 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11227
11228         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11229         New variable (revival).
11230         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11231         by subject matching if there's no in-reply-to nor references field
11232         (revival).
11233
11234 \f
11235 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11236
11237         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11238         message.
11239
11240 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11241
11242         * wl-summary.el (wl-summary-reply): Return t if there was a
11243         message at cursor point.
11244         Added unwind-protect.
11245         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11246         returns t.
11247         (wl-summary-cancel-message): Do nothing when there's no message at
11248         cursor point.
11249         (wl-summary-forward): Ditto.
11250         (wl-summary-jump-to-parent-message): Ditto.
11251         (wl-summary-reedit): Ditto.
11252         (wl-summary-edit-addresses): Ditto.
11253         (wl-summary-pipe-message): Ditto.
11254         (wl-summary-print-message-with-ps-print): Ditto.
11255         (wl-summary-print-message): Ditto.
11256         (wl-summary-mark-as-important): Ditto.
11257         (wl-summary-mark-as-unread): Ditto.
11258
11259         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11260         message at cursor point.
11261         (wl-summary-reply-with-citation): Remove unwind-protect.
11262
11263         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11264         subject searching feature.
11265         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11266         Eliminated.
11267
11268 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11269
11270         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11271         New variable.
11272         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11273         by subject matching if there's no in-reply-to nor references field.
11274
11275         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11276
11277         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11278         when display is finished.
11279         (wl-folder-open-all): Ditto.
11280         (wl-folder-update-access-group): Ditto.
11281         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11282         * wl-thread.el (wl-thread-close-all): Ditto.
11283
11284         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11285         progress gauge only when it was displayed.
11286         * wl-folder.el (wl-folder-insert-entity): Ditto.
11287
11288 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11289
11290         * wl-summary.el (wl-summary-incorporate): Enclose
11291         `wl-summary-sync-force-update' with save-excursion.
11292
11293 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11294
11295         * wl-summary.el (wl-summary-prefetch-region):
11296         Pass current cursor point to `pos-visible-in-window-p' after
11297         moving cursor to the started point.
11298
11299 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11300
11301         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11302
11303         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11304         fields from the forwarding message.
11305         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11306         `ignored-fields'.
11307
11308 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11309
11310         * wl-mime.el (wl-message-request-partial):
11311         Eliminated argument `msgdb'.
11312         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11313         (wl-mime-combine-message/partial-pieces): Likewise.
11314         * tm-wl.el (wl-message-request-partial): Likewise.
11315         (wl-mime-combine-message/partial-pieces): Likewise.
11316
11317 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11318
11319         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11320         when display is finished.
11321
11322 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11323
11324         * wl-summary.el (wl-summary-goto-folder-subr):
11325         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11326
11327 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11328
11329         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11330         when cursor point is visible.
11331
11332 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11333
11334         * wl-expire.el (wl-expire-archive-get-max-number):
11335         Don't use `file-name-directory'.
11336
11337 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11338
11339         * wl-expire.el (wl-expire-archive-get-max-number):
11340         Use `file-name-directory'.
11341
11342 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11343
11344         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11345         only when there is progress.
11346
11347 2000-04-13  Mito <mit@nines.nec.co.jp>
11348
11349         * wl-summary.el (wl-summary-sync-marks): Display progress.
11350
11351 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11352
11353         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11354         (wl-summary-prev): Move cursor regardless of unread status.
11355         (wl-summary-next): Ditto.
11356
11357 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11358
11359         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11360         Added argument `target' and `number'.
11361         * tm-wl.el (wl-summary-burst-subr): New function.
11362         (wl-summary-burst): Use it.
11363
11364 2000-04-10  Mito <mit@nines.nec.co.jp>
11365
11366         * wl-mime.el (wl-burst): New function.
11367         (wl-summary-burst): Use it.
11368
11369 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11370
11371         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11372         as petname when there's no candidate.
11373
11374 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11375
11376         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11377         New variable.
11378         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11379
11380         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11381
11382         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11383
11384 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11385
11386         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11387         Use substring of `original' instead of buffer-substring.
11388         (wl-refile-evaluate-rule):
11389         Set `original' argument of wl-refile-expand-newtext.
11390
11391         * wl-summary.el
11392         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11393         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11394         (wl-summary-auto-refile): Check existence of destination folder just
11395         before marking.
11396
11397 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11398
11399         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11400         when wl-refile-get-field-value return nil.
11401
11402 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11403
11404         * wl-refile.el
11405         (wl-refile-expand-newtext): New function imported from Gnus.
11406         (wl-refile-evaluate-rule): Use it.
11407
11408 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11409
11410         * wl-summary.el (wl-summary-print-destination):
11411         Duplicate folder string to avoid putting text-property on
11412         original string.
11413
11414         * wl-refile.el (wl-refile-get-field-value): New function.
11415         (wl-refile-evaluate-rule): New function;
11416         Evaluate refile rule recursively.
11417         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11418         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11419         New function; Check existence of a target folder recursively.
11420         (wl-summary-auto-refile-check-refile-rule-alist):
11421         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11422
11423 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11424
11425         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11426
11427         * wl-folder.el (wl-create-folder-entity-from-buffer):
11428         Fixed problem when '}' character is contained in folder name.
11429
11430         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11431
11432 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11433
11434         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11435         (wl-fldmgr-add-completion-all-completions):
11436         Use wl-fldmgr-add-completion-hashtb.
11437
11438 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11439
11440         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11441         wl-fldmgr-add-completion-subr): New functions.
11442         * wl-folder.el (wl-folder-completion-func): New variable.
11443         * wl-summary.el (wl-summary-read-folder):
11444         Use wl-folder-completion-func.
11445
11446         * wl-refile.el: Eliminate throw & catch.
11447
11448         * wl.el (wl-plugged-sending-queue-status): Fixed.
11449
11450 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11451
11452         * wl-draft.el (wl-draft): Put category property on
11453         mail-header-separator.