wl-e21.el (wl-e21-make-toolbar-buttons): Work around the Emacs 24 error:
[elisp/wanderlust.git] / wl / ChangeLog
1 2011-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * wl-e21.el (wl-e21-make-toolbar-buttons): Work around the Emacs
4         24 error: "`keymap' is reserved for embedded parent maps"
5
6 2011-07-15  Herbert J. Skuhra  <hskuhra@fastmail.fm>
7
8         * wl-folder.el (wl-folder-open-unread-folder): Fix typo in
9         message.
10
11 2011-07-10  David Maus  <dmaus@ictsoc.de>
12
13         * wl-draft.el (wl-draft-send-mail-with-sendmail): New
14         function. Send mail with sendmail package.
15         * wl-vars.el (wl-draft-send-mail-function): Add function to list
16         of prepared send mail functions.
17
18 2011-06-03  Erik Hetzner  <egh@e6h.org>
19
20         * wl-vars.el (wl-summary-line-format): Document missing control
21         strings.
22
23 2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
24
25         * wl-demo.el (wl-demo-copyright-notice): Add 2011.
26
27 2011-01-29  David Maus  <dmaus@ictsoc.de>
28
29         * wl-draft.el (wl-user-agent-compose): Add optional argument
30         RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
31
32 2011-01-09  David Maus  <dmaus@ictsoc.de>
33
34         * wl-template.el (wl-template-select): Reset draft config exec
35         flag when selecting template.
36
37 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
40         * wl-mime.el (wl-draft-preview-message): Ditto.
41
42 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * wl-demo.el: Prune functions provided temporarily to avoid
45         compile warnings in the end.
46
47 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
48
49         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
50         the registered messages unless specified folder is a spam folder.
51         Add docstring.
52         (wl-spam-register-good-messages): Remove spam mark from
53         the registered messages.  Add docstring.
54         (wl-summary-register-as-spam)
55         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
56         (wl-summary-register-as-spam-all)
57         (wl-summary-target-mark-register-as-spam)
58         (wl-summary-register-as-good)
59         (wl-summary-register-as-good-region, wl-thread-register-as-good)
60         (wl-summary-register-as-good-all)
61         (wl-summary-target-mark-register-as-good): Add docstring.
62
63 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
64
65         * wl-summary.el: Delete trailing whitespace.
66
67 2010-08-27  Kenichi Okada  <okada@opaopa.org>
68
69         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
70         message human-readable.
71
72 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
75         (wl-highlight-folder-current-line): Ditto.
76         * wl-xmas.el (wl-draft-insert-signature): Ditto.
77         (wl-highlight-folder-current-line): Ditto.
78
79 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
80
81         * wl-address.el (wl-address-make-alist-from-alias-file): Use
82         `(delete-char -1)' instead of `(delete-backward-char 1)' that
83         deletes region in Emacs 24.
84         See delete-active-region described in NEWS.
85         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
86         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
87
88 2010-08-14  David Maus  <dmaus@ictsoc.de>
89
90         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
91         edit draft message when in draft folder.
92
93 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
96         instead of (delete-backward-char 1) that deletes region in Emacs 24.
97         See delete-active-region described in NEWS.
98
99 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
100
101         * wl-spam.el (wl-summary-register-as-spam-region)
102         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
103         (wl-thread-register-as-good): New functions.
104         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
105
106 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
107         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
108         images for the icon if there is only one image.
109
110 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
113         newline.
114         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
115         so as to match header tokens strictly.
116
117 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
118
119         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
120         for the message not classified as spam.
121         (wl-summary-test-spam-messages): New function.
122         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
123         instead of `wl-spam-map-spam-messages'.
124
125 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
126
127         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
128         (wl-summary-define-mark-action): Define unmark functions.
129         (wl-summary-unmark): Add the second argument `mark'.
130         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
131
132 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
133
134         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
135         autodecryption for draft preview.
136
137 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
138         * wl-summary.el (toplevel): New function
139         `wl-summary-toggle-mime-buttons' and keybinding to toggle
140         visibility of MIME buttons in message view mode.
141
142 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
143
144         * Version number is increased to 2.15.9.
145
146 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * wl-score.el (wl-score-followup): Remove verbose comment (same as
149         docstring).
150
151         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
152         Revert `save-excursion' for `wl-summary-jump-to-msg'.
153
154 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
157         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
158         semicolons, that should start at the left margin.
159         See. also (Info-goto-node "(elisp)Comment Tips").
160         * wl-acap.el (wl-acap-store): Ditto.
161         * wl-action.el (wl-summary-unset-mark): Ditto.
162         * wl-address.el (wl-address-ldap-search): Ditto.
163         * wl-demo.el (wl-demo-insert-image): Ditto.
164         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
165         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
166         (wl-draft-previous-history-element): Ditto.
167         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
168         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
169         (wl-folder-mode-map, wl-folder-get-prev-folder)
170         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
171         (wl-folder-check-entity-async)
172         (wl-create-folder-entity-from-buffer): Ditto.
173         * wl-fldmgr.el (toplevel): Ditto.
174         * wl-message.el (wl-message-buffer-cache-sort)
175         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
176         Ditto.
177         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
178         Ditto.
179         * wl-summary.el (toplevel, wl-summary-mode)
180         (wl-summary-edit-addresses, wl-summary-sync-update)
181         (wl-summary-stick): Ditto.
182         * wl-thread.el (toplevel, wl-thread-insert-message)
183         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
184         * wl-util.el (toplevel): Ditto.
185         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
186         Ditto.
187
188 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * Version number is increased to 2.15.8.
191
192         * wl-message.el (wl-message-uu-substring): Suppress compile
193         warnings; Use `with-current-buffer' instead of `save-excursion' &
194         `set-buffer'.
195         * wl-mime.el (wl-draft-yank-current-message-entity)
196         (wl-mime-preview-follow-no-mime)
197         (wl-mime-preview-follow-current-region): Ditto.
198         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
199         (wl-summary-switch-to-clone-buffer)
200         (wl-summary-target-mark-forward)
201         (wl-summary-target-mark-reply-with-citation)
202         (wl-summary-target-mark-uudecode): Ditto.
203
204         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
205         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
206         * wl-summary.el (wl-summary-narrow-to-region)
207         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
208
209         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
210         instead of `int-to-string'.
211         * wl-dnd.el (wl-dnd-start-drag): Ditto.
212         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
213         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
214         * wl-util.el (wl-url-nntp): Ditto.
215
216         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
217         (wl-plugged-dop-queue-status): Don't quote `lambda'.
218         * wl-thread.el (wl-thread-delete-message): Ditto
219         * wl-summary.el (wl-summary-edit-addresses)
220         (wl-summary-edit-addresses-collect-candidate-fields)
221         (wl-summary-search-by-subject): Ditto.
222         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
223         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
224         (wl-fldmgr-add-completion-subr): Ditto.
225         * wl-draft.el (wl-smtp-extension-bind)
226         (wl-draft-insert-get-message, wl-draft-default-headers)
227         (wl-jump-to-draft-buffer): Ditto.
228         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
229         (wl-summary-down): Ditto.
230         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
231         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
232         * wl-folder.el (wl-folder-make-save-access-list)
233         (wl-folder-update-access-group, wl-folder-pick): Ditto.
234
235 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
236
237         * wl-draft.el (wl-draft-default-headers): Suppress warning
238         "defsubst `wl-draft-default-headers' was used before it was
239         defined"; Use `defun' instead of `defsubst'.
240
241         * wl-address.el (wl-address-header-extract-address)
242         (wl-address-header-extract-realname): Fix mail-address in
243         docstring.
244
245         * wl-expire.el (wl-expire-make-sortable-date): Macro to
246         inline-function.
247         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
248         Macro to function.
249         (wl-folder-get-entity-from-buffer): Macro to function.
250         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
251         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
252         * wl.el (wl-plugged-string): Macro to function.
253
254         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
255         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
256         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
257         Macro to function.
258
259         * wl-thread.el (wl-thread-open, wl-thread-close): Use
260         `point-at-bol', `point-at-eol'.
261
262         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
263         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
264         `(string-to-char " ")' instead of `? ', `?\ '.
265         * wl-action.el (wl-summary-print-argument): Ditto.
266         * wl-address.el (wl-complete-field-body): Ditto.
267         * wl-demo.el (wl-demo-insert-image): Ditto.
268         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
269         * wl-util.el (wl-ask-folder, wl-set-string-width)
270         (wl-y-or-n-p-with-scroll): Ditto.
271
272         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
273         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
274         verbose point move.
275
276         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
277         and `point-at-eol'.
278         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
279         Ditto.
280
281 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
282
283         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
284         `(beginning-of-line) (point)'.
285
286         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
287         (wl-fldmgr-delete-line): Change from macro to function. Use
288         `point-at-bol' and `point-at-eol'.
289
290         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
291         `function' for lambda.
292
293         * wl.el (wl-plugged-server-indent): Change from macro to function.
294
295         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
296
297         * wl-draft.el (wl-draft-config-body-goto-header)
298         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
299         macro to function.
300
301         * wl-score.el (wl-score-get-alike): Change from macro to
302         inline-function.
303
304         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
305         instead of `mapcar'. Don't use `function' for lambda.
306         (wl-read-search-condition-internal): Don't use `function' for
307         lambda.
308         (wl-kill-buffers): Change from macro to function.
309         (wl-count-lines): Change from macro to inline-function.
310
311         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
312
313         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
314
315         * wl.el (wl-plugged-change): Suppress compile warnings; Use
316         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
317         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
318         * wl-address.el (wl-complete-window-show): Ditto.
319         * wl-message.el (wl-message-select-buffer): Ditto.
320         * wl-template.el (wl-template-show): Ditto.
321         * wl-util.el (wl-collect-summary): Ditto.
322         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
323         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
324         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
325         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
326         (wl-score-edit-insert-number): Ditto.
327
328         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
329         symbol.
330
331         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
332         of `goto-line'.
333
334         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
335
336 2009-12-16  Lloyd Zusman <ljz@asfast.com>
337
338         * wl-summary.el (wl-summary-detect-mark-position): Force
339         the temporary buffer to enable the use of multibyte characters
340         within searches [wl-en:2460].
341
342 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
345         of `beginning-of-buffer'.
346
347 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
348
349         * wl-summary.el (wl-summary-display-raw): New function, display
350         message in raw format.
351
352 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
353
354         * Version number is increased to 2.15.7.
355
356 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
357
358         * wl-summary.el (wl-summary-previous-message-number): New function.
359         (wl-summary-next-message-number): Ditto.
360         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
361         `wl-summary-next-message-number'.
362         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
363         Inline temporary variable `cur-id'.
364         (wl-summary-get-next-unread-folder): Ditto.
365         (wl-summary-get-next-folder): Ditto.
366         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
367
368 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
369
370         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
371
372 2008-09-05  Kenichi Okada  <okada@opaopa.org>
373
374         * wl-summary.el (wl-summary-buffer-folder-name)
375         (wl-draft-config-body-goto-header): Use backquote instead of quote.
376         * wl-draft.el (wl-draft-body-goto-top)
377         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
378
379 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
380
381         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
382         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
383
384 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
385
386         * wl-expire.el: Fix Comentary section.
387
388 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
389
390         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
391         Require mime-parse, elmo-mime, and wl-util.
392
393         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
394
395         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
396
397 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
398
399         * wl-template.el: Require elmo-util and wl-vars.
400
401         * wl-mime.el (wl-mime-display-header): Revert last change.
402         Remove `delete-matching-lines "^$"'.
403
404 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
405
406         * wl-mime.el (wl-define-dummy-functions): Split
407         `eval-when-compile' form for avoid error; when `make
408         compile-strict.
409
410         * wl-util.el: Move (eval-when-compile (require 'static)).
411         * wl-dnd.el: Add (eval-when-compile (require 'static)).
412         * wl-message.el: Ditto.
413
414         * wl-mime.el (wl-message-delete-current-part): Use
415         `insert-buffer-substring' instead of `insert-buffer'.
416         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
417         * wl-draft.el (wl-draft-generate-clone-buffer)
418         (wl-draft-do-mime-bcc): Ditto.
419
420         * wl-address.el: Add (eval-when-compile (require 'cl)).
421         * wl-addrmgr.el: Ditto.
422         * wl-mime.el: Ditto.
423         * wl-util.el: Ditto.
424         * wl-score.el: Ditto.
425
426 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
427
428         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
429         `string-to-int'.
430
431         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
432         `string-to-int'.
433
434         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
435         `string-to-number' instead of `string-to-int'.
436
437         * wl-summary.el (wl-summary-get-list-info)
438         (wl-summary-message-number): Use `string-to-number' instead of
439         `string-to-int'.
440
441         * wl-score.el (wl-score-overview-entity-get-lines)
442         (wl-score-set-mark-below, wl-score-set-expunge-below)
443         (wl-summary-increase-score, wl-score-get-header-entry): Use
444         `string-to-number' instead of `string-to-int'.
445
446         * wl-folder.el (wl-folder-update-diff-line): Use
447         `string-to-number' instead of `string-to-int'.
448
449         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
450         instead of `string-to-int'.
451
452         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
453         instead of `string-to-int'.
454
455         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
456         `string-to-int'.
457
458 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
459
460         * wl-util.el (wl-match-string, wl-match-buffer)
461         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
462         (wl-kill-buffers, wl-local-variable-p)
463         (wl-line-formatter-setup): New backquote style.
464         (wl-count-lines): Use quote instead of backquote.
465
466         * wl-summary.el (wl-summary-buffer-folder-name)
467         (wl-summary-get-alike): Use quote instead of backquote.
468         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
469         backquote style.
470
471         * wl-message.el (wl-message-buffer-cache-buffer-get)
472         (wl-message-buffer-cache-folder-get)
473         (wl-message-buffer-cache-message-get)
474         (wl-message-buffer-cache-entry-make)
475         (wl-message-buffer-cache-hit): New backquote style.
476
477         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
478         backquote.
479         (wl-folder-unread-regex, wl-folder-entity-exists-p)
480         (wl-folder-clear-entity-info)
481         (wl-folder-get-entity-info, wl-folder-set-entity-info)
482         (wl-folder-elmo-folder-cache-get)
483         (wl-folder-elmo-folder-cache-put): New backquote style.
484
485         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
486         (wl-fldmgr-assign-id): Ditto.
487         (wl-fldmgr-delete-line): Use quote instead of backquote.
488         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
489
490         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
491         (wl-draft-set-sent-message): New backquote style.
492         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
493         (wl-draft-config-body-goto-header): Use quote instead of backquote.
494
495 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
496
497         * wl-address.el (wl-address-concat-token): Fix typo.
498
499 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
500
501         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
502         (wl-score-get-alike): Ditto.
503
504         * wl-vars.el: New backquote style.
505         (wl-message-header-button-alist): Use quote instead of backquote.
506
507         * wl.el (wl-plugged-string): New backquote style.
508
509         * wl-address.el (wl-address-concat-token): New backquote style.
510
511         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
512
513 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
514
515         * wl-highlight.el (wl-highlight-folder-opened-regexp)
516         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
517
518         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
519         in the character alternative.
520
521 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
522
523         * Version number is increased to 2.15.6.
524
525 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
526
527         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
528         optional 3rd argument of epg-context-set-progress-callback; it was
529         temporarily removed in the Emacs trunk due to copyright problem.
530         (wl-mime-pgp-verify-region-with-epg): Ditto.
531
532 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
533
534         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
535
536 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
537
538         * wl-util.el (wl-biff-check-folders): Set biff flag.
539         (from Naoto Morishima [wl:14031])
540
541 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
542
543         * wl.el (wl-plugged-server-indent): Use quote instead of
544         backquote.
545
546 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
547
548         * wl-score.el (wl-score-insert-header): Add guard for
549         `std11-unfold-string'.
550         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
551         TYPE artgument when TO or CC field.
552
553 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-summary.el (wl-summary-goto-folder-subr): Call
556         `elmo-folder-close' instead of `elmo-folder-commit' if discard
557         current summary.
558
559 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-util.el (wl-read-shell-commande): New function or alias.
562
563         * wl-summary.el (wl-summary-pipe-message): Use
564         `wl-read-shell-command' instead of `read-string'.
565         (wl-summary-target-mark-pipe): Ditto.
566
567 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
568
569         * wl-summary.el (wl-summary-reply): Fix docstring.
570         * wl-draft.el (wl-draft-reply): Ditto.
571
572 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-mime.el (wl-summary-extract-attachments): New command.
575         (wl-summary-extract-attachments-1): New internal function.
576
577 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-expire.el (wl-expire-folder): New function (split from
580         wl-summary-expire).
581         (wl-summary-expire): Use it. Add argument `all' instead of remove
582         `nolist'. Cause an error only if this function is calling
583         interactively.
584
585 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-expire.el (wl-expire-refile): Display progress message.
588         (wl-summary-expire): Simplify.
589
590         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
591         unused argument `deleting-info'.
592
593 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-vars.el (wl-message-popup-buffers): New user option.
596
597         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
598         (wl-message-delete-popup-windows): New function that substitues
599         above one.
600         (wl-mime-setup): Follow the above change.
601
602 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
603
604         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
605
606 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
607
608         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
609         "tkm" to wl-thread-spam.
610
611 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-thread.el (wl-thread-entity-insert-as-children): Use
614         wl-thread-entity-set-children.
615         (wl-thread-insert-message, wl-thread-insert-entity-sub,
616         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
617         Use wl-thread-entity-get-*.
618
619 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-mime.el (wl-epg-progress-callback): New function.
622         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
623         with `elmo-with-progress-display'. Set a progress callback
624         function to epg-context.
625         (wl-mime-pgp-verify-region-with-epg): Ditto.
626
627 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-util.el (wl-completing-read-multiple): Define as an alias of
630         `completing-read-multiple' if emacs-version is not less than 22.
631
632 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
635         change.
636
637 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-summary.el (wl-summary-sync-update): Move
640         `wl-thread-update-indent-string-thread' to outside of
641         `elmo-with-progress-display'.
642
643 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-message.el (wl-message-exit): Check buffer existence.
646
647 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-util.el (wl-simple-display-progress): New function.
650         (wl-display-progress-with-gauge): Ditto.
651         (wl-progress-callback-function): Ditto.
652
653         * wl.el (wl-init): Set `elmo-progress-callback-function' as
654         `wl-progress-callback-function'
655
656         * wl-vars.el (wl-display-progress-threshold): New user option.
657         (wl-display-progress-function): Ditto.
658
659         * Version number is increased to 2.15.5.
660
661 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-thread.el (wl-thread-close-children): New function.
664         (wl-thread-open-children): Ditto.
665         * wl-action.el (wl-summary-set-mark): Redo the last change by
666         using it.
667
668         * wl-action.el (wl-summary-set-mark): Undo the last change.
669         Forbid interactive call.
670
671 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-mime.el (wl-define-dummy-functions): New macro.
674         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
675         `wl-mime-pgp-decrypt-region'.
676         (wl-mime-pgp-verify-region-with-epg): Renamed from
677         `wl-mime-pgp-verify-region'.
678         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
679         `wl-mime-pgp-decrypt-region'.
680         (wl-mime-pgp-verify-region-with-pgg): Renamed from
681         `wl-mime-pgp-verify-region'.
682         (wl-mime-pgp-decrypt-region): New function; To select dispatch
683         function at runtime.
684         (wl-mime-pgp-verify-region): Ditto.
685
686         * wl-vars.el (wl-use-pgp-module): New user option.
687
688 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
691         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
692
693 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
696         even if there are target marks only.
697
698 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * Version number is increased to 2.15.4.
701
702 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-folder.el (wl-folder-check-one-entity): Simplify.
705
706 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
709         variable.
710
711 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
712
713         * wl-spam.el (wl-thread-test-spam): New function.
714         (wl-spam-setup): Bind "tkc".
715
716 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-expire.el (wl-folder-expire-entity): Rewite without
719         `wl-summary-goto-folder-subr'.
720         (wl-folder-expire-current-entity): Don't kill summary buffer.
721
722 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-folder.el (wl-folder-sync-entity): Rewrite without
725         `wl-summary-goto-folder-subr'.
726         (wl-folder-mark-as-read-all-entity): Likewise.
727
728         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
729
730 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-thread.el (wl-thread-force-open): Arranged.
733
734 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
737         from regexp.
738
739         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
740         (wl-read-search-condition-internal): Append them.
741
742 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-vars.el (wl-additional-search-condition-fields):
745         New user option.
746
747         * wl-util.el (wl-search-condition-fields): New function; export
748         from `wl-read-search-condition-internal'.
749         (wl-read-search-condition-internal): Use it.
750
751         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
752
753 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-define-sort-command): New function.
756         (wl-summary-sort-by-date, wl-summary-sort-by-number)
757         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
758         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
759         define by `wl-summary-define-sort-command' at runtime.
760
761         * wl.el (wl-init): Call wl-summary-define-sort-command.
762
763 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
766         properties at the decrypting region.
767
768 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-util.el (wl-find-region): New function.
771
772         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
773         coding system.
774         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
775         property `wl-mime-decoded-coding-system'.
776         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
777         property `wl-mime-decoded-coding-system' to encode text.
778
779         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
780         message.
781         (wl-mime-pgp-verify-region): Ditto.
782
783 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
786         buffer. Use epa-display-verify-result.
787
788 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
789
790         * wl-draft.el (wl-draft-send): Continue even if setting parent
791         flag was failed.
792
793 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-message.el (wl-message-flag-indicator): Fixed the problem
796         of returning string only of parentheses.
797
798 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-summary.el (wl-summary-write): Add argument `folder'.
801         (wl-summary-write-current-folder): Change argument `folder' from
802         optional to require.
803         (wl-summary-get-buffer): Return the buffer associated folder only.
804
805         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
806         change.
807         (wl-folder-toggle-disp-summary): Ditto.
808
809         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
810         current summary as parent-folder.
811
812 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
813
814         * wl-draft.el (wl-draft-reedit): Don't overwrite
815         wl-draft-parent-folder.
816
817 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
820         (wl-mime-pgp-verify-region): Ditto.
821         (wl-message-decrypt-pgp-nonmime): Use the above function.
822         (wl-message-verify-pgp-nonmime): Likewise.
823         (wl-mime-preview-application/pgp): Likewise.
824
825 2006-04-20  Kenichi Okada  <okada@opaopa.org>
826
827         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
828         Fix about the order of `wl-nntp-posting-port' and
829         `wl-nntp-posting-stream-type'.
830         * wl.el (wl-plugged-port-label-alist): Add smtp.
831
832 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-summary.el (wl-summary-message-status): New macro.
835
836         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
837         (wl-summary-killed-mark): New user option.
838
839         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
840         API change.
841         (wl-thread-insert-entity-sub): Ditto.
842         (wl-thread-recover-messages): New command.
843
844         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
845         Don't call `wl-highlight-summary-current-line' directly.
846         (wl-summary-buffer-attach): Connect to signal `status-changed'
847         instead of `cache-changed'.
848         (wl-summary-buffer-detach): Follow the above change.
849         (wl-summary-detect-mark-position): Follow the API change.
850         (wl-summary-rescan-message): Ditto.
851         (wl-summary-insert-sequential): Ditto.
852         (wl-summary-update-thread): Ditto.
853         (wl-summary-message-mark): Ditto.
854         (wl-summary-persistent-mark): Ditto.
855         (wl-summary-create-line): Ditto.
856         (wl-summary-prefetch-region-no-mark): Call
857         `wl-summary-persistent-mark' with number.
858         (wl-summary-recover-messages-region): New command.
859         (wl-summary-target-mark-recover): Ditto.
860         (wl-summary-recover-message): Ditto.
861         (wl-summary-persistent-mark-string): Add argument `status' instead
862         of remove arguments `flags' and `cached'.  Treat killed status.
863         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
864
865         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
866         (wl-highlight-summary-line-face-spec): Treat killed status.
867         (wl-highlight-summary-line-string): Follow the API change.
868         (wl-highlight-summary-current-line): Ditto.
869
870         * Version number is increased to 2.15.3.
871
872 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
875         of symbolp to test whether the condition is function.
876
877 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
878
879         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
880         to nil.
881
882 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-summary.el (wl-summary-buffer-message-ring): New internal
885         variable.
886         (wl-summary-buffer-last-displayed-msg): Abolish.
887         (wl-summary-push-message): New function.
888         (wl-summary-pop-message): Ditto.
889         (wl-summary-goto-folder-subr): Reset
890         `wl-summary-buffer-message-ring'.
891         (wl-summary-pop-to-last-message): New command.
892         (wl-summary-goto-last-displayed-msg): Call
893         wl-summary-pop-to-last-message if optional argument is non-nil or
894         the last command is itself.
895         (wl-summary-redisplay-internal): Push last message number into
896         `wl-summary-buffer-message-ring'.
897
898         * wl-vars.el (wl-summary-message-ring-max): New user option.
899
900 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
903         from `wl-draft-reply').
904         (wl-draft-reply): Use it.
905         (wl-draft-find-reply-headers): Avoid compile warning.
906
907 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
910
911 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-message.el (wl-message-flag-indicator): New function.
914         (wl-message-redisplay): Use it.
915
916 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
919
920 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
923         instead of `read-event'.
924
925         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
926
927         * wl-mule.el (wl-read-event-char): Ditto.
928
929         * wl-e21.el (wl-read-event-char): Ditto.
930
931 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
932
933         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
934
935 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-vars.el (wl-draft-send-confirm-type): New user option.
938
939         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
940
941         * wl-draft.el (wl-draft-send-confirm): Confirmation by
942         `wl-draft-send-confirm-type'
943
944 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
945
946         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
947         Avoid error when the buffer name is already used.
948
949 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
950
951         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
952         the change of elmo-nmz -> elmo-search.
953         (wl-highlight-summary-line-help-echo-alist): Ditto.
954         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
955         (wl-nmz-folder-icon): Define as obsolete.
956         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
957         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
958
959 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-summary.el (wl-summary-get-list-info): Rewrite with
962         `elmo-find-list-match-value'
963
964 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
965
966         * wl-summary.el (wl-summary-get-list-info): Optimize.
967         Use List-Id and List-Post also.
968
969 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
972
973 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
974
975         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
976
977 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-util.el (wl-completing-read-multiple-1): New internal function.
980         (wl-completing-read-multiple-2): Ditto.
981         (wl-completing-read-multiple): Define use above functions.
982
983         * wl-summary.el (wl-summary-sort): Removed the workaround for a
984         bug of `completing-read-multiple' about default value.
985
986         * wl-xmas.el (wl-completing-read-multiple): Removed.
987
988         * wl-mule.el (wl-completing-read-multiple): Ditto.
989
990         * wl-e21.el (wl-completing-read-multiple): Ditto.
991
992 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
993
994         * wl-util.el (wl-filter-associations): New function.
995
996         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
997         (wl-spam-ignored-folder-list): Ditto.
998         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
999         (wl-spam-string-member-p): New function.
1000         (wl-spam-domain): Use it.
1001         (wl-spam-split-numbers): New function.
1002         (wl-spam-apply-partitions): Ditto.
1003         (wl-spam-register-spam-messages): Use `folder' instead of
1004         `wl-summary-buffer-elmo-folder'.
1005         (wl-spam-register-good-messages): Ditto.
1006         (wl-summary-exec-action-spam): Decide a domain by real folder of
1007         message.
1008         (wl-summary-exec-action-refile-with-register): Likewise.
1009
1010 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-e21.el (wl-e21-find-image): New function.
1013         (wl-e21-setup-toolbar): Use it instead of `find-image'.
1014         (wl-e21-highlight-folder-group-line): Ditto.
1015         (wl-folder-init-icons): Ditto.
1016         (wl-plugged-init-icons): Ditto.
1017         (wl-biff-init-icons): Ditto.
1018
1019 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
1022         (wl-inhibit-save-drafts): New internal variable.
1023         (wl-disable-auto-save): Ditto.
1024         (wl-save-drafts): Treat above variables.
1025         (wl-auto-save-drafts): New function.
1026         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
1027         `wl-stop-save-drafts'.
1028         (wl-start-save-drafts): New function.
1029         (wl-stop-save-drafts): Ditto.
1030         (wl-set-auto-save-draft): New command.
1031
1032         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
1033         `wl-set-save-drafts'.
1034
1035 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1038         `make-local-variable' instead of `make-variable-buffer-local'.
1039
1040 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1043
1044 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1045
1046         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1047
1048 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1051         of working buffer.
1052
1053 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1056
1057         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1058         value into recipients; Bind `wl-draft-remove-group-list-contents'
1059         as nil.
1060
1061 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-summary.el (wl-summary-sort): Fixed the last change.
1064
1065         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1066         (wl-summary-sort-messages): Ditto.
1067         (wl-summary-rescan): Use it.
1068         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1069         `completing-read'; Append candidates for reverse order.
1070
1071 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * Version number is increased to 2.15.2.
1074
1075 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1076
1077         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1078         "Smaller".
1079         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1080
1081 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1084
1085 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1088         customize group `wl-draft'.
1089         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1090         `wl-draft'.
1091         (wl-draft-add-references): Ditto.
1092
1093         * wl-action.el (wl-summary-print-argument): Rename argument from
1094         `folder' to `data'.
1095
1096 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-summary.el (wl-summary-rescan-message): Call
1099         `wl-thread-cleanup-symbols' before insert thread.
1100
1101 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl.el (wl-init): Set `elmo-get-folder-function' as
1104         `wl-folder-make-elmo-folder'.
1105
1106         * wl-spam.el (wl-summary-exec-action-spam): Use
1107         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1108
1109         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1110         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1111         `elmo-make-folder'.
1112         (wl-folder-get-elmo-folder): Ditto.
1113         (wl-folder-create-subr): Simplify.
1114
1115 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1118
1119 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1122         contents in message buffer instead of original buffer. If optional
1123         argument specified, ask coding system for encode.
1124
1125 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1126
1127         * wl-spam.el (wl-summary-test-spam-region): New function.
1128         (wl-spam-setup): Bind "rkc".
1129
1130 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1131
1132         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1133
1134 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1135
1136         * wl-spam.el (wl-summary-test-spam): Fix typo.
1137         (wl-message-check-spam): Ditto.
1138
1139 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-summary.el (wl-summary-default-from): Simplify.
1142
1143 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1146         (wl-summary-exec-action-copy): Ditto.
1147         (wl-summary-auto-refile): Check existence of temporary mark.
1148
1149 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-summary.el (wl-summary-create-line): Use
1152         `elmo-time-to-datevec'.
1153
1154         * wl-expire.el (wl-expire-archive-date): Ditto.
1155         (wl-expire-localdir-date): Ditto.
1156
1157         * wl-util.el (wl-day-number): Abolish.
1158
1159         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1160         of `wl-day-number'.
1161         (wl-score-followup): Ditto.
1162         (wl-score-add-followups): Ditto.
1163         (wl-score-get-latest-msgs): Ditto.
1164         (wl-score-get-header-entry): Ditto.
1165         (wl-score-edit-insert-date): Ditto.
1166
1167 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1170         `elmo-message-entity-field' with 2nd argument `type'.
1171
1172 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1173
1174         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1175
1176 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * wl-thread.el (wl-thread-delete-message): Delete descendant
1179         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1180
1181 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1182
1183         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1184
1185 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1188         `Access folder'.
1189
1190 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-vars.el (wl-access-folder-icon): New user option.
1193
1194         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1195         `Access folder'.
1196
1197 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-summary.el (wl-summary-buffer-set-folder): Use
1200         `wl-folder-mime-charset'.
1201
1202         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1203         `mime-charset'.
1204         (wl-folder-get-elmo-folder): Ditto.
1205         (wl-folder-mime-charset): New function.
1206
1207 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-util.el (wl-parse-addresses): Define alias of
1210         `elmo-parse-addresses' (move to `elmo-util.el').
1211
1212         * wl-summary.el (wl-summary-default-from): Follow the API change.
1213         (wl-summary-overview-entity-compare-by-date): Ditto.
1214         (wl-summary-overview-entity-compare-by-from): Ditto.
1215         (wl-summary-get-list-info): Get value of `ml-info' field from
1216         entity at first.
1217         (wl-summary-rescan-message): Treat prefix argument.
1218         (wl-summary-prefetch-msg): Follow the API change.
1219         (wl-summary-search-by-subject): Ditto.
1220         (wl-summary-insert-thread): Ditto.
1221         (wl-summary-line-subject): Ditto.
1222         (wl-summary-line-from): Ditto.
1223         (wl-summary-create-line): Ditto.
1224         (wl-summary-print-message-with-ps-print): Ditto.
1225
1226         * wl-score.el (wl-score-ov-entity-get): Ditto.
1227         (wl-score-followup): Ditto.
1228         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1229         of `car'.
1230         (wl-score-get-latest-msgs): Follow the API change.
1231         (wl-score-get-header): Ditto.
1232
1233         * wl-refile.el (wl-refile-learn): Ditto.
1234         (wl-refile-subject-learn): Ditto.
1235         (wl-refile-get-field-value): Ditto.
1236         (wl-refile-guess-by-history): Ditto.
1237         (wl-refile-guess-by-subject): Ditto.
1238
1239         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1240
1241         * wl-expire.el (wl-expire-date-p): Removed.
1242         (wl-expire-archive-date): Follow the API change.
1243         (wl-expire-localdir-date): Ditto.
1244         (wl-summary-expire): Ditto.
1245
1246         * Version number is increased to 2.15.1.
1247
1248 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1251         group is access or not (it is not strict, like wl-fldmgr-rename).
1252
1253 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1254
1255         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1256         duplicate call of `wl-summary-print-argument' on the wrong line.
1257
1258 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1261         even if argument `number' is nil.
1262         (wl-summary-insert-line): Print action argument if current message
1263         has it.
1264
1265 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1268         (wl-draft-reply): Ditto.
1269         (wl-draft): Add optional argument `parent-number' and call
1270         `wl-draft-create-buffer' with it.
1271         (wl-draft-create-buffer): Add optional argument
1272         `parent-number'. Set wl-draft-parent-number as it.
1273
1274 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1275
1276         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1277         buffer is not for given folder, don't use it.
1278
1279 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1280
1281         * Version number is increased to 2.15.0.
1282
1283 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1286
1287         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1288         (wl-highlight-get-face-by-name): New internal function.
1289         (wl-highlight-summary-line-face-spec): Use it and fixed.
1290
1291 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-summary.el (wl-summary-sync-update): Use
1294         `elmo-message-entity-field' instead of `car' to get message-id
1295         from overview entity.
1296
1297         * wl-summary.el (wl-summary-rescan-message): Call
1298         `wl-highlight-summary-displaying' when displaying a message.
1299
1300 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1301
1302         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1303         `wl-draft-config-info-operation'.
1304         (wl-draft-buffer-change-number): New function.
1305         (wl-draft-rename-saved-config): Ditto.
1306         * wl.el (wl-init): Connect slot for message-number-changed.
1307         (toplevel): Add autoload for wl-draft-rename-saved-config.
1308
1309 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310
1311         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1312         `update-overview'
1313         (wl-summary-buffer-detach): Disconnect from it.
1314         (wl-summary-rescan-message): Use command.
1315
1316         * wl-message.el (wl-message-buffer-display): Use
1317         `with-current-buffer' instead of `save-excursion'.
1318
1319 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1322         wl-draft-preview-attributes-list from distraction.
1323
1324 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1327         `elmo-list-diff'.
1328
1329 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-summary.el
1332         (wl-summary-edit-addresses-collect-candidate-fields): Use
1333         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1334
1335         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1336         instead of `elmo-set-work-buf'.
1337
1338         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1339         (wl-address-make-address-list): Ditto.
1340
1341         * Version number is increased to 2.13.3.
1342
1343 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1346         user option.
1347
1348         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1349         argument `5'.
1350
1351         * wl-message.el (wl-message-display-no-merge-p): New function.
1352         (wl-message-buffer-display): Check whether the message is
1353         reassembled and follow the API change.
1354
1355 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1358         multibyte on working buffer and removed unnecessary
1359         `buffer-disable-undo'.
1360
1361 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1364         change.
1365
1366 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-util.el (wl-read-search-condition-internal): Protect
1369         elmo-global-flags from distraction.
1370
1371 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1374
1375         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1376         (wl-summary-event-handler): Ditto.
1377         (wl-summary-update-persistent-mark-on-event): New
1378         function (renamed from `elmo-event-handler-flag-changed').
1379         (wl-summary-buffer-attach): New function.
1380         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1381         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1382         instead of `elmo-folder-add-handler'.
1383
1384         * Version number is increased to 2.13.2.
1385
1386 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1389         and "\177" to the `wl-news-previous-page'.
1390         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1391         (wl-news-previous-page): New function.
1392
1393 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1396         instead of `write-region' and simplify.
1397
1398 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-template.el (wl-template-select): Cause error if
1401         `wl-template-alist' is nil.
1402
1403 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1404
1405         * wl-news.el.in: Set file variable `no-byte-compile'.
1406
1407 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1410         whether a target message is within displaying area.
1411         (elmo-event-handler-cache-changed): Ditto.
1412
1413 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1414
1415         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1416         to `defun'.  Use `nconc' instead of `append' to collect descendant
1417         message numbers.
1418
1419 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1420
1421         * wl-thread.el (wl-thread-save-top-list)
1422         (wl-thread-save-entities): Use `with-temp-buffer'.
1423         * wl-news.el.in (wl-news-previous-version-load):
1424         (wl-news-previous-version-save): Ditto.
1425         * wl-summary.el (wl-summary-load-file-object)
1426         (wl-summary-save-view-cache): Ditto.
1427
1428 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * wl-util.el (toplevel): Require 'elmo-flag'.
1431         (wl-read-search-condition): New function (Renamed from
1432         `elmo-read-search-condition').
1433         (wl-read-search-condition-internal): Likewise.
1434
1435         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1436         invalid.
1437         (wl-summary-pick): Use `wl-read-search-condition' instead of
1438         `elmo-read-search-condition'.
1439         (wl-summary-virtual): Ditto.
1440
1441         * wl-folder.el (wl-folder-virtual): Ditto.
1442         (wl-folder-pick): Ditto.
1443
1444         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1445
1446 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-summary.el (wl-summary-reedit): Call
1449         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1450
1451 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1452
1453         * wl-mime.el (toplevel): Require wl-vars.
1454
1455         * wl-message.el (toplevel): Require cl at compile.
1456
1457         * wl-draft.el (toplevel): Require elmo.
1458
1459 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1462         and do nothing when it is not positive.
1463         (wl-message-buffer-prefetch-next): Ditto.
1464
1465 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1466
1467         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1468         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1469         (wl-summary-redisplay-internal): Ditto.
1470
1471         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1472         message (the condition is borrowed from `wl-check-variables-2').
1473         (wl-summary-redisplay-internal): Ditto.
1474
1475 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1476
1477         * wl-mime.el (wl-draft-nntp-attribute): New function.
1478         (wl-draft-attribute-nntp-posting-server): Use it.
1479         (wl-draft-attribute-nntp-posting-port): Ditto.
1480
1481         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1482         (wl-draft-show-attributes-buffer): Ditto.
1483         (wl-draft-hide-attributes-buffer): Ditto.
1484         (wl-draft-attribute-newsgroups): Ditto.
1485         (wl-draft-attribute-nntp-posting-server): Ditto.
1486         (wl-draft-attribute-nntp-posting-port): Ditto.
1487         (wl-draft-preview-message): Use there functions.
1488
1489         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1490         value.
1491
1492 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1495         (wl-draft-reedit): Ditto.
1496         (wl-draft-queue-flush): Ditto.
1497
1498         * wl-mime.el (wl-message-request-partial): Ditto.
1499         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1500         instead of `elmo-message-fetch'.
1501
1502         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1503
1504         * wl-summary.el (wl-summary-message-string): Ditto.
1505
1506 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * wl-util.el (wl-current-message-buffer): Follow the API change.
1509
1510         * wl-summary.el (wl-summary-redisplay-internal): Call
1511         `wl-summary-mark-as-read' with 2nd argument as nil and update
1512         unread count instead of persistent mark.
1513
1514         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1515         variable.
1516         (wl-message-redisplay): Follow the API change.
1517         (wl-message-buffer-display): Managed mime-entity directly and
1518         return preview buffer only.
1519         (wl-message-display-internal): Rewrite.
1520         (wl-message-buffer-prefetch-subr): Not save return value of
1521         `wl-message-buffer-display'.
1522
1523         * Version number is increased to 2.13.1.
1524
1525 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1528         'elmo-multiple-fields-body-list' with boundary specified.
1529
1530 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1533         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1534         cache if `wl-summary-resend-use-cache' is non-nil.
1535
1536 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1539         (wl-nntp-posting-stream-type): Ditto.
1540
1541 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1542
1543         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1544
1545 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1546
1547         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1548         message.
1549
1550 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1553         Abolish.
1554         (wl-summary-buffer-persistent-mark-version): New internal
1555         variable.
1556         (wl-summary-update-mark-and-highlight-window): Check by
1557         wl-summary-persistent-mark-invalid-p.
1558         (wl-summary-update-status-marks): Ditto.
1559         (elmo-event-handler-flag-changed): Rewrite.
1560         (elmo-event-handler-cache-changed): Define.
1561         (wl-summary-prefetch-msg): Does not update persistent mark here.
1562         (wl-summary-delete-cache): Ditto.
1563         (wl-summary-resume-cache-status): Ditto.
1564         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1565         (wl-summary-persistent-mark-invalid-p): New function.
1566         (wl-summary-validate-persistent-mark): Ditto.
1567         (wl-summary-validate-persistent-mark-string): Ditto.
1568         (wl-summary-invalidate-persistent-mark): Ditto.
1569         (wl-summary-update-persistent-mark): Call
1570         `wl-summary-validate-persistent-mark'.
1571         (wl-summary-create-line): Call
1572         `wl-summary-validate-persistent-mark-string'.
1573
1574         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1575         status as t if cache used.
1576
1577 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1578
1579         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1580         only if the target is group.
1581         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1582
1583 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1586
1587 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1588
1589         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1590
1591         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1592
1593 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1594
1595         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1596         (Thanks to Yoichi NAKAYAMA).
1597
1598 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-util.el (wl-save-drafts): Restore echo area.
1601
1602 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1603
1604         * Version number is increased to 2.13.0.
1605
1606         * wl-util.el (wl-biff-check-folder-async): Use
1607         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1608
1609 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-message.el (wl-message-display-internal): Does not put
1612         wl-message-display-type property on message buffer.
1613         (wl-message-buffer-display-type): New function.
1614
1615         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1616
1617         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1618         `wl-summary-buffer-detach'.
1619         (wl-summary-message-display-type): Use
1620         `wl-summary-buffer-display-type'.
1621
1622 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1625         buffer-local.
1626
1627         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1628         kill-buffer-hook instead of make-local-variable.
1629         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1630
1631 2004-12-12  Scott Renfro <scott@renfro.org>
1632
1633         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1634         regex for square-branket.
1635
1636 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1637
1638         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1639         `wl-message-mime-analysis-p' with argument `header'.
1640
1641 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1642
1643         * wl-mime.el (wl-draft-yank-current-message-entity):
1644         Switch to no-mime following method according to wl-message-display-type
1645         property.
1646         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1647
1648         * wl-message.el (wl-message-display-internal):
1649         Put wl-message-display-type property on message buffer.
1650
1651         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1652         (wl-message-display-internal): Ditto;
1653
1654         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1655
1656 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-message.el (wl-message-make-display-type): New function.
1659         (wl-message-display-type-property): Ditto.
1660         (wl-message-mime-analysys-p): Ditto.
1661         (wl-message-display-all-header-p): Ditto.
1662         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1663         added `display-type'.
1664         (wl-message-buffer-display): Likewise.
1665         (wl-message-display-internal): Likewise.
1666         (wl-message-buffer-display-type): Abolish.
1667         (wl-message-buffer-prefetch-subr): Follow the API changed.
1668
1669         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1670         from wl-summary-buffer-display-all-header and changed default value.
1671         (wl-summary-message-display-type): New function.
1672         (wl-summary-buffer-display-mime-mode): Ditto.
1673         (wl-summary-buffer-display-header-mode): Ditto.
1674         (wl-summary-toggle-mime): Rewrite with above functions.
1675         (wl-summary-toggle-all-header): Ditto.
1676         (wl-summary-redisplay): Force redisplay with default mode.
1677         (wl-summary-redisplay-internal): Renamed argument from `mode',
1678         `all-header' to `mime-mode', `header-mode'.
1679         Use `wl-message-make-display-type'.
1680
1681         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1682         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1683
1684 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1685
1686         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1687
1688 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1691         in original message buffer.
1692         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1693         buffer.
1694
1695 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1696
1697         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1698
1699 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1700
1701         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1702
1703 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1704
1705         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1706         when actions succeeded.
1707         (wl-summary-exec-action-copy): Likewise.
1708
1709 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1712         there is switch-to-buffer at the end of wl-message-select-buffer.
1713         (wl-summary-reply): Ditto.
1714
1715 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1716
1717         * wl-summary.el (wl-summary-forward): Put subject in original
1718         message buffer as argument of wl-draft-forward.
1719         * wl-draft.el (wl-draft-forward): Decode subject as in
1720         wl-draft-reply.
1721
1722 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1723
1724         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1725         a folder under access group.
1726
1727 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1730         wl-message-buffer-display.
1731
1732         * wl-util.el (wl-set-save-drafts): Fix typo.
1733
1734 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1737         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1738         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1739         the way to measure the width of a bitmap image; don't put face on
1740         ascii and bitmap images; put the mark which should not use the
1741         variable-pitch face on ascii and bitmap images.
1742         (wl-demo-setup-properties): Don't use the variable-pitch face on
1743         ascii and bitmap images; made it work on Emacs 20 and earlier.
1744         (wl-demo-insert-text): End with a newline at the bottom; don't put
1745         face on text.
1746
1747         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1748
1749 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1750
1751         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1752
1753         * wl-util.el (wl-save-drafts): Moved from sample setting.
1754         (wl-set-save-drafts): New function to set idle timer.
1755         * wl-draft.el (wl-draft): Call it.
1756         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1757
1758 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1761         a summary which has toggle display status off.
1762
1763 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1764
1765         * wl-draft.el (wl-draft-do-fcc): No cache save.
1766
1767 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1768
1769         * wl-summary.el (elmo-event-handler-flag-changed): Use
1770         `set-buffer' instead of `with-current-buffer'.
1771
1772 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-summary.el (wl-summary-after-resize-function): New function.
1775         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1776         window-size-change-functions.
1777
1778 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1779
1780         * wl-draft.el (wl-draft-create-buffer): Bind
1781         `change-major-mode-hook' after current buffer is changed.
1782
1783         * wl-summary.el (wl-summary-buffer-detach): New function.
1784         (wl-summary-buffer-set-folder): Call it.
1785         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1786         change-major-mode-hook and kill-buffer-hook.
1787         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1788         (wl-summary-switch-to-clone-buffer): Ditto.
1789         (wl-summary-goto-folder-subr): Ditto.
1790
1791 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1792
1793         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1794         after boundp check.
1795
1796 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1799         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1800         for `kill-buffer'.
1801
1802         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1803         handler of current buffer from elmo-folder.
1804
1805 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1806
1807         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1808
1809 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810
1811         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1812         variable.
1813         (wl-summary-event-handler): New class.
1814         (elmo-event-handler-flag-changed): Define to update persistent
1815         mark.
1816         (wl-summary-buffer-set-folder): Register event handler to
1817         elmo-folder.
1818         (wl-summary-exit): Unregister event handler.
1819         (wl-summary-goto-folder-subr): Ditto.
1820         (wl-summary-mark-as-read-all): Does not call
1821         `wl-summary-update-persistent-mark' directly.
1822         (wl-summary-mark-as-read-internal): Ditto.
1823         (wl-summary-set-persistent-mark-internal): Ditto.
1824         (wl-summary-set-flags-internal): Ditto.
1825
1826         * Version number is increased to 2.11.33.
1827
1828 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1829
1830         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1831         to nil.
1832
1833 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-spam.el (wl-spam-setup): Add hook
1836         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1837         instead of `wl-summary-prepare-hook'.
1838
1839         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1840         if folder type is `'flag'.
1841         (wl-summary-mark-as-important): Ditto.
1842
1843 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-address.el (wl-address-minibuffer-history): New variable.
1846         (wl-address-minibuffer-local-map): New keymap.
1847         (wl-address-read-from-minibuffer): New function.
1848
1849         * wl-action.el (wl-summary-get-resend-address): Use
1850         `wl-address-read-from-minibuffer' instead of `completing-read'.
1851
1852 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * Version number is increased to 2.11.32.
1855
1856 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1857
1858         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1859         without mule to iso-8859-1.
1860         (wl-draft-add-in-reply-to): Add note in description.
1861         (wl-draft-add-references): Ditto.
1862
1863 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1864
1865         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1866         definition for `m'.
1867         (wl-summary-mode-line-format): Add '[%m]'.
1868         (wl-message-mode-line-format-spec-alist): Ditto.
1869         (wl-summary-display-mime-mode-list): New variable.
1870
1871         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1872         from wl-summary-buffer-display-as-is.
1873         (wl-summary-buffer-display-all-header): New buffer local variable.
1874         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1875         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1876         instead of wl-summary-buffer-display-as-is.
1877         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1878         (wl-summary-set-persistent-mark): Ditto.
1879         (wl-summary-set-message-buffer-or-redisplay): Just call
1880         `wl-summary-redisplay-internal' without optional arguments.
1881         (wl-summary-toggle-mime): Rewrite.
1882         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1883         (wl-summary-toggle-all-header): New function.
1884         (wl-summary-redisplay-internal): Treat mime mode.
1885
1886         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1887         to wl-mime-preview-follow-no-mime.
1888         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1889         accodring to the display-mode.
1890
1891         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1892         (wl-message-buffer-display): Changed argument name from `as-is' to
1893         `mode'.
1894         (wl-message-display-internal): Ditto;
1895         Bind elmo-mime-display-header-analysis according to the mode.
1896         (wl-message-display-internal): Put wl-message-display-mime-mode
1897         property on entire buffer.
1898
1899 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1900
1901         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1902
1903 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-summary.el (wl-summary-overview-entity-compare-by-from):
1906         Don't extract mail address.
1907         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1908
1909         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1910
1911         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1912
1913 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1916         wl-fldmgr-cut-entity-list on confirmation.
1917
1918 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1919
1920         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1921         (wl-mime-quit-preview): Check existence of
1922         mime-edit-temp-message-buffer here.
1923
1924 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1927         after deletion.
1928
1929         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1930         before calling wl-mime-quit-preview.
1931
1932 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * wl-summary.el (wl-summary-pick): If call it with prefix
1935         argument, set `delete-marks' as non-nil. Pick from only visible
1936         messages.
1937         (wl-summary-check-target-mark): New function.
1938         (wl-summary-target-mark-mark-as-read): Use it.
1939         (wl-summary-target-mark-mark-as-unread): Ditto.
1940         (wl-summary-target-mark-operation): Ditto.
1941         (wl-summary-target-mark-set-flags): Ditto.
1942         (wl-summary-target-mark-save): Ditto.
1943         (wl-summary-target-mark-pick): Ditto.
1944         (wl-summary-target-mark-forward): Ditto.
1945         (wl-summary-target-mark-reply-with-citation): Ditto.
1946         (wl-summary-target-mark-print): Ditto.
1947         (wl-summary-target-mark-uudecode): Ditto.
1948
1949         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1950         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1951         with `ask-coding' is non-nil.
1952
1953 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * wl-thread.el (wl-thread-set-parent): If parent is a message
1956         which is identified by references, set linked as nil.
1957
1958 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1959
1960         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1961         (wl-message-mode-line-format-spec-alist): Ditto.
1962         (wl-message-mode-line-format): Ditto.
1963         (wl-summary-mode-line-format): Ditto for docstring.
1964         (wl-summary-no-mime-folder-list): Fix typo.
1965
1966         * wl-util.el (wl-current-message-buffer): Call
1967         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1968
1969         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1970         variable.
1971         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1972         of `wl-summary-redisplay-no-mime'.
1973         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1974         (wl-summary-toggle-mime): New function.
1975         (wl-summary-redisplay-all-header): Rewrite.
1976         (wl-summary-redisplay-no-mime): Ditto.
1977         (wl-summary-redisplay-internal): Added argument `as-is' and
1978         `all-header'.
1979
1980         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1981         New variable.
1982         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1983         bottom.
1984         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1985         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1986         "/" unconditionally.
1987
1988         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1989         wl-mime-preview-follow-no-mime for as-is content.
1990         (wl-mime-preview-follow-no-mime): New function.
1991         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1992
1993         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1994         and added `as-is', `all-header'.
1995         (wl-message-buffer-display): Ditto.
1996         (wl-message-buffer-display-type): New function.
1997
1998 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-vars.el (wl-message-header-button-alist): Change default
2001         value.
2002         (wl-message-body-button-alist): Ditto.
2003
2004 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
2007
2008 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
2011
2012 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-summary.el (wl-summary-sync-marks): Remove condition which
2015         is always true.
2016
2017 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
2020         on null entity.
2021
2022 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-vars.el (wl-draft-reply-default-position): Fix range.
2025
2026 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2027
2028         * wl-vars.el (wl-summary-resend-hook): New hook.
2029
2030         * wl-action.el (wl-summary-exec-action-resend-subr): Run
2031         `wl-summary-resend-hook'.
2032
2033 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2034
2035         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2036         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2037         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2038         (wl-summary-new-cached-mark): Changed default value to 'n'.
2039         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2040         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2041         (wl-folder-sync-range-alist): Remove spec for 'flag.
2042         (wl-summary-force-prefetch-folder-list): New user option.
2043
2044         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2045         `wl-summary-toggle-persistent-mark'.
2046         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2047         number is nil.
2048         (wl-summary-mark-as-answered-region): Set interactive argument of
2049         `wl-summary-set-persistent-mark-internal'.
2050         (wl-summary-mark-as-important-region): Ditto.
2051         (wl-summary-unset-persistent-mark): Ditto.
2052         (wl-summary-set-persistent-mark): Ditto.
2053         (wl-summary-mark-as-answered): Ditto.
2054         (wl-summary-mark-as-important): Ditto.
2055         (wl-summary-set-persistent-mark-internal): Do nothing
2056         when `elmo-message-flag-available-p' is nil.
2057         (wl-summary-toggle-persistent-mark): New function.
2058         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2059         when the folder matches `wl-summary-force-prefetch-folder-list'.
2060
2061
2062         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2063         when number is nil.
2064         (wl-highlight-summary-forwarded-face): New face.
2065
2066 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2067
2068         * Version number is increased to 2.11.31.
2069
2070 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2073         (wl-biff-check-folder-async): Ditto.
2074         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2075
2076 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2077
2078         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2079         Add an argument `reverse'.  All callers are updated.
2080         (wl-summary-sort): Add a prefix argument `reverse' to specify
2081         reverse sorting.
2082         (wl-summary-sort-by-date, wl-summary-sort-by-number)
2083         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
2084         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2085
2086 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2087
2088         * wl-message.el (wl-message-redisplay): Does not narrow header if
2089         disply-type is all-header or as-is.
2090
2091         * wl-summary.el (wl-summary-enter-handler): Use
2092         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2093
2094 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2097         after adding wl-draft-parent-variables.
2098         (wl-draft-forward): Ditto.
2099
2100 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2101
2102         * wl-summary.el (wl-summary-sync-marks): Call
2103         `wl-summary-set-persistent-mark' and
2104         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2105         (wl-summary-set-persistent-mark-internal): Add 4th argument
2106         `no-server'.
2107         (wl-summary-unset-persistent-mark): Ditto.
2108         (wl-summary-set-persistent-mark): Ditto.
2109         (wl-summary-add-flags-internal): Abolish.
2110         (wl-summary-remove-flags-internal): Ditto.
2111         (wl-summary-mark-as-important-internal): Ditto.
2112         (wl-summary-mark-as-important): Use
2113         `wl-summary-set-persistent-mark' instead of
2114         `wl-summary-add-flags-internal'.
2115         (wl-summary-mark-as-important-region): Ditto.
2116
2117         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2118
2119         * wl-summary.el (wl-summary-get-available-flags): New function.
2120         (wl-summary-sync-marks): Use it and simplified.
2121         (wl-summary-unset-persistent-mark): Use
2122         `wl-summary-get-available-flags'.
2123         (wl-summary-set-persistent-mark): Ditto.
2124
2125 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2126
2127         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2128         id.
2129
2130 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2133         number, call `wl-summary-prev-line-content'. Show message when the
2134         message is not found.
2135
2136 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2137
2138         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2139         wl-summary-enter-handler.
2140         (wl-summary-enter-handler): New command.
2141
2142         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2143         docstring and custom spec.
2144
2145         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2146         flags too; Don't treat Cached and New.
2147         (wl-summary-set-persistent-mark): Ditto.
2148
2149         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2150         `wl-folder-set-flag'.
2151
2152         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2153         instead of `wl-folder-set-flag'.
2154
2155         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2156         for completion.
2157         (wl-summary-set-persistent-mark): Ditto.
2158
2159         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2160         instead of `wl-draft-quit-preview'.
2161
2162         * wl-mime.el (toplevel): Avoid compile warning.
2163         (wl-mime-quit-preview): New function
2164         (formarly defined as `wl-draft-quit-preview').
2165         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2166         quitting method.
2167
2168         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2169
2170         * wl-folder.el (wl-folder-set-flag): Renamed from
2171         `wl-draft-set-flag-on-parent'.
2172
2173         * wl-draft.el (wl-draft-quit-preview): New function.
2174         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2175         (wl-draft-send): Call `wl-folder-set-flag' instead of
2176         `wl-draft-set-flag-on-parent'.
2177         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2178
2179 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2182         (wl-draft-send): Ditto.
2183
2184 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2185
2186         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2187         (wl-draft-kill-pre-hook): Set default value as nil.
2188         (wl-summary-reply-hook): Ditto.
2189         (wl-draft-kill-flags): Abolish.
2190
2191         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2192         (wl-draft-parent-variables): Renamed from
2193         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2194         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2195         argument; Add wl-draft-parent-variables to
2196         wl-draft-config-variables.
2197         (wl-draft-reply): Likewise.
2198         (wl-draft-kill-flags): Abolish.
2199         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2200         (wl-draft-set-flag-on-parent): New function.
2201         (wl-draft-setup-parent-flag): Ditto.
2202
2203 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2204
2205         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2206         `wl-draft-parent-folder' is "".
2207
2208 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2209
2210         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2211         (wl-summary-digit-jump): New function.
2212         (Adviced by John Owens and Hiroya Murata)
2213
2214         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2215         (Adviced by John Owens)
2216
2217         * wl-xmas.el (wl-message-define-keymap): Ditto.
2218
2219         * wl-mule.el (wl-message-define-keymap): Ditto.
2220
2221 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2222
2223         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2224         change of return value of elmo-folder-count-flags.
2225
2226         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2227         (wl-summary-mark-as-read-internal): Ditto.
2228         (wl-summary-set-persistent-mark-internal): Ditto.
2229         (wl-summary-folder-info-update): Ditto.
2230         (wl-summary-sync-update): Fixed the last change.
2231
2232         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2233
2234 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2235
2236         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2237         (wl-draft-kill-flags): Fixed docstring.
2238
2239         * wl-draft.el (wl-draft-kill-flags): New function.
2240         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2241
2242 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2243
2244         * wl-vars.el (wl-reply-hook): Abolish.
2245         (wl-draft-reply-hook): New hook.
2246         (wl-summary-reply-hook): Ditto.
2247         (wl-draft-forward-hook): Ditto.
2248         (wl-summary-forward-hook): Ditto.
2249         (wl-draft-kill-flags): New variable.
2250
2251         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2252         wl-summary-set-persistent-mark-internal.
2253         (wl-summary-sync-marks): Use elmo-preserved-flags.
2254         (wl-summary-update-persistent-mark): Make it interactive.
2255         (wl-summary-set-persistent-mark-internal): New inline function.
2256         (wl-summary-mark-as-answered): Use it.
2257         (wl-summary-mark-as-unanswered): Ditto.
2258         (wl-summary-unset-persistent-mark): New function.
2259         (wl-summary-set-persistent-mark): Ditto.
2260         (wl-summary-reply): Don't set answered flag;
2261         Run wl-summary-reply-hook instead.
2262         (wl-summary-forward): Call wl-draft-forward with number.
2263         Run wl-summary-forward-hook.
2264
2265         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2266         (wl-highlight-summary-line-face-spec): Use it as a default
2267         persistent mark face.
2268
2269         * wl-draft.el (wl-draft-forward): Added optional argument number;
2270         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2271         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2272         (wl-draft-kill): Use wl-draft-kill-flags.
2273
2274         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2275
2276         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2277         of return value of elmo-folder-count-flags.
2278
2279         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2280
2281         * wl-summary.el (wl-summary-count-unread): Ditto.
2282         (wl-summary-sync-update): Follow the change above.
2283         (wl-summary-force-prefetch): New function.
2284
2285 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2286
2287         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2288         variable `buf' with `let' instead of `setq'.
2289
2290 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2293         add Content-Disposition heaeder on the deleted part.
2294
2295 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-draft.el (wl-draft-save): Encode address list under edit by
2298         `eword-encode-unstructured-field-body'.
2299
2300         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2301
2302 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303
2304         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2305         wl-current-summary-buffer.
2306
2307 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2308
2309         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2310         `numbers' is ignored.
2311
2312 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-folder.el (wl-folder-open-folder): Avoid error.
2315         Reported by John Owens, [wl-en:815]
2316
2317         * wl.el (wl): Set timer for biff process even if prefix argument
2318         is given or auto-checking is quitted.
2319
2320         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2321         immediately.
2322         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2323         (wl-toggle-plugged): Ditto.
2324
2325         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2326         * wl-util.el (wl-biff-start): Use idle timer if
2327         `wl-biff-use-idle-timer' is non-nil.
2328
2329 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2330
2331         * wl-highlight.el (wl-highlight-message): Fix description.
2332
2333 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2334
2335         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2336         tty.
2337
2338 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2339
2340         * wl-action.el (wl-summary-exec): Print failure count.
2341
2342 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2345         to `defun', remove interactive form.
2346         Set elmo-message-fetch-confirm when force-reload is non-nil.
2347
2348 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2349
2350         * wl-summary.el (toplevel): Removed unnecessary autoload.
2351
2352 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2355         the buffer is generated from another message buffer.
2356
2357 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2358
2359         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2360         extracted from `wl-fldmgr-save-folders'.
2361         (wl-fldmgr-delete): Call it after deletion.
2362
2363 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2366         multi-tty support.
2367
2368 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2369
2370         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2371
2372 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2373
2374         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2375         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2376
2377 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2380         unsubscribe list only if argument CLEAR is nil.
2381
2382 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-draft.el (wl-draft-reply): Decode subject before removing
2385         Re: prefix.
2386
2387 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2388
2389         * wl-summary.el (wl-summary-sort-by-size): New command.
2390
2391 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * wl-summary.el (wl-summary-number-list-from-region): New
2394         function.
2395         (wl-summary-mark-as-read-region): Use it.
2396         (wl-summary-mark-as-unread-region): Ditto.
2397         (wl-summary-set-flags-region): Ditto and add optional argument
2398         remove.
2399         (wl-summary-mark-as-answered-region): Ditto.
2400         (wl-summary-mark-as-important-region): Ditto.
2401         (wl-summary-target-mark-mark-as-important): Added optional
2402         argument remove.
2403         (wl-summary-target-mark-mark-as-answered): Ditto.
2404         (wl-summary-target-mark-set-flags): Ditto.
2405
2406 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * wl-summary.el (wl-summary-set-flags-region): Call
2409         `wl-summary-set-flags-internal' with number list instead of call
2410         one by each message.
2411         (wl-summary-target-mark-set-flags): Likewise.
2412
2413 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2414
2415         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2416         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2417         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2418         (wl-summary-target-mark-mark-as-answered): Likewise.
2419
2420 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2421
2422         * wl-summary.el (wl-summary-target-mark-forward): Use
2423         `wl-summary-delete-all-target-marks' instead of
2424         `wl-summary-delete-all-temp-marks'.
2425         (wl-summary-target-mark-reply-with-citation): Ditto.
2426         (wl-summary-target-mark-uudecode): Ditto.
2427         (wl-summary-target-mark-set-flags): Ditto and remove needless
2428         cursor move.
2429
2430 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-summary.el (wl-summary-target-mark-forward): Protect
2433         wl-summary-buffer-target-mark-list from nreverse.
2434         (wl-summary-target-mark-reply-with-citation): Ditto.
2435
2436 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2437
2438         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2439         `elmo-display-progress-threshold'.
2440
2441 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2442
2443         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2444         check `wl-summary-highlight'.
2445         (wl-summary-window-scroll-functions): Respect value of
2446         `wl-summary-highlight'.
2447         (wl-summary-sync-update): Run hooks
2448         `wl-summary-buffer-window-scroll-functions' at any time.
2449
2450 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2451
2452         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2453         from `wl-summary-cleanup-temp-marks'.
2454         (wl-summary-cleanup-temp-marks): Abolish argument.
2455         * wl.el (wl-save-status): Revert previous change.
2456         (wl-execute-temp-marks): New function, call
2457         `wl-summary-exec-with-confirmation'.
2458         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2459         (wl-folder-save-and-exec-marks): Abolished.
2460
2461 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2462
2463         * wl-e21.el (wl-e21-display-image-p): Respect
2464         `wl-highlight-folder-with-icon'.
2465         (wl-e21-highlight-folder-group-line): Highlight mouse line
2466         even if wl-e21-display-image-p is nil.
2467
2468         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2469         Respect value of `wl-summary-highlight'.
2470
2471         * wl.el (wl-save-status): Remove unused variable.
2472
2473         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2474         (wl-folder-mode-map): Bind it to "x".
2475
2476 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2477
2478         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2479
2480         * wl-thread.el (wl-thread-get-parent-list): Don't check
2481         disconnected ancestors, neglecting needless work in
2482         `wl-thread-update-indent-string-thread'.
2483
2484         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2485         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2486         argument, add argument default-keep to keep marks by default.
2487
2488         * Version number is increased to 2.11.30.
2489
2490         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2491         customization type and docstring.
2492         (wl-draft-reply-without-argument-list): Ditto.
2493
2494 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2497
2498         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2499
2500 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2501
2502         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2503
2504 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2505
2506         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2507         save-excursion so as not to include run-hooks.
2508
2509 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2512         Clarify that marks are going to be cleared.
2513
2514 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2515
2516         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2517         according to 3rd element of wl-summary-flag-mark.
2518
2519         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2520
2521 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-action.el (wl-summary-target-mark-all): Don't set
2524         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2525
2526 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2527
2528         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2529         (wl-forward-subject-prefix): Ditto.
2530         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2531         (wl-draft-reply-make-subject): Ditto.
2532
2533         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2534         `wl-draft-forward'.
2535         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2536
2537 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2538
2539         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2540         target message does not exist.
2541
2542 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2543
2544         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2545         `wl-subject-prefix-regexp'.
2546         (wl-subject-forward-prefix-regexp): New variable.
2547         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2548         `wl-draft-strip-subject-re' and take regexp as argument.
2549         (wl-draft-forward): Use it.
2550         (wl-draft-reply): Ditto.
2551
2552 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2553
2554         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2555         emacs multi-tty support.
2556
2557 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2558
2559         * wl-e21.el (wl-e21-display-image-p): Don't call
2560         `display-images-p'.
2561         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2562         support.
2563         (wl-highlight-folder-current-line): Ditto.
2564         (wl-folder-init-icons): Ditto.
2565
2566 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2567
2568         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2569         the last line of summary in unplugged mode.
2570
2571 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2572
2573         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2574
2575 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2576
2577         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2578         * wl-address.el (wl-address-user-mail-address-p): Use it.
2579         (wl-address-delete-user-mail-addresses): Ditto.
2580         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2581
2582         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2583         (wl-address-delete-user-mail-addresses): Ditto.
2584
2585         * wl-address.el (wl-address-delete-user-mail-addresses): New
2586         function.
2587         * wl-refile.el (wl-refile-guess-by-history): Use it.
2588         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2589         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2590
2591         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2592         use wl-address-user-mail-address-p.
2593
2594 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2595
2596         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2597         after opening group.
2598
2599 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2600
2601         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2602         of elmo-set-buffer-multibyte.
2603
2604         * wl-message.el (wl-original-message-mode): Ditto.
2605
2606         * wl-score.el (wl-score-insert-header): Ditto.
2607
2608         * wl-summary.el
2609         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2610         (wl-summary-goto-folder-subr): Ditto.
2611         (wl-summary-insert-headers): Ditto.
2612
2613         * wl-util.el (wl-set-string-width): Ditto.
2614
2615         * Version number is increased to 2.11.29.
2616
2617 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2618
2619         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2620         (wl-highlight-summary-line-help-echo-alist): New variable.
2621         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2622         into `wl-highlight-summary-line-help-echo' and
2623         `wl-highlight-flag-folder-help-echo'.
2624         (wl-highlight-summary-line-string): Change accordingly.
2625         (wl-highlight-summary-current-line): Ditto.
2626
2627 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2628
2629         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2630         at the beginning of field body (Thanks to Markus Knittig).
2631
2632         * wl-draft.el (wl-draft-insert-current-message): Also check
2633         summary buffer, remove unnecessary tag.
2634
2635 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2636
2637         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2638         when wl-message-buffer is nil.
2639
2640         * wl-folder.el (wl-folder): Abolish unused argument.
2641         Call wl-folder-init when wl-folder-entity is nil.
2642         * wl.el (wl): Change accordingly.
2643
2644 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2645
2646         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2647         multibyte string before insert into draft buffer.
2648         (wl-draft-create-buffer): Always enable multibyte characters for
2649         draft buffer.
2650
2651         * Version number is increased to 2.11.28.
2652
2653 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2654
2655         * wl-folder.el (wl-folder-open-close): Handle blank line.
2656         (wl-folder-jump-to-current-entity): Ditto.
2657
2658 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * Version number is increased to 2.11.27.
2661
2662 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2663
2664         * wl-thread.el (wl-thread-insert-message): When the thread is
2665         devided by wl-summary-max-thread-depth, insert line at the end of
2666         buffer.
2667
2668 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * Version number is increased to 2.11.26.
2671
2672 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2673
2674         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2675
2676 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2677
2678         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2679         value of stream-type and session.
2680
2681 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * Version number is increased to 2.11.25.
2684
2685 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2686
2687         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2688         in a quit message.
2689
2690 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2691
2692         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2693         (wl-summary-redisplay-no-mime-internal): Ditto.
2694
2695 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2696
2697         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2698         * wl-vars.el (wl-smtp-connection-type): Ditto.
2699
2700 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2701
2702         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2703         for the separator line and quote mail-header-separator.
2704
2705 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2708         result message.
2709
2710         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2711         `elmo-multiple-fields-body-list' with boundary as
2712         mail-header-separator.
2713
2714 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2715
2716         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2717
2718 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-util.el (wl-list-diff): Remove unused function.
2721
2722         * wl-draft.el (wl-draft-send-confirm): Discard input before
2723         confirmation.
2724
2725 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2728         order of flag and new.
2729
2730 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2731
2732         * wl-vars.el (wl-refile-policy-alist): Abolished.
2733
2734         * wl-action.el (wl-summary-set-action-refile): Follow the change
2735         above.
2736
2737 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * wl-highlight.el (wl-highlight-signature-search): Don't use
2740         re-search-backward for a long word since it is possible to crash
2741         XEmacs because of a bug.
2742
2743 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2744
2745         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2746
2747 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2748
2749         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2750         argument for wl-summary-sync-force-update.
2751
2752 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2753
2754         * wl-summary.el (wl-summary-mode-map): Revival of
2755         wl-summary-mark-as-important related bindings;
2756         Bind 'F','tF','mF','rF','m&'.
2757         (wl-summary-mark-as-important-region): Revival.
2758         (wl-summary-target-mark-mark-as-important): Ditto.
2759         (wl-summary-target-mark-operation): New function.
2760         (wl-summary-target-mark-mark-as-answered): Use it.
2761         (wl-summary-decide-flag): Don't set Important as default.
2762         (wl-summary-mark-as-important-internal): Revival.
2763         (wl-summary-mark-as-important): Ditto.
2764
2765         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2766
2767         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2768         instead of facep.
2769
2770 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2771
2772         * wl-dnd.el (wl-dnd-drop-func): Fix.
2773
2774         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2775         mouse-set-point instead of posn-point.
2776
2777         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2778
2779         * wl-mule.el (wl-completing-read-multiple): Ditto.
2780
2781 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-demo.el (face-background-name): Defalias to avoid compile
2784         warning.
2785
2786 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-summary.el (wl-summary-decide-flag): Use
2789         wl-completing-read-multiple instead of completing-read-multiple.
2790
2791         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
2792         New alias.
2793
2794         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2795         Use face-background-name instead of face-background.
2796
2797         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2798
2799         * wl-summary.el (wl-summary-save): Use it.
2800         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2801
2802         * wl-mime.el (wl-mime-save-content): Fix last change.
2803
2804 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2805
2806         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2807         New function.
2808         (wl-summary-sort-specs): Added sort.
2809         * wl-mime.el (wl-mime-save-content): Expand file name.
2810
2811 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2814
2815         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2816
2817 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818
2819         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2820         for flag if it is not defined.
2821
2822 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-e21.el (wl-highlight-folder-current-line): Use
2825         elmo-folder-type-internal when elmo-folder-type returns nil.
2826
2827         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2828
2829         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2830
2831         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2832
2833         * wl-e21.el (wl-summary-toolbar): Ditto.
2834
2835         * wl-vars.el (wl-demo-background-color): Abolished.
2836         (wl-summary-persistent-mark-priority-list): Renamed from
2837         wl-summary-flag-priority-list.
2838         (wl-summary-flag-alist): New user option.
2839         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2840         (wl-message-mode-line-format-spec-alist): Added 'F'.
2841         (wl-message-mode-line-format): Likewise.
2842         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2843         instead of wl-summary-important-mark.
2844         (wl-file-folder-icon): New variable.
2845
2846         * wl-thread.el (wl-thread-set-flags): Renamed from
2847         wl-thread-mark-as-important.
2848
2849         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2850         warning.
2851         (wl-summary-mode-menu-spec): Follow the change of
2852         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2853         (wl-summary-mode-map): Follow the change of
2854         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2855         (wl-summary-detect-mark-position): Follow the variable name change.
2856         (wl-summary-set-flags-region): New function for the replacement of
2857         wl-summary-mark-as-important-region.
2858         (wl-summary-sync-marks): Sync all global-flags.
2859         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2860         instead of elmo-message-flagged-p.
2861         (wl-summary-persistent-mark-string): Follow the variable name change;
2862         Put wl-summary-flag-mark if the message has global-flag.
2863         (wl-summary-target-mark-set-flags): Renamed from
2864         wl-summary-target-mark-mark-as-important.
2865         (wl-summary-decide-flag): New function.
2866         (wl-summary-set-flags-internal): Renamed from
2867         wl-summary-mark-as-important-internal.
2868         (wl-summary-add-flags-internal): New function.
2869         (wl-summary-remove-flags-internal): Ditto.
2870         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2871         (wl-summary-mark-as-unimportant): Abolish.
2872         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2873         (wl-summary-next-message): List flagged messages in the msgdb.
2874
2875         * wl-score.el (wl-summary-score-update-all-lines): Use
2876         wl-summary-add-flags-internal instead of
2877
2878         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2879
2880         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2881         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2882         (wl-message-buffer-require-all-header): Renamed from
2883         wl-message-buffer-all-header-flag (Ditto).
2884         (wl-message-buffer-flag-indicator): New variable.
2885         (wl-message-redisplay): Changed local varibale name from `flag' to
2886         `display-type'; Set up wl-message-buffer-flag-indicator.
2887         (wl-message-buffer-display): Changed varibale name from `flag' to
2888         `display-type'.
2889         (wl-message-display-internal): Likewise.
2890
2891         * wl-highlight.el (wl-highlight-demo-face): Define default background
2892         color.
2893         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2894
2895         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2896
2897         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2898         (wl-demo-setup-properties): Renamed from
2899         `wl-demo-set-background-color'.
2900         (wl-demo): Follow the change above.
2901
2902         * Version number is increased to 2.11.24.
2903
2904 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2905
2906         * wl-summary.el (wl-summary-toggle-thread): Call
2907         `wl-summary-rescan' with disable-thread as non-nil.
2908         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2909
2910 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2911
2912         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2913         foreground property of the face.
2914         (wl-demo-insert-text): Don't set up face property here.
2915         (wl-demo): Call wl-demo-set-background-color, anyway.
2916
2917 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2918
2919         * wl-vars.el (wl-demo-background-color): The value can be nil.
2920
2921 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2924         to wl-summary-wheel-dispatcher.
2925
2926         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2927         wl-message-wheel-dispatcher.
2928         (wl-message-wheel-dispatcher): New function.
2929         (wl-summary-wheel-dispatcher): Ditto.
2930
2931 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-action.el (wl-summary-target-mark-all): List messages which are
2934         not in the killed-list.
2935
2936         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2937         only when the folder is 'flag/important.
2938
2939         * wl-address.el (wl-complete-field-body): Complete if the last
2940         character is a space.
2941
2942 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2943
2944         * wl-folder.el (wl-folder-clear-entity-info): Use
2945         elmo-clear-hash-val.
2946
2947         * wl-fldmgr.el (wl-fldmgr-rename): Set
2948         wl-folder-info-alist-modified as t.
2949
2950 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2951
2952         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2953
2954 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2955
2956         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2957         (wl-folder-buffer-last-visited-entity-id): New buffer local
2958         variable.
2959         (wl-folder-revisit-last-visited-folder): New function.
2960         (wl-folder-mode-map): Bind it to "C-i".
2961         (wl-folder-set-current-entity-id): Set last visited folder.
2962         * wl-summary.el (wl-summary-exit): Ditto.
2963
2964 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2967         before calling `recenter' in order to cope with an XEmacs bug.
2968
2969 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2970
2971         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2972         to the default value.
2973
2974 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2977         change.
2978         (wl-summary-sync-marks): Ditto.
2979         (wl-summary-mark-as-read-internal): Ditto.
2980         (wl-summary-mark-as-answered-internal): Ditto.
2981         (wl-summary-mark-as-important-internal): Ditto.
2982         (wl-summary-reply): Ditto.
2983
2984         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2985         instead of `elmo-folder-unflag-answered'.
2986
2987         * Version number is increased to 2.11.23.
2988
2989         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2990         the last change.
2991
2992 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2993
2994         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2995         Specify "spam" or "good".
2996
2997 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2998
2999         * wl-spam.el (wl-summary-exec-action-spam): Call
3000         wl-folder-confirm-existence for spam folder.
3001         (wl-spam-setup): Bind "mk".
3002
3003 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
3006
3007 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
3008
3009         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
3010         destination folder is empty.
3011
3012 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
3015         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
3016
3017         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
3018         (wl-summary-refile-prev-destination-region): New function.
3019         (wl-thread-refile-prev-destination): Ditto.
3020         (wl-summary-target-mark-refile-prev-destination): Ditto.
3021
3022 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
3025         (wl-demo-background-color): Changed default value.
3026
3027         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
3028         color.
3029
3030         * wl-demo.el (wl-demo-set-background-color): New function.
3031         (wl-demo): Call it.
3032
3033 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
3034
3035         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3036         * wl-address.el (wl-address-add-or-change): Don't add empty
3037         address.
3038
3039 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3040
3041         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3042
3043 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3044
3045         * wl-vars.el (wl-demo-image-filter-alist): New variable
3046         (wl-demo-background-color): Ditto.
3047
3048         * wl-demo.el (wl-demo-xpm-set-background): New function.
3049         (wl-demo-image-filter): Ditto.
3050         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3051
3052         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3053
3054         * wl-demo.el (wl-demo-icon-name): Define as function.
3055         (wl-demo-insert-image): Use it.
3056
3057 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3058
3059         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3060
3061 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3062
3063         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3064
3065 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3068
3069 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3070
3071         * wl-thread.el (wl-thread-mark-as-answered): New function.
3072
3073         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3074         answered" entry.
3075         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3076         "r&" and wl-thread-mark-as-answered to "t&".
3077         (wl-summary-mark-as-important-region): Refine to toggle mark.
3078         (wl-summary-mark-as-answered-region): New function.
3079         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3080         and 3rd argument.
3081         (wl-summary-mark-as-important-internal): Likewise.
3082
3083 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * wl-template.el (wl-template-preview): New internal variable.
3086         (wl-template-preview-p): New function.
3087         (wl-template-show): Bind `wl-template-preview' as t.
3088
3089 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3092         `elmo-message-entity-field' with 3rd argument which is non-nil.
3093
3094 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3097         Removed duplicate local bind `folder'.
3098
3099 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3100
3101         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3102
3103 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3106         duplicate definition.
3107
3108 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3109
3110         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3111         non-nil, use it; Don't fetch message if there's no message in the
3112         current cursor position.
3113
3114 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3115
3116         * wl-util.el (wl-region-exists-p): Use region-active-p.
3117         (wl-deactivate-region): New function.
3118         * wl-message.el (wl-message-redisplay): Deactivate region.
3119
3120         * wl-summary.el (wl-summary-reply): Call
3121         `wl-summary-set-message-buffer-or-redisplay' instead of
3122         `wl-summary-redisplay-internal', don't move point.
3123
3124 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3127         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3128         by regexp.
3129
3130 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3133         if no need.
3134
3135 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3136
3137         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3138         default value to nil.
3139         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3140         `wl-summary-prepare-hook'; Replace refile action to
3141         `wl-summary-exec-action-refile-with-register'.
3142
3143         * Version number is increased to 2.11.22.
3144
3145 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3146
3147         * wl-summary.el (wl-summary-detect-mark-position): Set
3148         `wl-summary-buffer-weekday-name-lang'.
3149
3150 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3151
3152         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3153         (wl-summary-mark-as-read-all): Ditto.
3154         (wl-summary-delete-messages-on-buffer): Ditto.
3155         (wl-summary-sync-update): Ditto.
3156         (wl-summary-mark-as-read-internal): Ditto.
3157         (wl-summary-mark-as-answered-internal): Ditto.
3158         (wl-summary-update-folder-info): Abolished.
3159
3160 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3161
3162         * wl-summary.el (wl-summary-mark-as-read-all): Use
3163         `wl-summary-update-folder-info' instead of
3164         `wl-folder-update-unread'.
3165
3166 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3167
3168         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3169         `wl-summary-folder-info-update'.
3170         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3171         instead of `wl-summary-folder-info-update'.
3172         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3173         `wl-folder-set-folder-updated'.
3174         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3175         instead of `wl-folder-update-unread'.
3176         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3177         the value of `wl-summary-buffer-unread-count' for the second parameter of
3178         `wl-folder-update-unread'.
3179
3180         * Version number is increased to 2.11.21.
3181
3182 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3183
3184         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3185         a local variable.
3186
3187 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3188
3189         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3190         interactively.
3191
3192         * wl-summary.el (wl-summary-mark-as-important-internal): New
3193         internal function.
3194         (wl-summary-mark-as-important): Use it.
3195         (wl-summary-mark-as-unimportant): New function.
3196         (wl-summary-sync-marks): Follow the API change.
3197
3198         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3199
3200         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3201
3202 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3203
3204         * wl-folder.el (wl-folder-update-unread): Re-indent.
3205         Narrow the scope of a local variable.
3206
3207 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3210         (wl-addrmgr-merge-entries): Ditto.
3211         (wl-addrmgr): Added to address entry which exists in draft buffer
3212         if no entry is in original.
3213
3214 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3215
3216         * wl-batch.el: New file.
3217
3218 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3219
3220         * wl-vars.el (wl-use-semi): Remove unused variable.
3221
3222 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3223
3224         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3225         "?".
3226
3227 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3230         wl-summary-new-mark.
3231         (wl-summary-new-cached-mark): New user option.
3232         (wl-summary-score-marks): Follow the change above.
3233         (wl-summary-auto-refile-skip-marks): Ditto.
3234         (wl-summary-incorporate-marks): Ditto.
3235         (wl-summary-expire-reserve-marks): Ditto.
3236
3237         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3238
3239         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3240         (wl-summary-persistent-mark-string): Distinguished between cached
3241         and uncached mark when the message is new.
3242
3243 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3244
3245         * wl-spam.el (wl-spam-domain): Renamed from
3246         `wl-spam-folder-guess-domain'.
3247         (wl-summary-exec-action-spam): Register as spam if domain of the
3248         source folder is good.
3249         (wl-summary-exec-action-refile-with-register): Register message if
3250         domain of the source folder is not undecided.
3251
3252 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3255         detect thread loop.
3256
3257 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3260         and wl-summary-skip-mark-list.
3261
3262 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3263
3264         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3265
3266         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3267
3268         * wl-spam.el (toplevel): Require wl-highlight.
3269         (wl-spam-auto-check-policy-alist): Abolish.
3270         (wl-spam-auto-check-folder-regexp-list): New user option.
3271         (wl-spam-auto-check-marks): Ditto.
3272         (wl-spam-mark-action-list): Ditto.
3273         (wl-highlight-summary-spam-face): New face.
3274         (wl-spam-auto-check-message-p): New function.
3275         (wl-spam-map-spam-messages): Fixed message.
3276         (wl-spam-register-spam-messages): Ditto.
3277         (wl-spam-register-good-messages): Ditto.
3278         (wl-summary-spam-map): Add and remove keybind.
3279         (wl-summary-target-mark-spam): Abolish.
3280         (wl-summary-refile-spam): Ditto.
3281         (wl-summary-test-spam): New function.
3282         (wl-summary-mark-spam): Ditto.
3283         (wl-summary-auto-check-spam): Follow the above change.
3284         (wl-summary-exec-action-spam): New function.
3285         (wl-summary-exec-action-refile-with-register): Fixed message.
3286         (wl-message-check-spam): New function.
3287         (wl-spam-setup): Ditto.
3288         (toplevel): Call it if this file is loaded interactivity.
3289
3290         * Version number is increased to 2.11.20.
3291
3292 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3293
3294         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3295         when new optional argument `force' is non nil or modified.
3296
3297 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3298
3299         * wl.el (toplevel): Require wl-spam when compile.
3300         (wl-save-status): Call wl-spam-save-status.
3301
3302         * wl-spam.el (wl-spam-register-spam-messages): New function.
3303         (wl-spam-register-good-messages): Ditto.
3304         (wl-spam-save-status): Ditto.
3305         (wl-summary-mode-map): Bind
3306         wl-summary-target-mark-register-as-spam to "ms" and
3307         wl-summary-target-mark-register-as-good to "mn".
3308         (wl-summary-register-as-spam): Abolish optional argument; Use
3309         wl-spam-register-spam-messages.
3310         (wl-summary-register-as-spam-all): Use
3311         wl-spam-register-spam-messages.
3312         (wl-summary-register-as-good): Abolish optional argument; Use
3313         wl-spam-register-good-messages.
3314         (wl-summary-register-as-good-all): Use
3315         wl-spam-register-good-messages.
3316         (wl-summary-target-mark-register-as-spam): New funtion.
3317         (wl-summary-target-mark-register-as-good): Ditto.
3318
3319 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-spam.el: New file.
3322
3323 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3324
3325         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3326
3327         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3328         (wl-summary-auto-refile): Call wl-refile-guess with
3329         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3330
3331 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332
3333         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3334         with disable-thread argument non-nil.
3335
3336 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-summary.el (wl-summary-rescan): Added optional argument
3339         disable-thread.
3340         (wl-summary-sync): Call wl-summary-rescan with argument
3341         disable-thread.
3342         (wl-summary-input-range): Added new range `rescan-thread'.
3343
3344 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3347
3348 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3349
3350         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3351         internal variable.
3352         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3353         wl-summary-search-parent-by-subject-regexp and
3354         wl-summary-divide-thread-when-subject-changed as nil.
3355         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3356         (wl-summary-insert-thread): Search parent entity from
3357         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3358         thread loop.
3359
3360 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3363
3364         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3365
3366         * wl-util.el (wl-require-update-all-folder-p): New function.
3367         (wl-get-assoc-list-value): Added `function' to match directive.
3368         (wl-collect-draft): Rewrite.
3369
3370         * wl-summary.el (wl-summary-sync-update): Clear faces
3371         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3372         are non-nil.
3373         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3374         argument as function.
3375         (wl-summary-input-range): Ditto.
3376
3377         * wl-folder.el (wl-draft-get-folder): New function.
3378         (wl-folder-get-elmo-folder): Consider draft folder.
3379
3380         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3381         (wl-draft-buffer-message-number): New buffer local variable.
3382         (wl-draft-folder-internal): New internal variable.
3383         (wl-draft-delete): Rewrite.
3384         (wl-draft-save): Ditto.
3385         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3386         wl-folder-get-elmo-folder.
3387         (wl-draft-config-info-operation): Ditto.
3388         (wl-jump-to-draft-folder): Ditto.
3389         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3390         (wl-draft-reedit): Rewrite.
3391
3392         * Version number is increased to 2.11.19.
3393
3394 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3395
3396         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3397         variable.
3398
3399 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3402         Use ignore-errors instead of unwind-protect.
3403
3404 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3405
3406         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3407         for updating `wl-thread-entity-list'.
3408
3409 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3410
3411         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3412         parameter from calling `wl-thread-entity-get-older-brothers' and
3413         `wl-thread-entity-get-younger-brothers'.
3414         Replace nested `append' with a single one.
3415
3416 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3417
3418         * wl-summary.el (wl-summary-mode): Don't use the return value of
3419         `make-local-hook'.
3420
3421 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3422
3423         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3424         instead of `let*'.
3425         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3426         of local variables.
3427
3428 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3431         Renamed from wl-summary-window-scroll-functions.
3432         (wl-summary-window-scroll-functions): Don't set to variable.
3433         (wl-summary-display-top): Use run-hooks.
3434         (wl-summary-display-bottom): Ditto.
3435         (wl-summary-toggle-disp-msg): Ditto.
3436         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3437         Use it instead of wl-summary-window-scroll-functions.
3438         (wl-summary-goto-folder-subr): Don't call
3439         wl-summary-window-scroll-functions, use
3440         wl-summary-buffer-window-scroll-functions instead.
3441
3442 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3443
3444         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3445         make-local-variable.
3446
3447 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3448
3449         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3450         set-buffer-modified-p.
3451         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3452         (wl-summary-display-bottom): Ditto.
3453         (wl-summary-toggle-disp-msg): Ditto.
3454
3455 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3456
3457         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3458
3459         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3460         (wl-summary-forward): Use elmo-message-entity-field instead of
3461         elmo-message-field.
3462
3463         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3464
3465 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3466
3467         * wl-summary.el (wl-summary-window-scroll-functions): No use
3468         `append'.
3469
3470 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3473         function.
3474         (wl-summary-window-scroll-functions): Call it when both
3475         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3476         (wl-summary-temp-mark): Added optional argument number.
3477         (wl-summary-message-mark): Added optional argument flag.
3478         (wl-summary-persistent-mark): Added optional argument number and flag.
3479         (wl-summary-update-persistent-mark): Ditto.
3480         (wl-summary-update-status-marks): Set "r" for interactive spec.
3481
3482         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3483         argument number and flag.
3484
3485         * wl-action.el (wl-summary-registered-temp-mark):
3486         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3487
3488 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3489
3490         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3491         internal variable (buffer local).
3492         (wl-summary-window-scroll-functions): New function.
3493         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3494         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3495         as nil.
3496         (wl-summary-update-status-marks): Added arguments beg, end and
3497         check.
3498         (wl-summary-update-mark-window): Use function.
3499         (wl-summary-sync-update): Follow the change above.
3500         (wl-summary-switch-to-clone-buffer): Copy
3501         wl-summary-buffer-unsync-mark-number-list.
3502         (wl-summary-goto-folder-subr): Set
3503         wl-summary-buffer-unsync-mark-number-list and
3504         use wl-summary-window-scroll-functions instead of
3505         wl-summary-lazy-highlight.
3506
3507         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3508
3509 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3510
3511         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3512
3513         * wl-summary.el (wl-summary-update-persistent-mark): Call
3514         wl-summary-set-message-modified.
3515
3516         * wl-summary.el (wl-summary-sync-update): Don't call
3517         wl-summary-update-status-marks.
3518
3519         * Version number is increased to 2.11.18.
3520
3521 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3522
3523         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3524         (wl-message-next-page): Ditto.
3525
3526 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3527
3528         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3529         local variable.  Change the order of a collected list into the
3530         same as the specified range.  Remove nil from a collected list.
3531
3532 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3533
3534         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3535         argument for elmo-folder-list-messages.
3536
3537 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3538
3539         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3540         change (wl-summary-count-unreads return a list instead of a cons
3541         cell).
3542
3543 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3544
3545         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3546         `wl-summary-folder-info-update'.
3547
3548 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-summary.el (wl-summary-set-message-modified): No use
3551         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3552         (wl-summary-set-mark-modified): Abolish.
3553         (wl-summary-mark-modified-p): Ditto.
3554         (wl-summary-save-view): Follow the change above.
3555
3556         * wl-expire.el (wl-summary-expire): Likewise.
3557
3558 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3559
3560         * wl-summary.el (wl-summary-detect-mark-position): Use
3561         modb-entity-handler.
3562         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3563
3564         * Version number is increased to 2.11.17.
3565
3566 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3567
3568         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3569         entity field value.
3570         (wl-summary-prefetch-msg): Ditto.
3571         (wl-summary-print-message-with-ps-print): Ditto.
3572
3573 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3576         for dummy entity.
3577         (wl-summary-insert-thread): Use elmo-message-entity-field.
3578         (wl-summary-update-thread): Use elmo-message-entity-field and
3579         elmo-message-entity-number.
3580         (wl-summary-line-number):  Use elmo-message-entity-number.
3581         (wl-summary-line-size): Use elmo-message-entity-field.
3582         (wl-summary-line-subject): Ditto.
3583         (wl-summary-line-from): Ditto.
3584         (wl-summary-line-attached): Ditto.
3585         (wl-summary-create-line): Ditto.
3586         (wl-summary-create-line): Use elmo-message-entity-number.
3587         (wl-summary-print-message-with-ps-print): Use
3588         elmo-message-entity-field.
3589
3590 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3593         change in elmo-msgdb-make-message-entity.
3594         (wl-summary-buffer-set-folder): Don't call
3595         wl-summary-detect-mark-position here.
3596         (wl-summary-rescan): Call elmo-message-entity-number.
3597         (wl-summary-sync-update): Ditto.
3598         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3599
3600         * wl-score.el (wl-score-header-index): Redefine 2th element.
3601         (wl-score-overview-entity-get-extra): Abolish.
3602         (wl-score-ov-entity-get): Rewrite.
3603         (wl-score-string-index<, wl-score-string-func<): Abolish.
3604         (wl-score-string<): New function.
3605         (wl-score-string-sort): Use it.
3606
3607         * wl-refile.el (wl-refile-guess-by-history): Use
3608         elmo-message-entity-field.
3609         (wl-refile-guess-by-from): Ditto.
3610         (wl-refile-guess-by-msgid): Ditto.
3611
3612         * Version number is increased to 2.11.16.
3613
3614 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3615
3616         * wl-folder.el (wl-folder-confirm-existence): Don't call
3617         file-exists-p if msgdb-path is nil.
3618         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3619         `wl-read-folder-hist' to `wl-read-folder-history'.
3620
3621 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3622
3623         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3624         `y-or-n-p'.
3625
3626 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3627
3628         * wl-score.el (wl-score-headers): Don't use
3629         elmo-folder-do-each-message-entity.
3630
3631         * Version number is increased to 2.11.15.
3632
3633 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3634
3635         * wl-summary.el (wl-summary-delete-all-msgs): Use
3636         elmo-folder-move-messages instead of elmo-folder-delete-messages
3637         and elmo-folder-detach-messages.
3638         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3639
3640         * wl-expire.el (wl-expire-delete): Ditto.
3641         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3642
3643 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3644
3645         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3646         (wl-message-header-narrowing-fields): Ditto.
3647         (wl-message-header-narrowing-lines): Ditto.
3648         (wl-message-header-narrowing-string): Ditto.
3649
3650         * wl-summary.el (wl-summary-mode-map): Bind
3651         wl-summary-toggle-header-narrowing to "C-cC-f".
3652         (wl-summary-toggle-header-narrowing): New function.
3653
3654         * wl-message.el (wl-message-buffer-create): Call
3655         wl-message-header-narrowing-setup.
3656         (wl-message-redisplay): Call wl-message-header-narrowing.
3657         (wl-message-header-narrowing): New function.
3658         (wl-message-header-narrowing-map): New keymap.
3659         (wl-message-header-narrowing-widen-map): New keymap.
3660         (wl-message-header-narrowing-again-at-mouse): New function.
3661         (wl-message-header-narrowing-1): Ditto.
3662         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3663         (wl-message-header-narrowing-setup): Ditto.
3664         (wl-message-header-narrowing-toggle): Ditto.
3665
3666         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3667
3668         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3669         'flag as all.
3670         (wl-use-flag-folder-help-echo): New user option.
3671
3672         * wl-summary.el (wl-summary-detect-mark-position): Bind
3673         wl-summary-highlight as nil.
3674         (wl-summary-set-mark-modified): Follow the API change.
3675         (wl-summary-mark-modified-p): Ditto.
3676         (wl-summary-mark-as-read-all): Ditto.
3677         (wl-summary-sync-marks): Don't call
3678         elmo-folder-list-messages-with-global-mark.
3679         (wl-summary-mark-as-read-internal): Follow the API change.
3680         (wl-summary-mark-as-answered-internal): Ditto.
3681         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3682         Follow the API change.
3683         (wl-summary-create-line): Call with number argument.
3684         (wl-summary-reply): Follow the API change.
3685
3686         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3687         function.
3688         (wl-highlight-summary-line-string): Call it when
3689         wl-use-flag-folder-help-echo is non-nil.
3690         (wl-highlight-summary-current-line): Ditto.
3691         (elmo-flag-folder-referrer): Added autoload setting.
3692
3693         * wl-draft.el (wl-draft-kill): Follow the API change.
3694
3695         * Version number is increased to 2.11.14.
3696
3697 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3698
3699         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3700
3701 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * Version number is increased to 2.11.13.
3704
3705 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3706
3707         * wl-draft.el (wl-draft-previous-history-element): Fixed
3708         unbalanced parenthesis and bind unbound local variables.
3709
3710 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3711
3712         * wl-draft.el (wl-draft-previous-history-element): New function.
3713         (wl-draft-next-history-element): Ditto.
3714         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3715         them to M-p and M-n.
3716
3717 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * Version number is increased to 2.11.12.
3720
3721 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3722
3723         * wl-draft.el (wl-draft-hide): Select buffer-window.
3724
3725 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3726
3727         * wl-summary.el (wl-summary-narrow-to-region): New function.
3728         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3729         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3730         (wl-summary-save-region): Use it.
3731         * wl-action.el (wl-summary-collect-numbers-region)
3732         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3733
3734 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3735
3736         * wl-folder.el (wl-folder-count-incorporates): Don't use
3737         `elmo-msgdb-mark-load'
3738
3739         * Version number is increased to 2.11.11.
3740
3741 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3742
3743         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3744         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3745
3746 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3747
3748         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3749
3750 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3751
3752         * Version number is increased to 2.11.10.
3753
3754 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3755
3756         * wl-mime.el (wl-draft-attribute-value): Fixed.
3757
3758 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3759
3760         * wl-util.el (wl-copy-local-variables): New function.
3761
3762         * wl-mime.el (wl-draft-attribute-recipients): New function.
3763         (wl-draft-attribute-envelope-from): Ditto.
3764         (wl-draft-attribute-smtp-posting-server): Ditto.
3765         (wl-draft-attribute-smtp-posting-port): Ditto.
3766         (wl-draft-attribute-value): Ditto.
3767         (wl-draft-preview-message): Use it to get value for
3768         attributes. Reflect result of `wl-draft-config'.
3769
3770         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3771         and call `wl-summary-mark-as-read' before to call
3772         `wl-summary-unset-mark'.
3773         (wl-summary-target-mark-mark-as-unread): Likewise.
3774         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3775
3776 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3777
3778         * wl-mime.el (wl-draft-preview-message): Use actual value for
3779         attributes; Fix for small window.
3780
3781 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3782
3783         * wl-refile.el (wl-refile-get-field-value): Call
3784         `elmo-message-entity-field' with 3rd argument is non-nil.
3785
3786 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3787
3788         * wl-vars.el (wl-draft-preview-attributes): New user option.
3789         (wl-draft-preview-attributes-list): Ditto.
3790         (wl-draft-preview-attributes-buffer-lines): Ditto.
3791         (wl-draft-preview-attributes-buffer-name): Ditto.
3792
3793         * wl-mime.el (wl-draft-preview-message): Display attributes.
3794
3795 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3796
3797         * wl-summary.el (wl-summary-detect-mark-position): Bind
3798         wl-summary-flag-priority-list to '(new).
3799
3800 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3801
3802         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3803         funtion.
3804         (wl-highlight-summary-line-string): Use it.
3805         (wl-highlight-summary-current-line): Ditto.
3806
3807 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3810         line even when the mark string is not changed.
3811
3812         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3813         argument change in the wl-summary-create-line.
3814         (wl-thread-insert-entity-sub): Ditto.
3815
3816         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3817         argument change in the wl-summary-create-line.
3818         (wl-summary-insert-sequential): Ditto.
3819         (wl-summary-update-thread): Ditto.
3820         (wl-summary-persistent-mark-string): New inline function.
3821         (wl-summary-message-mark): Use it.
3822         (wl-summary-create-line): Abolish argument wl-persistent-mark
3823         and added wl-flags, wl-cached.
3824
3825         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3826         mark to flags.
3827         (wl-highlight-summary-current-line): Decide the face not by the
3828         persistent mark but flags.
3829
3830 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3831
3832         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3833         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3834         wl-summary-read-uncached-mark): Revive.
3835         (wl-summary-answered-cached-mark,
3836         wl-summary-answered-uncached-mark): New user option.
3837         (wl-summary-score-marks): Follow the change above.
3838         (wl-summary-auto-refile-skip-marks): Ditto.
3839         (wl-summary-incorporate-marks): Ditto.
3840         (wl-summary-expire-reserve-marks): Ditto.
3841         (wl-summary-flag-priority-list): New user option.
3842
3843         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3844         changes.
3845         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3846         of elmo-message-mark.
3847         (wl-summary-mark-as-read-internal): Ditto.
3848         (wl-summary-mark-as-answered): Ditto.
3849         (wl-summary-mark-as-important): Ditto.
3850         (wl-summary-redisplay-internal): Ditto.
3851         (wl-summary-redisplay-no-mime-internal): Ditto.
3852         (wl-summary-message-mark): New function.
3853         (wl-summary-insert-sequential): Use wl-summary-message-mark
3854         instead of elmo-message-mark.
3855         (wl-summary-update-thread): Ditto.
3856         (wl-summary-persistent-mark): Ditto.
3857         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3858         instead of elmo-message-mark.
3859
3860         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3861         wl-summary-message-mark instead of elmo-message-mark.
3862         (wl-thread-insert-entity-sub): Ditto.
3863         (wl-thread-get-children-msgs-uncached): Ditto.
3864
3865         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3866         variable name changes.
3867         (wl-highlight-summary-current-line): Ditto.
3868
3869         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3870         wl-summary-message-mark instead of elmo-message-mark.
3871
3872         * wl-expire.el (wl-expire-message-p): Ditto.
3873
3874         * wl-score.el (wl-score-headers): Ditto.
3875
3876         * Version number is increased to 2.11.9.
3877
3878         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3879         (wl-summary-sync-update): Follow the change above.
3880         (wl-summary-switch-to-clone-buffer): Ditto.
3881         (wl-summary-open-folder): Ditto.
3882
3883 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3884
3885         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3886         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3887
3888         * Version number is increased to 2.11.8.
3889
3890         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3891
3892         * wl-expire.el (wl-expire-refile): Follow the API change on
3893         `elmo-folder-move-messages'.
3894         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3895
3896         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3897         (wl-summary-exec-action-refile): Ditto.
3898         (wl-summary-exec-action-copy): Ditto.
3899         (wl-summary-no-auto-refile-message-p): No use
3900         `wl-summary-buffer-msgdb'.
3901         (wl-summary-auto-refile): Ditto.
3902
3903 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3904
3905         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3906
3907 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3908
3909         * wl-summary.el (wl-summary-sync): Treat no-sync.
3910
3911         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3912         (wl-default-sync-range): Ditto.
3913
3914 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-refile.el (wl-refile-subject-learn): Call
3917         `elmo-message-entity-field' with 3rd argument is non-nil.
3918         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3919         instead of `elmo-msgdb-overview-entity-get-subject'.
3920
3921 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3924         scan-type is rescan.
3925         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3926         new optional argument force is non-nil.
3927         (wl-summary-save-view-cache): Call it with force argument non-nil.
3928
3929         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3930
3931 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3932
3933         * wl-action.el (wl-summary-print-argument): Fixed last change.
3934
3935 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3938         simplified.
3939         (wl-summary-target-mark-mark-as-unread): Likewise.
3940         (wl-summary-target-mark-mark-as-important): Likewise.
3941
3942 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3943
3944         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3945         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3946         (wl-summary-mark-as-important-region): Change accordingly.
3947         (wl-summary-target-mark-mark-as-important): Ditto.
3948
3949 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3950
3951         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3952
3953         * wl-action.el (wl-summary-print-argument): Print argument to
3954         right side of window if `wl-summary-print-argument-within-window'
3955         is non-nil.
3956
3957 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl-action.el (wl-summary-set-mark): Use
3960         `wl-summary-message-visible-p' to check visibility of the message
3961         and jump to message only when the message line is visible and have
3962         different number; Call wl-summary-unset-mark with number argument.
3963         (wl-summary-unset-mark):
3964         Use `wl-summary-message-visible-p'
3965         to check visibility of the message and jump to message only when
3966         the message line is visible and have different number;
3967
3968 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3969
3970         * Version number is increased to 2.11.7.
3971
3972         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3973         and wl-folder-summary-line-format.
3974
3975         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3976         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3977         (wl-summary-set-score-mark): Use it.
3978         (wl-summary-target-mark-mark-as-read): Ditto.
3979         (wl-summary-target-mark-mark-as-unread): Ditto.
3980         (wl-summary-target-mark-mark-as-important): Ditto.
3981         (wl-summary-target-mark-msgs): Simplified.
3982         (wl-summary-detect-mark-position): Fixed problem when
3983         summary-line-format no contain persisten/temp mark spec.
3984         (wl-summary-temp-mark): Ditto.
3985         (wl-summary-persistent-mark): Ditto.
3986         (wl-summary-update-persistent-mark): Ditto.
3987
3988         * wl-action.el (wl-summary-set-mark): Ditto.
3989         (wl-summary-unset-mark): Ditto.
3990         All other related portions are changed.
3991
3992 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * Version number is increased to 2.11.6.
3995
3996 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3997
3998         * wl-util.el (wl-current-message-buffer): Define as function;
3999         Don't use the value of wl-messge-buffer.
4000
4001         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
4002         persistent mark.
4003
4004         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
4005         no current message, cause an error.
4006
4007 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4008
4009         * wl-summary.el (wl-summary-set-message-modified): Use
4010         elmo-folder-set-message-modified instead of
4011         elmo-folder-set-message-modified-internal.
4012
4013 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
4016         interactively.
4017         (wl-summary-sync): nokill->entirely.
4018         (wl-summary-sync-marks): Fixed message.
4019         (wl-summary-input-range): Added mark, nokill->entirely.
4020
4021         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
4022         messages as read.
4023
4024 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4025
4026         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
4027         update-noscore.
4028         (wl-summary-sync): Follow the change above.
4029
4030 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4031
4032         * wl-action.el (wl-summary-target-mark-all): Use
4033         elmo-folder-list-messages.
4034
4035 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4038         (wl-summary-rescan): Set wl-summary-scored as nil.
4039         (wl-summary-sync-force-update): Follow the change above.
4040         (wl-summary-sync): Ditto.
4041         (wl-summary-sync-update): Added argument disable-killed.
4042         (wl-summary-insert-headers): Set visible-only argument for
4043         elmo-folder-list-messages.
4044         (wl-summary-input-range): Added update-nokill, update-noscore,
4045         all-nokill, all-noscore and mark.
4046
4047         * Version number is increased to 2.11.5.
4048
4049         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4050
4051 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4052
4053         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4054         (wl-summary-prefetch-region-no-mark): Change accordingly.
4055         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4056
4057 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4058
4059         * wl-address.el (wl-complete-field-to): Abolished.
4060         (wl-complete-address): Completion function for completing-read.
4061         * wl-action.el (wl-summary-get-resend-address): Use it.
4062
4063         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4064         wl-summary-update-mark and abolish unused argument.
4065         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4066         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4067         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4068         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4069         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4070         * wl-draft.el (wl-draft-kill): Ditto.
4071
4072         * wl-summary.el: Remove unused binding of case-fold-search.
4073         (wl-summary-replace-status-marks): Abolished.
4074
4075 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4076
4077         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4078         is specified or folder length is zero.
4079
4080 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4081
4082         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4083         (wl-folder-archive-current-entity): Ditto.
4084
4085 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4088         retrieving message mark.
4089         (wl-summary-redisplay-internal): Ditto.
4090
4091         * wl-message.el (wl-message-buffer-display): Ignore errors while
4092         retrieving message-id field.
4093
4094         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4095         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4096         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4097         order of the arguments for `wl-expire-message-p'.
4098         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4099
4100         * wl-summary.el (wl-summary-target-mark-reply-with-citation):
4101         Check return value of wl-summary-reply.
4102         (wl-summary-reply): Recover window configuration when an error occured.
4103
4104 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4105
4106         * wl-summary.el (wl-summary-resend-message): Abolished, the
4107         feature is inherited by wl-summary-resend (put resend mark).
4108
4109 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4110
4111         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4112         wl-message-buffer to nil when the message is hide.
4113
4114 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4115
4116         * .cvsignore: New file.
4117
4118 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4119
4120         * wl-action.el (wl-summary-action-docstring): Add more info.
4121         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4122         duplicate definition.
4123         (wl-summary-define-mark-action): Functions wl-summary-*-region
4124         keep current position.
4125         (wl-summary-unregister-target-mark): Store result to the variable.
4126
4127 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * Version number is increased to 2.11.4.
4130
4131 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4134         wl-summary-delete-all-temp-marks.
4135         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4136
4137         * wl-action.el (wl-summary-set-mark): Changed terminology
4138         refile-destination -> action-argument.
4139         (wl-summary-unset-mark): Ditto.
4140         (wl-summary-remove-argument): Ditto.
4141         (wl-summary-print-argument): Ditto.
4142
4143         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4144         (wl-thread-remove-argument-region): Ditto.
4145         (wl-thread-print-argument-region): Ditto.
4146         (wl-thread-close): Ditto.
4147         (wl-thread-open): Ditto.
4148
4149         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4150         (wl-highlight-refile-destination-face is abolished)
4151         (wl-highlight-action-argument-string): Ditto.
4152         (wl-highlight-summary-current-line): Highlight action argument.
4153
4154         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4155         color for light backgrounds.
4156         (wl-highlight-summary-answered-face): Ditto.
4157
4158 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4159
4160         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4161
4162         * wl-score.el (wl-summary-score-update-all-lines): Use
4163         wl-summary-set-mark.
4164         (wl-summary-score-update-all-lines): Kill expunged messages.
4165
4166         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4167
4168 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4169
4170         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4171         directly.
4172         (wl-score-overview-entity-get-lines): Ditto.
4173         (wl-score-overview-entity-get-xref): Ditto.
4174         (wl-score-get-latest-msgs): Ditto.
4175         (wl-summary-rescore): Ditto.
4176
4177         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4178         to "&".
4179         (wl-summary-mark-as-answered-internal): New inline function.
4180         (wl-summary-mark-as-answered): New function.
4181         (wl-summary-mark-as-unanswered): Ditto.
4182         (wl-summary-sync-marks): Modified for answered-mark synching.
4183
4184 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4185
4186         * wl-action.el (wl-summary-set-mark): Fixed last change.
4187
4188 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4189
4190         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4191         behavior of wl-summary-unread-message-hook
4192         (Pointed out by akira yamada <akira@arika.org>).
4193
4194 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4195
4196         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4197         wl-summary-delete.
4198         * wl-xmas.el (wl-summary-toolbar): Ditto.
4199
4200         * wl-action.el (wl-summary-set-mark): Don't override current
4201         temp-mark.
4202
4203         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4204
4205 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4208         (wl-refile-msgid-learn): Ditto.
4209         (wl-refile-get-field-value): Ditto.
4210
4211         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4212
4213         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4214         (wl-expire-delete-reserved-messages): Renamed from
4215         wl-expire-reserve-marked-msgs-from-list.
4216         (wl-expire-delete): Removed argument `msgdb'.
4217         (wl-expire-refile): Ditto.
4218         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4219         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4220         mark-alist as argument.
4221         (wl-expire-archive-number1): Removed argument `msgdb'.
4222         (wl-expire-archive-number2): Ditto.
4223         (wl-expire-archive-date): Ditto.
4224         (wl-expire-localdir-date): Ditto.
4225         (wl-expire-hide): Ditto.
4226         (wl-archive-number1): Ditto.
4227         (wl-archive-number2): Ditto.
4228         (wl-archive-date): Ditto.
4229         (wl-archive-folder): Ditto.
4230         All other related portions are changed.
4231
4232 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4233
4234         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4235         mean move up and down. (suggested by Takashi Kawachi)
4236
4237 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * wl-acap.el (toplevel): Don't require un-define.
4240
4241 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-thread.el (wl-thread-delete-message): Always update
4244         wl-summary-buffer-number-list.
4245
4246         * wl-action.el (wl-summary-print-destination):
4247         Do nothing when folder is nil.
4248
4249 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4250
4251         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4252         persistent mark when prefetch is succeeded.
4253
4254 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4257         instead of elmo-msgdb-delete-msgs.
4258         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4259         (wl-expire-hide): Ditto.
4260
4261         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4262
4263         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4264         elmo-msgdb interface.
4265         (wl-thread-get-exist-children): Likewise.
4266         (wl-thread-insert-message): Likewise.
4267         (wl-thread-msg-mark-as-important): Likewise.
4268         (wl-thread-insert-entity-sub): Likewise.
4269         (wl-thread-get-children-msgs-uncached): Likewise.
4270
4271         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4272         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4273         (wl-summary-sync-update): Likewise.
4274         (wl-summary-auto-select-msg-p): Likewise.
4275         (wl-summary-update-thread): Likewise.
4276         (wl-summary-mark-as-important): Likewise.
4277         (wl-summary-jump-to-msg-internal): Likewise.
4278         (wl-summary-redisplay-internal): Likewise.
4279         (wl-summary-print-message-with-ps-print): Likewise.
4280         (wl-summary-folder-info-update): Likewise.
4281
4282         * wl-folder.el (wl-folder-check-one-entity):
4283         elmo-folder-count-flags instead of wl-summary-count-unread.
4284
4285         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4286
4287         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4288
4289         * wl-summary.el (wl-summary-set-message-modified):
4290         Call wl-summary-set-mark-modified.
4291         (wl-summary-delete-messages-on-buffer): Call
4292         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4293         (wl-summary-sync-update): Call elmo-folder-length instead of
4294         elmo-folder-messages.
4295         (wl-summary-insert-headers): Don't call
4296         elmo-folder-list-message-entities.
4297
4298 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4299
4300         * wl-action.el (wl-summary-define-mark-action): Call
4301         `wl-summary-set-mark' with argument `data'.
4302         (wl-summary-auto-refile): Fixed order of arguments when call
4303         `wl-summary-refile'.
4304
4305 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4306
4307         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4308
4309         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4310
4311         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4312         (Renamed from wl-highlight-summary-deleted-face).
4313         (wl-highlight-summary-resend-face): New face.
4314
4315         (wl-highlight-summary-deleted-face): Renamed from
4316         wl-highlight-summary-erased-face.
4317
4318         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4319
4320         * wl-action.el (wl-summary-get-resend-address): New function.
4321         (wl-summary-exec-action-resend): Ditto.
4322         (wl-summary-exec-action-resend-subr): Ditto.
4323
4324         * w-thread.el (wl-thread-copy): Removed definition.
4325         (wl-thread-refile): Ditto.
4326         (wl-thread-delete): Ditto.
4327         (wl-thread-target-mark): Ditto.
4328
4329         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4330         (wl-summary-target-mark-set-action): Fixed.
4331         (wl-summary-define-mark-action): Fixed quotation.
4332         (wl-summary-move-mark-list-messages): Display message.
4333         (wl-summary-define-mark-action): Define thread functions.
4334         (wl-summary-exec-action-refile): Changed message.
4335         (wl-summary-exec): Ditto.
4336
4337 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4338
4339         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4340         '%%'.
4341
4342 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4343
4344         * wl.el (toplevel): Require wl-action.
4345         (wl-init): Call wl-summary-define-mark-action.
4346
4347         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4348
4349         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4350         wl-summary-delete and wl-summary-erase.
4351         (wl-summary-mode-map): Ditto.
4352
4353         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4354         wl-delete-folder-alist.
4355
4356         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4357         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4358         (toplevel): Moved mark & action related functions to the wl-action.el.
4359
4360         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4361         in wl-summary-mark-action-list.
4362         (wl-highlight-summary-current-line): Ditto.
4363
4364         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4365         empty lines.
4366
4367         * wl-action.el: New file.
4368
4369 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4370
4371         * wl-summary.el (wl-summary-target-mark-replace): New function.
4372         (wl-summary-target-mark-prefetch): Use it.
4373         (wl-summary-target-mark-delete): Ditto.
4374         (toplevel): Rearranged definition order.
4375         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4376         (wl-summary-target-mark-erase): Rewrite.
4377         (wl-summary-erase-region): New function.
4378         (wl-summary-exec-action-erase): Changed message.
4379         (wl-summary-move-mark-list-messages): New function.
4380         (wl-summary-exec-action-delete): Use it.
4381         (wl-summary-exec-action-erase): Ditto.
4382
4383         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4384         (wl-summary-skip-mark-list): Added "d".
4385
4386         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4387         while searching.
4388
4389         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4390         and define using defcustom;
4391         Define 4th element as a face.
4392
4393         * wl-summary.el (wl-summary-incorporate): Use
4394         `wl-summary-prefetch-region-no-mark' instead of
4395         `wl-summary-prefetch-region'.
4396         (wl-summary-prefetch-region-no-mark): Revival of old
4397         `wl-summary-prefetch-region'.
4398         (wl-summary-mark-action-list): Moved to wl-vars.el
4399
4400         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4401         face according to the `wl-summary-mark-action-list'.
4402         (wl-highlight-summary-current-line): Ditto;
4403         Removed destination highlighting.
4404
4405         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4406         (wl-highlight-summary-line-string): Highlight for "i" mark.
4407         (wl-highlight-summary-current-line): Ditto.
4408
4409         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4410         no destination.
4411
4412         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4413         exists, just go ahead.
4414         (wl-summary-prefetch-region): Rewrite.
4415         (wl-summary-prefetch): Ditto.
4416         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4417         (wl-summary-exec-action-prefetch): New function.
4418         (wl-summary-target-mark-prefetch): Rewrite.
4419
4420 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4421
4422         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4423         (wl-highlight-summary-line-string): Added "d" and "D".
4424         (wl-highlight-summary-current-line): Ditto.
4425
4426         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4427         in wl-summary.el.
4428         (wl-thread-insert-entity-sub): Ditto.
4429         (wl-thread-remove-destination-region): Ditto.
4430         (wl-thread-print-destination-region): Ditto.
4431
4432         * wl-summary.el (wl-summary-buffer-refile-list,
4433         wl-summary-buffer-delete-list,
4434         wl-summary-buffer-copy-list): Abolish.
4435         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4436         All other related portions are changed.
4437         (wl-summary-mark-action-list): New variable.
4438         (wl-summary-set-mark): New function.
4439         (wl-summary-register-target-mark): Ditto.
4440         (wl-summary-unregister-target-mark): Ditto.
4441         (wl-summary-have-target-mark-p): Ditto.
4442         (wl-summary-register-temp-mark): Ditto.
4443         (wl-summary-unregister-temp-mark): Ditto.
4444         (wl-summary-registered-temp-mark): Ditto.
4445         (wl-summary-collect-temp-mark): Ditto.
4446         (wl-summary-unset-mark): Ditto.
4447         (wl-summary-set-target-mark): Ditto.
4448         (wl-summary-unset-target-mark): Ditto.
4449         (wl-summary-set-action-generic): Ditto.
4450         (wl-summary-unset-action-generic): Ditto.
4451         (wl-summary-exec-action-delete): Ditto.
4452         (wl-summary-exec-action-erase): Ditto.
4453         (wl-summary-set-action-refile): Ditto.
4454         (wl-summary-set-action-refile-subr): Ditto.
4455         (wl-summary-unset-action-refile): Ditto.
4456         (wl-summary-make-destination-numbers-list): Ditto.
4457         (wl-summary-exec-action-refile): Ditto.
4458         (wl-summary-set-action-copy): Ditto.
4459         (wl-summary-unset-action-copy): Ditto.
4460         (wl-summary-exec-action-copy): Ditto.
4461         (wl-summary-collect-numbers-region): Ditto.
4462         (wl-summary-delete): Rewrite.
4463         (wl-summary-erase): Ditto.
4464         (wl-summary-remove-destination): Ditto.
4465         (wl-summary-exec): Ditto.
4466         (wl-summary-exec-region): Ditto.
4467         (wl-summary-target-mark-erase): Ditto.
4468         (wl-summary-refile): Ditto.
4469         (wl-summary-copy): Ditto.
4470         (wl-summary-unmark): Ditto.
4471         (wl-summary-delete-all-mark): Ditto.
4472         (wl-summary-mark-line): Don't highlight.
4473         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4474         (wl-summary-target-mark-refile-subr): Rewrite.
4475
4476         (wl-summary-copy-prev-destination): Abolish.
4477
4478 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4479
4480         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4481         default values along the value of wl-on-mule.
4482         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4483         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4484         It is not used anywhere.
4485
4486 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4487
4488         * wl-summary.el (wl-summary-print-destination): Keep position.
4489         (wl-summary-cursor-move-surface): Keep horizontal position.
4490
4491 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4492
4493         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4494         write sendlog.
4495
4496 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4497
4498         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4499         `wl-summary-highlight'.
4500
4501 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4502
4503         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4504         trivial condition for temp-mark.
4505
4506 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4507
4508         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4509         when it hits killed buffer.
4510
4511 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4512
4513         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4514         * wl-news.el.in: `message' and `error' take format string.
4515
4516 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4517
4518         * wl-folder (wl-folder-insert-entity): Display a message,
4519         `...done', when the work finish.
4520         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4521
4522 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4523
4524         * wl-message.el (wl-message-redisplay): Remove unused local
4525         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4526
4527 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4528
4529         * wl-summary.el (wl-summary-replace-status-marks): Disable
4530         interactive use.
4531         (wl-summary-reedit): Check message existence at first.
4532         (wl-summary-mark-line): Fix doc, return value is indefinite.
4533
4534         * wl-highlight.el (wl-highlight-message): Arranged.
4535
4536         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4537         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4538         check temp-mark by wl-summary-temp-mark always.
4539         (wl-highlight-summary): Change accordingly.
4540         * wl-summary.el (wl-summary-mark-as-read-all)
4541         (wl-summary-delete-cache, wl-summary-set-score-mark)
4542         (wl-summary-mark-as-unread, wl-summary-unmark)
4543         (wl-summary-mark-line, wl-summary-mark-as-read)
4544         (wl-summary-mark-as-important): Ditto.
4545
4546         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4547         end of the window if possible.
4548         * wl-summary.el (wl-summary-sync-update): Support lazy
4549         highlighting.
4550         (wl-summary-toggle-disp-msg): Ditto.
4551
4552 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4553
4554         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4555
4556 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4557
4558         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4559         change.
4560
4561 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4562
4563         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4564         API.
4565         (wl-summary-sync-update): Ditto.
4566
4567         * wl-score.el (wl-score-get-score-alist): Changed argument.
4568         (wl-summary-rescore-msgs): Likewise.
4569         (wl-summary-score-headers): Likewise.
4570         (wl-score-headers): Likewise;
4571         Use elmo-folder-do-each-message-entity, etc.
4572         (wl-summary-score-effect): Follow the changes above.
4573         (wl-summary-rescore): Ditto.
4574         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4575         (wl-score-get-overview): Abolish.
4576
4577         * wl-summary.el (wl-summary-default-from): Follow the API change in
4578         elmo-msgdb.
4579         (wl-summary-count-unread): Ditto.
4580         (wl-summary-detect-mark-position): Ditto.
4581         (wl-summary-overview-entity-compare-by-date): Ditto.
4582         (wl-summary-overview-entity-compare-by-number): Ditto.
4583         (wl-summary-overview-entity-compare-by-from): Ditto.
4584         (wl-summary-overview-entity-compare-by-subject): Ditto.
4585         (wl-summary-get-list-info): Ditto.
4586         (wl-summary-rescan): Ditto.
4587         (wl-summary-jump-to-msg-by-message-id): Ditto.
4588         (wl-summary-sync-update): Ditto; Removed comment.
4589         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4590         (wl-summary-insert-message): Use wl-summary-insert
4591         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4592         (wl-summary-insert-headers): Changed argument overview to folder.
4593         (wl-summary-search-by-subject): Likewise.
4594         (wl-summary-insert-thread): Renamed from
4595         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4596
4597         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4598         too.
4599
4600         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4601         wl-string-member.
4602
4603 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4604
4605         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4606         elmo-folder-append-buffer.
4607         (wl-draft-queue-append): Likewise.
4608
4609         * wl-mime.el (wl-message-delete-current-part): Ditto.
4610         (wl-summary-burst-subr): Ditto.
4611
4612         * wl-news.el.in (wl-news-send-news): Ditto.
4613
4614 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4617         function.
4618         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4619         (wl-summary-update-mark): Enclose with save-excursion.
4620         (wl-summary-mark-as-read-internal): Fixed last change.
4621         (wl-summary-mark-as-important): Use 3rd argument of
4622         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4623         Don't use elmo-msgdb-set-mark.
4624         (wl-summary-redisplay-internal): If msgdb flag is already read,
4625         just update the mark on buffer.
4626
4627 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4628
4629         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4630         cut visible folder when elmo-folder-delete returns non-nil value.
4631
4632 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4633
4634         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4635         by Kenichi OKADA <okada@opaopa.org>).
4636
4637 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4638
4639         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4640
4641 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4642
4643         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4644         Fixed the last change, search group entity by its real name.
4645         (Thanks to: KOBAYASHI Shinji)
4646
4647 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4648
4649         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4650         (wl-fldmgr-access-display-all): Don't refer visible name.
4651         * wl-expire.el (wl-folder-archive-current-entity)
4652         (wl-folder-expire-current-entity): Ditto.
4653         * wl-folder.el (wl-folder-jump-to-current-entity)
4654         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4655         (wl-folder-open-folder-sub,wl-folder-open-all)
4656         (wl-folder-write-current-folder): Ditto.
4657         (wl-folder-insert-entity): Don't use petname for normal group.
4658         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4659         is the real name.
4660         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4661         Abolished.
4662
4663 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4664
4665         * wl-draft.el (wl-draft-create-buffer): Add
4666         `wl-summary-reply-with-citation'
4667
4668 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4669
4670         * wl-draft.el (wl-draft-reply): Fixed.
4671
4672 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4673
4674         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4675         when `wl-draft-send-confirm-with-preview' is non-nil.
4676         You can scroll up/down by j/k.
4677         (wl-draft-send-confirm-with-preview): New variable (default=t).
4678
4679 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4682         (wl-fldmgr-save-folders): Fix comment.
4683
4684 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4687         along the last change in `wl-folder-buffer-group-p'.
4688
4689 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4692         folder.
4693
4694         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4695         the default value.
4696
4697         * wl-mime.el (wl-summary-burst): Update summary only when target
4698         folder equals current folder.
4699
4700 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4703
4704 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4707         value.
4708
4709 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4712         `map-extents' instead of `extent-at' repeatedly.
4713         (wl-highlight-folder-current-line): Ditto.
4714
4715         * wl-highlight.el: Remove useless dummy functions.
4716
4717 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718
4719         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4720         (wl-folder-put-folder-property): New function to put text property.
4721         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4722         (wl-folder-insert-entity, wl-folder-update-diff-line)
4723         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4724         * wl-e21.el, wl-xmas.el, wl-mule.el
4725         (wl-highlight-folder-current-line): Ditto.
4726         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4727         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4728         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4729         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4730
4731 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * Version number is increased to 2.11.3.
4734
4735 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4738         Resume current-buffer since it is assumed by remaining tasks.
4739
4740 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4743         (wl-folder-completion-function): Abolished.
4744         (wl-folder-complete-folder): New function.
4745         (wl-folder-complete-filter-condition): Ditto.
4746         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4747         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4748
4749 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * wl-draft.el (wl-draft-send-confirm): New function.
4752         (wl-draft-send): Use it.
4753
4754         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4755         cursor-in-echo-area while confirming.
4756
4757         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4758
4759         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4760         searching via nntp if wl-summary-search-via-nntp is 'force.
4761         Otherwise, invoke searching in nntp folder only.
4762         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4763
4764         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4765         explicitly for mime-make-text-tag.
4766
4767 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4768
4769         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4770         `mime-make-text-tag' instead of `mime-create-tag'.
4771
4772 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4775         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4776
4777 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-score.el (wl-score-save): Bind print-length and print-level.
4780         (wl-score-pretty-print): Ditto.
4781         (wl-score-edit-insert-header-entry): Ditto.
4782
4783         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4784         "From" entry to be treated with wl-draft-eword-encode-address-list.
4785         * wl-mime.el (wl-draft-preview-message): Ditto.
4786
4787         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4788         (wl-summary-mark-as-unread): Ditto.
4789         (wl-summary-mark-as-read-region): Change accordingly.
4790         (wl-summary-mark-as-unread-region): Ditto.
4791         (wl-summary-target-mark-mark-as-read): Ditto.
4792         (wl-summary-target-mark-mark-as-unread): Ditto.
4793
4794 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * Version number is increased to 2.11.2.
4797
4798 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-news.el.in (wl-news-previous-version-save): Bind
4801         print-length and print-level.
4802         * wl-thread.el (wl-thread-save-entities): Ditto.
4803         (wl-thread-save-top-list): Bind print-length.
4804
4805 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4806
4807         * wl-highlight.el (wl-highlight-summary-line-string): Use
4808         wl-summary-score-below-mark, wl-summary-score-over-mark.
4809         (wl-highlight-summary-current-line): Ditto.
4810
4811 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4814         insert it.
4815
4816 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4819
4820 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4823         message without msgid.
4824         Rewrite with elmo-folder-move-messages.
4825         Set wl-message-buffer to nil.
4826
4827         * wl-summary.el (wl-summary-erase-subr): New function. Use
4828         elmo-folder-move-messages.
4829         (wl-summary-erase): Call it.
4830         (wl-summary-target-mark-erase): Ditto.
4831
4832 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4835         it is not up-tp-date.
4836
4837 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4840         buffer after calling `wl-summary-goto-folder-subr' without the
4841         argument `interactive'.
4842         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4843
4844 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4845
4846         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4847         `mime-create-tag'. Use `string=' instead of `looking-at'.
4848
4849 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4852         to avoid compile warning.
4853
4854         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4855         entity-id when folder is given.
4856         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4857         save-excursion, use save-selected-window instead.
4858         Select folder buffer window if exists.
4859         (To correct behavior with wl-folder-move-cur-folder.)
4860
4861 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4862
4863         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4864
4865 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4866
4867         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4868         list-count instead of %d.
4869
4870 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4871
4872         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4873         (wl-news): Set it.
4874         (wl-news-append-to-folder): Use it.
4875
4876         * wl-news.el.in (wl-news-send-news): Append to specified folder
4877         instead of wl-default-folder.
4878         (wl-news-append-to-folder): Show error message with specified folder.
4879
4880         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4881                 In most major modes, Emacs assumes that any opening
4882                 delimiter found at the left margin is the start of a
4883                 top-level definition, or defun. Therefore, *never put an
4884                 opening delimiter at the left margin unless it should have
4885                 that significance.*
4886
4887         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4888
4889 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4890
4891         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4892
4893 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4894
4895         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4896
4897 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4898
4899         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4900         for sequential numbering case.
4901
4902 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4905         value.
4906         (wl-draft-reply-without-argument-list): Ditto.
4907         (wl-draft-reply-myself-with-argument-list): Abolish.
4908         (wl-draft-reply-myself-without-argument-list): Ditto.
4909         * wl-draft.el (wl-draft-self-reply-p): New function.
4910         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4911
4912 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4913
4914         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4915         (avoid error for the case without byte-compiling)
4916
4917 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4918
4919         * wl-news.el.in (wl-news-append-to-folder): New function.
4920         (wl-news-exit): Rewrite.
4921         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4922
4923 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4924
4925         * wl-draft.el (wl-draft-reply-position): New function.
4926         (wl-draft-reply-position): Fix.
4927         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4928         (wl-summary-target-mark-reply-with-citation): Ditto.
4929         (wl-summary-reply-with-citation): Ditto.
4930         * wl-vars.el (wl-draft-reply-default-position): New variable.
4931
4932 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-draft.el (wl-draft-send): Preview when interactive send.
4935
4936 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4937
4938         * wl-draft.el (wl-draft-reply): Set default position.
4939         * wl-summary.el (wl-summary-reply): Ditto.
4940         (wl-summary-reply-with-citation): Ditto.
4941         (wl-summary-target-mark-reply-with-citation): Ditto.
4942
4943 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl-news.el.in (wl-news-lang): Set default value according to
4946         current-language-environment.
4947         (wl-news-append-news): Do nothing when news-list is nil.
4948
4949 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4952         (wl-news): Change message.
4953         (wl-news-exit): Check buffer.
4954         (wl-news-force-exit): New function.
4955         (wl-news-show-all): New function.
4956         (wl-news-discard-and-exit): Fix.
4957
4958 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4961         according to current-language-environment.
4962
4963         * wl-news.el.in (wl-news): If arg, show all NEWS after
4964         wl-news-default-previous-version.
4965
4966 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4967
4968         * wl-news.el.in (wl-news-check): Rewritten.
4969         (wl-news-previous-version-load): Change data type.
4970         (wl-news-previous-version-save): Change data type.
4971         (wl-news-append-news): Add return value.
4972         (wl-news-check-news): New function.
4973         (wl-news-already-current-p): New function.
4974         (wl-news-send-news): Rewritten.
4975         (wl-news-mode-map): Add new keybind.
4976         (wl-news): Rewritten.
4977         (wl-news-exit): Rewritten.
4978         (wl-news-discard-and-mail): New function.
4979         (wl-news-send-to-address): Abolished.
4980         * wl.el (wl-init): Delete a message.
4981
4982 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4983
4984         * wl-news.el.in (wl-news-exit): Update previous version.
4985         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4986
4987 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4988
4989         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4990
4991 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4992
4993         * wl-news.el.in (wl-news): New function.
4994         (wl-news-mode): New function.
4995         (wl-news-next-line): New function.
4996         (wl-news-next-page): New function.
4997         (wl-news-exit): New function.
4998         (wl-news-buf-name): New variable.
4999         (wl-news-mode-map): New variable.
5000         (wl-news-winconf): New variable.
5001         (wl-news-append-news): Add an option.
5002
5003 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
5006
5007 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5008
5009         * wl-news.el.in (wl-news-send-to-address): New variable.
5010         (wl-news-send-news): Use it.
5011         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
5012         Return updating status.
5013         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
5014
5015 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-news.el.in (wl-news-send-news): Delete
5018         Organization and X-Face.
5019
5020 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5021
5022         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
5023         (wl-news-append-news): New function.
5024         (wl-news-send-news): New function.
5025
5026 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5027
5028         * Version number is increased to 2.11.1.
5029
5030 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5031
5032         * wl-news.el.in : New file.
5033
5034 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5035
5036         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5037         default value.
5038         (wl-draft-reply-without-argument-list): Ditto.
5039
5040 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5041
5042         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5043         (wl-message-buffer-prefetch-idle-time): Ditto.
5044         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5045
5046 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-thread.el (wl-thread-insert-message): Use
5049         wl-summary-max-thread-depth.
5050
5051         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5052         loop detection.
5053
5054         * wl-message.el (wl-message-buffer-display): Back to the first page
5055         when cache is hit.
5056
5057 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5058
5059         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5060
5061         * wl-summary.el (wl-summary-insert-thread-entity):
5062         If the thread depth is reached to wl-summary-max-thread-depth,
5063         divide the thread.
5064
5065 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5066
5067         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5068         for elmo-remove-passwd.
5069
5070 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5071
5072         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5073         folder is sticky.
5074         (wl-folder-mark-as-read-all-entity): Ditto.
5075         (wl-folder-prefetch-entity): Ditto.
5076
5077 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5078
5079         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5080
5081 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5084         Delete messages on buffer for unplugged operation.
5085         (wl-summary-erase): Ditto.
5086
5087 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5090         take nil so as not to search parent by subject.
5091
5092 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5095         (wl-folder-get-next-folder): Ditto.
5096         (wl-folder-get-path): Ditto.
5097
5098 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5101         system and encode the region with it before verifying.
5102
5103 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5104
5105         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5106         system of the echo buffer before decoding.
5107
5108 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5111         original contents.
5112
5113 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5116         with argument 'any-exists.
5117
5118 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5121         Use `wl-cs-autoconv'.
5122
5123 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5124
5125         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5126         by `mime-view-automatic-conversion'.
5127
5128         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5129         (wl-message-verify-pgp-nonmime): Ditto.
5130         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5131         Bind them to C-c:d and C-c:v respectively.
5132
5133         Merge following code by Teranishi-san from [wl-en:00167].
5134         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5135         (wl-mime-preview-application/pgp-encrypted): Ditto.
5136         (wl-mime-setup): Add entry.
5137
5138 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-summary.el (wl-summary-target-mark-erase): New function.
5141         Bind it to "mD".
5142
5143 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5144
5145         * wl-vars.el (wl-draft-write-file-function): Fix.
5146         (wl-draft-reedit-hook): Changed default value.
5147
5148         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5149         wl-draft-reedit-hook.
5150         (wl-draft-remove-text-plain-tag): New function.
5151         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5152
5153         * wl-vars.el (wl-draft-write-file-function): New user option.
5154
5155         * wl-draft.el (wl-draft-prepare-edit): Use it for
5156         local-write-file-hooks.
5157         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5158
5159         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5160         (wl-draft-insert-mail-header-separator): Return the body beginning
5161         point.
5162         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5163         text/plain.
5164         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5165
5166 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-summary.el (wl-summary-erase): New function to erase message
5169         without moving it to trash. Bind to "D".
5170
5171         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5172         as `keep' unless switch-function.
5173
5174 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5177         message buffer by using `wl-summary-toggle-disp-msg'.
5178         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5179         buffer window.
5180         (wl-summary-supresedes-message): Ditto.
5181
5182         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5183         Do not delete other windows.
5184         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5185         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5186         (wl-draft-create-buffer): Set reply-or-forward also for target
5187         mark commands.
5188
5189 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-draft.el (wl-user-agent-compose): Delete special case for
5192         switch-to-buffer-other-window.
5193
5194         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5195         (wl-summary-forward): Ditto.
5196
5197         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5198         function.
5199         (wl-draft-buffer-style): New use option.
5200
5201         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5202         (wl-draft): Follow the change above.
5203         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5204         wl-draft-buffer-style.
5205         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5206         switch-function.
5207
5208 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5209
5210         * wl-address.el (wl-address-make-completion-entry): Extracted from
5211         `wl-address-make-completion-list'.
5212         (wl-address-enable-strict-loading): New variable.
5213         (wl-address-make-completion-list): Revive petname duplication
5214         inquiry, and enable it if `wl-address-enable-strict-loading'.
5215         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5216
5217 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-message.el (wl-message-get-original-buffer): Avoid
5220         'Selecting deleted buffer' error when original buffer is killed.
5221
5222 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-summary.el (wl-summary-next-message): Use
5225         elmo-message-accessible-p instead of elmo-message-cached-p.
5226
5227 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5230
5231         * wl-thread.el (wl-thread-open-all-unread): Use
5232         elmo-folder-list-flagged instead of
5233         elmo-folder-list-messages-mark-match.
5234
5235         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5236         instead of elmo-folder-list-messages-mark-match.
5237         (wl-summary-move-spec-alist): New variable.
5238         (wl-summary-move-spec-plugged-alist,
5239         wl-summary-move-spec-unplugged-alist): Abolish.
5240         (wl-summary-next-message): Follow the change above.
5241         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5242         with 'no-msg' argument.
5243
5244         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5245         variable.
5246         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5247         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5248         (wl-message-buffer-prefetch-get-next): Follow the change above.
5249
5250 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-version.el (wl-version): Changed codename.
5253
5254         * Version number is increased to 2.11.0.
5255
5256 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5257
5258         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5259         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5260         `wl-draft-config-variables'.
5261         (wl-draft-kill): Fixed problem when the draft is reedit.
5262
5263 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5266         buffer-modified status (Thanks to
5267         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5268
5269 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5270
5271         * wl-util.el (wl-region-exists-p): New function.
5272
5273         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5274         Remove defvars for byte-compile warnings.
5275
5276 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5277
5278         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5279         defvar-maybe. Removed unused bind.
5280
5281 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5284         summary buffer window before creating new frame.
5285         (wl-draft-reply): Ditto.
5286
5287 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5288
5289         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5290
5291 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5292
5293         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5294
5295 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5296
5297         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5298         instead of `kill-region'.
5299
5300 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5303         (wl-highlight-summary-line-string): Use it.
5304         (wl-highlight-summary-current-line): Ditto.
5305
5306         * wl-mime.el (wl-message-delete-current-part): Check the class of
5307         mime-entity.
5308
5309         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5310
5311         * wl-summary.el (wl-summary-make-number-list): Initialize.
5312         (wl-summary-update-mark): New function.
5313         (wl-summary-reply): Put `answered' mark on the message.
5314         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5315
5316         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5317         (wl-draft-reply): Added optional argument `number';
5318         Set wl-draft-parent-number.
5319         (wl-draft-kill): Delete answered mark if it is a reply.
5320
5321 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5322
5323         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5324         that originates in mime-preview-follow-current-entity.
5325         (wl-draft-yank-current-message-entity): Use it if region is active.
5326
5327         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5328         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5329         `wl-message-delete-current-part'.
5330         * wl-mule.el (wl-message-define-keymap): Ditto.
5331         * wl-xmas.el (wl-message-define-keymap): Ditto.
5332
5333 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-mime.el (wl-message-delete-current-part): New function.
5336         (wl-mime-node-id-to-string): Ditto.
5337
5338         * wl-mime.el (wl-message-delete-current-part): Use existing
5339         original buffer which corresponds current mime-view buffer.
5340         (fetched buffer might have different structure, possibly)
5341
5342         * wl-mime.el (wl-message-delete-current-part): Quit if the
5343         message content differs from the actual message.
5344
5345 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5348         order.
5349         (wl-summary-search-by-subject): Search parent message from tail;
5350         Check the existence of the parent message on the current thread tree.
5351         (wl-summary-update-thread): Check whether the line is inserted.
5352
5353 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5354
5355         * wl-vars.el (wl-summary-line-format): Undo last change.
5356         * wl-summary.el (wl-summary-print-destination): Do not put
5357         invisible property when `wl-summary-width' is nil.
5358         (wl-summary-line-subject-minimum-length): Abolished.
5359         (wl-summary-line-subject): Ditto.
5360
5361 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5362
5363         * wl-vars.el (wl-summary-line-format): Change default value.
5364         (wl-summary-subject-length-limit): Abolished.
5365         * wl-summary.el (wl-summary-line-subject): Ditto.
5366
5367 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5368
5369         * wl-template.el (wl-template-select): Added optional argument.
5370         If optional argument is specified, reverse
5371         `wl-template-visible-select'.
5372
5373 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5376         Take prefix argument to force asking the destination folder.
5377
5378 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5379
5380         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5381         count and update status.
5382
5383 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-summary.el (wl-summary-redisplay-internal): If
5386         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5387         after fetching.
5388
5389 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5390
5391         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5392         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5393
5394         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5395
5396 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5399         (All other related portions are changed).
5400         (wl-summary-mark-as-read-all): Rewrite.
5401
5402 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5405         `wl-summary-mark-as-read'.
5406         (wl-summary-mark-as-unread): Rewrite.
5407         (wl-summary-mark-as-read): Added no-modeline argument.
5408         (wl-summary-resume-cache-status): Rewrite.
5409         (wl-summary-exec-subr): Remove unused local variable.
5410
5411 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5412
5413         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5414         logic to call `wl-summary-buffer-prev-folder-function'.
5415         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5416
5417 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5420         is nil.
5421
5422 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423
5424         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5425         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5426         (wl-mime-setup): Add its entry.
5427
5428 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5431         (wl-summary-delete-cache): Likewise.
5432         (wl-summary-mark-as-read): Rewrite.
5433
5434 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5437         `wl-summary-count-unread'.
5438
5439         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5440
5441         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5442
5443 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5446         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5447         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5448         Renamed to the elmo-msgdb-*-mark.
5449         (wl-summary-score-marks): Follow the change above.
5450         (wl-summary-auto-refile-skip-marks): Ditto.
5451         (wl-summary-incorporate-marks): Ditto.
5452         (wl-summary-expire-reserve-marks): Ditto.
5453
5454         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5455         changes.
5456         (wl-thread-insert-top): Changed updating message.
5457
5458         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5459         variable.
5460         (wl-summary-count-unread): Count answered marks.
5461         (wl-summary-rescan): Call wl-summary-insert-message instead of
5462         wl-summary-append-message-func-internal.
5463         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5464         (wl-summary-prefetch-msg): Follow the variable name changes.
5465         (wl-summary-prefetch-region): Ditto.
5466         (wl-summary-mark-as-read-all): Follow the API changes;
5467         Don't call elmo-folder-replace-marks.
5468         (wl-summary-delete-cache): Follow the variable name changes.
5469         (wl-summary-resume-cache-status): Ditto.
5470         (wl-summary-update-status-marks): New function.
5471         (wl-summary-insert-message): New function.
5472         (wl-summary-sync-marks): Follow the variable name changes.
5473         (wl-summary-sync-update): Synchronize to the msgdb, too;
5474         Changed update messages.
5475         (wl-summary-make-number-list): Rewrite.
5476         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5477         (wl-summary-mark-as-unread): Follow the API changes.
5478         (wl-summary-exec-subr): Follow the variable name changes.
5479         (wl-summary-mark-as-read): Ditto.
5480         (wl-summary-move-spec-plugged-alist): Ditto.
5481         (wl-summary-move-spec-unplugged-alist): Ditto.
5482         (wl-summary-cursor-move-surface): Ditto.
5483
5484         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5485         variable name changes.
5486         (wl-highlight-summary-current-line): Ditto.
5487
5488         * wl-expire.el (wl-expire-refile): Follow the API change in
5489         elmo-folder-move-messages.
5490         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5491         (wl-summary-archive): Use elmo-folder-msgdb instead of
5492         elmo-msgdb-load.
5493
5494 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5495
5496         * wl-mime.el (wl-draft-preview-message): Restore the position
5497         before evaluating wl-draft-send-hook in preview buffer.
5498
5499 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5502         when it creates new draft buffer.
5503
5504         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5505         without argument.
5506
5507         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5508         Evaluate content and if the value is string, insert it.
5509         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5510         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5511         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5512         wl-draft-config-sub-part-bottom): Use it.
5513
5514         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5515         with the folder name. The question was unintelligible when it is
5516         called from wl-save-status.
5517
5518 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5521         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5522         cannot take second argument).
5523
5524 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5527         as t. Since type and subtype are not case sensitive (RFC 2045).
5528
5529 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5530
5531         * wl-vars.el (wl-message-mode-line-format): New variable.
5532         (wl-message-mode-line-format-spec-alist): Ditto.
5533         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5534         (wl-message-redisplay): Use wl-message-mode-line-format.
5535
5536 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5539
5540 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-summary.el (wl-summary-default-from): Write description.
5543
5544 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-vars.el (wl-ldap-objectclass): Abolish.
5547
5548         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5549         (wl-ldap-make-filter): Removed condition for objectclass.
5550         (wl-ldap-make-matched-value-list): Remove meaningless process.
5551         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5552         (wl-address-ldap-search): Don't add `*' to `pat' string;
5553         use ignore-errors; added `email';
5554         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5555         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5556         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5557
5558
5559 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5560
5561         * wl-draft.el (wl-draft-parent-folder): Write description.
5562         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5563
5564 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5567         as "" (zero-length string) if no parent.
5568         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5569
5570 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-address.el (wl-address-make-completion-list): Skip duplication
5573         checking.
5574         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5575         `append'.
5576
5577 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5578
5579         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5580         instead of `beginning-of-buffer'.
5581
5582 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5585
5586 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5587
5588         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5589         Refer wl-message-buffer-name.
5590         (wl-message-wheel-down): Ditto.
5591
5592 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-vars.el (wl-message-buffer-name): New user option.
5595
5596         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5597         directly instead of making alist dinamically.
5598
5599         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5600         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5601         wl-message-buffer-cache-name.
5602         (wl-message-buffer-cache-clean-up): Ditto.
5603
5604         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5605
5606         * Version number is increased to 2.9.15.
5607
5608 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * wl-vars.el (wl-summary-default-view-alist): New user option.
5611
5612         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5613
5614         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5615         while deleting address.
5616         (wl-draft-delete-myself-from-cc): Ditto.
5617
5618         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5619         If optional argument is specified, reverse sort order.
5620
5621         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5622
5623 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-thread.el (wl-thread-insert-message): Return parent number if
5626         exists.
5627         (wl-thread-update-indent-string-region): Use
5628         wl-thread-update-line-on-buffer-sub instead of
5629         wl-thread-update-line-on-buffer.
5630
5631 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5632
5633         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5634         (wl-folder-close-all): Ditto.
5635
5636 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5637
5638         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5639         and mailing-list:.
5640         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5641         value.
5642         (wl-summary-line-list-info): Print mailing-list name even when
5643         list-number is empty.
5644
5645 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5646
5647         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5648
5649         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5650         (wl-draft-open-file): Ditto.
5651         (wl-draft-random-alphabet): Ditto.
5652
5653         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5654         bindings.
5655
5656 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5657
5658         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5659         * wl-vars.el (wl-draft-config-alist): Ditto.
5660
5661 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * Version number is increased to 2.9.14.
5664
5665         * wl.el (wl): Don't set wl-init as nil when error occured while
5666         auto-checking folders.
5667
5668         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5669         `elmo-expand-newtext'.
5670
5671 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5672
5673         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5674         `this-command' so that `wl-folder-goto-folder' contained in
5675         `wl-summary-keep-cursor-command' work.
5676
5677 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5678
5679         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5680         message buffer displaying state.
5681
5682 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-vars.el (wl-summary-default-view): New variable to specify
5685         default value for `wl-summary-buffer-view' instead of using
5686         set-default.
5687         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5688
5689 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5692
5693         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5694
5695 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5696
5697         * wl-vars.el (wl-forward-subject-prefix): New variable.
5698         * wl-draft.el (wl-draft-forward): Use it.
5699
5700 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702         * wl-message.el (wl-message-prev-page): When it is called without
5703         lines argument, scroll down by wl-message-scroll-amount lines.
5704         (wl-message-next-page): Ditto.
5705         * wl-vars.el (wl-message-scroll-amount): Change default value
5706         to preserve current behavior.
5707
5708 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5709
5710         * wl-summary.el (wl-summary-prefetch-msg): Bind
5711         `wl-message-entity' to call `wl-summary-from-function'.
5712
5713 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5714
5715         * wl-message.el (wl-message-buffer-create): Run
5716         wl-message-buffer-created-hook.
5717
5718 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5719
5720         * wl-summary.el (wl-summary-sort-specs): New variable.
5721         (wl-summary-default-sort-spec): Ditto.
5722         (wl-summary-sort): Rewrite.
5723         (wl-summary-sort-by-list-info): New function.
5724
5725 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5726
5727         * wl-summary.el (wl-summary-get-list-info): New function.
5728         (wl-summary-sort): Rewrite.
5729         (wl-summary-line-list-info): Ditto.
5730         (wl-summary-line-list-count): Ditto.
5731         (wl-summary-refile-region): Fixed docstring.
5732
5733 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-summary.el (wl-summary-read-folder): Use copy-sequence
5736         `wl-folder-entity-hashtb' as completion table.
5737
5738 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5741         only when this command is called interactively; silence the byte-
5742         compiler.
5743
5744 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5745
5746         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5747         active in XEmacs.
5748
5749 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5750
5751         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5752         plural lines.
5753
5754 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5755
5756         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5757         of current line when the cursor is on the header name.
5758         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5759
5760 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5761
5762         * wl-util.el (wl-read-directory-name): Return displayed directory
5763         as the default value also on XEmacs.
5764
5765 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5768         formatting.
5769
5770 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5771
5772         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5773         argument and when it is non-nil, check face property before
5774         highlighting for each line.
5775         (wl-highlight-summary-window): Set it.
5776
5777 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5780         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5781
5782         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5783         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5784         (wl-draft-get-fcc-list): Likewise.
5785
5786 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5787
5788         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5789         (wl-thread-entity-cur): Ditto.
5790         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5791         wl-thread-indent-regexp setting.
5792         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5793
5794         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5795         wl-summary-lazy-highlight.
5796         (wl-summary-display-bottom): Ditto.
5797
5798         * wl-thread.el (wl-thread-open-close): Likewise.
5799
5800         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5801         from and subject;
5802         Bind wl-draft-use-frame;
5803         Enclose with save-window-excursion;
5804         Use wl-draft-create-buffer instead of with-temp-buffer;
5805         Use wl-draft-prepare-edit;
5806         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5807         Use wl-draft-send instead of wl-draft-raw-send.
5808
5809 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5812         of using wl-from.
5813
5814 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5817         insert-buffer instead of clone-buffer.
5818         (wl-draft-doing-mime-bcc): New variable.
5819         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5820         infinite loop.
5821         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5822
5823         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5824         (wl-draft-mime-bcc-body): Ditto.
5825
5826         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5827         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5828         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5829         wl-draft-do-mime-bcc.
5830         (wl-draft-mime-bcc-field): New function.
5831         (wl-draft-do-mime-bcc): Ditto.
5832
5833         * wl-address.el (wl-address-complete-header-list): New variable.
5834         (wl-address-complete-header-regexp): Changed default value.
5835
5836         * Version number is increased to 2.9.13.
5837
5838 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5839
5840         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5841         it is differed.
5842
5843 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5844
5845         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5846         (wl-summary-line-list-count): Ditto.
5847
5848 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5849
5850         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5851         (wl-nntp-posting-function): New variable.
5852         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5853         `wl-nntp-posting-config-alist'.
5854
5855 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5856
5857         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5858         FLIM.
5859
5860 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5861
5862         * wl-summary.el (wl-summary-target-mark-refile-sub):
5863         Remove a nuisance funcall.
5864
5865 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5868         as t for `try-completion'.
5869
5870 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-summary.el (wl-summary-default-from): Use
5873         wl-address-header-extract-address instead of
5874         std11-extract-address-components.
5875         (wl-summary-simple-from): Ditto.
5876         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5877         (wl-summary-insert-headers): Show message.
5878         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5879         for whole line.
5880         (wl-summary-default-from): Revert last change.
5881         (wl-summary-simple-from): Ditto.
5882         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5883         (wl-summary-mark-as-read-region): Follow the change above.
5884         (wl-summary-sync-marks): Ditto.
5885         (wl-summary-target-mark-mark-as-read): Ditto.
5886         (wl-summary-redisplay-internal): Ditto.
5887         (wl-summary-redisplay-no-mime-internal): Ditto.
5888         (wl-summary-redisplay-all-header): Ditto.
5889         (wl-summary-mark-as-read): Removed argument `cached';
5890         Use current cache status to set cache mark.
5891         (wl-summary-redisplay-internal): Follow the change above.
5892         (wl-summary-redisplay-no-mime-internal): Ditto.
5893         (wl-summary-redisplay-all-header): Ditto.
5894
5895         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5896
5897         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5898         Don't call itself recursively (Adviced by Yamaoka-san).
5899
5900 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5901
5902         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5903         bind wl-summary-highlight as nil to avoid error caused by missing
5904         local variables.
5905
5906 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl-vars.el (wl-invalid-character-message): New user option.
5909
5910         * wl-util.el (wl-set-string-width): If truncated string-width is
5911         larger than specified width, use `wl-invalid-character-message'.
5912
5913 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5914
5915         * wl-summary.el (wl-summary-prefetch-msg):
5916         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5917
5918 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * wl-vars.el (wl-summary-check-line-format): New user option.
5921         (wl-summary-line-format-file): Ditto.
5922
5923         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5924         variable.
5925         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5926         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5927         and `wl-summary-view-old-p' to check whether do a rescan or not.
5928         (wl-summary-view-old-p): New function.
5929         (wl-summary-line-format-changed-p): Ditto.
5930         (wl-summary-line-format-save): Ditto.
5931         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5932
5933         * wl-util.el (wl-set-string-width): Avoid using negative number
5934         for make-string.
5935
5936 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5937
5938         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5939         return value.
5940
5941         * wl-util.el (wl-set-string-width): Added optional argument
5942         `padding' (All other related portions are changed).
5943         (wl-line-parse-format): If the first letter of column number is
5944         `0', zero-padding the result (ex: "%05l").
5945
5946         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5947
5948 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5951         sequential summary view.
5952
5953 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5956         if it doesn't have a -unix version.
5957
5958 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5961
5962 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5965         content.
5966         (wl-draft): Follow the change above.
5967
5968         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5969
5970         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5971         and wl-folder-summary-line-format-alist contain %T and %P.
5972
5973         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5974         (wl-summary-mode-line-format): New user option.
5975         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5976         (wl-summary-line-format): Changed default value.
5977         (wl-summary-lazy-highlight): Changed default value.
5978
5979         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5980         change in wl-summary-create-line.
5981         (wl-thread-insert-entity-sub): Ditto.
5982
5983         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5984         (wl-summary-buffer-unread-status): Ditto.
5985         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5986         (wl-summary-buffer-persistent-mark-column): Ditto.
5987         (wl-summary-buffer-mode-line-formatter): Ditto.
5988         (wl-summary-buffer-mode-line): Ditto.
5989         (wl-summary-message-regexp): Abolished.
5990         (All other related portions are changed.)
5991         (wl-summary-detect-mark-position): New function.
5992         (wl-summary-buffer-set-folder): Setup
5993         wl-summary-buffer-mode-line-formatter.
5994         (wl-summary-mode): Setup selective-display;
5995         Setup pre-idle-hook when xemacs.
5996         (wl-summary-update-modeline): Rewrite.
5997         (wl-summary-jump-to-msg): Define as function;
5998         Changed regexp for searching messages.
5999         (wl-summary-message-number): Rewrite.
6000         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
6001         Do rescan when old type summary cache.
6002         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
6003         (wl-summary-remove-destination): Use '\r' to detect EOL.
6004         (wl-summary-print-destination): Ditto.
6005         (wl-summary-temp-mark): New inline function.
6006         (wl-summary-persistent-mark): Ditto.
6007         (wl-summary-line-number): New function.
6008         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
6009         (wl-summary-line-list-count): New function.
6010         (wl-summary-create-line): Added argument persistent-mark.
6011         (All other related portions are changed)
6012         (wl-summary-create-line): Insert '\r'.
6013         (wl-summary-save-view-cache): Encode whth `unix' EOL.
6014         (wl-summary-cursor-move-surface): New inline function.
6015         (wl-summary-prev): Use it.
6016         (wl-summary-next): Ditto.
6017
6018         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
6019         wl-summary-message-regexp.
6020         (wl-highlight-summary): Delete progress message.
6021         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
6022
6023         * Version number is increased to 2.9.12.
6024
6025 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-summary.el (wl-summary-line-subject-minimum-length): New
6028         variable (nil: no minimum).
6029         (wl-summary-line-subject): Add some spaces after subject by
6030         wl-summary-line-subject-minimum-length.
6031
6032 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6033
6034         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
6035         and removed `F'.
6036         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6037         change above).
6038
6039 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-summary.el (wl-summary-line-list-count): Reverted.
6042         (example setting in samples/*/dot.wl is also updated)
6043
6044 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6047
6048         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6049
6050         * wl-vars.el (wl-summary-line-format): Addes some description to the
6051         docstring.
6052
6053         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6054         (wl-summary-line-close-bracket): Ditto.
6055         (wl-summary-line-children-number): Ditto.
6056         (wl-summary-line-thread-indent): Ditto.
6057         (wl-summary-line-children-and-from): Ditto.
6058
6059         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6060         't', 'c', 'F' and added 'C'.
6061
6062         * wl-util.el (wl-set-string-width): Accept negative value.
6063         (wl-line-parse-format): Added "%number(" and "%)".
6064
6065 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6066
6067         * wl-summary.el (wl-summary-line-list-count): Change format of the
6068         return value.
6069
6070 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6071
6072         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6073         from the recent message.el.
6074         (wl-draft-point-in-header-p): Ditto.
6075         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6076         wl-draft-beginning-of-line.
6077         * wl-e21.el (wl-draft-mode-map): Ditto.
6078         * wl-xmas.el (wl-draft-mode-map): Ditto.
6079
6080         * wl-folder.el: Sort macrodefs by dependencies.
6081
6082 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6083
6084         * wl-summary.el (wl-summary-prev): Fixed regexp.
6085         (wl-summary-next): Ditto.
6086
6087 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6090
6091 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6092
6093         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6094         for backward compatibility.
6095
6096 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6097
6098         * wl-summary.el (wl-summary-line-list-count): New function, merged
6099         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6100         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6101         list counts.
6102
6103 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * wl-summary.el (wl-summary-create-line): Ignore errors while
6106         timezone-fix-time.
6107
6108         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6109
6110         * wl-summary.el (wl-summary-sync-update): Ditto.
6111         (wl-summary-default-from): Use wl-message-entity
6112         instead of entity.
6113
6114         * wl-summary.el (wl-summary-create-line): Fix.
6115
6116         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6117         (wl-summary-line-format): New user option.
6118         (wl-folder-summary-line-format-alist): Ditto.
6119         (wl-summary-from-width): Abolished.
6120
6121         * wl-util.el (toplevel): Require 'bytecomp.
6122         (wl-line-parse-format): New function.
6123         (wl-line-formatter-setup): New macro.
6124
6125         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6126         (wl-summary-buffer-line-formatter): New buffer local variable.
6127         (wl-summary-switch-to-clone-buffer): Follow the change above.
6128         (wl-summary-message-regexp): Fix.
6129         (wl-summary-from-func-internal): Abolished.
6130         (wl-summary-subject-func-internal): Ditto.
6131         (wl-summary-subject-filter-func-internal): Ditto.
6132         (All other related portions are changed.)
6133         (wl-summary-buffer-set-folder):
6134         Set up wl-summary-buffer-number-column and
6135         wl-summary-buffer-line-formatter
6136         (All other related portions are changed.)
6137         (wl-summary-buffer-number-column-detect): Abolished.
6138         (All other related portions are changed.)
6139         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6140         (wl-summary-delete-all-temp-marks-on-buffer): Use
6141         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6142         (wl-summary-target-mark-delete): Ditto.
6143         (wl-summary-target-mark-refile-subr): Ditto.
6144         (wl-summary-target-mark-mark-as-read): Ditto.
6145         (wl-summary-target-mark-mark-as-unread): Ditto.
6146         (wl-summary-target-mark-mark-as-important): Ditto.
6147         (wl-summary-target-mark-save): Ditto.
6148         (wl-summary-replace-status-marks): Renamed from
6149         wl-summary-set-status-marks-on-buffer;
6150         Use wl-summary-message-regexp instead of
6151         wl-summary-buffer-number-regexp.
6152         (wl-summary-sync-update): Follow the change above.
6153         (wl-summary-goto-previous-message-beginning): New function.
6154         (wl-summary-mark-as-unread): Use it.
6155         (wl-summary-mark-as-important): Ditto.
6156         (wl-summary-line-formatter): New variable.
6157         (wl-summary-line-year): New function.
6158         (wl-summary-line-day): Ditto.
6159         (wl-summary-line-day-of-week): Ditto.
6160         (wl-summary-line-hour): Ditto.
6161         (wl-summary-line-minute): Ditto.
6162         (wl-summary-line-open-bracket): Ditto.
6163         (wl-summary-line-close-bracket): Ditto.
6164         (wl-summary-line-children-number): Ditto.
6165         (wl-summary-line-thread-indent): Ditto.
6166         (wl-summary-line-size): Ditto.
6167         (wl-summary-line-subject): Ditto.
6168         (wl-summary-line-from): Ditto.
6169         (wl-summary-line-children-and-from): Ditto.
6170         (wl-summary-create-line): Rewritten.
6171         (wl-summary-format-date): Abolished.
6172
6173         * wl-highlight.el (wl-highlight-summary-current-line): Use
6174         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6175         Use thread structure to detect thread top message.
6176
6177         * wl-draft.el (wl-default-draft-cite): Don't use
6178         wl-summary-from-func-internal.
6179
6180         * wl-refile.el (wl-refile-subject-learn): Don't use
6181         wl-summary-subject-filter-func-internal.
6182         (wl-refile-guess-by-subject): Ditto.
6183
6184         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6185         parameters.
6186
6187         * wl-thread.el (wl-thread-update-indent-string-region):
6188         Use wl-thread-update-line-on-buffer instead of
6189         wl-thread-update-indent-string.
6190         (wl-thread-update-children-number): Redefine using
6191         wl-thread-update-line-on-buffer.
6192         (wl-thread-update-indent-string): Abolished.
6193
6194         * Version number is increased to 2.9.11.
6195
6196 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6199         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6200         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6201
6202         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6203         as nil.
6204
6205         * wl-thread.el (wl-thread-open-all-unread): Use
6206         elmo-folder-list-messages-mark-match.
6207         (wl-thread-insert-message): Removed argument `mark-alist'.
6208         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6209         elmo-msgdb-set-mark.
6210         (wl-thread-get-children-msgs-uncached): Likewise.
6211         (wl-thread-get-exist-children): Added argument include-self.
6212         (wl-thread-delete-message): Follow the change above.
6213
6214         * wl-summary.el (wl-summary-count-unread): Removed argument.
6215         (wl-summary-rescan): Follow the change above.
6216         (wl-summary-mark-as-read-region): Ditto
6217         (wl-summary-mark-as-unread-region): Ditto.
6218         (wl-summary-delete-messages-on-buffer): Ditto.
6219         (wl-summary-sync-update): Ditto.
6220         (wl-summary-switch-to-clone-buffer): Ditto.
6221         (wl-summary-goto-folder-subr): Ditto.
6222         (wl-summary-target-mark-mark-as-read): Ditto.
6223         (wl-summary-target-mark-mark-as-unread): Ditto.
6224         (wl-summary-target-mark-mark-as-important): Ditto.
6225         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6226         (wl-summary-update-thread): Removed argument `mark-alist'.
6227         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6228         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6229         (wl-summary-resume-cache-status): Likewise.
6230         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6231         elmo-msgdb-set-mark.
6232         (wl-summary-mark-as-read-all): Likewise.
6233         (wl-summary-delete-cache): Ditto.
6234         (wl-summary-auto-select-msg-p): Ditto.
6235         (wl-summary-mark-as-unread): Ditto.
6236         (wl-summary-no-auto-refile-message-p): Ditto.
6237         (wl-summary-mark-as-read): Ditto.
6238         (wl-summary-mark-as-important): Ditto.
6239         (wl-summary-auto-refile): Follow the change above.
6240         (wl-summary-delete-all-marks): Removed.
6241         (wl-summary-resume-marks-and-highlight): Ditto.
6242         (wl-summary-resume-marks): Ditto.
6243         (wl-summary-delete-important-msgs-from-list): Ditto.
6244         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6245
6246         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6247         wl-summary-count-unread.
6248
6249         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6250         (wl-summary-score-update-all-lines): Use
6251         elmo-msgdb-set-mark.
6252
6253 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6256         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6257         (wl-summary-create-line): Renamed from
6258         wl-summary-overview-create-summary-line;
6259         Argument rearrangement.
6260         (wl-summary-update-thread): Follow the change above.
6261
6262         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6263         (wl-thread-insert-entity-sub): Likewise.
6264
6265         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6266         argument `overview', `mark-alist' and added `msgdb'.
6267
6268         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6269
6270         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6271         (wl-summary-rescan): Follow the change above.
6272         (wl-summary-sync-update): Ditto.
6273         (wl-summary-insert-thread-entity): Ditto;
6274         Don't use `let*' in every while loop;
6275         Detect infinite loop of threads.
6276         (wl-summary-update-thread): Removed argument `overview'.
6277
6278         * wl-thread.el (wl-thread-insert-message): Ditto.
6279
6280         * Version number is increased to 2.9.10.
6281
6282         * wl-message.el (wl-message-redisplay): Ignore errors while
6283         wl-message-redisplay-hook.
6284
6285 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6286
6287         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6288
6289 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl.el (wl): inhibit-quit while wl-folder.
6292
6293 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6294
6295         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6296         while msgdb access.
6297
6298 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6299
6300         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6301         even if no folder is not created.
6302
6303 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6306
6307         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6308         implementation.
6309         (wl-summary-target-mark-thread): Ditto.
6310
6311         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6312
6313 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6314
6315         * wl-util.el (wl-display-bytes): Remove unused function.
6316
6317 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6318
6319         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6320         seems critical one (partially reverse the change in 2002/03/17).
6321
6322 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6323
6324         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6325         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6326
6327 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6328
6329         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6330         is not writable.
6331         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6332         plugged status instead of `'force' as 2nd argument.
6333
6334         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6335         is not creatable.
6336
6337         * Version number is increased to 2.9.9.
6338
6339 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6340
6341         * wl-summary.el (wl-summary-suspend): New function.
6342
6343 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6344
6345         * wl.el (wl): Do not check variables if check is nil.
6346         * wl-utils.el (wl-collect-draft): New function.
6347         * wl-folder.el (wl-folder-suspend): Put summary buffers
6348         and draft buffers at the end of buffer list.
6349         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6350
6351 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6352
6353         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6354         loop instead of recursive call.
6355
6356         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6357         2nd argument.
6358
6359 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6360
6361         * wl-draft.el (wl-draft-create-contents): Don't take neither
6362         (function . args) nor (string . something) any more.
6363
6364         * wl-version.el (wl-generate-user-agent-string): Return string
6365         without header symbol.
6366         * wl-draft.el (wl-draft-default-headers): Use it.
6367
6368         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6369         `wl-draft-insert-ccs' and return field value instead of inserting
6370         the header. Abolish cc argument.
6371         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6372
6373         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6374         rather than one with string car.
6375
6376         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6377         * wl-draft.el (wl-draft-create-contents): Add it after the default
6378         headers.
6379
6380         * wl-draft.el (wl-draft-create-contents): For the case of
6381         (symbol-or-string . function) insert header only when the function
6382         returns string value.
6383
6384 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6385
6386         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6387         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6388
6389 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6390
6391         * wl.el (wl-check-environment): Don't check Message-ID when
6392         `wl-insert-message-id' is nil.
6393         Revive checking if `wl-message-id-domain' contains "@".
6394
6395 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6396
6397         * wl.el (wl-check-environment): Merge examination for "@" at
6398         inappropriate position into the first string-match.
6399
6400         * wl-summary.el (wl-summary-target-mark-print): New function.
6401         (wl-summary-pipe-message-subr): Extracted from
6402         `wl-summary-pipe-message'.
6403         (wl-summary-target-mark-pipe): New function.
6404         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6405         `wl-summary-target-mark-pipe'.
6406
6407 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6408
6409         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6410
6411 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413         * wl.el (wl-check-environment): Use elmo-warning instead of
6414         error for non-critical ones.
6415         Remove trash folder check.
6416         (wl): Don't ignore error in wl-check-environment.
6417
6418         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6419         check, which is moved from `wl-check-environment'.
6420         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6421
6422 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6423
6424         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6425         guess anything, call wl-summary-write.
6426         (wl-summary-write): Create draft with blank To field.
6427         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6428
6429 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6430
6431         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6432         argument full as well for wl-folder-write-current-folder.
6433         If wl-*-write-current-folder cannot guess addressee, add blank
6434         To header.
6435         Rewrite condition for positioning cursor.
6436
6437 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6438
6439         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6440         summary buffer is present, use it.
6441         (wl-folder-jump-to-previous-summary): Ditto.
6442
6443 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6444
6445         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6446
6447         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6448         wl-summary-previous-buffer and wl-summary-next-buffer.
6449
6450         * wl-folder.el (wl-folder-mode-map): Bind
6451         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6452         (wl-folder-jump-to-next-summary): New function.
6453         (wl-folder-jump-to-previous-summary): Ditto.
6454
6455         * wl-draft.el (wl-draft): Rearranged.
6456
6457 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6458
6459         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6460         of header.
6461         (wl-draft): Collect arguments for the header as header-alist.
6462         (wl-draft-forward): Arrange arguments for wl-draft.
6463         (wl-draft-reply): Ditto.
6464         (wl-draft-edit-string): Ditto.
6465         * wl-summary.el (wl-summary-write): Ditto.
6466         (wl-summary-write-current-folder): Ditto.
6467
6468         * Version number is increased to 2.9.8.
6469
6470 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6471
6472         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6473
6474         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6475
6476         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6477         even if the guess failed.
6478
6479         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6480         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6481         wl-summary-write-current-folder.
6482         * wl-xmas.el: Ditto.
6483
6484 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-summary.el (wl-summary-next-page): Force display message if
6487         message is not displayed yet.
6488         (wl-summary-prev-page): Ditto.
6489
6490 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6491
6492         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6493
6494 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6495
6496         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6497         add "Preview Message" and "Save Draft and Exit".
6498
6499 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6500
6501         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6502         if addrmgr is called from draft in splitted window.
6503
6504         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6505         * wl-mule.el: Ditto.
6506         * wl-xmas.el: Ditto.
6507
6508 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6509
6510         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6511
6512         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6513         * wl-xmas.el (wl-folder-toolbar): Ditto.
6514
6515 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6516
6517         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6518         and wl-draft-save-and-exit.
6519         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6520         * wl-xmas.el: Ditto.
6521         * wl-mule.el: Ditto.
6522
6523         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6524         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6525
6526 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6529         lists for saving buffer.
6530
6531 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6532
6533         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6534         parent-folder argument instead of it.
6535         (wl-draft-create-buffer): Ditto.
6536         (wl-draft-forward): Ditto.
6537         (wl-draft-reply): Ditto.
6538         * wl-summary.el (wl-summary-write): Ditto.
6539         (wl-summary-write-current-folder): Ditto.
6540
6541         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6542         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6543         Folder buffer after composing.
6544
6545 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6548         header if the file `wl-x-face-file' already contains it.
6549
6550 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6551
6552         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6553         folder" entry.
6554         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6555         * wl-e21.el (wl-folder-toolbar): Ditto.
6556         * wl-xmas.el (wl-folder-toolbar): Ditto.
6557
6558 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6559
6560         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6561         wl-folder-goto-folder with sticky argument.
6562         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6563
6564 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6567         and wl-summary-previous-buffer.
6568         (wl-summary-next-buffer): New function.
6569         (wl-summary-previous-buffer): Ditto.
6570
6571 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6572
6573         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6574         wl-folder-jump-to-current-entity-with-arg.
6575         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6576         `wl-folder-jump-to-current-entity'.
6577         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6578         `wl-summary-goto-folder-sticky'.
6579         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6580         `wl-summary-goto-folder'.
6581         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6582         Unless force-exit, do not clean temp. marks for sticky summary.
6583         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6584
6585 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6588         not entire.
6589
6590 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6591
6592         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6593         to `C-x C-s'.
6594         (wl-summary-save-status): New command.
6595         (wl-summary-exit): Don't clean-up temp marks when sticky.
6596         (Applied patch from Nakayama-san [wl: 09548])
6597         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6598         Do nothing when no mark data.
6599         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6600         Call `wl-summary-delete-all-temp-marks' before saving.
6601
6602 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6603
6604         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6605
6606 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6607
6608         * wl.el (wl-check-environment): Also cause error when (system-name)
6609         returns "localhost.localdomain". (Although it doesn't affect because
6610         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6611
6612 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6613
6614         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6615         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6616
6617         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6618         value.
6619
6620 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6623         Likewise r-cc-list and r-ng-list.
6624
6625 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6628         only if it is bound as variable.
6629
6630         * wl-mime.el (wl-draft-preview-message): Ditto.
6631
6632 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6635         needless `goto-char'.
6636
6637         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6638         `wl-summary-redisplay-no-mime-internal' instead of
6639         `wl-summary-redisplay-no-mime'.
6640         (wl-summary-redisplay-no-mime): Changed argument;
6641         Call `wl-summary-redisplay-no-mime-internal'.
6642
6643         * wl-mime.el (wl-draft-preview-message): Bind
6644         `mime-header-encode-method-alist' locally.
6645
6646         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6647         (wl-draft-std11-parse-addresses): Added the first address check.
6648         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6649
6650         * Version number is increased to 2.9.7.
6651
6652 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6655
6656 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6657
6658         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6659         related to scrollbar support, if there is no such a feature
6660         compiled in.
6661
6662 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6663
6664         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6665         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6666         for prefetch.
6667
6668 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-summary.el (wl-summary-pick): Fix for no match.
6671
6672 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-draft.el (wl-draft-save):
6675         Override `mime-header-encode-method-alist'.
6676
6677 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-folder.el (wl-folder-pick): New function.
6680         Define key as "?".
6681
6682 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6685         Fix for unplugged.
6686
6687 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6688
6689         * wl-folder.el (wl-folder-virtual): New function.
6690         Define key as "V".
6691
6692 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6695         multi folder if entity is group.
6696
6697 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6700         is nil.
6701
6702 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6703
6704         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6705         (wl-summary-target-mark-msgs): Return the number of marked messages.
6706
6707 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6708
6709         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6710         "first:" is specified.
6711
6712 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6713
6714         * wl-vars.el (wl-from): Use return value of function
6715         user-full-name instead of the variable user-full-name since
6716         XEmacs-20.4 doesn't set this variable.
6717
6718 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6719
6720         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6721         call `wl' directly.
6722
6723 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6724
6725         * wl-draft.el (wl-draft-reedit): Removed duplicated
6726         switch-to-buffers.
6727
6728 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * wl.el (wl-other-frame): Removed garbages.
6731
6732 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6735
6736         * wl-xmas.el (wl-draft-key-setup): Ditto.
6737
6738         * wl-mule.el (wl-draft-key-setup): Ditto.
6739
6740         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6741         (wl-draft-reedit): Ditto.
6742         (wl-draft-prepare-edit): Add `wl-draft-save' to
6743         `local-write-file-hooks'.
6744         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6745         (wl-draft-reedit): Set buffer-file-name.
6746         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6747
6748
6749         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6750         call it.
6751         (wl-delete-startup-frame-function): New variable.
6752         (wl-other-frame): New function
6753         (Original was written by Yamaoka san [wl: 09239]).
6754
6755         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6756         if `wl-folder-use-frame'.
6757
6758 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6761
6762 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6765         New variable.
6766         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6767         (wl-message-buffer-prefetch-get-next): Use them.
6768         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6769
6770 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6771
6772         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6773         with unwind-protect.
6774
6775         * wl-draft.el (wl-draft-reedit): Rewrite.
6776         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6777         (wl-draft-save): Insert header separator if it does not exist;
6778         Removed condition-case.
6779
6780         * wl-summary.el (wl-summary-reedit): Revert last change.
6781
6782         * wl-draft.el (wl-draft-save): Rewrite.
6783         (wl-draft-create-buffer): Set buffer-file-name as nil.
6784
6785         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6786
6787         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6788
6789         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6790         nil.
6791
6792 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6795         If count is nil, do not prefetch.
6796         (wl-message-buffer-prefetch-next): Next.
6797
6798 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6801
6802 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6805         `delete-backward-char'
6806         (wl-draft-prepare-edit): Check major-mode.
6807         (wl-draft-decode-header): Rewrite.
6808         (wl-draft): Fix.
6809
6810 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6811
6812         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6813
6814 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6815
6816         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6817         (wl-message-buffer-prefetch-get-next): Remove size checking.
6818         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6819
6820 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6821
6822         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6823         (wl-draft-default-headers): Fix.
6824
6825 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6826
6827         * wl-draft.el (wl-draft-default-headers): Insert return value of
6828         `wl-generate-mailer-string-function'.
6829
6830 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6833         (wl-draft-insert-mail-header-separator): Ditto.
6834
6835         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6836         again (Reverted the change on 2002-01-17 by OKADA san).
6837
6838 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6839
6840         * wl-draft.el (wl-draft): Rewrite.
6841         (wl-draft-create-buffer): New function.
6842         (wl-draft-create-contents): Ditto.
6843         (wl-draft-prepare-edit): Ditto.
6844         (wl-draft-decode-header): Ditto.
6845         (wl-draft-decode-body): Ditto.
6846         (wl-draft-check-new-line): Ditto.
6847         (wl-draft-default-headers): Ditto.
6848         (wl-draft-insert-mail-header-separator): Ditto.
6849
6850 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6851
6852         * Version number is increased to 2.9.6.
6853
6854 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6855
6856         * wl-draft.el (wl-draft-delete-field): Optional argument.
6857         (wl-draft-delete-fields): Ditto.
6858
6859 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6860
6861         * wl-message.el (toplevel): Eliminated byte-compile warning.
6862         for `itimer-function', `delete-timer' and `itimer-list'.
6863
6864 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6865
6866         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6867         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6868         `wl-message-buffer-prefetch-threshold'.
6869         * wl-summary.el (wl-summary-redisplay-internal): Remove
6870         the check of `wl-message-buffer-prefetch-depth'.
6871
6872 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6873
6874         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6875         size of article.
6876         (wl-message-buffer-prefetch-subr): Remove size check.
6877
6878 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6879
6880         * wl-vars.el (wl-plugged): Make customizable.
6881
6882 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6885         (wl-message-buffer-prefetch-set-timer): New function.
6886         (wl-message-buffer-prefetch-get-next): New function.
6887         (wl-message-buffer-prefetch): New function.
6888         (wl-message-buffer-prefetch-next): Rewrite.
6889         (wl-message-buffer-prefetch-subr): Rewrite.
6890         * wl-vars.el (wl-auto-prefetch-first): New variable.
6891         * wl-summary.el (wl-summary-goto-folder-subr): Call
6892         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6893
6894 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6895
6896         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6897         `wl-summary-unread-message-hook'.
6898
6899 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6900
6901         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6902         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6903         if range is `cache-status'.
6904
6905 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * wl-message.el (wl-message-buffer-prefetch-subr):
6908         Improve debug message.
6909
6910 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6913         `wl-mail-send-pre-hook'.
6914         (wl-draft-send-mail-with-qmail): Ditto.
6915         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6916
6917 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6918
6919         * wl-message.el (wl-message-buffer-prefetch-subr):
6920         Fix for cancel-function-timers bug.
6921         (wl-message-buffer-prefetch-debug): Default value is t.
6922
6923 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6924
6925         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6926         (wl-message-buffer-prefetch-subr): Rewrite.
6927         Rename from `wl-message-buffer-prefetch'.
6928
6929 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6930
6931         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6932         (wl-default-draft-cite-decorate-author): Ditto.
6933
6934         * wl-draft.el (wl-draft-cite-function): Removed.
6935         (wl-default-draft-cite-decorate-author): Ditto.
6936
6937 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6938
6939         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6940         (wl-default-draft-cite): Do not arrange author name if the value of
6941         `wl-default-draft-cite-decorate-author' is nil.
6942
6943 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6946
6947         * wl-folder.el (wl-folder-check-one-entity): Don't care
6948         `elmo-folder-use-flag-p'.
6949
6950 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-folder (wl-folder-check-one-entity): Fix
6953         problem if unread is nil.
6954
6955 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6956
6957         * wl-address.el (wl-address-make-completion-list): Check whether
6958         the address is a group list.
6959         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6960
6961 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6962
6963         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6964         The number of the messages of new and unread does not count
6965         correctly.
6966
6967         * wl-summary.el (wl-summary-count-unread): Changed to return
6968         `(new . unread)' instead of total.
6969         (wl-summary-sync-update): Follow the change above.
6970
6971         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6972
6973 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6974
6975         * wl-address.el (wl-address-make-completion-list): Do not enclose
6976         address by " <" and ">" if associated realname is "".
6977         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6978         This is against the promblem with group list in .addresses pointed
6979         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6980
6981 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6982
6983         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6984         message is a format control string.
6985         * wl-expire.el (wl-expire-append-log): Ditto.
6986         * wl-mime.el (wl-summary-burst-subr): Ditto.
6987         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6988         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6989
6990 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6991
6992         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6993         wl.el (wl-check-variables): Rename from `wl-check-type'.
6994         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6995         (wl-check-variables-2): New function.
6996         (wl): Call `wl-check-variables-2'.
6997
6998 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6999
7000         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
7001         after renaming folder in access group.
7002
7003 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7004
7005         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
7006         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
7007         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
7008         (wl-message-buffer-prefetch): Rewrite.
7009         (wl-message-buffer-prefetch-idle-time): Removed.
7010         * wl-summary.el (wl-summary-redisplay-internal):
7011         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
7012         Error check for `wl-message-buffer-prefetch-depht'.
7013
7014 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * Version number is increased to 2.9.5.
7017         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
7018
7019 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7020
7021         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
7022         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
7023         Based on the patch written by
7024         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7025
7026 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
7027
7028         * wl-draft.el (wl-draft-raw-send): Fix for
7029         `wl-news-send-pre-hook'
7030
7031 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7032
7033         * wl-utils.el (wl-message-id-function): New variable.
7034         * wl-draft.el (wl-draft-insert-required-fields):
7035         Use `wl-message-id-function'.
7036
7037 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7038
7039         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7040         * wl-utils.el (wl-draft-make-message-id-string):
7041         Use `wl-from' for domain part of Message-ID
7042         if `wl-message-id-use-wl-from' if non-nil.
7043         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7044
7045 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * wl.el (wl): Call `wl-check-type'
7048         Do not 'condition-case'.
7049
7050 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7051
7052         * wl.el (wl-check-type): New function.
7053         (wl-check-type-variables): New variable.
7054
7055 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7056
7057         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7058
7059 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7060
7061         * wl-draft.el (wl-smtp-password-key): New function.
7062         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7063         (wl-draft-send-mail-with-smtp): Ditto.
7064         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7065
7066 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7067
7068         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7069         * wl-utils.el (wl-unique-id-suffix): Remove.
7070
7071 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7072
7073         * Version number is increased to 2.9.4.
7074
7075 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7076
7077         * wl-utils.el (wl-unique-id-suffix): New variable.
7078         (wl-unique-id): Use `wl-unique-id-suffix'
7079
7080 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7081
7082         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7083         instead of `elmo-msgdb-search'.
7084
7085         * Version number is increased to 2.9.3.
7086
7087 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7088
7089         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7090
7091 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7092
7093         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7094         (wl-draft-dispatch-message): Changed for send-later.
7095         (wl-draft-queue-flush): Ditto.
7096         (wl-draft): Clear `wl-sent-message-queued'.
7097         (wl-draft-reedit): Ditto.
7098         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7099         * wl-vars.el (wl-draft-force-queuing): New variable.
7100         (wl-draft-force-queuing-mail): New variable.
7101         (wl-draft-force-queuing-news): New variable.
7102
7103 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7106         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7107
7108 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7109
7110         * Version number is increased to 2.9.2.
7111
7112 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * wl-draft.el (wl-draft-elide-region): New user command.
7115         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7116
7117         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7118         command `wl-draft-elide-region'.
7119         * wl-mule.el: Ditto.
7120         * wl-xmas.el: Ditto.
7121
7122 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7125         (wl-biff-check-folder-async): Removed needless let.
7126
7127 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7128
7129         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7130         wl-folder-get-elmo-folder.
7131         (wl-biff-check-folder): Set `biff' argument of
7132         `wl-folder-check-one-entity'.
7133         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7134
7135         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7136         (wl-folder-check-one-entity): Added `biff' argument;
7137         Setup `biff' slot of folder.
7138
7139         * Version number is increased to 2.9.1.
7140
7141 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7144         comment out and fixed.
7145         (wl-fldmgr-add-completion-subr): Ditto.
7146
7147         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7148         and msgdb.
7149
7150         * wl.el (wl-toggle-plugged): Save summary view.
7151
7152 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7153
7154         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7155
7156 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7157
7158         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7159
7160 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7163         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7164         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7165
7166         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7167         if it was failed.
7168         (wl-demo): Disable undo in the demo buffer.
7169
7170 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7171
7172         * wl-version.el (wl-version): Changed codename.
7173
7174         * Version number is increased to 2.9.0.
7175
7176 2001-12-14  Takuo KITAME <kitame@northeye.org>
7177
7178         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7179         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7180         (wl-folder-mark-as-read-all-current-entity): Ditto.
7181
7182 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-vars.el (wl-from-width): Define as obsolete variable.
7185         (wl-subject-length-limit): Ditto.
7186
7187         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7188
7189         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7190         wl-summary-save-view.
7191
7192         * wl.el (wl-save-status): Ditto.
7193         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7194
7195         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7196         (wl-summary-exit): Follow the change above.
7197         (wl-summary-goto-folder-subr): Ditto.
7198
7199         * wl-folder.el (wl-folder-create-subr): Don't use
7200         `elmo-folder-creatable-p'.
7201
7202 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7205
7206 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7209         rather than bitmap on Emacs 21.
7210         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7211         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7212         for xbm if the new redisplay engine is not available.
7213
7214 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-folder.el (wl-folder-init-hook): New hook.
7217         (wl-folder-init): Run `wl-folder-init-hook'.
7218
7219 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7222
7223 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-acap.el (wl-acap-cache-filename): New variable.
7226         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7227         (wl-acap-init): Use cache if no ACAP server found.
7228
7229 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7232         `wl-acap-original-msgdb-dir'.
7233
7234         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7235         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7236
7237         * wl-mime.el (wl-mime-save-directory): Renamed from
7238         `wl-mime-save-dir'.
7239
7240 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7243
7244         * wl-demo.el: Require `path-util'.
7245         (wl-demo-bitmap-mule-available-p): New internal variable.
7246         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7247         `module-installed-p' instead.
7248         (wl-demo-insert-image): Use *.img file for a bitmap image.
7249         (wl-demo): Don't call the ascii demo recursively.
7250
7251 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7252
7253         * Version number is increased to 2.7.7.
7254
7255 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl.el (wl-exit): Eliminated byte-compile warning.
7258
7259 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7260
7261         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7262         obsolete variable using `elmo-define-obsolete-variable'.
7263         (wl-fetch-confirm-threshold): Ditto.
7264         (wl-cache-prefetch-folder-type-list): Ditto.
7265         (wl-cache-prefetch-folder-list): Ditto.
7266
7267 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7270         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7271         (wl-demo-insert-image): New function.
7272         (wl-demo-insert-text): New function.
7273         (wl-demo-image-type-alist): Redefine as a function.
7274         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7275         (wl-demo-with-temp-file-buffer): Removed.
7276         (wl-logo-xpm): Removed.
7277         (wl-logo-xbm): Removed.
7278         (wl-logo-bitmap): Removed.
7279
7280 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7281
7282         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7283         (wl-expire-localdir-get-folder-function): New user option.
7284         (wl-expire-localdir-get-folder): New function.
7285         (wl-expire-localdir-date): Ditto.
7286
7287 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7288
7289         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7290         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7291         Fixed unread number mismatch when all-unread < unread.
7292
7293 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7296         (wl-fetch-confirm-threshold): Ditto.
7297
7298         * wl-summary.el (wl-summary-confirm-appends): Removed.
7299         (wl-summary-sync-update): Don't refer
7300         `wl-summary-update-confirm-threshold' (It is now abolished).
7301
7302         * wl-message.el (wl-message-display-internal): Don't refer
7303         `wl-fetch-confirm-threshold' (It is now abolished).
7304
7305 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7308
7309 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7310
7311         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7312         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7313         Change default value to nil.
7314         (wl-summary-indent-length-limit): The value can be nil, nil means
7315         unlimited.
7316
7317         * wl-summary.el: Don't set limit for indent length if the value of
7318         wl-summary-indent-length-limit is nil.
7319         If the value of wl-summary-width is nil, it means only that the width
7320         of summary is unlimited (nil doesn't mean that the indent length is
7321         unlimited).
7322
7323         * wl-thread.el: Ditto.
7324
7325 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7326
7327         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7328         be nil, nil means never confirm.
7329         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7330
7331 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7332
7333         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7334         means unlimited).
7335
7336 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7339         Use `with-temp-buffer'.
7340
7341 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7344         with new backquote style).
7345         (wl-folder-get-entity-from-buffer): Ditto.
7346
7347 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7348
7349         * wl-version.el (nemacs-version): Eliminated.
7350         (wl-extended-emacs-version2): Ignore nemacs.
7351         (wl-extended-emacs-version3): Ditto.
7352
7353 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7354
7355         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7356         (wl-draft-add-in-reply-to): New variable.
7357         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7358         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7359         (wl-draft-yank-from-mail-reply-buffer): Use
7360         `wl-draft-add-in-reply-to'.
7361         (wl-draft-insert-current-message): Ditto.
7362
7363 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7364
7365         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7366         typo (kill->hide).
7367         (wl-message-buffer-prefetch-folder-type-list): Added elements
7368         `mark' and `cache' instead of `internal'.
7369
7370 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7373         resume msgdb directory.
7374
7375 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl.el (wl-exit): Call `wl-acap-exit'.
7378
7379         * wl-summary.el (wl-summary-message-string): New function.
7380         (wl-summary-reedit): Use it.
7381         (wl-summary-resend-bounced-mail): Remove needless let.
7382         (wl-summary-supersedes-message): Ditto.
7383         (wl-summary-save): Ditto.
7384
7385         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7386         (wl-acap-init): Set it.
7387         (wl-acap-exit): New function.
7388
7389 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7390
7391         * wl.el (wl-init): Revert (require 'mime-setup). move from
7392         toplevel.
7393
7394 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7397         local variables.  Add error when guess function return invalid
7398         value.
7399
7400 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7401
7402         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7403         Change local variable name.
7404         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7405         (wl-folder-get-newsgroups): Return nil when non-news folder.
7406         * wl-summary.el (wl-summary-write-current-folder): State through
7407         when guess-list return nil.
7408         (wl-summary-write-current-folder-functions): Fixed docstring.
7409
7410         * wl.el (wl-exit): Changed confirm message.
7411
7412         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7413         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7414
7415         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7416
7417 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7418
7419         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7420         user option (Renamed from wl-cache-prefetch-folder-type-list).
7421         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7422         from wl-cache-prefetch-folder-list).
7423
7424         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7425         Move to wl-vars.el.
7426         (wl-message-buffer-prefetch-p): Changed to enable
7427         `wl-message-buffer-prefetch-folder-list'.
7428
7429         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7430         `ignore-cache'.
7431
7432 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7433
7434         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7435         `part-top' and `part-bottom'.
7436         (wl-draft-config-sub-part-top): New function.
7437         (wl-draft-config-sub-part-bottom): New function.
7438
7439 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7440
7441         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7442
7443 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7446
7447 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7448
7449         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7450
7451         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7452         (wl-summary-write-current-folder): Ditto.
7453
7454 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7455
7456         * wl-folder.el (wl-folder-get-newsgroups): Use
7457         `elmo-folder-newsgroups'.
7458
7459 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7460
7461         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7462         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7463         `wl-draft-config-sub-header-bottom'.
7464
7465 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7468         localnews folder.
7469
7470 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7471
7472         * wl-summary.el (wl-summary-mode): Undo last change.
7473
7474         * wl-folder.el (wl-folder-mode): Ditto.
7475
7476 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7477
7478         * wl-summary.el (wl-summary-mode): Locally set
7479         truncate-partial-window-width to nil.
7480         (for XEmacs)
7481
7482         * wl-folder.el (wl-folder-mode): Ditto.
7483
7484 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7485
7486         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7487
7488 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7491         number.
7492
7493         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7494
7495         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7496
7497         * Version number is increased to 2.7.6.
7498
7499 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7502
7503 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-summary.el (wl-summary-sync-update): Enclose network
7506         related portion with `unwind-protect'.
7507
7508 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7509
7510         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7511
7512 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7515         element.
7516         * wl-vars.el (wl-message-body-button-alist): Ditto.
7517
7518         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7519         max match length.
7520         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7521
7522         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7523         for the max match length;
7524         Use 4th element value for the button string regexp group.
7525
7526         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7527         candidate exists, prompt to select.
7528
7529 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7530
7531         * wl-summary.el (wl-summary-jump-to-msg): Search before
7532         calibration point by `beginning-of-line'.
7533
7534 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7535
7536         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7537         for access group.
7538
7539 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * wl-message.el (wl-message-display-internal): Bind
7542         `default-mime-charset'.
7543
7544         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7545
7546         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7547
7548         * Version number is increased to 2.7.5.
7549
7550 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7551
7552         * wl-expire.el (wl-summary-archive): Fixed;
7553         Use `elmo-folder-name-internal'.
7554
7555 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7556
7557         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7558         from `elmo-folder-move-messages' caller.
7559         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7560
7561         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7562         related portions are changed).
7563
7564 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7565
7566         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7567         counter.
7568
7569 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7570
7571         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7572         buffer local and set it to nil.
7573
7574         * wl-message.el (wl-message-redisplay): Ditto.
7575
7576 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * wl-summary.el (wl-summary-mark-as-important): If message is
7579         already cached, set messag as read, otherwise encache and mark as read.
7580
7581 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7582
7583         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7584         point-min.
7585
7586 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7589         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7590         a keymap.
7591
7592 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7595         parent.
7596
7597         * wl-mule.el (wl-message-define-keymap): Ditto.
7598
7599         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7600
7601         * wl-xmas.el (wl-message-display-internal-hook): Define.
7602         (wl-xmas-setup-message-toolbar): Define as function.
7603         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7604         (wl-message-overload-functions): Abolished.
7605         (wl-message-define-keymap): New function.
7606
7607         * wl-vars.el (wl-message-display-internal-hook): New variable.
7608         (wl-message-header-button-alist): New variable (Renamed from
7609         wl-highlight-message-header-button-alist).
7610         (wl-message-body-button-alist): Ditto.
7611
7612         * wl-mule.el (wl-message-define-keymap): New function.
7613         (wl-message-overload-functions): Abolished.
7614
7615         * wl-message.el (wl-message-add-buttons-to-body): New function.
7616         (wl-message-redisplay): Don't call wl-message-overload-functions;
7617         Call wl-message-add-buttons-to-header and
7618         wl-message-add-buttons-to-body.
7619         (wl-message-display-internal): Set keymap argument for
7620         elmo-mime-display-as-is, elmo-mime-message-display;
7621         Run wl-message-display-internal-hook.
7622         (wl-message-refer-article-or-url): Abolished.
7623
7624         * wl-highlight.el (wl-highlight-headers): Don't call
7625         wl-highlight-message-add-buttons-to-header.
7626         (wl-highlight-message-add-buttons-to-header): Abolished.
7627
7628
7629         * wl-e21.el (wl-message-display-internal-hook): Define.
7630         (wl-e21-setup-toolbar): Deleted duplicated binding.
7631         (wl-e21-setup-message-toolbar): Define as function.
7632         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7633         (wl-message-define-keymap): New function.
7634         (wl-message-overload-functions): Abolished.
7635
7636 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7639         and elmo-folder-close.
7640
7641         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7642
7643 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7644
7645         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7646         boolean value.
7647         * wl-draft.el (wl-draft-do-fcc): Ditto.
7648
7649 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7650
7651         * wl-vars.el (wl-fcc-force-as-read): New variable.
7652         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7653         mark copied message as read.
7654
7655 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7656
7657         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7658
7659 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7660
7661         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7662         `wl-summary-target-above' instead of obsolete variable
7663         `wl-summary-temp-above'.
7664
7665         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7666         instead of `make-obsolete-variable'.
7667         * wl-refile.el (toplevel): Ditto.
7668
7669 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7672         with third argument t.
7673         (wl-draft): Set first argument for wl-plugged-init as t.
7674
7675         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7676         definition.
7677
7678 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7679
7680         * wl-vars.el: Tabify.
7681         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7682
7683         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7684         message.
7685
7686 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7687
7688         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7689         and set default to beep.
7690
7691 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7692
7693         * wl-vars.el (wl-draft-truncate-lines): New variable.
7694
7695         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7696         instead of wl-message-truncate-lines for truncate-lines.
7697
7698 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-message.el (wl-message-display-internal): Call
7701         `wl-highlight-message' after `elmo-mime-display-as-is'.
7702
7703         * wl-mime.el (wl-mime-display-text/plain): New function.
7704         (wl-mime-display-header): Ditto.
7705         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7706         body-presentation-method for text/plain;
7707         Register `wl-mime-display-header' as a header-presentation-method;
7708         Don't set up `elmo-message-text-content-inserted-hook' and
7709         `elmo-message-header-inserted-hook'.
7710
7711         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7712         variable.
7713         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7714         as t if flag is 'all-header;
7715         Don't bind `elmo-message-ignored-field-list',
7716         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7717
7718 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7721         for xemacs with non-mule environment.
7722
7723 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7724
7725         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7726         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7727         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7728
7729 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7730
7731         * wl-vars.el (wl-interactive-send): Set default value as t.
7732
7733 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7736         (wl-addrmgr-method-list): Abolished.
7737         (wl-addrmgr-change-method): Follow above change.
7738
7739         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7740
7741 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7742
7743         * wl-vars.el (wl-message-truncate-lines): Change default value
7744         to default-truncate-lines.
7745
7746         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7747
7748 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7749
7750         * wl-vars.el (wl-message-truncate-lines): New variable.
7751
7752         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7753         wl-message-truncate-lines.
7754
7755 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7756
7757         * wl-acap.el (wl-acap-init): Remove period from error message.
7758         (wl-acap-find-acap-service): Remove period from message.
7759
7760 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl.el (wl-check-environment): Undo last change.
7763
7764         * wl-vars.el (wl-from): Changed default value.
7765
7766         * wl-util.el (toplevel): Don't require tm-edit.
7767
7768         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7769         `wl-folder-init';
7770         Don't set mark on mail body.
7771         (wl-draft-reedit): Ditto.
7772
7773         * wl-address.el (wl-address-quote-specials): Define as an alias for
7774         elmo-address-quote-specials.
7775
7776 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7779
7780         * wl-vars.el (wl-from): Set default value as nil.
7781         (wl-organization): Set default value as ORGANIZATION environment
7782         variable.
7783
7784         * wl-draft.el (wl-smtp-extension-bind): Check value of
7785         wl-smtp-connection-type.
7786
7787         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7788         error.
7789
7790 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7791
7792         * Version number is increased to 2.7.4.
7793
7794         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7795         arguments from `wl-highlight-x-face-function' caller.
7796         Use x-face-1.3.6.12 or later.
7797
7798 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7799
7800         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7801
7802 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7803
7804         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7805         (wl-fcc): Fix to accept function.
7806         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7807
7808 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7809
7810         * wl-acap.el (toplevel): Added `product-provide' declare.
7811         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7812
7813 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl.el (wl): Changed order of calling `elmo-init'
7816         and `elmo-folder-init'.
7817
7818 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7819
7820         * wl-mime.el (wl-summary-burst): Extract message when content-type
7821         of root entity is not only `multipart' but also `message/rfc822'.
7822         (wl-summary-burst-subr): Ditto.
7823
7824 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-vars.el (toplevel): Require 'custom.
7827         (wl-trash-folder): Added to `wl-setting' group.
7828
7829         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7830         exists.
7831         (wl-addrmgr-draw): Insert empty line when no entry exists.
7832
7833         * wl-mule.el (wl-message-wheel-up): Fixed.
7834         (wl-message-wheel-down): Ditto.
7835
7836 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7837
7838         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7839         config is an anonymous lambda expression.
7840
7841 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7844         when Mule 2 is running.
7845
7846 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7847
7848         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7849
7850 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7853         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7854
7855         * wl-address.el (wl-address-specials-regexp): Eliminated.
7856         (wl-address-quote-specials): Rewrite.
7857
7858 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7861         shy-groups for regexp.
7862
7863         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7864         character classes and Perl style shy-groups for regexp.
7865         (wl-highlight-plugged-current-line): Use Posix style character
7866         classes for regexp.
7867         (wl-e21-highlight-folder-by-numbers): Ditto.
7868         (wl-e21-display-image-p): Use `display-images-p' instead of
7869         `display-graphic-p'.
7870         (display-images-p): Make an alias to `display-graphic-p' if it is
7871         not available.  It is for Emacs version prior to 21.0.105.
7872
7873         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7874         `display-graphic-p'.
7875         (wl-demo-image-type-alist): Ditto.
7876         (display-images-p): Make an alias to `display-graphic-p' if it is
7877         not available.  It is for Emacs version prior to 21.0.105.
7878
7879 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7880
7881         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7882         support.
7883         (wl-generate-user-agent-string): Ditto.
7884
7885         * wl-version.el (wl-version): Update docsting.
7886         (wl-version-status): Ditto.
7887
7888 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7889
7890         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7891         21.0.105.  For Emacs 21.0.104 or earlier.
7892
7893 2001-09-03  Takuo KITAME <kitame@northeye.org>
7894
7895         * wl-e21.el (wl-plugged-init-icons): Use
7896         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7897         (wl-biff-init-icons): Ditto.
7898
7899 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * wl-highlight.el (wl-highlight-summary-current-line):
7902         Fixed highlighting refile/copy destination.
7903
7904         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7905         (wl-acap-store): Encode string by wl-acap-coding-system.
7906
7907 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-acap.el (toplevel): Check and require 'un-define before
7910         'xemacs-ucs;
7911          Added checking for UTF-2000.
7912
7913 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7916         Don't enclose with `eval-and-compile'.
7917
7918         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7919         wl-init is non-nil.
7920
7921         * wl-draft.el (wl-draft): Ditto.
7922
7923         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7924
7925         * wl-acap.el (toplevel): Require 'wl.
7926         (wl-acap-store): Call `elmo-init'.
7927
7928         * wl.el (wl): Changed position of `wl-check-environment'.
7929         (toplevel): Added autoload setting for wl-acap.
7930
7931         * wl-vars.el (wl-setting): New custom group.
7932         (wl-from): Added wl-setting group.
7933         (wl-user-mail-address-list): Ditto.
7934         (wl-organization): Ditto.
7935         (wl-subscribed-mailing-list): Ditto.
7936         (wl-envelope-from): Ditto.
7937         (wl-smtp-posting-user): Ditto.
7938         (wl-smtp-posting-server): Ditto.
7939         (wl-smtp-posting-port): Ditto.
7940         (wl-smtp-authenticate-type): Ditto.
7941         (wl-pop-before-smtp-user): Ditto.
7942         (wl-pop-before-smtp-server): Ditto.
7943         (wl-pop-before-smtp-port): Ditto.
7944         (wl-pop-before-smtp-authenticate-type): Ditto.
7945         (wl-nntp-posting-server): Ditto.
7946         (wl-nntp-posting-user): Ditto.
7947         (wl-nntp-posting-port): Ditto.
7948         (wl-fetch-confirm-threshold): Ditto.
7949         (wl-prefetch-threshold): Ditto.
7950         (wl-thread-insert-opened): Ditto.
7951         (wl-ldap-server): Ditto.
7952         (wl-ldap-port): Ditto.
7953         (wl-ldap-base): Ditto.
7954         (wl-ldap-objectclass): Ditto.
7955         (wl-use-ldap): Ditto.
7956         (wl-draft-config-alist): Ditto.
7957         (wl-draft-config-matchone): Ditto.
7958         (wl-template-alist): Ditto.
7959         (wl-message-sort-field-list): Ditto.
7960         (wl-message-ignored-field-list): Ditto.
7961         (wl-message-visible-field-list): Ditto.
7962         (wl-interactive-send): Ditto.
7963         (wl-summary-move-order): Ditto.
7964         (wl-auto-select-first): Ditto.
7965         (wl-auto-select-next): Ditto.
7966         (wl-interactive-save-folders): Ditto.
7967
7968         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7969         Initialization codes are moved from wl-local-folder-init.
7970         (wl-local-folder-init): Follow the change above.
7971         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7972
7973         * wl-acap.el: New file.
7974
7975         * Version number is increased to 2.7.3.
7976
7977 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7980
7981 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7982
7983         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7984         (wl-addrmgr-address-entry-list): Ditto.
7985
7986 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-e21.el (wl-draft-mode-map): Removed binding for
7989         `wl-draft-insert-x-face-field'.
7990
7991         * wl-mule.el (wl-draft-mode-map): Ditto.
7992
7993         * wl-xmas.el (wl-draft-mode-map): Ditto.
7994
7995         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7996         (wl-cs-autoconv): Ditto.
7997         (wl-cs-local): Ditto.
7998         (wl-use-scoring): Ditto.
7999         (wl-mime-charset): Ditto.
8000         (wl-folder-check-async): Ditto.
8001
8002         * wl.el (toplevel): Ignore nemacs and tm.
8003         (wl-exit): Ditto.
8004
8005         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
8006         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
8007         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
8008         instead of wl-address-petname-add-or-change.
8009         (wl-summary-edit-addresses-subr): Use wl-address-delete
8010         instead of wl-address-petname-delete.
8011
8012         * wl-util.el (wl-as-coding-system): Ignore nemacs.
8013
8014         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
8015         if error occured.
8016
8017         * wl-message.el (require): Remove tm support.
8018
8019         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
8020
8021         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
8022         (wl-folder-jump-to-current-entity): Ditto.
8023         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
8024
8025         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
8026         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
8027         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
8028
8029         * wl-mule.el (wl-draft-key-setup): Ditto.
8030
8031         * wl-xmas.el (wl-draft-key-setup): Ditto.
8032
8033         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
8034         (wl-draft-std11-parse-addresses): New function.
8035         (wl-draft-parse-mailbox-list): Use it.
8036         (wl-draft): Ignore nemacs.
8037         (wl-draft-reedit): Ditto.
8038
8039         * wl-addrmgr.el: New file.
8040         (Original is wl-rcpt.el written by
8041         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8042         Thanks Kitamoto-san.)
8043
8044         * wl-address.el (wl-address-make-address-list): Modified parsing
8045         process.
8046         (wl-address-delete): Renamed from `wl-address-petname-delete';
8047         Modify wl-address-list too.
8048         (wl-address-add-or-change): Renamed from
8049         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8050
8051 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8052
8053         * wl-highlight.el (wl-highlight-summary-current-line):
8054           Work with transient-mark-mode
8055
8056 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * Version number is increased to 2.7.2.
8059
8060         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8061         instead of elmo-dop-queue-method.
8062
8063 2001-08-06  SAITO Atsunori <sai@yedo.com>
8064
8065         * wl-vars.el (wl-ldap-objectclass): New user option.
8066
8067         * wl-address.el (wl-ldap-make-filter): Use it.
8068
8069 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8072
8073 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-folder.el (wl-folder): redisplay after folder insertion.
8076
8077         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8078
8079         * wl-summary.el (wl-summary-sync-update):
8080         Change status mark only when new-msgdb exists.
8081         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8082
8083 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-summary.el (wl-summary-open-folder): New function.
8086         (wl-summary-goto-folder-subr): Use it.
8087         (wl-summary-mark-as-important): Fix;
8088         Encache only when no cache exists.
8089
8090 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8093         Use with-current-buffer.
8094
8095 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8096
8097         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8098         before call `get-buffer'. Fixed parenthesis.
8099         (wl-score-get-header-entry): Clear message and help window when
8100         keyboard quit.
8101         (wl-score-edit-insert-header): Ditto.
8102
8103 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8104
8105         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8106         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8107         (wl-default-draft-cite): Fix.
8108
8109         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8110         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8111
8112 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-message.el (wl-message-prev-page): Do same bahavior
8115         as summary when it is called in the message buffer.
8116         (wl-message-next-page): Ditto.
8117
8118 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-summary.el (wl-summary-forward): Use cache if it is not
8121         section cache.
8122
8123 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8126         Removed redundant require of elmo-vars.
8127         (wl-biff-state-indicator-on): Changed default value for
8128         xemacs with non-mule environment.
8129
8130         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8131         wl-message-buffer is nil;
8132         Hide progress bar after moving messages.
8133
8134 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8135
8136         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8137         message at cursor point is deleted.
8138
8139 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-vars.el: Changed file coding system to euc-japan.
8142         Added -*-coding:-*- magic to the first line.
8143
8144         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8145         Search parent from the first message.
8146
8147         * Version number is increased to 2.7.1.
8148
8149 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8150
8151         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8152
8153 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8156         refile/delete execution.
8157
8158         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8159         Fixed docstring.
8160
8161 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8164         do update process;
8165         Don't update marks when update process is interrupted.
8166
8167 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-summary.el (wl-summary-reply): Fixed problem when
8170         wl-draft-use-frame is non-nil.
8171         (wl-summary-forward): Ditto.
8172
8173         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8174         as nil.
8175         (wl-folder-mark-as-read-all-entity): Ditto.
8176         (wl-folder-prefetch-entity): Ditto.
8177
8178         * wl.el (wl): Check environment before wl-init.
8179
8180         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8181         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8182         instead of wl-summary-collect-unread.
8183         (wl-summary-reply): Split message window.
8184
8185 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8188         only if current language environment is japanese,
8189
8190         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8191         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8192         (wl-folder-goto-folder-subr): Ditto.
8193
8194         * wl-draft.el (wl-draft-dispatch-message): Call
8195         `elmo-file-cache-get-path'.
8196
8197 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * wl-summary.el (wl-summary-cursor-move): If return value of
8200         wl-summary-next-message is not number, don't jump.
8201
8202 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8203
8204         * wl-summary.el (wl-summary-buffer-next-message-function): New
8205         variable.
8206         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8207         if it is bound.
8208
8209         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8210         string.
8211
8212         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8213         (wl-plugged-drawing): Ditto.
8214
8215 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8218         process.
8219         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8220         with unwind-protect.
8221
8222         * wl.el (wl-init): Require mime-setup.
8223         (wl-check-environment): Don't require mime-setup.
8224
8225         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8226         instead of elmo-folder-type.
8227
8228         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8229         value as nil.
8230
8231 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * Version number is increased to 2.7.0.
8234
8235         * wl-version.el (wl-version): Changed codename.
8236
8237         * wl-summary.el (wl-summary-delete-cache): Fixed.
8238
8239         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8240         Workaround for net folders.
8241         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8242
8243         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8244         value to nil (According to the patch from
8245         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8246
8247         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8248         of elmo-folder-close.
8249
8250 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8251
8252         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8253         for postfix.
8254
8255 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-summary.el (wl-summary-resend-message): Fixed.
8258
8259         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8260         Call wl-draft with `from' argument if its address is included in
8261         `wl-user-mail-address-list'.
8262         (wl-draft): Added `from' argument.
8263
8264         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8265         non-nil.
8266         (wl): Don't show demo if wl-demo is nil.
8267
8268         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8269         wl-summary-use-frame.
8270
8271         * wl-vars.el (wl-summary-use-frame): New user option.
8272         (wl-folder-use-frame): Changed docstring.
8273
8274         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8275         non-nil.
8276         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8277         wl-summary-use-frame.
8278
8279         * wl-vars.el (wl-folder-use-frame): New user option.
8280
8281         * wl-summary.el (wl-summary-exit): Back to folder frame if
8282         wl-folder-use-frame is non-nil.
8283         (wl-summary-redisplay-internal): Ignore cache if current folder
8284         is draft folder,
8285         (wl-summary-redisplay-no-mime): Ditto.
8286         (wl-summary-redisplay-all-header): Ditto.
8287
8288         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8289         if wl-folder-use-frame is non-nil.
8290
8291 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl-summary.el (wl-summary-sync-update): Bind
8294         elmo-folder-update-threshold.
8295         (wl-summary-mark-as-important): Enclosed server mark processing
8296         with `save-match-data'.
8297
8298         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8299         only when it is already defined.
8300
8301 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8302
8303         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8304         name of folder exclude localdir is wrong.
8305         * wl-folder.el (wl-folder-sync-entity):
8306         Set `wl-summary-always-sticky-folder-list' as nil.
8307         (wl-folder-mark-as-read-all-entity): Ditto.
8308         (wl-folder-prefetch-entity): Ditto.
8309
8310 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8311
8312         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8313         instead of `wl-summary-write-current-newsgroup'.
8314
8315 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8316
8317         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8318         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8319         non-nil and selected message is important, do not display.
8320
8321 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8324
8325 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8328
8329         * wl-summary.el (wl-summary-mark-as-important): Set message number
8330         using wl-summary-message-number.
8331
8332 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8333
8334         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8335         destination folder is 'null.
8336
8337 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8338
8339         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8340         New function.
8341         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8342         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8343         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8344
8345 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-mime.el (wl-mime-setup): Added setting for
8348         `mime-setup-signature-key-alist' to avoid overriding key bind for
8349         `wl-draft-send'.
8350
8351         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8352         for `wl-draft-send'.
8353         * wl-mule.el (wl-draft-overload-functions): Ditto.
8354         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8355         * wl-draft.el (wl-draft-send): Ditto.
8356
8357         * wl-message.el (wl-message-display-internal):
8358         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8359         (Patch is provided by <kita@coe.nttdata.co.jp>).
8360
8361 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8362
8363         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8364
8365 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8366
8367         * wl.el (wl): Fix for wl-demo.
8368
8369 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8370
8371         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8372
8373 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8374
8375         * wl-folder.el (wl-folder-prefetch-entity): Use
8376         `wl-folder-get-elmo-folder'.
8377         (wl-folder-count-incorporates): Do not use
8378         `wl-folder-get-elmo-folder'.
8379
8380 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8381
8382         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8383         instead of `elmo-folder-get-type'.
8384
8385 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8386
8387         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8388         position on Subject: field.
8389         (Advised by Mito <mit@nines.nec.co.jp>)
8390
8391 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8392
8393         * wl-folder.el (wl-folder-prefetch-entity): Use
8394         `wl-folder-get-elmo-folder'.
8395
8396 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8399
8400         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8401         `process-duplicates' slot.
8402
8403         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8404         if detection failed.
8405
8406 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8407
8408         * wl-version.el (wl-version-status): Set to "alpha".
8409
8410 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8413         Check wl-message-buffer lives before set-buffer.
8414
8415 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8416
8417         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8418         called in folder mode.
8419         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8420         * wl-summary.el (wl-summary-exit-pre-hook): Run
8421         `wl-summary-exit-pre-hook' before exit summary mode.
8422
8423 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8424
8425         * wl-version.el (wl-version-status): New variable.
8426         (wl-version-status-alist): Removed.
8427         (wl-version-status): Rule included.
8428
8429 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8432         @sponichi.
8433
8434         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8435         when `mail-reply-buffer' is buffer-local variable.
8436         (Reported by <kita@coe.nttdata.co.jp>).
8437
8438 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8439
8440         * wl-vars.el (toplevel): Require 'elmo-util.
8441
8442 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8445         (All other related portions are changed)
8446
8447         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8448
8449         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8450
8451 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8452
8453         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8454
8455 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8458         Delete other windows to avoid an error.
8459         Use `point-marker' instead of `point' to remember the start point
8460         of body.
8461
8462         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8463
8464         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8465         number not to exceed all message number.
8466
8467 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8468
8469         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8470         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8471
8472 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-summary.el (wl-summary-sync-force-update): Added argument
8475         no-check.
8476         (wl-summary-sync-update): Ditto.
8477         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8478         with `no-check'.
8479
8480         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8481         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8482         already running.
8483
8484 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8485
8486         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8487         `dst-folder-arg'.
8488         (wl-expire-archive-number1): Diito.
8489         (wl-expire-archive-number2): Diito.
8490         (wl-expire-archive-Date): Diito.
8491         (wl-archive-number1): Diito.
8492         (wl-archive-number2): Diito.
8493         (wl-archive-date): Diito.
8494         (wl-archive-folder-p): New function.
8495         (wl-summary-expire): Support of expand folder name at
8496         wl-expire-alist.
8497         * wl-util.el (wl-expand-newtext): Renamed from
8498         `wl-refile-expand-newtext'.
8499
8500 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8501
8502         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8503         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8504         `(elmo-msgdb-get-overview msgdb)'.
8505         (wl-summary-prefetch): Bind match data before call
8506         `wl-summay-prefetch-msg'.
8507         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8508         'off if `wl-summary-buffer-disp-msg' is non-nil.
8509         Fixed problem that couldn't show only one new or unread message when
8510         enter folder.
8511         (wl-summary-reply): Don't call `split-window-vertically' and other
8512         window.
8513
8514 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-expire.el (wl-expire-refile): Fixed.
8517
8518 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8521
8522         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8523         biff notification is removed.
8524
8525         * wl.el (wl): Changed position of `elmo-init'.
8526
8527         * wl-draft.el (wl-default-draft-cite): Use date field
8528         on the citation buffer.
8529
8530         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8531
8532         * wl-xmas.el (wl-folder-internal-icon-list): Added
8533         `wl-folder-shimbun-image'.
8534
8535         * wl-e21.el (wl-folder-internal-icon-list): Added
8536         `wl-folder-shimbun-image'.
8537
8538 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * wl.el (wl-init): Eliminated argument.
8541         (wl): Rewrite.
8542
8543         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8544         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8545         instead of `elmo-folder-msgdb-internal'.
8546         (wl-summary-sync-update): Ditto.
8547         (wl-summary-flush-pending-append-operations): Eliminated.
8548         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8549         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8550         `elmo-folder-open'.
8551
8552         * wl-mime.el (wl-summary-burst): Fixed.
8553
8554         * wl-folder.el (wl-folder-info-save): Check data type.
8555
8556         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8557         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8558         instead of `elmo-folder-msgdb-internal'.
8559         (wl-expire-hide): Ditto.
8560
8561
8562         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8563
8564 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8565
8566         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8567
8568 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8569
8570         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8571
8572 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8573
8574         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8575         Fixed `match-beginning' argument mismatch.
8576
8577 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8578
8579         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8580         the default value.
8581
8582 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8585         instead of `elmo-nntp-default-port'.
8586
8587         * wl-vars.el: Fixed some doc strings.
8588
8589 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-summary.el (wl-summary-prefetch-msg): Use
8592         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8593
8594         * wl-vars.el: Define *-func as obsolete variable using
8595         `elmo-define-obsolete-variable'.
8596
8597         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8598         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8599         instead of `wl-message-buffer-prefetch-threshold'.
8600
8601         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8602
8603         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8604
8605         * wl-draft.el (wl-caesar-region-func): Ditto.
8606
8607         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8608         Keep unread status in elmo-folder-move-messages.
8609         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8610
8611 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8612
8613         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8614         `wl-summary-buffer-exit-func'
8615         (wl-summary-buffer-message-redisplay-function): Renamed from
8616         `wl-summary-buffer-message-redisplay-func'
8617         (wl-summary-buffer-next-folder-function): Renamed from
8618         `wl-summary-buffer-next-folder-func'.
8619         (wl-summary-buffer-prev-folder-function): Renamed from
8620         `wl-summary-buffer-prev-folder-func'.
8621         (wl-summary-get-petname-function): Renamed from
8622         `wl-summary-get-petname-func'.
8623
8624         * wl-score.el (wl-score-edit-exit-function): Renamed from
8625         `wl-score-edit-exit-func'.
8626
8627         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8628         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8629
8630         * wl-util.el (wl-load-profile-function): Renamed from
8631         `wl-load-profile-func'.
8632
8633         * wl-folder.el (wl-folder-completion-function): Renamed from
8634         `wl-folder-completion-func'.
8635         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8636
8637         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8638         `wl-expire-archive-get-folder-func'.
8639         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8640         (wl-draft-send-mail-function): Renamed from
8641         `wl-draft-send-mail-func'.
8642         (wl-draft-send-news-function): Renamed from
8643         `wl-draft-send-news-func'.
8644         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8645         (wl-generate-mailer-string-function): Renamed from
8646         `wl-generate-mailer-string-func'.
8647         (wl-highlight-signature-search-function): Renamed from
8648         `wl-highlight-signature-search-func'.
8649         (wl-highlight-x-face-function): Renamed from
8650         `wl-highlight-x-face-func'
8651         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8652         (wl-ps-print-buffer-function): Renamed from
8653         `wl-ps-print-buffer-func'
8654         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8655         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8656         (wl-summary-subject-filter-function): Renamed from
8657         `wl-summary-subject-filter-func'.
8658
8659         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8660         `wl-draft-queue-flush-send-func'
8661         (wl-draft-cite-function): Renamed from
8662         `wl-draft-cite-func'
8663
8664         * wl-address.el (wl-address-init-function): Renamed from
8665         `wl-address-init-func'.
8666
8667 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-draft.el (wl-draft-queue-flush): Don't call
8670         `elmo-dop-unlock-message'.
8671         * wl-draft.el (wl-draft-queue-append): Don't call
8672         `elmo-dop-lock-message'.
8673
8674         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8675         (wl-summary-buffer-folder-name): Ditto.
8676         (wl-summary-message-regexp): Added '-' (all other related portions
8677         are changed).
8678         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8679         wl-summary-buffer-folder-name.
8680
8681 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8682
8683         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8684         the number of mails in the folder buffer is not updated by wl-biff.
8685
8686 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8687
8688         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8689         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8690
8691 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-summary.el (wl-summary-next-message):
8694         Return next message number when wl-summary-move-order is nil.
8695
8696 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8697
8698         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8699         `wl-summary-move-spec-alist'.
8700         (wl-summary-move-spec-unplugged-alist): New variable
8701         (Move spec for unplugged status).
8702         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8703         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8704
8705 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8706
8707         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8708         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8709
8710 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8711
8712         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8713         simple quotation to quote the anonymous function.
8714         * tm-wl.el (wl-draft-preview-message): Ditto.
8715
8716 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8717
8718         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8719         Eliminate redundant `save-excursion'.
8720         (wl-highlight-summary-current-line): Ditto.
8721
8722         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8723         accessing match data when `looking-at' failed.
8724
8725         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8726         `elmo-match-string' where users don't care about the speed.
8727         (wl-draft-save): Ditto.
8728
8729 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-util.el (wl-regexp-opt): New function.
8732
8733         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8734         number from `wl-summary-buffer-number-list'.
8735         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8736         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8737         (wl-summary-move-spec-alist): Changed default setting.
8738
8739 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8740
8741         * wl-vars.el (wl-biff-notify-hook): New hook.
8742         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8743         the arrival of new mail.
8744         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8745         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8746
8747 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8750
8751 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8754
8755         * Version number is increased to 2.5.8.
8756
8757         * wl-thread.el (toplevel): require 'cl.
8758         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8759         (wl-thread-make-number-list): New function.
8760         (wl-thread-entity-make-number-list-from-children): Ditto.
8761         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8762         (wl-thread-entity-insert-as-children): Likewise.
8763         (wl-thread-delete-message): Likewise.
8764         (wl-meaning-of-mark): Eliminated.
8765         (wl-thread-next-failure-mark-p): Ditto.
8766         (wl-thread-entity-get-mark): Ditto.
8767         (wl-thread-meaning-alist-get-result): Ditto.
8768         (wl-thread-entity-check-prev-mark): Ditto.
8769         (wl-thread-entity-check-next-mark): Ditto.
8770         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8771         (wl-thread-entity-get-prev-marked-entity): Ditto.
8772         (wl-thread-get-prev-unread): Ditto.
8773         (wl-thread-jump-to-prev-unread): Ditto.
8774         (wl-thread-get-next-unread): Ditto.
8775         (wl-thread-jump-to-next-unread): Ditto.
8776         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8777         (wl-thread-entity-get-next-marked-entity): Ditto.
8778
8779         * wl-summary.el (wl-summary-buffer-number-list):
8780         New bufer-local variable.
8781         (wl-summary-switch-to-clone-buffer): Clone
8782         `wl-summary-buffer-number-list'.
8783         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8784         (wl-summary-cursor-move-regex): Eliminated.
8785         (wl-summary-cursor-up): Rewrite.
8786         (wl-summary-cursor-down): Ditto.
8787         (wl-summary-mode-spec-alist): New variable.
8788         (wl-summary-next-message): New inline function.
8789         (wl-summary-cursor-move): New function.
8790         (wl-summary-default-get-next-msg): Rewrite.
8791         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8792         (wl-summary-rescan): Ditto.
8793         (wl-summary-sync-all-init): Ditto.
8794         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8795         summary is not thread view.
8796         (wl-summary-sync-update): Ditto.
8797         (wl-summary-rescan): Ditto.
8798         (wl-summary-make-number-list): New function.
8799
8800         * wl-draft.el: "FCC" -> "Fcc".
8801
8802 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-highlight.el (wl-highlight-summary-window):
8805         Call `set-buffer-modified-p'.
8806
8807         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8808         (wl): Call `elmo-init' and fix.
8809
8810         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8811         Use new variables.
8812
8813         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8814
8815 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8818
8819 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8820
8821         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8822
8823 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8824
8825         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8826         `wl-use-toolbar' nor `display-graphic-p'.
8827         (wl-e21-setup-message-toolbar): Ditto.
8828         (wl-e21-setup-summary-toolbar): Ditto.
8829         (wl-e21-setup-folder-toolbar): Ditto.
8830
8831         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8832         (wl-plugged-init-icons): Ditto.
8833
8834         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8835         `display-graphic-p'.
8836         (wl-plugged-set-folder-icon): Ditto.
8837         (wl-highlight-plugged-current-line): Ditto.
8838         (wl-highlight-folder-current-line): Ditto.
8839         (wl-e21-highlight-folder-group-line): Ditto.
8840         (wl-e21-setup-toolbar): Ditto.
8841         (wl-e21-display-image-p): New macro.
8842
8843         * wl-demo.el (wl-demo): Simplified.
8844         (wl-demo-image-type-alist): Use `image-type-available-p' for
8845         checking whether the image type `xbm' is available.
8846
8847 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8850         (wl-summary-input-range): Ditto.
8851
8852 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-summary.el (wl-summary-edit-addresses): Use
8855         `wl-summary-get-original-buffer'
8856         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8857         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8858         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8859         (wl-summary-get-newsgroups): Eliminated.
8860         (wl-summary-set-crosspost): Ditto.
8861         (wl-summary-is-crosspost-folder): Ditto.
8862         (wl-crosspost-alist-load): Ditto.
8863         (wl-crosspost-alist-save): Ditto.
8864
8865         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8866         `elmo-setup-subscribed-newsgroups' instead of
8867         `elmo-nntp-make-groups-hashtb'.
8868         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8869         instead of `wl-crosspost-alist-save'.
8870
8871         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8872         of `elmo-folder-message-appendable-p'.
8873         (wl-mime-header-presentation-method): Eliminated.
8874
8875         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8876         (Error occurs in emacs21).
8877
8878         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8879         the current buffer).
8880
8881         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8882         instead of `wl-crosspost-alist-save'.
8883         (wl-init): `elmo-crosspost-message-alist-load'
8884         instead of `wl-crosspost-alist-load'
8885
8886         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8887         (wl-parse-newsgroups): Likewise.
8888         (wl-biff-notify): Run `wl-biff-notify-hook'.
8889
8890 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8893
8894         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8895         when `wl-summary-lazy-highlight' is non-nil.
8896         (wl-summary-goto-folder-subr): Highlight only when
8897         `wl-summary-lazy-highlight' is non-nil.
8898
8899         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8900         Don't display progress and highlight temp-mark when
8901         `wl-summary-lazy-highlight' is non-nil.
8902         (wl-highlight-summary-window): New function.
8903         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8904
8905 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8906
8907         * wl-summary.el (wl-summary-sync): Change `all-visible'
8908         from `all-shown'
8909         (wl-summary-input-range): Ditto.
8910
8911 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8912
8913         * wl-e21.el (wl-highlight-folder-current-line): Call
8914         `wl-folder-init-icons' when folder icons have not been initialized.
8915
8916         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8917
8918         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8919         (wl-demo-image-type-alist): New macro.
8920
8921 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8922
8923         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8924         display does not support graphics.
8925         (wl-plugged-init-icons): Ditto.
8926         (wl-folder-init-icons): Ditto.
8927
8928         * wl-demo.el (wl-demo): Chech closely whether the display
8929         supports graphics.
8930
8931 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8932
8933         * wl-summary.el (wl-summary-get-original-buffer): New function.
8934         (wl-summary-set-crosspost): Use it.
8935         (wl-summary-target-mark-uudecode): Ditto.
8936         (wl-summary-reedit): Ditto.
8937         (wl-summary-resend-bounced-mail): Ditto.
8938         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8939         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8940
8941         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8942         (wl-message-display-internal): Ditto.
8943
8944 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8945
8946         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8947
8948 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-summary.el (wl-summary-save-view): Renamed from
8951         `wl-summary-save-status'.
8952
8953 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8954
8955         * wl-summary.el (wl-summary-sync): Added `all-shown'
8956
8957 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8958
8959         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8960
8961 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8962
8963         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8964
8965 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8966
8967         * wl-highlight.el (wl-highlight-summary-line-string): Use
8968         `zerop' instead of `= 0'.
8969         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8970
8971         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8972         for comparing numbers.
8973         (wl-template-prev): Use `zerop' instead of `eq 0'.
8974
8975         * wl-draft.el (wl-draft-insert-current-message): Use
8976         `with-current-buffer' instead of `save-excursion'.
8977         Use `zerop' instead of `eq 0'.
8978
8979 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8980
8981         * wl-draft.el (wl-draft-insert-ccs): New function.
8982         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8983         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8984
8985 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8986
8987         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8988
8989 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8990
8991         * wl-expire.el (wl-expire-refile): Don't call
8992         elmo-msgdb-add-msgs-to-seen-list;
8993         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8994         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8995
8996 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * wl-message.el (wl-message-prev-page): Ignore errors while
8999         scroll-down.
9000
9001 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
9002
9003         * wl-mime.el: Use elmo-original-message-mode instead of
9004         mmelmo-original-mode.
9005
9006         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
9007         `elmo-folder-get-spec';
9008         (wl-fldmgr-add-completion-all-completions):
9009         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
9010
9011         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
9012         of `elmo-folder-get-type'.
9013
9014         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
9015         `elmo-folder-get-spec';
9016         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9017         Use `elmo-folder-append-message' instead of `elmo-append-msg';
9018         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9019         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
9020         `elmo-read-msg-no-cache';
9021         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
9022         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
9023         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
9024         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
9025         `elmo-cache-save';
9026         (wl-draft-reedit): Use `elmo-message-file-name'.
9027
9028         * wl-expire.el: Use `elmo-folder-name-internal';
9029         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9030         Use macro `wl-summary-buffer-msgdb' instead of variable
9031         `wl-summary-buffer-msgdb';
9032         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
9033         Use macro `wl-summary-buffer-folder-name' instead of variable
9034         `wl-summary-buffer-folder-name'.
9035         * wl-score.el: Likewise.
9036
9037         * wl-message.el: Rewrite for new message buffer cache mechanism.
9038         (wl-message-buffer-cache-buffer-get): New macro.
9039         (wl-message-buffer-cache-folder-get): Ditto.
9040         (wl-message-buffer-cache-message-get): Ditto.
9041         (wl-message-buffer-cache-entry-make): Ditto.
9042         (wl-message-buffer-cache-hit): Ditto.
9043         (wl-message-buffer-cache-sort): New function.
9044         (wl-message-buffer-cache-add): Ditto.
9045         (wl-message-buffer-cache-delete): Ditto.
9046         (wl-message-buffer-cache-clean-up): Ditto.
9047         (wl-message-buffer-window): Rewrite.
9048         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9049         (wl-message-buffer-display): New function.
9050         (wl-message-display-internal): New function.
9051
9052 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-folder.el: Use `elmo-folder-name-internal';
9055         Use `wl-folder-get-elmo-folder';
9056         Use `elmo-folder-list-messages' instead of
9057         `elmo-list-folder';
9058         Use `elmo-folder-get-primitive-list' instead of
9059         `elmo-folder-get-primitive-spec-list';
9060         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9061         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9062         Use `elmo-folder-create' instead of `elmo-create-folder'.
9063         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9064         (wl-folder-get-elmo-folder): New macro.
9065         (wl-folder-elmo-folder-cache-get): Ditto.
9066         (wl-folder-elmo-folder-cache-put): Ditto.
9067         (wl-folder-suspend): Call `elmo-quit'.
9068
9069         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9070         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9071         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9072         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9073         (toplevel): require 'cl.
9074         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9075
9076         * wl-summary.el: Rewrite to use new elmo interface.
9077
9078 \f
9079 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-mime.el (wl-draft-preview-message):
9082         Run `wl-draft-send-hook' before collecting recipients information;
9083         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9084
9085         * tm-wl.el (wl-draft-preview-message): Ditto.
9086
9087 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9088
9089         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9090         wrong recipients are displayed when forwarded message.
9091
9092 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * Version number is increased to 2.5.7.
9095
9096 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9097
9098         * wl-message.el (wl-message-next-page): Bind
9099         `window-pixel-scroll-increment' to nil while scrolling up.
9100
9101 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9102
9103         * wl-vars.el (wl-save-hook): New hook.
9104         * wl.el (wl-save): Call `wl-save-hook'.
9105
9106 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9107
9108         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9109         Argument WITH-ARG instead of NO-ARG (negative mean).
9110         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9111         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9112         * wl-message.el (wl-message-follow-current-entity): Likewise.
9113
9114 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9115
9116         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9117         FROM was optional argument.
9118         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9119
9120 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9121
9122         * Version number is increased to 2.5.6.
9123
9124 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9125
9126         * wl-version.el (wl-version-show): Removed.
9127         (wl-version): Add `interactive'.
9128
9129 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9130
9131         * wl-summary.el (wl-summary-get-petname-func): New variable.
9132         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9133         instead of `wl-address-get-petname-1'.
9134         (wl-summary-simple-from): Ditto.
9135
9136         * wl-address.el (wl-address-get-petname-1): Define as function.
9137
9138 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9141         field in the original message.
9142         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9143
9144 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9145
9146         * wl-expire.el (wl-expire-hide):
9147         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9148
9149 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9152         find decoder for To, Cc, and Subject.
9153
9154 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9157         for checking `elmo-use-buffer-cache'.
9158         (wl-summary-mark-as-important): Fixed typo in comment.
9159
9160 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9161
9162         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9163         field in the original message.
9164         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9165
9166 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9167
9168         * wl-expire.el (wl-expire-hide):
9169         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9170
9171 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9174         find decoder for To, Cc, and Subject.
9175
9176 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * Version number is increased to 2.5.5.
9179
9180         * wl-address.el (wl-address-specials-regexp): New constant.
9181         (wl-address-quote-specials): Use it.
9182
9183 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl-summary.el (wl-summary-rescan):
9186         Call `wl-summary-buffer-number-column-detect'.
9187         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9188
9189         * wl-message.el (wl-message-mode-map): Define.
9190         (wl-message-decode): Use it as local-map.
9191
9192 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9193
9194         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9195         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9196
9197 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9200
9201         * wl-mule.el (wl-read-event-char): Ditto.
9202
9203         * wl-e21.el (wl-read-event-char): Ditto.
9204
9205         * wl-nemacs.el (wl-read-event-char): Ditto.
9206         (read-event): Removed.
9207
9208         * wl-util.el (toplevel): Removed dummy definition of
9209         `read-event'.
9210         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9211
9212 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9213
9214         * wl-nemacs.el (elmo-archive-call-process): Moved to
9215         elmo-archive.el.
9216
9217 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9218
9219         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9220         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9221
9222         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9223         instead of magic-number 6.  Use `not' instead of `null' for symbol
9224         `nil' check (not empty list).
9225         (wl-draft-insert-x-face-field): Fixed paren style.
9226
9227         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9228         one-branch conditional statement, instead of `and' and `if'.
9229         (wl-draft-forward): Likewise.
9230         (wl-draft-add-references): Likewise.
9231         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9232
9233         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9234         conditional steatment.  Use `cond' instead of `if'.
9235         (wl-draft-confirm): Likewise.
9236
9237 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9238
9239         * wl-version.el (wl-version-show): Use `product-string-1'
9240         instead of `wl-version'.
9241         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9242
9243         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9244
9245 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9246
9247         * wl-highlight.el (wl-highlight-headers): Revert
9248         `wl-highlight-x-face-func' argument (`beg' and `end').
9249
9250 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9251
9252         * wl.el (toplevel): Move `product-provide' declare.
9253         * wl-demo.el (toplevel): Ditto.
9254         * wl-dnd.el (toplevel): Ditto.
9255         * wl-highlight.el (toplevel): Ditto.
9256         * wl-message.el (toplevel): Ditto.
9257         * wl-refile.el (toplevel): Ditto.
9258         * wl-util.el (toplevel): Ditto.
9259
9260 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9263         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9264         (wl-thread-close-all): keep cursor position.
9265
9266 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9267
9268         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9269         (eq x 0).
9270         (wl-generate-user-agent-string-1): Fix conditional statement.
9271
9272 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9273
9274         * wl.el (wl-check-environment): Additional check for
9275         'wl-local-domain' and `wl-message-id-domain'.
9276
9277 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9278
9279         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9280
9281 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9282
9283         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9284         instead of `smtp-sasl-user-realm'.
9285
9286 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9287
9288         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9289
9290 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9291
9292         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9293         to the default value as well as `eword-lexical-analyzer'.
9294
9295 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9296
9297         * wl-version.el (wl-extended-emacs-version,
9298         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9299         `elmo-match-string' instead of `wl-match-string'.
9300
9301 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9302
9303         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9304         docstring.
9305
9306 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9307
9308         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9309
9310 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9311
9312         * wl-highlight.el (wl-highlight-headers): Remove
9313         `wl-highlight-x-face-func' argument (`beg' and `end').
9314
9315 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * wl-summary.el (wl-summary-mark-as-important):
9318         Remove cache if folder is local.
9319
9320 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9321
9322         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9323         to get existing e-mail address string.
9324
9325 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9326
9327         * wl-version.el (wl-generate-user-agent-string): Commentary.
9328         (wl-generate-user-agent-string-1): Use `when' for
9329         one-branch conditional statement, instead of `and' and `if'.
9330         (wl-extended-emacs-version, wl-extended-emacs-version2,
9331         wl-extended-emacs-version3): Ditto.
9332
9333 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9336         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9337         condition-case; Remove initialization.
9338         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9339         (wl-summary-sync-update3): Added argument `sync-all';
9340         Eliminated local variable `msgdb';
9341         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9342         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9343         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9344
9345 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9346
9347         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9348         connection before call `wl-draft-send-mail-with-smtp'.
9349
9350 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * Version number is increased to 2.5.4.
9353
9354 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9355
9356         * wl.el (wl-check-environment): Additional check for
9357         'wl-local-domain' and `wl-message-id-domain'.
9358
9359 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9362         buffer as command specific.
9363         (wl-folder-mark-as-read-all-entity): Ditto.
9364         (wl-folder-prefetch-entity): Ditto.
9365         (wl-folder-drop-unsync-entity): Ditto.
9366
9367         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9368         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9369         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9370
9371         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9372         save-excursion.
9373
9374 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9375
9376         * Version number is increased to 2.5.3.
9377
9378         * wl-summary.el (wl-summary-save-view-cache):
9379         Delete duplicated `write-region';
9380         Use `write-region-as-binary' instead of `as-binary-output-file' and
9381         `write-region'.
9382
9383 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9384
9385         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9386
9387 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9390         instead of `smtp-via-smtp'.
9391
9392 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9393
9394         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9395
9396 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9397
9398         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9399         instead of `smtp-sasl-user-realm'.
9400
9401 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9402
9403         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9404
9405 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9406
9407         * Version number is increased to 2.5.2.
9408
9409 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9412         does not exist.
9413         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9414         (wl-biff-start): Call `timer-activate' if timer already exists.
9415
9416         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9417         only when it is bound as function.
9418
9419 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9420
9421         * Version number is increased to 2.5.1.
9422
9423 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9424
9425         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9426         Print refile/copy destination.
9427
9428 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9429
9430         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9431         queue-flush-only is non-nil.
9432
9433         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9434
9435         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9436         checking cache folder.
9437
9438 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9439
9440         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9441         `regexp-quote'.
9442
9443 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9444
9445         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9446         function.
9447         * wl-summary.el (wl-summary-write-current-folder-functions):
9448         Change default value.  Use it.
9449
9450 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9451
9452         * Version number is increased to 2.5.0.
9453
9454         * wl-version.el (wl-version): Changed codename.
9455
9456 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9457
9458         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9459         (wl-summary-supersedes-message): Ditto.
9460
9461 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9462
9463         * wl-refile.el (wl-refile-guess-functions): Renamed from
9464         `wl-refile-guess-func-list'.
9465
9466 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9467
9468         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9469         Fixed problem when no rule was matched.
9470
9471 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9472
9473         * wl-summary.el (wl-summary-get-mark): Fixed
9474         `wl-summary-buffer-target-mark' check logic.
9475
9476 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9477
9478         * wl-folder.el (wl-folder-write-current-folder): Added group
9479         folder check.
9480
9481         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9482         `wl-summary-write-current-newsgroup'.
9483         (wl-summary-write-current-folder-functions): New variable.
9484         * wl-folder.el (wl-folder-get-newsgroups): New function.
9485         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9486         (wl-folder-write-current-folder): Renamed from
9487         `wl-folder-write-current-newsgroup'.
9488
9489 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9490
9491         * Version number is increased to 2.3.93.
9492
9493 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9494
9495         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9496         (wl-ldap-make-matched-value-list): Ditto.
9497         (wl-ldap-alias-safe-string): Split e-mail address.
9498
9499         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9500         petname folder default was selected.
9501         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9502         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9503
9504 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9505
9506         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9507         to `wl-draft-config-exec'.
9508
9509         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9510         instead of calling `wl-draft-config-exec';
9511         Process group-list and show recipients in minibuffer.
9512
9513         * tm-wl.el (wl-draft-preview-message): Ditto.
9514
9515 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9516
9517         * wl.el (toplevel): Added (C) to copyright notice, and
9518         sync Author header.
9519         * tm-wl.el (toplevel): Ditto.
9520         * wl-address.el (toplevel): Ditto.
9521         * wl-demo.el (toplevel): Ditto.
9522         * wl-dnd.el (toplevel): Ditto.
9523         * wl-draft.el (toplevel): Ditto.
9524         * wl-e21.el (toplevel): Ditto.
9525         * wl-expire.el (toplevel): Ditto.
9526         * wl-folder.el (toplevel): Ditto.
9527         * wl-highlight.el (toplevel): Ditto.
9528         * wl-message.el (toplevel): Ditto.
9529         * wl-mime.el (toplevel): Ditto.
9530         * wl-mule.el (toplevel): Ditto.
9531         * wl-nemacs.el (toplevel): Ditto.
9532         * wl-refile.el (toplevel): Ditto.
9533         * wl-score.el (toplevel): Ditto.
9534         * wl-summary.el (toplevel): Ditto.
9535         * wl-template.el (toplevel): Ditto.
9536         * wl-thread.el (toplevel): Ditto.
9537         * wl-util.el (toplevel): Ditto.
9538         * wl-vars.el (toplevel): Ditto.
9539         * wl-xmas.el (toplevel): Ditto.
9540
9541 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9542
9543         * wl.el (wl-init): Added comment about `wl-init-hook'.
9544         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9545         * wl-vars.el (wl-init-hook): Added docs.
9546         (wl-make-plugged-hook): Removed useless docs.
9547         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9548         * wl-xmas.el (toplevel): Ditto.
9549
9550 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9551
9552         * wl-address.el (toplevel): Fixed multiple Author header format.
9553         * wl-demo.el (toplevel): Ditto.
9554         * wl-draft.el (toplevel): Ditto.
9555         * wl-folder.el (toplevel): Ditto.
9556         * wl-summary.el (toplevel): Ditto.
9557         * wl-thread.el (toplevel): Ditto.
9558         * wl-util.el (toplevel): Ditto.
9559         * wl-vars.el (toplevel): Ditto.
9560         * wl-version.el (toplevel): Ditto.
9561         * wl-xmas.el (toplevel): Ditto.
9562         * wl.el (toplevel): Ditto.
9563
9564         * wl-version.el (toplevel): Added require `elmo-version' for
9565         `product-version-as-string'.
9566
9567 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9568
9569         * wl-vars.el (wl-draft-send-hook): Changed default value to
9570         '(wl-draft-config-exec).
9571
9572         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9573         explicitly.
9574         (wl-draft): Set `wl-draft-config-exec-flag' before running
9575         `wl-mail-setup-hook'.
9576
9577         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9578         `wl-biff-init-icons' to `wl-init-hook' instead of
9579         `wl-make-plugged-hook'.
9580         (Because if `wl-draft' command is invoked at first,
9581         they are not initialized)
9582         Updated copyright notice.
9583
9584         * wl-e21.el (toplevel): Ditto;
9585
9586         * wl-demo.el (toplevel): Updated copyright notice.
9587         * wl-address.el (toplevel): Ditto.
9588         * wl-draft.el (toplevel): Ditto.
9589         * wl-version.el (toplevel): Ditto.
9590         * wl-folder.el (toplevel): Ditto.
9591         * wl-summary.el (toplevel): Ditto.
9592         * wl-thread.el (toplevel): Ditto.
9593         * wl-util.el (toplevel): Ditto.
9594         * wl-vars.el (toplevel): Ditto.
9595         * wl.el (toplevel): Ditto.
9596
9597 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9598
9599         * wl-highlight.el (wl-highlight-message): Fixed problem of
9600         highlighting failure which occured when the last field contains
9601         multiple lines in the draft buffer.
9602
9603         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9604         `wl-biff-start' if plugged.
9605
9606         * wl-util.el (wl-biff-check-folder): New function.
9607         (wl-biff-check-folders): Don't set session name prefix.
9608         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9609         (wl-biff-check-folder-async): Ditto.
9610
9611         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9612         in email address.
9613
9614 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9615
9616         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9617
9618         * wl-draft.el (wl-draft-strip-subject-re): New function.
9619
9620         * wl-draft.el (wl-draft-reply): Use it.
9621
9622 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9623
9624         * wl-message.el (wl-mmelmo-message-redisplay): Use
9625         `mime-display-message' instead of `wl-mime-display-message'.
9626
9627         * wl-mime.el (toplevel): Removed compatibility workaround
9628         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9629         (wl-mime-display-message): Abolished.
9630         (wl-mime-entity-read-field): Ditto.
9631         (wl-mime-combine-message/partial-pieces): Use
9632         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9633
9634 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9635
9636         * wl-template.el: Doc fixes.
9637
9638 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9639
9640         * wl-e21.el (wl-message-overload-functions): Do nothing if
9641         `current-local-map' is not available.
9642         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9643
9644 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9645
9646         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9647         representation.
9648
9649         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9650         number.
9651         (wl-fldmgr-save-folders): Don't use `format' when insert
9652         `wl-fldmgr-folders-header'.
9653
9654 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9655
9656         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9657
9658 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * wl-highlight.el (wl-highlight-message):
9661         Use `std11-field-end' to detect end point of the header field.
9662         Refer `wl-highlight-max-header-size'.
9663
9664         * wl-vars.el (wl-highlight-max-header-size): New variable.
9665
9666         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9667
9668         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9669         Set `for-draft' argument of wl-highlight-headers.
9670         (wl-draft): Ditto.
9671         (wl-draft-reedit): Ditto.
9672         (wl-user-agent-compose-internal): Ditto.
9673
9674 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9675
9676         * wl-message.el (wl-message-add-button): Use overlay.
9677
9678 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9681
9682         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9683         problem when group-list content is nothing.
9684         (Reported by Mito <mit@nines.nec.co.jp>)
9685
9686 2000-10-18  SAITO Atsunori <sai@yedo.com>
9687
9688         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9689
9690 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9691
9692         * tm-wl.el (toplevel): Use product-provide.
9693
9694 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9695
9696         * Version number is increased to 2.3.92.
9697
9698 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9699
9700         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9701         title text, use `display' property for left margin under Emacs 21.
9702
9703         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9704         properties.
9705         (wl-plugged-init-icons): Ditto.
9706
9707 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9708
9709         * wl.el (wl-save-status, wl-init): Remove last period in
9710         "...done." message.
9711         * tm-wl.el (wl-summary-burst): Ditto.
9712         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9713         wl-summary-resume-cache-status,
9714         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9715         wl-summary-sync-update3, wl-summary-highlight-msgs,
9716         wl-summary-flush-pending-append-operations,
9717         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9718         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9719         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9720         wl-thread-open-all): Ditto.
9721         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9722         * wl-mime.el (wl-summary-burst): Ditto.
9723         * wl-highlight.el (wl-highlight-summary): Ditto.
9724         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9725         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9726         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9727         * wl-address.el (wl-local-address-init): Ditto.
9728
9729 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9730
9731         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9732         `add-text-properties'.
9733         (wl-plugged-init-icons): Ditto.
9734         (wl-folder-init-icons): Use `propertize' instead of
9735         `put-text-property'.
9736         (wl-plugged-set-folder-icon): Ditto.
9737         (wl-e21-highlight-folder-group-line): Ditto.
9738
9739 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9740
9741         * wl-version.el (wl-version-status-alist): New variable.
9742         (wl-version-status): New function.
9743
9744         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9745         "Cc" part of the case "Reply-To".
9746
9747         * wl-draft.el (wl-draft-reply): Use result of
9748         `eword-extract-address-components'.
9749
9750         * wl-demo.el (wl-demo-icon-name): New constant.
9751         (wl-logo-xpm): Use it.
9752         (wl-logo-xbm): Ditto.
9753         (wl-logo-bitmap): Ditto.
9754
9755         * Version number is increased to 2.3.91.
9756
9757 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9758
9759         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9760         (wl-extended-emacs-version, wl-extended-emacs-version2,
9761         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9762         docstring.
9763
9764         * wl-version.el (wl-generate-user-agent-string-1): New function.
9765         (wl-generate-user-agent-string): Use it.
9766
9767         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9768         `mime-edit-insert-user-agent-field'.
9769         (wl-generate-user-agent-string): Check
9770         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9771
9772         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9773         instead of `if', when verbose case.
9774
9775 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9776
9777         * wl-expire.el (wl-summary-expire): Fix.
9778
9779 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9780
9781         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9782         and `elmo-lost+found-folder' if 'wl-draft.
9783         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9784
9785 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9786
9787         * wl-expire.el (wl-summary-expire): Change messages.
9788         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9789         `deleing-info' instead of "Deleting..."
9790
9791 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9792
9793         * wl-summary.el (wl-summary-refile-subr): Fix.
9794
9795 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9796
9797         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9798         if pipe folder.
9799
9800 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9801
9802         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9803
9804 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9805
9806         * wl-expire.el (wl-expire-hide): New function.
9807         (wl-summary-expire): Add `hide'.
9808
9809 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9810
9811         * wl-vars.el (wl-draft-reply-without-argument-list):
9812         Changed default value to consider `Reply-To:'.
9813         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9814
9815         * Version number is increased to 2.3.90.
9816
9817         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9818         elmo-imap4-get-session with unwind-protect.
9819         Don't cause error.
9820         (wl-summary-sync-marks): Don't check plugged nor folder type.
9821         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9822         (Always keep current buffer).
9823
9824 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9825
9826         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9827         Enclose with `save-excursion'.
9828
9829 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9830
9831         * wl-version.el (wl-version): Remove interactive.
9832
9833 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9834
9835         * wl-version.el (wl-generate-user-agent-string): Use
9836         `product-string-verbose' instead of `product-string-1'.
9837
9838 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9839
9840         * wl-vars.el (wl-draft-use-cache): New variable.
9841         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9842         if wl-draft-use-cache is non-nil.
9843
9844 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9845
9846         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9847         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9848
9849 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9850
9851         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9852         (wl-thread-msg-mark-as-unread): Ditto.
9853
9854         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9855         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9856         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9857         Don't set mark in summary if return value of `elmo-mark-as-read'
9858         is nil.
9859         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9860         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9861         instead of `wl-thread-msg-mark-as-read'.
9862         (wl-summary-mark-as-unread-region): Ditto.
9863         (wl-summary-target-mark-mark-as-read): Ditto.
9864
9865         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9866
9867 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9868
9869         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9870
9871         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9872
9873 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9874
9875         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9876         face.
9877
9878 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9879
9880         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9881         `running-xemacs'.
9882
9883 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9884
9885         * wl-version.el (toplevel): Use `product-version-as-string' for
9886         set verstion-string, if defined.
9887
9888         * wl-version.el (wl-version-show): Insert string at point, when
9889         call with argument.
9890
9891         * wl-version.el (wl-generate-user-agent-string): Use
9892         `product-string-1' instead of `wl-appname', `wl-version' and
9893         `wl-codename'.
9894
9895 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9896
9897         * wl-address.el (toplevel): Use product-provide.
9898         * wl-demo.el (toplevel): Ditto.
9899         * wl-dnd.el (toplevel): Ditto.
9900         * wl-draft.el (toplevel): Ditto.
9901         * wl-e21.el (toplevel): Ditto.
9902         * wl-expire.el (toplevel): Ditto.
9903         * wl-fldmgr.el (toplevel): Ditto.
9904         * wl-folder.el (toplevel): Ditto.
9905         * wl-highlight.el (toplevel): Ditto.
9906         * wl-message.el (toplevel): Ditto.
9907         * wl-mime.el (toplevel): Ditto.
9908         * wl-mule.el (toplevel): Ditto.
9909         * wl-nemacs.el (toplevel): Ditto.
9910         * wl-refile.el (toplevel): Ditto.
9911         * wl-score.el (toplevel): Ditto.
9912         * wl-summary.el (toplevel): Ditto.
9913         * wl-template.el (toplevel): Ditto.
9914         * wl-thread.el (toplevel): Ditto.
9915         * wl-util.el (toplevel): Ditto.
9916         * wl-vars.el (toplevel): Ditto.
9917         * wl-xmas.el (toplevel): Ditto.
9918         * wl.el (toplevel): Ditto.
9919
9920 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9921
9922         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9923         instead of product.
9924
9925         * wl-version.el (wl-version): Compile time evalution elmo-version.
9926
9927 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9928
9929         * wl-summary.el (wl-summary-sync-force-update): Append queue
9930         `mark-as-read'if unplugged.
9931
9932 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9933
9934         * wl-version.el: New file.  Use product.el.
9935         * wl.el: add (require 'wl-version).
9936         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9937         for ~/.folders header.
9938         (wl-fldmgr-folders-header): Changed.
9939         * wl-demo.el (wl-demo): Use product.el.
9940
9941         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9942         wl-version.el.
9943         * wl-util.el (wl-version, wl-version-show): Ditto.
9944
9945         * wl-util.el (wl-generate-user-agent-string,
9946         wl-extended-emacs-version, wl-extended-emacs-version2,
9947         wl-extended-emacs-version3): Move to wl-version.el.
9948         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9949         xemacs-codename, mime-edit-insert-user-agent-field,
9950         mime-edit-user-agent-value, mime-editor/version,
9951         mime-editor/codename): Compile warning killer move to
9952         wl-version.el
9953
9954 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9955
9956         * wl-summary.el (wl-summary-refile-subr): Fix.
9957
9958 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9959
9960         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9961         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9962
9963 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9964
9965         * wl.el (wl-check-environment): Check too many `@'.
9966
9967 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9968
9969         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9970
9971 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9972
9973         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9974         wl-draft-reply-myself-without-argument-list): Add variables.
9975         * wl-draft.el (wl-draft-reply): Use it.
9976
9977 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9978
9979         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9980         the 5th argument of `elmo-network-get-spec'.
9981
9982         * wl-thread.el (wl-thread-reparent-children): New inline function.
9983         (wl-thread-delete-message): Use it.
9984
9985         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9986         (wl-summary-score-update-all-lines): Don't use `dolist'.
9987
9988 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9989
9990         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9991         (require 'elmo-msgdb) for inline function.
9992
9993 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9994
9995         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9996
9997 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9998
9999         * wl-score.el (wl-score-headers): Fix for the confusing macro
10000         `elmo-kill-buffer'.
10001
10002 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
10003
10004         * wl-summary.el: Don't use the 3rd argument of `require' because
10005         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
10006         * wl-util.el: Ditto.
10007         * wl-draft.el: Ditto.
10008
10009 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
10010
10011         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
10012         window system is not used.
10013
10014 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
10015
10016         * wl-thread.el: Don't use `mapcar' only for iteration.
10017         (wl-thread-resume-entity): Ditto.
10018         (wl-thread-delete-message): Ditto.
10019
10020         * wl-summary.el: Bind `dragdrop-drop-functions',
10021         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
10022         of `require' for `timezone', `easymenu' and `ps-print';
10023         don't use `mapcar' only for iteration.
10024
10025         * wl-util.el: Bind `mule-version', `nemacs-version',
10026         `emacs-beta-version', `xemacs-codename',
10027         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
10028         `mime-editor/version' and `mime-editor/codename'; specify 3rd
10029         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
10030         only for iteration.
10031
10032         * wl-score.el: Don't use `mapcar' only for iteration.
10033         (wl-score-simplify-buffer-fuzzy): Ditto.
10034         (wl-score-simplify-subject): Ditto.
10035         (wl-score-headers): Ditto.
10036         (wl-summary-score-update-all-lines): Ditto.
10037
10038         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10039         `enable-multibyte-characters' and `mule-version'.
10040
10041         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10042         `mapcar' only for iteration.
10043
10044         * wl-demo.el: Don't use `mapcar' only for iteration.
10045
10046         * wl-folder.el: Don't use `mapcar' only for iteration.
10047         (wl-folder-open-all): Ditto.
10048         (wl-folder-count-incorporates): Ditto.
10049
10050         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10051         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10052
10053         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10054         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10055         `smtp-connection-type'; specify 3rd argument of `require' for
10056         `timezone'; don't use `mapcar' only for iteration.
10057         (wl-draft-clone-local-variables): Don't use `mapcar'.
10058         (wl-draft-generate-clone-buffer): Ditto.
10059         (wl-user-agent-compose-internal): Ditto.
10060
10061         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10062
10063         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10064         (wl-save-status): Ditto.
10065
10066         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10067         for iteration.
10068
10069 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10070
10071         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10072         removed `Date'.
10073         (wl-fldmgr-make-filter-default): New user option.
10074
10075         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10076         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10077         (wl-fldmgr-filter-completion-alist): Abolish.
10078
10079         * wl.el (wl): Don't check servers if arg is non-nil.
10080
10081         * wl-draft.el (wl-draft-reply): Set only message-id string to
10082         In-Reply-To field.
10083
10084 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-summary.el (wl-summary-pick): Rewrite.
10087
10088         * wl-draft.el (wl-draft-forward): Get references field from
10089         original buffer.
10090         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10091
10092 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10093
10094         * wl-draft.el (wl-draft-forward): Add references field.
10095
10096 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10097
10098         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10099         (wl-draft-reply): Use it.
10100
10101 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10102
10103         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10104         when Emacs 21 is running.
10105
10106         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10107         bindings.
10108
10109 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10110
10111         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10112         XPM icons transparent.
10113
10114         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10115         Emacs 21.
10116
10117 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10118
10119         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10120         nil.
10121
10122         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10123         when it is persistent.
10124         (wl-summary-sync-marks): Changed argument for
10125         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10126         (wl-summary-virtual): Use `elmo-read-search-condition'.
10127         (wl-summary-redisplay-internal): If folder is local, mark as read
10128         even when folder is plugged.
10129
10130 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10131
10132         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10133         of `tool-bar-lines' in the frame parameters.
10134         (after-make-frame-functions, post-command-hook): Don't modify the
10135         value.
10136         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10137         wl-e21-tool-bar-lines): Removed.
10138
10139 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10140
10141         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10142         properties `evaporate' and `wl-momentary-overlay' as well.
10143         (wl-highlight-summary-displaying): Ditto.
10144         (wl-delete-all-overlays): Don't delete overlay which does not have
10145         a property `wl-momentary-overlay'.
10146
10147         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10148         `display-mouse-p' and `display-graphic-p'.
10149         (wl-folder-init-icons): Don't search for XBM or the other files.
10150         (wl-plugged-set-folder-icon): Make icons if and only if
10151         `display-graphic-p' returns non-nil.
10152         (wl-highlight-plugged-current-line): Use `before-string' overlay
10153         property to show icon images.
10154         (wl-highlight-folder-current-line): Ditto.
10155         (wl-e21-highlight-folder-group-line): Ditto.
10156         (wl-e21-highlight-folder-by-numbers): Ditto.
10157         (wl-e21-insert-image): Removed.
10158         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10159         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10160         said.
10161         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10162         `wl-e21-force-switch-toolbar'.
10163         (wl-e21-make-icon-image): Removed.
10164         (wl-e21-setup-toolbar): Don't search for XBM files.
10165         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10166         the default value.
10167
10168 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10169
10170         * wl-util.el (wl-biff-check-folder-async): Set
10171         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10172
10173 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10174
10175         * wl-e21.el (after-make-frame-functions): Add
10176         `wl-e21-force-switch-toolbar'.
10177         (wl-e21-force-switch-toolbar): New function force to switch the
10178         toolbar appearance automatically.
10179         (post-command-hook): Add `wl-e21-switch-toolbar'.
10180         (wl-e21-switch-toolbar): New function to switch the toolbar
10181         appearance automatically.
10182         (wl-e21-tool-bar-lines): New buffer local variable.
10183
10184 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10185
10186         * wl-util.el (wl-biff-check-folders-running): New variable.
10187         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10188         (wl-biff-check-folder-async-callback):
10189         Set `wl-biff-check-folders-running'.
10190         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10191         with unwind-protect.
10192
10193         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10194         Enclose `wl-folder-auto-check' with unwind-protect.
10195
10196         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10197         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10198
10199         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10200
10201         * wl-util.el (wl-biff-notify): New inline function.
10202         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10203         locally.
10204         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10205         folder-list' is 1.
10206         Use `wl-biff-notify'.
10207         (wl-biff-check-folder-async-callback): New function.
10208         (wl-biff-check-folder-async): Ditto.
10209
10210         * wl-folder.el (wl-folder): Don't check folders.
10211         (wl-folder-auto-check): New function.
10212
10213 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10214
10215         * wl-util.el (wl-biff-start) [Emacs19+]:
10216         Use `timer-next-integral-multiple-of-time'.
10217         (wl-biff-check-folders): Use `wl-default-folder'
10218         if `wl-biff-check-folder-list' is nil.
10219
10220 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10221
10222         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10223         instead of `elmo-delete-lists'.
10224
10225 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10226
10227         * wl.el (wl-plugged-toggle-all): Set the value of
10228         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10229         (wl-plugged-toggle): Ditto.
10230         (wl-toggle-plugged): Ditto.
10231         (wl-plugged-init): Ditto.
10232
10233         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10234         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10235         instead of `wl-biff-state-indicator-off' and
10236         `wl-biff-state-indicator-on'; don't modify the value and the type
10237         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10238         (wl-plugged-init-icons): Set icons data to
10239         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10240         instead of `wl-plug-state-indicator-off' and
10241         `wl-plug-state-indicator-on'; don't modify the value and the type
10242         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10243
10244         * wl-vars.el (wl-modeline-biff-state-off,
10245         wl-modeline-biff-state-on, wl-modeline-biff-status,
10246         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10247         wl-modeline-plug-status): New internal variables.
10248         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10249         wl-biff-check-interval, wl-biff-check-folder-list): Change
10250         customization group from `wl-folder' to `wl-highlight'.
10251         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10252         wl-show-plug-status-on-modeline): Defcustomized.
10253
10254         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10255         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10256         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10257         a flag to `mode-line-buffer-identification'.
10258
10259         * wl-e21.el (wl-biff-init-icons): Set icons data to
10260         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10261         instead of `wl-biff-state-indicator-off' and
10262         `wl-biff-state-indicator-on'.
10263         (wl-plugged-init-icons): Set icons data to
10264         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10265         instead of `wl-plug-state-indicator-off' and
10266         `wl-plug-state-indicator-on'.
10267
10268 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10269
10270         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10271         excessive titles.
10272
10273 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10274
10275         * wl.el (wl-plugged-mode): Use revised
10276         `wl-mode-line-buffer-identification'.
10277         (wl-plugged-init): Don't use `force-mode-line-update'.
10278
10279         * wl-xmas.el (wl-draft-overload-functions): Use revised
10280         `wl-mode-line-buffer-identification'.
10281         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10282         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10283         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10284         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10285         `wl-make-plugged-hook';
10286         add `wl-folder-init-icons' and `wl-setup-folder' to
10287         `wl-folder-mode-hook'.
10288
10289         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10290         19 as well.
10291         (wl-mode-line-display-priority-list): New user option.
10292         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10293         Defcustomized.
10294         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10295         Add docs.
10296
10297         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10298         start.
10299         (wl-mode-line-buffer-identification): Revised as a function.
10300
10301         * wl-summary.el (wl-summary-mode): Use revised
10302         `wl-mode-line-buffer-identification'; don't call
10303         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10304         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10305         `wl-xmas-setup-summary'.
10306
10307         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10308         `wl-mode-line-buffer-identification'.
10309
10310         * wl-mule.el (wl-draft-overload-functions): Use revised
10311         `wl-mode-line-buffer-identification'.
10312
10313         * wl-folder.el (wl-make-plugged-alist): Don't call
10314         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10315         (wl-folder): Don't call `wl-folder-init-icons' directly.
10316         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10317         `wl-xmas-setup-folder' directly;
10318         use revised `wl-mode-line-buffer-identification'.
10319         (TopLevel): Don't bind `wl-biff-init-icons',
10320         `wl-plugged-init-icons', `wl-folder-init-icons',
10321         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10322
10323         * wl-e21.el (wl-draft-overload-functions): Use revised
10324         `wl-mode-line-buffer-identification'.
10325         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10326         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10327         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10328         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10329         `wl-make-plugged-hook';
10330         add `wl-folder-init-icons' and `wl-setup-folder' to
10331         `wl-folder-mode-hook'.
10332
10333 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10334             Katsumi Yamaoka    <yamaoka@jpl.org>
10335
10336         * wl.el (wl): Call `wl-biff-start'.
10337         (wl-exit): Call `wl-biff-stop'.
10338         (wl-plugged-mode): Show biff in modeline.
10339         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10340
10341         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10342         (wl-biff-init-icons): New function.
10343         (wl-plugged-init-icons): Don't make too much keymaps.
10344         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10345
10346         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10347         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10348         variables.
10349         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10350         options.
10351
10352         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10353         wl-biff-start, wl-biff-stop): New functions.
10354         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10355         (wl-biff-timer-name): New variable.
10356
10357         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10358
10359         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10360         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10361
10362         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10363         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10364
10365         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10366         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10367         `wl-folder-init-icons' to `ignore' if they are not available.
10368         (wl-folder-mode): Show biff in modeline.
10369
10370         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10371         (wl-biff-init-icons): New function.
10372         (wl-plugged-init-icons): Don't make too much keymaps.
10373         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10374
10375 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10376
10377         * wl-vars.el (wl-strict-diff-folders): Customization Type
10378         and doc fix.  Define as a list of regular expressions for
10379         folders or nil.
10380         * wl-folder.el (wl-folder-check-one-entity): Use
10381         `wl-string-match-member' instead of `wl-string-member' for
10382         `wl-strict-diff-folders'.
10383
10384 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10385
10386         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10387         (wl-highlight-folder-current-line): Use it; new implementation.
10388         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10389         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10390         `defsubst' instead of `defun'.
10391
10392         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10393         `wl-highlight-group-folder-by-numbers'; made it can also be a
10394         number.  See info for more details.
10395
10396         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10397         running.
10398
10399         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10400         to bind them.
10401
10402         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10403         (wl-highlight-folder-current-line): New implementation.
10404
10405         * wl-highlight.el (wl-highlight-folder-group-line): New
10406         implementation.
10407         (wl-delete-all-overlays): Rewrite as a marco.
10408         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10409
10410         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10411         running.
10412         (wl-folder-*-glyph): No need to bind them.
10413
10414         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10415         `wl-e21-highlight-folder-group-icon'; rewrite.
10416         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10417         `defsubst' instead of `defun'.
10418         (wl-folder-mode-map): Bind it when compiling.
10419
10420 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10421
10422         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10423
10424         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10425
10426 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10427
10428         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10429
10430 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10431
10432         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10433         (wl-highlight-folder-current-line): Use it.
10434
10435         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10436         in `id-name'.
10437
10438 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10439
10440         * wl.el: Require `wl-e21' when Emacs 21 is running.
10441
10442         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10443         default when Emacs 21 is running.
10444         (wl-use-highlight-mouse-line): Ditto.
10445         (wl-on-emacs21): New constant.
10446         (wl-on-emacs20): Removed.
10447
10448         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10449         Emacs 21 is running.
10450
10451         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10452         Emacs 21 is running.
10453
10454         * wl-e21.el: New file.
10455
10456 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10457
10458         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10459         (wl-toggle-plugged): Ditto.
10460         (wl-plugged-toggle): Ditto.
10461         (wl-plugged-toggle-all): Ditto.
10462
10463         * wl-vars.el (wl-plug-state-indicator): Refer
10464         `wl-plug-state-indicator-on' indirectly.
10465
10466 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10467
10468         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10469         Call `wl-folder-confirm-existence'.
10470
10471         * wl-folder.el (wl-folder-confirm-existence): Added optional
10472         argument `force'.
10473
10474 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10475
10476         * wl-summary.el (wl-summary-refile-subr): Assume
10477         `copy-or-refile' as symbol.
10478         (wl-summary-refile): Follow up above change.
10479         (wl-summary-copy): Ditto.  Doc fix.
10480
10481 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10482
10483         * wl-summary.el (wl-summary-pick): Don't bind
10484         `elmo-search-mime-charset'.
10485
10486         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10487         default using old backquote style.
10488         (wl-search-mime-charset): Abolished.
10489
10490         * wl-highlight.el (wl-highlight-headers):
10491         Call `point' after `re-search-forward'(for Nemacs).
10492
10493         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10494         for elmo-imap4.el.
10495
10496 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10497
10498         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10499         `wl-message-ignored-field-list' instead of
10500         `mime-view-ignored-field-list'.
10501
10502         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10503         Add interactive spec.
10504         (wl-folder-goto-bottom-of-current-folder): Ditto.
10505         (wl-folder-mode-map): Bind them.
10506
10507         * wl-vars.el (wl-message-ignored-field-list): New variable.
10508         (wl-message-visible-field-list): New variable.
10509
10510         * wl-mime.el (wl-mime-header-presentation-method): New function.
10511         (wl-mime-setup): Set header-presentation-method.
10512
10513 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10514
10515         * wl-nemacs.el (wl-draft-overload-functions): Set
10516         `mode-line-buffer-identification' instead of using
10517         `wl-make-modeline'.
10518
10519         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10520         instead of using `wl-make-modeline'.
10521
10522         * wl-xmas.el (wl-plugged-init-icons): Set up
10523         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10524         (wl-make-modeline): Abolish.
10525         (wl-draft-overload-functions): Set
10526         `mode-line-buffer-identification' instead of using
10527         `wl-make-modeline'.
10528
10529         * wl-util.el (wl-make-modeline-subr): Abolish.
10530         (wl-mode-line-buffer-identification): New alias.
10531
10532         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10533         (wl-summary-make-modeline): Abolish.
10534         (wl-summary-buffer-set-folder): Set
10535         `wl-summary-buffer-folder-indicator'.
10536         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10537         of using `wl-make-modeline'.
10538         (wl-summary-switch-to-clone-buffer): Don't set
10539         `mode-line-buffer-identification'.
10540         (wl-summary-goto-folder-subr): Ditto.
10541
10542         * wl-mule.el (wl-draft-overload-functions): Set
10543         `mode-line-buffer-identification' instead of using
10544         `wl-make-modeline'.
10545
10546         * wl-folder.el (wl-folder-mode): Set
10547         `mode-line-buffer-identification' instead of using
10548         `wl-make-modeline'.
10549         (wl-folder): Don't set `mode-line-buffer-identification'.
10550
10551 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10552
10553         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10554         instead of `member' for `wl-refile-guess-func-list' look-ups.
10555         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10556
10557 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10558
10559         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10560         `wl-message-button-dispatcher'.
10561
10562         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10563
10564         * wl-message.el (wl-message-button-dispatcher): Use it.
10565
10566         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10567         "In-Reply-To".
10568
10569         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10570         Bind `case-fold-search' to t.
10571
10572 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10573
10574         * wl-xmas.el (wl-message-overload-functions): Initialize
10575         `wl-message-button-map'.
10576
10577         * wl-mule.el (wl-message-overload-functions): Initialize
10578         `wl-message-button-map'.
10579
10580         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10581
10582         * wl-message.el (wl-message-button-map): New keymap.
10583         (wl-message-add-button): New function.
10584         (wl-message-button-dispatcher): New function.
10585         (wl-message-button-refer-article): New function.
10586
10587         * wl-highlight.el
10588         (wl-highlight-message-add-buttons-to-header): New function.
10589         (wl-highlight-headers): Use it.
10590
10591 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10592
10593         * wl-summary.el (wl-summary-default-from): Use
10594         `wl-address-get-petname-1'.
10595         (wl-summary-simple-from): Ditto.
10596
10597         * wl-address.el (wl-address-get-petname-1): New inline function.
10598         (wl-address-get-petname): Use it.
10599
10600 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10601
10602         * wl-summary.el (wl-summary-default-from): Return full-name part
10603         from the address if no petname was found.
10604         (wl-summary-simple-from): Ditto.
10605
10606         * wl-address.el (wl-address-get-petname): Return nil if no petname
10607         associated with the address was found.
10608
10609 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10610
10611         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10612         display is finished.
10613
10614 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10615
10616         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10617         `elmo-folder-exists-p' argument.
10618
10619 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10620
10621         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10622         the folder.
10623
10624 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10625
10626         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10627
10628         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10629         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10630
10631 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10632
10633         * wl-folder.el (wl-folder-create-subr): New function.
10634         (wl-folder-confirm-existence): Use it.
10635         (wl-folder-check-one-entity): Use it.
10636         Check the error symbol is derived from 'elmo-open-error.
10637
10638         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10639         `ignore-error'.
10640
10641 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10642
10643         * wl-util.el (toplevel): Add (eval-when-compile (require
10644         'elmo-util)).  (Maybe `provide' is typo.)
10645
10646 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10647
10648         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10649         (I don't know why this was needed.)
10650
10651         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10652         Follow up changes for stream-type.
10653
10654         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10655         (wl-draft-elmo-nntp-send): Ditto.
10656
10657         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10658         (wl-nntp-posting-stream-type): Ditto.
10659         (wl-pop-before-smtp-ssl): Abolished.
10660         (wl-nntp-posting-ssl): Ditto.
10661
10662         * wl-address.el (wl-address-quote-specials): New function.
10663         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10664
10665         * wl-draft.el (wl-draft-reply): Ditto.
10666
10667 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10668
10669         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10670         use function `wl-string-match-assoc'.
10671
10672 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10675
10676         * wl-draft.el (wl-draft-deduce-address-list): New function.
10677         (wl-draft-parse-mailbox-list): Ditto.
10678         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10679         instead of `smtp-deduce-address-list'.
10680         (wl-draft-on-field-p): Follow group list.
10681
10682         * wl-address.el (wl-address-concat-token): New function.
10683         (wl-address-string-without-group-list-contents): Ditto.
10684         (wl-complete-field-body): Fixed problem of completion
10685         by japanese petname.
10686         (wl-address-make-completion-list): Rewrite.
10687
10688 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10689
10690         * wl-address.el (wl-address-make-completion-list): Completion by
10691         petname.
10692         (wl-complete-field-body): Likewise.
10693
10694 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10695
10696         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10697         contains invalid address syntax.
10698
10699 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10700
10701         * wl-folder.el (wl-folder-check-entity-async): Use
10702         `elmo-nntp-spec-hostname'.
10703
10704 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10705
10706         * wl-summary.el (wl-summary-msgdb-load-async): Use
10707         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10708
10709 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * wl-draft.el (wl-draft-reply): Set argument
10712         `content-transfer-encoding' as nil.
10713
10714 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10715
10716         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10717         `wl-refile-alist'.
10718
10719 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10720
10721         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10722         (wl-draft-edit-string): Ditto.
10723         (wl-draft-forward): Ditto.
10724         * wl-summary.el (wl-summary-write): Ditto.
10725
10726 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10727
10728         * wl-summary.el (wl-summary-sync-update3): Call
10729         `wl-summary-buffer-number-column-detect'.
10730         (wl-summary-buffer-number-column-detect): Search from point-min.
10731
10732 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10733
10734         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10735         contains an address which is not included in original to or cc.
10736
10737 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10738
10739         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10740         begin-line does not exist.
10741         * wl-message.el (wl-message-uu-substring): Ditto.
10742
10743 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10744
10745         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10746         clear local variables.
10747         (wl-summary-exit): Call `elmo-commit'.
10748         (wl-summary-switch-to-clone-buffer): Call
10749         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10750         (wl-summary-goto-folder-subr): Ditto.
10751
10752         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10753         POP folder.
10754
10755 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10756
10757         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10758         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10759         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10760         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10761         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10762         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10763
10764         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10765
10766 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10767
10768         * wl-summary.el (wl-summary-search-by-subject):
10769         Search parent message from the latest one.
10770
10771 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10772
10773         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10774         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10775
10776         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10777         New user option.
10778
10779         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10780         if elmo-nntp-use-killed-list is nil.
10781         Use `elmo-msgdb-append-to-killed-list'.
10782         (Append numbers confirmed as disappeared to the killed list.)
10783         (wl-summary-confirm-appends): Don't display negative number.
10784
10785 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10786
10787         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10788
10789 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10790
10791         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10792         range is `all'.
10793         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10794         `elmo-list-bigger-diff'.
10795
10796 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10797
10798         * wl-summary.el (wl-summary-buffer-exit-func):
10799         New buffer local variable.
10800         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10801
10802 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10803
10804         * wl-demo.el (wl-demo): Fix the last change.
10805
10806 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10807
10808         * wl-demo.el (wl-demo): Don't use `eval'.
10809
10810 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10811
10812         * wl-summary.el (wl-summary-buffer-thread-modified):
10813         New buffer-local variable.
10814         (wl-summary-set-thread-modified): New function.
10815         (wl-summary-thread-modified-p): New function.
10816         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10817         (wl-summary-yank-saved-message): Use function
10818         `wl-summary-set-thread-modified'
10819         (wl-summary-switch-to-clone-buffer): Add
10820         `wl-summary-buffer-thread-modified'.
10821
10822         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10823         (wl-summary-buffer-mark-saved-hook): Ditto.
10824         * wl-summary.el (wl-summary-msgdb-save): New hook
10825         `wl-summary-buffer-message-saved-hook' and
10826         `wl-summary-buffer-mark-saved-hook'.
10827
10828 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10829
10830         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10831
10832 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10833
10834         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10835         don't hide scroll bars under FSF Emacsen because it may incur an
10836         undesirable redrawing.
10837
10838 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10839
10840         * wl-draft.el (wl-draft-edit-string): Call
10841         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10842
10843 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10844
10845         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10846
10847 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10848
10849         * wl-summary.el (wl-summary-msgdb-load-async): Call
10850         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10851
10852 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10853
10854         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10855         fringes in demo buffer; center bitmap logo correctly even if old
10856         Mule is used.
10857
10858 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10859
10860         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10861
10862         * wl-refile.el (wl-refile-subject-alist): New variable.
10863         (wl-refile-subject-alist-file-name): Ditto.
10864         (wl-refile-alist-setup): Rewrite.
10865         (wl-refile-alist-save): Use `elmo-object-save'.
10866         Eliminated arguments.
10867         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10868         (wl-refile-guess-by-subject): New function.
10869         (wl-refile-guess-func-list): Added it.
10870
10871 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10872
10873         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10874         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10875
10876 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10877
10878         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10879         New buffer-local variable.
10880         (wl-summary-buffer-next-folder-func): Ditto.
10881         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10882         if non-nil.
10883         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10884         if non-nil.
10885         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10886         if non-nil.
10887         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10888         if non-nil.
10889
10890 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10891
10892         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10893         permanently in the demo buffer.
10894
10895 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10896
10897         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10898         `mime-entity-fetch-field'.
10899
10900         * wl.el (wl-exit): Delete plugged buffer.
10901
10902         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10903         XEmacs has menubar feature.
10904
10905 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10906
10907         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10908         cannot arrive at the beginning of the buffer under old Emacsen.
10909
10910 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10911
10912         * wl-address.el (wl-address-ldap-search):
10913         Call `ldap-search-entries' with `withdn' argument t.
10914         (wl-complete-field-body): Bind completion-ignore-case as t.
10915         Clear ldap search hash when it was sole completion.
10916         Use elmo-string for pattern string.
10917         (wl-ldap-alias-safe-string): Eliminated needless let.
10918
10919 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10920
10921         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10922         (wl-ldap-alias-sep): New constant.
10923         (wl-ldap-search-attribute-type-list): Ditto.
10924         (wl-ldap-get-value): New function.
10925         (wl-ldap-make-filter): Ditto.
10926         (wl-ldap-make-matched-value-list): Ditto.
10927         (wl-ldap-alias-safe-string): Ditto.
10928         (wl-ldap-register-dn-string): Ditto.
10929         (wl-address-ldap-search): Rewrite.
10930
10931 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10932
10933         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10934         thread is deleted.
10935         (wl-thread-delete-line-from-buffer): Ditto.
10936         (wl-thread-get-exist-children): New function.
10937
10938 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10939
10940         * wl-demo.el (wl-demo): Made it to select various image types.
10941         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10942         from `wl-title-logo'.
10943         (wl-logo-ascii): New variable.
10944         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10945         (wl-demo-copyright-notice): New constant.
10946
10947         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10948
10949 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10950
10951         * wl-vars.el (wl-summary-target-above): Renamed from
10952         wl-summary-temp-above.
10953         * wl-score.el (wl-score-get-score-alist): Use it.
10954         (wl-summary-score-update-all-lines): Use it.
10955         * wl-summary.el: Ditto. (make-variable-buffer-local).
10956
10957 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10958
10959         * wl-vars.el (wl-ldap-port): New user option.
10960
10961         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10962         Rewite whole implementation.
10963         (wl-complete-field-body): Fixed.
10964
10965 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10966
10967         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10968         Choose implementation at compile time.
10969
10970 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10971
10972         * wl-address.el (wl-ldap-search-internal): New function.
10973         (wl-complete-field-to): Use it.
10974
10975 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10976
10977         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10978         Use `let' instead of `let*'.
10979         Require 'wl-vars.
10980
10981         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10982         Define as defcustom.
10983         (wl-ldap-base): Ditto.
10984         (wl-use-ldap): Ditto.
10985
10986 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10987
10988         * wl-address.el (wl-ldap-search): New function.
10989         (wl-complete-field-body): Use `wl-ldap-search'.
10990         (wl-ldap-server): New variable.
10991         (wl-ldap-base): Ditto.
10992         (wl-use-ldap): Ditto.
10993
10994 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10995
10996         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10997         (Pointed out by Mito <mit@nines.nec.co.jp>).
10998         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10999         buffer-local variables like `wl-summary-redisplay-internal'.
11000         (wl-summary-redisplay-all-header): Likewise.  Update
11001         Summary view too.
11002
11003 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
11004
11005         * wl-summary.el (wl-summary-jump-to-parent-message):
11006         Consider prefix argument.
11007
11008         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
11009         when closed thread is deleted.
11010
11011 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
11012
11013         * wl-summary.el (wl-summary-jump-to-parent-message):
11014         Consider thread modification.
11015
11016 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
11017
11018         * wl-message.el (wl-message-normal-get-original-buffer): Use
11019         `save-excursion'.
11020
11021         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
11022         (wl-summary-showto-folder-regexp): Ditto.
11023
11024 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
11025
11026         * wl-util.el (wl-delete-alist): Doc fix.
11027         (wl-delete-associations): New function.
11028         (wl-inverse-alist): New function.
11029         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
11030         Split temporary variables. Use `wl-delete-associations'
11031         and `wl-inverse-alist'.
11032         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
11033
11034 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
11035
11036         * wl-folder.el (wl-folder-prefetch-entity):
11037         Execute prefetching if new count is unknown.
11038
11039 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11040
11041         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11042
11043         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11044         delete entity.
11045         (wl-thread-set-parent): If insert as top, set linked as nil.
11046
11047         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11048         `wl-thread-cleanup-symbols' when view mode is thread.
11049
11050 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11051
11052         * wl-folder.el (wl-folder-create-folder-entity): Use
11053         with-current-buffer.
11054         (wl-local-folder-init): Call set-buffer to make sure we are in
11055         the Folder buffer. Don't touch buffer-local variables here.
11056         (wl-folder-mode): Initialize buffer-local variables here.
11057
11058         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11059         (wl-folder-entity-assign-id): Ditto.
11060         (wl-folder-create-entity-hashtb): Ditto.
11061         (wl-local-folder-init): Ditto.
11062         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11063
11064 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11065
11066         * wl-summary.el (wl-summary-default-from): Fix probrem when
11067         std11-extract-address-components return (nil "foo@bar").
11068
11069 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11070
11071         * wl-draft.el (wl-draft-clone-local-variables):
11072         Remove redundant `setq'.
11073
11074 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11075
11076         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11077         Bind wl-highlight-x-face-func as nil while highlighting header.
11078
11079 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11080
11081         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11082
11083 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11084
11085         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11086         elmo-msgdb-overview-hashtb from copy-variables.
11087         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11088         instead of `elmo-msgdb-overview-get-entity-by-number'.
11089         (wl-summary-auto-refile): Ditto.
11090
11091         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11092         `elmo-msgdb-overview-get-entity' instead of
11093         `elmo-msgdb-search-overview-entity'.  Use
11094         `elmo-msgdb-overview-get-entity' instead of
11095         `elmo-msgdb-overview-get-entity-by-number'.
11096         (wl-thread-insert-entity-sub): Ditto.
11097         (wl-thread-insert-message): Ditto.
11098
11099         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11100         `elmo-msgdb-overview-get-entity'.
11101         (wl-normal-message-redisplay): Ditto.
11102
11103 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11104
11105         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11106         `wl-thread-entities'.
11107         (wl-thread-delete-message): Fix remove top message from
11108         `wl-thread-entity-list'.
11109
11110         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11111         wl-append(nconc), because update-list is broken on Meadow.
11112
11113         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11114         updating process.
11115         (wl-summary-rescan): Ditto.
11116         (wl-summary-sync-update3): Ditto.
11117         * wl-thread.el (wl-thread-set-parent): Renamed from
11118         `wl-summary-set-parent'.
11119         (wl-thread-insert-message): Updating buffer faster.
11120         (wl-thread-delete-message): Updating buffer faster.
11121
11122         * wl-score.el (wl-summary-score-update-all-lines): Changed
11123         interval for display progress gauge.
11124
11125 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11126
11127         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11128         folder always-sticky.
11129         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11130         defmacro.
11131
11132 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11133
11134         * wl-vars.el (wl-draft-add-references): New user option.
11135
11136         * wl-draft.el (wl-draft-add-references): New function.
11137         (wl-draft-yank-from-mail-reply-buffer): Use it.
11138         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11139         as nil.
11140
11141 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11142
11143         * wl-thread.el (wl-thread-update-line-msgs): Called
11144         `wl-thread-update-line-on-buffer-sub'.
11145         (wl-thread-update-line-on-buffer): Delete routine of inserting
11146         thread.
11147         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11148         moved from `wl-thread-update-line-on-buffer'.
11149         Add threshold for displaying progress gauge.
11150         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11151         argument of `wl-thread-update-line-msgs'.
11152         Add threshold for displaying progress gauge.
11153         * wl-folder.el:
11154         Add threshold for displaying progress gauge.
11155         * wl-score.el: Ditto.
11156
11157         * wl-expire.el (wl-summary-expire): Display deleting info.
11158
11159 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11160
11161         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11162         `no-msg'.
11163         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11164         argument of `wl-thread-update-line-msgs'.
11165         (wl-summary-set-parent): Added optional argument `parent-number'.
11166         (wl-summary-buffer-saved-message): New buffer local variable.
11167         (wl-summary-save-current-message): New command.
11168         (wl-summary-yank-saved-message): Ditto.
11169         (wl-summary-mode-map): Added key binding for
11170         `wl-summary-save-current-message' (\ew) and
11171         `wl-summary-yank-saved-message' (\C-y).
11172         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11173
11174 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11175
11176         * wl-summary.el (wl-summary-mode-map): Added key binding for
11177         `wl-summary-set-parent' (ts).
11178
11179 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11180
11181         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11182         subject faster. If thread number is reverse, delayed updating
11183         thread.
11184         (wl-summary-search-by-subject): Ditto.
11185         (wl-summary-put-alike): Ditto.
11186         (wl-summary-get-alike): Ditto.
11187         (wl-summary-insert-headers): Insert header of all overview in
11188         buffer.
11189         (wl-summary-rescan): Delayed updating thread. Kill search subject
11190         buffer for wl-summary-search-by-subject.
11191         (wl-summary-sync-update3): Ditto.
11192         (wl-summary-exit): Ditto.
11193         (wl-summary-goto-bottom-of-current-thread): Change for linked
11194         thread.
11195         (wl-summary-overview-create-summary-line): Change line for linked
11196         thread.
11197
11198         * wl-summary.el (wl-summary-update-thread): Use
11199         wl-thread-maybe-get-children-num.
11200         (wl-summary-set-parent): If change parent, move sub thread.
11201         (wl-summary-redisplay-internal): Add horizontal recenter.
11202         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11203
11204         * wl-thread.el (wl-thread-entity-get-linked): New function.
11205         (wl-thread-entity-set-linked): New function.
11206         (wl-thread-create-entity): Add linked element.
11207         (wl-thread-entity-insert-as-top): Use wl-append.
11208         (wl-thread-maybe-get-children-num): If closing thread, return
11209         children msgs.
11210         (wl-thread-update-line-msgs): Displaying progress message.
11211         (wl-thread-update-line-on-buffer-sub): Use
11212         wl-thread-maybe-get-children-num.
11213         (wl-thread-update-line-on-buffer): If update line is not exists,
11214         insert thread.
11215         (wl-thread-delete-message): If delete top msg of thread, search
11216         parent by subject.
11217         (wl-thread-insert-entity): Use
11218         wl-thread-maybe-get-children-num.
11219
11220         * wl-highlight.el (wl-highlight-summary-current-line): change
11221         sregexp for linked thread.
11222         * wl-util.el (wl-count-lines): Count lines.
11223         (wl-horizontal-recenter): horizontal recenter.
11224         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11225         (wl-score-get-alike): Ditto.
11226         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11227         (wl-subject-length-limit): New variable.
11228         (wl-highlight-thread-indent-string-regexp): Changed for linked
11229         thread.
11230
11231 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11232
11233         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11234         New variable (revival).
11235         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11236         by subject matching if there's no in-reply-to nor references field
11237         (revival).
11238
11239 \f
11240 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11241
11242         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11243         message.
11244
11245 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11246
11247         * wl-summary.el (wl-summary-reply): Return t if there was a
11248         message at cursor point.
11249         Added unwind-protect.
11250         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11251         returns t.
11252         (wl-summary-cancel-message): Do nothing when there's no message at
11253         cursor point.
11254         (wl-summary-forward): Ditto.
11255         (wl-summary-jump-to-parent-message): Ditto.
11256         (wl-summary-reedit): Ditto.
11257         (wl-summary-edit-addresses): Ditto.
11258         (wl-summary-pipe-message): Ditto.
11259         (wl-summary-print-message-with-ps-print): Ditto.
11260         (wl-summary-print-message): Ditto.
11261         (wl-summary-mark-as-important): Ditto.
11262         (wl-summary-mark-as-unread): Ditto.
11263
11264         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11265         message at cursor point.
11266         (wl-summary-reply-with-citation): Remove unwind-protect.
11267
11268         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11269         subject searching feature.
11270         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11271         Eliminated.
11272
11273 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11274
11275         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11276         New variable.
11277         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11278         by subject matching if there's no in-reply-to nor references field.
11279
11280         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11281
11282         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11283         when display is finished.
11284         (wl-folder-open-all): Ditto.
11285         (wl-folder-update-access-group): Ditto.
11286         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11287         * wl-thread.el (wl-thread-close-all): Ditto.
11288
11289         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11290         progress gauge only when it was displayed.
11291         * wl-folder.el (wl-folder-insert-entity): Ditto.
11292
11293 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11294
11295         * wl-summary.el (wl-summary-incorporate): Enclose
11296         `wl-summary-sync-force-update' with save-excursion.
11297
11298 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11299
11300         * wl-summary.el (wl-summary-prefetch-region):
11301         Pass current cursor point to `pos-visible-in-window-p' after
11302         moving cursor to the started point.
11303
11304 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11305
11306         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11307
11308         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11309         fields from the forwarding message.
11310         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11311         `ignored-fields'.
11312
11313 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11314
11315         * wl-mime.el (wl-message-request-partial):
11316         Eliminated argument `msgdb'.
11317         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11318         (wl-mime-combine-message/partial-pieces): Likewise.
11319         * tm-wl.el (wl-message-request-partial): Likewise.
11320         (wl-mime-combine-message/partial-pieces): Likewise.
11321
11322 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11323
11324         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11325         when display is finished.
11326
11327 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11328
11329         * wl-summary.el (wl-summary-goto-folder-subr):
11330         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11331
11332 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11333
11334         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11335         when cursor point is visible.
11336
11337 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11338
11339         * wl-expire.el (wl-expire-archive-get-max-number):
11340         Don't use `file-name-directory'.
11341
11342 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11343
11344         * wl-expire.el (wl-expire-archive-get-max-number):
11345         Use `file-name-directory'.
11346
11347 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11348
11349         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11350         only when there is progress.
11351
11352 2000-04-13  Mito <mit@nines.nec.co.jp>
11353
11354         * wl-summary.el (wl-summary-sync-marks): Display progress.
11355
11356 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11357
11358         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11359         (wl-summary-prev): Move cursor regardless of unread status.
11360         (wl-summary-next): Ditto.
11361
11362 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11363
11364         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11365         Added argument `target' and `number'.
11366         * tm-wl.el (wl-summary-burst-subr): New function.
11367         (wl-summary-burst): Use it.
11368
11369 2000-04-10  Mito <mit@nines.nec.co.jp>
11370
11371         * wl-mime.el (wl-burst): New function.
11372         (wl-summary-burst): Use it.
11373
11374 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11375
11376         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11377         as petname when there's no candidate.
11378
11379 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11380
11381         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11382         New variable.
11383         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11384
11385         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11386
11387         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11388
11389 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11390
11391         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11392         Use substring of `original' instead of buffer-substring.
11393         (wl-refile-evaluate-rule):
11394         Set `original' argument of wl-refile-expand-newtext.
11395
11396         * wl-summary.el
11397         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11398         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11399         (wl-summary-auto-refile): Check existence of destination folder just
11400         before marking.
11401
11402 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11403
11404         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11405         when wl-refile-get-field-value return nil.
11406
11407 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11408
11409         * wl-refile.el
11410         (wl-refile-expand-newtext): New function imported from Gnus.
11411         (wl-refile-evaluate-rule): Use it.
11412
11413 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11414
11415         * wl-summary.el (wl-summary-print-destination):
11416         Duplicate folder string to avoid putting text-property on
11417         original string.
11418
11419         * wl-refile.el (wl-refile-get-field-value): New function.
11420         (wl-refile-evaluate-rule): New function;
11421         Evaluate refile rule recursively.
11422         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11423         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11424         New function; Check existence of a target folder recursively.
11425         (wl-summary-auto-refile-check-refile-rule-alist):
11426         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11427
11428 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11429
11430         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11431
11432         * wl-folder.el (wl-create-folder-entity-from-buffer):
11433         Fixed problem when '}' character is contained in folder name.
11434
11435         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11436
11437 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11438
11439         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11440         (wl-fldmgr-add-completion-all-completions):
11441         Use wl-fldmgr-add-completion-hashtb.
11442
11443 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11444
11445         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11446         wl-fldmgr-add-completion-subr): New functions.
11447         * wl-folder.el (wl-folder-completion-func): New variable.
11448         * wl-summary.el (wl-summary-read-folder):
11449         Use wl-folder-completion-func.
11450
11451         * wl-refile.el: Eliminate throw & catch.
11452
11453         * wl.el (wl-plugged-sending-queue-status): Fixed.
11454
11455 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11456
11457         * wl-draft.el (wl-draft): Put category property on
11458         mail-header-separator.