Document missing control strings for wl-summary-line-format
[elisp/wanderlust.git] / wl / ChangeLog
1 2011-06-03  Erik Hetzner  <egh@e6h.org>
2
3         * wl-vars.el (wl-summary-line-format): Document missing control
4         strings.
5
6 2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * wl-demo.el (wl-demo-copyright-notice): Add 2011.
9
10 2011-01-29  David Maus  <dmaus@ictsoc.de>
11
12         * wl-draft.el (wl-user-agent-compose): Add optional argument
13         RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
14
15 2011-01-09  David Maus  <dmaus@ictsoc.de>
16
17         * wl-template.el (wl-template-select): Reset draft config exec
18         flag when selecting template.
19
20 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
23         * wl-mime.el (wl-draft-preview-message): Ditto.
24
25 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * wl-demo.el: Prune functions provided temporarily to avoid
28         compile warnings in the end.
29
30 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
31
32         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
33         the registered messages unless specified folder is a spam folder.
34         Add docstring.
35         (wl-spam-register-good-messages): Remove spam mark from
36         the registered messages.  Add docstring.
37         (wl-summary-register-as-spam)
38         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
39         (wl-summary-register-as-spam-all)
40         (wl-summary-target-mark-register-as-spam)
41         (wl-summary-register-as-good)
42         (wl-summary-register-as-good-region, wl-thread-register-as-good)
43         (wl-summary-register-as-good-all)
44         (wl-summary-target-mark-register-as-good): Add docstring.
45
46 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
47
48         * wl-summary.el: Delete trailing whitespace.
49
50 2010-08-27  Kenichi Okada  <okada@opaopa.org>
51
52         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
53         message human-readable.
54
55 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
56
57         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
58         (wl-highlight-folder-current-line): Ditto.
59         * wl-xmas.el (wl-draft-insert-signature): Ditto.
60         (wl-highlight-folder-current-line): Ditto.
61
62 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-address.el (wl-address-make-alist-from-alias-file): Use
65         `(delete-char -1)' instead of `(delete-backward-char 1)' that
66         deletes region in Emacs 24.
67         See delete-active-region described in NEWS.
68         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
69         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
70
71 2010-08-14  David Maus  <dmaus@ictsoc.de>
72
73         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
74         edit draft message when in draft folder.
75
76 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
79         instead of (delete-backward-char 1) that deletes region in Emacs 24.
80         See delete-active-region described in NEWS.
81
82 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
83
84         * wl-spam.el (wl-summary-register-as-spam-region)
85         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
86         (wl-thread-register-as-good): New functions.
87         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
88
89 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
90         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
91         images for the icon if there is only one image.
92
93 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
96         newline.
97         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
98         so as to match header tokens strictly.
99
100 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
101
102         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
103         for the message not classified as spam.
104         (wl-summary-test-spam-messages): New function.
105         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
106         instead of `wl-spam-map-spam-messages'.
107
108 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
109
110         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
111         (wl-summary-define-mark-action): Define unmark functions.
112         (wl-summary-unmark): Add the second argument `mark'.
113         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
114
115 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
116
117         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
118         autodecryption for draft preview.
119
120 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
121         * wl-summary.el (toplevel): New function
122         `wl-summary-toggle-mime-buttons' and keybinding to toggle
123         visibility of MIME buttons in message view mode.
124
125 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
126
127         * Version number is increased to 2.15.9.
128
129 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
130
131         * wl-score.el (wl-score-followup): Remove verbose comment (same as
132         docstring).
133
134         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
135         Revert `save-excursion' for `wl-summary-jump-to-msg'.
136
137 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
138
139         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
140         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
141         semicolons, that should start at the left margin.
142         See. also (Info-goto-node "(elisp)Comment Tips").
143         * wl-acap.el (wl-acap-store): Ditto.
144         * wl-action.el (wl-summary-unset-mark): Ditto.
145         * wl-address.el (wl-address-ldap-search): Ditto.
146         * wl-demo.el (wl-demo-insert-image): Ditto.
147         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
148         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
149         (wl-draft-previous-history-element): Ditto.
150         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
151         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
152         (wl-folder-mode-map, wl-folder-get-prev-folder)
153         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
154         (wl-folder-check-entity-async)
155         (wl-create-folder-entity-from-buffer): Ditto.
156         * wl-fldmgr.el (toplevel): Ditto.
157         * wl-message.el (wl-message-buffer-cache-sort)
158         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
159         Ditto.
160         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
161         Ditto.
162         * wl-summary.el (toplevel, wl-summary-mode)
163         (wl-summary-edit-addresses, wl-summary-sync-update)
164         (wl-summary-stick): Ditto.
165         * wl-thread.el (toplevel, wl-thread-insert-message)
166         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
167         * wl-util.el (toplevel): Ditto.
168         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
169         Ditto.
170
171 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172
173         * Version number is increased to 2.15.8.
174
175         * wl-message.el (wl-message-uu-substring): Suppress compile
176         warnings; Use `with-current-buffer' instead of `save-excursion' &
177         `set-buffer'.
178         * wl-mime.el (wl-draft-yank-current-message-entity)
179         (wl-mime-preview-follow-no-mime)
180         (wl-mime-preview-follow-current-region): Ditto.
181         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
182         (wl-summary-switch-to-clone-buffer)
183         (wl-summary-target-mark-forward)
184         (wl-summary-target-mark-reply-with-citation)
185         (wl-summary-target-mark-uudecode): Ditto.
186
187         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
188         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
189         * wl-summary.el (wl-summary-narrow-to-region)
190         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
191
192         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
193         instead of `int-to-string'.
194         * wl-dnd.el (wl-dnd-start-drag): Ditto.
195         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
196         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
197         * wl-util.el (wl-url-nntp): Ditto.
198
199         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
200         (wl-plugged-dop-queue-status): Don't quote `lambda'.
201         * wl-thread.el (wl-thread-delete-message): Ditto
202         * wl-summary.el (wl-summary-edit-addresses)
203         (wl-summary-edit-addresses-collect-candidate-fields)
204         (wl-summary-search-by-subject): Ditto.
205         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
206         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
207         (wl-fldmgr-add-completion-subr): Ditto.
208         * wl-draft.el (wl-smtp-extension-bind)
209         (wl-draft-insert-get-message, wl-draft-default-headers)
210         (wl-jump-to-draft-buffer): Ditto.
211         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
212         (wl-summary-down): Ditto.
213         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
214         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
215         * wl-folder.el (wl-folder-make-save-access-list)
216         (wl-folder-update-access-group, wl-folder-pick): Ditto.
217
218 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
219
220         * wl-draft.el (wl-draft-default-headers): Suppress warning
221         "defsubst `wl-draft-default-headers' was used before it was
222         defined"; Use `defun' instead of `defsubst'.
223
224         * wl-address.el (wl-address-header-extract-address)
225         (wl-address-header-extract-realname): Fix mail-address in
226         docstring.
227
228         * wl-expire.el (wl-expire-make-sortable-date): Macro to
229         inline-function.
230         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
231         Macro to function.
232         (wl-folder-get-entity-from-buffer): Macro to function.
233         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
234         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
235         * wl.el (wl-plugged-string): Macro to function.
236
237         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
238         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
239         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
240         Macro to function.
241
242         * wl-thread.el (wl-thread-open, wl-thread-close): Use
243         `point-at-bol', `point-at-eol'.
244
245         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
246         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
247         `(string-to-char " ")' instead of `? ', `?\ '.
248         * wl-action.el (wl-summary-print-argument): Ditto.
249         * wl-address.el (wl-complete-field-body): Ditto.
250         * wl-demo.el (wl-demo-insert-image): Ditto.
251         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
252         * wl-util.el (wl-ask-folder, wl-set-string-width)
253         (wl-y-or-n-p-with-scroll): Ditto.
254
255         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
256         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
257         verbose point move.
258
259         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
260         and `point-at-eol'.
261         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
262         Ditto.
263
264 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
265
266         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
267         `(beginning-of-line) (point)'.
268
269         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
270         (wl-fldmgr-delete-line): Change from macro to function. Use
271         `point-at-bol' and `point-at-eol'.
272
273         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
274         `function' for lambda.
275
276         * wl.el (wl-plugged-server-indent): Change from macro to function.
277
278         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
279
280         * wl-draft.el (wl-draft-config-body-goto-header)
281         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
282         macro to function.
283
284         * wl-score.el (wl-score-get-alike): Change from macro to
285         inline-function.
286
287         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
288         instead of `mapcar'. Don't use `function' for lambda.
289         (wl-read-search-condition-internal): Don't use `function' for
290         lambda.
291         (wl-kill-buffers): Change from macro to function.
292         (wl-count-lines): Change from macro to inline-function.
293
294         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
295
296         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
297
298         * wl.el (wl-plugged-change): Suppress compile warnings; Use
299         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
300         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
301         * wl-address.el (wl-complete-window-show): Ditto.
302         * wl-message.el (wl-message-select-buffer): Ditto.
303         * wl-template.el (wl-template-show): Ditto.
304         * wl-util.el (wl-collect-summary): Ditto.
305         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
306         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
307         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
308         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
309         (wl-score-edit-insert-number): Ditto.
310
311         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
312         symbol.
313
314         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
315         of `goto-line'.
316
317         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
318
319 2009-12-16  Lloyd Zusman <ljz@asfast.com>
320
321         * wl-summary.el (wl-summary-detect-mark-position): Force
322         the temporary buffer to enable the use of multibyte characters
323         within searches [wl-en:2460].
324
325 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
326
327         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
328         of `beginning-of-buffer'.
329
330 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
331
332         * wl-summary.el (wl-summary-display-raw): New function, display
333         message in raw format.
334
335 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
336
337         * Version number is increased to 2.15.7.
338
339 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
340
341         * wl-summary.el (wl-summary-previous-message-number): New function.
342         (wl-summary-next-message-number): Ditto.
343         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
344         `wl-summary-next-message-number'.
345         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
346         Inline temporary variable `cur-id'.
347         (wl-summary-get-next-unread-folder): Ditto.
348         (wl-summary-get-next-folder): Ditto.
349         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
350
351 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
352
353         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
354
355 2008-09-05  Kenichi Okada  <okada@opaopa.org>
356
357         * wl-summary.el (wl-summary-buffer-folder-name)
358         (wl-draft-config-body-goto-header): Use backquote instead of quote.
359         * wl-draft.el (wl-draft-body-goto-top)
360         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
361
362 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
363
364         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
365         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
366
367 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
368
369         * wl-expire.el: Fix Comentary section.
370
371 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
372
373         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
374         Require mime-parse, elmo-mime, and wl-util.
375
376         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
377
378         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
379
380 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
381
382         * wl-template.el: Require elmo-util and wl-vars.
383
384         * wl-mime.el (wl-mime-display-header): Revert last change.
385         Remove `delete-matching-lines "^$"'.
386
387 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
388
389         * wl-mime.el (wl-define-dummy-functions): Split
390         `eval-when-compile' form for avoid error; when `make
391         compile-strict.
392
393         * wl-util.el: Move (eval-when-compile (require 'static)).
394         * wl-dnd.el: Add (eval-when-compile (require 'static)).
395         * wl-message.el: Ditto.
396
397         * wl-mime.el (wl-message-delete-current-part): Use
398         `insert-buffer-substring' instead of `insert-buffer'.
399         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
400         * wl-draft.el (wl-draft-generate-clone-buffer)
401         (wl-draft-do-mime-bcc): Ditto.
402
403         * wl-address.el: Add (eval-when-compile (require 'cl)).
404         * wl-addrmgr.el: Ditto.
405         * wl-mime.el: Ditto.
406         * wl-util.el: Ditto.
407         * wl-score.el: Ditto.
408
409 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
410
411         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
412         `string-to-int'.
413
414         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
415         `string-to-int'.
416
417         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
418         `string-to-number' instead of `string-to-int'.
419
420         * wl-summary.el (wl-summary-get-list-info)
421         (wl-summary-message-number): Use `string-to-number' instead of
422         `string-to-int'.
423
424         * wl-score.el (wl-score-overview-entity-get-lines)
425         (wl-score-set-mark-below, wl-score-set-expunge-below)
426         (wl-summary-increase-score, wl-score-get-header-entry): Use
427         `string-to-number' instead of `string-to-int'.
428
429         * wl-folder.el (wl-folder-update-diff-line): Use
430         `string-to-number' instead of `string-to-int'.
431
432         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
433         instead of `string-to-int'.
434
435         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
436         instead of `string-to-int'.
437
438         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
439         `string-to-int'.
440
441 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
442
443         * wl-util.el (wl-match-string, wl-match-buffer)
444         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
445         (wl-kill-buffers, wl-local-variable-p)
446         (wl-line-formatter-setup): New backquote style.
447         (wl-count-lines): Use quote instead of backquote.
448
449         * wl-summary.el (wl-summary-buffer-folder-name)
450         (wl-summary-get-alike): Use quote instead of backquote.
451         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
452         backquote style.
453
454         * wl-message.el (wl-message-buffer-cache-buffer-get)
455         (wl-message-buffer-cache-folder-get)
456         (wl-message-buffer-cache-message-get)
457         (wl-message-buffer-cache-entry-make)
458         (wl-message-buffer-cache-hit): New backquote style.
459
460         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
461         backquote.
462         (wl-folder-unread-regex, wl-folder-entity-exists-p)
463         (wl-folder-clear-entity-info)
464         (wl-folder-get-entity-info, wl-folder-set-entity-info)
465         (wl-folder-elmo-folder-cache-get)
466         (wl-folder-elmo-folder-cache-put): New backquote style.
467
468         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
469         (wl-fldmgr-assign-id): Ditto.
470         (wl-fldmgr-delete-line): Use quote instead of backquote.
471         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
472
473         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
474         (wl-draft-set-sent-message): New backquote style.
475         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
476         (wl-draft-config-body-goto-header): Use quote instead of backquote.
477
478 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
479
480         * wl-address.el (wl-address-concat-token): Fix typo.
481
482 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
483
484         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
485         (wl-score-get-alike): Ditto.
486
487         * wl-vars.el: New backquote style.
488         (wl-message-header-button-alist): Use quote instead of backquote.
489
490         * wl.el (wl-plugged-string): New backquote style.
491
492         * wl-address.el (wl-address-concat-token): New backquote style.
493
494         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
495
496 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
497
498         * wl-highlight.el (wl-highlight-folder-opened-regexp)
499         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
500
501         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
502         in the character alternative.
503
504 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
505
506         * Version number is increased to 2.15.6.
507
508 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
509
510         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
511         optional 3rd argument of epg-context-set-progress-callback; it was
512         temporarily removed in the Emacs trunk due to copyright problem.
513         (wl-mime-pgp-verify-region-with-epg): Ditto.
514
515 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
516
517         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
518
519 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-util.el (wl-biff-check-folders): Set biff flag.
522         (from Naoto Morishima [wl:14031])
523
524 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
525
526         * wl.el (wl-plugged-server-indent): Use quote instead of
527         backquote.
528
529 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
530
531         * wl-score.el (wl-score-insert-header): Add guard for
532         `std11-unfold-string'.
533         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
534         TYPE artgument when TO or CC field.
535
536 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-summary.el (wl-summary-goto-folder-subr): Call
539         `elmo-folder-close' instead of `elmo-folder-commit' if discard
540         current summary.
541
542 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-util.el (wl-read-shell-commande): New function or alias.
545
546         * wl-summary.el (wl-summary-pipe-message): Use
547         `wl-read-shell-command' instead of `read-string'.
548         (wl-summary-target-mark-pipe): Ditto.
549
550 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-summary.el (wl-summary-reply): Fix docstring.
553         * wl-draft.el (wl-draft-reply): Ditto.
554
555 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-mime.el (wl-summary-extract-attachments): New command.
558         (wl-summary-extract-attachments-1): New internal function.
559
560 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * wl-expire.el (wl-expire-folder): New function (split from
563         wl-summary-expire).
564         (wl-summary-expire): Use it. Add argument `all' instead of remove
565         `nolist'. Cause an error only if this function is calling
566         interactively.
567
568 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-expire.el (wl-expire-refile): Display progress message.
571         (wl-summary-expire): Simplify.
572
573         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
574         unused argument `deleting-info'.
575
576 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-vars.el (wl-message-popup-buffers): New user option.
579
580         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
581         (wl-message-delete-popup-windows): New function that substitues
582         above one.
583         (wl-mime-setup): Follow the above change.
584
585 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
586
587         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
588
589 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
590
591         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
592         "tkm" to wl-thread-spam.
593
594 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-thread.el (wl-thread-entity-insert-as-children): Use
597         wl-thread-entity-set-children.
598         (wl-thread-insert-message, wl-thread-insert-entity-sub,
599         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
600         Use wl-thread-entity-get-*.
601
602 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-mime.el (wl-epg-progress-callback): New function.
605         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
606         with `elmo-with-progress-display'. Set a progress callback
607         function to epg-context.
608         (wl-mime-pgp-verify-region-with-epg): Ditto.
609
610 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-util.el (wl-completing-read-multiple): Define as an alias of
613         `completing-read-multiple' if emacs-version is not less than 22.
614
615 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
618         change.
619
620 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-summary.el (wl-summary-sync-update): Move
623         `wl-thread-update-indent-string-thread' to outside of
624         `elmo-with-progress-display'.
625
626 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-message.el (wl-message-exit): Check buffer existence.
629
630 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-util.el (wl-simple-display-progress): New function.
633         (wl-display-progress-with-gauge): Ditto.
634         (wl-progress-callback-function): Ditto.
635
636         * wl.el (wl-init): Set `elmo-progress-callback-function' as
637         `wl-progress-callback-function'
638
639         * wl-vars.el (wl-display-progress-threshold): New user option.
640         (wl-display-progress-function): Ditto.
641
642         * Version number is increased to 2.15.5.
643
644 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
645
646         * wl-thread.el (wl-thread-close-children): New function.
647         (wl-thread-open-children): Ditto.
648         * wl-action.el (wl-summary-set-mark): Redo the last change by
649         using it.
650
651         * wl-action.el (wl-summary-set-mark): Undo the last change.
652         Forbid interactive call.
653
654 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-mime.el (wl-define-dummy-functions): New macro.
657         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
658         `wl-mime-pgp-decrypt-region'.
659         (wl-mime-pgp-verify-region-with-epg): Renamed from
660         `wl-mime-pgp-verify-region'.
661         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
662         `wl-mime-pgp-decrypt-region'.
663         (wl-mime-pgp-verify-region-with-pgg): Renamed from
664         `wl-mime-pgp-verify-region'.
665         (wl-mime-pgp-decrypt-region): New function; To select dispatch
666         function at runtime.
667         (wl-mime-pgp-verify-region): Ditto.
668
669         * wl-vars.el (wl-use-pgp-module): New user option.
670
671 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
674         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
675
676 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
677
678         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
679         even if there are target marks only.
680
681 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * Version number is increased to 2.15.4.
684
685 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-folder.el (wl-folder-check-one-entity): Simplify.
688
689 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
692         variable.
693
694 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
695
696         * wl-spam.el (wl-thread-test-spam): New function.
697         (wl-spam-setup): Bind "tkc".
698
699 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-expire.el (wl-folder-expire-entity): Rewite without
702         `wl-summary-goto-folder-subr'.
703         (wl-folder-expire-current-entity): Don't kill summary buffer.
704
705 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-folder.el (wl-folder-sync-entity): Rewrite without
708         `wl-summary-goto-folder-subr'.
709         (wl-folder-mark-as-read-all-entity): Likewise.
710
711         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
712
713 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-thread.el (wl-thread-force-open): Arranged.
716
717 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
720         from regexp.
721
722         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
723         (wl-read-search-condition-internal): Append them.
724
725 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-vars.el (wl-additional-search-condition-fields):
728         New user option.
729
730         * wl-util.el (wl-search-condition-fields): New function; export
731         from `wl-read-search-condition-internal'.
732         (wl-read-search-condition-internal): Use it.
733
734         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
735
736 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-summary.el (wl-summary-define-sort-command): New function.
739         (wl-summary-sort-by-date, wl-summary-sort-by-number)
740         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
741         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
742         define by `wl-summary-define-sort-command' at runtime.
743
744         * wl.el (wl-init): Call wl-summary-define-sort-command.
745
746 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
749         properties at the decrypting region.
750
751 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-util.el (wl-find-region): New function.
754
755         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
756         coding system.
757         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
758         property `wl-mime-decoded-coding-system'.
759         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
760         property `wl-mime-decoded-coding-system' to encode text.
761
762         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
763         message.
764         (wl-mime-pgp-verify-region): Ditto.
765
766 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
769         buffer. Use epa-display-verify-result.
770
771 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-draft.el (wl-draft-send): Continue even if setting parent
774         flag was failed.
775
776 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-message.el (wl-message-flag-indicator): Fixed the problem
779         of returning string only of parentheses.
780
781 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-summary.el (wl-summary-write): Add argument `folder'.
784         (wl-summary-write-current-folder): Change argument `folder' from
785         optional to require.
786         (wl-summary-get-buffer): Return the buffer associated folder only.
787
788         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
789         change.
790         (wl-folder-toggle-disp-summary): Ditto.
791
792         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
793         current summary as parent-folder.
794
795 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-draft.el (wl-draft-reedit): Don't overwrite
798         wl-draft-parent-folder.
799
800 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
803         (wl-mime-pgp-verify-region): Ditto.
804         (wl-message-decrypt-pgp-nonmime): Use the above function.
805         (wl-message-verify-pgp-nonmime): Likewise.
806         (wl-mime-preview-application/pgp): Likewise.
807
808 2006-04-20  Kenichi Okada  <okada@opaopa.org>
809
810         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
811         Fix about the order of `wl-nntp-posting-port' and
812         `wl-nntp-posting-stream-type'.
813         * wl.el (wl-plugged-port-label-alist): Add smtp.
814
815 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-summary.el (wl-summary-message-status): New macro.
818
819         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
820         (wl-summary-killed-mark): New user option.
821
822         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
823         API change.
824         (wl-thread-insert-entity-sub): Ditto.
825         (wl-thread-recover-messages): New command.
826
827         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
828         Don't call `wl-highlight-summary-current-line' directly.
829         (wl-summary-buffer-attach): Connect to signal `status-changed'
830         instead of `cache-changed'.
831         (wl-summary-buffer-detach): Follow the above change.
832         (wl-summary-detect-mark-position): Follow the API change.
833         (wl-summary-rescan-message): Ditto.
834         (wl-summary-insert-sequential): Ditto.
835         (wl-summary-update-thread): Ditto.
836         (wl-summary-message-mark): Ditto.
837         (wl-summary-persistent-mark): Ditto.
838         (wl-summary-create-line): Ditto.
839         (wl-summary-prefetch-region-no-mark): Call
840         `wl-summary-persistent-mark' with number.
841         (wl-summary-recover-messages-region): New command.
842         (wl-summary-target-mark-recover): Ditto.
843         (wl-summary-recover-message): Ditto.
844         (wl-summary-persistent-mark-string): Add argument `status' instead
845         of remove arguments `flags' and `cached'.  Treat killed status.
846         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
847
848         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
849         (wl-highlight-summary-line-face-spec): Treat killed status.
850         (wl-highlight-summary-line-string): Follow the API change.
851         (wl-highlight-summary-current-line): Ditto.
852
853         * Version number is increased to 2.15.3.
854
855 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
858         of symbolp to test whether the condition is function.
859
860 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
861
862         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
863         to nil.
864
865 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-summary.el (wl-summary-buffer-message-ring): New internal
868         variable.
869         (wl-summary-buffer-last-displayed-msg): Abolish.
870         (wl-summary-push-message): New function.
871         (wl-summary-pop-message): Ditto.
872         (wl-summary-goto-folder-subr): Reset
873         `wl-summary-buffer-message-ring'.
874         (wl-summary-pop-to-last-message): New command.
875         (wl-summary-goto-last-displayed-msg): Call
876         wl-summary-pop-to-last-message if optional argument is non-nil or
877         the last command is itself.
878         (wl-summary-redisplay-internal): Push last message number into
879         `wl-summary-buffer-message-ring'.
880
881         * wl-vars.el (wl-summary-message-ring-max): New user option.
882
883 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
886         from `wl-draft-reply').
887         (wl-draft-reply): Use it.
888         (wl-draft-find-reply-headers): Avoid compile warning.
889
890 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
893
894 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-message.el (wl-message-flag-indicator): New function.
897         (wl-message-redisplay): Use it.
898
899 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
902
903 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
906         instead of `read-event'.
907
908         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
909
910         * wl-mule.el (wl-read-event-char): Ditto.
911
912         * wl-e21.el (wl-read-event-char): Ditto.
913
914 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
915
916         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
917
918 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-vars.el (wl-draft-send-confirm-type): New user option.
921
922         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
923
924         * wl-draft.el (wl-draft-send-confirm): Confirmation by
925         `wl-draft-send-confirm-type'
926
927 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
928
929         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
930         Avoid error when the buffer name is already used.
931
932 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
933
934         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
935         the change of elmo-nmz -> elmo-search.
936         (wl-highlight-summary-line-help-echo-alist): Ditto.
937         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
938         (wl-nmz-folder-icon): Define as obsolete.
939         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
940         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
941
942 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-get-list-info): Rewrite with
945         `elmo-find-list-match-value'
946
947 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-summary.el (wl-summary-get-list-info): Optimize.
950         Use List-Id and List-Post also.
951
952 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
955
956 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
957
958         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
959
960 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-util.el (wl-completing-read-multiple-1): New internal function.
963         (wl-completing-read-multiple-2): Ditto.
964         (wl-completing-read-multiple): Define use above functions.
965
966         * wl-summary.el (wl-summary-sort): Removed the workaround for a
967         bug of `completing-read-multiple' about default value.
968
969         * wl-xmas.el (wl-completing-read-multiple): Removed.
970
971         * wl-mule.el (wl-completing-read-multiple): Ditto.
972
973         * wl-e21.el (wl-completing-read-multiple): Ditto.
974
975 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-util.el (wl-filter-associations): New function.
978
979         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
980         (wl-spam-ignored-folder-list): Ditto.
981         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
982         (wl-spam-string-member-p): New function.
983         (wl-spam-domain): Use it.
984         (wl-spam-split-numbers): New function.
985         (wl-spam-apply-partitions): Ditto.
986         (wl-spam-register-spam-messages): Use `folder' instead of
987         `wl-summary-buffer-elmo-folder'.
988         (wl-spam-register-good-messages): Ditto.
989         (wl-summary-exec-action-spam): Decide a domain by real folder of
990         message.
991         (wl-summary-exec-action-refile-with-register): Likewise.
992
993 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-e21.el (wl-e21-find-image): New function.
996         (wl-e21-setup-toolbar): Use it instead of `find-image'.
997         (wl-e21-highlight-folder-group-line): Ditto.
998         (wl-folder-init-icons): Ditto.
999         (wl-plugged-init-icons): Ditto.
1000         (wl-biff-init-icons): Ditto.
1001
1002 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
1005         (wl-inhibit-save-drafts): New internal variable.
1006         (wl-disable-auto-save): Ditto.
1007         (wl-save-drafts): Treat above variables.
1008         (wl-auto-save-drafts): New function.
1009         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
1010         `wl-stop-save-drafts'.
1011         (wl-start-save-drafts): New function.
1012         (wl-stop-save-drafts): Ditto.
1013         (wl-set-auto-save-draft): New command.
1014
1015         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
1016         `wl-set-save-drafts'.
1017
1018 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1021         `make-local-variable' instead of `make-variable-buffer-local'.
1022
1023 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1026
1027 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1028
1029         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1030
1031 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1034         of working buffer.
1035
1036 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1039
1040         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1041         value into recipients; Bind `wl-draft-remove-group-list-contents'
1042         as nil.
1043
1044 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-summary.el (wl-summary-sort): Fixed the last change.
1047
1048         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1049         (wl-summary-sort-messages): Ditto.
1050         (wl-summary-rescan): Use it.
1051         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1052         `completing-read'; Append candidates for reverse order.
1053
1054 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * Version number is increased to 2.15.2.
1057
1058 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1061         "Smaller".
1062         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1063
1064 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1067
1068 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1071         customize group `wl-draft'.
1072         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1073         `wl-draft'.
1074         (wl-draft-add-references): Ditto.
1075
1076         * wl-action.el (wl-summary-print-argument): Rename argument from
1077         `folder' to `data'.
1078
1079 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-summary.el (wl-summary-rescan-message): Call
1082         `wl-thread-cleanup-symbols' before insert thread.
1083
1084 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl.el (wl-init): Set `elmo-get-folder-function' as
1087         `wl-folder-make-elmo-folder'.
1088
1089         * wl-spam.el (wl-summary-exec-action-spam): Use
1090         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1091
1092         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1093         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1094         `elmo-make-folder'.
1095         (wl-folder-get-elmo-folder): Ditto.
1096         (wl-folder-create-subr): Simplify.
1097
1098 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1101
1102 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1105         contents in message buffer instead of original buffer. If optional
1106         argument specified, ask coding system for encode.
1107
1108 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1109
1110         * wl-spam.el (wl-summary-test-spam-region): New function.
1111         (wl-spam-setup): Bind "rkc".
1112
1113 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1116
1117 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1118
1119         * wl-spam.el (wl-summary-test-spam): Fix typo.
1120         (wl-message-check-spam): Ditto.
1121
1122 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-summary.el (wl-summary-default-from): Simplify.
1125
1126 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1127
1128         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1129         (wl-summary-exec-action-copy): Ditto.
1130         (wl-summary-auto-refile): Check existence of temporary mark.
1131
1132 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-summary.el (wl-summary-create-line): Use
1135         `elmo-time-to-datevec'.
1136
1137         * wl-expire.el (wl-expire-archive-date): Ditto.
1138         (wl-expire-localdir-date): Ditto.
1139
1140         * wl-util.el (wl-day-number): Abolish.
1141
1142         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1143         of `wl-day-number'.
1144         (wl-score-followup): Ditto.
1145         (wl-score-add-followups): Ditto.
1146         (wl-score-get-latest-msgs): Ditto.
1147         (wl-score-get-header-entry): Ditto.
1148         (wl-score-edit-insert-date): Ditto.
1149
1150 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1153         `elmo-message-entity-field' with 2nd argument `type'.
1154
1155 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1156
1157         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1158
1159 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-thread.el (wl-thread-delete-message): Delete descendant
1162         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1163
1164 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1165
1166         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1167
1168 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1169
1170         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1171         `Access folder'.
1172
1173 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-vars.el (wl-access-folder-icon): New user option.
1176
1177         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1178         `Access folder'.
1179
1180 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-summary.el (wl-summary-buffer-set-folder): Use
1183         `wl-folder-mime-charset'.
1184
1185         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1186         `mime-charset'.
1187         (wl-folder-get-elmo-folder): Ditto.
1188         (wl-folder-mime-charset): New function.
1189
1190 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1191
1192         * wl-util.el (wl-parse-addresses): Define alias of
1193         `elmo-parse-addresses' (move to `elmo-util.el').
1194
1195         * wl-summary.el (wl-summary-default-from): Follow the API change.
1196         (wl-summary-overview-entity-compare-by-date): Ditto.
1197         (wl-summary-overview-entity-compare-by-from): Ditto.
1198         (wl-summary-get-list-info): Get value of `ml-info' field from
1199         entity at first.
1200         (wl-summary-rescan-message): Treat prefix argument.
1201         (wl-summary-prefetch-msg): Follow the API change.
1202         (wl-summary-search-by-subject): Ditto.
1203         (wl-summary-insert-thread): Ditto.
1204         (wl-summary-line-subject): Ditto.
1205         (wl-summary-line-from): Ditto.
1206         (wl-summary-create-line): Ditto.
1207         (wl-summary-print-message-with-ps-print): Ditto.
1208
1209         * wl-score.el (wl-score-ov-entity-get): Ditto.
1210         (wl-score-followup): Ditto.
1211         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1212         of `car'.
1213         (wl-score-get-latest-msgs): Follow the API change.
1214         (wl-score-get-header): Ditto.
1215
1216         * wl-refile.el (wl-refile-learn): Ditto.
1217         (wl-refile-subject-learn): Ditto.
1218         (wl-refile-get-field-value): Ditto.
1219         (wl-refile-guess-by-history): Ditto.
1220         (wl-refile-guess-by-subject): Ditto.
1221
1222         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1223
1224         * wl-expire.el (wl-expire-date-p): Removed.
1225         (wl-expire-archive-date): Follow the API change.
1226         (wl-expire-localdir-date): Ditto.
1227         (wl-summary-expire): Ditto.
1228
1229         * Version number is increased to 2.15.1.
1230
1231 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1234         group is access or not (it is not strict, like wl-fldmgr-rename).
1235
1236 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1237
1238         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1239         duplicate call of `wl-summary-print-argument' on the wrong line.
1240
1241 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1244         even if argument `number' is nil.
1245         (wl-summary-insert-line): Print action argument if current message
1246         has it.
1247
1248 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1251         (wl-draft-reply): Ditto.
1252         (wl-draft): Add optional argument `parent-number' and call
1253         `wl-draft-create-buffer' with it.
1254         (wl-draft-create-buffer): Add optional argument
1255         `parent-number'. Set wl-draft-parent-number as it.
1256
1257 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1260         buffer is not for given folder, don't use it.
1261
1262 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1263
1264         * Version number is increased to 2.15.0.
1265
1266 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1267
1268         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1269
1270         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1271         (wl-highlight-get-face-by-name): New internal function.
1272         (wl-highlight-summary-line-face-spec): Use it and fixed.
1273
1274 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-summary.el (wl-summary-sync-update): Use
1277         `elmo-message-entity-field' instead of `car' to get message-id
1278         from overview entity.
1279
1280         * wl-summary.el (wl-summary-rescan-message): Call
1281         `wl-highlight-summary-displaying' when displaying a message.
1282
1283 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1286         `wl-draft-config-info-operation'.
1287         (wl-draft-buffer-change-number): New function.
1288         (wl-draft-rename-saved-config): Ditto.
1289         * wl.el (wl-init): Connect slot for message-number-changed.
1290         (toplevel): Add autoload for wl-draft-rename-saved-config.
1291
1292 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1295         `update-overview'
1296         (wl-summary-buffer-detach): Disconnect from it.
1297         (wl-summary-rescan-message): Use command.
1298
1299         * wl-message.el (wl-message-buffer-display): Use
1300         `with-current-buffer' instead of `save-excursion'.
1301
1302 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303
1304         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1305         wl-draft-preview-attributes-list from distraction.
1306
1307 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1310         `elmo-list-diff'.
1311
1312 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-summary.el
1315         (wl-summary-edit-addresses-collect-candidate-fields): Use
1316         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1317
1318         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1319         instead of `elmo-set-work-buf'.
1320
1321         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1322         (wl-address-make-address-list): Ditto.
1323
1324         * Version number is increased to 2.13.3.
1325
1326 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1329         user option.
1330
1331         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1332         argument `5'.
1333
1334         * wl-message.el (wl-message-display-no-merge-p): New function.
1335         (wl-message-buffer-display): Check whether the message is
1336         reassembled and follow the API change.
1337
1338 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1341         multibyte on working buffer and removed unnecessary
1342         `buffer-disable-undo'.
1343
1344 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1347         change.
1348
1349 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-util.el (wl-read-search-condition-internal): Protect
1352         elmo-global-flags from distraction.
1353
1354 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1357
1358         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1359         (wl-summary-event-handler): Ditto.
1360         (wl-summary-update-persistent-mark-on-event): New
1361         function (renamed from `elmo-event-handler-flag-changed').
1362         (wl-summary-buffer-attach): New function.
1363         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1364         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1365         instead of `elmo-folder-add-handler'.
1366
1367         * Version number is increased to 2.13.2.
1368
1369 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1372         and "\177" to the `wl-news-previous-page'.
1373         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1374         (wl-news-previous-page): New function.
1375
1376 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1379         instead of `write-region' and simplify.
1380
1381 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-template.el (wl-template-select): Cause error if
1384         `wl-template-alist' is nil.
1385
1386 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1387
1388         * wl-news.el.in: Set file variable `no-byte-compile'.
1389
1390 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1393         whether a target message is within displaying area.
1394         (elmo-event-handler-cache-changed): Ditto.
1395
1396 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1397
1398         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1399         to `defun'.  Use `nconc' instead of `append' to collect descendant
1400         message numbers.
1401
1402 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1403
1404         * wl-thread.el (wl-thread-save-top-list)
1405         (wl-thread-save-entities): Use `with-temp-buffer'.
1406         * wl-news.el.in (wl-news-previous-version-load):
1407         (wl-news-previous-version-save): Ditto.
1408         * wl-summary.el (wl-summary-load-file-object)
1409         (wl-summary-save-view-cache): Ditto.
1410
1411 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-util.el (toplevel): Require 'elmo-flag'.
1414         (wl-read-search-condition): New function (Renamed from
1415         `elmo-read-search-condition').
1416         (wl-read-search-condition-internal): Likewise.
1417
1418         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1419         invalid.
1420         (wl-summary-pick): Use `wl-read-search-condition' instead of
1421         `elmo-read-search-condition'.
1422         (wl-summary-virtual): Ditto.
1423
1424         * wl-folder.el (wl-folder-virtual): Ditto.
1425         (wl-folder-pick): Ditto.
1426
1427         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1428
1429 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-summary.el (wl-summary-reedit): Call
1432         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1433
1434 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-mime.el (toplevel): Require wl-vars.
1437
1438         * wl-message.el (toplevel): Require cl at compile.
1439
1440         * wl-draft.el (toplevel): Require elmo.
1441
1442 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1445         and do nothing when it is not positive.
1446         (wl-message-buffer-prefetch-next): Ditto.
1447
1448 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1449
1450         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1451         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1452         (wl-summary-redisplay-internal): Ditto.
1453
1454         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1455         message (the condition is borrowed from `wl-check-variables-2').
1456         (wl-summary-redisplay-internal): Ditto.
1457
1458 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-mime.el (wl-draft-nntp-attribute): New function.
1461         (wl-draft-attribute-nntp-posting-server): Use it.
1462         (wl-draft-attribute-nntp-posting-port): Ditto.
1463
1464         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1465         (wl-draft-show-attributes-buffer): Ditto.
1466         (wl-draft-hide-attributes-buffer): Ditto.
1467         (wl-draft-attribute-newsgroups): Ditto.
1468         (wl-draft-attribute-nntp-posting-server): Ditto.
1469         (wl-draft-attribute-nntp-posting-port): Ditto.
1470         (wl-draft-preview-message): Use there functions.
1471
1472         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1473         value.
1474
1475 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1476
1477         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1478         (wl-draft-reedit): Ditto.
1479         (wl-draft-queue-flush): Ditto.
1480
1481         * wl-mime.el (wl-message-request-partial): Ditto.
1482         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1483         instead of `elmo-message-fetch'.
1484
1485         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1486
1487         * wl-summary.el (wl-summary-message-string): Ditto.
1488
1489 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490
1491         * wl-util.el (wl-current-message-buffer): Follow the API change.
1492
1493         * wl-summary.el (wl-summary-redisplay-internal): Call
1494         `wl-summary-mark-as-read' with 2nd argument as nil and update
1495         unread count instead of persistent mark.
1496
1497         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1498         variable.
1499         (wl-message-redisplay): Follow the API change.
1500         (wl-message-buffer-display): Managed mime-entity directly and
1501         return preview buffer only.
1502         (wl-message-display-internal): Rewrite.
1503         (wl-message-buffer-prefetch-subr): Not save return value of
1504         `wl-message-buffer-display'.
1505
1506         * Version number is increased to 2.13.1.
1507
1508 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1511         'elmo-multiple-fields-body-list' with boundary specified.
1512
1513 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1514
1515         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1516         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1517         cache if `wl-summary-resend-use-cache' is non-nil.
1518
1519 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1520
1521         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1522         (wl-nntp-posting-stream-type): Ditto.
1523
1524 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1525
1526         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1527
1528 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1529
1530         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1531         message.
1532
1533 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1536         Abolish.
1537         (wl-summary-buffer-persistent-mark-version): New internal
1538         variable.
1539         (wl-summary-update-mark-and-highlight-window): Check by
1540         wl-summary-persistent-mark-invalid-p.
1541         (wl-summary-update-status-marks): Ditto.
1542         (elmo-event-handler-flag-changed): Rewrite.
1543         (elmo-event-handler-cache-changed): Define.
1544         (wl-summary-prefetch-msg): Does not update persistent mark here.
1545         (wl-summary-delete-cache): Ditto.
1546         (wl-summary-resume-cache-status): Ditto.
1547         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1548         (wl-summary-persistent-mark-invalid-p): New function.
1549         (wl-summary-validate-persistent-mark): Ditto.
1550         (wl-summary-validate-persistent-mark-string): Ditto.
1551         (wl-summary-invalidate-persistent-mark): Ditto.
1552         (wl-summary-update-persistent-mark): Call
1553         `wl-summary-validate-persistent-mark'.
1554         (wl-summary-create-line): Call
1555         `wl-summary-validate-persistent-mark-string'.
1556
1557         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1558         status as t if cache used.
1559
1560 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1561
1562         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1563         only if the target is group.
1564         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1565
1566 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1569
1570 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1571
1572         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1573
1574         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1575
1576 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1579         (Thanks to Yoichi NAKAYAMA).
1580
1581 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-util.el (wl-save-drafts): Restore echo area.
1584
1585 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1586
1587         * Version number is increased to 2.13.0.
1588
1589         * wl-util.el (wl-biff-check-folder-async): Use
1590         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1591
1592 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * wl-message.el (wl-message-display-internal): Does not put
1595         wl-message-display-type property on message buffer.
1596         (wl-message-buffer-display-type): New function.
1597
1598         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1599
1600         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1601         `wl-summary-buffer-detach'.
1602         (wl-summary-message-display-type): Use
1603         `wl-summary-buffer-display-type'.
1604
1605 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1608         buffer-local.
1609
1610         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1611         kill-buffer-hook instead of make-local-variable.
1612         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1613
1614 2004-12-12  Scott Renfro <scott@renfro.org>
1615
1616         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1617         regex for square-branket.
1618
1619 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1622         `wl-message-mime-analysis-p' with argument `header'.
1623
1624 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1625
1626         * wl-mime.el (wl-draft-yank-current-message-entity):
1627         Switch to no-mime following method according to wl-message-display-type
1628         property.
1629         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1630
1631         * wl-message.el (wl-message-display-internal):
1632         Put wl-message-display-type property on message buffer.
1633
1634         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1635         (wl-message-display-internal): Ditto;
1636
1637         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1638
1639 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * wl-message.el (wl-message-make-display-type): New function.
1642         (wl-message-display-type-property): Ditto.
1643         (wl-message-mime-analysys-p): Ditto.
1644         (wl-message-display-all-header-p): Ditto.
1645         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1646         added `display-type'.
1647         (wl-message-buffer-display): Likewise.
1648         (wl-message-display-internal): Likewise.
1649         (wl-message-buffer-display-type): Abolish.
1650         (wl-message-buffer-prefetch-subr): Follow the API changed.
1651
1652         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1653         from wl-summary-buffer-display-all-header and changed default value.
1654         (wl-summary-message-display-type): New function.
1655         (wl-summary-buffer-display-mime-mode): Ditto.
1656         (wl-summary-buffer-display-header-mode): Ditto.
1657         (wl-summary-toggle-mime): Rewrite with above functions.
1658         (wl-summary-toggle-all-header): Ditto.
1659         (wl-summary-redisplay): Force redisplay with default mode.
1660         (wl-summary-redisplay-internal): Renamed argument from `mode',
1661         `all-header' to `mime-mode', `header-mode'.
1662         Use `wl-message-make-display-type'.
1663
1664         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1665         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1666
1667 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1668
1669         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1670
1671 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1672
1673         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1674         in original message buffer.
1675         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1676         buffer.
1677
1678 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1679
1680         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1681
1682 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1683
1684         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1685
1686 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1687
1688         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1689         when actions succeeded.
1690         (wl-summary-exec-action-copy): Likewise.
1691
1692 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1693
1694         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1695         there is switch-to-buffer at the end of wl-message-select-buffer.
1696         (wl-summary-reply): Ditto.
1697
1698 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-summary.el (wl-summary-forward): Put subject in original
1701         message buffer as argument of wl-draft-forward.
1702         * wl-draft.el (wl-draft-forward): Decode subject as in
1703         wl-draft-reply.
1704
1705 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1708         a folder under access group.
1709
1710 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1711
1712         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1713         wl-message-buffer-display.
1714
1715         * wl-util.el (wl-set-save-drafts): Fix typo.
1716
1717 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1720         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1721         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1722         the way to measure the width of a bitmap image; don't put face on
1723         ascii and bitmap images; put the mark which should not use the
1724         variable-pitch face on ascii and bitmap images.
1725         (wl-demo-setup-properties): Don't use the variable-pitch face on
1726         ascii and bitmap images; made it work on Emacs 20 and earlier.
1727         (wl-demo-insert-text): End with a newline at the bottom; don't put
1728         face on text.
1729
1730         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1731
1732 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1735
1736         * wl-util.el (wl-save-drafts): Moved from sample setting.
1737         (wl-set-save-drafts): New function to set idle timer.
1738         * wl-draft.el (wl-draft): Call it.
1739         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1740
1741 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1744         a summary which has toggle display status off.
1745
1746 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-draft.el (wl-draft-do-fcc): No cache save.
1749
1750 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (elmo-event-handler-flag-changed): Use
1753         `set-buffer' instead of `with-current-buffer'.
1754
1755 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-summary.el (wl-summary-after-resize-function): New function.
1758         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1759         window-size-change-functions.
1760
1761 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-draft.el (wl-draft-create-buffer): Bind
1764         `change-major-mode-hook' after current buffer is changed.
1765
1766         * wl-summary.el (wl-summary-buffer-detach): New function.
1767         (wl-summary-buffer-set-folder): Call it.
1768         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1769         change-major-mode-hook and kill-buffer-hook.
1770         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1771         (wl-summary-switch-to-clone-buffer): Ditto.
1772         (wl-summary-goto-folder-subr): Ditto.
1773
1774 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1775
1776         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1777         after boundp check.
1778
1779 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1782         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1783         for `kill-buffer'.
1784
1785         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1786         handler of current buffer from elmo-folder.
1787
1788 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1791
1792 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1793
1794         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1795         variable.
1796         (wl-summary-event-handler): New class.
1797         (elmo-event-handler-flag-changed): Define to update persistent
1798         mark.
1799         (wl-summary-buffer-set-folder): Register event handler to
1800         elmo-folder.
1801         (wl-summary-exit): Unregister event handler.
1802         (wl-summary-goto-folder-subr): Ditto.
1803         (wl-summary-mark-as-read-all): Does not call
1804         `wl-summary-update-persistent-mark' directly.
1805         (wl-summary-mark-as-read-internal): Ditto.
1806         (wl-summary-set-persistent-mark-internal): Ditto.
1807         (wl-summary-set-flags-internal): Ditto.
1808
1809         * Version number is increased to 2.11.33.
1810
1811 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1812
1813         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1814         to nil.
1815
1816 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * wl-spam.el (wl-spam-setup): Add hook
1819         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1820         instead of `wl-summary-prepare-hook'.
1821
1822         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1823         if folder type is `'flag'.
1824         (wl-summary-mark-as-important): Ditto.
1825
1826 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * wl-address.el (wl-address-minibuffer-history): New variable.
1829         (wl-address-minibuffer-local-map): New keymap.
1830         (wl-address-read-from-minibuffer): New function.
1831
1832         * wl-action.el (wl-summary-get-resend-address): Use
1833         `wl-address-read-from-minibuffer' instead of `completing-read'.
1834
1835 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * Version number is increased to 2.11.32.
1838
1839 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1840
1841         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1842         without mule to iso-8859-1.
1843         (wl-draft-add-in-reply-to): Add note in description.
1844         (wl-draft-add-references): Ditto.
1845
1846 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1849         definition for `m'.
1850         (wl-summary-mode-line-format): Add '[%m]'.
1851         (wl-message-mode-line-format-spec-alist): Ditto.
1852         (wl-summary-display-mime-mode-list): New variable.
1853
1854         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1855         from wl-summary-buffer-display-as-is.
1856         (wl-summary-buffer-display-all-header): New buffer local variable.
1857         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1858         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1859         instead of wl-summary-buffer-display-as-is.
1860         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1861         (wl-summary-set-persistent-mark): Ditto.
1862         (wl-summary-set-message-buffer-or-redisplay): Just call
1863         `wl-summary-redisplay-internal' without optional arguments.
1864         (wl-summary-toggle-mime): Rewrite.
1865         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1866         (wl-summary-toggle-all-header): New function.
1867         (wl-summary-redisplay-internal): Treat mime mode.
1868
1869         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1870         to wl-mime-preview-follow-no-mime.
1871         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1872         accodring to the display-mode.
1873
1874         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1875         (wl-message-buffer-display): Changed argument name from `as-is' to
1876         `mode'.
1877         (wl-message-display-internal): Ditto;
1878         Bind elmo-mime-display-header-analysis according to the mode.
1879         (wl-message-display-internal): Put wl-message-display-mime-mode
1880         property on entire buffer.
1881
1882 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1883
1884         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1885
1886 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1887
1888         * wl-summary.el (wl-summary-overview-entity-compare-by-from):
1889         Don't extract mail address.
1890         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1891
1892         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1893
1894         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1895
1896 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1899         wl-fldmgr-cut-entity-list on confirmation.
1900
1901 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1902
1903         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1904         (wl-mime-quit-preview): Check existence of
1905         mime-edit-temp-message-buffer here.
1906
1907 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1908
1909         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1910         after deletion.
1911
1912         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1913         before calling wl-mime-quit-preview.
1914
1915 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1916
1917         * wl-summary.el (wl-summary-pick): If call it with prefix
1918         argument, set `delete-marks' as non-nil. Pick from only visible
1919         messages.
1920         (wl-summary-check-target-mark): New function.
1921         (wl-summary-target-mark-mark-as-read): Use it.
1922         (wl-summary-target-mark-mark-as-unread): Ditto.
1923         (wl-summary-target-mark-operation): Ditto.
1924         (wl-summary-target-mark-set-flags): Ditto.
1925         (wl-summary-target-mark-save): Ditto.
1926         (wl-summary-target-mark-pick): Ditto.
1927         (wl-summary-target-mark-forward): Ditto.
1928         (wl-summary-target-mark-reply-with-citation): Ditto.
1929         (wl-summary-target-mark-print): Ditto.
1930         (wl-summary-target-mark-uudecode): Ditto.
1931
1932         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1933         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1934         with `ask-coding' is non-nil.
1935
1936 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * wl-thread.el (wl-thread-set-parent): If parent is a message
1939         which is identified by references, set linked as nil.
1940
1941 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1942
1943         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1944         (wl-message-mode-line-format-spec-alist): Ditto.
1945         (wl-message-mode-line-format): Ditto.
1946         (wl-summary-mode-line-format): Ditto for docstring.
1947         (wl-summary-no-mime-folder-list): Fix typo.
1948
1949         * wl-util.el (wl-current-message-buffer): Call
1950         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1951
1952         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1953         variable.
1954         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1955         of `wl-summary-redisplay-no-mime'.
1956         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1957         (wl-summary-toggle-mime): New function.
1958         (wl-summary-redisplay-all-header): Rewrite.
1959         (wl-summary-redisplay-no-mime): Ditto.
1960         (wl-summary-redisplay-internal): Added argument `as-is' and
1961         `all-header'.
1962
1963         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1964         New variable.
1965         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1966         bottom.
1967         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1968         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1969         "/" unconditionally.
1970
1971         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1972         wl-mime-preview-follow-no-mime for as-is content.
1973         (wl-mime-preview-follow-no-mime): New function.
1974         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1975
1976         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1977         and added `as-is', `all-header'.
1978         (wl-message-buffer-display): Ditto.
1979         (wl-message-buffer-display-type): New function.
1980
1981 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-vars.el (wl-message-header-button-alist): Change default
1984         value.
1985         (wl-message-body-button-alist): Ditto.
1986
1987 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988
1989         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1990
1991 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1994
1995 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1996
1997         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1998         is always true.
1999
2000 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2001
2002         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
2003         on null entity.
2004
2005 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2006
2007         * wl-vars.el (wl-draft-reply-default-position): Fix range.
2008
2009 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010
2011         * wl-vars.el (wl-summary-resend-hook): New hook.
2012
2013         * wl-action.el (wl-summary-exec-action-resend-subr): Run
2014         `wl-summary-resend-hook'.
2015
2016 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2017
2018         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2019         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2020         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2021         (wl-summary-new-cached-mark): Changed default value to 'n'.
2022         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2023         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2024         (wl-folder-sync-range-alist): Remove spec for 'flag.
2025         (wl-summary-force-prefetch-folder-list): New user option.
2026
2027         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2028         `wl-summary-toggle-persistent-mark'.
2029         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2030         number is nil.
2031         (wl-summary-mark-as-answered-region): Set interactive argument of
2032         `wl-summary-set-persistent-mark-internal'.
2033         (wl-summary-mark-as-important-region): Ditto.
2034         (wl-summary-unset-persistent-mark): Ditto.
2035         (wl-summary-set-persistent-mark): Ditto.
2036         (wl-summary-mark-as-answered): Ditto.
2037         (wl-summary-mark-as-important): Ditto.
2038         (wl-summary-set-persistent-mark-internal): Do nothing
2039         when `elmo-message-flag-available-p' is nil.
2040         (wl-summary-toggle-persistent-mark): New function.
2041         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2042         when the folder matches `wl-summary-force-prefetch-folder-list'.
2043
2044
2045         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2046         when number is nil.
2047         (wl-highlight-summary-forwarded-face): New face.
2048
2049 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2050
2051         * Version number is increased to 2.11.31.
2052
2053 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2056         (wl-biff-check-folder-async): Ditto.
2057         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2058
2059 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2060
2061         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2062         Add an argument `reverse'.  All callers are updated.
2063         (wl-summary-sort): Add a prefix argument `reverse' to specify
2064         reverse sorting.
2065         (wl-summary-sort-by-date, wl-summary-sort-by-number)
2066         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
2067         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2068
2069 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2070
2071         * wl-message.el (wl-message-redisplay): Does not narrow header if
2072         disply-type is all-header or as-is.
2073
2074         * wl-summary.el (wl-summary-enter-handler): Use
2075         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2076
2077 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2080         after adding wl-draft-parent-variables.
2081         (wl-draft-forward): Ditto.
2082
2083 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2084
2085         * wl-summary.el (wl-summary-sync-marks): Call
2086         `wl-summary-set-persistent-mark' and
2087         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2088         (wl-summary-set-persistent-mark-internal): Add 4th argument
2089         `no-server'.
2090         (wl-summary-unset-persistent-mark): Ditto.
2091         (wl-summary-set-persistent-mark): Ditto.
2092         (wl-summary-add-flags-internal): Abolish.
2093         (wl-summary-remove-flags-internal): Ditto.
2094         (wl-summary-mark-as-important-internal): Ditto.
2095         (wl-summary-mark-as-important): Use
2096         `wl-summary-set-persistent-mark' instead of
2097         `wl-summary-add-flags-internal'.
2098         (wl-summary-mark-as-important-region): Ditto.
2099
2100         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2101
2102         * wl-summary.el (wl-summary-get-available-flags): New function.
2103         (wl-summary-sync-marks): Use it and simplified.
2104         (wl-summary-unset-persistent-mark): Use
2105         `wl-summary-get-available-flags'.
2106         (wl-summary-set-persistent-mark): Ditto.
2107
2108 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2109
2110         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2111         id.
2112
2113 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2116         number, call `wl-summary-prev-line-content'. Show message when the
2117         message is not found.
2118
2119 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2120
2121         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2122         wl-summary-enter-handler.
2123         (wl-summary-enter-handler): New command.
2124
2125         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2126         docstring and custom spec.
2127
2128         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2129         flags too; Don't treat Cached and New.
2130         (wl-summary-set-persistent-mark): Ditto.
2131
2132         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2133         `wl-folder-set-flag'.
2134
2135         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2136         instead of `wl-folder-set-flag'.
2137
2138         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2139         for completion.
2140         (wl-summary-set-persistent-mark): Ditto.
2141
2142         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2143         instead of `wl-draft-quit-preview'.
2144
2145         * wl-mime.el (toplevel): Avoid compile warning.
2146         (wl-mime-quit-preview): New function
2147         (formarly defined as `wl-draft-quit-preview').
2148         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2149         quitting method.
2150
2151         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2152
2153         * wl-folder.el (wl-folder-set-flag): Renamed from
2154         `wl-draft-set-flag-on-parent'.
2155
2156         * wl-draft.el (wl-draft-quit-preview): New function.
2157         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2158         (wl-draft-send): Call `wl-folder-set-flag' instead of
2159         `wl-draft-set-flag-on-parent'.
2160         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2161
2162 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2165         (wl-draft-send): Ditto.
2166
2167 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2168
2169         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2170         (wl-draft-kill-pre-hook): Set default value as nil.
2171         (wl-summary-reply-hook): Ditto.
2172         (wl-draft-kill-flags): Abolish.
2173
2174         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2175         (wl-draft-parent-variables): Renamed from
2176         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2177         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2178         argument; Add wl-draft-parent-variables to
2179         wl-draft-config-variables.
2180         (wl-draft-reply): Likewise.
2181         (wl-draft-kill-flags): Abolish.
2182         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2183         (wl-draft-set-flag-on-parent): New function.
2184         (wl-draft-setup-parent-flag): Ditto.
2185
2186 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2187
2188         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2189         `wl-draft-parent-folder' is "".
2190
2191 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2192
2193         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2194         (wl-summary-digit-jump): New function.
2195         (Adviced by John Owens and Hiroya Murata)
2196
2197         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2198         (Adviced by John Owens)
2199
2200         * wl-xmas.el (wl-message-define-keymap): Ditto.
2201
2202         * wl-mule.el (wl-message-define-keymap): Ditto.
2203
2204 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2205
2206         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2207         change of return value of elmo-folder-count-flags.
2208
2209         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2210         (wl-summary-mark-as-read-internal): Ditto.
2211         (wl-summary-set-persistent-mark-internal): Ditto.
2212         (wl-summary-folder-info-update): Ditto.
2213         (wl-summary-sync-update): Fixed the last change.
2214
2215         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2216
2217 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2218
2219         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2220         (wl-draft-kill-flags): Fixed docstring.
2221
2222         * wl-draft.el (wl-draft-kill-flags): New function.
2223         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2224
2225 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2226
2227         * wl-vars.el (wl-reply-hook): Abolish.
2228         (wl-draft-reply-hook): New hook.
2229         (wl-summary-reply-hook): Ditto.
2230         (wl-draft-forward-hook): Ditto.
2231         (wl-summary-forward-hook): Ditto.
2232         (wl-draft-kill-flags): New variable.
2233
2234         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2235         wl-summary-set-persistent-mark-internal.
2236         (wl-summary-sync-marks): Use elmo-preserved-flags.
2237         (wl-summary-update-persistent-mark): Make it interactive.
2238         (wl-summary-set-persistent-mark-internal): New inline function.
2239         (wl-summary-mark-as-answered): Use it.
2240         (wl-summary-mark-as-unanswered): Ditto.
2241         (wl-summary-unset-persistent-mark): New function.
2242         (wl-summary-set-persistent-mark): Ditto.
2243         (wl-summary-reply): Don't set answered flag;
2244         Run wl-summary-reply-hook instead.
2245         (wl-summary-forward): Call wl-draft-forward with number.
2246         Run wl-summary-forward-hook.
2247
2248         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2249         (wl-highlight-summary-line-face-spec): Use it as a default
2250         persistent mark face.
2251
2252         * wl-draft.el (wl-draft-forward): Added optional argument number;
2253         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2254         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2255         (wl-draft-kill): Use wl-draft-kill-flags.
2256
2257         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2258
2259         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2260         of return value of elmo-folder-count-flags.
2261
2262         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2263
2264         * wl-summary.el (wl-summary-count-unread): Ditto.
2265         (wl-summary-sync-update): Follow the change above.
2266         (wl-summary-force-prefetch): New function.
2267
2268 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2269
2270         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2271         variable `buf' with `let' instead of `setq'.
2272
2273 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2276         add Content-Disposition heaeder on the deleted part.
2277
2278 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2279
2280         * wl-draft.el (wl-draft-save): Encode address list under edit by
2281         `eword-encode-unstructured-field-body'.
2282
2283         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2284
2285 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2288         wl-current-summary-buffer.
2289
2290 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2291
2292         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2293         `numbers' is ignored.
2294
2295 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-folder.el (wl-folder-open-folder): Avoid error.
2298         Reported by John Owens, [wl-en:815]
2299
2300         * wl.el (wl): Set timer for biff process even if prefix argument
2301         is given or auto-checking is quitted.
2302
2303         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2304         immediately.
2305         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2306         (wl-toggle-plugged): Ditto.
2307
2308         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2309         * wl-util.el (wl-biff-start): Use idle timer if
2310         `wl-biff-use-idle-timer' is non-nil.
2311
2312 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-highlight.el (wl-highlight-message): Fix description.
2315
2316 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2319         tty.
2320
2321 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-action.el (wl-summary-exec): Print failure count.
2324
2325 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2328         to `defun', remove interactive form.
2329         Set elmo-message-fetch-confirm when force-reload is non-nil.
2330
2331 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2332
2333         * wl-summary.el (toplevel): Removed unnecessary autoload.
2334
2335 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2336
2337         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2338         the buffer is generated from another message buffer.
2339
2340 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2341
2342         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2343         extracted from `wl-fldmgr-save-folders'.
2344         (wl-fldmgr-delete): Call it after deletion.
2345
2346 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2349         multi-tty support.
2350
2351 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2352
2353         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2354
2355 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2356
2357         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2358         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2359
2360 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2361
2362         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2363         unsubscribe list only if argument CLEAR is nil.
2364
2365 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2366
2367         * wl-draft.el (wl-draft-reply): Decode subject before removing
2368         Re: prefix.
2369
2370 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2371
2372         * wl-summary.el (wl-summary-sort-by-size): New command.
2373
2374 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * wl-summary.el (wl-summary-number-list-from-region): New
2377         function.
2378         (wl-summary-mark-as-read-region): Use it.
2379         (wl-summary-mark-as-unread-region): Ditto.
2380         (wl-summary-set-flags-region): Ditto and add optional argument
2381         remove.
2382         (wl-summary-mark-as-answered-region): Ditto.
2383         (wl-summary-mark-as-important-region): Ditto.
2384         (wl-summary-target-mark-mark-as-important): Added optional
2385         argument remove.
2386         (wl-summary-target-mark-mark-as-answered): Ditto.
2387         (wl-summary-target-mark-set-flags): Ditto.
2388
2389 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-summary.el (wl-summary-set-flags-region): Call
2392         `wl-summary-set-flags-internal' with number list instead of call
2393         one by each message.
2394         (wl-summary-target-mark-set-flags): Likewise.
2395
2396 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2399         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2400         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2401         (wl-summary-target-mark-mark-as-answered): Likewise.
2402
2403 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-summary.el (wl-summary-target-mark-forward): Use
2406         `wl-summary-delete-all-target-marks' instead of
2407         `wl-summary-delete-all-temp-marks'.
2408         (wl-summary-target-mark-reply-with-citation): Ditto.
2409         (wl-summary-target-mark-uudecode): Ditto.
2410         (wl-summary-target-mark-set-flags): Ditto and remove needless
2411         cursor move.
2412
2413 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2414
2415         * wl-summary.el (wl-summary-target-mark-forward): Protect
2416         wl-summary-buffer-target-mark-list from nreverse.
2417         (wl-summary-target-mark-reply-with-citation): Ditto.
2418
2419 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2420
2421         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2422         `elmo-display-progress-threshold'.
2423
2424 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2427         check `wl-summary-highlight'.
2428         (wl-summary-window-scroll-functions): Respect value of
2429         `wl-summary-highlight'.
2430         (wl-summary-sync-update): Run hooks
2431         `wl-summary-buffer-window-scroll-functions' at any time.
2432
2433 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2434
2435         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2436         from `wl-summary-cleanup-temp-marks'.
2437         (wl-summary-cleanup-temp-marks): Abolish argument.
2438         * wl.el (wl-save-status): Revert previous change.
2439         (wl-execute-temp-marks): New function, call
2440         `wl-summary-exec-with-confirmation'.
2441         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2442         (wl-folder-save-and-exec-marks): Abolished.
2443
2444 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2445
2446         * wl-e21.el (wl-e21-display-image-p): Respect
2447         `wl-highlight-folder-with-icon'.
2448         (wl-e21-highlight-folder-group-line): Highlight mouse line
2449         even if wl-e21-display-image-p is nil.
2450
2451         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2452         Respect value of `wl-summary-highlight'.
2453
2454         * wl.el (wl-save-status): Remove unused variable.
2455
2456         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2457         (wl-folder-mode-map): Bind it to "x".
2458
2459 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2462
2463         * wl-thread.el (wl-thread-get-parent-list): Don't check
2464         disconnected ancestors, neglecting needless work in
2465         `wl-thread-update-indent-string-thread'.
2466
2467         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2468         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2469         argument, add argument default-keep to keep marks by default.
2470
2471         * Version number is increased to 2.11.30.
2472
2473         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2474         customization type and docstring.
2475         (wl-draft-reply-without-argument-list): Ditto.
2476
2477 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2478
2479         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2480
2481         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2482
2483 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2486
2487 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2490         save-excursion so as not to include run-hooks.
2491
2492 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2493
2494         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2495         Clarify that marks are going to be cleared.
2496
2497 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2500         according to 3rd element of wl-summary-flag-mark.
2501
2502         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2503
2504 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2505
2506         * wl-action.el (wl-summary-target-mark-all): Don't set
2507         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2508
2509 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2512         (wl-forward-subject-prefix): Ditto.
2513         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2514         (wl-draft-reply-make-subject): Ditto.
2515
2516         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2517         `wl-draft-forward'.
2518         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2519
2520 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2521
2522         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2523         target message does not exist.
2524
2525 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2526
2527         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2528         `wl-subject-prefix-regexp'.
2529         (wl-subject-forward-prefix-regexp): New variable.
2530         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2531         `wl-draft-strip-subject-re' and take regexp as argument.
2532         (wl-draft-forward): Use it.
2533         (wl-draft-reply): Ditto.
2534
2535 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2536
2537         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2538         emacs multi-tty support.
2539
2540 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2541
2542         * wl-e21.el (wl-e21-display-image-p): Don't call
2543         `display-images-p'.
2544         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2545         support.
2546         (wl-highlight-folder-current-line): Ditto.
2547         (wl-folder-init-icons): Ditto.
2548
2549 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2550
2551         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2552         the last line of summary in unplugged mode.
2553
2554 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2555
2556         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2557
2558 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2559
2560         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2561         * wl-address.el (wl-address-user-mail-address-p): Use it.
2562         (wl-address-delete-user-mail-addresses): Ditto.
2563         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2564
2565         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2566         (wl-address-delete-user-mail-addresses): Ditto.
2567
2568         * wl-address.el (wl-address-delete-user-mail-addresses): New
2569         function.
2570         * wl-refile.el (wl-refile-guess-by-history): Use it.
2571         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2572         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2573
2574         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2575         use wl-address-user-mail-address-p.
2576
2577 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2578
2579         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2580         after opening group.
2581
2582 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2585         of elmo-set-buffer-multibyte.
2586
2587         * wl-message.el (wl-original-message-mode): Ditto.
2588
2589         * wl-score.el (wl-score-insert-header): Ditto.
2590
2591         * wl-summary.el
2592         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2593         (wl-summary-goto-folder-subr): Ditto.
2594         (wl-summary-insert-headers): Ditto.
2595
2596         * wl-util.el (wl-set-string-width): Ditto.
2597
2598         * Version number is increased to 2.11.29.
2599
2600 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2601
2602         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2603         (wl-highlight-summary-line-help-echo-alist): New variable.
2604         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2605         into `wl-highlight-summary-line-help-echo' and
2606         `wl-highlight-flag-folder-help-echo'.
2607         (wl-highlight-summary-line-string): Change accordingly.
2608         (wl-highlight-summary-current-line): Ditto.
2609
2610 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2611
2612         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2613         at the beginning of field body (Thanks to Markus Knittig).
2614
2615         * wl-draft.el (wl-draft-insert-current-message): Also check
2616         summary buffer, remove unnecessary tag.
2617
2618 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2619
2620         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2621         when wl-message-buffer is nil.
2622
2623         * wl-folder.el (wl-folder): Abolish unused argument.
2624         Call wl-folder-init when wl-folder-entity is nil.
2625         * wl.el (wl): Change accordingly.
2626
2627 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2630         multibyte string before insert into draft buffer.
2631         (wl-draft-create-buffer): Always enable multibyte characters for
2632         draft buffer.
2633
2634         * Version number is increased to 2.11.28.
2635
2636 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-folder.el (wl-folder-open-close): Handle blank line.
2639         (wl-folder-jump-to-current-entity): Ditto.
2640
2641 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2642
2643         * Version number is increased to 2.11.27.
2644
2645 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2646
2647         * wl-thread.el (wl-thread-insert-message): When the thread is
2648         devided by wl-summary-max-thread-depth, insert line at the end of
2649         buffer.
2650
2651 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2652
2653         * Version number is increased to 2.11.26.
2654
2655 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2656
2657         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2658
2659 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2660
2661         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2662         value of stream-type and session.
2663
2664 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * Version number is increased to 2.11.25.
2667
2668 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2669
2670         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2671         in a quit message.
2672
2673 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2674
2675         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2676         (wl-summary-redisplay-no-mime-internal): Ditto.
2677
2678 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2679
2680         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2681         * wl-vars.el (wl-smtp-connection-type): Ditto.
2682
2683 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2684
2685         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2686         for the separator line and quote mail-header-separator.
2687
2688 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2689
2690         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2691         result message.
2692
2693         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2694         `elmo-multiple-fields-body-list' with boundary as
2695         mail-header-separator.
2696
2697 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2698
2699         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2700
2701 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-util.el (wl-list-diff): Remove unused function.
2704
2705         * wl-draft.el (wl-draft-send-confirm): Discard input before
2706         confirmation.
2707
2708 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2711         order of flag and new.
2712
2713 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-vars.el (wl-refile-policy-alist): Abolished.
2716
2717         * wl-action.el (wl-summary-set-action-refile): Follow the change
2718         above.
2719
2720 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * wl-highlight.el (wl-highlight-signature-search): Don't use
2723         re-search-backward for a long word since it is possible to crash
2724         XEmacs because of a bug.
2725
2726 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2727
2728         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2729
2730 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2733         argument for wl-summary-sync-force-update.
2734
2735 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-summary.el (wl-summary-mode-map): Revival of
2738         wl-summary-mark-as-important related bindings;
2739         Bind 'F','tF','mF','rF','m&'.
2740         (wl-summary-mark-as-important-region): Revival.
2741         (wl-summary-target-mark-mark-as-important): Ditto.
2742         (wl-summary-target-mark-operation): New function.
2743         (wl-summary-target-mark-mark-as-answered): Use it.
2744         (wl-summary-decide-flag): Don't set Important as default.
2745         (wl-summary-mark-as-important-internal): Revival.
2746         (wl-summary-mark-as-important): Ditto.
2747
2748         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2749
2750         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2751         instead of facep.
2752
2753 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2754
2755         * wl-dnd.el (wl-dnd-drop-func): Fix.
2756
2757         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2758         mouse-set-point instead of posn-point.
2759
2760         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2761
2762         * wl-mule.el (wl-completing-read-multiple): Ditto.
2763
2764 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2765
2766         * wl-demo.el (face-background-name): Defalias to avoid compile
2767         warning.
2768
2769 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2770
2771         * wl-summary.el (wl-summary-decide-flag): Use
2772         wl-completing-read-multiple instead of completing-read-multiple.
2773
2774         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
2775         New alias.
2776
2777         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2778         Use face-background-name instead of face-background.
2779
2780         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2781
2782         * wl-summary.el (wl-summary-save): Use it.
2783         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2784
2785         * wl-mime.el (wl-mime-save-content): Fix last change.
2786
2787 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2788
2789         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2790         New function.
2791         (wl-summary-sort-specs): Added sort.
2792         * wl-mime.el (wl-mime-save-content): Expand file name.
2793
2794 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2795
2796         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2797
2798         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2799
2800 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2803         for flag if it is not defined.
2804
2805 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2806
2807         * wl-e21.el (wl-highlight-folder-current-line): Use
2808         elmo-folder-type-internal when elmo-folder-type returns nil.
2809
2810         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2811
2812         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2813
2814         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2815
2816         * wl-e21.el (wl-summary-toolbar): Ditto.
2817
2818         * wl-vars.el (wl-demo-background-color): Abolished.
2819         (wl-summary-persistent-mark-priority-list): Renamed from
2820         wl-summary-flag-priority-list.
2821         (wl-summary-flag-alist): New user option.
2822         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2823         (wl-message-mode-line-format-spec-alist): Added 'F'.
2824         (wl-message-mode-line-format): Likewise.
2825         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2826         instead of wl-summary-important-mark.
2827         (wl-file-folder-icon): New variable.
2828
2829         * wl-thread.el (wl-thread-set-flags): Renamed from
2830         wl-thread-mark-as-important.
2831
2832         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2833         warning.
2834         (wl-summary-mode-menu-spec): Follow the change of
2835         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2836         (wl-summary-mode-map): Follow the change of
2837         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2838         (wl-summary-detect-mark-position): Follow the variable name change.
2839         (wl-summary-set-flags-region): New function for the replacement of
2840         wl-summary-mark-as-important-region.
2841         (wl-summary-sync-marks): Sync all global-flags.
2842         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2843         instead of elmo-message-flagged-p.
2844         (wl-summary-persistent-mark-string): Follow the variable name change;
2845         Put wl-summary-flag-mark if the message has global-flag.
2846         (wl-summary-target-mark-set-flags): Renamed from
2847         wl-summary-target-mark-mark-as-important.
2848         (wl-summary-decide-flag): New function.
2849         (wl-summary-set-flags-internal): Renamed from
2850         wl-summary-mark-as-important-internal.
2851         (wl-summary-add-flags-internal): New function.
2852         (wl-summary-remove-flags-internal): Ditto.
2853         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2854         (wl-summary-mark-as-unimportant): Abolish.
2855         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2856         (wl-summary-next-message): List flagged messages in the msgdb.
2857
2858         * wl-score.el (wl-summary-score-update-all-lines): Use
2859         wl-summary-add-flags-internal instead of
2860
2861         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2862
2863         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2864         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2865         (wl-message-buffer-require-all-header): Renamed from
2866         wl-message-buffer-all-header-flag (Ditto).
2867         (wl-message-buffer-flag-indicator): New variable.
2868         (wl-message-redisplay): Changed local varibale name from `flag' to
2869         `display-type'; Set up wl-message-buffer-flag-indicator.
2870         (wl-message-buffer-display): Changed varibale name from `flag' to
2871         `display-type'.
2872         (wl-message-display-internal): Likewise.
2873
2874         * wl-highlight.el (wl-highlight-demo-face): Define default background
2875         color.
2876         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2877
2878         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2879
2880         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2881         (wl-demo-setup-properties): Renamed from
2882         `wl-demo-set-background-color'.
2883         (wl-demo): Follow the change above.
2884
2885         * Version number is increased to 2.11.24.
2886
2887 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-summary.el (wl-summary-toggle-thread): Call
2890         `wl-summary-rescan' with disable-thread as non-nil.
2891         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2892
2893 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2896         foreground property of the face.
2897         (wl-demo-insert-text): Don't set up face property here.
2898         (wl-demo): Call wl-demo-set-background-color, anyway.
2899
2900 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2901
2902         * wl-vars.el (wl-demo-background-color): The value can be nil.
2903
2904 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2905
2906         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2907         to wl-summary-wheel-dispatcher.
2908
2909         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2910         wl-message-wheel-dispatcher.
2911         (wl-message-wheel-dispatcher): New function.
2912         (wl-summary-wheel-dispatcher): Ditto.
2913
2914 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2915
2916         * wl-action.el (wl-summary-target-mark-all): List messages which are
2917         not in the killed-list.
2918
2919         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2920         only when the folder is 'flag/important.
2921
2922         * wl-address.el (wl-complete-field-body): Complete if the last
2923         character is a space.
2924
2925 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-folder.el (wl-folder-clear-entity-info): Use
2928         elmo-clear-hash-val.
2929
2930         * wl-fldmgr.el (wl-fldmgr-rename): Set
2931         wl-folder-info-alist-modified as t.
2932
2933 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2934
2935         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2936
2937 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2938
2939         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2940         (wl-folder-buffer-last-visited-entity-id): New buffer local
2941         variable.
2942         (wl-folder-revisit-last-visited-folder): New function.
2943         (wl-folder-mode-map): Bind it to "C-i".
2944         (wl-folder-set-current-entity-id): Set last visited folder.
2945         * wl-summary.el (wl-summary-exit): Ditto.
2946
2947 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2950         before calling `recenter' in order to cope with an XEmacs bug.
2951
2952 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2953
2954         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2955         to the default value.
2956
2957 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2960         change.
2961         (wl-summary-sync-marks): Ditto.
2962         (wl-summary-mark-as-read-internal): Ditto.
2963         (wl-summary-mark-as-answered-internal): Ditto.
2964         (wl-summary-mark-as-important-internal): Ditto.
2965         (wl-summary-reply): Ditto.
2966
2967         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2968         instead of `elmo-folder-unflag-answered'.
2969
2970         * Version number is increased to 2.11.23.
2971
2972         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2973         the last change.
2974
2975 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2976
2977         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2978         Specify "spam" or "good".
2979
2980 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * wl-spam.el (wl-summary-exec-action-spam): Call
2983         wl-folder-confirm-existence for spam folder.
2984         (wl-spam-setup): Bind "mk".
2985
2986 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2989
2990 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2991
2992         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2993         destination folder is empty.
2994
2995 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2996
2997         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2998         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2999
3000         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
3001         (wl-summary-refile-prev-destination-region): New function.
3002         (wl-thread-refile-prev-destination): Ditto.
3003         (wl-summary-target-mark-refile-prev-destination): Ditto.
3004
3005 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
3006
3007         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
3008         (wl-demo-background-color): Changed default value.
3009
3010         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
3011         color.
3012
3013         * wl-demo.el (wl-demo-set-background-color): New function.
3014         (wl-demo): Call it.
3015
3016 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
3017
3018         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3019         * wl-address.el (wl-address-add-or-change): Don't add empty
3020         address.
3021
3022 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3023
3024         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3025
3026 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl-vars.el (wl-demo-image-filter-alist): New variable
3029         (wl-demo-background-color): Ditto.
3030
3031         * wl-demo.el (wl-demo-xpm-set-background): New function.
3032         (wl-demo-image-filter): Ditto.
3033         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3034
3035         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3036
3037         * wl-demo.el (wl-demo-icon-name): Define as function.
3038         (wl-demo-insert-image): Use it.
3039
3040 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3041
3042         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3043
3044 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3045
3046         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3047
3048 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3051
3052 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3053
3054         * wl-thread.el (wl-thread-mark-as-answered): New function.
3055
3056         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3057         answered" entry.
3058         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3059         "r&" and wl-thread-mark-as-answered to "t&".
3060         (wl-summary-mark-as-important-region): Refine to toggle mark.
3061         (wl-summary-mark-as-answered-region): New function.
3062         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3063         and 3rd argument.
3064         (wl-summary-mark-as-important-internal): Likewise.
3065
3066 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3067
3068         * wl-template.el (wl-template-preview): New internal variable.
3069         (wl-template-preview-p): New function.
3070         (wl-template-show): Bind `wl-template-preview' as t.
3071
3072 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3075         `elmo-message-entity-field' with 3rd argument which is non-nil.
3076
3077 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3078
3079         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3080         Removed duplicate local bind `folder'.
3081
3082 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3085
3086 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3087
3088         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3089         duplicate definition.
3090
3091 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3094         non-nil, use it; Don't fetch message if there's no message in the
3095         current cursor position.
3096
3097 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3098
3099         * wl-util.el (wl-region-exists-p): Use region-active-p.
3100         (wl-deactivate-region): New function.
3101         * wl-message.el (wl-message-redisplay): Deactivate region.
3102
3103         * wl-summary.el (wl-summary-reply): Call
3104         `wl-summary-set-message-buffer-or-redisplay' instead of
3105         `wl-summary-redisplay-internal', don't move point.
3106
3107 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3110         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3111         by regexp.
3112
3113 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3114
3115         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3116         if no need.
3117
3118 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119
3120         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3121         default value to nil.
3122         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3123         `wl-summary-prepare-hook'; Replace refile action to
3124         `wl-summary-exec-action-refile-with-register'.
3125
3126         * Version number is increased to 2.11.22.
3127
3128 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3129
3130         * wl-summary.el (wl-summary-detect-mark-position): Set
3131         `wl-summary-buffer-weekday-name-lang'.
3132
3133 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3134
3135         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3136         (wl-summary-mark-as-read-all): Ditto.
3137         (wl-summary-delete-messages-on-buffer): Ditto.
3138         (wl-summary-sync-update): Ditto.
3139         (wl-summary-mark-as-read-internal): Ditto.
3140         (wl-summary-mark-as-answered-internal): Ditto.
3141         (wl-summary-update-folder-info): Abolished.
3142
3143 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3144
3145         * wl-summary.el (wl-summary-mark-as-read-all): Use
3146         `wl-summary-update-folder-info' instead of
3147         `wl-folder-update-unread'.
3148
3149 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3150
3151         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3152         `wl-summary-folder-info-update'.
3153         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3154         instead of `wl-summary-folder-info-update'.
3155         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3156         `wl-folder-set-folder-updated'.
3157         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3158         instead of `wl-folder-update-unread'.
3159         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3160         the value of `wl-summary-buffer-unread-count' for the second parameter of
3161         `wl-folder-update-unread'.
3162
3163         * Version number is increased to 2.11.21.
3164
3165 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3166
3167         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3168         a local variable.
3169
3170 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3171
3172         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3173         interactively.
3174
3175         * wl-summary.el (wl-summary-mark-as-important-internal): New
3176         internal function.
3177         (wl-summary-mark-as-important): Use it.
3178         (wl-summary-mark-as-unimportant): New function.
3179         (wl-summary-sync-marks): Follow the API change.
3180
3181         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3182
3183         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3184
3185 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3186
3187         * wl-folder.el (wl-folder-update-unread): Re-indent.
3188         Narrow the scope of a local variable.
3189
3190 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3191
3192         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3193         (wl-addrmgr-merge-entries): Ditto.
3194         (wl-addrmgr): Added to address entry which exists in draft buffer
3195         if no entry is in original.
3196
3197 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-batch.el: New file.
3200
3201 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3202
3203         * wl-vars.el (wl-use-semi): Remove unused variable.
3204
3205 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3206
3207         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3208         "?".
3209
3210 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3213         wl-summary-new-mark.
3214         (wl-summary-new-cached-mark): New user option.
3215         (wl-summary-score-marks): Follow the change above.
3216         (wl-summary-auto-refile-skip-marks): Ditto.
3217         (wl-summary-incorporate-marks): Ditto.
3218         (wl-summary-expire-reserve-marks): Ditto.
3219
3220         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3221
3222         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3223         (wl-summary-persistent-mark-string): Distinguished between cached
3224         and uncached mark when the message is new.
3225
3226 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-spam.el (wl-spam-domain): Renamed from
3229         `wl-spam-folder-guess-domain'.
3230         (wl-summary-exec-action-spam): Register as spam if domain of the
3231         source folder is good.
3232         (wl-summary-exec-action-refile-with-register): Register message if
3233         domain of the source folder is not undecided.
3234
3235 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3236
3237         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3238         detect thread loop.
3239
3240 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3243         and wl-summary-skip-mark-list.
3244
3245 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3248
3249         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3250
3251         * wl-spam.el (toplevel): Require wl-highlight.
3252         (wl-spam-auto-check-policy-alist): Abolish.
3253         (wl-spam-auto-check-folder-regexp-list): New user option.
3254         (wl-spam-auto-check-marks): Ditto.
3255         (wl-spam-mark-action-list): Ditto.
3256         (wl-highlight-summary-spam-face): New face.
3257         (wl-spam-auto-check-message-p): New function.
3258         (wl-spam-map-spam-messages): Fixed message.
3259         (wl-spam-register-spam-messages): Ditto.
3260         (wl-spam-register-good-messages): Ditto.
3261         (wl-summary-spam-map): Add and remove keybind.
3262         (wl-summary-target-mark-spam): Abolish.
3263         (wl-summary-refile-spam): Ditto.
3264         (wl-summary-test-spam): New function.
3265         (wl-summary-mark-spam): Ditto.
3266         (wl-summary-auto-check-spam): Follow the above change.
3267         (wl-summary-exec-action-spam): New function.
3268         (wl-summary-exec-action-refile-with-register): Fixed message.
3269         (wl-message-check-spam): New function.
3270         (wl-spam-setup): Ditto.
3271         (toplevel): Call it if this file is loaded interactivity.
3272
3273         * Version number is increased to 2.11.20.
3274
3275 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3278         when new optional argument `force' is non nil or modified.
3279
3280 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * wl.el (toplevel): Require wl-spam when compile.
3283         (wl-save-status): Call wl-spam-save-status.
3284
3285         * wl-spam.el (wl-spam-register-spam-messages): New function.
3286         (wl-spam-register-good-messages): Ditto.
3287         (wl-spam-save-status): Ditto.
3288         (wl-summary-mode-map): Bind
3289         wl-summary-target-mark-register-as-spam to "ms" and
3290         wl-summary-target-mark-register-as-good to "mn".
3291         (wl-summary-register-as-spam): Abolish optional argument; Use
3292         wl-spam-register-spam-messages.
3293         (wl-summary-register-as-spam-all): Use
3294         wl-spam-register-spam-messages.
3295         (wl-summary-register-as-good): Abolish optional argument; Use
3296         wl-spam-register-good-messages.
3297         (wl-summary-register-as-good-all): Use
3298         wl-spam-register-good-messages.
3299         (wl-summary-target-mark-register-as-spam): New funtion.
3300         (wl-summary-target-mark-register-as-good): Ditto.
3301
3302 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3303
3304         * wl-spam.el: New file.
3305
3306 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3307
3308         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3309
3310         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3311         (wl-summary-auto-refile): Call wl-refile-guess with
3312         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3313
3314 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3315
3316         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3317         with disable-thread argument non-nil.
3318
3319 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-summary.el (wl-summary-rescan): Added optional argument
3322         disable-thread.
3323         (wl-summary-sync): Call wl-summary-rescan with argument
3324         disable-thread.
3325         (wl-summary-input-range): Added new range `rescan-thread'.
3326
3327 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3330
3331 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332
3333         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3334         internal variable.
3335         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3336         wl-summary-search-parent-by-subject-regexp and
3337         wl-summary-divide-thread-when-subject-changed as nil.
3338         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3339         (wl-summary-insert-thread): Search parent entity from
3340         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3341         thread loop.
3342
3343 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3346
3347         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3348
3349         * wl-util.el (wl-require-update-all-folder-p): New function.
3350         (wl-get-assoc-list-value): Added `function' to match directive.
3351         (wl-collect-draft): Rewrite.
3352
3353         * wl-summary.el (wl-summary-sync-update): Clear faces
3354         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3355         are non-nil.
3356         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3357         argument as function.
3358         (wl-summary-input-range): Ditto.
3359
3360         * wl-folder.el (wl-draft-get-folder): New function.
3361         (wl-folder-get-elmo-folder): Consider draft folder.
3362
3363         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3364         (wl-draft-buffer-message-number): New buffer local variable.
3365         (wl-draft-folder-internal): New internal variable.
3366         (wl-draft-delete): Rewrite.
3367         (wl-draft-save): Ditto.
3368         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3369         wl-folder-get-elmo-folder.
3370         (wl-draft-config-info-operation): Ditto.
3371         (wl-jump-to-draft-folder): Ditto.
3372         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3373         (wl-draft-reedit): Rewrite.
3374
3375         * Version number is increased to 2.11.19.
3376
3377 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3378
3379         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3380         variable.
3381
3382 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383
3384         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3385         Use ignore-errors instead of unwind-protect.
3386
3387 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3388
3389         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3390         for updating `wl-thread-entity-list'.
3391
3392 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3393
3394         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3395         parameter from calling `wl-thread-entity-get-older-brothers' and
3396         `wl-thread-entity-get-younger-brothers'.
3397         Replace nested `append' with a single one.
3398
3399 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-summary.el (wl-summary-mode): Don't use the return value of
3402         `make-local-hook'.
3403
3404 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3405
3406         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3407         instead of `let*'.
3408         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3409         of local variables.
3410
3411 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3414         Renamed from wl-summary-window-scroll-functions.
3415         (wl-summary-window-scroll-functions): Don't set to variable.
3416         (wl-summary-display-top): Use run-hooks.
3417         (wl-summary-display-bottom): Ditto.
3418         (wl-summary-toggle-disp-msg): Ditto.
3419         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3420         Use it instead of wl-summary-window-scroll-functions.
3421         (wl-summary-goto-folder-subr): Don't call
3422         wl-summary-window-scroll-functions, use
3423         wl-summary-buffer-window-scroll-functions instead.
3424
3425 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3428         make-local-variable.
3429
3430 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3431
3432         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3433         set-buffer-modified-p.
3434         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3435         (wl-summary-display-bottom): Ditto.
3436         (wl-summary-toggle-disp-msg): Ditto.
3437
3438 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3439
3440         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3441
3442         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3443         (wl-summary-forward): Use elmo-message-entity-field instead of
3444         elmo-message-field.
3445
3446         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3447
3448 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3449
3450         * wl-summary.el (wl-summary-window-scroll-functions): No use
3451         `append'.
3452
3453 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3454
3455         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3456         function.
3457         (wl-summary-window-scroll-functions): Call it when both
3458         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3459         (wl-summary-temp-mark): Added optional argument number.
3460         (wl-summary-message-mark): Added optional argument flag.
3461         (wl-summary-persistent-mark): Added optional argument number and flag.
3462         (wl-summary-update-persistent-mark): Ditto.
3463         (wl-summary-update-status-marks): Set "r" for interactive spec.
3464
3465         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3466         argument number and flag.
3467
3468         * wl-action.el (wl-summary-registered-temp-mark):
3469         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3470
3471 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3472
3473         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3474         internal variable (buffer local).
3475         (wl-summary-window-scroll-functions): New function.
3476         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3477         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3478         as nil.
3479         (wl-summary-update-status-marks): Added arguments beg, end and
3480         check.
3481         (wl-summary-update-mark-window): Use function.
3482         (wl-summary-sync-update): Follow the change above.
3483         (wl-summary-switch-to-clone-buffer): Copy
3484         wl-summary-buffer-unsync-mark-number-list.
3485         (wl-summary-goto-folder-subr): Set
3486         wl-summary-buffer-unsync-mark-number-list and
3487         use wl-summary-window-scroll-functions instead of
3488         wl-summary-lazy-highlight.
3489
3490         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3491
3492 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3493
3494         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3495
3496         * wl-summary.el (wl-summary-update-persistent-mark): Call
3497         wl-summary-set-message-modified.
3498
3499         * wl-summary.el (wl-summary-sync-update): Don't call
3500         wl-summary-update-status-marks.
3501
3502         * Version number is increased to 2.11.18.
3503
3504 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3505
3506         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3507         (wl-message-next-page): Ditto.
3508
3509 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3510
3511         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3512         local variable.  Change the order of a collected list into the
3513         same as the specified range.  Remove nil from a collected list.
3514
3515 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3516
3517         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3518         argument for elmo-folder-list-messages.
3519
3520 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3521
3522         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3523         change (wl-summary-count-unreads return a list instead of a cons
3524         cell).
3525
3526 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3527
3528         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3529         `wl-summary-folder-info-update'.
3530
3531 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-summary.el (wl-summary-set-message-modified): No use
3534         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3535         (wl-summary-set-mark-modified): Abolish.
3536         (wl-summary-mark-modified-p): Ditto.
3537         (wl-summary-save-view): Follow the change above.
3538
3539         * wl-expire.el (wl-summary-expire): Likewise.
3540
3541 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-summary.el (wl-summary-detect-mark-position): Use
3544         modb-entity-handler.
3545         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3546
3547         * Version number is increased to 2.11.17.
3548
3549 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3552         entity field value.
3553         (wl-summary-prefetch-msg): Ditto.
3554         (wl-summary-print-message-with-ps-print): Ditto.
3555
3556 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3557
3558         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3559         for dummy entity.
3560         (wl-summary-insert-thread): Use elmo-message-entity-field.
3561         (wl-summary-update-thread): Use elmo-message-entity-field and
3562         elmo-message-entity-number.
3563         (wl-summary-line-number):  Use elmo-message-entity-number.
3564         (wl-summary-line-size): Use elmo-message-entity-field.
3565         (wl-summary-line-subject): Ditto.
3566         (wl-summary-line-from): Ditto.
3567         (wl-summary-line-attached): Ditto.
3568         (wl-summary-create-line): Ditto.
3569         (wl-summary-create-line): Use elmo-message-entity-number.
3570         (wl-summary-print-message-with-ps-print): Use
3571         elmo-message-entity-field.
3572
3573 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3576         change in elmo-msgdb-make-message-entity.
3577         (wl-summary-buffer-set-folder): Don't call
3578         wl-summary-detect-mark-position here.
3579         (wl-summary-rescan): Call elmo-message-entity-number.
3580         (wl-summary-sync-update): Ditto.
3581         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3582
3583         * wl-score.el (wl-score-header-index): Redefine 2th element.
3584         (wl-score-overview-entity-get-extra): Abolish.
3585         (wl-score-ov-entity-get): Rewrite.
3586         (wl-score-string-index<, wl-score-string-func<): Abolish.
3587         (wl-score-string<): New function.
3588         (wl-score-string-sort): Use it.
3589
3590         * wl-refile.el (wl-refile-guess-by-history): Use
3591         elmo-message-entity-field.
3592         (wl-refile-guess-by-from): Ditto.
3593         (wl-refile-guess-by-msgid): Ditto.
3594
3595         * Version number is increased to 2.11.16.
3596
3597 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3598
3599         * wl-folder.el (wl-folder-confirm-existence): Don't call
3600         file-exists-p if msgdb-path is nil.
3601         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3602         `wl-read-folder-hist' to `wl-read-folder-history'.
3603
3604 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3605
3606         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3607         `y-or-n-p'.
3608
3609 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3610
3611         * wl-score.el (wl-score-headers): Don't use
3612         elmo-folder-do-each-message-entity.
3613
3614         * Version number is increased to 2.11.15.
3615
3616 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3617
3618         * wl-summary.el (wl-summary-delete-all-msgs): Use
3619         elmo-folder-move-messages instead of elmo-folder-delete-messages
3620         and elmo-folder-detach-messages.
3621         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3622
3623         * wl-expire.el (wl-expire-delete): Ditto.
3624         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3625
3626 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3627
3628         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3629         (wl-message-header-narrowing-fields): Ditto.
3630         (wl-message-header-narrowing-lines): Ditto.
3631         (wl-message-header-narrowing-string): Ditto.
3632
3633         * wl-summary.el (wl-summary-mode-map): Bind
3634         wl-summary-toggle-header-narrowing to "C-cC-f".
3635         (wl-summary-toggle-header-narrowing): New function.
3636
3637         * wl-message.el (wl-message-buffer-create): Call
3638         wl-message-header-narrowing-setup.
3639         (wl-message-redisplay): Call wl-message-header-narrowing.
3640         (wl-message-header-narrowing): New function.
3641         (wl-message-header-narrowing-map): New keymap.
3642         (wl-message-header-narrowing-widen-map): New keymap.
3643         (wl-message-header-narrowing-again-at-mouse): New function.
3644         (wl-message-header-narrowing-1): Ditto.
3645         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3646         (wl-message-header-narrowing-setup): Ditto.
3647         (wl-message-header-narrowing-toggle): Ditto.
3648
3649         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3650
3651         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3652         'flag as all.
3653         (wl-use-flag-folder-help-echo): New user option.
3654
3655         * wl-summary.el (wl-summary-detect-mark-position): Bind
3656         wl-summary-highlight as nil.
3657         (wl-summary-set-mark-modified): Follow the API change.
3658         (wl-summary-mark-modified-p): Ditto.
3659         (wl-summary-mark-as-read-all): Ditto.
3660         (wl-summary-sync-marks): Don't call
3661         elmo-folder-list-messages-with-global-mark.
3662         (wl-summary-mark-as-read-internal): Follow the API change.
3663         (wl-summary-mark-as-answered-internal): Ditto.
3664         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3665         Follow the API change.
3666         (wl-summary-create-line): Call with number argument.
3667         (wl-summary-reply): Follow the API change.
3668
3669         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3670         function.
3671         (wl-highlight-summary-line-string): Call it when
3672         wl-use-flag-folder-help-echo is non-nil.
3673         (wl-highlight-summary-current-line): Ditto.
3674         (elmo-flag-folder-referrer): Added autoload setting.
3675
3676         * wl-draft.el (wl-draft-kill): Follow the API change.
3677
3678         * Version number is increased to 2.11.14.
3679
3680 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3683
3684 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * Version number is increased to 2.11.13.
3687
3688 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3689
3690         * wl-draft.el (wl-draft-previous-history-element): Fixed
3691         unbalanced parenthesis and bind unbound local variables.
3692
3693 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3694
3695         * wl-draft.el (wl-draft-previous-history-element): New function.
3696         (wl-draft-next-history-element): Ditto.
3697         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3698         them to M-p and M-n.
3699
3700 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3701
3702         * Version number is increased to 2.11.12.
3703
3704 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3705
3706         * wl-draft.el (wl-draft-hide): Select buffer-window.
3707
3708 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3709
3710         * wl-summary.el (wl-summary-narrow-to-region): New function.
3711         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3712         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3713         (wl-summary-save-region): Use it.
3714         * wl-action.el (wl-summary-collect-numbers-region)
3715         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3716
3717 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * wl-folder.el (wl-folder-count-incorporates): Don't use
3720         `elmo-msgdb-mark-load'
3721
3722         * Version number is increased to 2.11.11.
3723
3724 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3725
3726         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3727         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3728
3729 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3732
3733 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3734
3735         * Version number is increased to 2.11.10.
3736
3737 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3738
3739         * wl-mime.el (wl-draft-attribute-value): Fixed.
3740
3741 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3742
3743         * wl-util.el (wl-copy-local-variables): New function.
3744
3745         * wl-mime.el (wl-draft-attribute-recipients): New function.
3746         (wl-draft-attribute-envelope-from): Ditto.
3747         (wl-draft-attribute-smtp-posting-server): Ditto.
3748         (wl-draft-attribute-smtp-posting-port): Ditto.
3749         (wl-draft-attribute-value): Ditto.
3750         (wl-draft-preview-message): Use it to get value for
3751         attributes. Reflect result of `wl-draft-config'.
3752
3753         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3754         and call `wl-summary-mark-as-read' before to call
3755         `wl-summary-unset-mark'.
3756         (wl-summary-target-mark-mark-as-unread): Likewise.
3757         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3758
3759 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-mime.el (wl-draft-preview-message): Use actual value for
3762         attributes; Fix for small window.
3763
3764 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * wl-refile.el (wl-refile-get-field-value): Call
3767         `elmo-message-entity-field' with 3rd argument is non-nil.
3768
3769 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-vars.el (wl-draft-preview-attributes): New user option.
3772         (wl-draft-preview-attributes-list): Ditto.
3773         (wl-draft-preview-attributes-buffer-lines): Ditto.
3774         (wl-draft-preview-attributes-buffer-name): Ditto.
3775
3776         * wl-mime.el (wl-draft-preview-message): Display attributes.
3777
3778 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3779
3780         * wl-summary.el (wl-summary-detect-mark-position): Bind
3781         wl-summary-flag-priority-list to '(new).
3782
3783 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3784
3785         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3786         funtion.
3787         (wl-highlight-summary-line-string): Use it.
3788         (wl-highlight-summary-current-line): Ditto.
3789
3790 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3793         line even when the mark string is not changed.
3794
3795         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3796         argument change in the wl-summary-create-line.
3797         (wl-thread-insert-entity-sub): Ditto.
3798
3799         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3800         argument change in the wl-summary-create-line.
3801         (wl-summary-insert-sequential): Ditto.
3802         (wl-summary-update-thread): Ditto.
3803         (wl-summary-persistent-mark-string): New inline function.
3804         (wl-summary-message-mark): Use it.
3805         (wl-summary-create-line): Abolish argument wl-persistent-mark
3806         and added wl-flags, wl-cached.
3807
3808         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3809         mark to flags.
3810         (wl-highlight-summary-current-line): Decide the face not by the
3811         persistent mark but flags.
3812
3813 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3814
3815         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3816         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3817         wl-summary-read-uncached-mark): Revive.
3818         (wl-summary-answered-cached-mark,
3819         wl-summary-answered-uncached-mark): New user option.
3820         (wl-summary-score-marks): Follow the change above.
3821         (wl-summary-auto-refile-skip-marks): Ditto.
3822         (wl-summary-incorporate-marks): Ditto.
3823         (wl-summary-expire-reserve-marks): Ditto.
3824         (wl-summary-flag-priority-list): New user option.
3825
3826         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3827         changes.
3828         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3829         of elmo-message-mark.
3830         (wl-summary-mark-as-read-internal): Ditto.
3831         (wl-summary-mark-as-answered): Ditto.
3832         (wl-summary-mark-as-important): Ditto.
3833         (wl-summary-redisplay-internal): Ditto.
3834         (wl-summary-redisplay-no-mime-internal): Ditto.
3835         (wl-summary-message-mark): New function.
3836         (wl-summary-insert-sequential): Use wl-summary-message-mark
3837         instead of elmo-message-mark.
3838         (wl-summary-update-thread): Ditto.
3839         (wl-summary-persistent-mark): Ditto.
3840         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3841         instead of elmo-message-mark.
3842
3843         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3844         wl-summary-message-mark instead of elmo-message-mark.
3845         (wl-thread-insert-entity-sub): Ditto.
3846         (wl-thread-get-children-msgs-uncached): Ditto.
3847
3848         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3849         variable name changes.
3850         (wl-highlight-summary-current-line): Ditto.
3851
3852         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3853         wl-summary-message-mark instead of elmo-message-mark.
3854
3855         * wl-expire.el (wl-expire-message-p): Ditto.
3856
3857         * wl-score.el (wl-score-headers): Ditto.
3858
3859         * Version number is increased to 2.11.9.
3860
3861         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3862         (wl-summary-sync-update): Follow the change above.
3863         (wl-summary-switch-to-clone-buffer): Ditto.
3864         (wl-summary-open-folder): Ditto.
3865
3866 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3867
3868         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3869         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3870
3871         * Version number is increased to 2.11.8.
3872
3873         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3874
3875         * wl-expire.el (wl-expire-refile): Follow the API change on
3876         `elmo-folder-move-messages'.
3877         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3878
3879         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3880         (wl-summary-exec-action-refile): Ditto.
3881         (wl-summary-exec-action-copy): Ditto.
3882         (wl-summary-no-auto-refile-message-p): No use
3883         `wl-summary-buffer-msgdb'.
3884         (wl-summary-auto-refile): Ditto.
3885
3886 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3887
3888         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3889
3890 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3891
3892         * wl-summary.el (wl-summary-sync): Treat no-sync.
3893
3894         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3895         (wl-default-sync-range): Ditto.
3896
3897 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3898
3899         * wl-refile.el (wl-refile-subject-learn): Call
3900         `elmo-message-entity-field' with 3rd argument is non-nil.
3901         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3902         instead of `elmo-msgdb-overview-entity-get-subject'.
3903
3904 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3907         scan-type is rescan.
3908         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3909         new optional argument force is non-nil.
3910         (wl-summary-save-view-cache): Call it with force argument non-nil.
3911
3912         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3913
3914 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-action.el (wl-summary-print-argument): Fixed last change.
3917
3918 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3919
3920         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3921         simplified.
3922         (wl-summary-target-mark-mark-as-unread): Likewise.
3923         (wl-summary-target-mark-mark-as-important): Likewise.
3924
3925 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3926
3927         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3928         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3929         (wl-summary-mark-as-important-region): Change accordingly.
3930         (wl-summary-target-mark-mark-as-important): Ditto.
3931
3932 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3933
3934         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3935
3936         * wl-action.el (wl-summary-print-argument): Print argument to
3937         right side of window if `wl-summary-print-argument-within-window'
3938         is non-nil.
3939
3940 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * wl-action.el (wl-summary-set-mark): Use
3943         `wl-summary-message-visible-p' to check visibility of the message
3944         and jump to message only when the message line is visible and have
3945         different number; Call wl-summary-unset-mark with number argument.
3946         (wl-summary-unset-mark):
3947         Use `wl-summary-message-visible-p'
3948         to check visibility of the message and jump to message only when
3949         the message line is visible and have different number;
3950
3951 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3952
3953         * Version number is increased to 2.11.7.
3954
3955         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3956         and wl-folder-summary-line-format.
3957
3958         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3959         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3960         (wl-summary-set-score-mark): Use it.
3961         (wl-summary-target-mark-mark-as-read): Ditto.
3962         (wl-summary-target-mark-mark-as-unread): Ditto.
3963         (wl-summary-target-mark-mark-as-important): Ditto.
3964         (wl-summary-target-mark-msgs): Simplified.
3965         (wl-summary-detect-mark-position): Fixed problem when
3966         summary-line-format no contain persisten/temp mark spec.
3967         (wl-summary-temp-mark): Ditto.
3968         (wl-summary-persistent-mark): Ditto.
3969         (wl-summary-update-persistent-mark): Ditto.
3970
3971         * wl-action.el (wl-summary-set-mark): Ditto.
3972         (wl-summary-unset-mark): Ditto.
3973         All other related portions are changed.
3974
3975 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3976
3977         * Version number is increased to 2.11.6.
3978
3979 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3980
3981         * wl-util.el (wl-current-message-buffer): Define as function;
3982         Don't use the value of wl-messge-buffer.
3983
3984         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3985         persistent mark.
3986
3987         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3988         no current message, cause an error.
3989
3990 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3991
3992         * wl-summary.el (wl-summary-set-message-modified): Use
3993         elmo-folder-set-message-modified instead of
3994         elmo-folder-set-message-modified-internal.
3995
3996 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3997
3998         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3999         interactively.
4000         (wl-summary-sync): nokill->entirely.
4001         (wl-summary-sync-marks): Fixed message.
4002         (wl-summary-input-range): Added mark, nokill->entirely.
4003
4004         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
4005         messages as read.
4006
4007 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
4010         update-noscore.
4011         (wl-summary-sync): Follow the change above.
4012
4013 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4014
4015         * wl-action.el (wl-summary-target-mark-all): Use
4016         elmo-folder-list-messages.
4017
4018 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4019
4020         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4021         (wl-summary-rescan): Set wl-summary-scored as nil.
4022         (wl-summary-sync-force-update): Follow the change above.
4023         (wl-summary-sync): Ditto.
4024         (wl-summary-sync-update): Added argument disable-killed.
4025         (wl-summary-insert-headers): Set visible-only argument for
4026         elmo-folder-list-messages.
4027         (wl-summary-input-range): Added update-nokill, update-noscore,
4028         all-nokill, all-noscore and mark.
4029
4030         * Version number is increased to 2.11.5.
4031
4032         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4033
4034 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4035
4036         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4037         (wl-summary-prefetch-region-no-mark): Change accordingly.
4038         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4039
4040 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4041
4042         * wl-address.el (wl-complete-field-to): Abolished.
4043         (wl-complete-address): Completion function for completing-read.
4044         * wl-action.el (wl-summary-get-resend-address): Use it.
4045
4046         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4047         wl-summary-update-mark and abolish unused argument.
4048         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4049         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4050         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4051         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4052         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4053         * wl-draft.el (wl-draft-kill): Ditto.
4054
4055         * wl-summary.el: Remove unused binding of case-fold-search.
4056         (wl-summary-replace-status-marks): Abolished.
4057
4058 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4061         is specified or folder length is zero.
4062
4063 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4064
4065         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4066         (wl-folder-archive-current-entity): Ditto.
4067
4068 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4071         retrieving message mark.
4072         (wl-summary-redisplay-internal): Ditto.
4073
4074         * wl-message.el (wl-message-buffer-display): Ignore errors while
4075         retrieving message-id field.
4076
4077         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4078         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4079         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4080         order of the arguments for `wl-expire-message-p'.
4081         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4082
4083         * wl-summary.el (wl-summary-target-mark-reply-with-citation):
4084         Check return value of wl-summary-reply.
4085         (wl-summary-reply): Recover window configuration when an error occured.
4086
4087 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4088
4089         * wl-summary.el (wl-summary-resend-message): Abolished, the
4090         feature is inherited by wl-summary-resend (put resend mark).
4091
4092 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4093
4094         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4095         wl-message-buffer to nil when the message is hide.
4096
4097 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4098
4099         * .cvsignore: New file.
4100
4101 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4102
4103         * wl-action.el (wl-summary-action-docstring): Add more info.
4104         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4105         duplicate definition.
4106         (wl-summary-define-mark-action): Functions wl-summary-*-region
4107         keep current position.
4108         (wl-summary-unregister-target-mark): Store result to the variable.
4109
4110 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * Version number is increased to 2.11.4.
4113
4114 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4117         wl-summary-delete-all-temp-marks.
4118         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4119
4120         * wl-action.el (wl-summary-set-mark): Changed terminology
4121         refile-destination -> action-argument.
4122         (wl-summary-unset-mark): Ditto.
4123         (wl-summary-remove-argument): Ditto.
4124         (wl-summary-print-argument): Ditto.
4125
4126         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4127         (wl-thread-remove-argument-region): Ditto.
4128         (wl-thread-print-argument-region): Ditto.
4129         (wl-thread-close): Ditto.
4130         (wl-thread-open): Ditto.
4131
4132         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4133         (wl-highlight-refile-destination-face is abolished)
4134         (wl-highlight-action-argument-string): Ditto.
4135         (wl-highlight-summary-current-line): Highlight action argument.
4136
4137         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4138         color for light backgrounds.
4139         (wl-highlight-summary-answered-face): Ditto.
4140
4141 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4144
4145         * wl-score.el (wl-summary-score-update-all-lines): Use
4146         wl-summary-set-mark.
4147         (wl-summary-score-update-all-lines): Kill expunged messages.
4148
4149         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4150
4151 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4154         directly.
4155         (wl-score-overview-entity-get-lines): Ditto.
4156         (wl-score-overview-entity-get-xref): Ditto.
4157         (wl-score-get-latest-msgs): Ditto.
4158         (wl-summary-rescore): Ditto.
4159
4160         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4161         to "&".
4162         (wl-summary-mark-as-answered-internal): New inline function.
4163         (wl-summary-mark-as-answered): New function.
4164         (wl-summary-mark-as-unanswered): Ditto.
4165         (wl-summary-sync-marks): Modified for answered-mark synching.
4166
4167 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4168
4169         * wl-action.el (wl-summary-set-mark): Fixed last change.
4170
4171 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4172
4173         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4174         behavior of wl-summary-unread-message-hook
4175         (Pointed out by akira yamada <akira@arika.org>).
4176
4177 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4178
4179         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4180         wl-summary-delete.
4181         * wl-xmas.el (wl-summary-toolbar): Ditto.
4182
4183         * wl-action.el (wl-summary-set-mark): Don't override current
4184         temp-mark.
4185
4186         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4187
4188 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4191         (wl-refile-msgid-learn): Ditto.
4192         (wl-refile-get-field-value): Ditto.
4193
4194         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4195
4196         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4197         (wl-expire-delete-reserved-messages): Renamed from
4198         wl-expire-reserve-marked-msgs-from-list.
4199         (wl-expire-delete): Removed argument `msgdb'.
4200         (wl-expire-refile): Ditto.
4201         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4202         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4203         mark-alist as argument.
4204         (wl-expire-archive-number1): Removed argument `msgdb'.
4205         (wl-expire-archive-number2): Ditto.
4206         (wl-expire-archive-date): Ditto.
4207         (wl-expire-localdir-date): Ditto.
4208         (wl-expire-hide): Ditto.
4209         (wl-archive-number1): Ditto.
4210         (wl-archive-number2): Ditto.
4211         (wl-archive-date): Ditto.
4212         (wl-archive-folder): Ditto.
4213         All other related portions are changed.
4214
4215 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4216
4217         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4218         mean move up and down. (suggested by Takashi Kawachi)
4219
4220 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4221
4222         * wl-acap.el (toplevel): Don't require un-define.
4223
4224 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4225
4226         * wl-thread.el (wl-thread-delete-message): Always update
4227         wl-summary-buffer-number-list.
4228
4229         * wl-action.el (wl-summary-print-destination):
4230         Do nothing when folder is nil.
4231
4232 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4233
4234         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4235         persistent mark when prefetch is succeeded.
4236
4237 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4240         instead of elmo-msgdb-delete-msgs.
4241         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4242         (wl-expire-hide): Ditto.
4243
4244         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4245
4246         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4247         elmo-msgdb interface.
4248         (wl-thread-get-exist-children): Likewise.
4249         (wl-thread-insert-message): Likewise.
4250         (wl-thread-msg-mark-as-important): Likewise.
4251         (wl-thread-insert-entity-sub): Likewise.
4252         (wl-thread-get-children-msgs-uncached): Likewise.
4253
4254         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4255         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4256         (wl-summary-sync-update): Likewise.
4257         (wl-summary-auto-select-msg-p): Likewise.
4258         (wl-summary-update-thread): Likewise.
4259         (wl-summary-mark-as-important): Likewise.
4260         (wl-summary-jump-to-msg-internal): Likewise.
4261         (wl-summary-redisplay-internal): Likewise.
4262         (wl-summary-print-message-with-ps-print): Likewise.
4263         (wl-summary-folder-info-update): Likewise.
4264
4265         * wl-folder.el (wl-folder-check-one-entity):
4266         elmo-folder-count-flags instead of wl-summary-count-unread.
4267
4268         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4269
4270         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4271
4272         * wl-summary.el (wl-summary-set-message-modified):
4273         Call wl-summary-set-mark-modified.
4274         (wl-summary-delete-messages-on-buffer): Call
4275         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4276         (wl-summary-sync-update): Call elmo-folder-length instead of
4277         elmo-folder-messages.
4278         (wl-summary-insert-headers): Don't call
4279         elmo-folder-list-message-entities.
4280
4281 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4282
4283         * wl-action.el (wl-summary-define-mark-action): Call
4284         `wl-summary-set-mark' with argument `data'.
4285         (wl-summary-auto-refile): Fixed order of arguments when call
4286         `wl-summary-refile'.
4287
4288 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4291
4292         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4293
4294         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4295         (Renamed from wl-highlight-summary-deleted-face).
4296         (wl-highlight-summary-resend-face): New face.
4297
4298         (wl-highlight-summary-deleted-face): Renamed from
4299         wl-highlight-summary-erased-face.
4300
4301         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4302
4303         * wl-action.el (wl-summary-get-resend-address): New function.
4304         (wl-summary-exec-action-resend): Ditto.
4305         (wl-summary-exec-action-resend-subr): Ditto.
4306
4307         * w-thread.el (wl-thread-copy): Removed definition.
4308         (wl-thread-refile): Ditto.
4309         (wl-thread-delete): Ditto.
4310         (wl-thread-target-mark): Ditto.
4311
4312         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4313         (wl-summary-target-mark-set-action): Fixed.
4314         (wl-summary-define-mark-action): Fixed quotation.
4315         (wl-summary-move-mark-list-messages): Display message.
4316         (wl-summary-define-mark-action): Define thread functions.
4317         (wl-summary-exec-action-refile): Changed message.
4318         (wl-summary-exec): Ditto.
4319
4320 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4321
4322         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4323         '%%'.
4324
4325 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl.el (toplevel): Require wl-action.
4328         (wl-init): Call wl-summary-define-mark-action.
4329
4330         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4331
4332         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4333         wl-summary-delete and wl-summary-erase.
4334         (wl-summary-mode-map): Ditto.
4335
4336         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4337         wl-delete-folder-alist.
4338
4339         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4340         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4341         (toplevel): Moved mark & action related functions to the wl-action.el.
4342
4343         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4344         in wl-summary-mark-action-list.
4345         (wl-highlight-summary-current-line): Ditto.
4346
4347         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4348         empty lines.
4349
4350         * wl-action.el: New file.
4351
4352 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * wl-summary.el (wl-summary-target-mark-replace): New function.
4355         (wl-summary-target-mark-prefetch): Use it.
4356         (wl-summary-target-mark-delete): Ditto.
4357         (toplevel): Rearranged definition order.
4358         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4359         (wl-summary-target-mark-erase): Rewrite.
4360         (wl-summary-erase-region): New function.
4361         (wl-summary-exec-action-erase): Changed message.
4362         (wl-summary-move-mark-list-messages): New function.
4363         (wl-summary-exec-action-delete): Use it.
4364         (wl-summary-exec-action-erase): Ditto.
4365
4366         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4367         (wl-summary-skip-mark-list): Added "d".
4368
4369         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4370         while searching.
4371
4372         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4373         and define using defcustom;
4374         Define 4th element as a face.
4375
4376         * wl-summary.el (wl-summary-incorporate): Use
4377         `wl-summary-prefetch-region-no-mark' instead of
4378         `wl-summary-prefetch-region'.
4379         (wl-summary-prefetch-region-no-mark): Revival of old
4380         `wl-summary-prefetch-region'.
4381         (wl-summary-mark-action-list): Moved to wl-vars.el
4382
4383         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4384         face according to the `wl-summary-mark-action-list'.
4385         (wl-highlight-summary-current-line): Ditto;
4386         Removed destination highlighting.
4387
4388         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4389         (wl-highlight-summary-line-string): Highlight for "i" mark.
4390         (wl-highlight-summary-current-line): Ditto.
4391
4392         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4393         no destination.
4394
4395         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4396         exists, just go ahead.
4397         (wl-summary-prefetch-region): Rewrite.
4398         (wl-summary-prefetch): Ditto.
4399         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4400         (wl-summary-exec-action-prefetch): New function.
4401         (wl-summary-target-mark-prefetch): Rewrite.
4402
4403 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4404
4405         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4406         (wl-highlight-summary-line-string): Added "d" and "D".
4407         (wl-highlight-summary-current-line): Ditto.
4408
4409         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4410         in wl-summary.el.
4411         (wl-thread-insert-entity-sub): Ditto.
4412         (wl-thread-remove-destination-region): Ditto.
4413         (wl-thread-print-destination-region): Ditto.
4414
4415         * wl-summary.el (wl-summary-buffer-refile-list,
4416         wl-summary-buffer-delete-list,
4417         wl-summary-buffer-copy-list): Abolish.
4418         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4419         All other related portions are changed.
4420         (wl-summary-mark-action-list): New variable.
4421         (wl-summary-set-mark): New function.
4422         (wl-summary-register-target-mark): Ditto.
4423         (wl-summary-unregister-target-mark): Ditto.
4424         (wl-summary-have-target-mark-p): Ditto.
4425         (wl-summary-register-temp-mark): Ditto.
4426         (wl-summary-unregister-temp-mark): Ditto.
4427         (wl-summary-registered-temp-mark): Ditto.
4428         (wl-summary-collect-temp-mark): Ditto.
4429         (wl-summary-unset-mark): Ditto.
4430         (wl-summary-set-target-mark): Ditto.
4431         (wl-summary-unset-target-mark): Ditto.
4432         (wl-summary-set-action-generic): Ditto.
4433         (wl-summary-unset-action-generic): Ditto.
4434         (wl-summary-exec-action-delete): Ditto.
4435         (wl-summary-exec-action-erase): Ditto.
4436         (wl-summary-set-action-refile): Ditto.
4437         (wl-summary-set-action-refile-subr): Ditto.
4438         (wl-summary-unset-action-refile): Ditto.
4439         (wl-summary-make-destination-numbers-list): Ditto.
4440         (wl-summary-exec-action-refile): Ditto.
4441         (wl-summary-set-action-copy): Ditto.
4442         (wl-summary-unset-action-copy): Ditto.
4443         (wl-summary-exec-action-copy): Ditto.
4444         (wl-summary-collect-numbers-region): Ditto.
4445         (wl-summary-delete): Rewrite.
4446         (wl-summary-erase): Ditto.
4447         (wl-summary-remove-destination): Ditto.
4448         (wl-summary-exec): Ditto.
4449         (wl-summary-exec-region): Ditto.
4450         (wl-summary-target-mark-erase): Ditto.
4451         (wl-summary-refile): Ditto.
4452         (wl-summary-copy): Ditto.
4453         (wl-summary-unmark): Ditto.
4454         (wl-summary-delete-all-mark): Ditto.
4455         (wl-summary-mark-line): Don't highlight.
4456         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4457         (wl-summary-target-mark-refile-subr): Rewrite.
4458
4459         (wl-summary-copy-prev-destination): Abolish.
4460
4461 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4462
4463         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4464         default values along the value of wl-on-mule.
4465         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4466         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4467         It is not used anywhere.
4468
4469 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4470
4471         * wl-summary.el (wl-summary-print-destination): Keep position.
4472         (wl-summary-cursor-move-surface): Keep horizontal position.
4473
4474 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4475
4476         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4477         write sendlog.
4478
4479 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4480
4481         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4482         `wl-summary-highlight'.
4483
4484 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4485
4486         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4487         trivial condition for temp-mark.
4488
4489 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4490
4491         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4492         when it hits killed buffer.
4493
4494 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4495
4496         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4497         * wl-news.el.in: `message' and `error' take format string.
4498
4499 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4500
4501         * wl-folder (wl-folder-insert-entity): Display a message,
4502         `...done', when the work finish.
4503         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4504
4505 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4506
4507         * wl-message.el (wl-message-redisplay): Remove unused local
4508         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4509
4510 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4511
4512         * wl-summary.el (wl-summary-replace-status-marks): Disable
4513         interactive use.
4514         (wl-summary-reedit): Check message existence at first.
4515         (wl-summary-mark-line): Fix doc, return value is indefinite.
4516
4517         * wl-highlight.el (wl-highlight-message): Arranged.
4518
4519         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4520         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4521         check temp-mark by wl-summary-temp-mark always.
4522         (wl-highlight-summary): Change accordingly.
4523         * wl-summary.el (wl-summary-mark-as-read-all)
4524         (wl-summary-delete-cache, wl-summary-set-score-mark)
4525         (wl-summary-mark-as-unread, wl-summary-unmark)
4526         (wl-summary-mark-line, wl-summary-mark-as-read)
4527         (wl-summary-mark-as-important): Ditto.
4528
4529         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4530         end of the window if possible.
4531         * wl-summary.el (wl-summary-sync-update): Support lazy
4532         highlighting.
4533         (wl-summary-toggle-disp-msg): Ditto.
4534
4535 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4536
4537         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4538
4539 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4540
4541         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4542         change.
4543
4544 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4545
4546         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4547         API.
4548         (wl-summary-sync-update): Ditto.
4549
4550         * wl-score.el (wl-score-get-score-alist): Changed argument.
4551         (wl-summary-rescore-msgs): Likewise.
4552         (wl-summary-score-headers): Likewise.
4553         (wl-score-headers): Likewise;
4554         Use elmo-folder-do-each-message-entity, etc.
4555         (wl-summary-score-effect): Follow the changes above.
4556         (wl-summary-rescore): Ditto.
4557         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4558         (wl-score-get-overview): Abolish.
4559
4560         * wl-summary.el (wl-summary-default-from): Follow the API change in
4561         elmo-msgdb.
4562         (wl-summary-count-unread): Ditto.
4563         (wl-summary-detect-mark-position): Ditto.
4564         (wl-summary-overview-entity-compare-by-date): Ditto.
4565         (wl-summary-overview-entity-compare-by-number): Ditto.
4566         (wl-summary-overview-entity-compare-by-from): Ditto.
4567         (wl-summary-overview-entity-compare-by-subject): Ditto.
4568         (wl-summary-get-list-info): Ditto.
4569         (wl-summary-rescan): Ditto.
4570         (wl-summary-jump-to-msg-by-message-id): Ditto.
4571         (wl-summary-sync-update): Ditto; Removed comment.
4572         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4573         (wl-summary-insert-message): Use wl-summary-insert
4574         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4575         (wl-summary-insert-headers): Changed argument overview to folder.
4576         (wl-summary-search-by-subject): Likewise.
4577         (wl-summary-insert-thread): Renamed from
4578         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4579
4580         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4581         too.
4582
4583         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4584         wl-string-member.
4585
4586 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4587
4588         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4589         elmo-folder-append-buffer.
4590         (wl-draft-queue-append): Likewise.
4591
4592         * wl-mime.el (wl-message-delete-current-part): Ditto.
4593         (wl-summary-burst-subr): Ditto.
4594
4595         * wl-news.el.in (wl-news-send-news): Ditto.
4596
4597 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4598
4599         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4600         function.
4601         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4602         (wl-summary-update-mark): Enclose with save-excursion.
4603         (wl-summary-mark-as-read-internal): Fixed last change.
4604         (wl-summary-mark-as-important): Use 3rd argument of
4605         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4606         Don't use elmo-msgdb-set-mark.
4607         (wl-summary-redisplay-internal): If msgdb flag is already read,
4608         just update the mark on buffer.
4609
4610 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4611
4612         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4613         cut visible folder when elmo-folder-delete returns non-nil value.
4614
4615 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4616
4617         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4618         by Kenichi OKADA <okada@opaopa.org>).
4619
4620 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4621
4622         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4623
4624 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4625
4626         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4627         Fixed the last change, search group entity by its real name.
4628         (Thanks to: KOBAYASHI Shinji)
4629
4630 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4631
4632         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4633         (wl-fldmgr-access-display-all): Don't refer visible name.
4634         * wl-expire.el (wl-folder-archive-current-entity)
4635         (wl-folder-expire-current-entity): Ditto.
4636         * wl-folder.el (wl-folder-jump-to-current-entity)
4637         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4638         (wl-folder-open-folder-sub,wl-folder-open-all)
4639         (wl-folder-write-current-folder): Ditto.
4640         (wl-folder-insert-entity): Don't use petname for normal group.
4641         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4642         is the real name.
4643         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4644         Abolished.
4645
4646 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4647
4648         * wl-draft.el (wl-draft-create-buffer): Add
4649         `wl-summary-reply-with-citation'
4650
4651 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4652
4653         * wl-draft.el (wl-draft-reply): Fixed.
4654
4655 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4658         when `wl-draft-send-confirm-with-preview' is non-nil.
4659         You can scroll up/down by j/k.
4660         (wl-draft-send-confirm-with-preview): New variable (default=t).
4661
4662 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4665         (wl-fldmgr-save-folders): Fix comment.
4666
4667 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4670         along the last change in `wl-folder-buffer-group-p'.
4671
4672 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4673
4674         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4675         folder.
4676
4677         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4678         the default value.
4679
4680         * wl-mime.el (wl-summary-burst): Update summary only when target
4681         folder equals current folder.
4682
4683 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4684
4685         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4686
4687 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4688
4689         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4690         value.
4691
4692 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4695         `map-extents' instead of `extent-at' repeatedly.
4696         (wl-highlight-folder-current-line): Ditto.
4697
4698         * wl-highlight.el: Remove useless dummy functions.
4699
4700 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4703         (wl-folder-put-folder-property): New function to put text property.
4704         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4705         (wl-folder-insert-entity, wl-folder-update-diff-line)
4706         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4707         * wl-e21.el, wl-xmas.el, wl-mule.el
4708         (wl-highlight-folder-current-line): Ditto.
4709         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4710         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4711         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4712         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4713
4714 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * Version number is increased to 2.11.3.
4717
4718 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4719
4720         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4721         Resume current-buffer since it is assumed by remaining tasks.
4722
4723 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4726         (wl-folder-completion-function): Abolished.
4727         (wl-folder-complete-folder): New function.
4728         (wl-folder-complete-filter-condition): Ditto.
4729         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4730         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4731
4732 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4733
4734         * wl-draft.el (wl-draft-send-confirm): New function.
4735         (wl-draft-send): Use it.
4736
4737         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4738         cursor-in-echo-area while confirming.
4739
4740         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4741
4742         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4743         searching via nntp if wl-summary-search-via-nntp is 'force.
4744         Otherwise, invoke searching in nntp folder only.
4745         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4746
4747         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4748         explicitly for mime-make-text-tag.
4749
4750 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4751
4752         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4753         `mime-make-text-tag' instead of `mime-create-tag'.
4754
4755 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4758         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4759
4760 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-score.el (wl-score-save): Bind print-length and print-level.
4763         (wl-score-pretty-print): Ditto.
4764         (wl-score-edit-insert-header-entry): Ditto.
4765
4766         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4767         "From" entry to be treated with wl-draft-eword-encode-address-list.
4768         * wl-mime.el (wl-draft-preview-message): Ditto.
4769
4770         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4771         (wl-summary-mark-as-unread): Ditto.
4772         (wl-summary-mark-as-read-region): Change accordingly.
4773         (wl-summary-mark-as-unread-region): Ditto.
4774         (wl-summary-target-mark-mark-as-read): Ditto.
4775         (wl-summary-target-mark-mark-as-unread): Ditto.
4776
4777 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * Version number is increased to 2.11.2.
4780
4781 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-news.el.in (wl-news-previous-version-save): Bind
4784         print-length and print-level.
4785         * wl-thread.el (wl-thread-save-entities): Ditto.
4786         (wl-thread-save-top-list): Bind print-length.
4787
4788 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-highlight.el (wl-highlight-summary-line-string): Use
4791         wl-summary-score-below-mark, wl-summary-score-over-mark.
4792         (wl-highlight-summary-current-line): Ditto.
4793
4794 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4797         insert it.
4798
4799 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4800
4801         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4802
4803 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4806         message without msgid.
4807         Rewrite with elmo-folder-move-messages.
4808         Set wl-message-buffer to nil.
4809
4810         * wl-summary.el (wl-summary-erase-subr): New function. Use
4811         elmo-folder-move-messages.
4812         (wl-summary-erase): Call it.
4813         (wl-summary-target-mark-erase): Ditto.
4814
4815 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4818         it is not up-tp-date.
4819
4820 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4823         buffer after calling `wl-summary-goto-folder-subr' without the
4824         argument `interactive'.
4825         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4826
4827 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4828
4829         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4830         `mime-create-tag'. Use `string=' instead of `looking-at'.
4831
4832 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4835         to avoid compile warning.
4836
4837         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4838         entity-id when folder is given.
4839         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4840         save-excursion, use save-selected-window instead.
4841         Select folder buffer window if exists.
4842         (To correct behavior with wl-folder-move-cur-folder.)
4843
4844 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4845
4846         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4847
4848 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4849
4850         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4851         list-count instead of %d.
4852
4853 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4856         (wl-news): Set it.
4857         (wl-news-append-to-folder): Use it.
4858
4859         * wl-news.el.in (wl-news-send-news): Append to specified folder
4860         instead of wl-default-folder.
4861         (wl-news-append-to-folder): Show error message with specified folder.
4862
4863         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4864                 In most major modes, Emacs assumes that any opening
4865                 delimiter found at the left margin is the start of a
4866                 top-level definition, or defun. Therefore, *never put an
4867                 opening delimiter at the left margin unless it should have
4868                 that significance.*
4869
4870         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4871
4872 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4873
4874         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4875
4876 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4877
4878         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4879
4880 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4881
4882         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4883         for sequential numbering case.
4884
4885 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4888         value.
4889         (wl-draft-reply-without-argument-list): Ditto.
4890         (wl-draft-reply-myself-with-argument-list): Abolish.
4891         (wl-draft-reply-myself-without-argument-list): Ditto.
4892         * wl-draft.el (wl-draft-self-reply-p): New function.
4893         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4894
4895 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4898         (avoid error for the case without byte-compiling)
4899
4900 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-news.el.in (wl-news-append-to-folder): New function.
4903         (wl-news-exit): Rewrite.
4904         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4905
4906 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-draft.el (wl-draft-reply-position): New function.
4909         (wl-draft-reply-position): Fix.
4910         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4911         (wl-summary-target-mark-reply-with-citation): Ditto.
4912         (wl-summary-reply-with-citation): Ditto.
4913         * wl-vars.el (wl-draft-reply-default-position): New variable.
4914
4915 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4916
4917         * wl-draft.el (wl-draft-send): Preview when interactive send.
4918
4919 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4920
4921         * wl-draft.el (wl-draft-reply): Set default position.
4922         * wl-summary.el (wl-summary-reply): Ditto.
4923         (wl-summary-reply-with-citation): Ditto.
4924         (wl-summary-target-mark-reply-with-citation): Ditto.
4925
4926 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4927
4928         * wl-news.el.in (wl-news-lang): Set default value according to
4929         current-language-environment.
4930         (wl-news-append-news): Do nothing when news-list is nil.
4931
4932 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4935         (wl-news): Change message.
4936         (wl-news-exit): Check buffer.
4937         (wl-news-force-exit): New function.
4938         (wl-news-show-all): New function.
4939         (wl-news-discard-and-exit): Fix.
4940
4941 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4944         according to current-language-environment.
4945
4946         * wl-news.el.in (wl-news): If arg, show all NEWS after
4947         wl-news-default-previous-version.
4948
4949 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-news.el.in (wl-news-check): Rewritten.
4952         (wl-news-previous-version-load): Change data type.
4953         (wl-news-previous-version-save): Change data type.
4954         (wl-news-append-news): Add return value.
4955         (wl-news-check-news): New function.
4956         (wl-news-already-current-p): New function.
4957         (wl-news-send-news): Rewritten.
4958         (wl-news-mode-map): Add new keybind.
4959         (wl-news): Rewritten.
4960         (wl-news-exit): Rewritten.
4961         (wl-news-discard-and-mail): New function.
4962         (wl-news-send-to-address): Abolished.
4963         * wl.el (wl-init): Delete a message.
4964
4965 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-news.el.in (wl-news-exit): Update previous version.
4968         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4969
4970 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4971
4972         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4973
4974 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4975
4976         * wl-news.el.in (wl-news): New function.
4977         (wl-news-mode): New function.
4978         (wl-news-next-line): New function.
4979         (wl-news-next-page): New function.
4980         (wl-news-exit): New function.
4981         (wl-news-buf-name): New variable.
4982         (wl-news-mode-map): New variable.
4983         (wl-news-winconf): New variable.
4984         (wl-news-append-news): Add an option.
4985
4986 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4987
4988         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4989
4990 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4991
4992         * wl-news.el.in (wl-news-send-to-address): New variable.
4993         (wl-news-send-news): Use it.
4994         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4995         Return updating status.
4996         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4997
4998 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-news.el.in (wl-news-send-news): Delete
5001         Organization and X-Face.
5002
5003 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
5006         (wl-news-append-news): New function.
5007         (wl-news-send-news): New function.
5008
5009 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5010
5011         * Version number is increased to 2.11.1.
5012
5013 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5014
5015         * wl-news.el.in : New file.
5016
5017 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5018
5019         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5020         default value.
5021         (wl-draft-reply-without-argument-list): Ditto.
5022
5023 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5024
5025         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5026         (wl-message-buffer-prefetch-idle-time): Ditto.
5027         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5028
5029 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-thread.el (wl-thread-insert-message): Use
5032         wl-summary-max-thread-depth.
5033
5034         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5035         loop detection.
5036
5037         * wl-message.el (wl-message-buffer-display): Back to the first page
5038         when cache is hit.
5039
5040 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5041
5042         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5043
5044         * wl-summary.el (wl-summary-insert-thread-entity):
5045         If the thread depth is reached to wl-summary-max-thread-depth,
5046         divide the thread.
5047
5048 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5051         for elmo-remove-passwd.
5052
5053 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5056         folder is sticky.
5057         (wl-folder-mark-as-read-all-entity): Ditto.
5058         (wl-folder-prefetch-entity): Ditto.
5059
5060 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5061
5062         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5063
5064 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5065
5066         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5067         Delete messages on buffer for unplugged operation.
5068         (wl-summary-erase): Ditto.
5069
5070 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5071
5072         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5073         take nil so as not to search parent by subject.
5074
5075 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5078         (wl-folder-get-next-folder): Ditto.
5079         (wl-folder-get-path): Ditto.
5080
5081 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5084         system and encode the region with it before verifying.
5085
5086 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5089         system of the echo buffer before decoding.
5090
5091 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5092
5093         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5094         original contents.
5095
5096 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5099         with argument 'any-exists.
5100
5101 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5104         Use `wl-cs-autoconv'.
5105
5106 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5109         by `mime-view-automatic-conversion'.
5110
5111         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5112         (wl-message-verify-pgp-nonmime): Ditto.
5113         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5114         Bind them to C-c:d and C-c:v respectively.
5115
5116         Merge following code by Teranishi-san from [wl-en:00167].
5117         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5118         (wl-mime-preview-application/pgp-encrypted): Ditto.
5119         (wl-mime-setup): Add entry.
5120
5121 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-summary.el (wl-summary-target-mark-erase): New function.
5124         Bind it to "mD".
5125
5126 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-vars.el (wl-draft-write-file-function): Fix.
5129         (wl-draft-reedit-hook): Changed default value.
5130
5131         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5132         wl-draft-reedit-hook.
5133         (wl-draft-remove-text-plain-tag): New function.
5134         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5135
5136         * wl-vars.el (wl-draft-write-file-function): New user option.
5137
5138         * wl-draft.el (wl-draft-prepare-edit): Use it for
5139         local-write-file-hooks.
5140         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5141
5142         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5143         (wl-draft-insert-mail-header-separator): Return the body beginning
5144         point.
5145         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5146         text/plain.
5147         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5148
5149 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * wl-summary.el (wl-summary-erase): New function to erase message
5152         without moving it to trash. Bind to "D".
5153
5154         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5155         as `keep' unless switch-function.
5156
5157 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5160         message buffer by using `wl-summary-toggle-disp-msg'.
5161         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5162         buffer window.
5163         (wl-summary-supresedes-message): Ditto.
5164
5165         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5166         Do not delete other windows.
5167         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5168         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5169         (wl-draft-create-buffer): Set reply-or-forward also for target
5170         mark commands.
5171
5172 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-draft.el (wl-user-agent-compose): Delete special case for
5175         switch-to-buffer-other-window.
5176
5177         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5178         (wl-summary-forward): Ditto.
5179
5180         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5181         function.
5182         (wl-draft-buffer-style): New use option.
5183
5184         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5185         (wl-draft): Follow the change above.
5186         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5187         wl-draft-buffer-style.
5188         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5189         switch-function.
5190
5191 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5192
5193         * wl-address.el (wl-address-make-completion-entry): Extracted from
5194         `wl-address-make-completion-list'.
5195         (wl-address-enable-strict-loading): New variable.
5196         (wl-address-make-completion-list): Revive petname duplication
5197         inquiry, and enable it if `wl-address-enable-strict-loading'.
5198         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5199
5200 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-message.el (wl-message-get-original-buffer): Avoid
5203         'Selecting deleted buffer' error when original buffer is killed.
5204
5205 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-summary.el (wl-summary-next-message): Use
5208         elmo-message-accessible-p instead of elmo-message-cached-p.
5209
5210 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5211
5212         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5213
5214         * wl-thread.el (wl-thread-open-all-unread): Use
5215         elmo-folder-list-flagged instead of
5216         elmo-folder-list-messages-mark-match.
5217
5218         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5219         instead of elmo-folder-list-messages-mark-match.
5220         (wl-summary-move-spec-alist): New variable.
5221         (wl-summary-move-spec-plugged-alist,
5222         wl-summary-move-spec-unplugged-alist): Abolish.
5223         (wl-summary-next-message): Follow the change above.
5224         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5225         with 'no-msg' argument.
5226
5227         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5228         variable.
5229         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5230         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5231         (wl-message-buffer-prefetch-get-next): Follow the change above.
5232
5233 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-version.el (wl-version): Changed codename.
5236
5237         * Version number is increased to 2.11.0.
5238
5239 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5240
5241         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5242         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5243         `wl-draft-config-variables'.
5244         (wl-draft-kill): Fixed problem when the draft is reedit.
5245
5246 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5249         buffer-modified status (Thanks to
5250         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5251
5252 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5253
5254         * wl-util.el (wl-region-exists-p): New function.
5255
5256         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5257         Remove defvars for byte-compile warnings.
5258
5259 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5260
5261         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5262         defvar-maybe. Removed unused bind.
5263
5264 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5265
5266         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5267         summary buffer window before creating new frame.
5268         (wl-draft-reply): Ditto.
5269
5270 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5271
5272         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5273
5274 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5277
5278 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5279
5280         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5281         instead of `kill-region'.
5282
5283 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5286         (wl-highlight-summary-line-string): Use it.
5287         (wl-highlight-summary-current-line): Ditto.
5288
5289         * wl-mime.el (wl-message-delete-current-part): Check the class of
5290         mime-entity.
5291
5292         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5293
5294         * wl-summary.el (wl-summary-make-number-list): Initialize.
5295         (wl-summary-update-mark): New function.
5296         (wl-summary-reply): Put `answered' mark on the message.
5297         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5298
5299         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5300         (wl-draft-reply): Added optional argument `number';
5301         Set wl-draft-parent-number.
5302         (wl-draft-kill): Delete answered mark if it is a reply.
5303
5304 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5307         that originates in mime-preview-follow-current-entity.
5308         (wl-draft-yank-current-message-entity): Use it if region is active.
5309
5310         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5311         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5312         `wl-message-delete-current-part'.
5313         * wl-mule.el (wl-message-define-keymap): Ditto.
5314         * wl-xmas.el (wl-message-define-keymap): Ditto.
5315
5316 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5317
5318         * wl-mime.el (wl-message-delete-current-part): New function.
5319         (wl-mime-node-id-to-string): Ditto.
5320
5321         * wl-mime.el (wl-message-delete-current-part): Use existing
5322         original buffer which corresponds current mime-view buffer.
5323         (fetched buffer might have different structure, possibly)
5324
5325         * wl-mime.el (wl-message-delete-current-part): Quit if the
5326         message content differs from the actual message.
5327
5328 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5329
5330         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5331         order.
5332         (wl-summary-search-by-subject): Search parent message from tail;
5333         Check the existence of the parent message on the current thread tree.
5334         (wl-summary-update-thread): Check whether the line is inserted.
5335
5336 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5337
5338         * wl-vars.el (wl-summary-line-format): Undo last change.
5339         * wl-summary.el (wl-summary-print-destination): Do not put
5340         invisible property when `wl-summary-width' is nil.
5341         (wl-summary-line-subject-minimum-length): Abolished.
5342         (wl-summary-line-subject): Ditto.
5343
5344 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5345
5346         * wl-vars.el (wl-summary-line-format): Change default value.
5347         (wl-summary-subject-length-limit): Abolished.
5348         * wl-summary.el (wl-summary-line-subject): Ditto.
5349
5350 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5351
5352         * wl-template.el (wl-template-select): Added optional argument.
5353         If optional argument is specified, reverse
5354         `wl-template-visible-select'.
5355
5356 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5357
5358         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5359         Take prefix argument to force asking the destination folder.
5360
5361 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5362
5363         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5364         count and update status.
5365
5366 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-summary.el (wl-summary-redisplay-internal): If
5369         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5370         after fetching.
5371
5372 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5373
5374         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5375         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5376
5377         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5378
5379 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5382         (All other related portions are changed).
5383         (wl-summary-mark-as-read-all): Rewrite.
5384
5385 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5388         `wl-summary-mark-as-read'.
5389         (wl-summary-mark-as-unread): Rewrite.
5390         (wl-summary-mark-as-read): Added no-modeline argument.
5391         (wl-summary-resume-cache-status): Rewrite.
5392         (wl-summary-exec-subr): Remove unused local variable.
5393
5394 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5395
5396         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5397         logic to call `wl-summary-buffer-prev-folder-function'.
5398         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5399
5400 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5403         is nil.
5404
5405 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5406
5407         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5408         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5409         (wl-mime-setup): Add its entry.
5410
5411 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5414         (wl-summary-delete-cache): Likewise.
5415         (wl-summary-mark-as-read): Rewrite.
5416
5417 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5420         `wl-summary-count-unread'.
5421
5422         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5423
5424         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5425
5426 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5427
5428         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5429         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5430         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5431         Renamed to the elmo-msgdb-*-mark.
5432         (wl-summary-score-marks): Follow the change above.
5433         (wl-summary-auto-refile-skip-marks): Ditto.
5434         (wl-summary-incorporate-marks): Ditto.
5435         (wl-summary-expire-reserve-marks): Ditto.
5436
5437         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5438         changes.
5439         (wl-thread-insert-top): Changed updating message.
5440
5441         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5442         variable.
5443         (wl-summary-count-unread): Count answered marks.
5444         (wl-summary-rescan): Call wl-summary-insert-message instead of
5445         wl-summary-append-message-func-internal.
5446         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5447         (wl-summary-prefetch-msg): Follow the variable name changes.
5448         (wl-summary-prefetch-region): Ditto.
5449         (wl-summary-mark-as-read-all): Follow the API changes;
5450         Don't call elmo-folder-replace-marks.
5451         (wl-summary-delete-cache): Follow the variable name changes.
5452         (wl-summary-resume-cache-status): Ditto.
5453         (wl-summary-update-status-marks): New function.
5454         (wl-summary-insert-message): New function.
5455         (wl-summary-sync-marks): Follow the variable name changes.
5456         (wl-summary-sync-update): Synchronize to the msgdb, too;
5457         Changed update messages.
5458         (wl-summary-make-number-list): Rewrite.
5459         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5460         (wl-summary-mark-as-unread): Follow the API changes.
5461         (wl-summary-exec-subr): Follow the variable name changes.
5462         (wl-summary-mark-as-read): Ditto.
5463         (wl-summary-move-spec-plugged-alist): Ditto.
5464         (wl-summary-move-spec-unplugged-alist): Ditto.
5465         (wl-summary-cursor-move-surface): Ditto.
5466
5467         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5468         variable name changes.
5469         (wl-highlight-summary-current-line): Ditto.
5470
5471         * wl-expire.el (wl-expire-refile): Follow the API change in
5472         elmo-folder-move-messages.
5473         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5474         (wl-summary-archive): Use elmo-folder-msgdb instead of
5475         elmo-msgdb-load.
5476
5477 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl-mime.el (wl-draft-preview-message): Restore the position
5480         before evaluating wl-draft-send-hook in preview buffer.
5481
5482 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5483
5484         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5485         when it creates new draft buffer.
5486
5487         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5488         without argument.
5489
5490         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5491         Evaluate content and if the value is string, insert it.
5492         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5493         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5494         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5495         wl-draft-config-sub-part-bottom): Use it.
5496
5497         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5498         with the folder name. The question was unintelligible when it is
5499         called from wl-save-status.
5500
5501 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5504         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5505         cannot take second argument).
5506
5507 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5510         as t. Since type and subtype are not case sensitive (RFC 2045).
5511
5512 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5513
5514         * wl-vars.el (wl-message-mode-line-format): New variable.
5515         (wl-message-mode-line-format-spec-alist): Ditto.
5516         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5517         (wl-message-redisplay): Use wl-message-mode-line-format.
5518
5519 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5522
5523 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-summary.el (wl-summary-default-from): Write description.
5526
5527 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-vars.el (wl-ldap-objectclass): Abolish.
5530
5531         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5532         (wl-ldap-make-filter): Removed condition for objectclass.
5533         (wl-ldap-make-matched-value-list): Remove meaningless process.
5534         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5535         (wl-address-ldap-search): Don't add `*' to `pat' string;
5536         use ignore-errors; added `email';
5537         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5538         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5539         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5540
5541
5542 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5543
5544         * wl-draft.el (wl-draft-parent-folder): Write description.
5545         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5546
5547 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5548
5549         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5550         as "" (zero-length string) if no parent.
5551         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5552
5553 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl-address.el (wl-address-make-completion-list): Skip duplication
5556         checking.
5557         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5558         `append'.
5559
5560 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5561
5562         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5563         instead of `beginning-of-buffer'.
5564
5565 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5568
5569 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5572         Refer wl-message-buffer-name.
5573         (wl-message-wheel-down): Ditto.
5574
5575 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5576
5577         * wl-vars.el (wl-message-buffer-name): New user option.
5578
5579         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5580         directly instead of making alist dinamically.
5581
5582         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5583         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5584         wl-message-buffer-cache-name.
5585         (wl-message-buffer-cache-clean-up): Ditto.
5586
5587         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5588
5589         * Version number is increased to 2.9.15.
5590
5591 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5592
5593         * wl-vars.el (wl-summary-default-view-alist): New user option.
5594
5595         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5596
5597         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5598         while deleting address.
5599         (wl-draft-delete-myself-from-cc): Ditto.
5600
5601         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5602         If optional argument is specified, reverse sort order.
5603
5604         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5605
5606 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5607
5608         * wl-thread.el (wl-thread-insert-message): Return parent number if
5609         exists.
5610         (wl-thread-update-indent-string-region): Use
5611         wl-thread-update-line-on-buffer-sub instead of
5612         wl-thread-update-line-on-buffer.
5613
5614 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5615
5616         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5617         (wl-folder-close-all): Ditto.
5618
5619 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5620
5621         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5622         and mailing-list:.
5623         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5624         value.
5625         (wl-summary-line-list-info): Print mailing-list name even when
5626         list-number is empty.
5627
5628 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5629
5630         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5631
5632         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5633         (wl-draft-open-file): Ditto.
5634         (wl-draft-random-alphabet): Ditto.
5635
5636         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5637         bindings.
5638
5639 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5640
5641         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5642         * wl-vars.el (wl-draft-config-alist): Ditto.
5643
5644 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5645
5646         * Version number is increased to 2.9.14.
5647
5648         * wl.el (wl): Don't set wl-init as nil when error occured while
5649         auto-checking folders.
5650
5651         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5652         `elmo-expand-newtext'.
5653
5654 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5657         `this-command' so that `wl-folder-goto-folder' contained in
5658         `wl-summary-keep-cursor-command' work.
5659
5660 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5661
5662         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5663         message buffer displaying state.
5664
5665 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5666
5667         * wl-vars.el (wl-summary-default-view): New variable to specify
5668         default value for `wl-summary-buffer-view' instead of using
5669         set-default.
5670         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5671
5672 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5675
5676         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5677
5678 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5679
5680         * wl-vars.el (wl-forward-subject-prefix): New variable.
5681         * wl-draft.el (wl-draft-forward): Use it.
5682
5683 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5684
5685         * wl-message.el (wl-message-prev-page): When it is called without
5686         lines argument, scroll down by wl-message-scroll-amount lines.
5687         (wl-message-next-page): Ditto.
5688         * wl-vars.el (wl-message-scroll-amount): Change default value
5689         to preserve current behavior.
5690
5691 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5692
5693         * wl-summary.el (wl-summary-prefetch-msg): Bind
5694         `wl-message-entity' to call `wl-summary-from-function'.
5695
5696 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5697
5698         * wl-message.el (wl-message-buffer-create): Run
5699         wl-message-buffer-created-hook.
5700
5701 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-summary.el (wl-summary-sort-specs): New variable.
5704         (wl-summary-default-sort-spec): Ditto.
5705         (wl-summary-sort): Rewrite.
5706         (wl-summary-sort-by-list-info): New function.
5707
5708 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5709
5710         * wl-summary.el (wl-summary-get-list-info): New function.
5711         (wl-summary-sort): Rewrite.
5712         (wl-summary-line-list-info): Ditto.
5713         (wl-summary-line-list-count): Ditto.
5714         (wl-summary-refile-region): Fixed docstring.
5715
5716 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5717
5718         * wl-summary.el (wl-summary-read-folder): Use copy-sequence
5719         `wl-folder-entity-hashtb' as completion table.
5720
5721 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5724         only when this command is called interactively; silence the byte-
5725         compiler.
5726
5727 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5728
5729         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5730         active in XEmacs.
5731
5732 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5733
5734         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5735         plural lines.
5736
5737 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5740         of current line when the cursor is on the header name.
5741         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5742
5743 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5744
5745         * wl-util.el (wl-read-directory-name): Return displayed directory
5746         as the default value also on XEmacs.
5747
5748 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5749
5750         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5751         formatting.
5752
5753 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5756         argument and when it is non-nil, check face property before
5757         highlighting for each line.
5758         (wl-highlight-summary-window): Set it.
5759
5760 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5763         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5764
5765         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5766         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5767         (wl-draft-get-fcc-list): Likewise.
5768
5769 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5772         (wl-thread-entity-cur): Ditto.
5773         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5774         wl-thread-indent-regexp setting.
5775         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5776
5777         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5778         wl-summary-lazy-highlight.
5779         (wl-summary-display-bottom): Ditto.
5780
5781         * wl-thread.el (wl-thread-open-close): Likewise.
5782
5783         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5784         from and subject;
5785         Bind wl-draft-use-frame;
5786         Enclose with save-window-excursion;
5787         Use wl-draft-create-buffer instead of with-temp-buffer;
5788         Use wl-draft-prepare-edit;
5789         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5790         Use wl-draft-send instead of wl-draft-raw-send.
5791
5792 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5795         of using wl-from.
5796
5797 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5800         insert-buffer instead of clone-buffer.
5801         (wl-draft-doing-mime-bcc): New variable.
5802         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5803         infinite loop.
5804         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5805
5806         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5807         (wl-draft-mime-bcc-body): Ditto.
5808
5809         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5810         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5811         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5812         wl-draft-do-mime-bcc.
5813         (wl-draft-mime-bcc-field): New function.
5814         (wl-draft-do-mime-bcc): Ditto.
5815
5816         * wl-address.el (wl-address-complete-header-list): New variable.
5817         (wl-address-complete-header-regexp): Changed default value.
5818
5819         * Version number is increased to 2.9.13.
5820
5821 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5824         it is differed.
5825
5826 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5827
5828         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5829         (wl-summary-line-list-count): Ditto.
5830
5831 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5832
5833         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5834         (wl-nntp-posting-function): New variable.
5835         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5836         `wl-nntp-posting-config-alist'.
5837
5838 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5839
5840         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5841         FLIM.
5842
5843 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5844
5845         * wl-summary.el (wl-summary-target-mark-refile-sub):
5846         Remove a nuisance funcall.
5847
5848 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5849
5850         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5851         as t for `try-completion'.
5852
5853 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-summary.el (wl-summary-default-from): Use
5856         wl-address-header-extract-address instead of
5857         std11-extract-address-components.
5858         (wl-summary-simple-from): Ditto.
5859         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5860         (wl-summary-insert-headers): Show message.
5861         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5862         for whole line.
5863         (wl-summary-default-from): Revert last change.
5864         (wl-summary-simple-from): Ditto.
5865         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5866         (wl-summary-mark-as-read-region): Follow the change above.
5867         (wl-summary-sync-marks): Ditto.
5868         (wl-summary-target-mark-mark-as-read): Ditto.
5869         (wl-summary-redisplay-internal): Ditto.
5870         (wl-summary-redisplay-no-mime-internal): Ditto.
5871         (wl-summary-redisplay-all-header): Ditto.
5872         (wl-summary-mark-as-read): Removed argument `cached';
5873         Use current cache status to set cache mark.
5874         (wl-summary-redisplay-internal): Follow the change above.
5875         (wl-summary-redisplay-no-mime-internal): Ditto.
5876         (wl-summary-redisplay-all-header): Ditto.
5877
5878         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5879
5880         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5881         Don't call itself recursively (Adviced by Yamaoka-san).
5882
5883 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5884
5885         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5886         bind wl-summary-highlight as nil to avoid error caused by missing
5887         local variables.
5888
5889 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5890
5891         * wl-vars.el (wl-invalid-character-message): New user option.
5892
5893         * wl-util.el (wl-set-string-width): If truncated string-width is
5894         larger than specified width, use `wl-invalid-character-message'.
5895
5896 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5897
5898         * wl-summary.el (wl-summary-prefetch-msg):
5899         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5900
5901 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5902
5903         * wl-vars.el (wl-summary-check-line-format): New user option.
5904         (wl-summary-line-format-file): Ditto.
5905
5906         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5907         variable.
5908         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5909         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5910         and `wl-summary-view-old-p' to check whether do a rescan or not.
5911         (wl-summary-view-old-p): New function.
5912         (wl-summary-line-format-changed-p): Ditto.
5913         (wl-summary-line-format-save): Ditto.
5914         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5915
5916         * wl-util.el (wl-set-string-width): Avoid using negative number
5917         for make-string.
5918
5919 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5920
5921         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5922         return value.
5923
5924         * wl-util.el (wl-set-string-width): Added optional argument
5925         `padding' (All other related portions are changed).
5926         (wl-line-parse-format): If the first letter of column number is
5927         `0', zero-padding the result (ex: "%05l").
5928
5929         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5930
5931 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5934         sequential summary view.
5935
5936 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5939         if it doesn't have a -unix version.
5940
5941 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5942
5943         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5944
5945 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5946
5947         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5948         content.
5949         (wl-draft): Follow the change above.
5950
5951         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5952
5953         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5954         and wl-folder-summary-line-format-alist contain %T and %P.
5955
5956         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5957         (wl-summary-mode-line-format): New user option.
5958         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5959         (wl-summary-line-format): Changed default value.
5960         (wl-summary-lazy-highlight): Changed default value.
5961
5962         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5963         change in wl-summary-create-line.
5964         (wl-thread-insert-entity-sub): Ditto.
5965
5966         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5967         (wl-summary-buffer-unread-status): Ditto.
5968         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5969         (wl-summary-buffer-persistent-mark-column): Ditto.
5970         (wl-summary-buffer-mode-line-formatter): Ditto.
5971         (wl-summary-buffer-mode-line): Ditto.
5972         (wl-summary-message-regexp): Abolished.
5973         (All other related portions are changed.)
5974         (wl-summary-detect-mark-position): New function.
5975         (wl-summary-buffer-set-folder): Setup
5976         wl-summary-buffer-mode-line-formatter.
5977         (wl-summary-mode): Setup selective-display;
5978         Setup pre-idle-hook when xemacs.
5979         (wl-summary-update-modeline): Rewrite.
5980         (wl-summary-jump-to-msg): Define as function;
5981         Changed regexp for searching messages.
5982         (wl-summary-message-number): Rewrite.
5983         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5984         Do rescan when old type summary cache.
5985         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5986         (wl-summary-remove-destination): Use '\r' to detect EOL.
5987         (wl-summary-print-destination): Ditto.
5988         (wl-summary-temp-mark): New inline function.
5989         (wl-summary-persistent-mark): Ditto.
5990         (wl-summary-line-number): New function.
5991         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5992         (wl-summary-line-list-count): New function.
5993         (wl-summary-create-line): Added argument persistent-mark.
5994         (All other related portions are changed)
5995         (wl-summary-create-line): Insert '\r'.
5996         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5997         (wl-summary-cursor-move-surface): New inline function.
5998         (wl-summary-prev): Use it.
5999         (wl-summary-next): Ditto.
6000
6001         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
6002         wl-summary-message-regexp.
6003         (wl-highlight-summary): Delete progress message.
6004         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
6005
6006         * Version number is increased to 2.9.12.
6007
6008 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6009
6010         * wl-summary.el (wl-summary-line-subject-minimum-length): New
6011         variable (nil: no minimum).
6012         (wl-summary-line-subject): Add some spaces after subject by
6013         wl-summary-line-subject-minimum-length.
6014
6015 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6016
6017         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
6018         and removed `F'.
6019         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6020         change above).
6021
6022 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6023
6024         * wl-summary.el (wl-summary-line-list-count): Reverted.
6025         (example setting in samples/*/dot.wl is also updated)
6026
6027 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6028
6029         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6030
6031         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6032
6033         * wl-vars.el (wl-summary-line-format): Addes some description to the
6034         docstring.
6035
6036         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6037         (wl-summary-line-close-bracket): Ditto.
6038         (wl-summary-line-children-number): Ditto.
6039         (wl-summary-line-thread-indent): Ditto.
6040         (wl-summary-line-children-and-from): Ditto.
6041
6042         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6043         't', 'c', 'F' and added 'C'.
6044
6045         * wl-util.el (wl-set-string-width): Accept negative value.
6046         (wl-line-parse-format): Added "%number(" and "%)".
6047
6048 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6049
6050         * wl-summary.el (wl-summary-line-list-count): Change format of the
6051         return value.
6052
6053 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6054
6055         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6056         from the recent message.el.
6057         (wl-draft-point-in-header-p): Ditto.
6058         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6059         wl-draft-beginning-of-line.
6060         * wl-e21.el (wl-draft-mode-map): Ditto.
6061         * wl-xmas.el (wl-draft-mode-map): Ditto.
6062
6063         * wl-folder.el: Sort macrodefs by dependencies.
6064
6065 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6066
6067         * wl-summary.el (wl-summary-prev): Fixed regexp.
6068         (wl-summary-next): Ditto.
6069
6070 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6073
6074 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6075
6076         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6077         for backward compatibility.
6078
6079 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-summary.el (wl-summary-line-list-count): New function, merged
6082         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6083         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6084         list counts.
6085
6086 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-summary.el (wl-summary-create-line): Ignore errors while
6089         timezone-fix-time.
6090
6091         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6092
6093         * wl-summary.el (wl-summary-sync-update): Ditto.
6094         (wl-summary-default-from): Use wl-message-entity
6095         instead of entity.
6096
6097         * wl-summary.el (wl-summary-create-line): Fix.
6098
6099         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6100         (wl-summary-line-format): New user option.
6101         (wl-folder-summary-line-format-alist): Ditto.
6102         (wl-summary-from-width): Abolished.
6103
6104         * wl-util.el (toplevel): Require 'bytecomp.
6105         (wl-line-parse-format): New function.
6106         (wl-line-formatter-setup): New macro.
6107
6108         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6109         (wl-summary-buffer-line-formatter): New buffer local variable.
6110         (wl-summary-switch-to-clone-buffer): Follow the change above.
6111         (wl-summary-message-regexp): Fix.
6112         (wl-summary-from-func-internal): Abolished.
6113         (wl-summary-subject-func-internal): Ditto.
6114         (wl-summary-subject-filter-func-internal): Ditto.
6115         (All other related portions are changed.)
6116         (wl-summary-buffer-set-folder):
6117         Set up wl-summary-buffer-number-column and
6118         wl-summary-buffer-line-formatter
6119         (All other related portions are changed.)
6120         (wl-summary-buffer-number-column-detect): Abolished.
6121         (All other related portions are changed.)
6122         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6123         (wl-summary-delete-all-temp-marks-on-buffer): Use
6124         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6125         (wl-summary-target-mark-delete): Ditto.
6126         (wl-summary-target-mark-refile-subr): Ditto.
6127         (wl-summary-target-mark-mark-as-read): Ditto.
6128         (wl-summary-target-mark-mark-as-unread): Ditto.
6129         (wl-summary-target-mark-mark-as-important): Ditto.
6130         (wl-summary-target-mark-save): Ditto.
6131         (wl-summary-replace-status-marks): Renamed from
6132         wl-summary-set-status-marks-on-buffer;
6133         Use wl-summary-message-regexp instead of
6134         wl-summary-buffer-number-regexp.
6135         (wl-summary-sync-update): Follow the change above.
6136         (wl-summary-goto-previous-message-beginning): New function.
6137         (wl-summary-mark-as-unread): Use it.
6138         (wl-summary-mark-as-important): Ditto.
6139         (wl-summary-line-formatter): New variable.
6140         (wl-summary-line-year): New function.
6141         (wl-summary-line-day): Ditto.
6142         (wl-summary-line-day-of-week): Ditto.
6143         (wl-summary-line-hour): Ditto.
6144         (wl-summary-line-minute): Ditto.
6145         (wl-summary-line-open-bracket): Ditto.
6146         (wl-summary-line-close-bracket): Ditto.
6147         (wl-summary-line-children-number): Ditto.
6148         (wl-summary-line-thread-indent): Ditto.
6149         (wl-summary-line-size): Ditto.
6150         (wl-summary-line-subject): Ditto.
6151         (wl-summary-line-from): Ditto.
6152         (wl-summary-line-children-and-from): Ditto.
6153         (wl-summary-create-line): Rewritten.
6154         (wl-summary-format-date): Abolished.
6155
6156         * wl-highlight.el (wl-highlight-summary-current-line): Use
6157         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6158         Use thread structure to detect thread top message.
6159
6160         * wl-draft.el (wl-default-draft-cite): Don't use
6161         wl-summary-from-func-internal.
6162
6163         * wl-refile.el (wl-refile-subject-learn): Don't use
6164         wl-summary-subject-filter-func-internal.
6165         (wl-refile-guess-by-subject): Ditto.
6166
6167         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6168         parameters.
6169
6170         * wl-thread.el (wl-thread-update-indent-string-region):
6171         Use wl-thread-update-line-on-buffer instead of
6172         wl-thread-update-indent-string.
6173         (wl-thread-update-children-number): Redefine using
6174         wl-thread-update-line-on-buffer.
6175         (wl-thread-update-indent-string): Abolished.
6176
6177         * Version number is increased to 2.9.11.
6178
6179 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6182         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6183         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6184
6185         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6186         as nil.
6187
6188         * wl-thread.el (wl-thread-open-all-unread): Use
6189         elmo-folder-list-messages-mark-match.
6190         (wl-thread-insert-message): Removed argument `mark-alist'.
6191         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6192         elmo-msgdb-set-mark.
6193         (wl-thread-get-children-msgs-uncached): Likewise.
6194         (wl-thread-get-exist-children): Added argument include-self.
6195         (wl-thread-delete-message): Follow the change above.
6196
6197         * wl-summary.el (wl-summary-count-unread): Removed argument.
6198         (wl-summary-rescan): Follow the change above.
6199         (wl-summary-mark-as-read-region): Ditto
6200         (wl-summary-mark-as-unread-region): Ditto.
6201         (wl-summary-delete-messages-on-buffer): Ditto.
6202         (wl-summary-sync-update): Ditto.
6203         (wl-summary-switch-to-clone-buffer): Ditto.
6204         (wl-summary-goto-folder-subr): Ditto.
6205         (wl-summary-target-mark-mark-as-read): Ditto.
6206         (wl-summary-target-mark-mark-as-unread): Ditto.
6207         (wl-summary-target-mark-mark-as-important): Ditto.
6208         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6209         (wl-summary-update-thread): Removed argument `mark-alist'.
6210         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6211         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6212         (wl-summary-resume-cache-status): Likewise.
6213         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6214         elmo-msgdb-set-mark.
6215         (wl-summary-mark-as-read-all): Likewise.
6216         (wl-summary-delete-cache): Ditto.
6217         (wl-summary-auto-select-msg-p): Ditto.
6218         (wl-summary-mark-as-unread): Ditto.
6219         (wl-summary-no-auto-refile-message-p): Ditto.
6220         (wl-summary-mark-as-read): Ditto.
6221         (wl-summary-mark-as-important): Ditto.
6222         (wl-summary-auto-refile): Follow the change above.
6223         (wl-summary-delete-all-marks): Removed.
6224         (wl-summary-resume-marks-and-highlight): Ditto.
6225         (wl-summary-resume-marks): Ditto.
6226         (wl-summary-delete-important-msgs-from-list): Ditto.
6227         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6228
6229         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6230         wl-summary-count-unread.
6231
6232         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6233         (wl-summary-score-update-all-lines): Use
6234         elmo-msgdb-set-mark.
6235
6236 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6239         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6240         (wl-summary-create-line): Renamed from
6241         wl-summary-overview-create-summary-line;
6242         Argument rearrangement.
6243         (wl-summary-update-thread): Follow the change above.
6244
6245         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6246         (wl-thread-insert-entity-sub): Likewise.
6247
6248         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6249         argument `overview', `mark-alist' and added `msgdb'.
6250
6251         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6252
6253         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6254         (wl-summary-rescan): Follow the change above.
6255         (wl-summary-sync-update): Ditto.
6256         (wl-summary-insert-thread-entity): Ditto;
6257         Don't use `let*' in every while loop;
6258         Detect infinite loop of threads.
6259         (wl-summary-update-thread): Removed argument `overview'.
6260
6261         * wl-thread.el (wl-thread-insert-message): Ditto.
6262
6263         * Version number is increased to 2.9.10.
6264
6265         * wl-message.el (wl-message-redisplay): Ignore errors while
6266         wl-message-redisplay-hook.
6267
6268 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6271
6272 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl.el (wl): inhibit-quit while wl-folder.
6275
6276 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6279         while msgdb access.
6280
6281 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6282
6283         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6284         even if no folder is not created.
6285
6286 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6289
6290         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6291         implementation.
6292         (wl-summary-target-mark-thread): Ditto.
6293
6294         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6295
6296 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6297
6298         * wl-util.el (wl-display-bytes): Remove unused function.
6299
6300 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6301
6302         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6303         seems critical one (partially reverse the change in 2002/03/17).
6304
6305 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6306
6307         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6308         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6309
6310 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6311
6312         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6313         is not writable.
6314         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6315         plugged status instead of `'force' as 2nd argument.
6316
6317         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6318         is not creatable.
6319
6320         * Version number is increased to 2.9.9.
6321
6322 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * wl-summary.el (wl-summary-suspend): New function.
6325
6326 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * wl.el (wl): Do not check variables if check is nil.
6329         * wl-utils.el (wl-collect-draft): New function.
6330         * wl-folder.el (wl-folder-suspend): Put summary buffers
6331         and draft buffers at the end of buffer list.
6332         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6333
6334 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6335
6336         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6337         loop instead of recursive call.
6338
6339         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6340         2nd argument.
6341
6342 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6343
6344         * wl-draft.el (wl-draft-create-contents): Don't take neither
6345         (function . args) nor (string . something) any more.
6346
6347         * wl-version.el (wl-generate-user-agent-string): Return string
6348         without header symbol.
6349         * wl-draft.el (wl-draft-default-headers): Use it.
6350
6351         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6352         `wl-draft-insert-ccs' and return field value instead of inserting
6353         the header. Abolish cc argument.
6354         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6355
6356         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6357         rather than one with string car.
6358
6359         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6360         * wl-draft.el (wl-draft-create-contents): Add it after the default
6361         headers.
6362
6363         * wl-draft.el (wl-draft-create-contents): For the case of
6364         (symbol-or-string . function) insert header only when the function
6365         returns string value.
6366
6367 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6368
6369         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6370         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6371
6372 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6373
6374         * wl.el (wl-check-environment): Don't check Message-ID when
6375         `wl-insert-message-id' is nil.
6376         Revive checking if `wl-message-id-domain' contains "@".
6377
6378 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6379
6380         * wl.el (wl-check-environment): Merge examination for "@" at
6381         inappropriate position into the first string-match.
6382
6383         * wl-summary.el (wl-summary-target-mark-print): New function.
6384         (wl-summary-pipe-message-subr): Extracted from
6385         `wl-summary-pipe-message'.
6386         (wl-summary-target-mark-pipe): New function.
6387         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6388         `wl-summary-target-mark-pipe'.
6389
6390 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6391
6392         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6393
6394 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6395
6396         * wl.el (wl-check-environment): Use elmo-warning instead of
6397         error for non-critical ones.
6398         Remove trash folder check.
6399         (wl): Don't ignore error in wl-check-environment.
6400
6401         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6402         check, which is moved from `wl-check-environment'.
6403         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6404
6405 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6406
6407         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6408         guess anything, call wl-summary-write.
6409         (wl-summary-write): Create draft with blank To field.
6410         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6411
6412 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6413
6414         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6415         argument full as well for wl-folder-write-current-folder.
6416         If wl-*-write-current-folder cannot guess addressee, add blank
6417         To header.
6418         Rewrite condition for positioning cursor.
6419
6420 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6421
6422         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6423         summary buffer is present, use it.
6424         (wl-folder-jump-to-previous-summary): Ditto.
6425
6426 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6427
6428         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6429
6430         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6431         wl-summary-previous-buffer and wl-summary-next-buffer.
6432
6433         * wl-folder.el (wl-folder-mode-map): Bind
6434         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6435         (wl-folder-jump-to-next-summary): New function.
6436         (wl-folder-jump-to-previous-summary): Ditto.
6437
6438         * wl-draft.el (wl-draft): Rearranged.
6439
6440 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6441
6442         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6443         of header.
6444         (wl-draft): Collect arguments for the header as header-alist.
6445         (wl-draft-forward): Arrange arguments for wl-draft.
6446         (wl-draft-reply): Ditto.
6447         (wl-draft-edit-string): Ditto.
6448         * wl-summary.el (wl-summary-write): Ditto.
6449         (wl-summary-write-current-folder): Ditto.
6450
6451         * Version number is increased to 2.9.8.
6452
6453 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6454
6455         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6456
6457         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6458
6459         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6460         even if the guess failed.
6461
6462         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6463         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6464         wl-summary-write-current-folder.
6465         * wl-xmas.el: Ditto.
6466
6467 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6468
6469         * wl-summary.el (wl-summary-next-page): Force display message if
6470         message is not displayed yet.
6471         (wl-summary-prev-page): Ditto.
6472
6473 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6474
6475         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6476
6477 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6478
6479         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6480         add "Preview Message" and "Save Draft and Exit".
6481
6482 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6483
6484         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6485         if addrmgr is called from draft in splitted window.
6486
6487         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6488         * wl-mule.el: Ditto.
6489         * wl-xmas.el: Ditto.
6490
6491 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6492
6493         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6494
6495         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6496         * wl-xmas.el (wl-folder-toolbar): Ditto.
6497
6498 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6499
6500         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6501         and wl-draft-save-and-exit.
6502         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6503         * wl-xmas.el: Ditto.
6504         * wl-mule.el: Ditto.
6505
6506         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6507         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6508
6509 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6512         lists for saving buffer.
6513
6514 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6515
6516         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6517         parent-folder argument instead of it.
6518         (wl-draft-create-buffer): Ditto.
6519         (wl-draft-forward): Ditto.
6520         (wl-draft-reply): Ditto.
6521         * wl-summary.el (wl-summary-write): Ditto.
6522         (wl-summary-write-current-folder): Ditto.
6523
6524         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6525         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6526         Folder buffer after composing.
6527
6528 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6531         header if the file `wl-x-face-file' already contains it.
6532
6533 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6534
6535         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6536         folder" entry.
6537         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6538         * wl-e21.el (wl-folder-toolbar): Ditto.
6539         * wl-xmas.el (wl-folder-toolbar): Ditto.
6540
6541 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6542
6543         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6544         wl-folder-goto-folder with sticky argument.
6545         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6546
6547 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6550         and wl-summary-previous-buffer.
6551         (wl-summary-next-buffer): New function.
6552         (wl-summary-previous-buffer): Ditto.
6553
6554 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6555
6556         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6557         wl-folder-jump-to-current-entity-with-arg.
6558         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6559         `wl-folder-jump-to-current-entity'.
6560         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6561         `wl-summary-goto-folder-sticky'.
6562         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6563         `wl-summary-goto-folder'.
6564         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6565         Unless force-exit, do not clean temp. marks for sticky summary.
6566         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6567
6568 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6571         not entire.
6572
6573 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6576         to `C-x C-s'.
6577         (wl-summary-save-status): New command.
6578         (wl-summary-exit): Don't clean-up temp marks when sticky.
6579         (Applied patch from Nakayama-san [wl: 09548])
6580         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6581         Do nothing when no mark data.
6582         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6583         Call `wl-summary-delete-all-temp-marks' before saving.
6584
6585 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6586
6587         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6588
6589 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6590
6591         * wl.el (wl-check-environment): Also cause error when (system-name)
6592         returns "localhost.localdomain". (Although it doesn't affect because
6593         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6594
6595 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6596
6597         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6598         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6599
6600         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6601         value.
6602
6603 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6606         Likewise r-cc-list and r-ng-list.
6607
6608 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6611         only if it is bound as variable.
6612
6613         * wl-mime.el (wl-draft-preview-message): Ditto.
6614
6615 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6618         needless `goto-char'.
6619
6620         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6621         `wl-summary-redisplay-no-mime-internal' instead of
6622         `wl-summary-redisplay-no-mime'.
6623         (wl-summary-redisplay-no-mime): Changed argument;
6624         Call `wl-summary-redisplay-no-mime-internal'.
6625
6626         * wl-mime.el (wl-draft-preview-message): Bind
6627         `mime-header-encode-method-alist' locally.
6628
6629         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6630         (wl-draft-std11-parse-addresses): Added the first address check.
6631         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6632
6633         * Version number is increased to 2.9.7.
6634
6635 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6638
6639 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6640
6641         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6642         related to scrollbar support, if there is no such a feature
6643         compiled in.
6644
6645 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6646
6647         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6648         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6649         for prefetch.
6650
6651 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-summary.el (wl-summary-pick): Fix for no match.
6654
6655 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6656
6657         * wl-draft.el (wl-draft-save):
6658         Override `mime-header-encode-method-alist'.
6659
6660 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6661
6662         * wl-folder.el (wl-folder-pick): New function.
6663         Define key as "?".
6664
6665 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6668         Fix for unplugged.
6669
6670 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-folder.el (wl-folder-virtual): New function.
6673         Define key as "V".
6674
6675 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6678         multi folder if entity is group.
6679
6680 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6681
6682         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6683         is nil.
6684
6685 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6686
6687         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6688         (wl-summary-target-mark-msgs): Return the number of marked messages.
6689
6690 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6691
6692         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6693         "first:" is specified.
6694
6695 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6696
6697         * wl-vars.el (wl-from): Use return value of function
6698         user-full-name instead of the variable user-full-name since
6699         XEmacs-20.4 doesn't set this variable.
6700
6701 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6704         call `wl' directly.
6705
6706 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6707
6708         * wl-draft.el (wl-draft-reedit): Removed duplicated
6709         switch-to-buffers.
6710
6711 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * wl.el (wl-other-frame): Removed garbages.
6714
6715 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6718
6719         * wl-xmas.el (wl-draft-key-setup): Ditto.
6720
6721         * wl-mule.el (wl-draft-key-setup): Ditto.
6722
6723         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6724         (wl-draft-reedit): Ditto.
6725         (wl-draft-prepare-edit): Add `wl-draft-save' to
6726         `local-write-file-hooks'.
6727         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6728         (wl-draft-reedit): Set buffer-file-name.
6729         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6730
6731
6732         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6733         call it.
6734         (wl-delete-startup-frame-function): New variable.
6735         (wl-other-frame): New function
6736         (Original was written by Yamaoka san [wl: 09239]).
6737
6738         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6739         if `wl-folder-use-frame'.
6740
6741 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6744
6745 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6748         New variable.
6749         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6750         (wl-message-buffer-prefetch-get-next): Use them.
6751         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6752
6753 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6756         with unwind-protect.
6757
6758         * wl-draft.el (wl-draft-reedit): Rewrite.
6759         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6760         (wl-draft-save): Insert header separator if it does not exist;
6761         Removed condition-case.
6762
6763         * wl-summary.el (wl-summary-reedit): Revert last change.
6764
6765         * wl-draft.el (wl-draft-save): Rewrite.
6766         (wl-draft-create-buffer): Set buffer-file-name as nil.
6767
6768         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6769
6770         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6771
6772         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6773         nil.
6774
6775 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6778         If count is nil, do not prefetch.
6779         (wl-message-buffer-prefetch-next): Next.
6780
6781 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6784
6785 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6788         `delete-backward-char'
6789         (wl-draft-prepare-edit): Check major-mode.
6790         (wl-draft-decode-header): Rewrite.
6791         (wl-draft): Fix.
6792
6793 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6796
6797 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6800         (wl-message-buffer-prefetch-get-next): Remove size checking.
6801         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6802
6803 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6806         (wl-draft-default-headers): Fix.
6807
6808 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6809
6810         * wl-draft.el (wl-draft-default-headers): Insert return value of
6811         `wl-generate-mailer-string-function'.
6812
6813 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6816         (wl-draft-insert-mail-header-separator): Ditto.
6817
6818         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6819         again (Reverted the change on 2002-01-17 by OKADA san).
6820
6821 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6822
6823         * wl-draft.el (wl-draft): Rewrite.
6824         (wl-draft-create-buffer): New function.
6825         (wl-draft-create-contents): Ditto.
6826         (wl-draft-prepare-edit): Ditto.
6827         (wl-draft-decode-header): Ditto.
6828         (wl-draft-decode-body): Ditto.
6829         (wl-draft-check-new-line): Ditto.
6830         (wl-draft-default-headers): Ditto.
6831         (wl-draft-insert-mail-header-separator): Ditto.
6832
6833 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * Version number is increased to 2.9.6.
6836
6837 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl-draft.el (wl-draft-delete-field): Optional argument.
6840         (wl-draft-delete-fields): Ditto.
6841
6842 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6843
6844         * wl-message.el (toplevel): Eliminated byte-compile warning.
6845         for `itimer-function', `delete-timer' and `itimer-list'.
6846
6847 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6848
6849         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6850         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6851         `wl-message-buffer-prefetch-threshold'.
6852         * wl-summary.el (wl-summary-redisplay-internal): Remove
6853         the check of `wl-message-buffer-prefetch-depth'.
6854
6855 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6856
6857         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6858         size of article.
6859         (wl-message-buffer-prefetch-subr): Remove size check.
6860
6861 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6862
6863         * wl-vars.el (wl-plugged): Make customizable.
6864
6865 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6866
6867         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6868         (wl-message-buffer-prefetch-set-timer): New function.
6869         (wl-message-buffer-prefetch-get-next): New function.
6870         (wl-message-buffer-prefetch): New function.
6871         (wl-message-buffer-prefetch-next): Rewrite.
6872         (wl-message-buffer-prefetch-subr): Rewrite.
6873         * wl-vars.el (wl-auto-prefetch-first): New variable.
6874         * wl-summary.el (wl-summary-goto-folder-subr): Call
6875         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6876
6877 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6878
6879         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6880         `wl-summary-unread-message-hook'.
6881
6882 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6885         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6886         if range is `cache-status'.
6887
6888 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6889
6890         * wl-message.el (wl-message-buffer-prefetch-subr):
6891         Improve debug message.
6892
6893 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6894
6895         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6896         `wl-mail-send-pre-hook'.
6897         (wl-draft-send-mail-with-qmail): Ditto.
6898         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6899
6900 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6901
6902         * wl-message.el (wl-message-buffer-prefetch-subr):
6903         Fix for cancel-function-timers bug.
6904         (wl-message-buffer-prefetch-debug): Default value is t.
6905
6906 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6907
6908         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6909         (wl-message-buffer-prefetch-subr): Rewrite.
6910         Rename from `wl-message-buffer-prefetch'.
6911
6912 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6913
6914         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6915         (wl-default-draft-cite-decorate-author): Ditto.
6916
6917         * wl-draft.el (wl-draft-cite-function): Removed.
6918         (wl-default-draft-cite-decorate-author): Ditto.
6919
6920 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6921
6922         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6923         (wl-default-draft-cite): Do not arrange author name if the value of
6924         `wl-default-draft-cite-decorate-author' is nil.
6925
6926 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6929
6930         * wl-folder.el (wl-folder-check-one-entity): Don't care
6931         `elmo-folder-use-flag-p'.
6932
6933 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6934
6935         * wl-folder (wl-folder-check-one-entity): Fix
6936         problem if unread is nil.
6937
6938 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6939
6940         * wl-address.el (wl-address-make-completion-list): Check whether
6941         the address is a group list.
6942         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6943
6944 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6945
6946         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6947         The number of the messages of new and unread does not count
6948         correctly.
6949
6950         * wl-summary.el (wl-summary-count-unread): Changed to return
6951         `(new . unread)' instead of total.
6952         (wl-summary-sync-update): Follow the change above.
6953
6954         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6955
6956 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6957
6958         * wl-address.el (wl-address-make-completion-list): Do not enclose
6959         address by " <" and ">" if associated realname is "".
6960         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6961         This is against the promblem with group list in .addresses pointed
6962         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6963
6964 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6965
6966         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6967         message is a format control string.
6968         * wl-expire.el (wl-expire-append-log): Ditto.
6969         * wl-mime.el (wl-summary-burst-subr): Ditto.
6970         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6971         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6972
6973 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6974
6975         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6976         wl.el (wl-check-variables): Rename from `wl-check-type'.
6977         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6978         (wl-check-variables-2): New function.
6979         (wl): Call `wl-check-variables-2'.
6980
6981 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6982
6983         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6984         after renaming folder in access group.
6985
6986 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6987
6988         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6989         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6990         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6991         (wl-message-buffer-prefetch): Rewrite.
6992         (wl-message-buffer-prefetch-idle-time): Removed.
6993         * wl-summary.el (wl-summary-redisplay-internal):
6994         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6995         Error check for `wl-message-buffer-prefetch-depht'.
6996
6997 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6998
6999         * Version number is increased to 2.9.5.
7000         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
7001
7002 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7003
7004         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
7005         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
7006         Based on the patch written by
7007         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7008
7009 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl-draft.el (wl-draft-raw-send): Fix for
7012         `wl-news-send-pre-hook'
7013
7014 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl-utils.el (wl-message-id-function): New variable.
7017         * wl-draft.el (wl-draft-insert-required-fields):
7018         Use `wl-message-id-function'.
7019
7020 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7021
7022         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7023         * wl-utils.el (wl-draft-make-message-id-string):
7024         Use `wl-from' for domain part of Message-ID
7025         if `wl-message-id-use-wl-from' if non-nil.
7026         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7027
7028 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7029
7030         * wl.el (wl): Call `wl-check-type'
7031         Do not 'condition-case'.
7032
7033 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7034
7035         * wl.el (wl-check-type): New function.
7036         (wl-check-type-variables): New variable.
7037
7038 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7039
7040         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7041
7042 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7043
7044         * wl-draft.el (wl-smtp-password-key): New function.
7045         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7046         (wl-draft-send-mail-with-smtp): Ditto.
7047         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7048
7049 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7050
7051         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7052         * wl-utils.el (wl-unique-id-suffix): Remove.
7053
7054 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7055
7056         * Version number is increased to 2.9.4.
7057
7058 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7059
7060         * wl-utils.el (wl-unique-id-suffix): New variable.
7061         (wl-unique-id): Use `wl-unique-id-suffix'
7062
7063 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7064
7065         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7066         instead of `elmo-msgdb-search'.
7067
7068         * Version number is increased to 2.9.3.
7069
7070 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7071
7072         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7073
7074 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7075
7076         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7077         (wl-draft-dispatch-message): Changed for send-later.
7078         (wl-draft-queue-flush): Ditto.
7079         (wl-draft): Clear `wl-sent-message-queued'.
7080         (wl-draft-reedit): Ditto.
7081         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7082         * wl-vars.el (wl-draft-force-queuing): New variable.
7083         (wl-draft-force-queuing-mail): New variable.
7084         (wl-draft-force-queuing-news): New variable.
7085
7086 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7089         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7090
7091 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7092
7093         * Version number is increased to 2.9.2.
7094
7095 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * wl-draft.el (wl-draft-elide-region): New user command.
7098         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7099
7100         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7101         command `wl-draft-elide-region'.
7102         * wl-mule.el: Ditto.
7103         * wl-xmas.el: Ditto.
7104
7105 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7108         (wl-biff-check-folder-async): Removed needless let.
7109
7110 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7113         wl-folder-get-elmo-folder.
7114         (wl-biff-check-folder): Set `biff' argument of
7115         `wl-folder-check-one-entity'.
7116         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7117
7118         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7119         (wl-folder-check-one-entity): Added `biff' argument;
7120         Setup `biff' slot of folder.
7121
7122         * Version number is increased to 2.9.1.
7123
7124 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7127         comment out and fixed.
7128         (wl-fldmgr-add-completion-subr): Ditto.
7129
7130         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7131         and msgdb.
7132
7133         * wl.el (wl-toggle-plugged): Save summary view.
7134
7135 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7138
7139 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7140
7141         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7142
7143 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7146         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7147         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7148
7149         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7150         if it was failed.
7151         (wl-demo): Disable undo in the demo buffer.
7152
7153 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-version.el (wl-version): Changed codename.
7156
7157         * Version number is increased to 2.9.0.
7158
7159 2001-12-14  Takuo KITAME <kitame@northeye.org>
7160
7161         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7162         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7163         (wl-folder-mark-as-read-all-current-entity): Ditto.
7164
7165 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7166
7167         * wl-vars.el (wl-from-width): Define as obsolete variable.
7168         (wl-subject-length-limit): Ditto.
7169
7170         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7171
7172         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7173         wl-summary-save-view.
7174
7175         * wl.el (wl-save-status): Ditto.
7176         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7177
7178         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7179         (wl-summary-exit): Follow the change above.
7180         (wl-summary-goto-folder-subr): Ditto.
7181
7182         * wl-folder.el (wl-folder-create-subr): Don't use
7183         `elmo-folder-creatable-p'.
7184
7185 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7188
7189 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7192         rather than bitmap on Emacs 21.
7193         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7194         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7195         for xbm if the new redisplay engine is not available.
7196
7197 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-folder.el (wl-folder-init-hook): New hook.
7200         (wl-folder-init): Run `wl-folder-init-hook'.
7201
7202 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7205
7206 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl-acap.el (wl-acap-cache-filename): New variable.
7209         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7210         (wl-acap-init): Use cache if no ACAP server found.
7211
7212 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7213
7214         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7215         `wl-acap-original-msgdb-dir'.
7216
7217         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7218         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7219
7220         * wl-mime.el (wl-mime-save-directory): Renamed from
7221         `wl-mime-save-dir'.
7222
7223 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7226
7227         * wl-demo.el: Require `path-util'.
7228         (wl-demo-bitmap-mule-available-p): New internal variable.
7229         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7230         `module-installed-p' instead.
7231         (wl-demo-insert-image): Use *.img file for a bitmap image.
7232         (wl-demo): Don't call the ascii demo recursively.
7233
7234 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7235
7236         * Version number is increased to 2.7.7.
7237
7238 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7239
7240         * wl.el (wl-exit): Eliminated byte-compile warning.
7241
7242 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7243
7244         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7245         obsolete variable using `elmo-define-obsolete-variable'.
7246         (wl-fetch-confirm-threshold): Ditto.
7247         (wl-cache-prefetch-folder-type-list): Ditto.
7248         (wl-cache-prefetch-folder-list): Ditto.
7249
7250 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7253         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7254         (wl-demo-insert-image): New function.
7255         (wl-demo-insert-text): New function.
7256         (wl-demo-image-type-alist): Redefine as a function.
7257         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7258         (wl-demo-with-temp-file-buffer): Removed.
7259         (wl-logo-xpm): Removed.
7260         (wl-logo-xbm): Removed.
7261         (wl-logo-bitmap): Removed.
7262
7263 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7264
7265         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7266         (wl-expire-localdir-get-folder-function): New user option.
7267         (wl-expire-localdir-get-folder): New function.
7268         (wl-expire-localdir-date): Ditto.
7269
7270 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7271
7272         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7273         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7274         Fixed unread number mismatch when all-unread < unread.
7275
7276 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7277
7278         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7279         (wl-fetch-confirm-threshold): Ditto.
7280
7281         * wl-summary.el (wl-summary-confirm-appends): Removed.
7282         (wl-summary-sync-update): Don't refer
7283         `wl-summary-update-confirm-threshold' (It is now abolished).
7284
7285         * wl-message.el (wl-message-display-internal): Don't refer
7286         `wl-fetch-confirm-threshold' (It is now abolished).
7287
7288 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7291
7292 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7293
7294         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7295         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7296         Change default value to nil.
7297         (wl-summary-indent-length-limit): The value can be nil, nil means
7298         unlimited.
7299
7300         * wl-summary.el: Don't set limit for indent length if the value of
7301         wl-summary-indent-length-limit is nil.
7302         If the value of wl-summary-width is nil, it means only that the width
7303         of summary is unlimited (nil doesn't mean that the indent length is
7304         unlimited).
7305
7306         * wl-thread.el: Ditto.
7307
7308 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7309
7310         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7311         be nil, nil means never confirm.
7312         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7313
7314 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7315
7316         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7317         means unlimited).
7318
7319 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7320
7321         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7322         Use `with-temp-buffer'.
7323
7324 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7325
7326         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7327         with new backquote style).
7328         (wl-folder-get-entity-from-buffer): Ditto.
7329
7330 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7331
7332         * wl-version.el (nemacs-version): Eliminated.
7333         (wl-extended-emacs-version2): Ignore nemacs.
7334         (wl-extended-emacs-version3): Ditto.
7335
7336 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7337
7338         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7339         (wl-draft-add-in-reply-to): New variable.
7340         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7341         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7342         (wl-draft-yank-from-mail-reply-buffer): Use
7343         `wl-draft-add-in-reply-to'.
7344         (wl-draft-insert-current-message): Ditto.
7345
7346 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7347
7348         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7349         typo (kill->hide).
7350         (wl-message-buffer-prefetch-folder-type-list): Added elements
7351         `mark' and `cache' instead of `internal'.
7352
7353 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7356         resume msgdb directory.
7357
7358 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl.el (wl-exit): Call `wl-acap-exit'.
7361
7362         * wl-summary.el (wl-summary-message-string): New function.
7363         (wl-summary-reedit): Use it.
7364         (wl-summary-resend-bounced-mail): Remove needless let.
7365         (wl-summary-supersedes-message): Ditto.
7366         (wl-summary-save): Ditto.
7367
7368         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7369         (wl-acap-init): Set it.
7370         (wl-acap-exit): New function.
7371
7372 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl.el (wl-init): Revert (require 'mime-setup). move from
7375         toplevel.
7376
7377 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7380         local variables.  Add error when guess function return invalid
7381         value.
7382
7383 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7384
7385         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7386         Change local variable name.
7387         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7388         (wl-folder-get-newsgroups): Return nil when non-news folder.
7389         * wl-summary.el (wl-summary-write-current-folder): State through
7390         when guess-list return nil.
7391         (wl-summary-write-current-folder-functions): Fixed docstring.
7392
7393         * wl.el (wl-exit): Changed confirm message.
7394
7395         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7396         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7397
7398         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7399
7400 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7401
7402         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7403         user option (Renamed from wl-cache-prefetch-folder-type-list).
7404         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7405         from wl-cache-prefetch-folder-list).
7406
7407         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7408         Move to wl-vars.el.
7409         (wl-message-buffer-prefetch-p): Changed to enable
7410         `wl-message-buffer-prefetch-folder-list'.
7411
7412         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7413         `ignore-cache'.
7414
7415 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7416
7417         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7418         `part-top' and `part-bottom'.
7419         (wl-draft-config-sub-part-top): New function.
7420         (wl-draft-config-sub-part-bottom): New function.
7421
7422 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7423
7424         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7425
7426 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7427
7428         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7429
7430 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7431
7432         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7433
7434         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7435         (wl-summary-write-current-folder): Ditto.
7436
7437 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7438
7439         * wl-folder.el (wl-folder-get-newsgroups): Use
7440         `elmo-folder-newsgroups'.
7441
7442 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7443
7444         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7445         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7446         `wl-draft-config-sub-header-bottom'.
7447
7448 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7449
7450         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7451         localnews folder.
7452
7453 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7454
7455         * wl-summary.el (wl-summary-mode): Undo last change.
7456
7457         * wl-folder.el (wl-folder-mode): Ditto.
7458
7459 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7460
7461         * wl-summary.el (wl-summary-mode): Locally set
7462         truncate-partial-window-width to nil.
7463         (for XEmacs)
7464
7465         * wl-folder.el (wl-folder-mode): Ditto.
7466
7467 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7470
7471 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7474         number.
7475
7476         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7477
7478         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7479
7480         * Version number is increased to 2.7.6.
7481
7482 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7485
7486 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl-summary.el (wl-summary-sync-update): Enclose network
7489         related portion with `unwind-protect'.
7490
7491 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7492
7493         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7494
7495 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7498         element.
7499         * wl-vars.el (wl-message-body-button-alist): Ditto.
7500
7501         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7502         max match length.
7503         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7504
7505         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7506         for the max match length;
7507         Use 4th element value for the button string regexp group.
7508
7509         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7510         candidate exists, prompt to select.
7511
7512 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7513
7514         * wl-summary.el (wl-summary-jump-to-msg): Search before
7515         calibration point by `beginning-of-line'.
7516
7517 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7518
7519         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7520         for access group.
7521
7522 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl-message.el (wl-message-display-internal): Bind
7525         `default-mime-charset'.
7526
7527         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7528
7529         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7530
7531         * Version number is increased to 2.7.5.
7532
7533 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7534
7535         * wl-expire.el (wl-summary-archive): Fixed;
7536         Use `elmo-folder-name-internal'.
7537
7538 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7539
7540         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7541         from `elmo-folder-move-messages' caller.
7542         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7543
7544         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7545         related portions are changed).
7546
7547 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7548
7549         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7550         counter.
7551
7552 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7553
7554         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7555         buffer local and set it to nil.
7556
7557         * wl-message.el (wl-message-redisplay): Ditto.
7558
7559 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-summary.el (wl-summary-mark-as-important): If message is
7562         already cached, set messag as read, otherwise encache and mark as read.
7563
7564 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7565
7566         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7567         point-min.
7568
7569 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7572         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7573         a keymap.
7574
7575 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7578         parent.
7579
7580         * wl-mule.el (wl-message-define-keymap): Ditto.
7581
7582         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7583
7584         * wl-xmas.el (wl-message-display-internal-hook): Define.
7585         (wl-xmas-setup-message-toolbar): Define as function.
7586         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7587         (wl-message-overload-functions): Abolished.
7588         (wl-message-define-keymap): New function.
7589
7590         * wl-vars.el (wl-message-display-internal-hook): New variable.
7591         (wl-message-header-button-alist): New variable (Renamed from
7592         wl-highlight-message-header-button-alist).
7593         (wl-message-body-button-alist): Ditto.
7594
7595         * wl-mule.el (wl-message-define-keymap): New function.
7596         (wl-message-overload-functions): Abolished.
7597
7598         * wl-message.el (wl-message-add-buttons-to-body): New function.
7599         (wl-message-redisplay): Don't call wl-message-overload-functions;
7600         Call wl-message-add-buttons-to-header and
7601         wl-message-add-buttons-to-body.
7602         (wl-message-display-internal): Set keymap argument for
7603         elmo-mime-display-as-is, elmo-mime-message-display;
7604         Run wl-message-display-internal-hook.
7605         (wl-message-refer-article-or-url): Abolished.
7606
7607         * wl-highlight.el (wl-highlight-headers): Don't call
7608         wl-highlight-message-add-buttons-to-header.
7609         (wl-highlight-message-add-buttons-to-header): Abolished.
7610
7611
7612         * wl-e21.el (wl-message-display-internal-hook): Define.
7613         (wl-e21-setup-toolbar): Deleted duplicated binding.
7614         (wl-e21-setup-message-toolbar): Define as function.
7615         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7616         (wl-message-define-keymap): New function.
7617         (wl-message-overload-functions): Abolished.
7618
7619 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7622         and elmo-folder-close.
7623
7624         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7625
7626 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7627
7628         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7629         boolean value.
7630         * wl-draft.el (wl-draft-do-fcc): Ditto.
7631
7632 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7633
7634         * wl-vars.el (wl-fcc-force-as-read): New variable.
7635         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7636         mark copied message as read.
7637
7638 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7639
7640         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7641
7642 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7643
7644         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7645         `wl-summary-target-above' instead of obsolete variable
7646         `wl-summary-temp-above'.
7647
7648         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7649         instead of `make-obsolete-variable'.
7650         * wl-refile.el (toplevel): Ditto.
7651
7652 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7655         with third argument t.
7656         (wl-draft): Set first argument for wl-plugged-init as t.
7657
7658         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7659         definition.
7660
7661 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7662
7663         * wl-vars.el: Tabify.
7664         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7665
7666         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7667         message.
7668
7669 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7670
7671         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7672         and set default to beep.
7673
7674 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7675
7676         * wl-vars.el (wl-draft-truncate-lines): New variable.
7677
7678         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7679         instead of wl-message-truncate-lines for truncate-lines.
7680
7681 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7682
7683         * wl-message.el (wl-message-display-internal): Call
7684         `wl-highlight-message' after `elmo-mime-display-as-is'.
7685
7686         * wl-mime.el (wl-mime-display-text/plain): New function.
7687         (wl-mime-display-header): Ditto.
7688         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7689         body-presentation-method for text/plain;
7690         Register `wl-mime-display-header' as a header-presentation-method;
7691         Don't set up `elmo-message-text-content-inserted-hook' and
7692         `elmo-message-header-inserted-hook'.
7693
7694         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7695         variable.
7696         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7697         as t if flag is 'all-header;
7698         Don't bind `elmo-message-ignored-field-list',
7699         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7700
7701 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7704         for xemacs with non-mule environment.
7705
7706 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7707
7708         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7709         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7710         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7711
7712 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7713
7714         * wl-vars.el (wl-interactive-send): Set default value as t.
7715
7716 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7719         (wl-addrmgr-method-list): Abolished.
7720         (wl-addrmgr-change-method): Follow above change.
7721
7722         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7723
7724 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7725
7726         * wl-vars.el (wl-message-truncate-lines): Change default value
7727         to default-truncate-lines.
7728
7729         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7730
7731 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7732
7733         * wl-vars.el (wl-message-truncate-lines): New variable.
7734
7735         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7736         wl-message-truncate-lines.
7737
7738 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7739
7740         * wl-acap.el (wl-acap-init): Remove period from error message.
7741         (wl-acap-find-acap-service): Remove period from message.
7742
7743 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl.el (wl-check-environment): Undo last change.
7746
7747         * wl-vars.el (wl-from): Changed default value.
7748
7749         * wl-util.el (toplevel): Don't require tm-edit.
7750
7751         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7752         `wl-folder-init';
7753         Don't set mark on mail body.
7754         (wl-draft-reedit): Ditto.
7755
7756         * wl-address.el (wl-address-quote-specials): Define as an alias for
7757         elmo-address-quote-specials.
7758
7759 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7760
7761         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7762
7763         * wl-vars.el (wl-from): Set default value as nil.
7764         (wl-organization): Set default value as ORGANIZATION environment
7765         variable.
7766
7767         * wl-draft.el (wl-smtp-extension-bind): Check value of
7768         wl-smtp-connection-type.
7769
7770         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7771         error.
7772
7773 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7774
7775         * Version number is increased to 2.7.4.
7776
7777         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7778         arguments from `wl-highlight-x-face-function' caller.
7779         Use x-face-1.3.6.12 or later.
7780
7781 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7782
7783         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7784
7785 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7786
7787         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7788         (wl-fcc): Fix to accept function.
7789         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7790
7791 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7792
7793         * wl-acap.el (toplevel): Added `product-provide' declare.
7794         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7795
7796 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl.el (wl): Changed order of calling `elmo-init'
7799         and `elmo-folder-init'.
7800
7801 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7802
7803         * wl-mime.el (wl-summary-burst): Extract message when content-type
7804         of root entity is not only `multipart' but also `message/rfc822'.
7805         (wl-summary-burst-subr): Ditto.
7806
7807 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-vars.el (toplevel): Require 'custom.
7810         (wl-trash-folder): Added to `wl-setting' group.
7811
7812         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7813         exists.
7814         (wl-addrmgr-draw): Insert empty line when no entry exists.
7815
7816         * wl-mule.el (wl-message-wheel-up): Fixed.
7817         (wl-message-wheel-down): Ditto.
7818
7819 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7820
7821         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7822         config is an anonymous lambda expression.
7823
7824 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7827         when Mule 2 is running.
7828
7829 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7830
7831         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7832
7833 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7836         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7837
7838         * wl-address.el (wl-address-specials-regexp): Eliminated.
7839         (wl-address-quote-specials): Rewrite.
7840
7841 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7844         shy-groups for regexp.
7845
7846         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7847         character classes and Perl style shy-groups for regexp.
7848         (wl-highlight-plugged-current-line): Use Posix style character
7849         classes for regexp.
7850         (wl-e21-highlight-folder-by-numbers): Ditto.
7851         (wl-e21-display-image-p): Use `display-images-p' instead of
7852         `display-graphic-p'.
7853         (display-images-p): Make an alias to `display-graphic-p' if it is
7854         not available.  It is for Emacs version prior to 21.0.105.
7855
7856         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7857         `display-graphic-p'.
7858         (wl-demo-image-type-alist): Ditto.
7859         (display-images-p): Make an alias to `display-graphic-p' if it is
7860         not available.  It is for Emacs version prior to 21.0.105.
7861
7862 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7863
7864         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7865         support.
7866         (wl-generate-user-agent-string): Ditto.
7867
7868         * wl-version.el (wl-version): Update docsting.
7869         (wl-version-status): Ditto.
7870
7871 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7872
7873         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7874         21.0.105.  For Emacs 21.0.104 or earlier.
7875
7876 2001-09-03  Takuo KITAME <kitame@northeye.org>
7877
7878         * wl-e21.el (wl-plugged-init-icons): Use
7879         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7880         (wl-biff-init-icons): Ditto.
7881
7882 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7883
7884         * wl-highlight.el (wl-highlight-summary-current-line):
7885         Fixed highlighting refile/copy destination.
7886
7887         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7888         (wl-acap-store): Encode string by wl-acap-coding-system.
7889
7890 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-acap.el (toplevel): Check and require 'un-define before
7893         'xemacs-ucs;
7894          Added checking for UTF-2000.
7895
7896 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7899         Don't enclose with `eval-and-compile'.
7900
7901         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7902         wl-init is non-nil.
7903
7904         * wl-draft.el (wl-draft): Ditto.
7905
7906         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7907
7908         * wl-acap.el (toplevel): Require 'wl.
7909         (wl-acap-store): Call `elmo-init'.
7910
7911         * wl.el (wl): Changed position of `wl-check-environment'.
7912         (toplevel): Added autoload setting for wl-acap.
7913
7914         * wl-vars.el (wl-setting): New custom group.
7915         (wl-from): Added wl-setting group.
7916         (wl-user-mail-address-list): Ditto.
7917         (wl-organization): Ditto.
7918         (wl-subscribed-mailing-list): Ditto.
7919         (wl-envelope-from): Ditto.
7920         (wl-smtp-posting-user): Ditto.
7921         (wl-smtp-posting-server): Ditto.
7922         (wl-smtp-posting-port): Ditto.
7923         (wl-smtp-authenticate-type): Ditto.
7924         (wl-pop-before-smtp-user): Ditto.
7925         (wl-pop-before-smtp-server): Ditto.
7926         (wl-pop-before-smtp-port): Ditto.
7927         (wl-pop-before-smtp-authenticate-type): Ditto.
7928         (wl-nntp-posting-server): Ditto.
7929         (wl-nntp-posting-user): Ditto.
7930         (wl-nntp-posting-port): Ditto.
7931         (wl-fetch-confirm-threshold): Ditto.
7932         (wl-prefetch-threshold): Ditto.
7933         (wl-thread-insert-opened): Ditto.
7934         (wl-ldap-server): Ditto.
7935         (wl-ldap-port): Ditto.
7936         (wl-ldap-base): Ditto.
7937         (wl-ldap-objectclass): Ditto.
7938         (wl-use-ldap): Ditto.
7939         (wl-draft-config-alist): Ditto.
7940         (wl-draft-config-matchone): Ditto.
7941         (wl-template-alist): Ditto.
7942         (wl-message-sort-field-list): Ditto.
7943         (wl-message-ignored-field-list): Ditto.
7944         (wl-message-visible-field-list): Ditto.
7945         (wl-interactive-send): Ditto.
7946         (wl-summary-move-order): Ditto.
7947         (wl-auto-select-first): Ditto.
7948         (wl-auto-select-next): Ditto.
7949         (wl-interactive-save-folders): Ditto.
7950
7951         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7952         Initialization codes are moved from wl-local-folder-init.
7953         (wl-local-folder-init): Follow the change above.
7954         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7955
7956         * wl-acap.el: New file.
7957
7958         * Version number is increased to 2.7.3.
7959
7960 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7961
7962         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7963
7964 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7965
7966         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7967         (wl-addrmgr-address-entry-list): Ditto.
7968
7969 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7970
7971         * wl-e21.el (wl-draft-mode-map): Removed binding for
7972         `wl-draft-insert-x-face-field'.
7973
7974         * wl-mule.el (wl-draft-mode-map): Ditto.
7975
7976         * wl-xmas.el (wl-draft-mode-map): Ditto.
7977
7978         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7979         (wl-cs-autoconv): Ditto.
7980         (wl-cs-local): Ditto.
7981         (wl-use-scoring): Ditto.
7982         (wl-mime-charset): Ditto.
7983         (wl-folder-check-async): Ditto.
7984
7985         * wl.el (toplevel): Ignore nemacs and tm.
7986         (wl-exit): Ditto.
7987
7988         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7989         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7990         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7991         instead of wl-address-petname-add-or-change.
7992         (wl-summary-edit-addresses-subr): Use wl-address-delete
7993         instead of wl-address-petname-delete.
7994
7995         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7996
7997         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7998         if error occured.
7999
8000         * wl-message.el (require): Remove tm support.
8001
8002         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
8003
8004         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
8005         (wl-folder-jump-to-current-entity): Ditto.
8006         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
8007
8008         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
8009         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
8010         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
8011
8012         * wl-mule.el (wl-draft-key-setup): Ditto.
8013
8014         * wl-xmas.el (wl-draft-key-setup): Ditto.
8015
8016         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
8017         (wl-draft-std11-parse-addresses): New function.
8018         (wl-draft-parse-mailbox-list): Use it.
8019         (wl-draft): Ignore nemacs.
8020         (wl-draft-reedit): Ditto.
8021
8022         * wl-addrmgr.el: New file.
8023         (Original is wl-rcpt.el written by
8024         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8025         Thanks Kitamoto-san.)
8026
8027         * wl-address.el (wl-address-make-address-list): Modified parsing
8028         process.
8029         (wl-address-delete): Renamed from `wl-address-petname-delete';
8030         Modify wl-address-list too.
8031         (wl-address-add-or-change): Renamed from
8032         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8033
8034 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8035
8036         * wl-highlight.el (wl-highlight-summary-current-line):
8037           Work with transient-mark-mode
8038
8039 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8040
8041         * Version number is increased to 2.7.2.
8042
8043         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8044         instead of elmo-dop-queue-method.
8045
8046 2001-08-06  SAITO Atsunori <sai@yedo.com>
8047
8048         * wl-vars.el (wl-ldap-objectclass): New user option.
8049
8050         * wl-address.el (wl-ldap-make-filter): Use it.
8051
8052 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8055
8056 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl-folder.el (wl-folder): redisplay after folder insertion.
8059
8060         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8061
8062         * wl-summary.el (wl-summary-sync-update):
8063         Change status mark only when new-msgdb exists.
8064         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8065
8066 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-summary.el (wl-summary-open-folder): New function.
8069         (wl-summary-goto-folder-subr): Use it.
8070         (wl-summary-mark-as-important): Fix;
8071         Encache only when no cache exists.
8072
8073 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8076         Use with-current-buffer.
8077
8078 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8079
8080         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8081         before call `get-buffer'. Fixed parenthesis.
8082         (wl-score-get-header-entry): Clear message and help window when
8083         keyboard quit.
8084         (wl-score-edit-insert-header): Ditto.
8085
8086 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8089         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8090         (wl-default-draft-cite): Fix.
8091
8092         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8093         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8094
8095 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-message.el (wl-message-prev-page): Do same bahavior
8098         as summary when it is called in the message buffer.
8099         (wl-message-next-page): Ditto.
8100
8101 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl-summary.el (wl-summary-forward): Use cache if it is not
8104         section cache.
8105
8106 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8109         Removed redundant require of elmo-vars.
8110         (wl-biff-state-indicator-on): Changed default value for
8111         xemacs with non-mule environment.
8112
8113         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8114         wl-message-buffer is nil;
8115         Hide progress bar after moving messages.
8116
8117 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8120         message at cursor point is deleted.
8121
8122 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-vars.el: Changed file coding system to euc-japan.
8125         Added -*-coding:-*- magic to the first line.
8126
8127         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8128         Search parent from the first message.
8129
8130         * Version number is increased to 2.7.1.
8131
8132 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8133
8134         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8135
8136 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8139         refile/delete execution.
8140
8141         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8142         Fixed docstring.
8143
8144 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8147         do update process;
8148         Don't update marks when update process is interrupted.
8149
8150 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-summary.el (wl-summary-reply): Fixed problem when
8153         wl-draft-use-frame is non-nil.
8154         (wl-summary-forward): Ditto.
8155
8156         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8157         as nil.
8158         (wl-folder-mark-as-read-all-entity): Ditto.
8159         (wl-folder-prefetch-entity): Ditto.
8160
8161         * wl.el (wl): Check environment before wl-init.
8162
8163         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8164         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8165         instead of wl-summary-collect-unread.
8166         (wl-summary-reply): Split message window.
8167
8168 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8171         only if current language environment is japanese,
8172
8173         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8174         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8175         (wl-folder-goto-folder-subr): Ditto.
8176
8177         * wl-draft.el (wl-draft-dispatch-message): Call
8178         `elmo-file-cache-get-path'.
8179
8180 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl-summary.el (wl-summary-cursor-move): If return value of
8183         wl-summary-next-message is not number, don't jump.
8184
8185 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-summary.el (wl-summary-buffer-next-message-function): New
8188         variable.
8189         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8190         if it is bound.
8191
8192         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8193         string.
8194
8195         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8196         (wl-plugged-drawing): Ditto.
8197
8198 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8201         process.
8202         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8203         with unwind-protect.
8204
8205         * wl.el (wl-init): Require mime-setup.
8206         (wl-check-environment): Don't require mime-setup.
8207
8208         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8209         instead of elmo-folder-type.
8210
8211         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8212         value as nil.
8213
8214 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8215
8216         * Version number is increased to 2.7.0.
8217
8218         * wl-version.el (wl-version): Changed codename.
8219
8220         * wl-summary.el (wl-summary-delete-cache): Fixed.
8221
8222         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8223         Workaround for net folders.
8224         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8225
8226         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8227         value to nil (According to the patch from
8228         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8229
8230         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8231         of elmo-folder-close.
8232
8233 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8234
8235         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8236         for postfix.
8237
8238 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-summary.el (wl-summary-resend-message): Fixed.
8241
8242         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8243         Call wl-draft with `from' argument if its address is included in
8244         `wl-user-mail-address-list'.
8245         (wl-draft): Added `from' argument.
8246
8247         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8248         non-nil.
8249         (wl): Don't show demo if wl-demo is nil.
8250
8251         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8252         wl-summary-use-frame.
8253
8254         * wl-vars.el (wl-summary-use-frame): New user option.
8255         (wl-folder-use-frame): Changed docstring.
8256
8257         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8258         non-nil.
8259         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8260         wl-summary-use-frame.
8261
8262         * wl-vars.el (wl-folder-use-frame): New user option.
8263
8264         * wl-summary.el (wl-summary-exit): Back to folder frame if
8265         wl-folder-use-frame is non-nil.
8266         (wl-summary-redisplay-internal): Ignore cache if current folder
8267         is draft folder,
8268         (wl-summary-redisplay-no-mime): Ditto.
8269         (wl-summary-redisplay-all-header): Ditto.
8270
8271         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8272         if wl-folder-use-frame is non-nil.
8273
8274 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl-summary.el (wl-summary-sync-update): Bind
8277         elmo-folder-update-threshold.
8278         (wl-summary-mark-as-important): Enclosed server mark processing
8279         with `save-match-data'.
8280
8281         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8282         only when it is already defined.
8283
8284 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8285
8286         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8287         name of folder exclude localdir is wrong.
8288         * wl-folder.el (wl-folder-sync-entity):
8289         Set `wl-summary-always-sticky-folder-list' as nil.
8290         (wl-folder-mark-as-read-all-entity): Ditto.
8291         (wl-folder-prefetch-entity): Ditto.
8292
8293 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8294
8295         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8296         instead of `wl-summary-write-current-newsgroup'.
8297
8298 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8299
8300         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8301         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8302         non-nil and selected message is important, do not display.
8303
8304 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8305
8306         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8307
8308 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8309
8310         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8311
8312         * wl-summary.el (wl-summary-mark-as-important): Set message number
8313         using wl-summary-message-number.
8314
8315 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8316
8317         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8318         destination folder is 'null.
8319
8320 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8321
8322         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8323         New function.
8324         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8325         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8326         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8327
8328 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-mime.el (wl-mime-setup): Added setting for
8331         `mime-setup-signature-key-alist' to avoid overriding key bind for
8332         `wl-draft-send'.
8333
8334         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8335         for `wl-draft-send'.
8336         * wl-mule.el (wl-draft-overload-functions): Ditto.
8337         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8338         * wl-draft.el (wl-draft-send): Ditto.
8339
8340         * wl-message.el (wl-message-display-internal):
8341         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8342         (Patch is provided by <kita@coe.nttdata.co.jp>).
8343
8344 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8345
8346         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8347
8348 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8349
8350         * wl.el (wl): Fix for wl-demo.
8351
8352 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8353
8354         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8355
8356 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8357
8358         * wl-folder.el (wl-folder-prefetch-entity): Use
8359         `wl-folder-get-elmo-folder'.
8360         (wl-folder-count-incorporates): Do not use
8361         `wl-folder-get-elmo-folder'.
8362
8363 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8364
8365         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8366         instead of `elmo-folder-get-type'.
8367
8368 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8369
8370         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8371         position on Subject: field.
8372         (Advised by Mito <mit@nines.nec.co.jp>)
8373
8374 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8375
8376         * wl-folder.el (wl-folder-prefetch-entity): Use
8377         `wl-folder-get-elmo-folder'.
8378
8379 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8382
8383         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8384         `process-duplicates' slot.
8385
8386         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8387         if detection failed.
8388
8389 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8390
8391         * wl-version.el (wl-version-status): Set to "alpha".
8392
8393 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8396         Check wl-message-buffer lives before set-buffer.
8397
8398 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8399
8400         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8401         called in folder mode.
8402         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8403         * wl-summary.el (wl-summary-exit-pre-hook): Run
8404         `wl-summary-exit-pre-hook' before exit summary mode.
8405
8406 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8407
8408         * wl-version.el (wl-version-status): New variable.
8409         (wl-version-status-alist): Removed.
8410         (wl-version-status): Rule included.
8411
8412 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8413
8414         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8415         @sponichi.
8416
8417         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8418         when `mail-reply-buffer' is buffer-local variable.
8419         (Reported by <kita@coe.nttdata.co.jp>).
8420
8421 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-vars.el (toplevel): Require 'elmo-util.
8424
8425 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8428         (All other related portions are changed)
8429
8430         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8431
8432         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8433
8434 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8435
8436         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8437
8438 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8439
8440         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8441         Delete other windows to avoid an error.
8442         Use `point-marker' instead of `point' to remember the start point
8443         of body.
8444
8445         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8446
8447         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8448         number not to exceed all message number.
8449
8450 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8451
8452         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8453         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8454
8455 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-summary.el (wl-summary-sync-force-update): Added argument
8458         no-check.
8459         (wl-summary-sync-update): Ditto.
8460         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8461         with `no-check'.
8462
8463         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8464         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8465         already running.
8466
8467 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8468
8469         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8470         `dst-folder-arg'.
8471         (wl-expire-archive-number1): Diito.
8472         (wl-expire-archive-number2): Diito.
8473         (wl-expire-archive-Date): Diito.
8474         (wl-archive-number1): Diito.
8475         (wl-archive-number2): Diito.
8476         (wl-archive-date): Diito.
8477         (wl-archive-folder-p): New function.
8478         (wl-summary-expire): Support of expand folder name at
8479         wl-expire-alist.
8480         * wl-util.el (wl-expand-newtext): Renamed from
8481         `wl-refile-expand-newtext'.
8482
8483 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8484
8485         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8486         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8487         `(elmo-msgdb-get-overview msgdb)'.
8488         (wl-summary-prefetch): Bind match data before call
8489         `wl-summay-prefetch-msg'.
8490         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8491         'off if `wl-summary-buffer-disp-msg' is non-nil.
8492         Fixed problem that couldn't show only one new or unread message when
8493         enter folder.
8494         (wl-summary-reply): Don't call `split-window-vertically' and other
8495         window.
8496
8497 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-expire.el (wl-expire-refile): Fixed.
8500
8501 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8502
8503         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8504
8505         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8506         biff notification is removed.
8507
8508         * wl.el (wl): Changed position of `elmo-init'.
8509
8510         * wl-draft.el (wl-default-draft-cite): Use date field
8511         on the citation buffer.
8512
8513         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8514
8515         * wl-xmas.el (wl-folder-internal-icon-list): Added
8516         `wl-folder-shimbun-image'.
8517
8518         * wl-e21.el (wl-folder-internal-icon-list): Added
8519         `wl-folder-shimbun-image'.
8520
8521 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8522
8523         * wl.el (wl-init): Eliminated argument.
8524         (wl): Rewrite.
8525
8526         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8527         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8528         instead of `elmo-folder-msgdb-internal'.
8529         (wl-summary-sync-update): Ditto.
8530         (wl-summary-flush-pending-append-operations): Eliminated.
8531         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8532         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8533         `elmo-folder-open'.
8534
8535         * wl-mime.el (wl-summary-burst): Fixed.
8536
8537         * wl-folder.el (wl-folder-info-save): Check data type.
8538
8539         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8540         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8541         instead of `elmo-folder-msgdb-internal'.
8542         (wl-expire-hide): Ditto.
8543
8544
8545         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8546
8547 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8548
8549         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8550
8551 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8552
8553         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8554
8555 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8556
8557         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8558         Fixed `match-beginning' argument mismatch.
8559
8560 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8561
8562         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8563         the default value.
8564
8565 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8566
8567         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8568         instead of `elmo-nntp-default-port'.
8569
8570         * wl-vars.el: Fixed some doc strings.
8571
8572 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8573
8574         * wl-summary.el (wl-summary-prefetch-msg): Use
8575         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8576
8577         * wl-vars.el: Define *-func as obsolete variable using
8578         `elmo-define-obsolete-variable'.
8579
8580         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8581         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8582         instead of `wl-message-buffer-prefetch-threshold'.
8583
8584         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8585
8586         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8587
8588         * wl-draft.el (wl-caesar-region-func): Ditto.
8589
8590         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8591         Keep unread status in elmo-folder-move-messages.
8592         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8593
8594 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8595
8596         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8597         `wl-summary-buffer-exit-func'
8598         (wl-summary-buffer-message-redisplay-function): Renamed from
8599         `wl-summary-buffer-message-redisplay-func'
8600         (wl-summary-buffer-next-folder-function): Renamed from
8601         `wl-summary-buffer-next-folder-func'.
8602         (wl-summary-buffer-prev-folder-function): Renamed from
8603         `wl-summary-buffer-prev-folder-func'.
8604         (wl-summary-get-petname-function): Renamed from
8605         `wl-summary-get-petname-func'.
8606
8607         * wl-score.el (wl-score-edit-exit-function): Renamed from
8608         `wl-score-edit-exit-func'.
8609
8610         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8611         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8612
8613         * wl-util.el (wl-load-profile-function): Renamed from
8614         `wl-load-profile-func'.
8615
8616         * wl-folder.el (wl-folder-completion-function): Renamed from
8617         `wl-folder-completion-func'.
8618         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8619
8620         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8621         `wl-expire-archive-get-folder-func'.
8622         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8623         (wl-draft-send-mail-function): Renamed from
8624         `wl-draft-send-mail-func'.
8625         (wl-draft-send-news-function): Renamed from
8626         `wl-draft-send-news-func'.
8627         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8628         (wl-generate-mailer-string-function): Renamed from
8629         `wl-generate-mailer-string-func'.
8630         (wl-highlight-signature-search-function): Renamed from
8631         `wl-highlight-signature-search-func'.
8632         (wl-highlight-x-face-function): Renamed from
8633         `wl-highlight-x-face-func'
8634         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8635         (wl-ps-print-buffer-function): Renamed from
8636         `wl-ps-print-buffer-func'
8637         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8638         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8639         (wl-summary-subject-filter-function): Renamed from
8640         `wl-summary-subject-filter-func'.
8641
8642         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8643         `wl-draft-queue-flush-send-func'
8644         (wl-draft-cite-function): Renamed from
8645         `wl-draft-cite-func'
8646
8647         * wl-address.el (wl-address-init-function): Renamed from
8648         `wl-address-init-func'.
8649
8650 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-draft.el (wl-draft-queue-flush): Don't call
8653         `elmo-dop-unlock-message'.
8654         * wl-draft.el (wl-draft-queue-append): Don't call
8655         `elmo-dop-lock-message'.
8656
8657         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8658         (wl-summary-buffer-folder-name): Ditto.
8659         (wl-summary-message-regexp): Added '-' (all other related portions
8660         are changed).
8661         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8662         wl-summary-buffer-folder-name.
8663
8664 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8665
8666         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8667         the number of mails in the folder buffer is not updated by wl-biff.
8668
8669 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8670
8671         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8672         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8673
8674 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * wl-summary.el (wl-summary-next-message):
8677         Return next message number when wl-summary-move-order is nil.
8678
8679 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8680
8681         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8682         `wl-summary-move-spec-alist'.
8683         (wl-summary-move-spec-unplugged-alist): New variable
8684         (Move spec for unplugged status).
8685         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8686         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8687
8688 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8689
8690         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8691         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8692
8693 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8694
8695         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8696         simple quotation to quote the anonymous function.
8697         * tm-wl.el (wl-draft-preview-message): Ditto.
8698
8699 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8700
8701         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8702         Eliminate redundant `save-excursion'.
8703         (wl-highlight-summary-current-line): Ditto.
8704
8705         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8706         accessing match data when `looking-at' failed.
8707
8708         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8709         `elmo-match-string' where users don't care about the speed.
8710         (wl-draft-save): Ditto.
8711
8712 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-util.el (wl-regexp-opt): New function.
8715
8716         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8717         number from `wl-summary-buffer-number-list'.
8718         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8719         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8720         (wl-summary-move-spec-alist): Changed default setting.
8721
8722 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8723
8724         * wl-vars.el (wl-biff-notify-hook): New hook.
8725         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8726         the arrival of new mail.
8727         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8728         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8729
8730 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8733
8734 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8735
8736         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8737
8738         * Version number is increased to 2.5.8.
8739
8740         * wl-thread.el (toplevel): require 'cl.
8741         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8742         (wl-thread-make-number-list): New function.
8743         (wl-thread-entity-make-number-list-from-children): Ditto.
8744         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8745         (wl-thread-entity-insert-as-children): Likewise.
8746         (wl-thread-delete-message): Likewise.
8747         (wl-meaning-of-mark): Eliminated.
8748         (wl-thread-next-failure-mark-p): Ditto.
8749         (wl-thread-entity-get-mark): Ditto.
8750         (wl-thread-meaning-alist-get-result): Ditto.
8751         (wl-thread-entity-check-prev-mark): Ditto.
8752         (wl-thread-entity-check-next-mark): Ditto.
8753         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8754         (wl-thread-entity-get-prev-marked-entity): Ditto.
8755         (wl-thread-get-prev-unread): Ditto.
8756         (wl-thread-jump-to-prev-unread): Ditto.
8757         (wl-thread-get-next-unread): Ditto.
8758         (wl-thread-jump-to-next-unread): Ditto.
8759         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8760         (wl-thread-entity-get-next-marked-entity): Ditto.
8761
8762         * wl-summary.el (wl-summary-buffer-number-list):
8763         New bufer-local variable.
8764         (wl-summary-switch-to-clone-buffer): Clone
8765         `wl-summary-buffer-number-list'.
8766         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8767         (wl-summary-cursor-move-regex): Eliminated.
8768         (wl-summary-cursor-up): Rewrite.
8769         (wl-summary-cursor-down): Ditto.
8770         (wl-summary-mode-spec-alist): New variable.
8771         (wl-summary-next-message): New inline function.
8772         (wl-summary-cursor-move): New function.
8773         (wl-summary-default-get-next-msg): Rewrite.
8774         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8775         (wl-summary-rescan): Ditto.
8776         (wl-summary-sync-all-init): Ditto.
8777         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8778         summary is not thread view.
8779         (wl-summary-sync-update): Ditto.
8780         (wl-summary-rescan): Ditto.
8781         (wl-summary-make-number-list): New function.
8782
8783         * wl-draft.el: "FCC" -> "Fcc".
8784
8785 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl-highlight.el (wl-highlight-summary-window):
8788         Call `set-buffer-modified-p'.
8789
8790         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8791         (wl): Call `elmo-init' and fix.
8792
8793         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8794         Use new variables.
8795
8796         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8797
8798 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8801
8802 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8803
8804         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8805
8806 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8807
8808         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8809         `wl-use-toolbar' nor `display-graphic-p'.
8810         (wl-e21-setup-message-toolbar): Ditto.
8811         (wl-e21-setup-summary-toolbar): Ditto.
8812         (wl-e21-setup-folder-toolbar): Ditto.
8813
8814         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8815         (wl-plugged-init-icons): Ditto.
8816
8817         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8818         `display-graphic-p'.
8819         (wl-plugged-set-folder-icon): Ditto.
8820         (wl-highlight-plugged-current-line): Ditto.
8821         (wl-highlight-folder-current-line): Ditto.
8822         (wl-e21-highlight-folder-group-line): Ditto.
8823         (wl-e21-setup-toolbar): Ditto.
8824         (wl-e21-display-image-p): New macro.
8825
8826         * wl-demo.el (wl-demo): Simplified.
8827         (wl-demo-image-type-alist): Use `image-type-available-p' for
8828         checking whether the image type `xbm' is available.
8829
8830 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8833         (wl-summary-input-range): Ditto.
8834
8835 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8836
8837         * wl-summary.el (wl-summary-edit-addresses): Use
8838         `wl-summary-get-original-buffer'
8839         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8840         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8841         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8842         (wl-summary-get-newsgroups): Eliminated.
8843         (wl-summary-set-crosspost): Ditto.
8844         (wl-summary-is-crosspost-folder): Ditto.
8845         (wl-crosspost-alist-load): Ditto.
8846         (wl-crosspost-alist-save): Ditto.
8847
8848         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8849         `elmo-setup-subscribed-newsgroups' instead of
8850         `elmo-nntp-make-groups-hashtb'.
8851         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8852         instead of `wl-crosspost-alist-save'.
8853
8854         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8855         of `elmo-folder-message-appendable-p'.
8856         (wl-mime-header-presentation-method): Eliminated.
8857
8858         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8859         (Error occurs in emacs21).
8860
8861         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8862         the current buffer).
8863
8864         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8865         instead of `wl-crosspost-alist-save'.
8866         (wl-init): `elmo-crosspost-message-alist-load'
8867         instead of `wl-crosspost-alist-load'
8868
8869         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8870         (wl-parse-newsgroups): Likewise.
8871         (wl-biff-notify): Run `wl-biff-notify-hook'.
8872
8873 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8876
8877         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8878         when `wl-summary-lazy-highlight' is non-nil.
8879         (wl-summary-goto-folder-subr): Highlight only when
8880         `wl-summary-lazy-highlight' is non-nil.
8881
8882         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8883         Don't display progress and highlight temp-mark when
8884         `wl-summary-lazy-highlight' is non-nil.
8885         (wl-highlight-summary-window): New function.
8886         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8887
8888 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8889
8890         * wl-summary.el (wl-summary-sync): Change `all-visible'
8891         from `all-shown'
8892         (wl-summary-input-range): Ditto.
8893
8894 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8895
8896         * wl-e21.el (wl-highlight-folder-current-line): Call
8897         `wl-folder-init-icons' when folder icons have not been initialized.
8898
8899         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8900
8901         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8902         (wl-demo-image-type-alist): New macro.
8903
8904 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8905
8906         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8907         display does not support graphics.
8908         (wl-plugged-init-icons): Ditto.
8909         (wl-folder-init-icons): Ditto.
8910
8911         * wl-demo.el (wl-demo): Chech closely whether the display
8912         supports graphics.
8913
8914 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8915
8916         * wl-summary.el (wl-summary-get-original-buffer): New function.
8917         (wl-summary-set-crosspost): Use it.
8918         (wl-summary-target-mark-uudecode): Ditto.
8919         (wl-summary-reedit): Ditto.
8920         (wl-summary-resend-bounced-mail): Ditto.
8921         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8922         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8923
8924         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8925         (wl-message-display-internal): Ditto.
8926
8927 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8930
8931 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8932
8933         * wl-summary.el (wl-summary-save-view): Renamed from
8934         `wl-summary-save-status'.
8935
8936 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8937
8938         * wl-summary.el (wl-summary-sync): Added `all-shown'
8939
8940 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8941
8942         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8943
8944 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8945
8946         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8947
8948 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8949
8950         * wl-highlight.el (wl-highlight-summary-line-string): Use
8951         `zerop' instead of `= 0'.
8952         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8953
8954         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8955         for comparing numbers.
8956         (wl-template-prev): Use `zerop' instead of `eq 0'.
8957
8958         * wl-draft.el (wl-draft-insert-current-message): Use
8959         `with-current-buffer' instead of `save-excursion'.
8960         Use `zerop' instead of `eq 0'.
8961
8962 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8963
8964         * wl-draft.el (wl-draft-insert-ccs): New function.
8965         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8966         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8967
8968 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8971
8972 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8973
8974         * wl-expire.el (wl-expire-refile): Don't call
8975         elmo-msgdb-add-msgs-to-seen-list;
8976         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8977         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8978
8979 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8980
8981         * wl-message.el (wl-message-prev-page): Ignore errors while
8982         scroll-down.
8983
8984 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-mime.el: Use elmo-original-message-mode instead of
8987         mmelmo-original-mode.
8988
8989         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8990         `elmo-folder-get-spec';
8991         (wl-fldmgr-add-completion-all-completions):
8992         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8993
8994         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8995         of `elmo-folder-get-type'.
8996
8997         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8998         `elmo-folder-get-spec';
8999         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9000         Use `elmo-folder-append-message' instead of `elmo-append-msg';
9001         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9002         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
9003         `elmo-read-msg-no-cache';
9004         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
9005         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
9006         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
9007         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
9008         `elmo-cache-save';
9009         (wl-draft-reedit): Use `elmo-message-file-name'.
9010
9011         * wl-expire.el: Use `elmo-folder-name-internal';
9012         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9013         Use macro `wl-summary-buffer-msgdb' instead of variable
9014         `wl-summary-buffer-msgdb';
9015         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
9016         Use macro `wl-summary-buffer-folder-name' instead of variable
9017         `wl-summary-buffer-folder-name'.
9018         * wl-score.el: Likewise.
9019
9020         * wl-message.el: Rewrite for new message buffer cache mechanism.
9021         (wl-message-buffer-cache-buffer-get): New macro.
9022         (wl-message-buffer-cache-folder-get): Ditto.
9023         (wl-message-buffer-cache-message-get): Ditto.
9024         (wl-message-buffer-cache-entry-make): Ditto.
9025         (wl-message-buffer-cache-hit): Ditto.
9026         (wl-message-buffer-cache-sort): New function.
9027         (wl-message-buffer-cache-add): Ditto.
9028         (wl-message-buffer-cache-delete): Ditto.
9029         (wl-message-buffer-cache-clean-up): Ditto.
9030         (wl-message-buffer-window): Rewrite.
9031         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9032         (wl-message-buffer-display): New function.
9033         (wl-message-display-internal): New function.
9034
9035 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9036
9037         * wl-folder.el: Use `elmo-folder-name-internal';
9038         Use `wl-folder-get-elmo-folder';
9039         Use `elmo-folder-list-messages' instead of
9040         `elmo-list-folder';
9041         Use `elmo-folder-get-primitive-list' instead of
9042         `elmo-folder-get-primitive-spec-list';
9043         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9044         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9045         Use `elmo-folder-create' instead of `elmo-create-folder'.
9046         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9047         (wl-folder-get-elmo-folder): New macro.
9048         (wl-folder-elmo-folder-cache-get): Ditto.
9049         (wl-folder-elmo-folder-cache-put): Ditto.
9050         (wl-folder-suspend): Call `elmo-quit'.
9051
9052         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9053         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9054         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9055         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9056         (toplevel): require 'cl.
9057         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9058
9059         * wl-summary.el: Rewrite to use new elmo interface.
9060
9061 \f
9062 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9063
9064         * wl-mime.el (wl-draft-preview-message):
9065         Run `wl-draft-send-hook' before collecting recipients information;
9066         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9067
9068         * tm-wl.el (wl-draft-preview-message): Ditto.
9069
9070 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9071
9072         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9073         wrong recipients are displayed when forwarded message.
9074
9075 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9076
9077         * Version number is increased to 2.5.7.
9078
9079 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9080
9081         * wl-message.el (wl-message-next-page): Bind
9082         `window-pixel-scroll-increment' to nil while scrolling up.
9083
9084 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9085
9086         * wl-vars.el (wl-save-hook): New hook.
9087         * wl.el (wl-save): Call `wl-save-hook'.
9088
9089 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9090
9091         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9092         Argument WITH-ARG instead of NO-ARG (negative mean).
9093         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9094         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9095         * wl-message.el (wl-message-follow-current-entity): Likewise.
9096
9097 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9098
9099         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9100         FROM was optional argument.
9101         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9102
9103 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9104
9105         * Version number is increased to 2.5.6.
9106
9107 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9108
9109         * wl-version.el (wl-version-show): Removed.
9110         (wl-version): Add `interactive'.
9111
9112 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9113
9114         * wl-summary.el (wl-summary-get-petname-func): New variable.
9115         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9116         instead of `wl-address-get-petname-1'.
9117         (wl-summary-simple-from): Ditto.
9118
9119         * wl-address.el (wl-address-get-petname-1): Define as function.
9120
9121 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9124         field in the original message.
9125         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9126
9127 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9128
9129         * wl-expire.el (wl-expire-hide):
9130         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9131
9132 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9133
9134         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9135         find decoder for To, Cc, and Subject.
9136
9137 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9140         for checking `elmo-use-buffer-cache'.
9141         (wl-summary-mark-as-important): Fixed typo in comment.
9142
9143 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9144
9145         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9146         field in the original message.
9147         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9148
9149 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9150
9151         * wl-expire.el (wl-expire-hide):
9152         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9153
9154 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9157         find decoder for To, Cc, and Subject.
9158
9159 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * Version number is increased to 2.5.5.
9162
9163         * wl-address.el (wl-address-specials-regexp): New constant.
9164         (wl-address-quote-specials): Use it.
9165
9166 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-summary.el (wl-summary-rescan):
9169         Call `wl-summary-buffer-number-column-detect'.
9170         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9171
9172         * wl-message.el (wl-message-mode-map): Define.
9173         (wl-message-decode): Use it as local-map.
9174
9175 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9178         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9179
9180 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9181
9182         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9183
9184         * wl-mule.el (wl-read-event-char): Ditto.
9185
9186         * wl-e21.el (wl-read-event-char): Ditto.
9187
9188         * wl-nemacs.el (wl-read-event-char): Ditto.
9189         (read-event): Removed.
9190
9191         * wl-util.el (toplevel): Removed dummy definition of
9192         `read-event'.
9193         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9194
9195 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9196
9197         * wl-nemacs.el (elmo-archive-call-process): Moved to
9198         elmo-archive.el.
9199
9200 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9201
9202         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9203         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9204
9205         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9206         instead of magic-number 6.  Use `not' instead of `null' for symbol
9207         `nil' check (not empty list).
9208         (wl-draft-insert-x-face-field): Fixed paren style.
9209
9210         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9211         one-branch conditional statement, instead of `and' and `if'.
9212         (wl-draft-forward): Likewise.
9213         (wl-draft-add-references): Likewise.
9214         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9215
9216         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9217         conditional steatment.  Use `cond' instead of `if'.
9218         (wl-draft-confirm): Likewise.
9219
9220 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9221
9222         * wl-version.el (wl-version-show): Use `product-string-1'
9223         instead of `wl-version'.
9224         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9225
9226         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9227
9228 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9229
9230         * wl-highlight.el (wl-highlight-headers): Revert
9231         `wl-highlight-x-face-func' argument (`beg' and `end').
9232
9233 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl.el (toplevel): Move `product-provide' declare.
9236         * wl-demo.el (toplevel): Ditto.
9237         * wl-dnd.el (toplevel): Ditto.
9238         * wl-highlight.el (toplevel): Ditto.
9239         * wl-message.el (toplevel): Ditto.
9240         * wl-refile.el (toplevel): Ditto.
9241         * wl-util.el (toplevel): Ditto.
9242
9243 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9244
9245         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9246         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9247         (wl-thread-close-all): keep cursor position.
9248
9249 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9250
9251         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9252         (eq x 0).
9253         (wl-generate-user-agent-string-1): Fix conditional statement.
9254
9255 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl.el (wl-check-environment): Additional check for
9258         'wl-local-domain' and `wl-message-id-domain'.
9259
9260 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9261
9262         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9263
9264 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9265
9266         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9267         instead of `smtp-sasl-user-realm'.
9268
9269 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9270
9271         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9272
9273 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9274
9275         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9276         to the default value as well as `eword-lexical-analyzer'.
9277
9278 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9279
9280         * wl-version.el (wl-extended-emacs-version,
9281         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9282         `elmo-match-string' instead of `wl-match-string'.
9283
9284 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9285
9286         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9287         docstring.
9288
9289 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9290
9291         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9292
9293 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9294
9295         * wl-highlight.el (wl-highlight-headers): Remove
9296         `wl-highlight-x-face-func' argument (`beg' and `end').
9297
9298 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9299
9300         * wl-summary.el (wl-summary-mark-as-important):
9301         Remove cache if folder is local.
9302
9303 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9304
9305         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9306         to get existing e-mail address string.
9307
9308 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9309
9310         * wl-version.el (wl-generate-user-agent-string): Commentary.
9311         (wl-generate-user-agent-string-1): Use `when' for
9312         one-branch conditional statement, instead of `and' and `if'.
9313         (wl-extended-emacs-version, wl-extended-emacs-version2,
9314         wl-extended-emacs-version3): Ditto.
9315
9316 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9319         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9320         condition-case; Remove initialization.
9321         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9322         (wl-summary-sync-update3): Added argument `sync-all';
9323         Eliminated local variable `msgdb';
9324         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9325         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9326         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9327
9328 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9329
9330         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9331         connection before call `wl-draft-send-mail-with-smtp'.
9332
9333 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * Version number is increased to 2.5.4.
9336
9337 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9338
9339         * wl.el (wl-check-environment): Additional check for
9340         'wl-local-domain' and `wl-message-id-domain'.
9341
9342 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9343
9344         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9345         buffer as command specific.
9346         (wl-folder-mark-as-read-all-entity): Ditto.
9347         (wl-folder-prefetch-entity): Ditto.
9348         (wl-folder-drop-unsync-entity): Ditto.
9349
9350         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9351         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9352         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9353
9354         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9355         save-excursion.
9356
9357 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9358
9359         * Version number is increased to 2.5.3.
9360
9361         * wl-summary.el (wl-summary-save-view-cache):
9362         Delete duplicated `write-region';
9363         Use `write-region-as-binary' instead of `as-binary-output-file' and
9364         `write-region'.
9365
9366 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9367
9368         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9369
9370 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9371
9372         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9373         instead of `smtp-via-smtp'.
9374
9375 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9376
9377         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9378
9379 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9380
9381         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9382         instead of `smtp-sasl-user-realm'.
9383
9384 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9385
9386         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9387
9388 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9389
9390         * Version number is increased to 2.5.2.
9391
9392 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9395         does not exist.
9396         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9397         (wl-biff-start): Call `timer-activate' if timer already exists.
9398
9399         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9400         only when it is bound as function.
9401
9402 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * Version number is increased to 2.5.1.
9405
9406 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9407
9408         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9409         Print refile/copy destination.
9410
9411 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9414         queue-flush-only is non-nil.
9415
9416         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9417
9418         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9419         checking cache folder.
9420
9421 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9422
9423         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9424         `regexp-quote'.
9425
9426 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9427
9428         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9429         function.
9430         * wl-summary.el (wl-summary-write-current-folder-functions):
9431         Change default value.  Use it.
9432
9433 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9434
9435         * Version number is increased to 2.5.0.
9436
9437         * wl-version.el (wl-version): Changed codename.
9438
9439 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9440
9441         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9442         (wl-summary-supersedes-message): Ditto.
9443
9444 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9445
9446         * wl-refile.el (wl-refile-guess-functions): Renamed from
9447         `wl-refile-guess-func-list'.
9448
9449 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9450
9451         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9452         Fixed problem when no rule was matched.
9453
9454 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9455
9456         * wl-summary.el (wl-summary-get-mark): Fixed
9457         `wl-summary-buffer-target-mark' check logic.
9458
9459 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9460
9461         * wl-folder.el (wl-folder-write-current-folder): Added group
9462         folder check.
9463
9464         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9465         `wl-summary-write-current-newsgroup'.
9466         (wl-summary-write-current-folder-functions): New variable.
9467         * wl-folder.el (wl-folder-get-newsgroups): New function.
9468         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9469         (wl-folder-write-current-folder): Renamed from
9470         `wl-folder-write-current-newsgroup'.
9471
9472 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9473
9474         * Version number is increased to 2.3.93.
9475
9476 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9479         (wl-ldap-make-matched-value-list): Ditto.
9480         (wl-ldap-alias-safe-string): Split e-mail address.
9481
9482         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9483         petname folder default was selected.
9484         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9485         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9486
9487 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9488
9489         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9490         to `wl-draft-config-exec'.
9491
9492         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9493         instead of calling `wl-draft-config-exec';
9494         Process group-list and show recipients in minibuffer.
9495
9496         * tm-wl.el (wl-draft-preview-message): Ditto.
9497
9498 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9499
9500         * wl.el (toplevel): Added (C) to copyright notice, and
9501         sync Author header.
9502         * tm-wl.el (toplevel): Ditto.
9503         * wl-address.el (toplevel): Ditto.
9504         * wl-demo.el (toplevel): Ditto.
9505         * wl-dnd.el (toplevel): Ditto.
9506         * wl-draft.el (toplevel): Ditto.
9507         * wl-e21.el (toplevel): Ditto.
9508         * wl-expire.el (toplevel): Ditto.
9509         * wl-folder.el (toplevel): Ditto.
9510         * wl-highlight.el (toplevel): Ditto.
9511         * wl-message.el (toplevel): Ditto.
9512         * wl-mime.el (toplevel): Ditto.
9513         * wl-mule.el (toplevel): Ditto.
9514         * wl-nemacs.el (toplevel): Ditto.
9515         * wl-refile.el (toplevel): Ditto.
9516         * wl-score.el (toplevel): Ditto.
9517         * wl-summary.el (toplevel): Ditto.
9518         * wl-template.el (toplevel): Ditto.
9519         * wl-thread.el (toplevel): Ditto.
9520         * wl-util.el (toplevel): Ditto.
9521         * wl-vars.el (toplevel): Ditto.
9522         * wl-xmas.el (toplevel): Ditto.
9523
9524 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9525
9526         * wl.el (wl-init): Added comment about `wl-init-hook'.
9527         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9528         * wl-vars.el (wl-init-hook): Added docs.
9529         (wl-make-plugged-hook): Removed useless docs.
9530         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9531         * wl-xmas.el (toplevel): Ditto.
9532
9533 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9534
9535         * wl-address.el (toplevel): Fixed multiple Author header format.
9536         * wl-demo.el (toplevel): Ditto.
9537         * wl-draft.el (toplevel): Ditto.
9538         * wl-folder.el (toplevel): Ditto.
9539         * wl-summary.el (toplevel): Ditto.
9540         * wl-thread.el (toplevel): Ditto.
9541         * wl-util.el (toplevel): Ditto.
9542         * wl-vars.el (toplevel): Ditto.
9543         * wl-version.el (toplevel): Ditto.
9544         * wl-xmas.el (toplevel): Ditto.
9545         * wl.el (toplevel): Ditto.
9546
9547         * wl-version.el (toplevel): Added require `elmo-version' for
9548         `product-version-as-string'.
9549
9550 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9551
9552         * wl-vars.el (wl-draft-send-hook): Changed default value to
9553         '(wl-draft-config-exec).
9554
9555         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9556         explicitly.
9557         (wl-draft): Set `wl-draft-config-exec-flag' before running
9558         `wl-mail-setup-hook'.
9559
9560         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9561         `wl-biff-init-icons' to `wl-init-hook' instead of
9562         `wl-make-plugged-hook'.
9563         (Because if `wl-draft' command is invoked at first,
9564         they are not initialized)
9565         Updated copyright notice.
9566
9567         * wl-e21.el (toplevel): Ditto;
9568
9569         * wl-demo.el (toplevel): Updated copyright notice.
9570         * wl-address.el (toplevel): Ditto.
9571         * wl-draft.el (toplevel): Ditto.
9572         * wl-version.el (toplevel): Ditto.
9573         * wl-folder.el (toplevel): Ditto.
9574         * wl-summary.el (toplevel): Ditto.
9575         * wl-thread.el (toplevel): Ditto.
9576         * wl-util.el (toplevel): Ditto.
9577         * wl-vars.el (toplevel): Ditto.
9578         * wl.el (toplevel): Ditto.
9579
9580 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9581
9582         * wl-highlight.el (wl-highlight-message): Fixed problem of
9583         highlighting failure which occured when the last field contains
9584         multiple lines in the draft buffer.
9585
9586         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9587         `wl-biff-start' if plugged.
9588
9589         * wl-util.el (wl-biff-check-folder): New function.
9590         (wl-biff-check-folders): Don't set session name prefix.
9591         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9592         (wl-biff-check-folder-async): Ditto.
9593
9594         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9595         in email address.
9596
9597 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9598
9599         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9600
9601         * wl-draft.el (wl-draft-strip-subject-re): New function.
9602
9603         * wl-draft.el (wl-draft-reply): Use it.
9604
9605 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9606
9607         * wl-message.el (wl-mmelmo-message-redisplay): Use
9608         `mime-display-message' instead of `wl-mime-display-message'.
9609
9610         * wl-mime.el (toplevel): Removed compatibility workaround
9611         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9612         (wl-mime-display-message): Abolished.
9613         (wl-mime-entity-read-field): Ditto.
9614         (wl-mime-combine-message/partial-pieces): Use
9615         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9616
9617 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9618
9619         * wl-template.el: Doc fixes.
9620
9621 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9622
9623         * wl-e21.el (wl-message-overload-functions): Do nothing if
9624         `current-local-map' is not available.
9625         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9626
9627 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9628
9629         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9630         representation.
9631
9632         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9633         number.
9634         (wl-fldmgr-save-folders): Don't use `format' when insert
9635         `wl-fldmgr-folders-header'.
9636
9637 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9638
9639         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9640
9641 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9642
9643         * wl-highlight.el (wl-highlight-message):
9644         Use `std11-field-end' to detect end point of the header field.
9645         Refer `wl-highlight-max-header-size'.
9646
9647         * wl-vars.el (wl-highlight-max-header-size): New variable.
9648
9649         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9650
9651         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9652         Set `for-draft' argument of wl-highlight-headers.
9653         (wl-draft): Ditto.
9654         (wl-draft-reedit): Ditto.
9655         (wl-user-agent-compose-internal): Ditto.
9656
9657 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9658
9659         * wl-message.el (wl-message-add-button): Use overlay.
9660
9661 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9662
9663         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9664
9665         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9666         problem when group-list content is nothing.
9667         (Reported by Mito <mit@nines.nec.co.jp>)
9668
9669 2000-10-18  SAITO Atsunori <sai@yedo.com>
9670
9671         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9672
9673 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9674
9675         * tm-wl.el (toplevel): Use product-provide.
9676
9677 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9678
9679         * Version number is increased to 2.3.92.
9680
9681 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9682
9683         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9684         title text, use `display' property for left margin under Emacs 21.
9685
9686         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9687         properties.
9688         (wl-plugged-init-icons): Ditto.
9689
9690 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9691
9692         * wl.el (wl-save-status, wl-init): Remove last period in
9693         "...done." message.
9694         * tm-wl.el (wl-summary-burst): Ditto.
9695         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9696         wl-summary-resume-cache-status,
9697         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9698         wl-summary-sync-update3, wl-summary-highlight-msgs,
9699         wl-summary-flush-pending-append-operations,
9700         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9701         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9702         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9703         wl-thread-open-all): Ditto.
9704         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9705         * wl-mime.el (wl-summary-burst): Ditto.
9706         * wl-highlight.el (wl-highlight-summary): Ditto.
9707         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9708         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9709         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9710         * wl-address.el (wl-local-address-init): Ditto.
9711
9712 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9713
9714         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9715         `add-text-properties'.
9716         (wl-plugged-init-icons): Ditto.
9717         (wl-folder-init-icons): Use `propertize' instead of
9718         `put-text-property'.
9719         (wl-plugged-set-folder-icon): Ditto.
9720         (wl-e21-highlight-folder-group-line): Ditto.
9721
9722 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9723
9724         * wl-version.el (wl-version-status-alist): New variable.
9725         (wl-version-status): New function.
9726
9727         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9728         "Cc" part of the case "Reply-To".
9729
9730         * wl-draft.el (wl-draft-reply): Use result of
9731         `eword-extract-address-components'.
9732
9733         * wl-demo.el (wl-demo-icon-name): New constant.
9734         (wl-logo-xpm): Use it.
9735         (wl-logo-xbm): Ditto.
9736         (wl-logo-bitmap): Ditto.
9737
9738         * Version number is increased to 2.3.91.
9739
9740 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9741
9742         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9743         (wl-extended-emacs-version, wl-extended-emacs-version2,
9744         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9745         docstring.
9746
9747         * wl-version.el (wl-generate-user-agent-string-1): New function.
9748         (wl-generate-user-agent-string): Use it.
9749
9750         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9751         `mime-edit-insert-user-agent-field'.
9752         (wl-generate-user-agent-string): Check
9753         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9754
9755         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9756         instead of `if', when verbose case.
9757
9758 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9759
9760         * wl-expire.el (wl-summary-expire): Fix.
9761
9762 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9763
9764         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9765         and `elmo-lost+found-folder' if 'wl-draft.
9766         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9767
9768 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9769
9770         * wl-expire.el (wl-summary-expire): Change messages.
9771         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9772         `deleing-info' instead of "Deleting..."
9773
9774 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9775
9776         * wl-summary.el (wl-summary-refile-subr): Fix.
9777
9778 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9779
9780         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9781         if pipe folder.
9782
9783 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9784
9785         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9786
9787 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9788
9789         * wl-expire.el (wl-expire-hide): New function.
9790         (wl-summary-expire): Add `hide'.
9791
9792 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9793
9794         * wl-vars.el (wl-draft-reply-without-argument-list):
9795         Changed default value to consider `Reply-To:'.
9796         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9797
9798         * Version number is increased to 2.3.90.
9799
9800         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9801         elmo-imap4-get-session with unwind-protect.
9802         Don't cause error.
9803         (wl-summary-sync-marks): Don't check plugged nor folder type.
9804         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9805         (Always keep current buffer).
9806
9807 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9808
9809         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9810         Enclose with `save-excursion'.
9811
9812 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9813
9814         * wl-version.el (wl-version): Remove interactive.
9815
9816 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9817
9818         * wl-version.el (wl-generate-user-agent-string): Use
9819         `product-string-verbose' instead of `product-string-1'.
9820
9821 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9822
9823         * wl-vars.el (wl-draft-use-cache): New variable.
9824         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9825         if wl-draft-use-cache is non-nil.
9826
9827 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9828
9829         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9830         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9831
9832 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9833
9834         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9835         (wl-thread-msg-mark-as-unread): Ditto.
9836
9837         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9838         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9839         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9840         Don't set mark in summary if return value of `elmo-mark-as-read'
9841         is nil.
9842         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9843         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9844         instead of `wl-thread-msg-mark-as-read'.
9845         (wl-summary-mark-as-unread-region): Ditto.
9846         (wl-summary-target-mark-mark-as-read): Ditto.
9847
9848         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9849
9850 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9853
9854         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9855
9856 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9859         face.
9860
9861 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9862
9863         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9864         `running-xemacs'.
9865
9866 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9867
9868         * wl-version.el (toplevel): Use `product-version-as-string' for
9869         set verstion-string, if defined.
9870
9871         * wl-version.el (wl-version-show): Insert string at point, when
9872         call with argument.
9873
9874         * wl-version.el (wl-generate-user-agent-string): Use
9875         `product-string-1' instead of `wl-appname', `wl-version' and
9876         `wl-codename'.
9877
9878 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9879
9880         * wl-address.el (toplevel): Use product-provide.
9881         * wl-demo.el (toplevel): Ditto.
9882         * wl-dnd.el (toplevel): Ditto.
9883         * wl-draft.el (toplevel): Ditto.
9884         * wl-e21.el (toplevel): Ditto.
9885         * wl-expire.el (toplevel): Ditto.
9886         * wl-fldmgr.el (toplevel): Ditto.
9887         * wl-folder.el (toplevel): Ditto.
9888         * wl-highlight.el (toplevel): Ditto.
9889         * wl-message.el (toplevel): Ditto.
9890         * wl-mime.el (toplevel): Ditto.
9891         * wl-mule.el (toplevel): Ditto.
9892         * wl-nemacs.el (toplevel): Ditto.
9893         * wl-refile.el (toplevel): Ditto.
9894         * wl-score.el (toplevel): Ditto.
9895         * wl-summary.el (toplevel): Ditto.
9896         * wl-template.el (toplevel): Ditto.
9897         * wl-thread.el (toplevel): Ditto.
9898         * wl-util.el (toplevel): Ditto.
9899         * wl-vars.el (toplevel): Ditto.
9900         * wl-xmas.el (toplevel): Ditto.
9901         * wl.el (toplevel): Ditto.
9902
9903 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9904
9905         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9906         instead of product.
9907
9908         * wl-version.el (wl-version): Compile time evalution elmo-version.
9909
9910 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9911
9912         * wl-summary.el (wl-summary-sync-force-update): Append queue
9913         `mark-as-read'if unplugged.
9914
9915 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9916
9917         * wl-version.el: New file.  Use product.el.
9918         * wl.el: add (require 'wl-version).
9919         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9920         for ~/.folders header.
9921         (wl-fldmgr-folders-header): Changed.
9922         * wl-demo.el (wl-demo): Use product.el.
9923
9924         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9925         wl-version.el.
9926         * wl-util.el (wl-version, wl-version-show): Ditto.
9927
9928         * wl-util.el (wl-generate-user-agent-string,
9929         wl-extended-emacs-version, wl-extended-emacs-version2,
9930         wl-extended-emacs-version3): Move to wl-version.el.
9931         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9932         xemacs-codename, mime-edit-insert-user-agent-field,
9933         mime-edit-user-agent-value, mime-editor/version,
9934         mime-editor/codename): Compile warning killer move to
9935         wl-version.el
9936
9937 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9938
9939         * wl-summary.el (wl-summary-refile-subr): Fix.
9940
9941 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9942
9943         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9944         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9945
9946 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9947
9948         * wl.el (wl-check-environment): Check too many `@'.
9949
9950 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9951
9952         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9953
9954 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9955
9956         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9957         wl-draft-reply-myself-without-argument-list): Add variables.
9958         * wl-draft.el (wl-draft-reply): Use it.
9959
9960 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9961
9962         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9963         the 5th argument of `elmo-network-get-spec'.
9964
9965         * wl-thread.el (wl-thread-reparent-children): New inline function.
9966         (wl-thread-delete-message): Use it.
9967
9968         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9969         (wl-summary-score-update-all-lines): Don't use `dolist'.
9970
9971 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9972
9973         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9974         (require 'elmo-msgdb) for inline function.
9975
9976 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9977
9978         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9979
9980 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9981
9982         * wl-score.el (wl-score-headers): Fix for the confusing macro
9983         `elmo-kill-buffer'.
9984
9985 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9986
9987         * wl-summary.el: Don't use the 3rd argument of `require' because
9988         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9989         * wl-util.el: Ditto.
9990         * wl-draft.el: Ditto.
9991
9992 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9993
9994         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9995         window system is not used.
9996
9997 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9998
9999         * wl-thread.el: Don't use `mapcar' only for iteration.
10000         (wl-thread-resume-entity): Ditto.
10001         (wl-thread-delete-message): Ditto.
10002
10003         * wl-summary.el: Bind `dragdrop-drop-functions',
10004         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
10005         of `require' for `timezone', `easymenu' and `ps-print';
10006         don't use `mapcar' only for iteration.
10007
10008         * wl-util.el: Bind `mule-version', `nemacs-version',
10009         `emacs-beta-version', `xemacs-codename',
10010         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
10011         `mime-editor/version' and `mime-editor/codename'; specify 3rd
10012         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
10013         only for iteration.
10014
10015         * wl-score.el: Don't use `mapcar' only for iteration.
10016         (wl-score-simplify-buffer-fuzzy): Ditto.
10017         (wl-score-simplify-subject): Ditto.
10018         (wl-score-headers): Ditto.
10019         (wl-summary-score-update-all-lines): Ditto.
10020
10021         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10022         `enable-multibyte-characters' and `mule-version'.
10023
10024         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10025         `mapcar' only for iteration.
10026
10027         * wl-demo.el: Don't use `mapcar' only for iteration.
10028
10029         * wl-folder.el: Don't use `mapcar' only for iteration.
10030         (wl-folder-open-all): Ditto.
10031         (wl-folder-count-incorporates): Ditto.
10032
10033         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10034         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10035
10036         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10037         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10038         `smtp-connection-type'; specify 3rd argument of `require' for
10039         `timezone'; don't use `mapcar' only for iteration.
10040         (wl-draft-clone-local-variables): Don't use `mapcar'.
10041         (wl-draft-generate-clone-buffer): Ditto.
10042         (wl-user-agent-compose-internal): Ditto.
10043
10044         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10045
10046         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10047         (wl-save-status): Ditto.
10048
10049         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10050         for iteration.
10051
10052 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10053
10054         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10055         removed `Date'.
10056         (wl-fldmgr-make-filter-default): New user option.
10057
10058         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10059         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10060         (wl-fldmgr-filter-completion-alist): Abolish.
10061
10062         * wl.el (wl): Don't check servers if arg is non-nil.
10063
10064         * wl-draft.el (wl-draft-reply): Set only message-id string to
10065         In-Reply-To field.
10066
10067 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10068
10069         * wl-summary.el (wl-summary-pick): Rewrite.
10070
10071         * wl-draft.el (wl-draft-forward): Get references field from
10072         original buffer.
10073         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10074
10075 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10076
10077         * wl-draft.el (wl-draft-forward): Add references field.
10078
10079 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10080
10081         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10082         (wl-draft-reply): Use it.
10083
10084 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10085
10086         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10087         when Emacs 21 is running.
10088
10089         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10090         bindings.
10091
10092 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10093
10094         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10095         XPM icons transparent.
10096
10097         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10098         Emacs 21.
10099
10100 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10101
10102         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10103         nil.
10104
10105         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10106         when it is persistent.
10107         (wl-summary-sync-marks): Changed argument for
10108         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10109         (wl-summary-virtual): Use `elmo-read-search-condition'.
10110         (wl-summary-redisplay-internal): If folder is local, mark as read
10111         even when folder is plugged.
10112
10113 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10114
10115         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10116         of `tool-bar-lines' in the frame parameters.
10117         (after-make-frame-functions, post-command-hook): Don't modify the
10118         value.
10119         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10120         wl-e21-tool-bar-lines): Removed.
10121
10122 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10123
10124         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10125         properties `evaporate' and `wl-momentary-overlay' as well.
10126         (wl-highlight-summary-displaying): Ditto.
10127         (wl-delete-all-overlays): Don't delete overlay which does not have
10128         a property `wl-momentary-overlay'.
10129
10130         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10131         `display-mouse-p' and `display-graphic-p'.
10132         (wl-folder-init-icons): Don't search for XBM or the other files.
10133         (wl-plugged-set-folder-icon): Make icons if and only if
10134         `display-graphic-p' returns non-nil.
10135         (wl-highlight-plugged-current-line): Use `before-string' overlay
10136         property to show icon images.
10137         (wl-highlight-folder-current-line): Ditto.
10138         (wl-e21-highlight-folder-group-line): Ditto.
10139         (wl-e21-highlight-folder-by-numbers): Ditto.
10140         (wl-e21-insert-image): Removed.
10141         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10142         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10143         said.
10144         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10145         `wl-e21-force-switch-toolbar'.
10146         (wl-e21-make-icon-image): Removed.
10147         (wl-e21-setup-toolbar): Don't search for XBM files.
10148         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10149         the default value.
10150
10151 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10152
10153         * wl-util.el (wl-biff-check-folder-async): Set
10154         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10155
10156 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10157
10158         * wl-e21.el (after-make-frame-functions): Add
10159         `wl-e21-force-switch-toolbar'.
10160         (wl-e21-force-switch-toolbar): New function force to switch the
10161         toolbar appearance automatically.
10162         (post-command-hook): Add `wl-e21-switch-toolbar'.
10163         (wl-e21-switch-toolbar): New function to switch the toolbar
10164         appearance automatically.
10165         (wl-e21-tool-bar-lines): New buffer local variable.
10166
10167 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10168
10169         * wl-util.el (wl-biff-check-folders-running): New variable.
10170         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10171         (wl-biff-check-folder-async-callback):
10172         Set `wl-biff-check-folders-running'.
10173         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10174         with unwind-protect.
10175
10176         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10177         Enclose `wl-folder-auto-check' with unwind-protect.
10178
10179         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10180         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10181
10182         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10183
10184         * wl-util.el (wl-biff-notify): New inline function.
10185         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10186         locally.
10187         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10188         folder-list' is 1.
10189         Use `wl-biff-notify'.
10190         (wl-biff-check-folder-async-callback): New function.
10191         (wl-biff-check-folder-async): Ditto.
10192
10193         * wl-folder.el (wl-folder): Don't check folders.
10194         (wl-folder-auto-check): New function.
10195
10196 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10197
10198         * wl-util.el (wl-biff-start) [Emacs19+]:
10199         Use `timer-next-integral-multiple-of-time'.
10200         (wl-biff-check-folders): Use `wl-default-folder'
10201         if `wl-biff-check-folder-list' is nil.
10202
10203 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10204
10205         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10206         instead of `elmo-delete-lists'.
10207
10208 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10209
10210         * wl.el (wl-plugged-toggle-all): Set the value of
10211         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10212         (wl-plugged-toggle): Ditto.
10213         (wl-toggle-plugged): Ditto.
10214         (wl-plugged-init): Ditto.
10215
10216         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10217         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10218         instead of `wl-biff-state-indicator-off' and
10219         `wl-biff-state-indicator-on'; don't modify the value and the type
10220         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10221         (wl-plugged-init-icons): Set icons data to
10222         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10223         instead of `wl-plug-state-indicator-off' and
10224         `wl-plug-state-indicator-on'; don't modify the value and the type
10225         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10226
10227         * wl-vars.el (wl-modeline-biff-state-off,
10228         wl-modeline-biff-state-on, wl-modeline-biff-status,
10229         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10230         wl-modeline-plug-status): New internal variables.
10231         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10232         wl-biff-check-interval, wl-biff-check-folder-list): Change
10233         customization group from `wl-folder' to `wl-highlight'.
10234         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10235         wl-show-plug-status-on-modeline): Defcustomized.
10236
10237         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10238         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10239         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10240         a flag to `mode-line-buffer-identification'.
10241
10242         * wl-e21.el (wl-biff-init-icons): Set icons data to
10243         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10244         instead of `wl-biff-state-indicator-off' and
10245         `wl-biff-state-indicator-on'.
10246         (wl-plugged-init-icons): Set icons data to
10247         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10248         instead of `wl-plug-state-indicator-off' and
10249         `wl-plug-state-indicator-on'.
10250
10251 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10252
10253         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10254         excessive titles.
10255
10256 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10257
10258         * wl.el (wl-plugged-mode): Use revised
10259         `wl-mode-line-buffer-identification'.
10260         (wl-plugged-init): Don't use `force-mode-line-update'.
10261
10262         * wl-xmas.el (wl-draft-overload-functions): Use revised
10263         `wl-mode-line-buffer-identification'.
10264         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10265         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10266         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10267         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10268         `wl-make-plugged-hook';
10269         add `wl-folder-init-icons' and `wl-setup-folder' to
10270         `wl-folder-mode-hook'.
10271
10272         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10273         19 as well.
10274         (wl-mode-line-display-priority-list): New user option.
10275         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10276         Defcustomized.
10277         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10278         Add docs.
10279
10280         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10281         start.
10282         (wl-mode-line-buffer-identification): Revised as a function.
10283
10284         * wl-summary.el (wl-summary-mode): Use revised
10285         `wl-mode-line-buffer-identification'; don't call
10286         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10287         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10288         `wl-xmas-setup-summary'.
10289
10290         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10291         `wl-mode-line-buffer-identification'.
10292
10293         * wl-mule.el (wl-draft-overload-functions): Use revised
10294         `wl-mode-line-buffer-identification'.
10295
10296         * wl-folder.el (wl-make-plugged-alist): Don't call
10297         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10298         (wl-folder): Don't call `wl-folder-init-icons' directly.
10299         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10300         `wl-xmas-setup-folder' directly;
10301         use revised `wl-mode-line-buffer-identification'.
10302         (TopLevel): Don't bind `wl-biff-init-icons',
10303         `wl-plugged-init-icons', `wl-folder-init-icons',
10304         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10305
10306         * wl-e21.el (wl-draft-overload-functions): Use revised
10307         `wl-mode-line-buffer-identification'.
10308         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10309         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10310         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10311         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10312         `wl-make-plugged-hook';
10313         add `wl-folder-init-icons' and `wl-setup-folder' to
10314         `wl-folder-mode-hook'.
10315
10316 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10317             Katsumi Yamaoka    <yamaoka@jpl.org>
10318
10319         * wl.el (wl): Call `wl-biff-start'.
10320         (wl-exit): Call `wl-biff-stop'.
10321         (wl-plugged-mode): Show biff in modeline.
10322         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10323
10324         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10325         (wl-biff-init-icons): New function.
10326         (wl-plugged-init-icons): Don't make too much keymaps.
10327         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10328
10329         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10330         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10331         variables.
10332         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10333         options.
10334
10335         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10336         wl-biff-start, wl-biff-stop): New functions.
10337         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10338         (wl-biff-timer-name): New variable.
10339
10340         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10341
10342         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10343         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10344
10345         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10346         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10347
10348         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10349         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10350         `wl-folder-init-icons' to `ignore' if they are not available.
10351         (wl-folder-mode): Show biff in modeline.
10352
10353         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10354         (wl-biff-init-icons): New function.
10355         (wl-plugged-init-icons): Don't make too much keymaps.
10356         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10357
10358 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10359
10360         * wl-vars.el (wl-strict-diff-folders): Customization Type
10361         and doc fix.  Define as a list of regular expressions for
10362         folders or nil.
10363         * wl-folder.el (wl-folder-check-one-entity): Use
10364         `wl-string-match-member' instead of `wl-string-member' for
10365         `wl-strict-diff-folders'.
10366
10367 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10368
10369         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10370         (wl-highlight-folder-current-line): Use it; new implementation.
10371         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10372         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10373         `defsubst' instead of `defun'.
10374
10375         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10376         `wl-highlight-group-folder-by-numbers'; made it can also be a
10377         number.  See info for more details.
10378
10379         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10380         running.
10381
10382         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10383         to bind them.
10384
10385         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10386         (wl-highlight-folder-current-line): New implementation.
10387
10388         * wl-highlight.el (wl-highlight-folder-group-line): New
10389         implementation.
10390         (wl-delete-all-overlays): Rewrite as a marco.
10391         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10392
10393         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10394         running.
10395         (wl-folder-*-glyph): No need to bind them.
10396
10397         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10398         `wl-e21-highlight-folder-group-icon'; rewrite.
10399         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10400         `defsubst' instead of `defun'.
10401         (wl-folder-mode-map): Bind it when compiling.
10402
10403 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10406
10407         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10408
10409 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10410
10411         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10412
10413 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10414
10415         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10416         (wl-highlight-folder-current-line): Use it.
10417
10418         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10419         in `id-name'.
10420
10421 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10422
10423         * wl.el: Require `wl-e21' when Emacs 21 is running.
10424
10425         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10426         default when Emacs 21 is running.
10427         (wl-use-highlight-mouse-line): Ditto.
10428         (wl-on-emacs21): New constant.
10429         (wl-on-emacs20): Removed.
10430
10431         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10432         Emacs 21 is running.
10433
10434         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10435         Emacs 21 is running.
10436
10437         * wl-e21.el: New file.
10438
10439 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10440
10441         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10442         (wl-toggle-plugged): Ditto.
10443         (wl-plugged-toggle): Ditto.
10444         (wl-plugged-toggle-all): Ditto.
10445
10446         * wl-vars.el (wl-plug-state-indicator): Refer
10447         `wl-plug-state-indicator-on' indirectly.
10448
10449 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10452         Call `wl-folder-confirm-existence'.
10453
10454         * wl-folder.el (wl-folder-confirm-existence): Added optional
10455         argument `force'.
10456
10457 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10458
10459         * wl-summary.el (wl-summary-refile-subr): Assume
10460         `copy-or-refile' as symbol.
10461         (wl-summary-refile): Follow up above change.
10462         (wl-summary-copy): Ditto.  Doc fix.
10463
10464 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10465
10466         * wl-summary.el (wl-summary-pick): Don't bind
10467         `elmo-search-mime-charset'.
10468
10469         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10470         default using old backquote style.
10471         (wl-search-mime-charset): Abolished.
10472
10473         * wl-highlight.el (wl-highlight-headers):
10474         Call `point' after `re-search-forward'(for Nemacs).
10475
10476         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10477         for elmo-imap4.el.
10478
10479 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10480
10481         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10482         `wl-message-ignored-field-list' instead of
10483         `mime-view-ignored-field-list'.
10484
10485         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10486         Add interactive spec.
10487         (wl-folder-goto-bottom-of-current-folder): Ditto.
10488         (wl-folder-mode-map): Bind them.
10489
10490         * wl-vars.el (wl-message-ignored-field-list): New variable.
10491         (wl-message-visible-field-list): New variable.
10492
10493         * wl-mime.el (wl-mime-header-presentation-method): New function.
10494         (wl-mime-setup): Set header-presentation-method.
10495
10496 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10497
10498         * wl-nemacs.el (wl-draft-overload-functions): Set
10499         `mode-line-buffer-identification' instead of using
10500         `wl-make-modeline'.
10501
10502         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10503         instead of using `wl-make-modeline'.
10504
10505         * wl-xmas.el (wl-plugged-init-icons): Set up
10506         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10507         (wl-make-modeline): Abolish.
10508         (wl-draft-overload-functions): Set
10509         `mode-line-buffer-identification' instead of using
10510         `wl-make-modeline'.
10511
10512         * wl-util.el (wl-make-modeline-subr): Abolish.
10513         (wl-mode-line-buffer-identification): New alias.
10514
10515         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10516         (wl-summary-make-modeline): Abolish.
10517         (wl-summary-buffer-set-folder): Set
10518         `wl-summary-buffer-folder-indicator'.
10519         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10520         of using `wl-make-modeline'.
10521         (wl-summary-switch-to-clone-buffer): Don't set
10522         `mode-line-buffer-identification'.
10523         (wl-summary-goto-folder-subr): Ditto.
10524
10525         * wl-mule.el (wl-draft-overload-functions): Set
10526         `mode-line-buffer-identification' instead of using
10527         `wl-make-modeline'.
10528
10529         * wl-folder.el (wl-folder-mode): Set
10530         `mode-line-buffer-identification' instead of using
10531         `wl-make-modeline'.
10532         (wl-folder): Don't set `mode-line-buffer-identification'.
10533
10534 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10535
10536         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10537         instead of `member' for `wl-refile-guess-func-list' look-ups.
10538         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10539
10540 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10541
10542         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10543         `wl-message-button-dispatcher'.
10544
10545         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10546
10547         * wl-message.el (wl-message-button-dispatcher): Use it.
10548
10549         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10550         "In-Reply-To".
10551
10552         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10553         Bind `case-fold-search' to t.
10554
10555 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10556
10557         * wl-xmas.el (wl-message-overload-functions): Initialize
10558         `wl-message-button-map'.
10559
10560         * wl-mule.el (wl-message-overload-functions): Initialize
10561         `wl-message-button-map'.
10562
10563         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10564
10565         * wl-message.el (wl-message-button-map): New keymap.
10566         (wl-message-add-button): New function.
10567         (wl-message-button-dispatcher): New function.
10568         (wl-message-button-refer-article): New function.
10569
10570         * wl-highlight.el
10571         (wl-highlight-message-add-buttons-to-header): New function.
10572         (wl-highlight-headers): Use it.
10573
10574 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10575
10576         * wl-summary.el (wl-summary-default-from): Use
10577         `wl-address-get-petname-1'.
10578         (wl-summary-simple-from): Ditto.
10579
10580         * wl-address.el (wl-address-get-petname-1): New inline function.
10581         (wl-address-get-petname): Use it.
10582
10583 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10584
10585         * wl-summary.el (wl-summary-default-from): Return full-name part
10586         from the address if no petname was found.
10587         (wl-summary-simple-from): Ditto.
10588
10589         * wl-address.el (wl-address-get-petname): Return nil if no petname
10590         associated with the address was found.
10591
10592 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10593
10594         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10595         display is finished.
10596
10597 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10598
10599         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10600         `elmo-folder-exists-p' argument.
10601
10602 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10603
10604         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10605         the folder.
10606
10607 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10608
10609         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10610
10611         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10612         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10613
10614 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10615
10616         * wl-folder.el (wl-folder-create-subr): New function.
10617         (wl-folder-confirm-existence): Use it.
10618         (wl-folder-check-one-entity): Use it.
10619         Check the error symbol is derived from 'elmo-open-error.
10620
10621         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10622         `ignore-error'.
10623
10624 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10625
10626         * wl-util.el (toplevel): Add (eval-when-compile (require
10627         'elmo-util)).  (Maybe `provide' is typo.)
10628
10629 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10630
10631         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10632         (I don't know why this was needed.)
10633
10634         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10635         Follow up changes for stream-type.
10636
10637         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10638         (wl-draft-elmo-nntp-send): Ditto.
10639
10640         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10641         (wl-nntp-posting-stream-type): Ditto.
10642         (wl-pop-before-smtp-ssl): Abolished.
10643         (wl-nntp-posting-ssl): Ditto.
10644
10645         * wl-address.el (wl-address-quote-specials): New function.
10646         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10647
10648         * wl-draft.el (wl-draft-reply): Ditto.
10649
10650 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10651
10652         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10653         use function `wl-string-match-assoc'.
10654
10655 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10656
10657         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10658
10659         * wl-draft.el (wl-draft-deduce-address-list): New function.
10660         (wl-draft-parse-mailbox-list): Ditto.
10661         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10662         instead of `smtp-deduce-address-list'.
10663         (wl-draft-on-field-p): Follow group list.
10664
10665         * wl-address.el (wl-address-concat-token): New function.
10666         (wl-address-string-without-group-list-contents): Ditto.
10667         (wl-complete-field-body): Fixed problem of completion
10668         by japanese petname.
10669         (wl-address-make-completion-list): Rewrite.
10670
10671 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10672
10673         * wl-address.el (wl-address-make-completion-list): Completion by
10674         petname.
10675         (wl-complete-field-body): Likewise.
10676
10677 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10678
10679         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10680         contains invalid address syntax.
10681
10682 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10683
10684         * wl-folder.el (wl-folder-check-entity-async): Use
10685         `elmo-nntp-spec-hostname'.
10686
10687 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10688
10689         * wl-summary.el (wl-summary-msgdb-load-async): Use
10690         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10691
10692 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-draft.el (wl-draft-reply): Set argument
10695         `content-transfer-encoding' as nil.
10696
10697 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10698
10699         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10700         `wl-refile-alist'.
10701
10702 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10703
10704         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10705         (wl-draft-edit-string): Ditto.
10706         (wl-draft-forward): Ditto.
10707         * wl-summary.el (wl-summary-write): Ditto.
10708
10709 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * wl-summary.el (wl-summary-sync-update3): Call
10712         `wl-summary-buffer-number-column-detect'.
10713         (wl-summary-buffer-number-column-detect): Search from point-min.
10714
10715 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10716
10717         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10718         contains an address which is not included in original to or cc.
10719
10720 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10721
10722         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10723         begin-line does not exist.
10724         * wl-message.el (wl-message-uu-substring): Ditto.
10725
10726 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10727
10728         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10729         clear local variables.
10730         (wl-summary-exit): Call `elmo-commit'.
10731         (wl-summary-switch-to-clone-buffer): Call
10732         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10733         (wl-summary-goto-folder-subr): Ditto.
10734
10735         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10736         POP folder.
10737
10738 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10739
10740         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10741         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10742         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10743         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10744         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10745         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10746
10747         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10748
10749 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10750
10751         * wl-summary.el (wl-summary-search-by-subject):
10752         Search parent message from the latest one.
10753
10754 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10755
10756         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10757         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10758
10759         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10760         New user option.
10761
10762         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10763         if elmo-nntp-use-killed-list is nil.
10764         Use `elmo-msgdb-append-to-killed-list'.
10765         (Append numbers confirmed as disappeared to the killed list.)
10766         (wl-summary-confirm-appends): Don't display negative number.
10767
10768 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10769
10770         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10771
10772 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10773
10774         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10775         range is `all'.
10776         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10777         `elmo-list-bigger-diff'.
10778
10779 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10780
10781         * wl-summary.el (wl-summary-buffer-exit-func):
10782         New buffer local variable.
10783         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10784
10785 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10786
10787         * wl-demo.el (wl-demo): Fix the last change.
10788
10789 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10790
10791         * wl-demo.el (wl-demo): Don't use `eval'.
10792
10793 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10794
10795         * wl-summary.el (wl-summary-buffer-thread-modified):
10796         New buffer-local variable.
10797         (wl-summary-set-thread-modified): New function.
10798         (wl-summary-thread-modified-p): New function.
10799         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10800         (wl-summary-yank-saved-message): Use function
10801         `wl-summary-set-thread-modified'
10802         (wl-summary-switch-to-clone-buffer): Add
10803         `wl-summary-buffer-thread-modified'.
10804
10805         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10806         (wl-summary-buffer-mark-saved-hook): Ditto.
10807         * wl-summary.el (wl-summary-msgdb-save): New hook
10808         `wl-summary-buffer-message-saved-hook' and
10809         `wl-summary-buffer-mark-saved-hook'.
10810
10811 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10812
10813         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10814
10815 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10816
10817         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10818         don't hide scroll bars under FSF Emacsen because it may incur an
10819         undesirable redrawing.
10820
10821 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10822
10823         * wl-draft.el (wl-draft-edit-string): Call
10824         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10825
10826 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10827
10828         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10829
10830 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10831
10832         * wl-summary.el (wl-summary-msgdb-load-async): Call
10833         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10834
10835 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10836
10837         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10838         fringes in demo buffer; center bitmap logo correctly even if old
10839         Mule is used.
10840
10841 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10842
10843         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10844
10845         * wl-refile.el (wl-refile-subject-alist): New variable.
10846         (wl-refile-subject-alist-file-name): Ditto.
10847         (wl-refile-alist-setup): Rewrite.
10848         (wl-refile-alist-save): Use `elmo-object-save'.
10849         Eliminated arguments.
10850         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10851         (wl-refile-guess-by-subject): New function.
10852         (wl-refile-guess-func-list): Added it.
10853
10854 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10855
10856         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10857         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10858
10859 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10860
10861         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10862         New buffer-local variable.
10863         (wl-summary-buffer-next-folder-func): Ditto.
10864         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10865         if non-nil.
10866         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10867         if non-nil.
10868         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10869         if non-nil.
10870         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10871         if non-nil.
10872
10873 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10874
10875         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10876         permanently in the demo buffer.
10877
10878 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10879
10880         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10881         `mime-entity-fetch-field'.
10882
10883         * wl.el (wl-exit): Delete plugged buffer.
10884
10885         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10886         XEmacs has menubar feature.
10887
10888 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10889
10890         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10891         cannot arrive at the beginning of the buffer under old Emacsen.
10892
10893 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10894
10895         * wl-address.el (wl-address-ldap-search):
10896         Call `ldap-search-entries' with `withdn' argument t.
10897         (wl-complete-field-body): Bind completion-ignore-case as t.
10898         Clear ldap search hash when it was sole completion.
10899         Use elmo-string for pattern string.
10900         (wl-ldap-alias-safe-string): Eliminated needless let.
10901
10902 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10903
10904         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10905         (wl-ldap-alias-sep): New constant.
10906         (wl-ldap-search-attribute-type-list): Ditto.
10907         (wl-ldap-get-value): New function.
10908         (wl-ldap-make-filter): Ditto.
10909         (wl-ldap-make-matched-value-list): Ditto.
10910         (wl-ldap-alias-safe-string): Ditto.
10911         (wl-ldap-register-dn-string): Ditto.
10912         (wl-address-ldap-search): Rewrite.
10913
10914 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10915
10916         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10917         thread is deleted.
10918         (wl-thread-delete-line-from-buffer): Ditto.
10919         (wl-thread-get-exist-children): New function.
10920
10921 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10922
10923         * wl-demo.el (wl-demo): Made it to select various image types.
10924         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10925         from `wl-title-logo'.
10926         (wl-logo-ascii): New variable.
10927         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10928         (wl-demo-copyright-notice): New constant.
10929
10930         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10931
10932 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10933
10934         * wl-vars.el (wl-summary-target-above): Renamed from
10935         wl-summary-temp-above.
10936         * wl-score.el (wl-score-get-score-alist): Use it.
10937         (wl-summary-score-update-all-lines): Use it.
10938         * wl-summary.el: Ditto. (make-variable-buffer-local).
10939
10940 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10941
10942         * wl-vars.el (wl-ldap-port): New user option.
10943
10944         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10945         Rewite whole implementation.
10946         (wl-complete-field-body): Fixed.
10947
10948 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10949
10950         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10951         Choose implementation at compile time.
10952
10953 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10954
10955         * wl-address.el (wl-ldap-search-internal): New function.
10956         (wl-complete-field-to): Use it.
10957
10958 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10961         Use `let' instead of `let*'.
10962         Require 'wl-vars.
10963
10964         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10965         Define as defcustom.
10966         (wl-ldap-base): Ditto.
10967         (wl-use-ldap): Ditto.
10968
10969 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10970
10971         * wl-address.el (wl-ldap-search): New function.
10972         (wl-complete-field-body): Use `wl-ldap-search'.
10973         (wl-ldap-server): New variable.
10974         (wl-ldap-base): Ditto.
10975         (wl-use-ldap): Ditto.
10976
10977 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10978
10979         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10980         (Pointed out by Mito <mit@nines.nec.co.jp>).
10981         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10982         buffer-local variables like `wl-summary-redisplay-internal'.
10983         (wl-summary-redisplay-all-header): Likewise.  Update
10984         Summary view too.
10985
10986 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10987
10988         * wl-summary.el (wl-summary-jump-to-parent-message):
10989         Consider prefix argument.
10990
10991         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10992         when closed thread is deleted.
10993
10994 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10995
10996         * wl-summary.el (wl-summary-jump-to-parent-message):
10997         Consider thread modification.
10998
10999 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
11000
11001         * wl-message.el (wl-message-normal-get-original-buffer): Use
11002         `save-excursion'.
11003
11004         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
11005         (wl-summary-showto-folder-regexp): Ditto.
11006
11007 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
11008
11009         * wl-util.el (wl-delete-alist): Doc fix.
11010         (wl-delete-associations): New function.
11011         (wl-inverse-alist): New function.
11012         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
11013         Split temporary variables. Use `wl-delete-associations'
11014         and `wl-inverse-alist'.
11015         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
11016
11017 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
11018
11019         * wl-folder.el (wl-folder-prefetch-entity):
11020         Execute prefetching if new count is unknown.
11021
11022 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11023
11024         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11025
11026         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11027         delete entity.
11028         (wl-thread-set-parent): If insert as top, set linked as nil.
11029
11030         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11031         `wl-thread-cleanup-symbols' when view mode is thread.
11032
11033 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11034
11035         * wl-folder.el (wl-folder-create-folder-entity): Use
11036         with-current-buffer.
11037         (wl-local-folder-init): Call set-buffer to make sure we are in
11038         the Folder buffer. Don't touch buffer-local variables here.
11039         (wl-folder-mode): Initialize buffer-local variables here.
11040
11041         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11042         (wl-folder-entity-assign-id): Ditto.
11043         (wl-folder-create-entity-hashtb): Ditto.
11044         (wl-local-folder-init): Ditto.
11045         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11046
11047 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11048
11049         * wl-summary.el (wl-summary-default-from): Fix probrem when
11050         std11-extract-address-components return (nil "foo@bar").
11051
11052 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11053
11054         * wl-draft.el (wl-draft-clone-local-variables):
11055         Remove redundant `setq'.
11056
11057 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11058
11059         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11060         Bind wl-highlight-x-face-func as nil while highlighting header.
11061
11062 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11063
11064         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11065
11066 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11067
11068         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11069         elmo-msgdb-overview-hashtb from copy-variables.
11070         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11071         instead of `elmo-msgdb-overview-get-entity-by-number'.
11072         (wl-summary-auto-refile): Ditto.
11073
11074         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11075         `elmo-msgdb-overview-get-entity' instead of
11076         `elmo-msgdb-search-overview-entity'.  Use
11077         `elmo-msgdb-overview-get-entity' instead of
11078         `elmo-msgdb-overview-get-entity-by-number'.
11079         (wl-thread-insert-entity-sub): Ditto.
11080         (wl-thread-insert-message): Ditto.
11081
11082         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11083         `elmo-msgdb-overview-get-entity'.
11084         (wl-normal-message-redisplay): Ditto.
11085
11086 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11087
11088         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11089         `wl-thread-entities'.
11090         (wl-thread-delete-message): Fix remove top message from
11091         `wl-thread-entity-list'.
11092
11093         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11094         wl-append(nconc), because update-list is broken on Meadow.
11095
11096         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11097         updating process.
11098         (wl-summary-rescan): Ditto.
11099         (wl-summary-sync-update3): Ditto.
11100         * wl-thread.el (wl-thread-set-parent): Renamed from
11101         `wl-summary-set-parent'.
11102         (wl-thread-insert-message): Updating buffer faster.
11103         (wl-thread-delete-message): Updating buffer faster.
11104
11105         * wl-score.el (wl-summary-score-update-all-lines): Changed
11106         interval for display progress gauge.
11107
11108 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11109
11110         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11111         folder always-sticky.
11112         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11113         defmacro.
11114
11115 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11116
11117         * wl-vars.el (wl-draft-add-references): New user option.
11118
11119         * wl-draft.el (wl-draft-add-references): New function.
11120         (wl-draft-yank-from-mail-reply-buffer): Use it.
11121         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11122         as nil.
11123
11124 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11125
11126         * wl-thread.el (wl-thread-update-line-msgs): Called
11127         `wl-thread-update-line-on-buffer-sub'.
11128         (wl-thread-update-line-on-buffer): Delete routine of inserting
11129         thread.
11130         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11131         moved from `wl-thread-update-line-on-buffer'.
11132         Add threshold for displaying progress gauge.
11133         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11134         argument of `wl-thread-update-line-msgs'.
11135         Add threshold for displaying progress gauge.
11136         * wl-folder.el:
11137         Add threshold for displaying progress gauge.
11138         * wl-score.el: Ditto.
11139
11140         * wl-expire.el (wl-summary-expire): Display deleting info.
11141
11142 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11143
11144         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11145         `no-msg'.
11146         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11147         argument of `wl-thread-update-line-msgs'.
11148         (wl-summary-set-parent): Added optional argument `parent-number'.
11149         (wl-summary-buffer-saved-message): New buffer local variable.
11150         (wl-summary-save-current-message): New command.
11151         (wl-summary-yank-saved-message): Ditto.
11152         (wl-summary-mode-map): Added key binding for
11153         `wl-summary-save-current-message' (\ew) and
11154         `wl-summary-yank-saved-message' (\C-y).
11155         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11156
11157 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11158
11159         * wl-summary.el (wl-summary-mode-map): Added key binding for
11160         `wl-summary-set-parent' (ts).
11161
11162 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11163
11164         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11165         subject faster. If thread number is reverse, delayed updating
11166         thread.
11167         (wl-summary-search-by-subject): Ditto.
11168         (wl-summary-put-alike): Ditto.
11169         (wl-summary-get-alike): Ditto.
11170         (wl-summary-insert-headers): Insert header of all overview in
11171         buffer.
11172         (wl-summary-rescan): Delayed updating thread. Kill search subject
11173         buffer for wl-summary-search-by-subject.
11174         (wl-summary-sync-update3): Ditto.
11175         (wl-summary-exit): Ditto.
11176         (wl-summary-goto-bottom-of-current-thread): Change for linked
11177         thread.
11178         (wl-summary-overview-create-summary-line): Change line for linked
11179         thread.
11180
11181         * wl-summary.el (wl-summary-update-thread): Use
11182         wl-thread-maybe-get-children-num.
11183         (wl-summary-set-parent): If change parent, move sub thread.
11184         (wl-summary-redisplay-internal): Add horizontal recenter.
11185         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11186
11187         * wl-thread.el (wl-thread-entity-get-linked): New function.
11188         (wl-thread-entity-set-linked): New function.
11189         (wl-thread-create-entity): Add linked element.
11190         (wl-thread-entity-insert-as-top): Use wl-append.
11191         (wl-thread-maybe-get-children-num): If closing thread, return
11192         children msgs.
11193         (wl-thread-update-line-msgs): Displaying progress message.
11194         (wl-thread-update-line-on-buffer-sub): Use
11195         wl-thread-maybe-get-children-num.
11196         (wl-thread-update-line-on-buffer): If update line is not exists,
11197         insert thread.
11198         (wl-thread-delete-message): If delete top msg of thread, search
11199         parent by subject.
11200         (wl-thread-insert-entity): Use
11201         wl-thread-maybe-get-children-num.
11202
11203         * wl-highlight.el (wl-highlight-summary-current-line): change
11204         sregexp for linked thread.
11205         * wl-util.el (wl-count-lines): Count lines.
11206         (wl-horizontal-recenter): horizontal recenter.
11207         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11208         (wl-score-get-alike): Ditto.
11209         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11210         (wl-subject-length-limit): New variable.
11211         (wl-highlight-thread-indent-string-regexp): Changed for linked
11212         thread.
11213
11214 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11215
11216         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11217         New variable (revival).
11218         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11219         by subject matching if there's no in-reply-to nor references field
11220         (revival).
11221
11222 \f
11223 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11224
11225         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11226         message.
11227
11228 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11229
11230         * wl-summary.el (wl-summary-reply): Return t if there was a
11231         message at cursor point.
11232         Added unwind-protect.
11233         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11234         returns t.
11235         (wl-summary-cancel-message): Do nothing when there's no message at
11236         cursor point.
11237         (wl-summary-forward): Ditto.
11238         (wl-summary-jump-to-parent-message): Ditto.
11239         (wl-summary-reedit): Ditto.
11240         (wl-summary-edit-addresses): Ditto.
11241         (wl-summary-pipe-message): Ditto.
11242         (wl-summary-print-message-with-ps-print): Ditto.
11243         (wl-summary-print-message): Ditto.
11244         (wl-summary-mark-as-important): Ditto.
11245         (wl-summary-mark-as-unread): Ditto.
11246
11247         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11248         message at cursor point.
11249         (wl-summary-reply-with-citation): Remove unwind-protect.
11250
11251         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11252         subject searching feature.
11253         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11254         Eliminated.
11255
11256 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11257
11258         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11259         New variable.
11260         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11261         by subject matching if there's no in-reply-to nor references field.
11262
11263         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11264
11265         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11266         when display is finished.
11267         (wl-folder-open-all): Ditto.
11268         (wl-folder-update-access-group): Ditto.
11269         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11270         * wl-thread.el (wl-thread-close-all): Ditto.
11271
11272         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11273         progress gauge only when it was displayed.
11274         * wl-folder.el (wl-folder-insert-entity): Ditto.
11275
11276 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11277
11278         * wl-summary.el (wl-summary-incorporate): Enclose
11279         `wl-summary-sync-force-update' with save-excursion.
11280
11281 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11282
11283         * wl-summary.el (wl-summary-prefetch-region):
11284         Pass current cursor point to `pos-visible-in-window-p' after
11285         moving cursor to the started point.
11286
11287 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11288
11289         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11290
11291         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11292         fields from the forwarding message.
11293         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11294         `ignored-fields'.
11295
11296 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11297
11298         * wl-mime.el (wl-message-request-partial):
11299         Eliminated argument `msgdb'.
11300         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11301         (wl-mime-combine-message/partial-pieces): Likewise.
11302         * tm-wl.el (wl-message-request-partial): Likewise.
11303         (wl-mime-combine-message/partial-pieces): Likewise.
11304
11305 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11306
11307         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11308         when display is finished.
11309
11310 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11311
11312         * wl-summary.el (wl-summary-goto-folder-subr):
11313         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11314
11315 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11316
11317         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11318         when cursor point is visible.
11319
11320 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11321
11322         * wl-expire.el (wl-expire-archive-get-max-number):
11323         Don't use `file-name-directory'.
11324
11325 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11326
11327         * wl-expire.el (wl-expire-archive-get-max-number):
11328         Use `file-name-directory'.
11329
11330 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11331
11332         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11333         only when there is progress.
11334
11335 2000-04-13  Mito <mit@nines.nec.co.jp>
11336
11337         * wl-summary.el (wl-summary-sync-marks): Display progress.
11338
11339 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11340
11341         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11342         (wl-summary-prev): Move cursor regardless of unread status.
11343         (wl-summary-next): Ditto.
11344
11345 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11346
11347         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11348         Added argument `target' and `number'.
11349         * tm-wl.el (wl-summary-burst-subr): New function.
11350         (wl-summary-burst): Use it.
11351
11352 2000-04-10  Mito <mit@nines.nec.co.jp>
11353
11354         * wl-mime.el (wl-burst): New function.
11355         (wl-summary-burst): Use it.
11356
11357 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11358
11359         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11360         as petname when there's no candidate.
11361
11362 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11363
11364         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11365         New variable.
11366         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11367
11368         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11369
11370         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11371
11372 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11373
11374         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11375         Use substring of `original' instead of buffer-substring.
11376         (wl-refile-evaluate-rule):
11377         Set `original' argument of wl-refile-expand-newtext.
11378
11379         * wl-summary.el
11380         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11381         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11382         (wl-summary-auto-refile): Check existence of destination folder just
11383         before marking.
11384
11385 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11386
11387         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11388         when wl-refile-get-field-value return nil.
11389
11390 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11391
11392         * wl-refile.el
11393         (wl-refile-expand-newtext): New function imported from Gnus.
11394         (wl-refile-evaluate-rule): Use it.
11395
11396 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11397
11398         * wl-summary.el (wl-summary-print-destination):
11399         Duplicate folder string to avoid putting text-property on
11400         original string.
11401
11402         * wl-refile.el (wl-refile-get-field-value): New function.
11403         (wl-refile-evaluate-rule): New function;
11404         Evaluate refile rule recursively.
11405         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11406         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11407         New function; Check existence of a target folder recursively.
11408         (wl-summary-auto-refile-check-refile-rule-alist):
11409         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11410
11411 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11412
11413         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11414
11415         * wl-folder.el (wl-create-folder-entity-from-buffer):
11416         Fixed problem when '}' character is contained in folder name.
11417
11418         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11419
11420 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11421
11422         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11423         (wl-fldmgr-add-completion-all-completions):
11424         Use wl-fldmgr-add-completion-hashtb.
11425
11426 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11427
11428         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11429         wl-fldmgr-add-completion-subr): New functions.
11430         * wl-folder.el (wl-folder-completion-func): New variable.
11431         * wl-summary.el (wl-summary-read-folder):
11432         Use wl-folder-completion-func.
11433
11434         * wl-refile.el: Eliminate throw & catch.
11435
11436         * wl.el (wl-plugged-sending-queue-status): Fixed.
11437
11438 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11439
11440         * wl-draft.el (wl-draft): Put category property on
11441         mail-header-separator.