8b79ed32f386a2c8d4719ab374335dea057e4f5f
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * wl-demo.el: Prune functions provided temporarily to avoid
4         compile warnings in the end.
5
6 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
7
8         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
9         the registered messages unless specified folder is a spam folder.
10         Add docstring.
11         (wl-spam-register-good-messages): Remove spam mark from
12         the registered messages.  Add docstring.
13         (wl-summary-register-as-spam)
14         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
15         (wl-summary-register-as-spam-all)
16         (wl-summary-target-mark-register-as-spam)
17         (wl-summary-register-as-good)
18         (wl-summary-register-as-good-region, wl-thread-register-as-good)
19         (wl-summary-register-as-good-all)
20         (wl-summary-target-mark-register-as-good): Add docstring.
21
22 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-summary.el: Delete trailing whitespace.
25
26 2010-08-27  Kenichi Okada  <okada@opaopa.org>
27
28         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
29         message human-readable.
30
31 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
32
33         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
34         (wl-highlight-folder-current-line): Ditto.
35         * wl-xmas.el (wl-draft-insert-signature): Ditto.
36         (wl-highlight-folder-current-line): Ditto.
37
38 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * wl-address.el (wl-address-make-alist-from-alias-file): Use
41         `(delete-char -1)' instead of `(delete-backward-char 1)' that
42         deletes region in Emacs 24.
43         See delete-active-region described in NEWS.
44         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
45         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
46
47 2010-08-14  David Maus  <dmaus@ictsoc.de>
48
49         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
50         edit draft message when in draft folder.
51
52 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
55         instead of (delete-backward-char 1) that deletes region in Emacs 24.
56         See delete-active-region described in NEWS.
57
58 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
59
60         * wl-spam.el (wl-summary-register-as-spam-region)
61         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
62         (wl-thread-register-as-good): New functions.
63         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
64
65 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
66         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
67         images for the icon if there is only one image.
68
69 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
72         newline.
73         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
74         so as to match header tokens strictly.
75
76 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
77
78         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
79         for the message not classified as spam.
80         (wl-summary-test-spam-messages): New function.
81         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
82         instead of `wl-spam-map-spam-messages'.
83
84 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
85
86         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
87         (wl-summary-define-mark-action): Define unmark functions.
88         (wl-summary-unmark): Add the second argument `mark'.
89         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
90
91 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
92
93         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
94         autodecryption for draft preview.
95
96 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
97         * wl-summary.el (toplevel): New function
98         `wl-summary-toggle-mime-buttons' and keybinding to toggle
99         visibility of MIME buttons in message view mode.
100
101 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
102
103         * Version number is increased to 2.15.9.
104
105 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
106
107         * wl-score.el (wl-score-followup): Remove verbose comment (same as
108         docstring).
109
110         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
111         Revert `save-excursion' for `wl-summary-jump-to-msg'.
112
113 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
114
115         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
116         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
117         semicolons, that should start at the left margin.
118         See. also (Info-goto-node "(elisp)Comment Tips").
119         * wl-acap.el (wl-acap-store): Ditto.
120         * wl-action.el (wl-summary-unset-mark): Ditto.
121         * wl-address.el (wl-address-ldap-search): Ditto.
122         * wl-demo.el (wl-demo-insert-image): Ditto.
123         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
124         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
125         (wl-draft-previous-history-element): Ditto.
126         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
127         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
128         (wl-folder-mode-map, wl-folder-get-prev-folder)
129         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
130         (wl-folder-check-entity-async)
131         (wl-create-folder-entity-from-buffer): Ditto.
132         * wl-fldmgr.el (toplevel): Ditto.
133         * wl-message.el (wl-message-buffer-cache-sort)
134         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
135         Ditto.
136         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
137         Ditto.
138         * wl-summary.el (toplevel, wl-summary-mode)
139         (wl-summary-edit-addresses, wl-summary-sync-update)
140         (wl-summary-stick): Ditto.
141         * wl-thread.el (toplevel, wl-thread-insert-message)
142         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
143         * wl-util.el (toplevel): Ditto.
144         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
145         Ditto.
146
147 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
148
149         * Version number is increased to 2.15.8.
150
151         * wl-message.el (wl-message-uu-substring): Suppress compile
152         warnings; Use `with-current-buffer' instead of `save-excursion' &
153         `set-buffer'.
154         * wl-mime.el (wl-draft-yank-current-message-entity)
155         (wl-mime-preview-follow-no-mime)
156         (wl-mime-preview-follow-current-region): Ditto.
157         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
158         (wl-summary-switch-to-clone-buffer)
159         (wl-summary-target-mark-forward)
160         (wl-summary-target-mark-reply-with-citation)
161         (wl-summary-target-mark-uudecode): Ditto.
162
163         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
164         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
165         * wl-summary.el (wl-summary-narrow-to-region)
166         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
167
168         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
169         instead of `int-to-string'.
170         * wl-dnd.el (wl-dnd-start-drag): Ditto.
171         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
172         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
173         * wl-util.el (wl-url-nntp): Ditto.
174
175         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
176         (wl-plugged-dop-queue-status): Don't quote `lambda'.
177         * wl-thread.el (wl-thread-delete-message): Ditto
178         * wl-summary.el (wl-summary-edit-addresses)
179         (wl-summary-edit-addresses-collect-candidate-fields)
180         (wl-summary-search-by-subject): Ditto.
181         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
182         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
183         (wl-fldmgr-add-completion-subr): Ditto.
184         * wl-draft.el (wl-smtp-extension-bind)
185         (wl-draft-insert-get-message, wl-draft-default-headers)
186         (wl-jump-to-draft-buffer): Ditto.
187         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
188         (wl-summary-down): Ditto.
189         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
190         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
191         * wl-folder.el (wl-folder-make-save-access-list)
192         (wl-folder-update-access-group, wl-folder-pick): Ditto.
193
194 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
195
196         * wl-draft.el (wl-draft-default-headers): Suppress warning
197         "defsubst `wl-draft-default-headers' was used before it was
198         defined"; Use `defun' instead of `defsubst'.
199
200         * wl-address.el (wl-address-header-extract-address)
201         (wl-address-header-extract-realname): Fix mail-address in
202         docstring.
203
204         * wl-expire.el (wl-expire-make-sortable-date): Macro to
205         inline-function.
206         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
207         Macro to function.
208         (wl-folder-get-entity-from-buffer): Macro to function.
209         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
210         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
211         * wl.el (wl-plugged-string): Macro to function.
212
213         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
214         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
215         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
216         Macro to function.
217
218         * wl-thread.el (wl-thread-open, wl-thread-close): Use
219         `point-at-bol', `point-at-eol'.
220
221         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
222         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
223         `(string-to-char " ")' instead of `? ', `?\ '.
224         * wl-action.el (wl-summary-print-argument): Ditto.
225         * wl-address.el (wl-complete-field-body): Ditto.
226         * wl-demo.el (wl-demo-insert-image): Ditto.
227         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
228         * wl-util.el (wl-ask-folder, wl-set-string-width)
229         (wl-y-or-n-p-with-scroll): Ditto.
230
231         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
232         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
233         verbose point move.
234
235         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
236         and `point-at-eol'.
237         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
238         Ditto.
239
240 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
241
242         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
243         `(beginning-of-line) (point)'.
244
245         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
246         (wl-fldmgr-delete-line): Change from macro to function. Use
247         `point-at-bol' and `point-at-eol'.
248
249         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
250         `function' for lambda.
251
252         * wl.el (wl-plugged-server-indent): Change from macro to function.
253
254         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
255
256         * wl-draft.el (wl-draft-config-body-goto-header)
257         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
258         macro to function.
259
260         * wl-score.el (wl-score-get-alike): Change from macro to
261         inline-function.
262
263         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
264         instead of `mapcar'. Don't use `function' for lambda.
265         (wl-read-search-condition-internal): Don't use `function' for
266         lambda.
267         (wl-kill-buffers): Change from macro to function.
268         (wl-count-lines): Change from macro to inline-function.
269
270         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
271
272         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
273
274         * wl.el (wl-plugged-change): Suppress compile warnings; Use
275         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
276         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
277         * wl-address.el (wl-complete-window-show): Ditto.
278         * wl-message.el (wl-message-select-buffer): Ditto.
279         * wl-template.el (wl-template-show): Ditto.
280         * wl-util.el (wl-collect-summary): Ditto.
281         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
282         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
283         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
284         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
285         (wl-score-edit-insert-number): Ditto.
286
287         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
288         symbol.
289
290         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
291         of `goto-line'.
292
293         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
294
295 2009-12-16  Lloyd Zusman <ljz@asfast.com>
296
297         * wl-summary.el (wl-summary-detect-mark-position): Force
298         the temporary buffer to enable the use of multibyte characters
299         within searches [wl-en:2460].
300
301 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
302
303         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
304         of `beginning-of-buffer'.
305
306 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
307
308         * wl-summary.el (wl-summary-display-raw): New function, display
309         message in raw format.
310
311 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
312
313         * Version number is increased to 2.15.7.
314
315 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
316
317         * wl-summary.el (wl-summary-previous-message-number): New function.
318         (wl-summary-next-message-number): Ditto.
319         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
320         `wl-summary-next-message-number'.
321         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
322         Inline temporary variable `cur-id'.
323         (wl-summary-get-next-unread-folder): Ditto.
324         (wl-summary-get-next-folder): Ditto.
325         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
326
327 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
328
329         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
330
331 2008-09-05  Kenichi Okada  <okada@opaopa.org>
332
333         * wl-summary.el (wl-summary-buffer-folder-name)
334         (wl-draft-config-body-goto-header): Use backquote instead of quote.
335         * wl-draft.el (wl-draft-body-goto-top)
336         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
337
338 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
339
340         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
341         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
342
343 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
344
345         * wl-expire.el: Fix Comentary section.
346
347 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
348
349         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
350         Require mime-parse, elmo-mime, and wl-util.
351
352         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
353
354         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
355
356 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
357
358         * wl-template.el: Require elmo-util and wl-vars.
359
360         * wl-mime.el (wl-mime-display-header): Revert last change.
361         Remove `delete-matching-lines "^$"'.
362
363 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
364
365         * wl-mime.el (wl-define-dummy-functions): Split
366         `eval-when-compile' form for avoid error; when `make
367         compile-strict.
368
369         * wl-util.el: Move (eval-when-compile (require 'static)).
370         * wl-dnd.el: Add (eval-when-compile (require 'static)).
371         * wl-message.el: Ditto.
372
373         * wl-mime.el (wl-message-delete-current-part): Use
374         `insert-buffer-substring' instead of `insert-buffer'.
375         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
376         * wl-draft.el (wl-draft-generate-clone-buffer)
377         (wl-draft-do-mime-bcc): Ditto.
378
379         * wl-address.el: Add (eval-when-compile (require 'cl)).
380         * wl-addrmgr.el: Ditto.
381         * wl-mime.el: Ditto.
382         * wl-util.el: Ditto.
383         * wl-score.el: Ditto.
384
385 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
386
387         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
388         `string-to-int'.
389
390         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
391         `string-to-int'.
392
393         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
394         `string-to-number' instead of `string-to-int'.
395
396         * wl-summary.el (wl-summary-get-list-info)
397         (wl-summary-message-number): Use `string-to-number' instead of
398         `string-to-int'.
399
400         * wl-score.el (wl-score-overview-entity-get-lines)
401         (wl-score-set-mark-below, wl-score-set-expunge-below)
402         (wl-summary-increase-score, wl-score-get-header-entry): Use
403         `string-to-number' instead of `string-to-int'.
404
405         * wl-folder.el (wl-folder-update-diff-line): Use
406         `string-to-number' instead of `string-to-int'.
407
408         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
409         instead of `string-to-int'.
410
411         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
412         instead of `string-to-int'.
413
414         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
415         `string-to-int'.
416
417 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
418
419         * wl-util.el (wl-match-string, wl-match-buffer)
420         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
421         (wl-kill-buffers, wl-local-variable-p)
422         (wl-line-formatter-setup): New backquote style.
423         (wl-count-lines): Use quote instead of backquote.
424
425         * wl-summary.el (wl-summary-buffer-folder-name)
426         (wl-summary-get-alike): Use quote instead of backquote.
427         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
428         backquote style.
429
430         * wl-message.el (wl-message-buffer-cache-buffer-get)
431         (wl-message-buffer-cache-folder-get)
432         (wl-message-buffer-cache-message-get)
433         (wl-message-buffer-cache-entry-make)
434         (wl-message-buffer-cache-hit): New backquote style.
435
436         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
437         backquote.
438         (wl-folder-unread-regex, wl-folder-entity-exists-p)
439         (wl-folder-clear-entity-info)
440         (wl-folder-get-entity-info, wl-folder-set-entity-info)
441         (wl-folder-elmo-folder-cache-get)
442         (wl-folder-elmo-folder-cache-put): New backquote style.
443
444         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
445         (wl-fldmgr-assign-id): Ditto.
446         (wl-fldmgr-delete-line): Use quote instead of backquote.
447         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
448
449         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
450         (wl-draft-set-sent-message): New backquote style.
451         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
452         (wl-draft-config-body-goto-header): Use quote instead of backquote.
453
454 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
455
456         * wl-address.el (wl-address-concat-token): Fix typo.
457
458 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
459
460         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
461         (wl-score-get-alike): Ditto.
462
463         * wl-vars.el: New backquote style.
464         (wl-message-header-button-alist): Use quote instead of backquote.
465
466         * wl.el (wl-plugged-string): New backquote style.
467
468         * wl-address.el (wl-address-concat-token): New backquote style.
469
470         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
471
472 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
473
474         * wl-highlight.el (wl-highlight-folder-opened-regexp)
475         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
476
477         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
478         in the character alternative.
479
480 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
481
482         * Version number is increased to 2.15.6.
483
484 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
485
486         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
487         optional 3rd argument of epg-context-set-progress-callback; it was
488         temporarily removed in the Emacs trunk due to copyright problem.
489         (wl-mime-pgp-verify-region-with-epg): Ditto.
490
491 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
492
493         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
494
495 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
496
497         * wl-util.el (wl-biff-check-folders): Set biff flag.
498         (from Naoto Morishima [wl:14031])
499
500 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
501
502         * wl.el (wl-plugged-server-indent): Use quote instead of
503         backquote.
504
505 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
506
507         * wl-score.el (wl-score-insert-header): Add guard for
508         `std11-unfold-string'.
509         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
510         TYPE artgument when TO or CC field.
511
512 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-summary.el (wl-summary-goto-folder-subr): Call
515         `elmo-folder-close' instead of `elmo-folder-commit' if discard
516         current summary.
517
518 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-util.el (wl-read-shell-commande): New function or alias.
521
522         * wl-summary.el (wl-summary-pipe-message): Use
523         `wl-read-shell-command' instead of `read-string'.
524         (wl-summary-target-mark-pipe): Ditto.
525
526 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-summary.el (wl-summary-reply): Fix docstring.
529         * wl-draft.el (wl-draft-reply): Ditto.
530
531 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-mime.el (wl-summary-extract-attachments): New command.
534         (wl-summary-extract-attachments-1): New internal function.
535
536 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-expire.el (wl-expire-folder): New function (split from
539         wl-summary-expire).
540         (wl-summary-expire): Use it. Add argument `all' instead of remove
541         `nolist'. Cause an error only if this function is calling
542         interactively.
543
544 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-expire.el (wl-expire-refile): Display progress message.
547         (wl-summary-expire): Simplify.
548
549         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
550         unused argument `deleting-info'.
551
552 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-vars.el (wl-message-popup-buffers): New user option.
555
556         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
557         (wl-message-delete-popup-windows): New function that substitues
558         above one.
559         (wl-mime-setup): Follow the above change.
560
561 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
562
563         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
564
565 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
566
567         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
568         "tkm" to wl-thread-spam.
569
570 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
571
572         * wl-thread.el (wl-thread-entity-insert-as-children): Use
573         wl-thread-entity-set-children.
574         (wl-thread-insert-message, wl-thread-insert-entity-sub,
575         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
576         Use wl-thread-entity-get-*.
577
578 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-mime.el (wl-epg-progress-callback): New function.
581         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
582         with `elmo-with-progress-display'. Set a progress callback
583         function to epg-context.
584         (wl-mime-pgp-verify-region-with-epg): Ditto.
585
586 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-util.el (wl-completing-read-multiple): Define as an alias of
589         `completing-read-multiple' if emacs-version is not less than 22.
590
591 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
594         change.
595
596 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-summary.el (wl-summary-sync-update): Move
599         `wl-thread-update-indent-string-thread' to outside of
600         `elmo-with-progress-display'.
601
602 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
603
604         * wl-message.el (wl-message-exit): Check buffer existence.
605
606 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-util.el (wl-simple-display-progress): New function.
609         (wl-display-progress-with-gauge): Ditto.
610         (wl-progress-callback-function): Ditto.
611
612         * wl.el (wl-init): Set `elmo-progress-callback-function' as
613         `wl-progress-callback-function'
614
615         * wl-vars.el (wl-display-progress-threshold): New user option.
616         (wl-display-progress-function): Ditto.
617
618         * Version number is increased to 2.15.5.
619
620 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-thread.el (wl-thread-close-children): New function.
623         (wl-thread-open-children): Ditto.
624         * wl-action.el (wl-summary-set-mark): Redo the last change by
625         using it.
626
627         * wl-action.el (wl-summary-set-mark): Undo the last change.
628         Forbid interactive call.
629
630 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-mime.el (wl-define-dummy-functions): New macro.
633         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
634         `wl-mime-pgp-decrypt-region'.
635         (wl-mime-pgp-verify-region-with-epg): Renamed from
636         `wl-mime-pgp-verify-region'.
637         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
638         `wl-mime-pgp-decrypt-region'.
639         (wl-mime-pgp-verify-region-with-pgg): Renamed from
640         `wl-mime-pgp-verify-region'.
641         (wl-mime-pgp-decrypt-region): New function; To select dispatch
642         function at runtime.
643         (wl-mime-pgp-verify-region): Ditto.
644
645         * wl-vars.el (wl-use-pgp-module): New user option.
646
647 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
650         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
651
652 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
655         even if there are target marks only.
656
657 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * Version number is increased to 2.15.4.
660
661 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-folder.el (wl-folder-check-one-entity): Simplify.
664
665 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
668         variable.
669
670 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
671
672         * wl-spam.el (wl-thread-test-spam): New function.
673         (wl-spam-setup): Bind "tkc".
674
675 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-expire.el (wl-folder-expire-entity): Rewite without
678         `wl-summary-goto-folder-subr'.
679         (wl-folder-expire-current-entity): Don't kill summary buffer.
680
681 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-folder.el (wl-folder-sync-entity): Rewrite without
684         `wl-summary-goto-folder-subr'.
685         (wl-folder-mark-as-read-all-entity): Likewise.
686
687         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
688
689 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-thread.el (wl-thread-force-open): Arranged.
692
693 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
694
695         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
696         from regexp.
697
698         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
699         (wl-read-search-condition-internal): Append them.
700
701 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-vars.el (wl-additional-search-condition-fields):
704         New user option.
705
706         * wl-util.el (wl-search-condition-fields): New function; export
707         from `wl-read-search-condition-internal'.
708         (wl-read-search-condition-internal): Use it.
709
710         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
711
712 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-summary.el (wl-summary-define-sort-command): New function.
715         (wl-summary-sort-by-date, wl-summary-sort-by-number)
716         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
717         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
718         define by `wl-summary-define-sort-command' at runtime.
719
720         * wl.el (wl-init): Call wl-summary-define-sort-command.
721
722 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
725         properties at the decrypting region.
726
727 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-util.el (wl-find-region): New function.
730
731         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
732         coding system.
733         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
734         property `wl-mime-decoded-coding-system'.
735         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
736         property `wl-mime-decoded-coding-system' to encode text.
737
738         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
739         message.
740         (wl-mime-pgp-verify-region): Ditto.
741
742 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
745         buffer. Use epa-display-verify-result.
746
747 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-draft.el (wl-draft-send): Continue even if setting parent
750         flag was failed.
751
752 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-message.el (wl-message-flag-indicator): Fixed the problem
755         of returning string only of parentheses.
756
757 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-summary.el (wl-summary-write): Add argument `folder'.
760         (wl-summary-write-current-folder): Change argument `folder' from
761         optional to require.
762         (wl-summary-get-buffer): Return the buffer associated folder only.
763
764         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
765         change.
766         (wl-folder-toggle-disp-summary): Ditto.
767
768         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
769         current summary as parent-folder.
770
771 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-draft.el (wl-draft-reedit): Don't overwrite
774         wl-draft-parent-folder.
775
776 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
779         (wl-mime-pgp-verify-region): Ditto.
780         (wl-message-decrypt-pgp-nonmime): Use the above function.
781         (wl-message-verify-pgp-nonmime): Likewise.
782         (wl-mime-preview-application/pgp): Likewise.
783
784 2006-04-20  Kenichi Okada  <okada@opaopa.org>
785
786         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
787         Fix about the order of `wl-nntp-posting-port' and
788         `wl-nntp-posting-stream-type'.
789         * wl.el (wl-plugged-port-label-alist): Add smtp.
790
791 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-summary.el (wl-summary-message-status): New macro.
794
795         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
796         (wl-summary-killed-mark): New user option.
797
798         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
799         API change.
800         (wl-thread-insert-entity-sub): Ditto.
801         (wl-thread-recover-messages): New command.
802
803         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
804         Don't call `wl-highlight-summary-current-line' directly.
805         (wl-summary-buffer-attach): Connect to signal `status-changed'
806         instead of `cache-changed'.
807         (wl-summary-buffer-detach): Follow the above change.
808         (wl-summary-detect-mark-position): Follow the API change.
809         (wl-summary-rescan-message): Ditto.
810         (wl-summary-insert-sequential): Ditto.
811         (wl-summary-update-thread): Ditto.
812         (wl-summary-message-mark): Ditto.
813         (wl-summary-persistent-mark): Ditto.
814         (wl-summary-create-line): Ditto.
815         (wl-summary-prefetch-region-no-mark): Call
816         `wl-summary-persistent-mark' with number.
817         (wl-summary-recover-messages-region): New command.
818         (wl-summary-target-mark-recover): Ditto.
819         (wl-summary-recover-message): Ditto.
820         (wl-summary-persistent-mark-string): Add argument `status' instead
821         of remove arguments `flags' and `cached'.  Treat killed status.
822         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
823
824         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
825         (wl-highlight-summary-line-face-spec): Treat killed status.
826         (wl-highlight-summary-line-string): Follow the API change.
827         (wl-highlight-summary-current-line): Ditto.
828
829         * Version number is increased to 2.15.3.
830
831 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
834         of symbolp to test whether the condition is function.
835
836 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
837
838         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
839         to nil.
840
841 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-summary.el (wl-summary-buffer-message-ring): New internal
844         variable.
845         (wl-summary-buffer-last-displayed-msg): Abolish.
846         (wl-summary-push-message): New function.
847         (wl-summary-pop-message): Ditto.
848         (wl-summary-goto-folder-subr): Reset
849         `wl-summary-buffer-message-ring'.
850         (wl-summary-pop-to-last-message): New command.
851         (wl-summary-goto-last-displayed-msg): Call
852         wl-summary-pop-to-last-message if optional argument is non-nil or
853         the last command is itself.
854         (wl-summary-redisplay-internal): Push last message number into
855         `wl-summary-buffer-message-ring'.
856
857         * wl-vars.el (wl-summary-message-ring-max): New user option.
858
859 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
862         from `wl-draft-reply').
863         (wl-draft-reply): Use it.
864         (wl-draft-find-reply-headers): Avoid compile warning.
865
866 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
867
868         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
869
870 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-message.el (wl-message-flag-indicator): New function.
873         (wl-message-redisplay): Use it.
874
875 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
878
879 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
882         instead of `read-event'.
883
884         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
885
886         * wl-mule.el (wl-read-event-char): Ditto.
887
888         * wl-e21.el (wl-read-event-char): Ditto.
889
890 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
893
894 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-vars.el (wl-draft-send-confirm-type): New user option.
897
898         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
899
900         * wl-draft.el (wl-draft-send-confirm): Confirmation by
901         `wl-draft-send-confirm-type'
902
903 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
906         Avoid error when the buffer name is already used.
907
908 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
911         the change of elmo-nmz -> elmo-search.
912         (wl-highlight-summary-line-help-echo-alist): Ditto.
913         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
914         (wl-nmz-folder-icon): Define as obsolete.
915         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
916         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
917
918 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-summary.el (wl-summary-get-list-info): Rewrite with
921         `elmo-find-list-match-value'
922
923 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-summary.el (wl-summary-get-list-info): Optimize.
926         Use List-Id and List-Post also.
927
928 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
931
932 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
933
934         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
935
936 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * wl-util.el (wl-completing-read-multiple-1): New internal function.
939         (wl-completing-read-multiple-2): Ditto.
940         (wl-completing-read-multiple): Define use above functions.
941
942         * wl-summary.el (wl-summary-sort): Removed the workaround for a
943         bug of `completing-read-multiple' about default value.
944
945         * wl-xmas.el (wl-completing-read-multiple): Removed.
946
947         * wl-mule.el (wl-completing-read-multiple): Ditto.
948
949         * wl-e21.el (wl-completing-read-multiple): Ditto.
950
951 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-util.el (wl-filter-associations): New function.
954
955         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
956         (wl-spam-ignored-folder-list): Ditto.
957         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
958         (wl-spam-string-member-p): New function.
959         (wl-spam-domain): Use it.
960         (wl-spam-split-numbers): New function.
961         (wl-spam-apply-partitions): Ditto.
962         (wl-spam-register-spam-messages): Use `folder' instead of
963         `wl-summary-buffer-elmo-folder'.
964         (wl-spam-register-good-messages): Ditto.
965         (wl-summary-exec-action-spam): Decide a domain by real folder of
966         message.
967         (wl-summary-exec-action-refile-with-register): Likewise.
968
969 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-e21.el (wl-e21-find-image): New function.
972         (wl-e21-setup-toolbar): Use it instead of `find-image'.
973         (wl-e21-highlight-folder-group-line): Ditto.
974         (wl-folder-init-icons): Ditto.
975         (wl-plugged-init-icons): Ditto.
976         (wl-biff-init-icons): Ditto.
977
978 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
981         (wl-inhibit-save-drafts): New internal variable.
982         (wl-disable-auto-save): Ditto.
983         (wl-save-drafts): Treat above variables.
984         (wl-auto-save-drafts): New function.
985         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
986         `wl-stop-save-drafts'.
987         (wl-start-save-drafts): New function.
988         (wl-stop-save-drafts): Ditto.
989         (wl-set-auto-save-draft): New command.
990
991         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
992         `wl-set-save-drafts'.
993
994 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
997         `make-local-variable' instead of `make-variable-buffer-local'.
998
999 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1002
1003 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1006
1007 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1010         of working buffer.
1011
1012 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1015
1016         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1017         value into recipients; Bind `wl-draft-remove-group-list-contents'
1018         as nil.
1019
1020 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-summary.el (wl-summary-sort): Fixed the last change.
1023
1024         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1025         (wl-summary-sort-messages): Ditto.
1026         (wl-summary-rescan): Use it.
1027         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1028         `completing-read'; Append candidates for reverse order.
1029
1030 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * Version number is increased to 2.15.2.
1033
1034 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1035
1036         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1037         "Smaller".
1038         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1039
1040 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1043
1044 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1047         customize group `wl-draft'.
1048         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1049         `wl-draft'.
1050         (wl-draft-add-references): Ditto.
1051
1052         * wl-action.el (wl-summary-print-argument): Rename argument from
1053         `folder' to `data'.
1054
1055 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-summary.el (wl-summary-rescan-message): Call
1058         `wl-thread-cleanup-symbols' before insert thread.
1059
1060 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl.el (wl-init): Set `elmo-get-folder-function' as
1063         `wl-folder-make-elmo-folder'.
1064
1065         * wl-spam.el (wl-summary-exec-action-spam): Use
1066         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1067
1068         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1069         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1070         `elmo-make-folder'.
1071         (wl-folder-get-elmo-folder): Ditto.
1072         (wl-folder-create-subr): Simplify.
1073
1074 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1077
1078 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1081         contents in message buffer instead of original buffer. If optional
1082         argument specified, ask coding system for encode.
1083
1084 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1085
1086         * wl-spam.el (wl-summary-test-spam-region): New function.
1087         (wl-spam-setup): Bind "rkc".
1088
1089 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090
1091         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1092
1093 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1094
1095         * wl-spam.el (wl-summary-test-spam): Fix typo.
1096         (wl-message-check-spam): Ditto.
1097
1098 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-summary.el (wl-summary-default-from): Simplify.
1101
1102 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1105         (wl-summary-exec-action-copy): Ditto.
1106         (wl-summary-auto-refile): Check existence of temporary mark.
1107
1108 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-summary.el (wl-summary-create-line): Use
1111         `elmo-time-to-datevec'.
1112
1113         * wl-expire.el (wl-expire-archive-date): Ditto.
1114         (wl-expire-localdir-date): Ditto.
1115
1116         * wl-util.el (wl-day-number): Abolish.
1117
1118         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1119         of `wl-day-number'.
1120         (wl-score-followup): Ditto.
1121         (wl-score-add-followups): Ditto.
1122         (wl-score-get-latest-msgs): Ditto.
1123         (wl-score-get-header-entry): Ditto.
1124         (wl-score-edit-insert-date): Ditto.
1125
1126 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1127
1128         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1129         `elmo-message-entity-field' with 2nd argument `type'.
1130
1131 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1132
1133         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1134
1135 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1136
1137         * wl-thread.el (wl-thread-delete-message): Delete descendant
1138         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1139
1140 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1143
1144 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1145
1146         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1147         `Access folder'.
1148
1149 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-vars.el (wl-access-folder-icon): New user option.
1152
1153         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1154         `Access folder'.
1155
1156 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-buffer-set-folder): Use
1159         `wl-folder-mime-charset'.
1160
1161         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1162         `mime-charset'.
1163         (wl-folder-get-elmo-folder): Ditto.
1164         (wl-folder-mime-charset): New function.
1165
1166 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-util.el (wl-parse-addresses): Define alias of
1169         `elmo-parse-addresses' (move to `elmo-util.el').
1170
1171         * wl-summary.el (wl-summary-default-from): Follow the API change.
1172         (wl-summary-overview-entity-compare-by-date): Ditto.
1173         (wl-summary-overview-entity-compare-by-from): Ditto.
1174         (wl-summary-get-list-info): Get value of `ml-info' field from
1175         entity at first.
1176         (wl-summary-rescan-message): Treat prefix argument.
1177         (wl-summary-prefetch-msg): Follow the API change.
1178         (wl-summary-search-by-subject): Ditto.
1179         (wl-summary-insert-thread): Ditto.
1180         (wl-summary-line-subject): Ditto.
1181         (wl-summary-line-from): Ditto.
1182         (wl-summary-create-line): Ditto.
1183         (wl-summary-print-message-with-ps-print): Ditto.
1184
1185         * wl-score.el (wl-score-ov-entity-get): Ditto.
1186         (wl-score-followup): Ditto.
1187         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1188         of `car'.
1189         (wl-score-get-latest-msgs): Follow the API change.
1190         (wl-score-get-header): Ditto.
1191
1192         * wl-refile.el (wl-refile-learn): Ditto.
1193         (wl-refile-subject-learn): Ditto.
1194         (wl-refile-get-field-value): Ditto.
1195         (wl-refile-guess-by-history): Ditto.
1196         (wl-refile-guess-by-subject): Ditto.
1197
1198         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1199
1200         * wl-expire.el (wl-expire-date-p): Removed.
1201         (wl-expire-archive-date): Follow the API change.
1202         (wl-expire-localdir-date): Ditto.
1203         (wl-summary-expire): Ditto.
1204
1205         * Version number is increased to 2.15.1.
1206
1207 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208
1209         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1210         group is access or not (it is not strict, like wl-fldmgr-rename).
1211
1212 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1213
1214         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1215         duplicate call of `wl-summary-print-argument' on the wrong line.
1216
1217 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1220         even if argument `number' is nil.
1221         (wl-summary-insert-line): Print action argument if current message
1222         has it.
1223
1224 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1225
1226         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1227         (wl-draft-reply): Ditto.
1228         (wl-draft): Add optional argument `parent-number' and call
1229         `wl-draft-create-buffer' with it.
1230         (wl-draft-create-buffer): Add optional argument
1231         `parent-number'. Set wl-draft-parent-number as it.
1232
1233 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1234
1235         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1236         buffer is not for given folder, don't use it.
1237
1238 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1239
1240         * Version number is increased to 2.15.0.
1241
1242 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1245
1246         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1247         (wl-highlight-get-face-by-name): New internal function.
1248         (wl-highlight-summary-line-face-spec): Use it and fixed.
1249
1250 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-summary.el (wl-summary-sync-update): Use
1253         `elmo-message-entity-field' instead of `car' to get message-id
1254         from overview entity.
1255
1256         * wl-summary.el (wl-summary-rescan-message): Call
1257         `wl-highlight-summary-displaying' when displaying a message.
1258
1259 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1262         `wl-draft-config-info-operation'.
1263         (wl-draft-buffer-change-number): New function.
1264         (wl-draft-rename-saved-config): Ditto.
1265         * wl.el (wl-init): Connect slot for message-number-changed.
1266         (toplevel): Add autoload for wl-draft-rename-saved-config.
1267
1268 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1271         `update-overview'
1272         (wl-summary-buffer-detach): Disconnect from it.
1273         (wl-summary-rescan-message): Use command.
1274
1275         * wl-message.el (wl-message-buffer-display): Use
1276         `with-current-buffer' instead of `save-excursion'.
1277
1278 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1281         wl-draft-preview-attributes-list from distraction.
1282
1283 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1284
1285         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1286         `elmo-list-diff'.
1287
1288 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * wl-summary.el
1291         (wl-summary-edit-addresses-collect-candidate-fields): Use
1292         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1293
1294         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1295         instead of `elmo-set-work-buf'.
1296
1297         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1298         (wl-address-make-address-list): Ditto.
1299
1300         * Version number is increased to 2.13.3.
1301
1302 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303
1304         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1305         user option.
1306
1307         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1308         argument `5'.
1309
1310         * wl-message.el (wl-message-display-no-merge-p): New function.
1311         (wl-message-buffer-display): Check whether the message is
1312         reassembled and follow the API change.
1313
1314 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1315
1316         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1317         multibyte on working buffer and removed unnecessary
1318         `buffer-disable-undo'.
1319
1320 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1323         change.
1324
1325 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-util.el (wl-read-search-condition-internal): Protect
1328         elmo-global-flags from distraction.
1329
1330 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1333
1334         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1335         (wl-summary-event-handler): Ditto.
1336         (wl-summary-update-persistent-mark-on-event): New
1337         function (renamed from `elmo-event-handler-flag-changed').
1338         (wl-summary-buffer-attach): New function.
1339         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1340         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1341         instead of `elmo-folder-add-handler'.
1342
1343         * Version number is increased to 2.13.2.
1344
1345 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1348         and "\177" to the `wl-news-previous-page'.
1349         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1350         (wl-news-previous-page): New function.
1351
1352 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1353
1354         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1355         instead of `write-region' and simplify.
1356
1357 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * wl-template.el (wl-template-select): Cause error if
1360         `wl-template-alist' is nil.
1361
1362 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1363
1364         * wl-news.el.in: Set file variable `no-byte-compile'.
1365
1366 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1369         whether a target message is within displaying area.
1370         (elmo-event-handler-cache-changed): Ditto.
1371
1372 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1373
1374         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1375         to `defun'.  Use `nconc' instead of `append' to collect descendant
1376         message numbers.
1377
1378 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1379
1380         * wl-thread.el (wl-thread-save-top-list)
1381         (wl-thread-save-entities): Use `with-temp-buffer'.
1382         * wl-news.el.in (wl-news-previous-version-load):
1383         (wl-news-previous-version-save): Ditto.
1384         * wl-summary.el (wl-summary-load-file-object)
1385         (wl-summary-save-view-cache): Ditto.
1386
1387 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * wl-util.el (toplevel): Require 'elmo-flag'.
1390         (wl-read-search-condition): New function (Renamed from
1391         `elmo-read-search-condition').
1392         (wl-read-search-condition-internal): Likewise.
1393
1394         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1395         invalid.
1396         (wl-summary-pick): Use `wl-read-search-condition' instead of
1397         `elmo-read-search-condition'.
1398         (wl-summary-virtual): Ditto.
1399
1400         * wl-folder.el (wl-folder-virtual): Ditto.
1401         (wl-folder-pick): Ditto.
1402
1403         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1404
1405 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-summary.el (wl-summary-reedit): Call
1408         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1409
1410 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-mime.el (toplevel): Require wl-vars.
1413
1414         * wl-message.el (toplevel): Require cl at compile.
1415
1416         * wl-draft.el (toplevel): Require elmo.
1417
1418 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1421         and do nothing when it is not positive.
1422         (wl-message-buffer-prefetch-next): Ditto.
1423
1424 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1425
1426         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1427         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1428         (wl-summary-redisplay-internal): Ditto.
1429
1430         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1431         message (the condition is borrowed from `wl-check-variables-2').
1432         (wl-summary-redisplay-internal): Ditto.
1433
1434 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-mime.el (wl-draft-nntp-attribute): New function.
1437         (wl-draft-attribute-nntp-posting-server): Use it.
1438         (wl-draft-attribute-nntp-posting-port): Ditto.
1439
1440         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1441         (wl-draft-show-attributes-buffer): Ditto.
1442         (wl-draft-hide-attributes-buffer): Ditto.
1443         (wl-draft-attribute-newsgroups): Ditto.
1444         (wl-draft-attribute-nntp-posting-server): Ditto.
1445         (wl-draft-attribute-nntp-posting-port): Ditto.
1446         (wl-draft-preview-message): Use there functions.
1447
1448         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1449         value.
1450
1451 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1452
1453         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1454         (wl-draft-reedit): Ditto.
1455         (wl-draft-queue-flush): Ditto.
1456
1457         * wl-mime.el (wl-message-request-partial): Ditto.
1458         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1459         instead of `elmo-message-fetch'.
1460
1461         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1462
1463         * wl-summary.el (wl-summary-message-string): Ditto.
1464
1465 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * wl-util.el (wl-current-message-buffer): Follow the API change.
1468
1469         * wl-summary.el (wl-summary-redisplay-internal): Call
1470         `wl-summary-mark-as-read' with 2nd argument as nil and update
1471         unread count instead of persistent mark.
1472
1473         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1474         variable.
1475         (wl-message-redisplay): Follow the API change.
1476         (wl-message-buffer-display): Managed mime-entity directly and
1477         return preview buffer only.
1478         (wl-message-display-internal): Rewrite.
1479         (wl-message-buffer-prefetch-subr): Not save return value of
1480         `wl-message-buffer-display'.
1481
1482         * Version number is increased to 2.13.1.
1483
1484 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1487         'elmo-multiple-fields-body-list' with boundary specified.
1488
1489 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1492         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1493         cache if `wl-summary-resend-use-cache' is non-nil.
1494
1495 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1496
1497         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1498         (wl-nntp-posting-stream-type): Ditto.
1499
1500 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1501
1502         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1503
1504 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1505
1506         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1507         message.
1508
1509 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1510
1511         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1512         Abolish.
1513         (wl-summary-buffer-persistent-mark-version): New internal
1514         variable.
1515         (wl-summary-update-mark-and-highlight-window): Check by
1516         wl-summary-persistent-mark-invalid-p.
1517         (wl-summary-update-status-marks): Ditto.
1518         (elmo-event-handler-flag-changed): Rewrite.
1519         (elmo-event-handler-cache-changed): Define.
1520         (wl-summary-prefetch-msg): Does not update persistent mark here.
1521         (wl-summary-delete-cache): Ditto.
1522         (wl-summary-resume-cache-status): Ditto.
1523         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1524         (wl-summary-persistent-mark-invalid-p): New function.
1525         (wl-summary-validate-persistent-mark): Ditto.
1526         (wl-summary-validate-persistent-mark-string): Ditto.
1527         (wl-summary-invalidate-persistent-mark): Ditto.
1528         (wl-summary-update-persistent-mark): Call
1529         `wl-summary-validate-persistent-mark'.
1530         (wl-summary-create-line): Call
1531         `wl-summary-validate-persistent-mark-string'.
1532
1533         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1534         status as t if cache used.
1535
1536 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1539         only if the target is group.
1540         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1541
1542 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1545
1546 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1547
1548         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1549
1550         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1551
1552 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1555         (Thanks to Yoichi NAKAYAMA).
1556
1557 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-util.el (wl-save-drafts): Restore echo area.
1560
1561 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * Version number is increased to 2.13.0.
1564
1565         * wl-util.el (wl-biff-check-folder-async): Use
1566         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1567
1568 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1569
1570         * wl-message.el (wl-message-display-internal): Does not put
1571         wl-message-display-type property on message buffer.
1572         (wl-message-buffer-display-type): New function.
1573
1574         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1575
1576         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1577         `wl-summary-buffer-detach'.
1578         (wl-summary-message-display-type): Use
1579         `wl-summary-buffer-display-type'.
1580
1581 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1582
1583         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1584         buffer-local.
1585
1586         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1587         kill-buffer-hook instead of make-local-variable.
1588         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1589
1590 2004-12-12  Scott Renfro <scott@renfro.org>
1591
1592         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1593         regex for square-branket.
1594
1595 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1598         `wl-message-mime-analysis-p' with argument `header'.
1599
1600 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1601
1602         * wl-mime.el (wl-draft-yank-current-message-entity): 
1603         Switch to no-mime following method according to wl-message-display-type
1604         property.
1605         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1606
1607         * wl-message.el (wl-message-display-internal): 
1608         Put wl-message-display-type property on message buffer.
1609
1610         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1611         (wl-message-display-internal): Ditto;
1612
1613         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1614
1615 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-message.el (wl-message-make-display-type): New function.
1618         (wl-message-display-type-property): Ditto.
1619         (wl-message-mime-analysys-p): Ditto.
1620         (wl-message-display-all-header-p): Ditto.
1621         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1622         added `display-type'.
1623         (wl-message-buffer-display): Likewise.
1624         (wl-message-display-internal): Likewise.
1625         (wl-message-buffer-display-type): Abolish.
1626         (wl-message-buffer-prefetch-subr): Follow the API changed.
1627
1628         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1629         from wl-summary-buffer-display-all-header and changed default value.
1630         (wl-summary-message-display-type): New function.
1631         (wl-summary-buffer-display-mime-mode): Ditto.
1632         (wl-summary-buffer-display-header-mode): Ditto.
1633         (wl-summary-toggle-mime): Rewrite with above functions.
1634         (wl-summary-toggle-all-header): Ditto.
1635         (wl-summary-redisplay): Force redisplay with default mode.
1636         (wl-summary-redisplay-internal): Renamed argument from `mode',
1637         `all-header' to `mime-mode', `header-mode'.
1638         Use `wl-message-make-display-type'.
1639
1640         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1641         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1642
1643 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1644
1645         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1646
1647 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1648
1649         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1650         in original message buffer.
1651         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1652         buffer.
1653
1654 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1655
1656         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1657
1658 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1659
1660         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1661
1662 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1663
1664         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1665         when actions succeeded.
1666         (wl-summary-exec-action-copy): Likewise.
1667
1668 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1669
1670         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1671         there is switch-to-buffer at the end of wl-message-select-buffer.
1672         (wl-summary-reply): Ditto.
1673
1674 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1675
1676         * wl-summary.el (wl-summary-forward): Put subject in original
1677         message buffer as argument of wl-draft-forward.
1678         * wl-draft.el (wl-draft-forward): Decode subject as in
1679         wl-draft-reply.
1680
1681 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1684         a folder under access group.
1685
1686 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1689         wl-message-buffer-display.
1690
1691         * wl-util.el (wl-set-save-drafts): Fix typo.
1692
1693 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1696         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1697         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1698         the way to measure the width of a bitmap image; don't put face on
1699         ascii and bitmap images; put the mark which should not use the
1700         variable-pitch face on ascii and bitmap images.
1701         (wl-demo-setup-properties): Don't use the variable-pitch face on
1702         ascii and bitmap images; made it work on Emacs 20 and earlier.
1703         (wl-demo-insert-text): End with a newline at the bottom; don't put
1704         face on text.
1705
1706         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1707
1708 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1711
1712         * wl-util.el (wl-save-drafts): Moved from sample setting.
1713         (wl-set-save-drafts): New function to set idle timer.
1714         * wl-draft.el (wl-draft): Call it.
1715         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1716
1717 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1718
1719         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1720         a summary which has toggle display status off.
1721
1722 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * wl-draft.el (wl-draft-do-fcc): No cache save.
1725
1726 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (elmo-event-handler-flag-changed): Use
1729         `set-buffer' instead of `with-current-buffer'.
1730
1731 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1732
1733         * wl-summary.el (wl-summary-after-resize-function): New function.
1734         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1735         window-size-change-functions.
1736
1737 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-draft.el (wl-draft-create-buffer): Bind
1740         `change-major-mode-hook' after current buffer is changed.
1741
1742         * wl-summary.el (wl-summary-buffer-detach): New function.
1743         (wl-summary-buffer-set-folder): Call it.
1744         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1745         change-major-mode-hook and kill-buffer-hook.
1746         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1747         (wl-summary-switch-to-clone-buffer): Ditto.
1748         (wl-summary-goto-folder-subr): Ditto.
1749
1750 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1751
1752         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1753         after boundp check.
1754
1755 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1758         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1759         for `kill-buffer'.
1760
1761         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1762         handler of current buffer from elmo-folder.
1763
1764 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1767
1768 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1771         variable.
1772         (wl-summary-event-handler): New class.
1773         (elmo-event-handler-flag-changed): Define to update persistent
1774         mark.
1775         (wl-summary-buffer-set-folder): Register event handler to
1776         elmo-folder.
1777         (wl-summary-exit): Unregister event handler.
1778         (wl-summary-goto-folder-subr): Ditto.
1779         (wl-summary-mark-as-read-all): Does not call
1780         `wl-summary-update-persistent-mark' directly.
1781         (wl-summary-mark-as-read-internal): Ditto.
1782         (wl-summary-set-persistent-mark-internal): Ditto.
1783         (wl-summary-set-flags-internal): Ditto.
1784
1785         * Version number is increased to 2.11.33.
1786
1787 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1788
1789         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1790         to nil.
1791
1792 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1793
1794         * wl-spam.el (wl-spam-setup): Add hook
1795         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1796         instead of `wl-summary-prepare-hook'.
1797
1798         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1799         if folder type is `'flag'.
1800         (wl-summary-mark-as-important): Ditto.
1801
1802 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-address.el (wl-address-minibuffer-history): New variable.
1805         (wl-address-minibuffer-local-map): New keymap.
1806         (wl-address-read-from-minibuffer): New function.
1807
1808         * wl-action.el (wl-summary-get-resend-address): Use
1809         `wl-address-read-from-minibuffer' instead of `completing-read'.
1810
1811 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * Version number is increased to 2.11.32.
1814
1815 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1816
1817         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1818         without mule to iso-8859-1.
1819         (wl-draft-add-in-reply-to): Add note in description.
1820         (wl-draft-add-references): Ditto.
1821
1822 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1825         definition for `m'.
1826         (wl-summary-mode-line-format): Add '[%m]'.
1827         (wl-message-mode-line-format-spec-alist): Ditto.
1828         (wl-summary-display-mime-mode-list): New variable.
1829
1830         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1831         from wl-summary-buffer-display-as-is.
1832         (wl-summary-buffer-display-all-header): New buffer local variable.
1833         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1834         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1835         instead of wl-summary-buffer-display-as-is.
1836         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1837         (wl-summary-set-persistent-mark): Ditto.
1838         (wl-summary-set-message-buffer-or-redisplay): Just call
1839         `wl-summary-redisplay-internal' without optional arguments.
1840         (wl-summary-toggle-mime): Rewrite.
1841         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1842         (wl-summary-toggle-all-header): New function.
1843         (wl-summary-redisplay-internal): Treat mime mode.
1844
1845         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1846         to wl-mime-preview-follow-no-mime.
1847         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1848         accodring to the display-mode.
1849
1850         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1851         (wl-message-buffer-display): Changed argument name from `as-is' to
1852         `mode'.
1853         (wl-message-display-internal): Ditto;
1854         Bind elmo-mime-display-header-analysis according to the mode.
1855         (wl-message-display-internal): Put wl-message-display-mime-mode
1856         property on entire buffer.
1857
1858 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1859
1860         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1861
1862 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1865         Don't extract mail address.
1866         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1867
1868         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1869
1870         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1871
1872 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1875         wl-fldmgr-cut-entity-list on confirmation.
1876
1877 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1878
1879         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1880         (wl-mime-quit-preview): Check existence of
1881         mime-edit-temp-message-buffer here.
1882
1883 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1884
1885         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1886         after deletion.
1887
1888         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1889         before calling wl-mime-quit-preview.
1890
1891 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1892
1893         * wl-summary.el (wl-summary-pick): If call it with prefix
1894         argument, set `delete-marks' as non-nil. Pick from only visible
1895         messages.
1896         (wl-summary-check-target-mark): New function.
1897         (wl-summary-target-mark-mark-as-read): Use it.
1898         (wl-summary-target-mark-mark-as-unread): Ditto.
1899         (wl-summary-target-mark-operation): Ditto.
1900         (wl-summary-target-mark-set-flags): Ditto.
1901         (wl-summary-target-mark-save): Ditto.
1902         (wl-summary-target-mark-pick): Ditto.
1903         (wl-summary-target-mark-forward): Ditto.
1904         (wl-summary-target-mark-reply-with-citation): Ditto.
1905         (wl-summary-target-mark-print): Ditto.
1906         (wl-summary-target-mark-uudecode): Ditto.
1907
1908         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1909         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1910         with `ask-coding' is non-nil.
1911
1912 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1913
1914         * wl-thread.el (wl-thread-set-parent): If parent is a message
1915         which is identified by references, set linked as nil.
1916
1917 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1920         (wl-message-mode-line-format-spec-alist): Ditto.
1921         (wl-message-mode-line-format): Ditto.
1922         (wl-summary-mode-line-format): Ditto for docstring.
1923         (wl-summary-no-mime-folder-list): Fix typo.
1924
1925         * wl-util.el (wl-current-message-buffer): Call
1926         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1927
1928         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1929         variable.
1930         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1931         of `wl-summary-redisplay-no-mime'.
1932         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1933         (wl-summary-toggle-mime): New function.
1934         (wl-summary-redisplay-all-header): Rewrite.
1935         (wl-summary-redisplay-no-mime): Ditto.
1936         (wl-summary-redisplay-internal): Added argument `as-is' and
1937         `all-header'.
1938
1939         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1940         New variable.
1941         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1942         bottom.
1943         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1944         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1945         "/" unconditionally.
1946
1947         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1948         wl-mime-preview-follow-no-mime for as-is content.
1949         (wl-mime-preview-follow-no-mime): New function.
1950         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1951
1952         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1953         and added `as-is', `all-header'.
1954         (wl-message-buffer-display): Ditto.
1955         (wl-message-buffer-display-type): New function.
1956
1957 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1958
1959         * wl-vars.el (wl-message-header-button-alist): Change default
1960         value.
1961         (wl-message-body-button-alist): Ditto.
1962
1963 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1964
1965         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1966
1967 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1968
1969         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1970
1971 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1974         is always true.
1975
1976 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1979         on null entity.
1980
1981 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1984
1985 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * wl-vars.el (wl-summary-resend-hook): New hook.
1988
1989         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1990         `wl-summary-resend-hook'.
1991
1992 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1993
1994         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1995         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1996         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1997         (wl-summary-new-cached-mark): Changed default value to 'n'.
1998         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1999         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2000         (wl-folder-sync-range-alist): Remove spec for 'flag.
2001         (wl-summary-force-prefetch-folder-list): New user option.
2002
2003         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2004         `wl-summary-toggle-persistent-mark'.
2005         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2006         number is nil.
2007         (wl-summary-mark-as-answered-region): Set interactive argument of
2008         `wl-summary-set-persistent-mark-internal'.
2009         (wl-summary-mark-as-important-region): Ditto.
2010         (wl-summary-unset-persistent-mark): Ditto.
2011         (wl-summary-set-persistent-mark): Ditto.
2012         (wl-summary-mark-as-answered): Ditto.
2013         (wl-summary-mark-as-important): Ditto.
2014         (wl-summary-set-persistent-mark-internal): Do nothing
2015         when `elmo-message-flag-available-p' is nil.
2016         (wl-summary-toggle-persistent-mark): New function.
2017         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2018         when the folder matches `wl-summary-force-prefetch-folder-list'.
2019
2020
2021         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2022         when number is nil.
2023         (wl-highlight-summary-forwarded-face): New face.
2024
2025 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2026
2027         * Version number is increased to 2.11.31.
2028
2029 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2032         (wl-biff-check-folder-async): Ditto.
2033         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2034
2035 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2036
2037         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2038         Add an argument `reverse'.  All callers are updated.
2039         (wl-summary-sort): Add a prefix argument `reverse' to specify
2040         reverse sorting.
2041         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
2042         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
2043         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2044
2045 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * wl-message.el (wl-message-redisplay): Does not narrow header if
2048         disply-type is all-header or as-is.
2049
2050         * wl-summary.el (wl-summary-enter-handler): Use
2051         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2052
2053 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2056         after adding wl-draft-parent-variables.
2057         (wl-draft-forward): Ditto.
2058
2059 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-summary.el (wl-summary-sync-marks): Call
2062         `wl-summary-set-persistent-mark' and
2063         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2064         (wl-summary-set-persistent-mark-internal): Add 4th argument
2065         `no-server'.
2066         (wl-summary-unset-persistent-mark): Ditto.
2067         (wl-summary-set-persistent-mark): Ditto.
2068         (wl-summary-add-flags-internal): Abolish.
2069         (wl-summary-remove-flags-internal): Ditto.
2070         (wl-summary-mark-as-important-internal): Ditto.
2071         (wl-summary-mark-as-important): Use
2072         `wl-summary-set-persistent-mark' instead of
2073         `wl-summary-add-flags-internal'.
2074         (wl-summary-mark-as-important-region): Ditto.
2075
2076         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2077
2078         * wl-summary.el (wl-summary-get-available-flags): New function.
2079         (wl-summary-sync-marks): Use it and simplified.
2080         (wl-summary-unset-persistent-mark): Use
2081         `wl-summary-get-available-flags'.
2082         (wl-summary-set-persistent-mark): Ditto.
2083
2084 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2087         id.
2088
2089 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2090
2091         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2092         number, call `wl-summary-prev-line-content'. Show message when the
2093         message is not found.
2094
2095 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2096
2097         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2098         wl-summary-enter-handler.
2099         (wl-summary-enter-handler): New command.
2100
2101         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2102         docstring and custom spec.
2103
2104         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2105         flags too; Don't treat Cached and New.
2106         (wl-summary-set-persistent-mark): Ditto.
2107
2108         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2109         `wl-folder-set-flag'.
2110
2111         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2112         instead of `wl-folder-set-flag'.
2113
2114         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2115         for completion.
2116         (wl-summary-set-persistent-mark): Ditto.
2117
2118         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2119         instead of `wl-draft-quit-preview'.
2120
2121         * wl-mime.el (toplevel): Avoid compile warning.
2122         (wl-mime-quit-preview): New function
2123         (formarly defined as `wl-draft-quit-preview').
2124         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2125         quitting method.
2126
2127         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2128
2129         * wl-folder.el (wl-folder-set-flag): Renamed from
2130         `wl-draft-set-flag-on-parent'.
2131
2132         * wl-draft.el (wl-draft-quit-preview): New function.
2133         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2134         (wl-draft-send): Call `wl-folder-set-flag' instead of
2135         `wl-draft-set-flag-on-parent'.
2136         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2137
2138 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2139
2140         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2141         (wl-draft-send): Ditto.
2142
2143 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2144
2145         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2146         (wl-draft-kill-pre-hook): Set default value as nil.
2147         (wl-summary-reply-hook): Ditto.
2148         (wl-draft-kill-flags): Abolish.
2149
2150         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2151         (wl-draft-parent-variables): Renamed from
2152         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2153         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2154         argument; Add wl-draft-parent-variables to
2155         wl-draft-config-variables.
2156         (wl-draft-reply): Likewise.
2157         (wl-draft-kill-flags): Abolish.
2158         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2159         (wl-draft-set-flag-on-parent): New function.
2160         (wl-draft-setup-parent-flag): Ditto.
2161
2162 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2163
2164         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2165         `wl-draft-parent-folder' is "".
2166
2167 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2168
2169         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2170         (wl-summary-digit-jump): New function.
2171         (Adviced by John Owens and Hiroya Murata)
2172
2173         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2174         (Adviced by John Owens)
2175
2176         * wl-xmas.el (wl-message-define-keymap): Ditto.
2177
2178         * wl-mule.el (wl-message-define-keymap): Ditto.
2179
2180 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2183         change of return value of elmo-folder-count-flags.
2184
2185         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2186         (wl-summary-mark-as-read-internal): Ditto.
2187         (wl-summary-set-persistent-mark-internal): Ditto.
2188         (wl-summary-folder-info-update): Ditto.
2189         (wl-summary-sync-update): Fixed the last change.
2190
2191         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2192
2193 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2196         (wl-draft-kill-flags): Fixed docstring.
2197
2198         * wl-draft.el (wl-draft-kill-flags): New function.
2199         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2200
2201 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2202
2203         * wl-vars.el (wl-reply-hook): Abolish.
2204         (wl-draft-reply-hook): New hook.
2205         (wl-summary-reply-hook): Ditto.
2206         (wl-draft-forward-hook): Ditto.
2207         (wl-summary-forward-hook): Ditto.
2208         (wl-draft-kill-flags): New variable.
2209
2210         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2211         wl-summary-set-persistent-mark-internal.
2212         (wl-summary-sync-marks): Use elmo-preserved-flags.
2213         (wl-summary-update-persistent-mark): Make it interactive.
2214         (wl-summary-set-persistent-mark-internal): New inline function.
2215         (wl-summary-mark-as-answered): Use it.
2216         (wl-summary-mark-as-unanswered): Ditto.
2217         (wl-summary-unset-persistent-mark): New function.
2218         (wl-summary-set-persistent-mark): Ditto.
2219         (wl-summary-reply): Don't set answered flag;
2220         Run wl-summary-reply-hook instead.
2221         (wl-summary-forward): Call wl-draft-forward with number.
2222         Run wl-summary-forward-hook.
2223
2224         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2225         (wl-highlight-summary-line-face-spec): Use it as a default
2226         persistent mark face.
2227
2228         * wl-draft.el (wl-draft-forward): Added optional argument number;
2229         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2230         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2231         (wl-draft-kill): Use wl-draft-kill-flags.
2232
2233         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2234
2235         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2236         of return value of elmo-folder-count-flags.
2237
2238         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2239
2240         * wl-summary.el (wl-summary-count-unread): Ditto.
2241         (wl-summary-sync-update): Follow the change above.
2242         (wl-summary-force-prefetch): New function.
2243
2244 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2245
2246         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2247         variable `buf' with `let' instead of `setq'.
2248
2249 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2250
2251         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2252         add Content-Disposition heaeder on the deleted part.
2253
2254 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-draft.el (wl-draft-save): Encode address list under edit by
2257         `eword-encode-unstructured-field-body'.
2258
2259         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2260
2261 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2262
2263         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2264         wl-current-summary-buffer.
2265
2266 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2267
2268         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2269         `numbers' is ignored.
2270
2271 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-folder.el (wl-folder-open-folder): Avoid error.
2274         Reported by John Owens, [wl-en:815]
2275
2276         * wl.el (wl): Set timer for biff process even if prefix argument
2277         is given or auto-checking is quitted.
2278
2279         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2280         immediately.
2281         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2282         (wl-toggle-plugged): Ditto.
2283
2284         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2285         * wl-util.el (wl-biff-start): Use idle timer if
2286         `wl-biff-use-idle-timer' is non-nil.
2287
2288 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2289
2290         * wl-highlight.el (wl-highlight-message): Fix description.
2291
2292 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2295         tty.
2296
2297 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-action.el (wl-summary-exec): Print failure count.
2300
2301 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2302
2303         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2304         to `defun', remove interactive form.
2305         Set elmo-message-fetch-confirm when force-reload is non-nil.
2306
2307 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-summary.el (toplevel): Removed unnecessary autoload.
2310
2311 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2314         the buffer is generated from another message buffer.
2315
2316 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2319         extracted from `wl-fldmgr-save-folders'.
2320         (wl-fldmgr-delete): Call it after deletion.
2321
2322 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2325         multi-tty support.
2326
2327 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2328
2329         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2330
2331 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2332
2333         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2334         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2335
2336 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2339         unsubscribe list only if argument CLEAR is nil.
2340
2341 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-draft.el (wl-draft-reply): Decode subject before removing
2344         Re: prefix.
2345
2346 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2347
2348         * wl-summary.el (wl-summary-sort-by-size): New command.
2349
2350 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2351
2352         * wl-summary.el (wl-summary-number-list-from-region): New
2353         function.
2354         (wl-summary-mark-as-read-region): Use it.
2355         (wl-summary-mark-as-unread-region): Ditto.
2356         (wl-summary-set-flags-region): Ditto and add optional argument
2357         remove.
2358         (wl-summary-mark-as-answered-region): Ditto.
2359         (wl-summary-mark-as-important-region): Ditto.
2360         (wl-summary-target-mark-mark-as-important): Added optional
2361         argument remove.
2362         (wl-summary-target-mark-mark-as-answered): Ditto.
2363         (wl-summary-target-mark-set-flags): Ditto.
2364
2365 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * wl-summary.el (wl-summary-set-flags-region): Call
2368         `wl-summary-set-flags-internal' with number list instead of call
2369         one by each message.
2370         (wl-summary-target-mark-set-flags): Likewise.
2371
2372 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2375         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2376         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2377         (wl-summary-target-mark-mark-as-answered): Likewise.
2378
2379 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-summary.el (wl-summary-target-mark-forward): Use
2382         `wl-summary-delete-all-target-marks' instead of
2383         `wl-summary-delete-all-temp-marks'.
2384         (wl-summary-target-mark-reply-with-citation): Ditto.
2385         (wl-summary-target-mark-uudecode): Ditto.
2386         (wl-summary-target-mark-set-flags): Ditto and remove needless
2387         cursor move.
2388
2389 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-summary.el (wl-summary-target-mark-forward): Protect
2392         wl-summary-buffer-target-mark-list from nreverse.
2393         (wl-summary-target-mark-reply-with-citation): Ditto.
2394
2395 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2396
2397         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2398         `elmo-display-progress-threshold'.
2399
2400 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2403         check `wl-summary-highlight'.
2404         (wl-summary-window-scroll-functions): Respect value of
2405         `wl-summary-highlight'.
2406         (wl-summary-sync-update): Run hooks
2407         `wl-summary-buffer-window-scroll-functions' at any time.
2408
2409 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2410
2411         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2412         from `wl-summary-cleanup-temp-marks'.
2413         (wl-summary-cleanup-temp-marks): Abolish argument.
2414         * wl.el (wl-save-status): Revert previous change.
2415         (wl-execute-temp-marks): New function, call
2416         `wl-summary-exec-with-confirmation'.
2417         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2418         (wl-folder-save-and-exec-marks): Abolished.
2419
2420 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2421
2422         * wl-e21.el (wl-e21-display-image-p): Respect
2423         `wl-highlight-folder-with-icon'.
2424         (wl-e21-highlight-folder-group-line): Highlight mouse line
2425         even if wl-e21-display-image-p is nil.
2426
2427         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2428         Respect value of `wl-summary-highlight'.
2429
2430         * wl.el (wl-save-status): Remove unused variable.
2431
2432         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2433         (wl-folder-mode-map): Bind it to "x".
2434
2435 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2436
2437         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2438
2439         * wl-thread.el (wl-thread-get-parent-list): Don't check
2440         disconnected ancestors, neglecting needless work in
2441         `wl-thread-update-indent-string-thread'.
2442
2443         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2444         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2445         argument, add argument default-keep to keep marks by default.
2446
2447         * Version number is increased to 2.11.30.
2448
2449         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2450         customization type and docstring.
2451         (wl-draft-reply-without-argument-list): Ditto.
2452
2453 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2454
2455         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2456
2457         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2458
2459 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2462
2463 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2464
2465         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2466         save-excursion so as not to include run-hooks.
2467
2468 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2469
2470         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2471         Clarify that marks are going to be cleared.
2472
2473 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2474
2475         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2476         according to 3rd element of wl-summary-flag-mark.
2477
2478         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2479
2480 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2481
2482         * wl-action.el (wl-summary-target-mark-all): Don't set
2483         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2484
2485 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2488         (wl-forward-subject-prefix): Ditto.
2489         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2490         (wl-draft-reply-make-subject): Ditto.
2491
2492         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2493         `wl-draft-forward'.
2494         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2495
2496 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2497
2498         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2499         target message does not exist.
2500
2501 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2502
2503         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2504         `wl-subject-prefix-regexp'.
2505         (wl-subject-forward-prefix-regexp): New variable.
2506         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2507         `wl-draft-strip-subject-re' and take regexp as argument.
2508         (wl-draft-forward): Use it.
2509         (wl-draft-reply): Ditto.
2510
2511 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2512
2513         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2514         emacs multi-tty support.
2515
2516 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2517
2518         * wl-e21.el (wl-e21-display-image-p): Don't call
2519         `display-images-p'.
2520         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2521         support.
2522         (wl-highlight-folder-current-line): Ditto.
2523         (wl-folder-init-icons): Ditto.
2524
2525 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2526
2527         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2528         the last line of summary in unplugged mode.
2529
2530 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2531
2532         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2533
2534 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2535
2536         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2537         * wl-address.el (wl-address-user-mail-address-p): Use it.
2538         (wl-address-delete-user-mail-addresses): Ditto.
2539         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2540
2541         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2542         (wl-address-delete-user-mail-addresses): Ditto.
2543
2544         * wl-address.el (wl-address-delete-user-mail-addresses): New
2545         function.
2546         * wl-refile.el (wl-refile-guess-by-history): Use it.
2547         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2548         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2549
2550         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2551         use wl-address-user-mail-address-p.
2552
2553 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2554
2555         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2556         after opening group.
2557
2558 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2559
2560         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2561         of elmo-set-buffer-multibyte.
2562
2563         * wl-message.el (wl-original-message-mode): Ditto.
2564
2565         * wl-score.el (wl-score-insert-header): Ditto.
2566
2567         * wl-summary.el
2568         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2569         (wl-summary-goto-folder-subr): Ditto.
2570         (wl-summary-insert-headers): Ditto.
2571
2572         * wl-util.el (wl-set-string-width): Ditto.
2573
2574         * Version number is increased to 2.11.29.
2575
2576 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2577
2578         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2579         (wl-highlight-summary-line-help-echo-alist): New variable.
2580         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2581         into `wl-highlight-summary-line-help-echo' and
2582         `wl-highlight-flag-folder-help-echo'.
2583         (wl-highlight-summary-line-string): Change accordingly.
2584         (wl-highlight-summary-current-line): Ditto.
2585
2586 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2587
2588         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2589         at the beginning of field body (Thanks to Markus Knittig).
2590
2591         * wl-draft.el (wl-draft-insert-current-message): Also check
2592         summary buffer, remove unnecessary tag.
2593
2594 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2595
2596         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2597         when wl-message-buffer is nil.
2598
2599         * wl-folder.el (wl-folder): Abolish unused argument.
2600         Call wl-folder-init when wl-folder-entity is nil.
2601         * wl.el (wl): Change accordingly.
2602
2603 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2604
2605         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2606         multibyte string before insert into draft buffer.
2607         (wl-draft-create-buffer): Always enable multibyte characters for
2608         draft buffer.
2609
2610         * Version number is increased to 2.11.28.
2611
2612 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2613
2614         * wl-folder.el (wl-folder-open-close): Handle blank line.
2615         (wl-folder-jump-to-current-entity): Ditto.
2616
2617 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * Version number is increased to 2.11.27.
2620
2621 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2622
2623         * wl-thread.el (wl-thread-insert-message): When the thread is
2624         devided by wl-summary-max-thread-depth, insert line at the end of
2625         buffer.
2626
2627 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * Version number is increased to 2.11.26.
2630
2631 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2632
2633         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2634
2635 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2636
2637         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2638         value of stream-type and session.
2639
2640 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2641
2642         * Version number is increased to 2.11.25.
2643
2644 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2645
2646         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2647         in a quit message.
2648
2649 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2650
2651         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2652         (wl-summary-redisplay-no-mime-internal): Ditto.
2653
2654 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2655
2656         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2657         * wl-vars.el (wl-smtp-connection-type): Ditto.
2658
2659 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2660
2661         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2662         for the separator line and quote mail-header-separator.
2663
2664 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2665
2666         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2667         result message.
2668
2669         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2670         `elmo-multiple-fields-body-list' with boundary as
2671         mail-header-separator.
2672
2673 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2674
2675         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2676
2677 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * wl-util.el (wl-list-diff): Remove unused function.
2680
2681         * wl-draft.el (wl-draft-send-confirm): Discard input before
2682         confirmation.
2683
2684 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2687         order of flag and new.
2688
2689 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-vars.el (wl-refile-policy-alist): Abolished.
2692
2693         * wl-action.el (wl-summary-set-action-refile): Follow the change
2694         above.
2695
2696 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * wl-highlight.el (wl-highlight-signature-search): Don't use
2699         re-search-backward for a long word since it is possible to crash
2700         XEmacs because of a bug.
2701
2702 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2703
2704         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2705
2706 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2709         argument for wl-summary-sync-force-update.
2710
2711 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-summary.el (wl-summary-mode-map): Revival of
2714         wl-summary-mark-as-important related bindings;
2715         Bind 'F','tF','mF','rF','m&'.
2716         (wl-summary-mark-as-important-region): Revival.
2717         (wl-summary-target-mark-mark-as-important): Ditto.
2718         (wl-summary-target-mark-operation): New function.
2719         (wl-summary-target-mark-mark-as-answered): Use it.
2720         (wl-summary-decide-flag): Don't set Important as default.
2721         (wl-summary-mark-as-important-internal): Revival.
2722         (wl-summary-mark-as-important): Ditto.
2723
2724         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2725
2726         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2727         instead of facep.
2728
2729 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-dnd.el (wl-dnd-drop-func): Fix.
2732
2733         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2734         mouse-set-point instead of posn-point.
2735
2736         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2737
2738         * wl-mule.el (wl-completing-read-multiple): Ditto.
2739
2740 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * wl-demo.el (face-background-name): Defalias to avoid compile
2743         warning.
2744
2745 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2746
2747         * wl-summary.el (wl-summary-decide-flag): Use
2748         wl-completing-read-multiple instead of completing-read-multiple.
2749
2750         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2751         New alias.
2752
2753         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2754         Use face-background-name instead of face-background.
2755
2756         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2757
2758         * wl-summary.el (wl-summary-save): Use it.
2759         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2760
2761         * wl-mime.el (wl-mime-save-content): Fix last change.
2762
2763 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2764
2765         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2766         New function.
2767         (wl-summary-sort-specs): Added sort.
2768         * wl-mime.el (wl-mime-save-content): Expand file name.
2769
2770 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2771
2772         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2773
2774         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2775
2776 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2777
2778         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2779         for flag if it is not defined.
2780
2781 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2782
2783         * wl-e21.el (wl-highlight-folder-current-line): Use
2784         elmo-folder-type-internal when elmo-folder-type returns nil.
2785
2786         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2787
2788         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2789
2790         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2791
2792         * wl-e21.el (wl-summary-toolbar): Ditto.
2793
2794         * wl-vars.el (wl-demo-background-color): Abolished.
2795         (wl-summary-persistent-mark-priority-list): Renamed from
2796         wl-summary-flag-priority-list.
2797         (wl-summary-flag-alist): New user option.
2798         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2799         (wl-message-mode-line-format-spec-alist): Added 'F'.
2800         (wl-message-mode-line-format): Likewise.
2801         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2802         instead of wl-summary-important-mark.
2803         (wl-file-folder-icon): New variable.
2804
2805         * wl-thread.el (wl-thread-set-flags): Renamed from
2806         wl-thread-mark-as-important.
2807
2808         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2809         warning.
2810         (wl-summary-mode-menu-spec): Follow the change of 
2811         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2812         (wl-summary-mode-map): Follow the change of
2813         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2814         (wl-summary-detect-mark-position): Follow the variable name change.
2815         (wl-summary-set-flags-region): New function for the replacement of
2816         wl-summary-mark-as-important-region.
2817         (wl-summary-sync-marks): Sync all global-flags.
2818         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2819         instead of elmo-message-flagged-p.
2820         (wl-summary-persistent-mark-string): Follow the variable name change;
2821         Put wl-summary-flag-mark if the message has global-flag.
2822         (wl-summary-target-mark-set-flags): Renamed from 
2823         wl-summary-target-mark-mark-as-important.
2824         (wl-summary-decide-flag): New function.
2825         (wl-summary-set-flags-internal): Renamed from
2826         wl-summary-mark-as-important-internal.
2827         (wl-summary-add-flags-internal): New function.
2828         (wl-summary-remove-flags-internal): Ditto.
2829         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2830         (wl-summary-mark-as-unimportant): Abolish.
2831         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2832         (wl-summary-next-message): List flagged messages in the msgdb.
2833
2834         * wl-score.el (wl-summary-score-update-all-lines): Use
2835         wl-summary-add-flags-internal instead of 
2836
2837         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2838
2839         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2840         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2841         (wl-message-buffer-require-all-header): Renamed from
2842         wl-message-buffer-all-header-flag (Ditto).
2843         (wl-message-buffer-flag-indicator): New variable.
2844         (wl-message-redisplay): Changed local varibale name from `flag' to
2845         `display-type'; Set up wl-message-buffer-flag-indicator.
2846         (wl-message-buffer-display): Changed varibale name from `flag' to
2847         `display-type'.
2848         (wl-message-display-internal): Likewise.
2849
2850         * wl-highlight.el (wl-highlight-demo-face): Define default background
2851         color.
2852         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2853
2854         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2855
2856         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2857         (wl-demo-setup-properties): Renamed from
2858         `wl-demo-set-background-color'.
2859         (wl-demo): Follow the change above.
2860         
2861         * Version number is increased to 2.11.24.
2862
2863 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2864
2865         * wl-summary.el (wl-summary-toggle-thread): Call
2866         `wl-summary-rescan' with disable-thread as non-nil.
2867         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2868
2869 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2872         foreground property of the face.
2873         (wl-demo-insert-text): Don't set up face property here.
2874         (wl-demo): Call wl-demo-set-background-color, anyway.
2875
2876 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-vars.el (wl-demo-background-color): The value can be nil.
2879
2880 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2883         to wl-summary-wheel-dispatcher.
2884
2885         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2886         wl-message-wheel-dispatcher.
2887         (wl-message-wheel-dispatcher): New function.
2888         (wl-summary-wheel-dispatcher): Ditto.
2889
2890 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * wl-action.el (wl-summary-target-mark-all): List messages which are
2893         not in the killed-list.
2894
2895         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2896         only when the folder is 'flag/important.
2897
2898         * wl-address.el (wl-complete-field-body): Complete if the last
2899         character is a space.
2900
2901 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-folder.el (wl-folder-clear-entity-info): Use
2904         elmo-clear-hash-val.
2905
2906         * wl-fldmgr.el (wl-fldmgr-rename): Set
2907         wl-folder-info-alist-modified as t.
2908
2909 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2910
2911         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2912
2913 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2914
2915         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2916         (wl-folder-buffer-last-visited-entity-id): New buffer local
2917         variable.
2918         (wl-folder-revisit-last-visited-folder): New function.
2919         (wl-folder-mode-map): Bind it to "C-i".
2920         (wl-folder-set-current-entity-id): Set last visited folder.
2921         * wl-summary.el (wl-summary-exit): Ditto.
2922
2923 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2926         before calling `recenter' in order to cope with an XEmacs bug.
2927
2928 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2929
2930         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2931         to the default value.
2932
2933 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2936         change.
2937         (wl-summary-sync-marks): Ditto.
2938         (wl-summary-mark-as-read-internal): Ditto.
2939         (wl-summary-mark-as-answered-internal): Ditto.
2940         (wl-summary-mark-as-important-internal): Ditto.
2941         (wl-summary-reply): Ditto.
2942
2943         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2944         instead of `elmo-folder-unflag-answered'.
2945
2946         * Version number is increased to 2.11.23.
2947
2948         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2949         the last change.
2950
2951 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2952
2953         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2954         Specify "spam" or "good".
2955
2956 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * wl-spam.el (wl-summary-exec-action-spam): Call
2959         wl-folder-confirm-existence for spam folder.
2960         (wl-spam-setup): Bind "mk".
2961
2962 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2963
2964         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2965
2966 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2967
2968         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2969         destination folder is empty.
2970
2971 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2972
2973         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2974         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2975
2976         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2977         (wl-summary-refile-prev-destination-region): New function.
2978         (wl-thread-refile-prev-destination): Ditto.
2979         (wl-summary-target-mark-refile-prev-destination): Ditto.
2980
2981 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2982
2983         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2984         (wl-demo-background-color): Changed default value.
2985
2986         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2987         color.
2988
2989         * wl-demo.el (wl-demo-set-background-color): New function.
2990         (wl-demo): Call it.
2991
2992 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2993
2994         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2995         * wl-address.el (wl-address-add-or-change): Don't add empty
2996         address.
2997
2998 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2999
3000         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3001
3002 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3003
3004         * wl-vars.el (wl-demo-image-filter-alist): New variable
3005         (wl-demo-background-color): Ditto.
3006
3007         * wl-demo.el (wl-demo-xpm-set-background): New function.
3008         (wl-demo-image-filter): Ditto.
3009         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3010
3011         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3012
3013         * wl-demo.el (wl-demo-icon-name): Define as function.
3014         (wl-demo-insert-image): Use it.
3015
3016 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3017
3018         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3019
3020 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3021
3022         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3023
3024 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3025
3026         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3027
3028 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-thread.el (wl-thread-mark-as-answered): New function.
3031
3032         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3033         answered" entry.
3034         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3035         "r&" and wl-thread-mark-as-answered to "t&".
3036         (wl-summary-mark-as-important-region): Refine to toggle mark.
3037         (wl-summary-mark-as-answered-region): New function.
3038         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3039         and 3rd argument.
3040         (wl-summary-mark-as-important-internal): Likewise.
3041
3042 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-template.el (wl-template-preview): New internal variable.
3045         (wl-template-preview-p): New function.
3046         (wl-template-show): Bind `wl-template-preview' as t.
3047
3048 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3049
3050         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3051         `elmo-message-entity-field' with 3rd argument which is non-nil.
3052
3053 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3056         Removed duplicate local bind `folder'.
3057
3058 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3061
3062 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3065         duplicate definition.
3066
3067 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3068
3069         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3070         non-nil, use it; Don't fetch message if there's no message in the
3071         current cursor position.
3072
3073 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3074
3075         * wl-util.el (wl-region-exists-p): Use region-active-p.
3076         (wl-deactivate-region): New function.
3077         * wl-message.el (wl-message-redisplay): Deactivate region.
3078
3079         * wl-summary.el (wl-summary-reply): Call
3080         `wl-summary-set-message-buffer-or-redisplay' instead of
3081         `wl-summary-redisplay-internal', don't move point.
3082
3083 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3086         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3087         by regexp.
3088
3089 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3092         if no need.
3093
3094 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3097         default value to nil.
3098         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3099         `wl-summary-prepare-hook'; Replace refile action to
3100         `wl-summary-exec-action-refile-with-register'.
3101
3102         * Version number is increased to 2.11.22.
3103
3104 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3105
3106         * wl-summary.el (wl-summary-detect-mark-position): Set
3107         `wl-summary-buffer-weekday-name-lang'.
3108
3109 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3110
3111         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3112         (wl-summary-mark-as-read-all): Ditto.
3113         (wl-summary-delete-messages-on-buffer): Ditto.
3114         (wl-summary-sync-update): Ditto.
3115         (wl-summary-mark-as-read-internal): Ditto.
3116         (wl-summary-mark-as-answered-internal): Ditto.
3117         (wl-summary-update-folder-info): Abolished.
3118
3119 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-summary.el (wl-summary-mark-as-read-all): Use
3122         `wl-summary-update-folder-info' instead of
3123         `wl-folder-update-unread'.
3124
3125 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3126
3127         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3128         `wl-summary-folder-info-update'.
3129         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3130         instead of `wl-summary-folder-info-update'.
3131         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3132         `wl-folder-set-folder-updated'.
3133         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3134         instead of `wl-folder-update-unread'.
3135         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3136         the value of `wl-summary-buffer-unread-count' for the second parameter of
3137         `wl-folder-update-unread'.
3138
3139         * Version number is increased to 2.11.21.
3140
3141 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3142
3143         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3144         a local variable.
3145
3146 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3147
3148         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3149         interactively.
3150
3151         * wl-summary.el (wl-summary-mark-as-important-internal): New
3152         internal function.
3153         (wl-summary-mark-as-important): Use it.
3154         (wl-summary-mark-as-unimportant): New function.
3155         (wl-summary-sync-marks): Follow the API change.
3156
3157         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3158
3159         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3160
3161 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3162
3163         * wl-folder.el (wl-folder-update-unread): Re-indent.
3164         Narrow the scope of a local variable.
3165
3166 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3169         (wl-addrmgr-merge-entries): Ditto.
3170         (wl-addrmgr): Added to address entry which exists in draft buffer
3171         if no entry is in original.
3172
3173 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl-batch.el: New file.
3176
3177 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3178
3179         * wl-vars.el (wl-use-semi): Remove unused variable.
3180
3181 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3182
3183         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3184         "?".
3185
3186 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3189         wl-summary-new-mark.
3190         (wl-summary-new-cached-mark): New user option.
3191         (wl-summary-score-marks): Follow the change above.
3192         (wl-summary-auto-refile-skip-marks): Ditto.
3193         (wl-summary-incorporate-marks): Ditto.
3194         (wl-summary-expire-reserve-marks): Ditto.
3195
3196         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3197
3198         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3199         (wl-summary-persistent-mark-string): Distinguished between cached
3200         and uncached mark when the message is new.
3201
3202 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3203
3204         * wl-spam.el (wl-spam-domain): Renamed from
3205         `wl-spam-folder-guess-domain'.
3206         (wl-summary-exec-action-spam): Register as spam if domain of the
3207         source folder is good.
3208         (wl-summary-exec-action-refile-with-register): Register message if
3209         domain of the source folder is not undecided.
3210
3211 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3212
3213         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3214         detect thread loop.
3215
3216 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3219         and wl-summary-skip-mark-list.
3220
3221 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3224
3225         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3226
3227         * wl-spam.el (toplevel): Require wl-highlight.
3228         (wl-spam-auto-check-policy-alist): Abolish.
3229         (wl-spam-auto-check-folder-regexp-list): New user option.
3230         (wl-spam-auto-check-marks): Ditto.
3231         (wl-spam-mark-action-list): Ditto.
3232         (wl-highlight-summary-spam-face): New face.
3233         (wl-spam-auto-check-message-p): New function.
3234         (wl-spam-map-spam-messages): Fixed message.
3235         (wl-spam-register-spam-messages): Ditto.
3236         (wl-spam-register-good-messages): Ditto.
3237         (wl-summary-spam-map): Add and remove keybind.
3238         (wl-summary-target-mark-spam): Abolish.
3239         (wl-summary-refile-spam): Ditto.
3240         (wl-summary-test-spam): New function.
3241         (wl-summary-mark-spam): Ditto.
3242         (wl-summary-auto-check-spam): Follow the above change.
3243         (wl-summary-exec-action-spam): New function.
3244         (wl-summary-exec-action-refile-with-register): Fixed message.
3245         (wl-message-check-spam): New function.
3246         (wl-spam-setup): Ditto.
3247         (toplevel): Call it if this file is loaded interactivity.
3248
3249         * Version number is increased to 2.11.20.
3250
3251 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3252
3253         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3254         when new optional argument `force' is non nil or modified.
3255
3256 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * wl.el (toplevel): Require wl-spam when compile.
3259         (wl-save-status): Call wl-spam-save-status.
3260
3261         * wl-spam.el (wl-spam-register-spam-messages): New function.
3262         (wl-spam-register-good-messages): Ditto.
3263         (wl-spam-save-status): Ditto.
3264         (wl-summary-mode-map): Bind
3265         wl-summary-target-mark-register-as-spam to "ms" and
3266         wl-summary-target-mark-register-as-good to "mn".
3267         (wl-summary-register-as-spam): Abolish optional argument; Use
3268         wl-spam-register-spam-messages.
3269         (wl-summary-register-as-spam-all): Use
3270         wl-spam-register-spam-messages.
3271         (wl-summary-register-as-good): Abolish optional argument; Use
3272         wl-spam-register-good-messages.
3273         (wl-summary-register-as-good-all): Use
3274         wl-spam-register-good-messages.
3275         (wl-summary-target-mark-register-as-spam): New funtion.
3276         (wl-summary-target-mark-register-as-good): Ditto.
3277
3278 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3279
3280         * wl-spam.el: New file.
3281
3282 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3283
3284         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3285
3286         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3287         (wl-summary-auto-refile): Call wl-refile-guess with
3288         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3289
3290 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3293         with disable-thread argument non-nil.
3294
3295 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3296
3297         * wl-summary.el (wl-summary-rescan): Added optional argument
3298         disable-thread.
3299         (wl-summary-sync): Call wl-summary-rescan with argument
3300         disable-thread.
3301         (wl-summary-input-range): Added new range `rescan-thread'.
3302
3303 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3306
3307 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3310         internal variable.
3311         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3312         wl-summary-search-parent-by-subject-regexp and
3313         wl-summary-divide-thread-when-subject-changed as nil.
3314         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3315         (wl-summary-insert-thread): Search parent entity from
3316         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3317         thread loop.
3318
3319 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3320
3321         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3322
3323         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3324
3325         * wl-util.el (wl-require-update-all-folder-p): New function.
3326         (wl-get-assoc-list-value): Added `function' to match directive.
3327         (wl-collect-draft): Rewrite.
3328
3329         * wl-summary.el (wl-summary-sync-update): Clear faces
3330         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3331         are non-nil.
3332         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3333         argument as function.
3334         (wl-summary-input-range): Ditto.
3335
3336         * wl-folder.el (wl-draft-get-folder): New function.
3337         (wl-folder-get-elmo-folder): Consider draft folder.
3338
3339         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3340         (wl-draft-buffer-message-number): New buffer local variable.
3341         (wl-draft-folder-internal): New internal variable.
3342         (wl-draft-delete): Rewrite.
3343         (wl-draft-save): Ditto.
3344         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3345         wl-folder-get-elmo-folder.
3346         (wl-draft-config-info-operation): Ditto.
3347         (wl-jump-to-draft-folder): Ditto.
3348         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3349         (wl-draft-reedit): Rewrite.
3350
3351         * Version number is increased to 2.11.19.
3352         
3353 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3354
3355         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3356         variable.
3357
3358 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3359
3360         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3361         Use ignore-errors instead of unwind-protect.
3362
3363 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3364
3365         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3366         for updating `wl-thread-entity-list'.
3367
3368 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3369
3370         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3371         parameter from calling `wl-thread-entity-get-older-brothers' and
3372         `wl-thread-entity-get-younger-brothers'.
3373         Replace nested `append' with a single one.
3374
3375 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3376
3377         * wl-summary.el (wl-summary-mode): Don't use the return value of
3378         `make-local-hook'.
3379
3380 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3381
3382         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3383         instead of `let*'.
3384         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3385         of local variables.
3386
3387 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3388
3389         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3390         Renamed from wl-summary-window-scroll-functions.
3391         (wl-summary-window-scroll-functions): Don't set to variable.
3392         (wl-summary-display-top): Use run-hooks.
3393         (wl-summary-display-bottom): Ditto.
3394         (wl-summary-toggle-disp-msg): Ditto.
3395         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3396         Use it instead of wl-summary-window-scroll-functions.
3397         (wl-summary-goto-folder-subr): Don't call
3398         wl-summary-window-scroll-functions, use
3399         wl-summary-buffer-window-scroll-functions instead.
3400
3401 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3402
3403         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3404         make-local-variable.
3405
3406 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3407
3408         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3409         set-buffer-modified-p.
3410         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3411         (wl-summary-display-bottom): Ditto.
3412         (wl-summary-toggle-disp-msg): Ditto.
3413
3414 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3417
3418         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3419         (wl-summary-forward): Use elmo-message-entity-field instead of
3420         elmo-message-field.
3421
3422         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3423
3424 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3425
3426         * wl-summary.el (wl-summary-window-scroll-functions): No use
3427         `append'.
3428
3429 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3432         function.
3433         (wl-summary-window-scroll-functions): Call it when both
3434         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3435         (wl-summary-temp-mark): Added optional argument number.
3436         (wl-summary-message-mark): Added optional argument flag.
3437         (wl-summary-persistent-mark): Added optional argument number and flag.
3438         (wl-summary-update-persistent-mark): Ditto.
3439         (wl-summary-update-status-marks): Set "r" for interactive spec.
3440
3441         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3442         argument number and flag.
3443
3444         * wl-action.el (wl-summary-registered-temp-mark): 
3445         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3446
3447 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3448
3449         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3450         internal variable (buffer local).
3451         (wl-summary-window-scroll-functions): New function.
3452         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3453         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3454         as nil.
3455         (wl-summary-update-status-marks): Added arguments beg, end and
3456         check.
3457         (wl-summary-update-mark-window): Use function.
3458         (wl-summary-sync-update): Follow the change above.
3459         (wl-summary-switch-to-clone-buffer): Copy
3460         wl-summary-buffer-unsync-mark-number-list.
3461         (wl-summary-goto-folder-subr): Set
3462         wl-summary-buffer-unsync-mark-number-list and
3463         use wl-summary-window-scroll-functions instead of
3464         wl-summary-lazy-highlight.
3465
3466         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3467
3468 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3469
3470         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3471
3472         * wl-summary.el (wl-summary-update-persistent-mark): Call
3473         wl-summary-set-message-modified.
3474
3475         * wl-summary.el (wl-summary-sync-update): Don't call
3476         wl-summary-update-status-marks.
3477
3478         * Version number is increased to 2.11.18.
3479
3480 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3481
3482         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3483         (wl-message-next-page): Ditto.
3484
3485 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3486
3487         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3488         local variable.  Change the order of a collected list into the
3489         same as the specified range.  Remove nil from a collected list.
3490
3491 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3492
3493         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3494         argument for elmo-folder-list-messages.
3495
3496 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3499         change (wl-summary-count-unreads return a list instead of a cons
3500         cell).
3501
3502 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3503
3504         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3505         `wl-summary-folder-info-update'.
3506
3507 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3508
3509         * wl-summary.el (wl-summary-set-message-modified): No use
3510         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3511         (wl-summary-set-mark-modified): Abolish.
3512         (wl-summary-mark-modified-p): Ditto.
3513         (wl-summary-save-view): Follow the change above.
3514
3515         * wl-expire.el (wl-summary-expire): Likewise.
3516
3517 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3518
3519         * wl-summary.el (wl-summary-detect-mark-position): Use
3520         modb-entity-handler.
3521         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3522
3523         * Version number is increased to 2.11.17.
3524
3525 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3526
3527         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3528         entity field value.
3529         (wl-summary-prefetch-msg): Ditto.
3530         (wl-summary-print-message-with-ps-print): Ditto.
3531
3532 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3535         for dummy entity.
3536         (wl-summary-insert-thread): Use elmo-message-entity-field.
3537         (wl-summary-update-thread): Use elmo-message-entity-field and
3538         elmo-message-entity-number.
3539         (wl-summary-line-number):  Use elmo-message-entity-number.
3540         (wl-summary-line-size): Use elmo-message-entity-field.
3541         (wl-summary-line-subject): Ditto.
3542         (wl-summary-line-from): Ditto.
3543         (wl-summary-line-attached): Ditto.
3544         (wl-summary-create-line): Ditto.
3545         (wl-summary-create-line): Use elmo-message-entity-number.
3546         (wl-summary-print-message-with-ps-print): Use
3547         elmo-message-entity-field.
3548
3549 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3552         change in elmo-msgdb-make-message-entity.
3553         (wl-summary-buffer-set-folder): Don't call
3554         wl-summary-detect-mark-position here.
3555         (wl-summary-rescan): Call elmo-message-entity-number.
3556         (wl-summary-sync-update): Ditto.
3557         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3558
3559         * wl-score.el (wl-score-header-index): Redefine 2th element.
3560         (wl-score-overview-entity-get-extra): Abolish.
3561         (wl-score-ov-entity-get): Rewrite.
3562         (wl-score-string-index<, wl-score-string-func<): Abolish.
3563         (wl-score-string<): New function.
3564         (wl-score-string-sort): Use it.
3565
3566         * wl-refile.el (wl-refile-guess-by-history): Use
3567         elmo-message-entity-field.
3568         (wl-refile-guess-by-from): Ditto.
3569         (wl-refile-guess-by-msgid): Ditto.
3570
3571         * Version number is increased to 2.11.16.
3572
3573 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3574
3575         * wl-folder.el (wl-folder-confirm-existence): Don't call
3576         file-exists-p if msgdb-path is nil.
3577         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3578         `wl-read-folder-hist' to `wl-read-folder-history'.
3579
3580 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3581
3582         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3583         `y-or-n-p'.
3584
3585 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * wl-score.el (wl-score-headers): Don't use
3588         elmo-folder-do-each-message-entity.
3589
3590         * Version number is increased to 2.11.15.
3591
3592 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-summary.el (wl-summary-delete-all-msgs): Use
3595         elmo-folder-move-messages instead of elmo-folder-delete-messages
3596         and elmo-folder-detach-messages.
3597         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3598
3599         * wl-expire.el (wl-expire-delete): Ditto.
3600         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3601
3602 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3605         (wl-message-header-narrowing-fields): Ditto.
3606         (wl-message-header-narrowing-lines): Ditto.
3607         (wl-message-header-narrowing-string): Ditto.
3608
3609         * wl-summary.el (wl-summary-mode-map): Bind
3610         wl-summary-toggle-header-narrowing to "C-cC-f".
3611         (wl-summary-toggle-header-narrowing): New function.
3612
3613         * wl-message.el (wl-message-buffer-create): Call
3614         wl-message-header-narrowing-setup.
3615         (wl-message-redisplay): Call wl-message-header-narrowing.
3616         (wl-message-header-narrowing): New function.
3617         (wl-message-header-narrowing-map): New keymap.
3618         (wl-message-header-narrowing-widen-map): New keymap.
3619         (wl-message-header-narrowing-again-at-mouse): New function.
3620         (wl-message-header-narrowing-1): Ditto.
3621         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3622         (wl-message-header-narrowing-setup): Ditto.
3623         (wl-message-header-narrowing-toggle): Ditto.
3624         
3625         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3626
3627         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3628         'flag as all.
3629         (wl-use-flag-folder-help-echo): New user option.
3630
3631         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3632         wl-summary-highlight as nil.
3633         (wl-summary-set-mark-modified): Follow the API change.
3634         (wl-summary-mark-modified-p): Ditto.
3635         (wl-summary-mark-as-read-all): Ditto.
3636         (wl-summary-sync-marks): Don't call
3637         elmo-folder-list-messages-with-global-mark.
3638         (wl-summary-mark-as-read-internal): Follow the API change.
3639         (wl-summary-mark-as-answered-internal): Ditto.
3640         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3641         Follow the API change.
3642         (wl-summary-create-line): Call with number argument.
3643         (wl-summary-reply): Follow the API change.
3644
3645         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3646         function.
3647         (wl-highlight-summary-line-string): Call it when
3648         wl-use-flag-folder-help-echo is non-nil.
3649         (wl-highlight-summary-current-line): Ditto.
3650         (elmo-flag-folder-referrer): Added autoload setting.
3651
3652         * wl-draft.el (wl-draft-kill): Follow the API change.
3653
3654         * Version number is increased to 2.11.14.
3655         
3656 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3657
3658         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3659
3660 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661
3662         * Version number is increased to 2.11.13.
3663
3664 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3665
3666         * wl-draft.el (wl-draft-previous-history-element): Fixed
3667         unbalanced parenthesis and bind unbound local variables.
3668
3669 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3670
3671         * wl-draft.el (wl-draft-previous-history-element): New function.
3672         (wl-draft-next-history-element): Ditto.
3673         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3674         them to M-p and M-n.
3675
3676 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * Version number is increased to 2.11.12.
3679
3680 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3681
3682         * wl-draft.el (wl-draft-hide): Select buffer-window.
3683
3684 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3685
3686         * wl-summary.el (wl-summary-narrow-to-region): New function.
3687         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3688         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3689         (wl-summary-save-region): Use it.
3690         * wl-action.el (wl-summary-collect-numbers-region)
3691         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3692
3693 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3694
3695         * wl-folder.el (wl-folder-count-incorporates): Don't use
3696         `elmo-msgdb-mark-load'
3697
3698         * Version number is increased to 2.11.11.
3699
3700 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3701
3702         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3703         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3704
3705 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3708
3709 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3710
3711         * Version number is increased to 2.11.10.
3712
3713 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3714
3715         * wl-mime.el (wl-draft-attribute-value): Fixed.
3716
3717 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * wl-util.el (wl-copy-local-variables): New function.
3720
3721         * wl-mime.el (wl-draft-attribute-recipients): New function.
3722         (wl-draft-attribute-envelope-from): Ditto.
3723         (wl-draft-attribute-smtp-posting-server): Ditto.
3724         (wl-draft-attribute-smtp-posting-port): Ditto.
3725         (wl-draft-attribute-value): Ditto.
3726         (wl-draft-preview-message): Use it to get value for
3727         attributes. Reflect result of `wl-draft-config'.
3728
3729         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3730         and call `wl-summary-mark-as-read' before to call
3731         `wl-summary-unset-mark'.
3732         (wl-summary-target-mark-mark-as-unread): Likewise.
3733         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3734
3735 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl-mime.el (wl-draft-preview-message): Use actual value for
3738         attributes; Fix for small window.
3739
3740 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3741
3742         * wl-refile.el (wl-refile-get-field-value): Call
3743         `elmo-message-entity-field' with 3rd argument is non-nil.
3744
3745 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-vars.el (wl-draft-preview-attributes): New user option.
3748         (wl-draft-preview-attributes-list): Ditto.
3749         (wl-draft-preview-attributes-buffer-lines): Ditto.
3750         (wl-draft-preview-attributes-buffer-name): Ditto.
3751
3752         * wl-mime.el (wl-draft-preview-message): Display attributes.
3753
3754 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3755
3756         * wl-summary.el (wl-summary-detect-mark-position): Bind
3757         wl-summary-flag-priority-list to '(new).
3758
3759 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3762         funtion.
3763         (wl-highlight-summary-line-string): Use it.
3764         (wl-highlight-summary-current-line): Ditto.
3765
3766 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3769         line even when the mark string is not changed.
3770
3771         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3772         argument change in the wl-summary-create-line.
3773         (wl-thread-insert-entity-sub): Ditto.
3774
3775         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3776         argument change in the wl-summary-create-line.
3777         (wl-summary-insert-sequential): Ditto.
3778         (wl-summary-update-thread): Ditto.
3779         (wl-summary-persistent-mark-string): New inline function.
3780         (wl-summary-message-mark): Use it.
3781         (wl-summary-create-line): Abolish argument wl-persistent-mark
3782         and added wl-flags, wl-cached.
3783
3784         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3785         mark to flags.
3786         (wl-highlight-summary-current-line): Decide the face not by the 
3787         persistent mark but flags.
3788
3789 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3790
3791         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3792         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3793         wl-summary-read-uncached-mark): Revive.
3794         (wl-summary-answered-cached-mark,
3795         wl-summary-answered-uncached-mark): New user option.
3796         (wl-summary-score-marks): Follow the change above.
3797         (wl-summary-auto-refile-skip-marks): Ditto.
3798         (wl-summary-incorporate-marks): Ditto.
3799         (wl-summary-expire-reserve-marks): Ditto.
3800         (wl-summary-flag-priority-list): New user option.
3801
3802         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3803         changes.
3804         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3805         of elmo-message-mark.
3806         (wl-summary-mark-as-read-internal): Ditto.
3807         (wl-summary-mark-as-answered): Ditto.
3808         (wl-summary-mark-as-important): Ditto.
3809         (wl-summary-redisplay-internal): Ditto.
3810         (wl-summary-redisplay-no-mime-internal): Ditto.
3811         (wl-summary-message-mark): New function.
3812         (wl-summary-insert-sequential): Use wl-summary-message-mark
3813         instead of elmo-message-mark.
3814         (wl-summary-update-thread): Ditto.
3815         (wl-summary-persistent-mark): Ditto.
3816         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3817         instead of elmo-message-mark.
3818
3819         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3820         wl-summary-message-mark instead of elmo-message-mark.
3821         (wl-thread-insert-entity-sub): Ditto.
3822         (wl-thread-get-children-msgs-uncached): Ditto.
3823
3824         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3825         variable name changes.
3826         (wl-highlight-summary-current-line): Ditto.
3827
3828         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3829         wl-summary-message-mark instead of elmo-message-mark.
3830
3831         * wl-expire.el (wl-expire-message-p): Ditto.
3832
3833         * wl-score.el (wl-score-headers): Ditto.
3834
3835         * Version number is increased to 2.11.9.
3836
3837         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3838         (wl-summary-sync-update): Follow the change above.
3839         (wl-summary-switch-to-clone-buffer): Ditto.
3840         (wl-summary-open-folder): Ditto.
3841
3842 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3843
3844         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3845         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3846
3847         * Version number is increased to 2.11.8.
3848
3849         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3850
3851         * wl-expire.el (wl-expire-refile): Follow the API change on
3852         `elmo-folder-move-messages'.
3853         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3854
3855         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3856         (wl-summary-exec-action-refile): Ditto.
3857         (wl-summary-exec-action-copy): Ditto.
3858         (wl-summary-no-auto-refile-message-p): No use
3859         `wl-summary-buffer-msgdb'.
3860         (wl-summary-auto-refile): Ditto.
3861
3862 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3863
3864         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3865
3866 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3867
3868         * wl-summary.el (wl-summary-sync): Treat no-sync.
3869
3870         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3871         (wl-default-sync-range): Ditto.
3872
3873 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3874
3875         * wl-refile.el (wl-refile-subject-learn): Call
3876         `elmo-message-entity-field' with 3rd argument is non-nil.
3877         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3878         instead of `elmo-msgdb-overview-entity-get-subject'.
3879
3880 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3883         scan-type is rescan.
3884         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3885         new optional argument force is non-nil.
3886         (wl-summary-save-view-cache): Call it with force argument non-nil.
3887
3888         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3889
3890 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3891
3892         * wl-action.el (wl-summary-print-argument): Fixed last change.
3893
3894 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3895
3896         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3897         simplified.
3898         (wl-summary-target-mark-mark-as-unread): Likewise.
3899         (wl-summary-target-mark-mark-as-important): Likewise.
3900
3901 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3902
3903         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3904         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3905         (wl-summary-mark-as-important-region): Change accordingly.
3906         (wl-summary-target-mark-mark-as-important): Ditto.
3907
3908 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3909
3910         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3911
3912         * wl-action.el (wl-summary-print-argument): Print argument to
3913         right side of window if `wl-summary-print-argument-within-window'
3914         is non-nil.
3915
3916 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-action.el (wl-summary-set-mark): Use
3919         `wl-summary-message-visible-p' to check visibility of the message
3920         and jump to message only when the message line is visible and have
3921         different number; Call wl-summary-unset-mark with number argument.
3922         (wl-summary-unset-mark): 
3923         Use `wl-summary-message-visible-p'
3924         to check visibility of the message and jump to message only when
3925         the message line is visible and have different number;
3926
3927 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * Version number is increased to 2.11.7.
3930
3931         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3932         and wl-folder-summary-line-format.
3933
3934         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3935         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3936         (wl-summary-set-score-mark): Use it.
3937         (wl-summary-target-mark-mark-as-read): Ditto.
3938         (wl-summary-target-mark-mark-as-unread): Ditto.
3939         (wl-summary-target-mark-mark-as-important): Ditto.
3940         (wl-summary-target-mark-msgs): Simplified.
3941         (wl-summary-detect-mark-position): Fixed problem when
3942         summary-line-format no contain persisten/temp mark spec.
3943         (wl-summary-temp-mark): Ditto.
3944         (wl-summary-persistent-mark): Ditto.
3945         (wl-summary-update-persistent-mark): Ditto.
3946
3947         * wl-action.el (wl-summary-set-mark): Ditto.
3948         (wl-summary-unset-mark): Ditto.
3949         All other related portions are changed.
3950
3951 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * Version number is increased to 2.11.6.
3954
3955 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-util.el (wl-current-message-buffer): Define as function;
3958         Don't use the value of wl-messge-buffer.
3959
3960         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3961         persistent mark.
3962
3963         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3964         no current message, cause an error.
3965
3966 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3967
3968         * wl-summary.el (wl-summary-set-message-modified): Use
3969         elmo-folder-set-message-modified instead of
3970         elmo-folder-set-message-modified-internal.
3971
3972 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3975         interactively.
3976         (wl-summary-sync): nokill->entirely.
3977         (wl-summary-sync-marks): Fixed message.
3978         (wl-summary-input-range): Added mark, nokill->entirely.
3979
3980         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3981         messages as read.
3982
3983 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3986         update-noscore.
3987         (wl-summary-sync): Follow the change above.
3988
3989 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3990
3991         * wl-action.el (wl-summary-target-mark-all): Use
3992         elmo-folder-list-messages.
3993
3994 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3997         (wl-summary-rescan): Set wl-summary-scored as nil.
3998         (wl-summary-sync-force-update): Follow the change above.
3999         (wl-summary-sync): Ditto.
4000         (wl-summary-sync-update): Added argument disable-killed.
4001         (wl-summary-insert-headers): Set visible-only argument for
4002         elmo-folder-list-messages.
4003         (wl-summary-input-range): Added update-nokill, update-noscore,
4004         all-nokill, all-noscore and mark.
4005
4006         * Version number is increased to 2.11.5.
4007
4008         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4009
4010 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4011
4012         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4013         (wl-summary-prefetch-region-no-mark): Change accordingly.
4014         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4015
4016 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4017
4018         * wl-address.el (wl-complete-field-to): Abolished.
4019         (wl-complete-address): Completion function for completing-read.
4020         * wl-action.el (wl-summary-get-resend-address): Use it.
4021
4022         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4023         wl-summary-update-mark and abolish unused argument.
4024         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4025         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4026         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4027         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4028         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4029         * wl-draft.el (wl-draft-kill): Ditto.
4030
4031         * wl-summary.el: Remove unused binding of case-fold-search.
4032         (wl-summary-replace-status-marks): Abolished.
4033
4034 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4037         is specified or folder length is zero.
4038
4039 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4042         (wl-folder-archive-current-entity): Ditto.
4043
4044 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4047         retrieving message mark.
4048         (wl-summary-redisplay-internal): Ditto.
4049
4050         * wl-message.el (wl-message-buffer-display): Ignore errors while
4051         retrieving message-id field.
4052
4053         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4054         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4055         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4056         order of the arguments for `wl-expire-message-p'.
4057         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4058
4059         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
4060         Check return value of wl-summary-reply.
4061         (wl-summary-reply): Recover window configuration when an error occured.
4062
4063 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4064
4065         * wl-summary.el (wl-summary-resend-message): Abolished, the
4066         feature is inherited by wl-summary-resend (put resend mark).
4067
4068 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4069
4070         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4071         wl-message-buffer to nil when the message is hide.
4072
4073 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4074
4075         * .cvsignore: New file.
4076
4077 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4078
4079         * wl-action.el (wl-summary-action-docstring): Add more info.
4080         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4081         duplicate definition.
4082         (wl-summary-define-mark-action): Functions wl-summary-*-region
4083         keep current position.
4084         (wl-summary-unregister-target-mark): Store result to the variable.
4085
4086 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * Version number is increased to 2.11.4.
4089
4090 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4093         wl-summary-delete-all-temp-marks.
4094         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4095
4096         * wl-action.el (wl-summary-set-mark): Changed terminology
4097         refile-destination -> action-argument.
4098         (wl-summary-unset-mark): Ditto.
4099         (wl-summary-remove-argument): Ditto.
4100         (wl-summary-print-argument): Ditto.
4101
4102         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4103         (wl-thread-remove-argument-region): Ditto.
4104         (wl-thread-print-argument-region): Ditto.
4105         (wl-thread-close): Ditto.
4106         (wl-thread-open): Ditto.
4107
4108         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4109         (wl-highlight-refile-destination-face is abolished)
4110         (wl-highlight-action-argument-string): Ditto.
4111         (wl-highlight-summary-current-line): Highlight action argument.
4112
4113         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4114         color for light backgrounds.
4115         (wl-highlight-summary-answered-face): Ditto.
4116
4117 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4120
4121         * wl-score.el (wl-summary-score-update-all-lines): Use
4122         wl-summary-set-mark.
4123         (wl-summary-score-update-all-lines): Kill expunged messages.
4124
4125         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4126
4127 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4130         directly.
4131         (wl-score-overview-entity-get-lines): Ditto.
4132         (wl-score-overview-entity-get-xref): Ditto.
4133         (wl-score-get-latest-msgs): Ditto.
4134         (wl-summary-rescore): Ditto.
4135
4136         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4137         to "&".
4138         (wl-summary-mark-as-answered-internal): New inline function.
4139         (wl-summary-mark-as-answered): New function.
4140         (wl-summary-mark-as-unanswered): Ditto.
4141         (wl-summary-sync-marks): Modified for answered-mark synching.
4142
4143 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4144
4145         * wl-action.el (wl-summary-set-mark): Fixed last change.
4146
4147 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4148
4149         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4150         behavior of wl-summary-unread-message-hook
4151         (Pointed out by akira yamada <akira@arika.org>).
4152
4153 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4154
4155         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4156         wl-summary-delete.
4157         * wl-xmas.el (wl-summary-toolbar): Ditto.
4158
4159         * wl-action.el (wl-summary-set-mark): Don't override current
4160         temp-mark.
4161
4162         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4163
4164 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4165
4166         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4167         (wl-refile-msgid-learn): Ditto.
4168         (wl-refile-get-field-value): Ditto.
4169
4170         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4171
4172         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4173         (wl-expire-delete-reserved-messages): Renamed from
4174         wl-expire-reserve-marked-msgs-from-list.
4175         (wl-expire-delete): Removed argument `msgdb'.
4176         (wl-expire-refile): Ditto.
4177         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4178         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4179         mark-alist as argument.
4180         (wl-expire-archive-number1): Removed argument `msgdb'.
4181         (wl-expire-archive-number2): Ditto.
4182         (wl-expire-archive-date): Ditto.
4183         (wl-expire-localdir-date): Ditto.
4184         (wl-expire-hide): Ditto.
4185         (wl-archive-number1): Ditto.
4186         (wl-archive-number2): Ditto.
4187         (wl-archive-date): Ditto.
4188         (wl-archive-folder): Ditto.
4189         All other related portions are changed.
4190
4191 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4192
4193         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4194         mean move up and down. (suggested by Takashi Kawachi)
4195
4196 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl-acap.el (toplevel): Don't require un-define.
4199
4200 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-thread.el (wl-thread-delete-message): Always update
4203         wl-summary-buffer-number-list.
4204
4205         * wl-action.el (wl-summary-print-destination): 
4206         Do nothing when folder is nil.
4207
4208 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4209
4210         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4211         persistent mark when prefetch is succeeded.
4212
4213 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4216         instead of elmo-msgdb-delete-msgs.
4217         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4218         (wl-expire-hide): Ditto.
4219
4220         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4221
4222         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4223         elmo-msgdb interface.
4224         (wl-thread-get-exist-children): Likewise.
4225         (wl-thread-insert-message): Likewise.
4226         (wl-thread-msg-mark-as-important): Likewise.
4227         (wl-thread-insert-entity-sub): Likewise.
4228         (wl-thread-get-children-msgs-uncached): Likewise.
4229
4230         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4231         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4232         (wl-summary-sync-update): Likewise.
4233         (wl-summary-auto-select-msg-p): Likewise.
4234         (wl-summary-update-thread): Likewise.
4235         (wl-summary-mark-as-important): Likewise.
4236         (wl-summary-jump-to-msg-internal): Likewise.
4237         (wl-summary-redisplay-internal): Likewise.
4238         (wl-summary-print-message-with-ps-print): Likewise.
4239         (wl-summary-folder-info-update): Likewise.
4240
4241         * wl-folder.el (wl-folder-check-one-entity):
4242         elmo-folder-count-flags instead of wl-summary-count-unread.
4243
4244         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4245
4246         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4247
4248         * wl-summary.el (wl-summary-set-message-modified): 
4249         Call wl-summary-set-mark-modified.
4250         (wl-summary-delete-messages-on-buffer): Call
4251         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4252         (wl-summary-sync-update): Call elmo-folder-length instead of
4253         elmo-folder-messages.
4254         (wl-summary-insert-headers): Don't call
4255         elmo-folder-list-message-entities.
4256
4257 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4258
4259         * wl-action.el (wl-summary-define-mark-action): Call
4260         `wl-summary-set-mark' with argument `data'.
4261         (wl-summary-auto-refile): Fixed order of arguments when call
4262         `wl-summary-refile'.
4263
4264 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4267
4268         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4269
4270         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4271         (Renamed from wl-highlight-summary-deleted-face).
4272         (wl-highlight-summary-resend-face): New face.
4273
4274         (wl-highlight-summary-deleted-face): Renamed from
4275         wl-highlight-summary-erased-face.
4276
4277         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4278
4279         * wl-action.el (wl-summary-get-resend-address): New function.
4280         (wl-summary-exec-action-resend): Ditto.
4281         (wl-summary-exec-action-resend-subr): Ditto.
4282
4283         * w-thread.el (wl-thread-copy): Removed definition.
4284         (wl-thread-refile): Ditto.
4285         (wl-thread-delete): Ditto.
4286         (wl-thread-target-mark): Ditto.
4287
4288         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4289         (wl-summary-target-mark-set-action): Fixed.
4290         (wl-summary-define-mark-action): Fixed quotation.
4291         (wl-summary-move-mark-list-messages): Display message.
4292         (wl-summary-define-mark-action): Define thread functions.
4293         (wl-summary-exec-action-refile): Changed message.
4294         (wl-summary-exec): Ditto.
4295
4296 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4297         
4298         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4299         '%%'.
4300
4301 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * wl.el (toplevel): Require wl-action.
4304         (wl-init): Call wl-summary-define-mark-action.
4305
4306         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4307
4308         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4309         wl-summary-delete and wl-summary-erase.
4310         (wl-summary-mode-map): Ditto.
4311
4312         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4313         wl-delete-folder-alist.
4314
4315         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4316         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4317         (toplevel): Moved mark & action related functions to the wl-action.el.
4318
4319         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4320         in wl-summary-mark-action-list.
4321         (wl-highlight-summary-current-line): Ditto.
4322
4323         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4324         empty lines.
4325
4326         * wl-action.el: New file. 
4327
4328 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * wl-summary.el (wl-summary-target-mark-replace): New function.
4331         (wl-summary-target-mark-prefetch): Use it.
4332         (wl-summary-target-mark-delete): Ditto.
4333         (toplevel): Rearranged definition order.
4334         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4335         (wl-summary-target-mark-erase): Rewrite.
4336         (wl-summary-erase-region): New function.
4337         (wl-summary-exec-action-erase): Changed message.
4338         (wl-summary-move-mark-list-messages): New function.
4339         (wl-summary-exec-action-delete): Use it.
4340         (wl-summary-exec-action-erase): Ditto.
4341
4342         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4343         (wl-summary-skip-mark-list): Added "d".
4344
4345         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4346         while searching.
4347
4348         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4349         and define using defcustom;
4350         Define 4th element as a face.
4351         
4352         * wl-summary.el (wl-summary-incorporate): Use 
4353         `wl-summary-prefetch-region-no-mark' instead of
4354         `wl-summary-prefetch-region'.
4355         (wl-summary-prefetch-region-no-mark): Revival of old
4356         `wl-summary-prefetch-region'.
4357         (wl-summary-mark-action-list): Moved to wl-vars.el
4358
4359         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4360         face according to the `wl-summary-mark-action-list'.
4361         (wl-highlight-summary-current-line): Ditto;
4362         Removed destination highlighting.
4363
4364         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4365         (wl-highlight-summary-line-string): Highlight for "i" mark.
4366         (wl-highlight-summary-current-line): Ditto.
4367
4368         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4369         no destination.
4370
4371         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4372         exists, just go ahead.
4373         (wl-summary-prefetch-region): Rewrite.
4374         (wl-summary-prefetch): Ditto.
4375         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4376         (wl-summary-exec-action-prefetch): New function.
4377         (wl-summary-target-mark-prefetch): Rewrite.
4378
4379 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4380
4381         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4382         (wl-highlight-summary-line-string): Added "d" and "D".
4383         (wl-highlight-summary-current-line): Ditto.
4384
4385         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4386         in wl-summary.el.
4387         (wl-thread-insert-entity-sub): Ditto.
4388         (wl-thread-remove-destination-region): Ditto.
4389         (wl-thread-print-destination-region): Ditto.
4390
4391         * wl-summary.el (wl-summary-buffer-refile-list,
4392         wl-summary-buffer-delete-list,
4393         wl-summary-buffer-copy-list): Abolish.
4394         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4395         All other related portions are changed.
4396         (wl-summary-mark-action-list): New variable.
4397         (wl-summary-set-mark): New function.
4398         (wl-summary-register-target-mark): Ditto.
4399         (wl-summary-unregister-target-mark): Ditto.
4400         (wl-summary-have-target-mark-p): Ditto.
4401         (wl-summary-register-temp-mark): Ditto.
4402         (wl-summary-unregister-temp-mark): Ditto.
4403         (wl-summary-registered-temp-mark): Ditto.
4404         (wl-summary-collect-temp-mark): Ditto.
4405         (wl-summary-unset-mark): Ditto.
4406         (wl-summary-set-target-mark): Ditto.
4407         (wl-summary-unset-target-mark): Ditto.
4408         (wl-summary-set-action-generic): Ditto.
4409         (wl-summary-unset-action-generic): Ditto.
4410         (wl-summary-exec-action-delete): Ditto.
4411         (wl-summary-exec-action-erase): Ditto.
4412         (wl-summary-set-action-refile): Ditto.
4413         (wl-summary-set-action-refile-subr): Ditto.
4414         (wl-summary-unset-action-refile): Ditto.
4415         (wl-summary-make-destination-numbers-list): Ditto.
4416         (wl-summary-exec-action-refile): Ditto.
4417         (wl-summary-set-action-copy): Ditto.
4418         (wl-summary-unset-action-copy): Ditto.
4419         (wl-summary-exec-action-copy): Ditto.
4420         (wl-summary-collect-numbers-region): Ditto.
4421         (wl-summary-delete): Rewrite.
4422         (wl-summary-erase): Ditto.
4423         (wl-summary-remove-destination): Ditto.
4424         (wl-summary-exec): Ditto.
4425         (wl-summary-exec-region): Ditto.
4426         (wl-summary-target-mark-erase): Ditto.
4427         (wl-summary-refile): Ditto.
4428         (wl-summary-copy): Ditto.
4429         (wl-summary-unmark): Ditto.
4430         (wl-summary-delete-all-mark): Ditto.
4431         (wl-summary-mark-line): Don't highlight.
4432         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4433         (wl-summary-target-mark-refile-subr): Rewrite.
4434
4435         (wl-summary-copy-prev-destination): Abolish.
4436
4437 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4438
4439         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4440         default values along the value of wl-on-mule.
4441         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4442         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4443         It is not used anywhere.
4444
4445 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4446
4447         * wl-summary.el (wl-summary-print-destination): Keep position.
4448         (wl-summary-cursor-move-surface): Keep horizontal position.
4449
4450 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4451
4452         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4453         write sendlog.
4454
4455 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4456
4457         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4458         `wl-summary-highlight'.
4459
4460 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4463         trivial condition for temp-mark.
4464
4465 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4466
4467         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4468         when it hits killed buffer.
4469
4470 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4471
4472         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4473         * wl-news.el.in: `message' and `error' take format string.
4474
4475 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4476
4477         * wl-folder (wl-folder-insert-entity): Display a message,
4478         `...done', when the work finish.
4479         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4480
4481 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4482
4483         * wl-message.el (wl-message-redisplay): Remove unused local
4484         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4485
4486 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4487
4488         * wl-summary.el (wl-summary-replace-status-marks): Disable
4489         interactive use.
4490         (wl-summary-reedit): Check message existence at first.
4491         (wl-summary-mark-line): Fix doc, return value is indefinite.
4492
4493         * wl-highlight.el (wl-highlight-message): Arranged.
4494
4495         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4496         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4497         check temp-mark by wl-summary-temp-mark always.
4498         (wl-highlight-summary): Change accordingly.
4499         * wl-summary.el (wl-summary-mark-as-read-all)
4500         (wl-summary-delete-cache, wl-summary-set-score-mark)
4501         (wl-summary-mark-as-unread, wl-summary-unmark)
4502         (wl-summary-mark-line, wl-summary-mark-as-read)
4503         (wl-summary-mark-as-important): Ditto.
4504
4505         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4506         end of the window if possible.
4507         * wl-summary.el (wl-summary-sync-update): Support lazy
4508         highlighting.
4509         (wl-summary-toggle-disp-msg): Ditto.
4510
4511 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4512
4513         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4514
4515 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4516
4517         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4518         change.
4519
4520 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4523         API.
4524         (wl-summary-sync-update): Ditto.
4525
4526         * wl-score.el (wl-score-get-score-alist): Changed argument.
4527         (wl-summary-rescore-msgs): Likewise.
4528         (wl-summary-score-headers): Likewise.
4529         (wl-score-headers): Likewise;
4530         Use elmo-folder-do-each-message-entity, etc.
4531         (wl-summary-score-effect): Follow the changes above.
4532         (wl-summary-rescore): Ditto.
4533         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4534         (wl-score-get-overview): Abolish.
4535
4536         * wl-summary.el (wl-summary-default-from): Follow the API change in
4537         elmo-msgdb.
4538         (wl-summary-count-unread): Ditto.
4539         (wl-summary-detect-mark-position): Ditto.
4540         (wl-summary-overview-entity-compare-by-date): Ditto.
4541         (wl-summary-overview-entity-compare-by-number): Ditto.
4542         (wl-summary-overview-entity-compare-by-from): Ditto.
4543         (wl-summary-overview-entity-compare-by-subject): Ditto.
4544         (wl-summary-get-list-info): Ditto.
4545         (wl-summary-rescan): Ditto.
4546         (wl-summary-jump-to-msg-by-message-id): Ditto.
4547         (wl-summary-sync-update): Ditto; Removed comment.
4548         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4549         (wl-summary-insert-message): Use wl-summary-insert
4550         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4551         (wl-summary-insert-headers): Changed argument overview to folder.
4552         (wl-summary-search-by-subject): Likewise.
4553         (wl-summary-insert-thread): Renamed from 
4554         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4555
4556         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4557         too.
4558
4559         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4560         wl-string-member.
4561
4562 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4563
4564         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4565         elmo-folder-append-buffer.
4566         (wl-draft-queue-append): Likewise.
4567
4568         * wl-mime.el (wl-message-delete-current-part): Ditto.
4569         (wl-summary-burst-subr): Ditto.
4570
4571         * wl-news.el.in (wl-news-send-news): Ditto.
4572
4573 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4576         function.
4577         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4578         (wl-summary-update-mark): Enclose with save-excursion.
4579         (wl-summary-mark-as-read-internal): Fixed last change.
4580         (wl-summary-mark-as-important): Use 3rd argument of
4581         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4582         Don't use elmo-msgdb-set-mark.
4583         (wl-summary-redisplay-internal): If msgdb flag is already read,
4584         just update the mark on buffer.
4585
4586 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4587
4588         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4589         cut visible folder when elmo-folder-delete returns non-nil value.
4590
4591 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4592
4593         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4594         by Kenichi OKADA <okada@opaopa.org>).
4595
4596 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4597
4598         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4599
4600 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4601
4602         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4603         Fixed the last change, search group entity by its real name.
4604         (Thanks to: KOBAYASHI Shinji)
4605
4606 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4607
4608         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4609         (wl-fldmgr-access-display-all): Don't refer visible name.
4610         * wl-expire.el (wl-folder-archive-current-entity)
4611         (wl-folder-expire-current-entity): Ditto.
4612         * wl-folder.el (wl-folder-jump-to-current-entity)
4613         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4614         (wl-folder-open-folder-sub,wl-folder-open-all)
4615         (wl-folder-write-current-folder): Ditto.
4616         (wl-folder-insert-entity): Don't use petname for normal group.
4617         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4618         is the real name.
4619         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4620         Abolished.
4621
4622 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4623
4624         * wl-draft.el (wl-draft-create-buffer): Add
4625         `wl-summary-reply-with-citation'
4626
4627 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4628
4629         * wl-draft.el (wl-draft-reply): Fixed.
4630
4631 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4632
4633         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4634         when `wl-draft-send-confirm-with-preview' is non-nil.
4635         You can scroll up/down by j/k.
4636         (wl-draft-send-confirm-with-preview): New variable (default=t).
4637
4638 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4639
4640         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4641         (wl-fldmgr-save-folders): Fix comment.
4642
4643 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4646         along the last change in `wl-folder-buffer-group-p'.
4647
4648 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4651         folder.
4652
4653         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4654         the default value.
4655
4656         * wl-mime.el (wl-summary-burst): Update summary only when target
4657         folder equals current folder.
4658
4659 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4660
4661         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4662
4663 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4666         value.
4667
4668 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4671         `map-extents' instead of `extent-at' repeatedly.
4672         (wl-highlight-folder-current-line): Ditto.
4673
4674         * wl-highlight.el: Remove useless dummy functions.
4675
4676 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4679         (wl-folder-put-folder-property): New function to put text property.
4680         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4681         (wl-folder-insert-entity, wl-folder-update-diff-line)
4682         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4683         * wl-e21.el, wl-xmas.el, wl-mule.el
4684         (wl-highlight-folder-current-line): Ditto.
4685         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4686         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4687         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4688         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4689
4690 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * Version number is increased to 2.11.3.
4693
4694 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4697         Resume current-buffer since it is assumed by remaining tasks.
4698
4699 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4702         (wl-folder-completion-function): Abolished.
4703         (wl-folder-complete-folder): New function.
4704         (wl-folder-complete-filter-condition): Ditto.
4705         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4706         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4707
4708 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-draft.el (wl-draft-send-confirm): New function.
4711         (wl-draft-send): Use it.
4712
4713         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4714         cursor-in-echo-area while confirming.
4715
4716         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4717
4718         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4719         searching via nntp if wl-summary-search-via-nntp is 'force.
4720         Otherwise, invoke searching in nntp folder only.
4721         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4722
4723         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4724         explicitly for mime-make-text-tag.
4725
4726 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4727
4728         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4729         `mime-make-text-tag' instead of `mime-create-tag'.
4730
4731 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4734         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4735
4736 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-score.el (wl-score-save): Bind print-length and print-level.
4739         (wl-score-pretty-print): Ditto.
4740         (wl-score-edit-insert-header-entry): Ditto.
4741
4742         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4743         "From" entry to be treated with wl-draft-eword-encode-address-list.
4744         * wl-mime.el (wl-draft-preview-message): Ditto.
4745
4746         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4747         (wl-summary-mark-as-unread): Ditto.
4748         (wl-summary-mark-as-read-region): Change accordingly.
4749         (wl-summary-mark-as-unread-region): Ditto.
4750         (wl-summary-target-mark-mark-as-read): Ditto.
4751         (wl-summary-target-mark-mark-as-unread): Ditto.
4752
4753 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * Version number is increased to 2.11.2.
4756
4757 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-news.el.in (wl-news-previous-version-save): Bind
4760         print-length and print-level.
4761         * wl-thread.el (wl-thread-save-entities): Ditto.
4762         (wl-thread-save-top-list): Bind print-length.
4763
4764 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765
4766         * wl-highlight.el (wl-highlight-summary-line-string): Use
4767         wl-summary-score-below-mark, wl-summary-score-over-mark.
4768         (wl-highlight-summary-current-line): Ditto.
4769
4770 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4773         insert it.
4774
4775 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4776
4777         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4778
4779 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4782         message without msgid.
4783         Rewrite with elmo-folder-move-messages.
4784         Set wl-message-buffer to nil.
4785
4786         * wl-summary.el (wl-summary-erase-subr): New function. Use
4787         elmo-folder-move-messages.
4788         (wl-summary-erase): Call it.
4789         (wl-summary-target-mark-erase): Ditto.
4790
4791 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4792
4793         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4794         it is not up-tp-date.
4795
4796 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4799         buffer after calling `wl-summary-goto-folder-subr' without the
4800         argument `interactive'.
4801         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4802
4803 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4804
4805         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4806         `mime-create-tag'. Use `string=' instead of `looking-at'.
4807
4808 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4811         to avoid compile warning.
4812
4813         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4814         entity-id when folder is given.
4815         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4816         save-excursion, use save-selected-window instead.
4817         Select folder buffer window if exists.
4818         (To correct behavior with wl-folder-move-cur-folder.)
4819
4820 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4821
4822         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4823
4824 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4825
4826         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4827         list-count instead of %d.
4828
4829 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4832         (wl-news): Set it.
4833         (wl-news-append-to-folder): Use it.
4834
4835         * wl-news.el.in (wl-news-send-news): Append to specified folder
4836         instead of wl-default-folder.
4837         (wl-news-append-to-folder): Show error message with specified folder.
4838
4839         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4840                 In most major modes, Emacs assumes that any opening
4841                 delimiter found at the left margin is the start of a
4842                 top-level definition, or defun. Therefore, *never put an
4843                 opening delimiter at the left margin unless it should have
4844                 that significance.*
4845
4846         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4847
4848 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4849
4850         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4851
4852 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4853
4854         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4855
4856 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4857
4858         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4859         for sequential numbering case.
4860
4861 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4864         value.
4865         (wl-draft-reply-without-argument-list): Ditto.
4866         (wl-draft-reply-myself-with-argument-list): Abolish.
4867         (wl-draft-reply-myself-without-argument-list): Ditto.
4868         * wl-draft.el (wl-draft-self-reply-p): New function.
4869         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4870
4871 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4874         (avoid error for the case without byte-compiling)
4875
4876 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4877
4878         * wl-news.el.in (wl-news-append-to-folder): New function.
4879         (wl-news-exit): Rewrite.
4880         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4881
4882 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4883
4884         * wl-draft.el (wl-draft-reply-position): New function.
4885         (wl-draft-reply-position): Fix.
4886         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4887         (wl-summary-target-mark-reply-with-citation): Ditto.
4888         (wl-summary-reply-with-citation): Ditto.
4889         * wl-vars.el (wl-draft-reply-default-position): New variable.
4890
4891 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4892
4893         * wl-draft.el (wl-draft-send): Preview when interactive send.
4894
4895 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4896
4897         * wl-draft.el (wl-draft-reply): Set default position.
4898         * wl-summary.el (wl-summary-reply): Ditto.
4899         (wl-summary-reply-with-citation): Ditto.
4900         (wl-summary-target-mark-reply-with-citation): Ditto.
4901
4902 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-news.el.in (wl-news-lang): Set default value according to
4905         current-language-environment.
4906         (wl-news-append-news): Do nothing when news-list is nil.
4907
4908 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4909
4910         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4911         (wl-news): Change message.
4912         (wl-news-exit): Check buffer.
4913         (wl-news-force-exit): New function.
4914         (wl-news-show-all): New function.
4915         (wl-news-discard-and-exit): Fix.
4916
4917 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4920         according to current-language-environment.
4921
4922         * wl-news.el.in (wl-news): If arg, show all NEWS after
4923         wl-news-default-previous-version.
4924
4925 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl-news.el.in (wl-news-check): Rewritten.
4928         (wl-news-previous-version-load): Change data type.
4929         (wl-news-previous-version-save): Change data type.
4930         (wl-news-append-news): Add return value.
4931         (wl-news-check-news): New function.
4932         (wl-news-already-current-p): New function.
4933         (wl-news-send-news): Rewritten.
4934         (wl-news-mode-map): Add new keybind.
4935         (wl-news): Rewritten.
4936         (wl-news-exit): Rewritten.
4937         (wl-news-discard-and-mail): New function.
4938         (wl-news-send-to-address): Abolished.
4939         * wl.el (wl-init): Delete a message.
4940
4941 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4942
4943         * wl-news.el.in (wl-news-exit): Update previous version.
4944         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4945
4946 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4947
4948         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4949
4950 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4951
4952         * wl-news.el.in (wl-news): New function.
4953         (wl-news-mode): New function.
4954         (wl-news-next-line): New function.
4955         (wl-news-next-page): New function.
4956         (wl-news-exit): New function.
4957         (wl-news-buf-name): New variable.
4958         (wl-news-mode-map): New variable.
4959         (wl-news-winconf): New variable.
4960         (wl-news-append-news): Add an option.
4961
4962 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4963
4964         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4965
4966 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-news.el.in (wl-news-send-to-address): New variable.
4969         (wl-news-send-news): Use it.
4970         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4971         Return updating status.
4972         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4973
4974 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4975
4976         * wl-news.el.in (wl-news-send-news): Delete
4977         Organization and X-Face.
4978
4979 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4982         (wl-news-append-news): New function.
4983         (wl-news-send-news): New function.
4984
4985 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4986
4987         * Version number is increased to 2.11.1.
4988
4989 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * wl-news.el.in : New file.
4992
4993 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4994
4995         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4996         default value.
4997         (wl-draft-reply-without-argument-list): Ditto.
4998
4999 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5000
5001         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5002         (wl-message-buffer-prefetch-idle-time): Ditto.
5003         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5004
5005 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * wl-thread.el (wl-thread-insert-message): Use
5008         wl-summary-max-thread-depth.
5009
5010         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5011         loop detection.
5012
5013         * wl-message.el (wl-message-buffer-display): Back to the first page
5014         when cache is hit.
5015
5016 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5019
5020         * wl-summary.el (wl-summary-insert-thread-entity):
5021         If the thread depth is reached to wl-summary-max-thread-depth,
5022         divide the thread.
5023
5024 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5025
5026         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5027         for elmo-remove-passwd.
5028
5029 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5032         folder is sticky.
5033         (wl-folder-mark-as-read-all-entity): Ditto.
5034         (wl-folder-prefetch-entity): Ditto.
5035
5036 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5037
5038         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5039
5040 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5043         Delete messages on buffer for unplugged operation.
5044         (wl-summary-erase): Ditto.
5045
5046 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5049         take nil so as not to search parent by subject.
5050
5051 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5052
5053         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5054         (wl-folder-get-next-folder): Ditto.
5055         (wl-folder-get-path): Ditto.
5056
5057 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5060         system and encode the region with it before verifying.
5061
5062 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5065         system of the echo buffer before decoding.
5066
5067 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5070         original contents.
5071
5072 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5075         with argument 'any-exists.
5076
5077 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5080         Use `wl-cs-autoconv'.
5081
5082 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5085         by `mime-view-automatic-conversion'.
5086
5087         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5088         (wl-message-verify-pgp-nonmime): Ditto.
5089         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5090         Bind them to C-c:d and C-c:v respectively.
5091
5092         Merge following code by Teranishi-san from [wl-en:00167].
5093         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5094         (wl-mime-preview-application/pgp-encrypted): Ditto.
5095         (wl-mime-setup): Add entry.
5096
5097 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-summary.el (wl-summary-target-mark-erase): New function.
5100         Bind it to "mD".
5101
5102 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5103
5104         * wl-vars.el (wl-draft-write-file-function): Fix.
5105         (wl-draft-reedit-hook): Changed default value.
5106
5107         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5108         wl-draft-reedit-hook.
5109         (wl-draft-remove-text-plain-tag): New function.
5110         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5111
5112         * wl-vars.el (wl-draft-write-file-function): New user option.
5113
5114         * wl-draft.el (wl-draft-prepare-edit): Use it for
5115         local-write-file-hooks.
5116         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5117
5118         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5119         (wl-draft-insert-mail-header-separator): Return the body beginning
5120         point.
5121         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5122         text/plain.
5123         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5124
5125 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5126
5127         * wl-summary.el (wl-summary-erase): New function to erase message
5128         without moving it to trash. Bind to "D".
5129
5130         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5131         as `keep' unless switch-function.
5132
5133 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5136         message buffer by using `wl-summary-toggle-disp-msg'.
5137         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5138         buffer window.
5139         (wl-summary-supresedes-message): Ditto.
5140
5141         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5142         Do not delete other windows.
5143         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5144         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5145         (wl-draft-create-buffer): Set reply-or-forward also for target
5146         mark commands.
5147
5148 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-draft.el (wl-user-agent-compose): Delete special case for
5151         switch-to-buffer-other-window.
5152
5153         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5154         (wl-summary-forward): Ditto.
5155
5156         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5157         function.
5158         (wl-draft-buffer-style): New use option.
5159
5160         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5161         (wl-draft): Follow the change above.
5162         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5163         wl-draft-buffer-style.
5164         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5165         switch-function.
5166
5167 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5168
5169         * wl-address.el (wl-address-make-completion-entry): Extracted from
5170         `wl-address-make-completion-list'.
5171         (wl-address-enable-strict-loading): New variable.
5172         (wl-address-make-completion-list): Revive petname duplication
5173         inquiry, and enable it if `wl-address-enable-strict-loading'.
5174         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5175
5176 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-message.el (wl-message-get-original-buffer): Avoid
5179         'Selecting deleted buffer' error when original buffer is killed.
5180
5181 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-summary.el (wl-summary-next-message): Use
5184         elmo-message-accessible-p instead of elmo-message-cached-p.
5185
5186 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5189
5190         * wl-thread.el (wl-thread-open-all-unread): Use
5191         elmo-folder-list-flagged instead of
5192         elmo-folder-list-messages-mark-match.
5193
5194         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5195         instead of elmo-folder-list-messages-mark-match.
5196         (wl-summary-move-spec-alist): New variable.
5197         (wl-summary-move-spec-plugged-alist,
5198         wl-summary-move-spec-unplugged-alist): Abolish.
5199         (wl-summary-next-message): Follow the change above.
5200         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5201         with 'no-msg' argument.
5202
5203         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5204         variable.
5205         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5206         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5207         (wl-message-buffer-prefetch-get-next): Follow the change above.
5208
5209 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-version.el (wl-version): Changed codename.
5212
5213         * Version number is increased to 2.11.0.
5214
5215 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5216
5217         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5218         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5219         `wl-draft-config-variables'.
5220         (wl-draft-kill): Fixed problem when the draft is reedit.
5221
5222 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5225         buffer-modified status (Thanks to
5226         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5227
5228 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-util.el (wl-region-exists-p): New function.
5231
5232         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5233         Remove defvars for byte-compile warnings.
5234
5235 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5236
5237         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5238         defvar-maybe. Removed unused bind.
5239
5240 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5241
5242         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5243         summary buffer window before creating new frame.
5244         (wl-draft-reply): Ditto.
5245
5246 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5247
5248         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5249
5250 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5251
5252         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5253
5254 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5255
5256         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5257         instead of `kill-region'.
5258
5259 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5262         (wl-highlight-summary-line-string): Use it.
5263         (wl-highlight-summary-current-line): Ditto.
5264
5265         * wl-mime.el (wl-message-delete-current-part): Check the class of
5266         mime-entity.
5267
5268         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5269
5270         * wl-summary.el (wl-summary-make-number-list): Initialize.
5271         (wl-summary-update-mark): New function.
5272         (wl-summary-reply): Put `answered' mark on the message.
5273         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5274
5275         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5276         (wl-draft-reply): Added optional argument `number';
5277         Set wl-draft-parent-number.
5278         (wl-draft-kill): Delete answered mark if it is a reply.
5279
5280 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5283         that originates in mime-preview-follow-current-entity.
5284         (wl-draft-yank-current-message-entity): Use it if region is active.
5285
5286         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5287         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5288         `wl-message-delete-current-part'.
5289         * wl-mule.el (wl-message-define-keymap): Ditto.
5290         * wl-xmas.el (wl-message-define-keymap): Ditto.
5291
5292 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5293
5294         * wl-mime.el (wl-message-delete-current-part): New function.
5295         (wl-mime-node-id-to-string): Ditto.
5296
5297         * wl-mime.el (wl-message-delete-current-part): Use existing
5298         original buffer which corresponds current mime-view buffer.
5299         (fetched buffer might have different structure, possibly)
5300
5301         * wl-mime.el (wl-message-delete-current-part): Quit if the
5302         message content differs from the actual message.
5303
5304 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5307         order.
5308         (wl-summary-search-by-subject): Search parent message from tail;
5309         Check the existence of the parent message on the current thread tree.
5310         (wl-summary-update-thread): Check whether the line is inserted.
5311
5312 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-vars.el (wl-summary-line-format): Undo last change.
5315         * wl-summary.el (wl-summary-print-destination): Do not put
5316         invisible property when `wl-summary-width' is nil.
5317         (wl-summary-line-subject-minimum-length): Abolished.
5318         (wl-summary-line-subject): Ditto.
5319
5320 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-vars.el (wl-summary-line-format): Change default value.
5323         (wl-summary-subject-length-limit): Abolished.
5324         * wl-summary.el (wl-summary-line-subject): Ditto.
5325
5326 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5327
5328         * wl-template.el (wl-template-select): Added optional argument.
5329         If optional argument is specified, reverse
5330         `wl-template-visible-select'.
5331
5332 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5333
5334         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5335         Take prefix argument to force asking the destination folder.
5336
5337 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5338
5339         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5340         count and update status.
5341
5342 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl-summary.el (wl-summary-redisplay-internal): If
5345         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5346         after fetching.
5347
5348 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5349
5350         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5351         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5352
5353         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5354
5355 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5358         (All other related portions are changed).
5359         (wl-summary-mark-as-read-all): Rewrite.
5360
5361 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5364         `wl-summary-mark-as-read'.
5365         (wl-summary-mark-as-unread): Rewrite.
5366         (wl-summary-mark-as-read): Added no-modeline argument.
5367         (wl-summary-resume-cache-status): Rewrite.
5368         (wl-summary-exec-subr): Remove unused local variable.
5369
5370 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5373         logic to call `wl-summary-buffer-prev-folder-function'.
5374         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5375
5376 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5379         is nil.
5380
5381 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5384         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5385         (wl-mime-setup): Add its entry.
5386
5387 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5390         (wl-summary-delete-cache): Likewise.
5391         (wl-summary-mark-as-read): Rewrite.
5392
5393 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5396         `wl-summary-count-unread'.
5397
5398         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5399
5400         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5401
5402 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5405         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5406         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5407         Renamed to the elmo-msgdb-*-mark.
5408         (wl-summary-score-marks): Follow the change above.
5409         (wl-summary-auto-refile-skip-marks): Ditto.
5410         (wl-summary-incorporate-marks): Ditto.
5411         (wl-summary-expire-reserve-marks): Ditto.
5412
5413         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5414         changes.
5415         (wl-thread-insert-top): Changed updating message.
5416
5417         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5418         variable.
5419         (wl-summary-count-unread): Count answered marks.
5420         (wl-summary-rescan): Call wl-summary-insert-message instead of
5421         wl-summary-append-message-func-internal.
5422         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5423         (wl-summary-prefetch-msg): Follow the variable name changes.
5424         (wl-summary-prefetch-region): Ditto.
5425         (wl-summary-mark-as-read-all): Follow the API changes;
5426         Don't call elmo-folder-replace-marks.
5427         (wl-summary-delete-cache): Follow the variable name changes.
5428         (wl-summary-resume-cache-status): Ditto.
5429         (wl-summary-update-status-marks): New function.
5430         (wl-summary-insert-message): New function.
5431         (wl-summary-sync-marks): Follow the variable name changes.
5432         (wl-summary-sync-update): Synchronize to the msgdb, too;
5433         Changed update messages.
5434         (wl-summary-make-number-list): Rewrite.
5435         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5436         (wl-summary-mark-as-unread): Follow the API changes.
5437         (wl-summary-exec-subr): Follow the variable name changes.
5438         (wl-summary-mark-as-read): Ditto.
5439         (wl-summary-move-spec-plugged-alist): Ditto.
5440         (wl-summary-move-spec-unplugged-alist): Ditto.
5441         (wl-summary-cursor-move-surface): Ditto.
5442
5443         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5444         variable name changes.
5445         (wl-highlight-summary-current-line): Ditto.
5446
5447         * wl-expire.el (wl-expire-refile): Follow the API change in
5448         elmo-folder-move-messages.
5449         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5450         (wl-summary-archive): Use elmo-folder-msgdb instead of
5451         elmo-msgdb-load.
5452
5453 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-mime.el (wl-draft-preview-message): Restore the position
5456         before evaluating wl-draft-send-hook in preview buffer.
5457
5458 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5461         when it creates new draft buffer.
5462
5463         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5464         without argument.
5465
5466         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5467         Evaluate content and if the value is string, insert it.
5468         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5469         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5470         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5471         wl-draft-config-sub-part-bottom): Use it.
5472
5473         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5474         with the folder name. The question was unintelligible when it is
5475         called from wl-save-status.
5476
5477 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5480         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5481         cannot take second argument).
5482
5483 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5484
5485         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5486         as t. Since type and subtype are not case sensitive (RFC 2045).
5487
5488 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl-vars.el (wl-message-mode-line-format): New variable.
5491         (wl-message-mode-line-format-spec-alist): Ditto.
5492         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5493         (wl-message-redisplay): Use wl-message-mode-line-format.
5494
5495 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5498
5499 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-summary.el (wl-summary-default-from): Write description.
5502
5503 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * wl-vars.el (wl-ldap-objectclass): Abolish.
5506
5507         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5508         (wl-ldap-make-filter): Removed condition for objectclass.
5509         (wl-ldap-make-matched-value-list): Remove meaningless process.
5510         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5511         (wl-address-ldap-search): Don't add `*' to `pat' string;
5512         use ignore-errors; added `email';
5513         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5514         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5515         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5516
5517
5518 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-draft.el (wl-draft-parent-folder): Write description.
5521         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5522
5523 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5524
5525         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5526         as "" (zero-length string) if no parent.
5527         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5528
5529 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * wl-address.el (wl-address-make-completion-list): Skip duplication
5532         checking.
5533         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5534         `append'.
5535
5536 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5537
5538         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5539         instead of `beginning-of-buffer'.
5540
5541 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5544
5545 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5548         Refer wl-message-buffer-name.
5549         (wl-message-wheel-down): Ditto.
5550
5551 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-vars.el (wl-message-buffer-name): New user option.
5554
5555         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5556         directly instead of making alist dinamically.
5557
5558         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5559         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5560         wl-message-buffer-cache-name.
5561         (wl-message-buffer-cache-clean-up): Ditto.
5562
5563         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5564
5565         * Version number is increased to 2.9.15.
5566
5567 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-vars.el (wl-summary-default-view-alist): New user option.
5570
5571         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5572
5573         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5574         while deleting address.
5575         (wl-draft-delete-myself-from-cc): Ditto.
5576
5577         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5578         If optional argument is specified, reverse sort order.
5579
5580         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5581
5582 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-thread.el (wl-thread-insert-message): Return parent number if
5585         exists.
5586         (wl-thread-update-indent-string-region): Use
5587         wl-thread-update-line-on-buffer-sub instead of
5588         wl-thread-update-line-on-buffer.
5589
5590 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5591
5592         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5593         (wl-folder-close-all): Ditto.
5594
5595 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5596
5597         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5598         and mailing-list:.
5599         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5600         value.
5601         (wl-summary-line-list-info): Print mailing-list name even when 
5602         list-number is empty.
5603
5604 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5605
5606         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5607
5608         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5609         (wl-draft-open-file): Ditto.
5610         (wl-draft-random-alphabet): Ditto.
5611
5612         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5613         bindings.
5614
5615 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5616
5617         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5618         * wl-vars.el (wl-draft-config-alist): Ditto.
5619
5620 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * Version number is increased to 2.9.14.
5623
5624         * wl.el (wl): Don't set wl-init as nil when error occured while
5625         auto-checking folders.
5626
5627         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5628         `elmo-expand-newtext'.
5629
5630 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5633         `this-command' so that `wl-folder-goto-folder' contained in
5634         `wl-summary-keep-cursor-command' work.
5635
5636 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5637
5638         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5639         message buffer displaying state.
5640
5641 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5642
5643         * wl-vars.el (wl-summary-default-view): New variable to specify
5644         default value for `wl-summary-buffer-view' instead of using
5645         set-default.
5646         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5647
5648 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5649
5650         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5651
5652         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5653
5654 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5655
5656         * wl-vars.el (wl-forward-subject-prefix): New variable.
5657         * wl-draft.el (wl-draft-forward): Use it.
5658
5659 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5660
5661         * wl-message.el (wl-message-prev-page): When it is called without
5662         lines argument, scroll down by wl-message-scroll-amount lines.
5663         (wl-message-next-page): Ditto.
5664         * wl-vars.el (wl-message-scroll-amount): Change default value
5665         to preserve current behavior.
5666
5667 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5668
5669         * wl-summary.el (wl-summary-prefetch-msg): Bind
5670         `wl-message-entity' to call `wl-summary-from-function'.
5671
5672 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-message.el (wl-message-buffer-create): Run
5675         wl-message-buffer-created-hook.
5676
5677 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-summary.el (wl-summary-sort-specs): New variable.
5680         (wl-summary-default-sort-spec): Ditto.
5681         (wl-summary-sort): Rewrite.
5682         (wl-summary-sort-by-list-info): New function.
5683
5684 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5685
5686         * wl-summary.el (wl-summary-get-list-info): New function.
5687         (wl-summary-sort): Rewrite.
5688         (wl-summary-line-list-info): Ditto.
5689         (wl-summary-line-list-count): Ditto.
5690         (wl-summary-refile-region): Fixed docstring.
5691
5692 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5695         `wl-folder-entity-hashtb' as completion table.
5696
5697 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5700         only when this command is called interactively; silence the byte-
5701         compiler.
5702
5703 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5704
5705         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5706         active in XEmacs.
5707
5708 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5709
5710         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5711         plural lines.
5712
5713 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5714
5715         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5716         of current line when the cursor is on the header name.
5717         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5718
5719 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5720
5721         * wl-util.el (wl-read-directory-name): Return displayed directory
5722         as the default value also on XEmacs.
5723
5724 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5727         formatting.
5728
5729 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5732         argument and when it is non-nil, check face property before
5733         highlighting for each line.
5734         (wl-highlight-summary-window): Set it.
5735
5736 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5739         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5740
5741         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5742         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5743         (wl-draft-get-fcc-list): Likewise.
5744
5745 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5748         (wl-thread-entity-cur): Ditto.
5749         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5750         wl-thread-indent-regexp setting.
5751         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5752
5753         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5754         wl-summary-lazy-highlight.
5755         (wl-summary-display-bottom): Ditto.
5756
5757         * wl-thread.el (wl-thread-open-close): Likewise.
5758
5759         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5760         from and subject;
5761         Bind wl-draft-use-frame;
5762         Enclose with save-window-excursion;
5763         Use wl-draft-create-buffer instead of with-temp-buffer;
5764         Use wl-draft-prepare-edit;
5765         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5766         Use wl-draft-send instead of wl-draft-raw-send.
5767
5768 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5769
5770         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5771         of using wl-from.
5772
5773 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5776         insert-buffer instead of clone-buffer.
5777         (wl-draft-doing-mime-bcc): New variable.
5778         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5779         infinite loop.
5780         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5781
5782         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5783         (wl-draft-mime-bcc-body): Ditto.
5784
5785         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5786         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5787         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5788         wl-draft-do-mime-bcc.
5789         (wl-draft-mime-bcc-field): New function.
5790         (wl-draft-do-mime-bcc): Ditto.
5791
5792         * wl-address.el (wl-address-complete-header-list): New variable.
5793         (wl-address-complete-header-regexp): Changed default value.
5794
5795         * Version number is increased to 2.9.13.
5796
5797 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5800         it is differed.
5801
5802 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5803
5804         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5805         (wl-summary-line-list-count): Ditto.
5806
5807 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5808
5809         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5810         (wl-nntp-posting-function): New variable.
5811         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5812         `wl-nntp-posting-config-alist'.
5813
5814 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5815
5816         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5817         FLIM.
5818
5819 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5820
5821         * wl-summary.el (wl-summary-target-mark-refile-sub):
5822         Remove a nuisance funcall.
5823
5824 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5827         as t for `try-completion'.
5828
5829 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-summary.el (wl-summary-default-from): Use
5832         wl-address-header-extract-address instead of
5833         std11-extract-address-components.
5834         (wl-summary-simple-from): Ditto.
5835         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5836         (wl-summary-insert-headers): Show message.
5837         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5838         for whole line.
5839         (wl-summary-default-from): Revert last change.
5840         (wl-summary-simple-from): Ditto.
5841         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5842         (wl-summary-mark-as-read-region): Follow the change above.
5843         (wl-summary-sync-marks): Ditto.
5844         (wl-summary-target-mark-mark-as-read): Ditto.
5845         (wl-summary-redisplay-internal): Ditto.
5846         (wl-summary-redisplay-no-mime-internal): Ditto.
5847         (wl-summary-redisplay-all-header): Ditto.
5848         (wl-summary-mark-as-read): Removed argument `cached';
5849         Use current cache status to set cache mark.
5850         (wl-summary-redisplay-internal): Follow the change above.
5851         (wl-summary-redisplay-no-mime-internal): Ditto.
5852         (wl-summary-redisplay-all-header): Ditto.
5853
5854         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5855
5856         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5857         Don't call itself recursively (Adviced by Yamaoka-san).
5858
5859 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5860
5861         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5862         bind wl-summary-highlight as nil to avoid error caused by missing
5863         local variables.
5864
5865 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-vars.el (wl-invalid-character-message): New user option.
5868
5869         * wl-util.el (wl-set-string-width): If truncated string-width is
5870         larger than specified width, use `wl-invalid-character-message'.
5871
5872 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5873
5874         * wl-summary.el (wl-summary-prefetch-msg): 
5875         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5876
5877 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5878
5879         * wl-vars.el (wl-summary-check-line-format): New user option.
5880         (wl-summary-line-format-file): Ditto.
5881
5882         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5883         variable.
5884         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5885         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5886         and `wl-summary-view-old-p' to check whether do a rescan or not.
5887         (wl-summary-view-old-p): New function.
5888         (wl-summary-line-format-changed-p): Ditto.
5889         (wl-summary-line-format-save): Ditto.
5890         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5891
5892         * wl-util.el (wl-set-string-width): Avoid using negative number
5893         for make-string.
5894
5895 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5896
5897         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5898         return value.
5899
5900         * wl-util.el (wl-set-string-width): Added optional argument
5901         `padding' (All other related portions are changed).
5902         (wl-line-parse-format): If the first letter of column number is
5903         `0', zero-padding the result (ex: "%05l").
5904
5905         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5906
5907 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5910         sequential summary view.
5911
5912 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5915         if it doesn't have a -unix version.
5916
5917 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5920
5921 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5924         content.
5925         (wl-draft): Follow the change above.
5926
5927         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5928
5929         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5930         and wl-folder-summary-line-format-alist contain %T and %P.
5931
5932         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5933         (wl-summary-mode-line-format): New user option.
5934         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5935         (wl-summary-line-format): Changed default value.
5936         (wl-summary-lazy-highlight): Changed default value.
5937
5938         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5939         change in wl-summary-create-line.
5940         (wl-thread-insert-entity-sub): Ditto.
5941
5942         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5943         (wl-summary-buffer-unread-status): Ditto.
5944         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5945         (wl-summary-buffer-persistent-mark-column): Ditto.
5946         (wl-summary-buffer-mode-line-formatter): Ditto.
5947         (wl-summary-buffer-mode-line): Ditto.
5948         (wl-summary-message-regexp): Abolished.
5949         (All other related portions are changed.)
5950         (wl-summary-detect-mark-position): New function.
5951         (wl-summary-buffer-set-folder): Setup
5952         wl-summary-buffer-mode-line-formatter.
5953         (wl-summary-mode): Setup selective-display;
5954         Setup pre-idle-hook when xemacs.
5955         (wl-summary-update-modeline): Rewrite.
5956         (wl-summary-jump-to-msg): Define as function;
5957         Changed regexp for searching messages.
5958         (wl-summary-message-number): Rewrite.
5959         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5960         Do rescan when old type summary cache.
5961         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5962         (wl-summary-remove-destination): Use '\r' to detect EOL.
5963         (wl-summary-print-destination): Ditto.
5964         (wl-summary-temp-mark): New inline function.
5965         (wl-summary-persistent-mark): Ditto.
5966         (wl-summary-line-number): New function.
5967         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5968         (wl-summary-line-list-count): New function.
5969         (wl-summary-create-line): Added argument persistent-mark.
5970         (All other related portions are changed)
5971         (wl-summary-create-line): Insert '\r'.
5972         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5973         (wl-summary-cursor-move-surface): New inline function.
5974         (wl-summary-prev): Use it.
5975         (wl-summary-next): Ditto.
5976
5977         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5978         wl-summary-message-regexp.
5979         (wl-highlight-summary): Delete progress message.
5980         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5981
5982         * Version number is increased to 2.9.12.
5983
5984 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5985
5986         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5987         variable (nil: no minimum).
5988         (wl-summary-line-subject): Add some spaces after subject by
5989         wl-summary-line-subject-minimum-length.
5990
5991 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5992
5993         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5994         and removed `F'.
5995         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5996         change above).
5997
5998 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5999
6000         * wl-summary.el (wl-summary-line-list-count): Reverted.
6001         (example setting in samples/*/dot.wl is also updated)
6002
6003 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6006
6007         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6008
6009         * wl-vars.el (wl-summary-line-format): Addes some description to the
6010         docstring.
6011
6012         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6013         (wl-summary-line-close-bracket): Ditto.
6014         (wl-summary-line-children-number): Ditto.
6015         (wl-summary-line-thread-indent): Ditto.
6016         (wl-summary-line-children-and-from): Ditto.
6017
6018         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6019         't', 'c', 'F' and added 'C'.
6020
6021         * wl-util.el (wl-set-string-width): Accept negative value.
6022         (wl-line-parse-format): Added "%number(" and "%)".
6023
6024 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6025
6026         * wl-summary.el (wl-summary-line-list-count): Change format of the
6027         return value.
6028
6029 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6030
6031         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6032         from the recent message.el.
6033         (wl-draft-point-in-header-p): Ditto.
6034         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6035         wl-draft-beginning-of-line.
6036         * wl-e21.el (wl-draft-mode-map): Ditto.
6037         * wl-xmas.el (wl-draft-mode-map): Ditto.
6038
6039         * wl-folder.el: Sort macrodefs by dependencies.
6040
6041 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6042
6043         * wl-summary.el (wl-summary-prev): Fixed regexp.
6044         (wl-summary-next): Ditto.
6045
6046 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6047
6048         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6049
6050 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6051
6052         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6053         for backward compatibility.
6054
6055 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6056
6057         * wl-summary.el (wl-summary-line-list-count): New function, merged
6058         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6059         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6060         list counts.
6061
6062 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-summary.el (wl-summary-create-line): Ignore errors while
6065         timezone-fix-time.
6066
6067         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6068
6069         * wl-summary.el (wl-summary-sync-update): Ditto.
6070         (wl-summary-default-from): Use wl-message-entity
6071         instead of entity.
6072
6073         * wl-summary.el (wl-summary-create-line): Fix.
6074
6075         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6076         (wl-summary-line-format): New user option.
6077         (wl-folder-summary-line-format-alist): Ditto.
6078         (wl-summary-from-width): Abolished.
6079
6080         * wl-util.el (toplevel): Require 'bytecomp.
6081         (wl-line-parse-format): New function.
6082         (wl-line-formatter-setup): New macro.
6083
6084         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6085         (wl-summary-buffer-line-formatter): New buffer local variable.
6086         (wl-summary-switch-to-clone-buffer): Follow the change above.
6087         (wl-summary-message-regexp): Fix.
6088         (wl-summary-from-func-internal): Abolished.
6089         (wl-summary-subject-func-internal): Ditto.
6090         (wl-summary-subject-filter-func-internal): Ditto.
6091         (All other related portions are changed.)
6092         (wl-summary-buffer-set-folder):
6093         Set up wl-summary-buffer-number-column and 
6094         wl-summary-buffer-line-formatter
6095         (All other related portions are changed.)
6096         (wl-summary-buffer-number-column-detect): Abolished.
6097         (All other related portions are changed.)
6098         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6099         (wl-summary-delete-all-temp-marks-on-buffer): Use
6100         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6101         (wl-summary-target-mark-delete): Ditto.
6102         (wl-summary-target-mark-refile-subr): Ditto.
6103         (wl-summary-target-mark-mark-as-read): Ditto.
6104         (wl-summary-target-mark-mark-as-unread): Ditto.
6105         (wl-summary-target-mark-mark-as-important): Ditto.
6106         (wl-summary-target-mark-save): Ditto.
6107         (wl-summary-replace-status-marks): Renamed from
6108         wl-summary-set-status-marks-on-buffer;
6109         Use wl-summary-message-regexp instead of
6110         wl-summary-buffer-number-regexp.
6111         (wl-summary-sync-update): Follow the change above.
6112         (wl-summary-goto-previous-message-beginning): New function.
6113         (wl-summary-mark-as-unread): Use it.
6114         (wl-summary-mark-as-important): Ditto.
6115         (wl-summary-line-formatter): New variable.
6116         (wl-summary-line-year): New function.
6117         (wl-summary-line-day): Ditto.
6118         (wl-summary-line-day-of-week): Ditto.
6119         (wl-summary-line-hour): Ditto.
6120         (wl-summary-line-minute): Ditto.
6121         (wl-summary-line-open-bracket): Ditto.
6122         (wl-summary-line-close-bracket): Ditto.
6123         (wl-summary-line-children-number): Ditto.
6124         (wl-summary-line-thread-indent): Ditto.
6125         (wl-summary-line-size): Ditto.
6126         (wl-summary-line-subject): Ditto.
6127         (wl-summary-line-from): Ditto.
6128         (wl-summary-line-children-and-from): Ditto.
6129         (wl-summary-create-line): Rewritten.
6130         (wl-summary-format-date): Abolished.
6131
6132         * wl-highlight.el (wl-highlight-summary-current-line): Use
6133         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6134         Use thread structure to detect thread top message.
6135
6136         * wl-draft.el (wl-default-draft-cite): Don't use
6137         wl-summary-from-func-internal.
6138
6139         * wl-refile.el (wl-refile-subject-learn): Don't use
6140         wl-summary-subject-filter-func-internal.
6141         (wl-refile-guess-by-subject): Ditto.
6142
6143         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6144         parameters.
6145
6146         * wl-thread.el (wl-thread-update-indent-string-region):
6147         Use wl-thread-update-line-on-buffer instead of
6148         wl-thread-update-indent-string.
6149         (wl-thread-update-children-number): Redefine using
6150         wl-thread-update-line-on-buffer.
6151         (wl-thread-update-indent-string): Abolished.
6152
6153         * Version number is increased to 2.9.11.
6154
6155 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6158         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6159         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6160
6161         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6162         as nil.
6163
6164         * wl-thread.el (wl-thread-open-all-unread): Use 
6165         elmo-folder-list-messages-mark-match.
6166         (wl-thread-insert-message): Removed argument `mark-alist'.
6167         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6168         elmo-msgdb-set-mark.
6169         (wl-thread-get-children-msgs-uncached): Likewise.
6170         (wl-thread-get-exist-children): Added argument include-self.
6171         (wl-thread-delete-message): Follow the change above.
6172
6173         * wl-summary.el (wl-summary-count-unread): Removed argument.
6174         (wl-summary-rescan): Follow the change above.
6175         (wl-summary-mark-as-read-region): Ditto
6176         (wl-summary-mark-as-unread-region): Ditto.
6177         (wl-summary-delete-messages-on-buffer): Ditto.
6178         (wl-summary-sync-update): Ditto.
6179         (wl-summary-switch-to-clone-buffer): Ditto.
6180         (wl-summary-goto-folder-subr): Ditto.
6181         (wl-summary-target-mark-mark-as-read): Ditto.
6182         (wl-summary-target-mark-mark-as-unread): Ditto.
6183         (wl-summary-target-mark-mark-as-important): Ditto.
6184         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6185         (wl-summary-update-thread): Removed argument `mark-alist'.
6186         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6187         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6188         (wl-summary-resume-cache-status): Likewise.
6189         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6190         elmo-msgdb-set-mark.
6191         (wl-summary-mark-as-read-all): Likewise.
6192         (wl-summary-delete-cache): Ditto.
6193         (wl-summary-auto-select-msg-p): Ditto.
6194         (wl-summary-mark-as-unread): Ditto.
6195         (wl-summary-no-auto-refile-message-p): Ditto.
6196         (wl-summary-mark-as-read): Ditto.
6197         (wl-summary-mark-as-important): Ditto.
6198         (wl-summary-auto-refile): Follow the change above.
6199         (wl-summary-delete-all-marks): Removed.
6200         (wl-summary-resume-marks-and-highlight): Ditto.
6201         (wl-summary-resume-marks): Ditto.
6202         (wl-summary-delete-important-msgs-from-list): Ditto.
6203         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6204
6205         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6206         wl-summary-count-unread.
6207
6208         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6209         (wl-summary-score-update-all-lines): Use
6210         elmo-msgdb-set-mark.
6211
6212 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6215         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6216         (wl-summary-create-line): Renamed from
6217         wl-summary-overview-create-summary-line;
6218         Argument rearrangement.
6219         (wl-summary-update-thread): Follow the change above.
6220
6221         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6222         (wl-thread-insert-entity-sub): Likewise.
6223
6224         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6225         argument `overview', `mark-alist' and added `msgdb'.
6226
6227         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6228
6229         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6230         (wl-summary-rescan): Follow the change above.
6231         (wl-summary-sync-update): Ditto.
6232         (wl-summary-insert-thread-entity): Ditto;
6233         Don't use `let*' in every while loop;
6234         Detect infinite loop of threads.
6235         (wl-summary-update-thread): Removed argument `overview'.
6236
6237         * wl-thread.el (wl-thread-insert-message): Ditto.
6238
6239         * Version number is increased to 2.9.10.
6240
6241         * wl-message.el (wl-message-redisplay): Ignore errors while
6242         wl-message-redisplay-hook.
6243
6244 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6245
6246         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6247
6248 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl.el (wl): inhibit-quit while wl-folder.
6251
6252 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6255         while msgdb access.
6256
6257 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6258
6259         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6260         even if no folder is not created.
6261
6262 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6265
6266         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6267         implementation.
6268         (wl-summary-target-mark-thread): Ditto.
6269
6270         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6271
6272 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6273
6274         * wl-util.el (wl-display-bytes): Remove unused function.
6275
6276 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6277
6278         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6279         seems critical one (partially reverse the change in 2002/03/17).
6280
6281 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6284         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6285
6286 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6287
6288         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6289         is not writable.
6290         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6291         plugged status instead of `'force' as 2nd argument.
6292
6293         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6294         is not creatable.
6295
6296         * Version number is increased to 2.9.9.
6297
6298 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6299
6300         * wl-summary.el (wl-summary-suspend): New function.
6301
6302 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6303
6304         * wl.el (wl): Do not check variables if check is nil.
6305         * wl-utils.el (wl-collect-draft): New function.
6306         * wl-folder.el (wl-folder-suspend): Put summary buffers
6307         and draft buffers at the end of buffer list.
6308         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6309
6310 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6311
6312         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6313         loop instead of recursive call.
6314
6315         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6316         2nd argument.
6317
6318 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6319
6320         * wl-draft.el (wl-draft-create-contents): Don't take neither
6321         (function . args) nor (string . something) any more.
6322
6323         * wl-version.el (wl-generate-user-agent-string): Return string
6324         without header symbol.
6325         * wl-draft.el (wl-draft-default-headers): Use it.
6326
6327         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6328         `wl-draft-insert-ccs' and return field value instead of inserting
6329         the header. Abolish cc argument.
6330         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6331
6332         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6333         rather than one with string car.
6334
6335         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6336         * wl-draft.el (wl-draft-create-contents): Add it after the default
6337         headers.
6338
6339         * wl-draft.el (wl-draft-create-contents): For the case of
6340         (symbol-or-string . function) insert header only when the function
6341         returns string value.
6342
6343 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6344
6345         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6346         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6347
6348 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6349
6350         * wl.el (wl-check-environment): Don't check Message-ID when
6351         `wl-insert-message-id' is nil.
6352         Revive checking if `wl-message-id-domain' contains "@".
6353
6354 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6355
6356         * wl.el (wl-check-environment): Merge examination for "@" at
6357         inappropriate position into the first string-match.
6358
6359         * wl-summary.el (wl-summary-target-mark-print): New function.
6360         (wl-summary-pipe-message-subr): Extracted from
6361         `wl-summary-pipe-message'.
6362         (wl-summary-target-mark-pipe): New function.
6363         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6364         `wl-summary-target-mark-pipe'.
6365
6366 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6367
6368         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6369
6370 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6371
6372         * wl.el (wl-check-environment): Use elmo-warning instead of
6373         error for non-critical ones.
6374         Remove trash folder check.
6375         (wl): Don't ignore error in wl-check-environment.
6376
6377         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6378         check, which is moved from `wl-check-environment'.
6379         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6380
6381 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6382
6383         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6384         guess anything, call wl-summary-write.
6385         (wl-summary-write): Create draft with blank To field.
6386         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6387
6388 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6389
6390         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6391         argument full as well for wl-folder-write-current-folder.
6392         If wl-*-write-current-folder cannot guess addressee, add blank
6393         To header.
6394         Rewrite condition for positioning cursor.
6395
6396 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6397
6398         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6399         summary buffer is present, use it.
6400         (wl-folder-jump-to-previous-summary): Ditto.
6401
6402 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6403
6404         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6405
6406         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6407         wl-summary-previous-buffer and wl-summary-next-buffer.
6408
6409         * wl-folder.el (wl-folder-mode-map): Bind
6410         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6411         (wl-folder-jump-to-next-summary): New function.
6412         (wl-folder-jump-to-previous-summary): Ditto.
6413
6414         * wl-draft.el (wl-draft): Rearranged.
6415
6416 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6417
6418         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6419         of header.
6420         (wl-draft): Collect arguments for the header as header-alist.
6421         (wl-draft-forward): Arrange arguments for wl-draft.
6422         (wl-draft-reply): Ditto.
6423         (wl-draft-edit-string): Ditto.
6424         * wl-summary.el (wl-summary-write): Ditto.
6425         (wl-summary-write-current-folder): Ditto.
6426
6427         * Version number is increased to 2.9.8.
6428
6429 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6430
6431         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6432
6433         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6434
6435         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6436         even if the guess failed.
6437
6438         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6439         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6440         wl-summary-write-current-folder.
6441         * wl-xmas.el: Ditto.
6442
6443 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-summary.el (wl-summary-next-page): Force display message if
6446         message is not displayed yet.
6447         (wl-summary-prev-page): Ditto.
6448
6449 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6450
6451         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6452
6453 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6454
6455         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6456         add "Preview Message" and "Save Draft and Exit".
6457
6458 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6459
6460         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6461         if addrmgr is called from draft in splitted window.
6462
6463         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6464         * wl-mule.el: Ditto.
6465         * wl-xmas.el: Ditto.
6466
6467 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6468
6469         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6470
6471         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6472         * wl-xmas.el (wl-folder-toolbar): Ditto.
6473
6474 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6475
6476         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6477         and wl-draft-save-and-exit.
6478         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6479         * wl-xmas.el: Ditto.
6480         * wl-mule.el: Ditto.
6481
6482         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6483         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6484
6485 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6488         lists for saving buffer.
6489
6490 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6491
6492         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6493         parent-folder argument instead of it.
6494         (wl-draft-create-buffer): Ditto.
6495         (wl-draft-forward): Ditto.
6496         (wl-draft-reply): Ditto.
6497         * wl-summary.el (wl-summary-write): Ditto.
6498         (wl-summary-write-current-folder): Ditto.
6499
6500         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6501         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6502         Folder buffer after composing.
6503
6504 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6507         header if the file `wl-x-face-file' already contains it.
6508
6509 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6510
6511         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6512         folder" entry.
6513         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6514         * wl-e21.el (wl-folder-toolbar): Ditto.
6515         * wl-xmas.el (wl-folder-toolbar): Ditto.
6516
6517 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6518
6519         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6520         wl-folder-goto-folder with sticky argument.
6521         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6522
6523 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6526         and wl-summary-previous-buffer.
6527         (wl-summary-next-buffer): New function.
6528         (wl-summary-previous-buffer): Ditto.
6529
6530 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6531
6532         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6533         wl-folder-jump-to-current-entity-with-arg.
6534         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6535         `wl-folder-jump-to-current-entity'.
6536         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6537         `wl-summary-goto-folder-sticky'.
6538         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6539         `wl-summary-goto-folder'.
6540         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6541         Unless force-exit, do not clean temp. marks for sticky summary.
6542         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6543
6544 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6547         not entire.
6548
6549 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6552         to `C-x C-s'.
6553         (wl-summary-save-status): New command.
6554         (wl-summary-exit): Don't clean-up temp marks when sticky.
6555         (Applied patch from Nakayama-san [wl: 09548])
6556         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6557         Do nothing when no mark data.
6558         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6559         Call `wl-summary-delete-all-temp-marks' before saving.
6560
6561 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6562
6563         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6564
6565 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6566
6567         * wl.el (wl-check-environment): Also cause error when (system-name)
6568         returns "localhost.localdomain". (Although it doesn't affect because
6569         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6570
6571 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6572
6573         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6574         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6575
6576         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6577         value.
6578
6579 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6582         Likewise r-cc-list and r-ng-list.
6583
6584 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6587         only if it is bound as variable.
6588
6589         * wl-mime.el (wl-draft-preview-message): Ditto.
6590
6591 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6594         needless `goto-char'.
6595
6596         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6597         `wl-summary-redisplay-no-mime-internal' instead of
6598         `wl-summary-redisplay-no-mime'.
6599         (wl-summary-redisplay-no-mime): Changed argument;
6600         Call `wl-summary-redisplay-no-mime-internal'.
6601
6602         * wl-mime.el (wl-draft-preview-message): Bind
6603         `mime-header-encode-method-alist' locally.
6604
6605         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6606         (wl-draft-std11-parse-addresses): Added the first address check.
6607         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6608
6609         * Version number is increased to 2.9.7.
6610
6611 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6614
6615 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6616
6617         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6618         related to scrollbar support, if there is no such a feature
6619         compiled in.
6620
6621 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6622
6623         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6624         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6625         for prefetch.
6626
6627 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-summary.el (wl-summary-pick): Fix for no match.
6630
6631 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl-draft.el (wl-draft-save):
6634         Override `mime-header-encode-method-alist'.
6635
6636 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-folder.el (wl-folder-pick): New function.
6639         Define key as "?".
6640
6641 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6644         Fix for unplugged.
6645
6646 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-folder.el (wl-folder-virtual): New function.
6649         Define key as "V".
6650
6651 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6654         multi folder if entity is group.
6655
6656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6659         is nil.
6660
6661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6664         (wl-summary-target-mark-msgs): Return the number of marked messages.
6665
6666 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6667
6668         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6669         "first:" is specified.
6670
6671 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6672
6673         * wl-vars.el (wl-from): Use return value of function
6674         user-full-name instead of the variable user-full-name since
6675         XEmacs-20.4 doesn't set this variable.
6676
6677 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6680         call `wl' directly.
6681
6682 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6683
6684         * wl-draft.el (wl-draft-reedit): Removed duplicated
6685         switch-to-buffers.
6686
6687 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * wl.el (wl-other-frame): Removed garbages.
6690
6691 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6694
6695         * wl-xmas.el (wl-draft-key-setup): Ditto.
6696
6697         * wl-mule.el (wl-draft-key-setup): Ditto.
6698
6699         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6700         (wl-draft-reedit): Ditto.
6701         (wl-draft-prepare-edit): Add `wl-draft-save' to
6702         `local-write-file-hooks'.
6703         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6704         (wl-draft-reedit): Set buffer-file-name.
6705         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6706
6707
6708         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6709         call it.
6710         (wl-delete-startup-frame-function): New variable.
6711         (wl-other-frame): New function
6712         (Original was written by Yamaoka san [wl: 09239]).
6713
6714         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6715         if `wl-folder-use-frame'.
6716
6717 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6720
6721 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6724         New variable.
6725         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6726         (wl-message-buffer-prefetch-get-next): Use them.
6727         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6728
6729 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6730
6731         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6732         with unwind-protect.
6733
6734         * wl-draft.el (wl-draft-reedit): Rewrite.
6735         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6736         (wl-draft-save): Insert header separator if it does not exist;
6737         Removed condition-case.
6738
6739         * wl-summary.el (wl-summary-reedit): Revert last change.
6740
6741         * wl-draft.el (wl-draft-save): Rewrite.
6742         (wl-draft-create-buffer): Set buffer-file-name as nil.
6743
6744         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6745
6746         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6747
6748         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6749         nil.
6750
6751 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6754         If count is nil, do not prefetch.
6755         (wl-message-buffer-prefetch-next): Next.
6756
6757 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6758
6759         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6760
6761 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6762
6763         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6764         `delete-backward-char'
6765         (wl-draft-prepare-edit): Check major-mode.
6766         (wl-draft-decode-header): Rewrite.
6767         (wl-draft): Fix.
6768
6769 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6772
6773 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6774
6775         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6776         (wl-message-buffer-prefetch-get-next): Remove size checking.
6777         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6778
6779 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6782         (wl-draft-default-headers): Fix.
6783
6784 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6785
6786         * wl-draft.el (wl-draft-default-headers): Insert return value of
6787         `wl-generate-mailer-string-function'.
6788
6789 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6792         (wl-draft-insert-mail-header-separator): Ditto.
6793
6794         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6795         again (Reverted the change on 2002-01-17 by OKADA san).
6796
6797 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-draft.el (wl-draft): Rewrite.
6800         (wl-draft-create-buffer): New function.
6801         (wl-draft-create-contents): Ditto.
6802         (wl-draft-prepare-edit): Ditto.
6803         (wl-draft-decode-header): Ditto.
6804         (wl-draft-decode-body): Ditto.
6805         (wl-draft-check-new-line): Ditto.
6806         (wl-draft-default-headers): Ditto.
6807         (wl-draft-insert-mail-header-separator): Ditto.
6808
6809 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6810
6811         * Version number is increased to 2.9.6.
6812
6813 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-draft.el (wl-draft-delete-field): Optional argument.
6816         (wl-draft-delete-fields): Ditto.
6817
6818 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-message.el (toplevel): Eliminated byte-compile warning.
6821         for `itimer-function', `delete-timer' and `itimer-list'.
6822
6823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6826         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6827         `wl-message-buffer-prefetch-threshold'.
6828         * wl-summary.el (wl-summary-redisplay-internal): Remove
6829         the check of `wl-message-buffer-prefetch-depth'.
6830
6831 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6832
6833         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6834         size of article.
6835         (wl-message-buffer-prefetch-subr): Remove size check.
6836
6837 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839         * wl-vars.el (wl-plugged): Make customizable.
6840
6841 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6844         (wl-message-buffer-prefetch-set-timer): New function.
6845         (wl-message-buffer-prefetch-get-next): New function.
6846         (wl-message-buffer-prefetch): New function.
6847         (wl-message-buffer-prefetch-next): Rewrite.
6848         (wl-message-buffer-prefetch-subr): Rewrite.
6849         * wl-vars.el (wl-auto-prefetch-first): New variable.
6850         * wl-summary.el (wl-summary-goto-folder-subr): Call
6851         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6852
6853 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6856         `wl-summary-unread-message-hook'.
6857
6858 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6861         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6862         if range is `cache-status'.
6863
6864 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6865
6866         * wl-message.el (wl-message-buffer-prefetch-subr):
6867         Improve debug message.
6868
6869 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6872         `wl-mail-send-pre-hook'.
6873         (wl-draft-send-mail-with-qmail): Ditto.
6874         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6875
6876 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6877
6878         * wl-message.el (wl-message-buffer-prefetch-subr):
6879         Fix for cancel-function-timers bug.
6880         (wl-message-buffer-prefetch-debug): Default value is t.
6881
6882 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6885         (wl-message-buffer-prefetch-subr): Rewrite.
6886         Rename from `wl-message-buffer-prefetch'.
6887
6888 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6889
6890         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6891         (wl-default-draft-cite-decorate-author): Ditto.
6892
6893         * wl-draft.el (wl-draft-cite-function): Removed.
6894         (wl-default-draft-cite-decorate-author): Ditto.
6895
6896 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6897
6898         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6899         (wl-default-draft-cite): Do not arrange author name if the value of
6900         `wl-default-draft-cite-decorate-author' is nil.
6901
6902 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6905
6906         * wl-folder.el (wl-folder-check-one-entity): Don't care
6907         `elmo-folder-use-flag-p'.
6908
6909 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6910
6911         * wl-folder (wl-folder-check-one-entity): Fix
6912         problem if unread is nil.
6913
6914 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6915
6916         * wl-address.el (wl-address-make-completion-list): Check whether
6917         the address is a group list.
6918         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6919
6920 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6921
6922         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6923         The number of the messages of new and unread does not count
6924         correctly.
6925
6926         * wl-summary.el (wl-summary-count-unread): Changed to return
6927         `(new . unread)' instead of total.
6928         (wl-summary-sync-update): Follow the change above.
6929
6930         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6931
6932 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6933
6934         * wl-address.el (wl-address-make-completion-list): Do not enclose
6935         address by " <" and ">" if associated realname is "".
6936         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6937         This is against the promblem with group list in .addresses pointed
6938         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6939
6940 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6941
6942         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6943         message is a format control string.
6944         * wl-expire.el (wl-expire-append-log): Ditto.
6945         * wl-mime.el (wl-summary-burst-subr): Ditto.
6946         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6947         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6948
6949 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6950
6951         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6952         wl.el (wl-check-variables): Rename from `wl-check-type'.
6953         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6954         (wl-check-variables-2): New function.
6955         (wl): Call `wl-check-variables-2'.
6956
6957 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6958
6959         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6960         after renaming folder in access group.
6961
6962 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6963
6964         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6965         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6966         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6967         (wl-message-buffer-prefetch): Rewrite.
6968         (wl-message-buffer-prefetch-idle-time): Removed.
6969         * wl-summary.el (wl-summary-redisplay-internal):
6970         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6971         Error check for `wl-message-buffer-prefetch-depht'.
6972
6973 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6974
6975         * Version number is increased to 2.9.5.
6976         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6977
6978 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6979
6980         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6981         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6982         Based on the patch written by
6983         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6984
6985 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6986
6987         * wl-draft.el (wl-draft-raw-send): Fix for
6988         `wl-news-send-pre-hook'
6989
6990 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6991
6992         * wl-utils.el (wl-message-id-function): New variable.
6993         * wl-draft.el (wl-draft-insert-required-fields):
6994         Use `wl-message-id-function'.
6995
6996 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6997
6998         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6999         * wl-utils.el (wl-draft-make-message-id-string):
7000         Use `wl-from' for domain part of Message-ID
7001         if `wl-message-id-use-wl-from' if non-nil.
7002         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7003
7004 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7005
7006         * wl.el (wl): Call `wl-check-type'
7007         Do not 'condition-case'.
7008
7009 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl.el (wl-check-type): New function.
7012         (wl-check-type-variables): New variable.
7013
7014 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7017
7018 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7019
7020         * wl-draft.el (wl-smtp-password-key): New function.
7021         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7022         (wl-draft-send-mail-with-smtp): Ditto.
7023         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7024
7025 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7026
7027         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7028         * wl-utils.el (wl-unique-id-suffix): Remove.
7029
7030 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7031
7032         * Version number is increased to 2.9.4.
7033
7034 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7035
7036         * wl-utils.el (wl-unique-id-suffix): New variable.
7037         (wl-unique-id): Use `wl-unique-id-suffix'
7038
7039 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7040
7041         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7042         instead of `elmo-msgdb-search'.
7043
7044         * Version number is increased to 2.9.3.
7045
7046 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7047
7048         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7049
7050 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7051
7052         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7053         (wl-draft-dispatch-message): Changed for send-later.
7054         (wl-draft-queue-flush): Ditto.
7055         (wl-draft): Clear `wl-sent-message-queued'.
7056         (wl-draft-reedit): Ditto.
7057         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7058         * wl-vars.el (wl-draft-force-queuing): New variable.
7059         (wl-draft-force-queuing-mail): New variable.
7060         (wl-draft-force-queuing-news): New variable.
7061
7062 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7063
7064         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7065         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7066
7067 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7068
7069         * Version number is increased to 2.9.2.
7070
7071 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * wl-draft.el (wl-draft-elide-region): New user command.
7074         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7075
7076         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7077         command `wl-draft-elide-region'.
7078         * wl-mule.el: Ditto.
7079         * wl-xmas.el: Ditto.
7080
7081 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7084         (wl-biff-check-folder-async): Removed needless let.
7085
7086 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7089         wl-folder-get-elmo-folder.
7090         (wl-biff-check-folder): Set `biff' argument of
7091         `wl-folder-check-one-entity'.
7092         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7093
7094         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7095         (wl-folder-check-one-entity): Added `biff' argument;
7096         Setup `biff' slot of folder.
7097
7098         * Version number is increased to 2.9.1.
7099
7100 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7101
7102         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7103         comment out and fixed.
7104         (wl-fldmgr-add-completion-subr): Ditto.
7105
7106         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7107         and msgdb.
7108
7109         * wl.el (wl-toggle-plugged): Save summary view.
7110
7111 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7112
7113         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7114
7115 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7116
7117         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7118
7119 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7122         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7123         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7124
7125         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7126         if it was failed.
7127         (wl-demo): Disable undo in the demo buffer.
7128
7129 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-version.el (wl-version): Changed codename.
7132
7133         * Version number is increased to 2.9.0.
7134
7135 2001-12-14  Takuo KITAME <kitame@northeye.org>
7136
7137         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7138         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7139         (wl-folder-mark-as-read-all-current-entity): Ditto.
7140
7141 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-vars.el (wl-from-width): Define as obsolete variable.
7144         (wl-subject-length-limit): Ditto.
7145
7146         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7147
7148         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7149         wl-summary-save-view.
7150
7151         * wl.el (wl-save-status): Ditto.
7152         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7153
7154         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7155         (wl-summary-exit): Follow the change above.
7156         (wl-summary-goto-folder-subr): Ditto.
7157
7158         * wl-folder.el (wl-folder-create-subr): Don't use
7159         `elmo-folder-creatable-p'.
7160
7161 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7164
7165 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7168         rather than bitmap on Emacs 21.
7169         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7170         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7171         for xbm if the new redisplay engine is not available.
7172
7173 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-folder.el (wl-folder-init-hook): New hook.
7176         (wl-folder-init): Run `wl-folder-init-hook'.
7177
7178 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7181
7182 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-acap.el (wl-acap-cache-filename): New variable.
7185         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7186         (wl-acap-init): Use cache if no ACAP server found.
7187
7188 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7189
7190         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7191         `wl-acap-original-msgdb-dir'.
7192
7193         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7194         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7195
7196         * wl-mime.el (wl-mime-save-directory): Renamed from
7197         `wl-mime-save-dir'.
7198
7199 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7202
7203         * wl-demo.el: Require `path-util'.
7204         (wl-demo-bitmap-mule-available-p): New internal variable.
7205         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7206         `module-installed-p' instead.
7207         (wl-demo-insert-image): Use *.img file for a bitmap image.
7208         (wl-demo): Don't call the ascii demo recursively.
7209
7210 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7211
7212         * Version number is increased to 2.7.7.
7213
7214 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl.el (wl-exit): Eliminated byte-compile warning.
7217
7218 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7219
7220         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7221         obsolete variable using `elmo-define-obsolete-variable'.
7222         (wl-fetch-confirm-threshold): Ditto.
7223         (wl-cache-prefetch-folder-type-list): Ditto.
7224         (wl-cache-prefetch-folder-list): Ditto.
7225
7226 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7229         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7230         (wl-demo-insert-image): New function.
7231         (wl-demo-insert-text): New function.
7232         (wl-demo-image-type-alist): Redefine as a function.
7233         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7234         (wl-demo-with-temp-file-buffer): Removed.
7235         (wl-logo-xpm): Removed.
7236         (wl-logo-xbm): Removed.
7237         (wl-logo-bitmap): Removed.
7238
7239 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7240
7241         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7242         (wl-expire-localdir-get-folder-function): New user option.
7243         (wl-expire-localdir-get-folder): New function.
7244         (wl-expire-localdir-date): Ditto.
7245
7246 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7247
7248         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7249         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7250         Fixed unread number mismatch when all-unread < unread.
7251
7252 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7255         (wl-fetch-confirm-threshold): Ditto.
7256
7257         * wl-summary.el (wl-summary-confirm-appends): Removed.
7258         (wl-summary-sync-update): Don't refer
7259         `wl-summary-update-confirm-threshold' (It is now abolished).
7260
7261         * wl-message.el (wl-message-display-internal): Don't refer
7262         `wl-fetch-confirm-threshold' (It is now abolished).
7263
7264 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7267
7268 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7269
7270         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7271         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7272         Change default value to nil.
7273         (wl-summary-indent-length-limit): The value can be nil, nil means
7274         unlimited.
7275
7276         * wl-summary.el: Don't set limit for indent length if the value of
7277         wl-summary-indent-length-limit is nil.
7278         If the value of wl-summary-width is nil, it means only that the width
7279         of summary is unlimited (nil doesn't mean that the indent length is
7280         unlimited).
7281
7282         * wl-thread.el: Ditto.
7283
7284 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7285
7286         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7287         be nil, nil means never confirm.
7288         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7289
7290 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7291
7292         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7293         means unlimited).
7294
7295 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7298         Use `with-temp-buffer'.
7299
7300 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7303         with new backquote style).
7304         (wl-folder-get-entity-from-buffer): Ditto.
7305
7306 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7307
7308         * wl-version.el (nemacs-version): Eliminated.
7309         (wl-extended-emacs-version2): Ignore nemacs.
7310         (wl-extended-emacs-version3): Ditto.
7311
7312 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7313
7314         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7315         (wl-draft-add-in-reply-to): New variable.
7316         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7317         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7318         (wl-draft-yank-from-mail-reply-buffer): Use
7319         `wl-draft-add-in-reply-to'.
7320         (wl-draft-insert-current-message): Ditto.
7321
7322 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7323
7324         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7325         typo (kill->hide).
7326         (wl-message-buffer-prefetch-folder-type-list): Added elements
7327         `mark' and `cache' instead of `internal'.
7328
7329 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7332         resume msgdb directory.
7333
7334 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl.el (wl-exit): Call `wl-acap-exit'.
7337
7338         * wl-summary.el (wl-summary-message-string): New function.
7339         (wl-summary-reedit): Use it.
7340         (wl-summary-resend-bounced-mail): Remove needless let.
7341         (wl-summary-supersedes-message): Ditto.
7342         (wl-summary-save): Ditto.
7343
7344         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7345         (wl-acap-init): Set it.
7346         (wl-acap-exit): New function.
7347
7348 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl.el (wl-init): Revert (require 'mime-setup). move from
7351         toplevel.
7352
7353 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7356         local variables.  Add error when guess function return invalid
7357         value.
7358
7359 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7360
7361         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7362         Change local variable name.
7363         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7364         (wl-folder-get-newsgroups): Return nil when non-news folder.
7365         * wl-summary.el (wl-summary-write-current-folder): State through
7366         when guess-list return nil.
7367         (wl-summary-write-current-folder-functions): Fixed docstring.
7368
7369         * wl.el (wl-exit): Changed confirm message.
7370
7371         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7372         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7373
7374         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7375
7376 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7377
7378         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7379         user option (Renamed from wl-cache-prefetch-folder-type-list).
7380         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7381         from wl-cache-prefetch-folder-list).
7382
7383         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7384         Move to wl-vars.el.
7385         (wl-message-buffer-prefetch-p): Changed to enable
7386         `wl-message-buffer-prefetch-folder-list'.
7387
7388         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7389         `ignore-cache'.
7390
7391 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7392
7393         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7394         `part-top' and `part-bottom'.
7395         (wl-draft-config-sub-part-top): New function.
7396         (wl-draft-config-sub-part-bottom): New function.
7397
7398 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7399
7400         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7401
7402 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7403
7404         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7405
7406 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7407
7408         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7409
7410         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7411         (wl-summary-write-current-folder): Ditto.
7412
7413 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-folder.el (wl-folder-get-newsgroups): Use
7416         `elmo-folder-newsgroups'.
7417
7418 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7419
7420         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7421         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7422         `wl-draft-config-sub-header-bottom'.
7423
7424 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7425
7426         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7427         localnews folder.
7428
7429 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7430
7431         * wl-summary.el (wl-summary-mode): Undo last change.
7432
7433         * wl-folder.el (wl-folder-mode): Ditto.
7434
7435 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7436
7437         * wl-summary.el (wl-summary-mode): Locally set
7438         truncate-partial-window-width to nil.
7439         (for XEmacs)
7440
7441         * wl-folder.el (wl-folder-mode): Ditto.
7442
7443 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7446
7447 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7450         number.
7451
7452         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7453
7454         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7455
7456         * Version number is increased to 2.7.6.
7457
7458 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7461
7462 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-summary.el (wl-summary-sync-update): Enclose network
7465         related portion with `unwind-protect'.
7466
7467 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7468
7469         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7470
7471 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7472
7473         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7474         element.
7475         * wl-vars.el (wl-message-body-button-alist): Ditto.
7476
7477         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7478         max match length.
7479         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7480
7481         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7482         for the max match length;
7483         Use 4th element value for the button string regexp group.
7484
7485         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7486         candidate exists, prompt to select.
7487
7488 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7489
7490         * wl-summary.el (wl-summary-jump-to-msg): Search before
7491         calibration point by `beginning-of-line'.
7492
7493 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7494
7495         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7496         for access group.
7497
7498 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-message.el (wl-message-display-internal): Bind
7501         `default-mime-charset'.
7502
7503         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7504
7505         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7506
7507         * Version number is increased to 2.7.5.
7508
7509 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7510
7511         * wl-expire.el (wl-summary-archive): Fixed;
7512         Use `elmo-folder-name-internal'.
7513
7514 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7515
7516         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7517         from `elmo-folder-move-messages' caller.
7518         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7519
7520         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7521         related portions are changed).
7522
7523 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7524
7525         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7526         counter.
7527
7528 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7529
7530         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7531         buffer local and set it to nil.
7532
7533         * wl-message.el (wl-message-redisplay): Ditto.
7534
7535 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * wl-summary.el (wl-summary-mark-as-important): If message is
7538         already cached, set messag as read, otherwise encache and mark as read.
7539
7540 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7541
7542         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7543         point-min.
7544
7545 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7548         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7549         a keymap.
7550
7551 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7554         parent.
7555
7556         * wl-mule.el (wl-message-define-keymap): Ditto.
7557
7558         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7559
7560         * wl-xmas.el (wl-message-display-internal-hook): Define.
7561         (wl-xmas-setup-message-toolbar): Define as function.
7562         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7563         (wl-message-overload-functions): Abolished.
7564         (wl-message-define-keymap): New function.
7565
7566         * wl-vars.el (wl-message-display-internal-hook): New variable.
7567         (wl-message-header-button-alist): New variable (Renamed from
7568         wl-highlight-message-header-button-alist).
7569         (wl-message-body-button-alist): Ditto.
7570
7571         * wl-mule.el (wl-message-define-keymap): New function.
7572         (wl-message-overload-functions): Abolished.
7573
7574         * wl-message.el (wl-message-add-buttons-to-body): New function.
7575         (wl-message-redisplay): Don't call wl-message-overload-functions;
7576         Call wl-message-add-buttons-to-header and
7577         wl-message-add-buttons-to-body.
7578         (wl-message-display-internal): Set keymap argument for
7579         elmo-mime-display-as-is, elmo-mime-message-display;
7580         Run wl-message-display-internal-hook.
7581         (wl-message-refer-article-or-url): Abolished.
7582
7583         * wl-highlight.el (wl-highlight-headers): Don't call
7584         wl-highlight-message-add-buttons-to-header.
7585         (wl-highlight-message-add-buttons-to-header): Abolished.
7586
7587
7588         * wl-e21.el (wl-message-display-internal-hook): Define.
7589         (wl-e21-setup-toolbar): Deleted duplicated binding.
7590         (wl-e21-setup-message-toolbar): Define as function.
7591         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7592         (wl-message-define-keymap): New function.
7593         (wl-message-overload-functions): Abolished.
7594
7595 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7598         and elmo-folder-close.
7599
7600         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7601
7602 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7605         boolean value.
7606         * wl-draft.el (wl-draft-do-fcc): Ditto.
7607
7608 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7609
7610         * wl-vars.el (wl-fcc-force-as-read): New variable.
7611         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7612         mark copied message as read.
7613
7614 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7615
7616         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7617
7618 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7619
7620         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7621         `wl-summary-target-above' instead of obsolete variable
7622         `wl-summary-temp-above'.
7623
7624         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7625         instead of `make-obsolete-variable'.
7626         * wl-refile.el (toplevel): Ditto.
7627
7628 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7631         with third argument t.
7632         (wl-draft): Set first argument for wl-plugged-init as t.
7633
7634         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7635         definition.
7636
7637 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7638
7639         * wl-vars.el: Tabify.
7640         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7641
7642         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7643         message.
7644
7645 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7646
7647         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7648         and set default to beep.
7649
7650 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7651
7652         * wl-vars.el (wl-draft-truncate-lines): New variable.
7653
7654         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7655         instead of wl-message-truncate-lines for truncate-lines.
7656
7657 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-message.el (wl-message-display-internal): Call
7660         `wl-highlight-message' after `elmo-mime-display-as-is'.
7661
7662         * wl-mime.el (wl-mime-display-text/plain): New function.
7663         (wl-mime-display-header): Ditto.
7664         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7665         body-presentation-method for text/plain;
7666         Register `wl-mime-display-header' as a header-presentation-method;
7667         Don't set up `elmo-message-text-content-inserted-hook' and
7668         `elmo-message-header-inserted-hook'.
7669
7670         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7671         variable.
7672         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7673         as t if flag is 'all-header;
7674         Don't bind `elmo-message-ignored-field-list',
7675         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7676
7677 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7680         for xemacs with non-mule environment.
7681
7682 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7683
7684         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7685         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7686         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7687
7688 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7689
7690         * wl-vars.el (wl-interactive-send): Set default value as t.
7691
7692 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7695         (wl-addrmgr-method-list): Abolished.
7696         (wl-addrmgr-change-method): Follow above change.
7697
7698         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7699
7700 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7701
7702         * wl-vars.el (wl-message-truncate-lines): Change default value
7703         to default-truncate-lines.
7704
7705         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7706
7707 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7708
7709         * wl-vars.el (wl-message-truncate-lines): New variable.
7710
7711         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7712         wl-message-truncate-lines.
7713
7714 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7715
7716         * wl-acap.el (wl-acap-init): Remove period from error message.
7717         (wl-acap-find-acap-service): Remove period from message.
7718
7719 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl.el (wl-check-environment): Undo last change.
7722
7723         * wl-vars.el (wl-from): Changed default value.
7724
7725         * wl-util.el (toplevel): Don't require tm-edit.
7726
7727         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7728         `wl-folder-init';
7729         Don't set mark on mail body.
7730         (wl-draft-reedit): Ditto.
7731
7732         * wl-address.el (wl-address-quote-specials): Define as an alias for
7733         elmo-address-quote-specials.
7734
7735 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7738
7739         * wl-vars.el (wl-from): Set default value as nil.
7740         (wl-organization): Set default value as ORGANIZATION environment
7741         variable.
7742
7743         * wl-draft.el (wl-smtp-extension-bind): Check value of
7744         wl-smtp-connection-type.
7745
7746         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7747         error.
7748
7749 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7750
7751         * Version number is increased to 2.7.4.
7752
7753         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7754         arguments from `wl-highlight-x-face-function' caller.
7755         Use x-face-1.3.6.12 or later.
7756
7757 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7758
7759         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7760
7761 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7762
7763         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7764         (wl-fcc): Fix to accept function.
7765         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7766
7767 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl-acap.el (toplevel): Added `product-provide' declare.
7770         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7771
7772 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl.el (wl): Changed order of calling `elmo-init'
7775         and `elmo-folder-init'.
7776
7777 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7778
7779         * wl-mime.el (wl-summary-burst): Extract message when content-type
7780         of root entity is not only `multipart' but also `message/rfc822'.
7781         (wl-summary-burst-subr): Ditto.
7782
7783 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-vars.el (toplevel): Require 'custom.
7786         (wl-trash-folder): Added to `wl-setting' group.
7787
7788         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7789         exists.
7790         (wl-addrmgr-draw): Insert empty line when no entry exists.
7791
7792         * wl-mule.el (wl-message-wheel-up): Fixed.
7793         (wl-message-wheel-down): Ditto.
7794
7795 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7796
7797         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7798         config is an anonymous lambda expression.
7799
7800 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7803         when Mule 2 is running.
7804
7805 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7808
7809 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7812         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7813
7814         * wl-address.el (wl-address-specials-regexp): Eliminated.
7815         (wl-address-quote-specials): Rewrite.
7816
7817 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7820         shy-groups for regexp.
7821
7822         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7823         character classes and Perl style shy-groups for regexp.
7824         (wl-highlight-plugged-current-line): Use Posix style character
7825         classes for regexp.
7826         (wl-e21-highlight-folder-by-numbers): Ditto.
7827         (wl-e21-display-image-p): Use `display-images-p' instead of
7828         `display-graphic-p'.
7829         (display-images-p): Make an alias to `display-graphic-p' if it is
7830         not available.  It is for Emacs version prior to 21.0.105.
7831
7832         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7833         `display-graphic-p'.
7834         (wl-demo-image-type-alist): Ditto.
7835         (display-images-p): Make an alias to `display-graphic-p' if it is
7836         not available.  It is for Emacs version prior to 21.0.105.
7837
7838 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7839
7840         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7841         support.
7842         (wl-generate-user-agent-string): Ditto.
7843
7844         * wl-version.el (wl-version): Update docsting.
7845         (wl-version-status): Ditto.
7846
7847 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7848
7849         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7850         21.0.105.  For Emacs 21.0.104 or earlier.
7851
7852 2001-09-03  Takuo KITAME <kitame@northeye.org>
7853
7854         * wl-e21.el (wl-plugged-init-icons): Use
7855         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7856         (wl-biff-init-icons): Ditto.
7857
7858 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7859
7860         * wl-highlight.el (wl-highlight-summary-current-line):
7861         Fixed highlighting refile/copy destination.
7862
7863         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7864         (wl-acap-store): Encode string by wl-acap-coding-system.
7865
7866 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-acap.el (toplevel): Check and require 'un-define before
7869         'xemacs-ucs;
7870          Added checking for UTF-2000.
7871
7872 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7875         Don't enclose with `eval-and-compile'.
7876
7877         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7878         wl-init is non-nil.
7879
7880         * wl-draft.el (wl-draft): Ditto.
7881
7882         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7883
7884         * wl-acap.el (toplevel): Require 'wl.
7885         (wl-acap-store): Call `elmo-init'.
7886
7887         * wl.el (wl): Changed position of `wl-check-environment'.
7888         (toplevel): Added autoload setting for wl-acap.
7889
7890         * wl-vars.el (wl-setting): New custom group.
7891         (wl-from): Added wl-setting group.
7892         (wl-user-mail-address-list): Ditto.
7893         (wl-organization): Ditto.
7894         (wl-subscribed-mailing-list): Ditto.
7895         (wl-envelope-from): Ditto.
7896         (wl-smtp-posting-user): Ditto.
7897         (wl-smtp-posting-server): Ditto.
7898         (wl-smtp-posting-port): Ditto.
7899         (wl-smtp-authenticate-type): Ditto.
7900         (wl-pop-before-smtp-user): Ditto.
7901         (wl-pop-before-smtp-server): Ditto.
7902         (wl-pop-before-smtp-port): Ditto.
7903         (wl-pop-before-smtp-authenticate-type): Ditto.
7904         (wl-nntp-posting-server): Ditto.
7905         (wl-nntp-posting-user): Ditto.
7906         (wl-nntp-posting-port): Ditto.
7907         (wl-fetch-confirm-threshold): Ditto.
7908         (wl-prefetch-threshold): Ditto.
7909         (wl-thread-insert-opened): Ditto.
7910         (wl-ldap-server): Ditto.
7911         (wl-ldap-port): Ditto.
7912         (wl-ldap-base): Ditto.
7913         (wl-ldap-objectclass): Ditto.
7914         (wl-use-ldap): Ditto.
7915         (wl-draft-config-alist): Ditto.
7916         (wl-draft-config-matchone): Ditto.
7917         (wl-template-alist): Ditto.
7918         (wl-message-sort-field-list): Ditto.
7919         (wl-message-ignored-field-list): Ditto.
7920         (wl-message-visible-field-list): Ditto.
7921         (wl-interactive-send): Ditto.
7922         (wl-summary-move-order): Ditto.
7923         (wl-auto-select-first): Ditto.
7924         (wl-auto-select-next): Ditto.
7925         (wl-interactive-save-folders): Ditto.
7926
7927         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7928         Initialization codes are moved from wl-local-folder-init.
7929         (wl-local-folder-init): Follow the change above.
7930         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7931
7932         * wl-acap.el: New file.
7933
7934         * Version number is increased to 2.7.3.
7935
7936 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7937
7938         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7939
7940 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7941
7942         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7943         (wl-addrmgr-address-entry-list): Ditto.
7944
7945 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-e21.el (wl-draft-mode-map): Removed binding for
7948         `wl-draft-insert-x-face-field'.
7949
7950         * wl-mule.el (wl-draft-mode-map): Ditto.
7951
7952         * wl-xmas.el (wl-draft-mode-map): Ditto.
7953
7954         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7955         (wl-cs-autoconv): Ditto.
7956         (wl-cs-local): Ditto.
7957         (wl-use-scoring): Ditto.
7958         (wl-mime-charset): Ditto.
7959         (wl-folder-check-async): Ditto.
7960
7961         * wl.el (toplevel): Ignore nemacs and tm.
7962         (wl-exit): Ditto.
7963
7964         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7965         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7966         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7967         instead of wl-address-petname-add-or-change.
7968         (wl-summary-edit-addresses-subr): Use wl-address-delete
7969         instead of wl-address-petname-delete.
7970
7971         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7972
7973         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7974         if error occured.
7975
7976         * wl-message.el (require): Remove tm support.
7977
7978         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7979
7980         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7981         (wl-folder-jump-to-current-entity): Ditto.
7982         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7983
7984         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7985         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7986         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7987
7988         * wl-mule.el (wl-draft-key-setup): Ditto.
7989
7990         * wl-xmas.el (wl-draft-key-setup): Ditto.
7991
7992         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7993         (wl-draft-std11-parse-addresses): New function.
7994         (wl-draft-parse-mailbox-list): Use it.
7995         (wl-draft): Ignore nemacs.
7996         (wl-draft-reedit): Ditto.
7997
7998         * wl-addrmgr.el: New file.
7999         (Original is wl-rcpt.el written by
8000         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8001         Thanks Kitamoto-san.)
8002
8003         * wl-address.el (wl-address-make-address-list): Modified parsing
8004         process.
8005         (wl-address-delete): Renamed from `wl-address-petname-delete';
8006         Modify wl-address-list too.
8007         (wl-address-add-or-change): Renamed from
8008         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8009
8010 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8011
8012         * wl-highlight.el (wl-highlight-summary-current-line):
8013           Work with transient-mark-mode
8014
8015 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * Version number is increased to 2.7.2.
8018
8019         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8020         instead of elmo-dop-queue-method.
8021
8022 2001-08-06  SAITO Atsunori <sai@yedo.com>
8023
8024         * wl-vars.el (wl-ldap-objectclass): New user option.
8025
8026         * wl-address.el (wl-ldap-make-filter): Use it.
8027
8028 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8031
8032 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-folder.el (wl-folder): redisplay after folder insertion.
8035
8036         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8037
8038         * wl-summary.el (wl-summary-sync-update):
8039         Change status mark only when new-msgdb exists.
8040         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8041
8042 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-summary.el (wl-summary-open-folder): New function.
8045         (wl-summary-goto-folder-subr): Use it.
8046         (wl-summary-mark-as-important): Fix;
8047         Encache only when no cache exists.
8048
8049 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8052         Use with-current-buffer.
8053
8054 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8055
8056         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8057         before call `get-buffer'. Fixed parenthesis.
8058         (wl-score-get-header-entry): Clear message and help window when
8059         keyboard quit.
8060         (wl-score-edit-insert-header): Ditto.
8061
8062 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8065         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8066         (wl-default-draft-cite): Fix.
8067
8068         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8069         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8070
8071 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-message.el (wl-message-prev-page): Do same bahavior
8074         as summary when it is called in the message buffer.
8075         (wl-message-next-page): Ditto.
8076
8077 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-summary.el (wl-summary-forward): Use cache if it is not
8080         section cache.
8081
8082 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8085         Removed redundant require of elmo-vars.
8086         (wl-biff-state-indicator-on): Changed default value for
8087         xemacs with non-mule environment.
8088
8089         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8090         wl-message-buffer is nil;
8091         Hide progress bar after moving messages.
8092
8093 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8096         message at cursor point is deleted.
8097
8098 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-vars.el: Changed file coding system to euc-japan.
8101         Added -*-coding:-*- magic to the first line.
8102
8103         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8104         Search parent from the first message.
8105
8106         * Version number is increased to 2.7.1.
8107
8108 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8109
8110         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8111
8112 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8115         refile/delete execution.
8116
8117         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8118         Fixed docstring.
8119
8120 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8123         do update process;
8124         Don't update marks when update process is interrupted.
8125
8126 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-summary.el (wl-summary-reply): Fixed problem when
8129         wl-draft-use-frame is non-nil.
8130         (wl-summary-forward): Ditto.
8131
8132         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8133         as nil.
8134         (wl-folder-mark-as-read-all-entity): Ditto.
8135         (wl-folder-prefetch-entity): Ditto.
8136
8137         * wl.el (wl): Check environment before wl-init.
8138
8139         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8140         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8141         instead of wl-summary-collect-unread.
8142         (wl-summary-reply): Split message window.
8143
8144 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8147         only if current language environment is japanese,
8148
8149         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8150         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8151         (wl-folder-goto-folder-subr): Ditto.
8152
8153         * wl-draft.el (wl-draft-dispatch-message): Call
8154         `elmo-file-cache-get-path'.
8155
8156 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-summary.el (wl-summary-cursor-move): If return value of
8159         wl-summary-next-message is not number, don't jump.
8160
8161 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-summary-buffer-next-message-function): New
8164         variable.
8165         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8166         if it is bound.
8167
8168         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8169         string.
8170
8171         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8172         (wl-plugged-drawing): Ditto.
8173
8174 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8177         process.
8178         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8179         with unwind-protect.
8180
8181         * wl.el (wl-init): Require mime-setup.
8182         (wl-check-environment): Don't require mime-setup.
8183
8184         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8185         instead of elmo-folder-type.
8186
8187         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8188         value as nil.
8189
8190 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * Version number is increased to 2.7.0.
8193
8194         * wl-version.el (wl-version): Changed codename.
8195
8196         * wl-summary.el (wl-summary-delete-cache): Fixed.
8197
8198         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8199         Workaround for net folders.
8200         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8201
8202         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8203         value to nil (According to the patch from
8204         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8205
8206         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8207         of elmo-folder-close.
8208
8209 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8210
8211         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8212         for postfix.
8213
8214 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8215
8216         * wl-summary.el (wl-summary-resend-message): Fixed.
8217
8218         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8219         Call wl-draft with `from' argument if its address is included in
8220         `wl-user-mail-address-list'.
8221         (wl-draft): Added `from' argument.
8222
8223         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8224         non-nil.
8225         (wl): Don't show demo if wl-demo is nil.
8226
8227         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8228         wl-summary-use-frame.
8229
8230         * wl-vars.el (wl-summary-use-frame): New user option.
8231         (wl-folder-use-frame): Changed docstring.
8232
8233         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8234         non-nil.
8235         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8236         wl-summary-use-frame.
8237
8238         * wl-vars.el (wl-folder-use-frame): New user option.
8239
8240         * wl-summary.el (wl-summary-exit): Back to folder frame if
8241         wl-folder-use-frame is non-nil.
8242         (wl-summary-redisplay-internal): Ignore cache if current folder
8243         is draft folder,
8244         (wl-summary-redisplay-no-mime): Ditto.
8245         (wl-summary-redisplay-all-header): Ditto.
8246
8247         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8248         if wl-folder-use-frame is non-nil.
8249
8250 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8251
8252         * wl-summary.el (wl-summary-sync-update): Bind
8253         elmo-folder-update-threshold.
8254         (wl-summary-mark-as-important): Enclosed server mark processing
8255         with `save-match-data'.
8256
8257         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8258         only when it is already defined.
8259
8260 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8261
8262         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8263         name of folder exclude localdir is wrong.
8264         * wl-folder.el (wl-folder-sync-entity):
8265         Set `wl-summary-always-sticky-folder-list' as nil.
8266         (wl-folder-mark-as-read-all-entity): Ditto.
8267         (wl-folder-prefetch-entity): Ditto.
8268
8269 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8270
8271         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8272         instead of `wl-summary-write-current-newsgroup'.
8273
8274 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8275
8276         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8277         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8278         non-nil and selected message is important, do not display.
8279
8280 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8281
8282         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8283
8284 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8287
8288         * wl-summary.el (wl-summary-mark-as-important): Set message number
8289         using wl-summary-message-number.
8290
8291 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8292
8293         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8294         destination folder is 'null.
8295
8296 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8297
8298         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8299         New function.
8300         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8301         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8302         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8303
8304 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl-mime.el (wl-mime-setup): Added setting for
8307         `mime-setup-signature-key-alist' to avoid overriding key bind for
8308         `wl-draft-send'.
8309
8310         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8311         for `wl-draft-send'.
8312         * wl-mule.el (wl-draft-overload-functions): Ditto.
8313         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8314         * wl-draft.el (wl-draft-send): Ditto.
8315
8316         * wl-message.el (wl-message-display-internal):
8317         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8318         (Patch is provided by <kita@coe.nttdata.co.jp>).
8319
8320 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8321
8322         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8323
8324 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8325
8326         * wl.el (wl): Fix for wl-demo.
8327
8328 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8329
8330         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8331
8332 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8333
8334         * wl-folder.el (wl-folder-prefetch-entity): Use
8335         `wl-folder-get-elmo-folder'.
8336         (wl-folder-count-incorporates): Do not use
8337         `wl-folder-get-elmo-folder'.
8338
8339 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8340
8341         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8342         instead of `elmo-folder-get-type'.
8343
8344 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8345
8346         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8347         position on Subject: field.
8348         (Advised by Mito <mit@nines.nec.co.jp>)
8349
8350 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8351
8352         * wl-folder.el (wl-folder-prefetch-entity): Use
8353         `wl-folder-get-elmo-folder'.
8354
8355 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8358
8359         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8360         `process-duplicates' slot.
8361
8362         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8363         if detection failed.
8364
8365 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-version.el (wl-version-status): Set to "alpha".
8368
8369 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8372         Check wl-message-buffer lives before set-buffer.
8373
8374 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8375
8376         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8377         called in folder mode.
8378         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8379         * wl-summary.el (wl-summary-exit-pre-hook): Run
8380         `wl-summary-exit-pre-hook' before exit summary mode.
8381
8382 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8383
8384         * wl-version.el (wl-version-status): New variable.
8385         (wl-version-status-alist): Removed.
8386         (wl-version-status): Rule included.
8387
8388 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8391         @sponichi.
8392
8393         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8394         when `mail-reply-buffer' is buffer-local variable.
8395         (Reported by <kita@coe.nttdata.co.jp>).
8396
8397 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-vars.el (toplevel): Require 'elmo-util.
8400
8401 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8404         (All other related portions are changed)
8405
8406         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8407
8408         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8409
8410 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8411
8412         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8413
8414 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8417         Delete other windows to avoid an error.
8418         Use `point-marker' instead of `point' to remember the start point
8419         of body.
8420
8421         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8422
8423         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8424         number not to exceed all message number.
8425
8426 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8427
8428         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8429         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8430
8431 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-summary.el (wl-summary-sync-force-update): Added argument
8434         no-check.
8435         (wl-summary-sync-update): Ditto.
8436         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8437         with `no-check'.
8438
8439         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8440         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8441         already running.
8442
8443 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8444
8445         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8446         `dst-folder-arg'.
8447         (wl-expire-archive-number1): Diito.
8448         (wl-expire-archive-number2): Diito.
8449         (wl-expire-archive-Date): Diito.
8450         (wl-archive-number1): Diito.
8451         (wl-archive-number2): Diito.
8452         (wl-archive-date): Diito.
8453         (wl-archive-folder-p): New function.
8454         (wl-summary-expire): Support of expand folder name at
8455         wl-expire-alist.
8456         * wl-util.el (wl-expand-newtext): Renamed from
8457         `wl-refile-expand-newtext'.
8458
8459 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8460
8461         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8462         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8463         `(elmo-msgdb-get-overview msgdb)'.
8464         (wl-summary-prefetch): Bind match data before call
8465         `wl-summay-prefetch-msg'.
8466         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8467         'off if `wl-summary-buffer-disp-msg' is non-nil.
8468         Fixed problem that couldn't show only one new or unread message when
8469         enter folder.
8470         (wl-summary-reply): Don't call `split-window-vertically' and other
8471         window.
8472
8473 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-expire.el (wl-expire-refile): Fixed.
8476
8477 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8478
8479         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8480
8481         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8482         biff notification is removed.
8483
8484         * wl.el (wl): Changed position of `elmo-init'.
8485
8486         * wl-draft.el (wl-default-draft-cite): Use date field
8487         on the citation buffer.
8488
8489         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8490
8491         * wl-xmas.el (wl-folder-internal-icon-list): Added
8492         `wl-folder-shimbun-image'.
8493
8494         * wl-e21.el (wl-folder-internal-icon-list): Added
8495         `wl-folder-shimbun-image'.
8496
8497 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl.el (wl-init): Eliminated argument.
8500         (wl): Rewrite.
8501
8502         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8503         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8504         instead of `elmo-folder-msgdb-internal'.
8505         (wl-summary-sync-update): Ditto.
8506         (wl-summary-flush-pending-append-operations): Eliminated.
8507         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8508         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8509         `elmo-folder-open'.
8510
8511         * wl-mime.el (wl-summary-burst): Fixed.
8512
8513         * wl-folder.el (wl-folder-info-save): Check data type.
8514
8515         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8516         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8517         instead of `elmo-folder-msgdb-internal'.
8518         (wl-expire-hide): Ditto.
8519
8520
8521         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8522
8523 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8524
8525         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8526
8527 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8528
8529         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8530
8531 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8532
8533         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8534         Fixed `match-beginning' argument mismatch.
8535
8536 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8537
8538         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8539         the default value.
8540
8541 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8544         instead of `elmo-nntp-default-port'.
8545
8546         * wl-vars.el: Fixed some doc strings.
8547
8548 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-summary.el (wl-summary-prefetch-msg): Use
8551         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8552
8553         * wl-vars.el: Define *-func as obsolete variable using
8554         `elmo-define-obsolete-variable'.
8555
8556         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8557         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8558         instead of `wl-message-buffer-prefetch-threshold'.
8559
8560         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8561
8562         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8563
8564         * wl-draft.el (wl-caesar-region-func): Ditto.
8565
8566         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8567         Keep unread status in elmo-folder-move-messages.
8568         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8569
8570 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8571
8572         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8573         `wl-summary-buffer-exit-func'
8574         (wl-summary-buffer-message-redisplay-function): Renamed from
8575         `wl-summary-buffer-message-redisplay-func'
8576         (wl-summary-buffer-next-folder-function): Renamed from
8577         `wl-summary-buffer-next-folder-func'.
8578         (wl-summary-buffer-prev-folder-function): Renamed from
8579         `wl-summary-buffer-prev-folder-func'.
8580         (wl-summary-get-petname-function): Renamed from
8581         `wl-summary-get-petname-func'.
8582
8583         * wl-score.el (wl-score-edit-exit-function): Renamed from
8584         `wl-score-edit-exit-func'.
8585
8586         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8587         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8588
8589         * wl-util.el (wl-load-profile-function): Renamed from
8590         `wl-load-profile-func'.
8591
8592         * wl-folder.el (wl-folder-completion-function): Renamed from
8593         `wl-folder-completion-func'.
8594         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8595
8596         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8597         `wl-expire-archive-get-folder-func'.
8598         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8599         (wl-draft-send-mail-function): Renamed from
8600         `wl-draft-send-mail-func'.
8601         (wl-draft-send-news-function): Renamed from
8602         `wl-draft-send-news-func'.
8603         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8604         (wl-generate-mailer-string-function): Renamed from
8605         `wl-generate-mailer-string-func'.
8606         (wl-highlight-signature-search-function): Renamed from
8607         `wl-highlight-signature-search-func'.
8608         (wl-highlight-x-face-function): Renamed from
8609         `wl-highlight-x-face-func'
8610         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8611         (wl-ps-print-buffer-function): Renamed from
8612         `wl-ps-print-buffer-func'
8613         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8614         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8615         (wl-summary-subject-filter-function): Renamed from
8616         `wl-summary-subject-filter-func'.
8617
8618         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8619         `wl-draft-queue-flush-send-func'
8620         (wl-draft-cite-function): Renamed from
8621         `wl-draft-cite-func'
8622
8623         * wl-address.el (wl-address-init-function): Renamed from
8624         `wl-address-init-func'.
8625
8626 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8627
8628         * wl-draft.el (wl-draft-queue-flush): Don't call
8629         `elmo-dop-unlock-message'.
8630         * wl-draft.el (wl-draft-queue-append): Don't call
8631         `elmo-dop-lock-message'.
8632
8633         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8634         (wl-summary-buffer-folder-name): Ditto.
8635         (wl-summary-message-regexp): Added '-' (all other related portions
8636         are changed).
8637         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8638         wl-summary-buffer-folder-name.
8639
8640 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8641
8642         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8643         the number of mails in the folder buffer is not updated by wl-biff.
8644
8645 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8646
8647         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8648         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8649
8650 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-summary.el (wl-summary-next-message):
8653         Return next message number when wl-summary-move-order is nil.
8654
8655 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8656
8657         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8658         `wl-summary-move-spec-alist'.
8659         (wl-summary-move-spec-unplugged-alist): New variable
8660         (Move spec for unplugged status).
8661         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8662         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8663
8664 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8665
8666         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8667         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8668
8669 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8670
8671         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8672         simple quotation to quote the anonymous function.
8673         * tm-wl.el (wl-draft-preview-message): Ditto.
8674
8675 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8676
8677         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8678         Eliminate redundant `save-excursion'.
8679         (wl-highlight-summary-current-line): Ditto.
8680
8681         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8682         accessing match data when `looking-at' failed.
8683
8684         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8685         `elmo-match-string' where users don't care about the speed.
8686         (wl-draft-save): Ditto.
8687
8688 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8689
8690         * wl-util.el (wl-regexp-opt): New function.
8691
8692         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8693         number from `wl-summary-buffer-number-list'.
8694         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8695         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8696         (wl-summary-move-spec-alist): Changed default setting.
8697
8698 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8699
8700         * wl-vars.el (wl-biff-notify-hook): New hook.
8701         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8702         the arrival of new mail.
8703         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8704         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8705
8706 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8709
8710 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8713
8714         * Version number is increased to 2.5.8.
8715
8716         * wl-thread.el (toplevel): require 'cl.
8717         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8718         (wl-thread-make-number-list): New function.
8719         (wl-thread-entity-make-number-list-from-children): Ditto.
8720         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8721         (wl-thread-entity-insert-as-children): Likewise.
8722         (wl-thread-delete-message): Likewise.
8723         (wl-meaning-of-mark): Eliminated.
8724         (wl-thread-next-failure-mark-p): Ditto.
8725         (wl-thread-entity-get-mark): Ditto.
8726         (wl-thread-meaning-alist-get-result): Ditto.
8727         (wl-thread-entity-check-prev-mark): Ditto.
8728         (wl-thread-entity-check-next-mark): Ditto.
8729         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8730         (wl-thread-entity-get-prev-marked-entity): Ditto.
8731         (wl-thread-get-prev-unread): Ditto.
8732         (wl-thread-jump-to-prev-unread): Ditto.
8733         (wl-thread-get-next-unread): Ditto.
8734         (wl-thread-jump-to-next-unread): Ditto.
8735         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8736         (wl-thread-entity-get-next-marked-entity): Ditto.
8737
8738         * wl-summary.el (wl-summary-buffer-number-list):
8739         New bufer-local variable.
8740         (wl-summary-switch-to-clone-buffer): Clone
8741         `wl-summary-buffer-number-list'.
8742         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8743         (wl-summary-cursor-move-regex): Eliminated.
8744         (wl-summary-cursor-up): Rewrite.
8745         (wl-summary-cursor-down): Ditto.
8746         (wl-summary-mode-spec-alist): New variable.
8747         (wl-summary-next-message): New inline function.
8748         (wl-summary-cursor-move): New function.
8749         (wl-summary-default-get-next-msg): Rewrite.
8750         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8751         (wl-summary-rescan): Ditto.
8752         (wl-summary-sync-all-init): Ditto.
8753         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8754         summary is not thread view.
8755         (wl-summary-sync-update): Ditto.
8756         (wl-summary-rescan): Ditto.
8757         (wl-summary-make-number-list): New function.
8758
8759         * wl-draft.el: "FCC" -> "Fcc".
8760
8761 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-highlight.el (wl-highlight-summary-window):
8764         Call `set-buffer-modified-p'.
8765
8766         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8767         (wl): Call `elmo-init' and fix.
8768
8769         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8770         Use new variables.
8771
8772         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8773
8774 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8777
8778 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8779
8780         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8781
8782 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8783
8784         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8785         `wl-use-toolbar' nor `display-graphic-p'.
8786         (wl-e21-setup-message-toolbar): Ditto.
8787         (wl-e21-setup-summary-toolbar): Ditto.
8788         (wl-e21-setup-folder-toolbar): Ditto.
8789
8790         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8791         (wl-plugged-init-icons): Ditto.
8792
8793         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8794         `display-graphic-p'.
8795         (wl-plugged-set-folder-icon): Ditto.
8796         (wl-highlight-plugged-current-line): Ditto.
8797         (wl-highlight-folder-current-line): Ditto.
8798         (wl-e21-highlight-folder-group-line): Ditto.
8799         (wl-e21-setup-toolbar): Ditto.
8800         (wl-e21-display-image-p): New macro.
8801
8802         * wl-demo.el (wl-demo): Simplified.
8803         (wl-demo-image-type-alist): Use `image-type-available-p' for
8804         checking whether the image type `xbm' is available.
8805
8806 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8807
8808         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8809         (wl-summary-input-range): Ditto.
8810
8811 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-summary.el (wl-summary-edit-addresses): Use
8814         `wl-summary-get-original-buffer'
8815         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8816         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8817         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8818         (wl-summary-get-newsgroups): Eliminated.
8819         (wl-summary-set-crosspost): Ditto.
8820         (wl-summary-is-crosspost-folder): Ditto.
8821         (wl-crosspost-alist-load): Ditto.
8822         (wl-crosspost-alist-save): Ditto.
8823
8824         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8825         `elmo-setup-subscribed-newsgroups' instead of
8826         `elmo-nntp-make-groups-hashtb'.
8827         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8828         instead of `wl-crosspost-alist-save'.
8829
8830         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8831         of `elmo-folder-message-appendable-p'.
8832         (wl-mime-header-presentation-method): Eliminated.
8833
8834         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8835         (Error occurs in emacs21).
8836
8837         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8838         the current buffer).
8839
8840         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8841         instead of `wl-crosspost-alist-save'.
8842         (wl-init): `elmo-crosspost-message-alist-load'
8843         instead of `wl-crosspost-alist-load'
8844
8845         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8846         (wl-parse-newsgroups): Likewise.
8847         (wl-biff-notify): Run `wl-biff-notify-hook'.
8848
8849 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8852
8853         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8854         when `wl-summary-lazy-highlight' is non-nil.
8855         (wl-summary-goto-folder-subr): Highlight only when
8856         `wl-summary-lazy-highlight' is non-nil.
8857
8858         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8859         Don't display progress and highlight temp-mark when
8860         `wl-summary-lazy-highlight' is non-nil.
8861         (wl-highlight-summary-window): New function.
8862         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8863
8864 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8865
8866         * wl-summary.el (wl-summary-sync): Change `all-visible'
8867         from `all-shown'
8868         (wl-summary-input-range): Ditto.
8869
8870 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8871
8872         * wl-e21.el (wl-highlight-folder-current-line): Call
8873         `wl-folder-init-icons' when folder icons have not been initialized.
8874
8875         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8876
8877         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8878         (wl-demo-image-type-alist): New macro.
8879
8880 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8881
8882         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8883         display does not support graphics.
8884         (wl-plugged-init-icons): Ditto.
8885         (wl-folder-init-icons): Ditto.
8886
8887         * wl-demo.el (wl-demo): Chech closely whether the display
8888         supports graphics.
8889
8890 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-summary.el (wl-summary-get-original-buffer): New function.
8893         (wl-summary-set-crosspost): Use it.
8894         (wl-summary-target-mark-uudecode): Ditto.
8895         (wl-summary-reedit): Ditto.
8896         (wl-summary-resend-bounced-mail): Ditto.
8897         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8898         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8899
8900         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8901         (wl-message-display-internal): Ditto.
8902
8903 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8906
8907 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-summary.el (wl-summary-save-view): Renamed from
8910         `wl-summary-save-status'.
8911
8912 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8913
8914         * wl-summary.el (wl-summary-sync): Added `all-shown'
8915
8916 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8917
8918         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8919
8920 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8921
8922         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8923
8924 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8925
8926         * wl-highlight.el (wl-highlight-summary-line-string): Use
8927         `zerop' instead of `= 0'.
8928         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8929
8930         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8931         for comparing numbers.
8932         (wl-template-prev): Use `zerop' instead of `eq 0'.
8933
8934         * wl-draft.el (wl-draft-insert-current-message): Use
8935         `with-current-buffer' instead of `save-excursion'.
8936         Use `zerop' instead of `eq 0'.
8937
8938 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8939
8940         * wl-draft.el (wl-draft-insert-ccs): New function.
8941         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8942         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8943
8944 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8945
8946         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8947
8948 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-expire.el (wl-expire-refile): Don't call
8951         elmo-msgdb-add-msgs-to-seen-list;
8952         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8953         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8954
8955 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-message.el (wl-message-prev-page): Ignore errors while
8958         scroll-down.
8959
8960 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-mime.el: Use elmo-original-message-mode instead of
8963         mmelmo-original-mode.
8964
8965         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8966         `elmo-folder-get-spec';
8967         (wl-fldmgr-add-completion-all-completions):
8968         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8969
8970         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8971         of `elmo-folder-get-type'.
8972
8973         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8974         `elmo-folder-get-spec';
8975         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8976         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8977         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8978         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8979         `elmo-read-msg-no-cache';
8980         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8981         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8982         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8983         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8984         `elmo-cache-save';
8985         (wl-draft-reedit): Use `elmo-message-file-name'.
8986
8987         * wl-expire.el: Use `elmo-folder-name-internal';
8988         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8989         Use macro `wl-summary-buffer-msgdb' instead of variable
8990         `wl-summary-buffer-msgdb';
8991         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8992         Use macro `wl-summary-buffer-folder-name' instead of variable
8993         `wl-summary-buffer-folder-name'.
8994         * wl-score.el: Likewise.
8995
8996         * wl-message.el: Rewrite for new message buffer cache mechanism.
8997         (wl-message-buffer-cache-buffer-get): New macro.
8998         (wl-message-buffer-cache-folder-get): Ditto.
8999         (wl-message-buffer-cache-message-get): Ditto.
9000         (wl-message-buffer-cache-entry-make): Ditto.
9001         (wl-message-buffer-cache-hit): Ditto.
9002         (wl-message-buffer-cache-sort): New function.
9003         (wl-message-buffer-cache-add): Ditto.
9004         (wl-message-buffer-cache-delete): Ditto.
9005         (wl-message-buffer-cache-clean-up): Ditto.
9006         (wl-message-buffer-window): Rewrite.
9007         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9008         (wl-message-buffer-display): New function.
9009         (wl-message-display-internal): New function.
9010
9011 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-folder.el: Use `elmo-folder-name-internal';
9014         Use `wl-folder-get-elmo-folder';
9015         Use `elmo-folder-list-messages' instead of
9016         `elmo-list-folder';
9017         Use `elmo-folder-get-primitive-list' instead of
9018         `elmo-folder-get-primitive-spec-list';
9019         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9020         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9021         Use `elmo-folder-create' instead of `elmo-create-folder'.
9022         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9023         (wl-folder-get-elmo-folder): New macro.
9024         (wl-folder-elmo-folder-cache-get): Ditto.
9025         (wl-folder-elmo-folder-cache-put): Ditto.
9026         (wl-folder-suspend): Call `elmo-quit'.
9027
9028         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9029         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9030         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9031         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9032         (toplevel): require 'cl.
9033         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9034
9035         * wl-summary.el: Rewrite to use new elmo interface.
9036
9037 \f
9038 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * wl-mime.el (wl-draft-preview-message):
9041         Run `wl-draft-send-hook' before collecting recipients information;
9042         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9043
9044         * tm-wl.el (wl-draft-preview-message): Ditto.
9045
9046 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9049         wrong recipients are displayed when forwarded message.
9050
9051 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * Version number is increased to 2.5.7.
9054
9055 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9056
9057         * wl-message.el (wl-message-next-page): Bind
9058         `window-pixel-scroll-increment' to nil while scrolling up.
9059
9060 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9061
9062         * wl-vars.el (wl-save-hook): New hook.
9063         * wl.el (wl-save): Call `wl-save-hook'.
9064
9065 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9068         Argument WITH-ARG instead of NO-ARG (negative mean).
9069         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9070         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9071         * wl-message.el (wl-message-follow-current-entity): Likewise.
9072
9073 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9074
9075         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9076         FROM was optional argument.
9077         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9078
9079 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9080
9081         * Version number is increased to 2.5.6.
9082
9083 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9084
9085         * wl-version.el (wl-version-show): Removed.
9086         (wl-version): Add `interactive'.
9087
9088 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9089
9090         * wl-summary.el (wl-summary-get-petname-func): New variable.
9091         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9092         instead of `wl-address-get-petname-1'.
9093         (wl-summary-simple-from): Ditto.
9094
9095         * wl-address.el (wl-address-get-petname-1): Define as function.
9096
9097 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9100         field in the original message.
9101         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9102
9103 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9104
9105         * wl-expire.el (wl-expire-hide):
9106         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9107
9108 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9111         find decoder for To, Cc, and Subject.
9112
9113 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9116         for checking `elmo-use-buffer-cache'.
9117         (wl-summary-mark-as-important): Fixed typo in comment.
9118
9119 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9120
9121         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9122         field in the original message.
9123         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9124
9125 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9126
9127         * wl-expire.el (wl-expire-hide):
9128         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9129
9130 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9131
9132         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9133         find decoder for To, Cc, and Subject.
9134
9135 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * Version number is increased to 2.5.5.
9138
9139         * wl-address.el (wl-address-specials-regexp): New constant.
9140         (wl-address-quote-specials): Use it.
9141
9142 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * wl-summary.el (wl-summary-rescan):
9145         Call `wl-summary-buffer-number-column-detect'.
9146         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9147
9148         * wl-message.el (wl-message-mode-map): Define.
9149         (wl-message-decode): Use it as local-map.
9150
9151 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9152
9153         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9154         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9155
9156 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9157
9158         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9159
9160         * wl-mule.el (wl-read-event-char): Ditto.
9161
9162         * wl-e21.el (wl-read-event-char): Ditto.
9163
9164         * wl-nemacs.el (wl-read-event-char): Ditto.
9165         (read-event): Removed.
9166
9167         * wl-util.el (toplevel): Removed dummy definition of
9168         `read-event'.
9169         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9170
9171 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9172
9173         * wl-nemacs.el (elmo-archive-call-process): Moved to
9174         elmo-archive.el.
9175
9176 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9177
9178         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9179         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9180
9181         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9182         instead of magic-number 6.  Use `not' instead of `null' for symbol
9183         `nil' check (not empty list).
9184         (wl-draft-insert-x-face-field): Fixed paren style.
9185
9186         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9187         one-branch conditional statement, instead of `and' and `if'.
9188         (wl-draft-forward): Likewise.
9189         (wl-draft-add-references): Likewise.
9190         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9191
9192         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9193         conditional steatment.  Use `cond' instead of `if'.
9194         (wl-draft-confirm): Likewise.
9195
9196 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-version.el (wl-version-show): Use `product-string-1'
9199         instead of `wl-version'.
9200         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9201
9202         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9203
9204 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9205
9206         * wl-highlight.el (wl-highlight-headers): Revert
9207         `wl-highlight-x-face-func' argument (`beg' and `end').
9208
9209 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl.el (toplevel): Move `product-provide' declare.
9212         * wl-demo.el (toplevel): Ditto.
9213         * wl-dnd.el (toplevel): Ditto.
9214         * wl-highlight.el (toplevel): Ditto.
9215         * wl-message.el (toplevel): Ditto.
9216         * wl-refile.el (toplevel): Ditto.
9217         * wl-util.el (toplevel): Ditto.
9218
9219 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9220
9221         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9222         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9223         (wl-thread-close-all): keep cursor position.
9224
9225 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9226
9227         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9228         (eq x 0).
9229         (wl-generate-user-agent-string-1): Fix conditional statement.
9230
9231 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9232
9233         * wl.el (wl-check-environment): Additional check for
9234         'wl-local-domain' and `wl-message-id-domain'.
9235
9236 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9237
9238         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9239
9240 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9241
9242         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9243         instead of `smtp-sasl-user-realm'.
9244
9245 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9246
9247         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9248
9249 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9250
9251         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9252         to the default value as well as `eword-lexical-analyzer'.
9253
9254 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9255
9256         * wl-version.el (wl-extended-emacs-version,
9257         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9258         `elmo-match-string' instead of `wl-match-string'.
9259
9260 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9261
9262         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9263         docstring.
9264
9265 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9266
9267         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9268
9269 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9270
9271         * wl-highlight.el (wl-highlight-headers): Remove
9272         `wl-highlight-x-face-func' argument (`beg' and `end').
9273
9274 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9275
9276         * wl-summary.el (wl-summary-mark-as-important):
9277         Remove cache if folder is local.
9278
9279 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9280
9281         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9282         to get existing e-mail address string.
9283
9284 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9285
9286         * wl-version.el (wl-generate-user-agent-string): Commentary.
9287         (wl-generate-user-agent-string-1): Use `when' for
9288         one-branch conditional statement, instead of `and' and `if'.
9289         (wl-extended-emacs-version, wl-extended-emacs-version2,
9290         wl-extended-emacs-version3): Ditto.
9291
9292 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9295         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9296         condition-case; Remove initialization.
9297         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9298         (wl-summary-sync-update3): Added argument `sync-all';
9299         Eliminated local variable `msgdb';
9300         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9301         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9302         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9303
9304 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9305
9306         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9307         connection before call `wl-draft-send-mail-with-smtp'.
9308
9309 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * Version number is increased to 2.5.4.
9312
9313 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9314
9315         * wl.el (wl-check-environment): Additional check for
9316         'wl-local-domain' and `wl-message-id-domain'.
9317
9318 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9319
9320         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9321         buffer as command specific.
9322         (wl-folder-mark-as-read-all-entity): Ditto.
9323         (wl-folder-prefetch-entity): Ditto.
9324         (wl-folder-drop-unsync-entity): Ditto.
9325
9326         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9327         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9328         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9329
9330         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9331         save-excursion.
9332
9333 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * Version number is increased to 2.5.3.
9336
9337         * wl-summary.el (wl-summary-save-view-cache):
9338         Delete duplicated `write-region';
9339         Use `write-region-as-binary' instead of `as-binary-output-file' and
9340         `write-region'.
9341
9342 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9343
9344         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9345
9346 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9347
9348         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9349         instead of `smtp-via-smtp'.
9350
9351 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9352
9353         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9354
9355 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9356
9357         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9358         instead of `smtp-sasl-user-realm'.
9359
9360 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9361
9362         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9363
9364 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9365
9366         * Version number is increased to 2.5.2.
9367
9368 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9371         does not exist.
9372         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9373         (wl-biff-start): Call `timer-activate' if timer already exists.
9374
9375         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9376         only when it is bound as function.
9377
9378 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * Version number is increased to 2.5.1.
9381
9382 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9385         Print refile/copy destination.
9386
9387 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9390         queue-flush-only is non-nil.
9391
9392         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9393
9394         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9395         checking cache folder.
9396
9397 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9398
9399         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9400         `regexp-quote'.
9401
9402 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9403
9404         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9405         function.
9406         * wl-summary.el (wl-summary-write-current-folder-functions):
9407         Change default value.  Use it.
9408
9409 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * Version number is increased to 2.5.0.
9412
9413         * wl-version.el (wl-version): Changed codename.
9414
9415 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9416
9417         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9418         (wl-summary-supersedes-message): Ditto.
9419
9420 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9421
9422         * wl-refile.el (wl-refile-guess-functions): Renamed from
9423         `wl-refile-guess-func-list'.
9424
9425 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9426
9427         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9428         Fixed problem when no rule was matched.
9429
9430 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9431
9432         * wl-summary.el (wl-summary-get-mark): Fixed
9433         `wl-summary-buffer-target-mark' check logic.
9434
9435 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9436
9437         * wl-folder.el (wl-folder-write-current-folder): Added group
9438         folder check.
9439
9440         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9441         `wl-summary-write-current-newsgroup'.
9442         (wl-summary-write-current-folder-functions): New variable.
9443         * wl-folder.el (wl-folder-get-newsgroups): New function.
9444         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9445         (wl-folder-write-current-folder): Renamed from
9446         `wl-folder-write-current-newsgroup'.
9447
9448 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9449
9450         * Version number is increased to 2.3.93.
9451
9452 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9455         (wl-ldap-make-matched-value-list): Ditto.
9456         (wl-ldap-alias-safe-string): Split e-mail address.
9457
9458         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9459         petname folder default was selected.
9460         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9461         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9462
9463 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9464
9465         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9466         to `wl-draft-config-exec'.
9467
9468         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9469         instead of calling `wl-draft-config-exec';
9470         Process group-list and show recipients in minibuffer.
9471
9472         * tm-wl.el (wl-draft-preview-message): Ditto.
9473
9474 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9475
9476         * wl.el (toplevel): Added (C) to copyright notice, and
9477         sync Author header.
9478         * tm-wl.el (toplevel): Ditto.
9479         * wl-address.el (toplevel): Ditto.
9480         * wl-demo.el (toplevel): Ditto.
9481         * wl-dnd.el (toplevel): Ditto.
9482         * wl-draft.el (toplevel): Ditto.
9483         * wl-e21.el (toplevel): Ditto.
9484         * wl-expire.el (toplevel): Ditto.
9485         * wl-folder.el (toplevel): Ditto.
9486         * wl-highlight.el (toplevel): Ditto.
9487         * wl-message.el (toplevel): Ditto.
9488         * wl-mime.el (toplevel): Ditto.
9489         * wl-mule.el (toplevel): Ditto.
9490         * wl-nemacs.el (toplevel): Ditto.
9491         * wl-refile.el (toplevel): Ditto.
9492         * wl-score.el (toplevel): Ditto.
9493         * wl-summary.el (toplevel): Ditto.
9494         * wl-template.el (toplevel): Ditto.
9495         * wl-thread.el (toplevel): Ditto.
9496         * wl-util.el (toplevel): Ditto.
9497         * wl-vars.el (toplevel): Ditto.
9498         * wl-xmas.el (toplevel): Ditto.
9499
9500 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9501
9502         * wl.el (wl-init): Added comment about `wl-init-hook'.
9503         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9504         * wl-vars.el (wl-init-hook): Added docs.
9505         (wl-make-plugged-hook): Removed useless docs.
9506         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9507         * wl-xmas.el (toplevel): Ditto.
9508
9509 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9510
9511         * wl-address.el (toplevel): Fixed multiple Author header format.
9512         * wl-demo.el (toplevel): Ditto.
9513         * wl-draft.el (toplevel): Ditto.
9514         * wl-folder.el (toplevel): Ditto.
9515         * wl-summary.el (toplevel): Ditto.
9516         * wl-thread.el (toplevel): Ditto.
9517         * wl-util.el (toplevel): Ditto.
9518         * wl-vars.el (toplevel): Ditto.
9519         * wl-version.el (toplevel): Ditto.
9520         * wl-xmas.el (toplevel): Ditto.
9521         * wl.el (toplevel): Ditto.
9522
9523         * wl-version.el (toplevel): Added require `elmo-version' for
9524         `product-version-as-string'.
9525
9526 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-vars.el (wl-draft-send-hook): Changed default value to
9529         '(wl-draft-config-exec).
9530
9531         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9532         explicitly.
9533         (wl-draft): Set `wl-draft-config-exec-flag' before running
9534         `wl-mail-setup-hook'.
9535
9536         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9537         `wl-biff-init-icons' to `wl-init-hook' instead of
9538         `wl-make-plugged-hook'.
9539         (Because if `wl-draft' command is invoked at first,
9540         they are not initialized)
9541         Updated copyright notice.
9542
9543         * wl-e21.el (toplevel): Ditto;
9544
9545         * wl-demo.el (toplevel): Updated copyright notice.
9546         * wl-address.el (toplevel): Ditto.
9547         * wl-draft.el (toplevel): Ditto.
9548         * wl-version.el (toplevel): Ditto.
9549         * wl-folder.el (toplevel): Ditto.
9550         * wl-summary.el (toplevel): Ditto.
9551         * wl-thread.el (toplevel): Ditto.
9552         * wl-util.el (toplevel): Ditto.
9553         * wl-vars.el (toplevel): Ditto.
9554         * wl.el (toplevel): Ditto.
9555
9556 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9557
9558         * wl-highlight.el (wl-highlight-message): Fixed problem of
9559         highlighting failure which occured when the last field contains
9560         multiple lines in the draft buffer.
9561
9562         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9563         `wl-biff-start' if plugged.
9564
9565         * wl-util.el (wl-biff-check-folder): New function.
9566         (wl-biff-check-folders): Don't set session name prefix.
9567         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9568         (wl-biff-check-folder-async): Ditto.
9569
9570         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9571         in email address.
9572
9573 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9574
9575         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9576
9577         * wl-draft.el (wl-draft-strip-subject-re): New function.
9578
9579         * wl-draft.el (wl-draft-reply): Use it.
9580
9581 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9582
9583         * wl-message.el (wl-mmelmo-message-redisplay): Use
9584         `mime-display-message' instead of `wl-mime-display-message'.
9585
9586         * wl-mime.el (toplevel): Removed compatibility workaround
9587         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9588         (wl-mime-display-message): Abolished.
9589         (wl-mime-entity-read-field): Ditto.
9590         (wl-mime-combine-message/partial-pieces): Use
9591         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9592
9593 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9594
9595         * wl-template.el: Doc fixes.
9596
9597 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9598
9599         * wl-e21.el (wl-message-overload-functions): Do nothing if
9600         `current-local-map' is not available.
9601         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9602
9603 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9604
9605         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9606         representation.
9607
9608         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9609         number.
9610         (wl-fldmgr-save-folders): Don't use `format' when insert
9611         `wl-fldmgr-folders-header'.
9612
9613 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9614
9615         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9616
9617 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9618
9619         * wl-highlight.el (wl-highlight-message):
9620         Use `std11-field-end' to detect end point of the header field.
9621         Refer `wl-highlight-max-header-size'.
9622
9623         * wl-vars.el (wl-highlight-max-header-size): New variable.
9624
9625         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9626
9627         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9628         Set `for-draft' argument of wl-highlight-headers.
9629         (wl-draft): Ditto.
9630         (wl-draft-reedit): Ditto.
9631         (wl-user-agent-compose-internal): Ditto.
9632
9633 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9634
9635         * wl-message.el (wl-message-add-button): Use overlay.
9636
9637 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9638
9639         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9640
9641         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9642         problem when group-list content is nothing.
9643         (Reported by Mito <mit@nines.nec.co.jp>)
9644
9645 2000-10-18  SAITO Atsunori <sai@yedo.com>
9646
9647         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9648
9649 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9650
9651         * tm-wl.el (toplevel): Use product-provide.
9652
9653 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9654
9655         * Version number is increased to 2.3.92.
9656
9657 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9658
9659         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9660         title text, use `display' property for left margin under Emacs 21.
9661
9662         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9663         properties.
9664         (wl-plugged-init-icons): Ditto.
9665
9666 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9667
9668         * wl.el (wl-save-status, wl-init): Remove last period in
9669         "...done." message.
9670         * tm-wl.el (wl-summary-burst): Ditto.
9671         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9672         wl-summary-resume-cache-status,
9673         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9674         wl-summary-sync-update3, wl-summary-highlight-msgs,
9675         wl-summary-flush-pending-append-operations,
9676         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9677         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9678         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9679         wl-thread-open-all): Ditto.
9680         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9681         * wl-mime.el (wl-summary-burst): Ditto.
9682         * wl-highlight.el (wl-highlight-summary): Ditto.
9683         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9684         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9685         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9686         * wl-address.el (wl-local-address-init): Ditto.
9687
9688 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9689
9690         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9691         `add-text-properties'.
9692         (wl-plugged-init-icons): Ditto.
9693         (wl-folder-init-icons): Use `propertize' instead of
9694         `put-text-property'.
9695         (wl-plugged-set-folder-icon): Ditto.
9696         (wl-e21-highlight-folder-group-line): Ditto.
9697
9698 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9699
9700         * wl-version.el (wl-version-status-alist): New variable.
9701         (wl-version-status): New function.
9702
9703         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9704         "Cc" part of the case "Reply-To".
9705
9706         * wl-draft.el (wl-draft-reply): Use result of
9707         `eword-extract-address-components'.
9708
9709         * wl-demo.el (wl-demo-icon-name): New constant.
9710         (wl-logo-xpm): Use it.
9711         (wl-logo-xbm): Ditto.
9712         (wl-logo-bitmap): Ditto.
9713
9714         * Version number is increased to 2.3.91.
9715
9716 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9717
9718         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9719         (wl-extended-emacs-version, wl-extended-emacs-version2,
9720         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9721         docstring.
9722
9723         * wl-version.el (wl-generate-user-agent-string-1): New function.
9724         (wl-generate-user-agent-string): Use it.
9725
9726         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9727         `mime-edit-insert-user-agent-field'.
9728         (wl-generate-user-agent-string): Check
9729         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9730
9731         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9732         instead of `if', when verbose case.
9733
9734 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9735
9736         * wl-expire.el (wl-summary-expire): Fix.
9737
9738 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9739
9740         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9741         and `elmo-lost+found-folder' if 'wl-draft.
9742         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9743
9744 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9745
9746         * wl-expire.el (wl-summary-expire): Change messages.
9747         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9748         `deleing-info' instead of "Deleting..."
9749
9750 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9751
9752         * wl-summary.el (wl-summary-refile-subr): Fix.
9753
9754 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9755
9756         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9757         if pipe folder.
9758
9759 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9760
9761         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9762
9763 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9764
9765         * wl-expire.el (wl-expire-hide): New function.
9766         (wl-summary-expire): Add `hide'.
9767
9768 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9769
9770         * wl-vars.el (wl-draft-reply-without-argument-list):
9771         Changed default value to consider `Reply-To:'.
9772         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9773
9774         * Version number is increased to 2.3.90.
9775
9776         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9777         elmo-imap4-get-session with unwind-protect.
9778         Don't cause error.
9779         (wl-summary-sync-marks): Don't check plugged nor folder type.
9780         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9781         (Always keep current buffer).
9782
9783 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9784
9785         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9786         Enclose with `save-excursion'.
9787
9788 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9789
9790         * wl-version.el (wl-version): Remove interactive.
9791
9792 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9793
9794         * wl-version.el (wl-generate-user-agent-string): Use
9795         `product-string-verbose' instead of `product-string-1'.
9796
9797 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9798
9799         * wl-vars.el (wl-draft-use-cache): New variable.
9800         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9801         if wl-draft-use-cache is non-nil.
9802
9803 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9804
9805         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9806         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9807
9808 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9809
9810         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9811         (wl-thread-msg-mark-as-unread): Ditto.
9812
9813         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9814         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9815         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9816         Don't set mark in summary if return value of `elmo-mark-as-read'
9817         is nil.
9818         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9819         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9820         instead of `wl-thread-msg-mark-as-read'.
9821         (wl-summary-mark-as-unread-region): Ditto.
9822         (wl-summary-target-mark-mark-as-read): Ditto.
9823
9824         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9825
9826 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9827
9828         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9829
9830         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9831
9832 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9833
9834         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9835         face.
9836
9837 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9838
9839         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9840         `running-xemacs'.
9841
9842 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9843
9844         * wl-version.el (toplevel): Use `product-version-as-string' for
9845         set verstion-string, if defined.
9846
9847         * wl-version.el (wl-version-show): Insert string at point, when
9848         call with argument.
9849
9850         * wl-version.el (wl-generate-user-agent-string): Use
9851         `product-string-1' instead of `wl-appname', `wl-version' and
9852         `wl-codename'.
9853
9854 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9855
9856         * wl-address.el (toplevel): Use product-provide.
9857         * wl-demo.el (toplevel): Ditto.
9858         * wl-dnd.el (toplevel): Ditto.
9859         * wl-draft.el (toplevel): Ditto.
9860         * wl-e21.el (toplevel): Ditto.
9861         * wl-expire.el (toplevel): Ditto.
9862         * wl-fldmgr.el (toplevel): Ditto.
9863         * wl-folder.el (toplevel): Ditto.
9864         * wl-highlight.el (toplevel): Ditto.
9865         * wl-message.el (toplevel): Ditto.
9866         * wl-mime.el (toplevel): Ditto.
9867         * wl-mule.el (toplevel): Ditto.
9868         * wl-nemacs.el (toplevel): Ditto.
9869         * wl-refile.el (toplevel): Ditto.
9870         * wl-score.el (toplevel): Ditto.
9871         * wl-summary.el (toplevel): Ditto.
9872         * wl-template.el (toplevel): Ditto.
9873         * wl-thread.el (toplevel): Ditto.
9874         * wl-util.el (toplevel): Ditto.
9875         * wl-vars.el (toplevel): Ditto.
9876         * wl-xmas.el (toplevel): Ditto.
9877         * wl.el (toplevel): Ditto.
9878
9879 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9880
9881         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9882         instead of product.
9883
9884         * wl-version.el (wl-version): Compile time evalution elmo-version.
9885
9886 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9887
9888         * wl-summary.el (wl-summary-sync-force-update): Append queue
9889         `mark-as-read'if unplugged.
9890
9891 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9892
9893         * wl-version.el: New file.  Use product.el.
9894         * wl.el: add (require 'wl-version).
9895         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9896         for ~/.folders header.
9897         (wl-fldmgr-folders-header): Changed.
9898         * wl-demo.el (wl-demo): Use product.el.
9899
9900         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9901         wl-version.el.
9902         * wl-util.el (wl-version, wl-version-show): Ditto.
9903
9904         * wl-util.el (wl-generate-user-agent-string,
9905         wl-extended-emacs-version, wl-extended-emacs-version2,
9906         wl-extended-emacs-version3): Move to wl-version.el.
9907         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9908         xemacs-codename, mime-edit-insert-user-agent-field,
9909         mime-edit-user-agent-value, mime-editor/version,
9910         mime-editor/codename): Compile warning killer move to
9911         wl-version.el
9912
9913 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9914
9915         * wl-summary.el (wl-summary-refile-subr): Fix.
9916
9917 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9918
9919         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9920         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9921
9922 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9923
9924         * wl.el (wl-check-environment): Check too many `@'.
9925
9926 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9927
9928         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9929
9930 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9931
9932         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9933         wl-draft-reply-myself-without-argument-list): Add variables.
9934         * wl-draft.el (wl-draft-reply): Use it.
9935
9936 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9937
9938         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9939         the 5th argument of `elmo-network-get-spec'.
9940
9941         * wl-thread.el (wl-thread-reparent-children): New inline function.
9942         (wl-thread-delete-message): Use it.
9943
9944         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9945         (wl-summary-score-update-all-lines): Don't use `dolist'.
9946
9947 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9948
9949         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9950         (require 'elmo-msgdb) for inline function.
9951
9952 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9953
9954         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9955
9956 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9957
9958         * wl-score.el (wl-score-headers): Fix for the confusing macro
9959         `elmo-kill-buffer'.
9960
9961 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9962
9963         * wl-summary.el: Don't use the 3rd argument of `require' because
9964         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9965         * wl-util.el: Ditto.
9966         * wl-draft.el: Ditto.
9967
9968 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9969
9970         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9971         window system is not used.
9972
9973 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9974
9975         * wl-thread.el: Don't use `mapcar' only for iteration.
9976         (wl-thread-resume-entity): Ditto.
9977         (wl-thread-delete-message): Ditto.
9978
9979         * wl-summary.el: Bind `dragdrop-drop-functions',
9980         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9981         of `require' for `timezone', `easymenu' and `ps-print';
9982         don't use `mapcar' only for iteration.
9983
9984         * wl-util.el: Bind `mule-version', `nemacs-version',
9985         `emacs-beta-version', `xemacs-codename',
9986         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9987         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9988         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9989         only for iteration.
9990
9991         * wl-score.el: Don't use `mapcar' only for iteration.
9992         (wl-score-simplify-buffer-fuzzy): Ditto.
9993         (wl-score-simplify-subject): Ditto.
9994         (wl-score-headers): Ditto.
9995         (wl-summary-score-update-all-lines): Ditto.
9996
9997         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9998         `enable-multibyte-characters' and `mule-version'.
9999
10000         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10001         `mapcar' only for iteration.
10002
10003         * wl-demo.el: Don't use `mapcar' only for iteration.
10004
10005         * wl-folder.el: Don't use `mapcar' only for iteration.
10006         (wl-folder-open-all): Ditto.
10007         (wl-folder-count-incorporates): Ditto.
10008
10009         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10010         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10011
10012         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10013         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10014         `smtp-connection-type'; specify 3rd argument of `require' for
10015         `timezone'; don't use `mapcar' only for iteration.
10016         (wl-draft-clone-local-variables): Don't use `mapcar'.
10017         (wl-draft-generate-clone-buffer): Ditto.
10018         (wl-user-agent-compose-internal): Ditto.
10019
10020         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10021
10022         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10023         (wl-save-status): Ditto.
10024
10025         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10026         for iteration.
10027
10028 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10029
10030         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10031         removed `Date'.
10032         (wl-fldmgr-make-filter-default): New user option.
10033
10034         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10035         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10036         (wl-fldmgr-filter-completion-alist): Abolish.
10037
10038         * wl.el (wl): Don't check servers if arg is non-nil.
10039
10040         * wl-draft.el (wl-draft-reply): Set only message-id string to
10041         In-Reply-To field.
10042
10043 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10044
10045         * wl-summary.el (wl-summary-pick): Rewrite.
10046
10047         * wl-draft.el (wl-draft-forward): Get references field from
10048         original buffer.
10049         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10050
10051 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10052
10053         * wl-draft.el (wl-draft-forward): Add references field.
10054
10055 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10056
10057         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10058         (wl-draft-reply): Use it.
10059
10060 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10061
10062         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10063         when Emacs 21 is running.
10064
10065         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10066         bindings.
10067
10068 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10069
10070         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10071         XPM icons transparent.
10072
10073         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10074         Emacs 21.
10075
10076 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10077
10078         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10079         nil.
10080
10081         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10082         when it is persistent.
10083         (wl-summary-sync-marks): Changed argument for
10084         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10085         (wl-summary-virtual): Use `elmo-read-search-condition'.
10086         (wl-summary-redisplay-internal): If folder is local, mark as read
10087         even when folder is plugged.
10088
10089 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10090
10091         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10092         of `tool-bar-lines' in the frame parameters.
10093         (after-make-frame-functions, post-command-hook): Don't modify the
10094         value.
10095         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10096         wl-e21-tool-bar-lines): Removed.
10097
10098 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10099
10100         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10101         properties `evaporate' and `wl-momentary-overlay' as well.
10102         (wl-highlight-summary-displaying): Ditto.
10103         (wl-delete-all-overlays): Don't delete overlay which does not have
10104         a property `wl-momentary-overlay'.
10105
10106         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10107         `display-mouse-p' and `display-graphic-p'.
10108         (wl-folder-init-icons): Don't search for XBM or the other files.
10109         (wl-plugged-set-folder-icon): Make icons if and only if
10110         `display-graphic-p' returns non-nil.
10111         (wl-highlight-plugged-current-line): Use `before-string' overlay
10112         property to show icon images.
10113         (wl-highlight-folder-current-line): Ditto.
10114         (wl-e21-highlight-folder-group-line): Ditto.
10115         (wl-e21-highlight-folder-by-numbers): Ditto.
10116         (wl-e21-insert-image): Removed.
10117         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10118         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10119         said.
10120         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10121         `wl-e21-force-switch-toolbar'.
10122         (wl-e21-make-icon-image): Removed.
10123         (wl-e21-setup-toolbar): Don't search for XBM files.
10124         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10125         the default value.
10126
10127 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10128
10129         * wl-util.el (wl-biff-check-folder-async): Set
10130         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10131
10132 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10133
10134         * wl-e21.el (after-make-frame-functions): Add
10135         `wl-e21-force-switch-toolbar'.
10136         (wl-e21-force-switch-toolbar): New function force to switch the
10137         toolbar appearance automatically.
10138         (post-command-hook): Add `wl-e21-switch-toolbar'.
10139         (wl-e21-switch-toolbar): New function to switch the toolbar
10140         appearance automatically.
10141         (wl-e21-tool-bar-lines): New buffer local variable.
10142
10143 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10144
10145         * wl-util.el (wl-biff-check-folders-running): New variable.
10146         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10147         (wl-biff-check-folder-async-callback):
10148         Set `wl-biff-check-folders-running'.
10149         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10150         with unwind-protect.
10151
10152         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10153         Enclose `wl-folder-auto-check' with unwind-protect.
10154
10155         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10156         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10157
10158         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10159
10160         * wl-util.el (wl-biff-notify): New inline function.
10161         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10162         locally.
10163         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10164         folder-list' is 1.
10165         Use `wl-biff-notify'.
10166         (wl-biff-check-folder-async-callback): New function.
10167         (wl-biff-check-folder-async): Ditto.
10168
10169         * wl-folder.el (wl-folder): Don't check folders.
10170         (wl-folder-auto-check): New function.
10171
10172 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10173
10174         * wl-util.el (wl-biff-start) [Emacs19+]:
10175         Use `timer-next-integral-multiple-of-time'.
10176         (wl-biff-check-folders): Use `wl-default-folder'
10177         if `wl-biff-check-folder-list' is nil.
10178
10179 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10180
10181         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10182         instead of `elmo-delete-lists'.
10183
10184 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10185
10186         * wl.el (wl-plugged-toggle-all): Set the value of
10187         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10188         (wl-plugged-toggle): Ditto.
10189         (wl-toggle-plugged): Ditto.
10190         (wl-plugged-init): Ditto.
10191
10192         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10193         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10194         instead of `wl-biff-state-indicator-off' and
10195         `wl-biff-state-indicator-on'; don't modify the value and the type
10196         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10197         (wl-plugged-init-icons): Set icons data to
10198         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10199         instead of `wl-plug-state-indicator-off' and
10200         `wl-plug-state-indicator-on'; don't modify the value and the type
10201         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10202
10203         * wl-vars.el (wl-modeline-biff-state-off,
10204         wl-modeline-biff-state-on, wl-modeline-biff-status,
10205         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10206         wl-modeline-plug-status): New internal variables.
10207         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10208         wl-biff-check-interval, wl-biff-check-folder-list): Change
10209         customization group from `wl-folder' to `wl-highlight'.
10210         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10211         wl-show-plug-status-on-modeline): Defcustomized.
10212
10213         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10214         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10215         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10216         a flag to `mode-line-buffer-identification'.
10217
10218         * wl-e21.el (wl-biff-init-icons): Set icons data to
10219         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10220         instead of `wl-biff-state-indicator-off' and
10221         `wl-biff-state-indicator-on'.
10222         (wl-plugged-init-icons): Set icons data to
10223         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10224         instead of `wl-plug-state-indicator-off' and
10225         `wl-plug-state-indicator-on'.
10226
10227 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10228
10229         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10230         excessive titles.
10231
10232 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10233
10234         * wl.el (wl-plugged-mode): Use revised
10235         `wl-mode-line-buffer-identification'.
10236         (wl-plugged-init): Don't use `force-mode-line-update'.
10237
10238         * wl-xmas.el (wl-draft-overload-functions): Use revised
10239         `wl-mode-line-buffer-identification'.
10240         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10241         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10242         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10243         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10244         `wl-make-plugged-hook';
10245         add `wl-folder-init-icons' and `wl-setup-folder' to
10246         `wl-folder-mode-hook'.
10247
10248         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10249         19 as well.
10250         (wl-mode-line-display-priority-list): New user option.
10251         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10252         Defcustomized.
10253         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10254         Add docs.
10255
10256         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10257         start.
10258         (wl-mode-line-buffer-identification): Revised as a function.
10259
10260         * wl-summary.el (wl-summary-mode): Use revised
10261         `wl-mode-line-buffer-identification'; don't call
10262         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10263         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10264         `wl-xmas-setup-summary'.
10265
10266         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10267         `wl-mode-line-buffer-identification'.
10268
10269         * wl-mule.el (wl-draft-overload-functions): Use revised
10270         `wl-mode-line-buffer-identification'.
10271
10272         * wl-folder.el (wl-make-plugged-alist): Don't call
10273         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10274         (wl-folder): Don't call `wl-folder-init-icons' directly.
10275         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10276         `wl-xmas-setup-folder' directly;
10277         use revised `wl-mode-line-buffer-identification'.
10278         (TopLevel): Don't bind `wl-biff-init-icons',
10279         `wl-plugged-init-icons', `wl-folder-init-icons',
10280         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10281
10282         * wl-e21.el (wl-draft-overload-functions): Use revised
10283         `wl-mode-line-buffer-identification'.
10284         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10285         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10286         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10287         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10288         `wl-make-plugged-hook';
10289         add `wl-folder-init-icons' and `wl-setup-folder' to
10290         `wl-folder-mode-hook'.
10291
10292 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10293             Katsumi Yamaoka    <yamaoka@jpl.org>
10294
10295         * wl.el (wl): Call `wl-biff-start'.
10296         (wl-exit): Call `wl-biff-stop'.
10297         (wl-plugged-mode): Show biff in modeline.
10298         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10299
10300         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10301         (wl-biff-init-icons): New function.
10302         (wl-plugged-init-icons): Don't make too much keymaps.
10303         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10304
10305         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10306         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10307         variables.
10308         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10309         options.
10310
10311         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10312         wl-biff-start, wl-biff-stop): New functions.
10313         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10314         (wl-biff-timer-name): New variable.
10315
10316         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10317
10318         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10319         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10320
10321         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10322         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10323
10324         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10325         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10326         `wl-folder-init-icons' to `ignore' if they are not available.
10327         (wl-folder-mode): Show biff in modeline.
10328
10329         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10330         (wl-biff-init-icons): New function.
10331         (wl-plugged-init-icons): Don't make too much keymaps.
10332         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10333
10334 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10335
10336         * wl-vars.el (wl-strict-diff-folders): Customization Type
10337         and doc fix.  Define as a list of regular expressions for
10338         folders or nil.
10339         * wl-folder.el (wl-folder-check-one-entity): Use
10340         `wl-string-match-member' instead of `wl-string-member' for
10341         `wl-strict-diff-folders'.
10342
10343 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10344
10345         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10346         (wl-highlight-folder-current-line): Use it; new implementation.
10347         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10348         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10349         `defsubst' instead of `defun'.
10350
10351         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10352         `wl-highlight-group-folder-by-numbers'; made it can also be a
10353         number.  See info for more details.
10354
10355         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10356         running.
10357
10358         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10359         to bind them.
10360
10361         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10362         (wl-highlight-folder-current-line): New implementation.
10363
10364         * wl-highlight.el (wl-highlight-folder-group-line): New
10365         implementation.
10366         (wl-delete-all-overlays): Rewrite as a marco.
10367         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10368
10369         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10370         running.
10371         (wl-folder-*-glyph): No need to bind them.
10372
10373         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10374         `wl-e21-highlight-folder-group-icon'; rewrite.
10375         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10376         `defsubst' instead of `defun'.
10377         (wl-folder-mode-map): Bind it when compiling.
10378
10379 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10380
10381         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10382
10383         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10384
10385 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10386
10387         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10388
10389 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10390
10391         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10392         (wl-highlight-folder-current-line): Use it.
10393
10394         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10395         in `id-name'.
10396
10397 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10398
10399         * wl.el: Require `wl-e21' when Emacs 21 is running.
10400
10401         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10402         default when Emacs 21 is running.
10403         (wl-use-highlight-mouse-line): Ditto.
10404         (wl-on-emacs21): New constant.
10405         (wl-on-emacs20): Removed.
10406
10407         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10408         Emacs 21 is running.
10409
10410         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10411         Emacs 21 is running.
10412
10413         * wl-e21.el: New file.
10414
10415 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10416
10417         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10418         (wl-toggle-plugged): Ditto.
10419         (wl-plugged-toggle): Ditto.
10420         (wl-plugged-toggle-all): Ditto.
10421
10422         * wl-vars.el (wl-plug-state-indicator): Refer
10423         `wl-plug-state-indicator-on' indirectly.
10424
10425 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10426
10427         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10428         Call `wl-folder-confirm-existence'.
10429
10430         * wl-folder.el (wl-folder-confirm-existence): Added optional
10431         argument `force'.
10432
10433 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10434
10435         * wl-summary.el (wl-summary-refile-subr): Assume
10436         `copy-or-refile' as symbol.
10437         (wl-summary-refile): Follow up above change.
10438         (wl-summary-copy): Ditto.  Doc fix.
10439
10440 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-summary.el (wl-summary-pick): Don't bind
10443         `elmo-search-mime-charset'.
10444
10445         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10446         default using old backquote style.
10447         (wl-search-mime-charset): Abolished.
10448
10449         * wl-highlight.el (wl-highlight-headers):
10450         Call `point' after `re-search-forward'(for Nemacs).
10451
10452         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10453         for elmo-imap4.el.
10454
10455 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10456
10457         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10458         `wl-message-ignored-field-list' instead of
10459         `mime-view-ignored-field-list'.
10460
10461         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10462         Add interactive spec.
10463         (wl-folder-goto-bottom-of-current-folder): Ditto.
10464         (wl-folder-mode-map): Bind them.
10465
10466         * wl-vars.el (wl-message-ignored-field-list): New variable.
10467         (wl-message-visible-field-list): New variable.
10468
10469         * wl-mime.el (wl-mime-header-presentation-method): New function.
10470         (wl-mime-setup): Set header-presentation-method.
10471
10472 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10473
10474         * wl-nemacs.el (wl-draft-overload-functions): Set
10475         `mode-line-buffer-identification' instead of using
10476         `wl-make-modeline'.
10477
10478         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10479         instead of using `wl-make-modeline'.
10480
10481         * wl-xmas.el (wl-plugged-init-icons): Set up
10482         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10483         (wl-make-modeline): Abolish.
10484         (wl-draft-overload-functions): Set
10485         `mode-line-buffer-identification' instead of using
10486         `wl-make-modeline'.
10487
10488         * wl-util.el (wl-make-modeline-subr): Abolish.
10489         (wl-mode-line-buffer-identification): New alias.
10490
10491         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10492         (wl-summary-make-modeline): Abolish.
10493         (wl-summary-buffer-set-folder): Set
10494         `wl-summary-buffer-folder-indicator'.
10495         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10496         of using `wl-make-modeline'.
10497         (wl-summary-switch-to-clone-buffer): Don't set
10498         `mode-line-buffer-identification'.
10499         (wl-summary-goto-folder-subr): Ditto.
10500
10501         * wl-mule.el (wl-draft-overload-functions): Set
10502         `mode-line-buffer-identification' instead of using
10503         `wl-make-modeline'.
10504
10505         * wl-folder.el (wl-folder-mode): Set
10506         `mode-line-buffer-identification' instead of using
10507         `wl-make-modeline'.
10508         (wl-folder): Don't set `mode-line-buffer-identification'.
10509
10510 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10511
10512         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10513         instead of `member' for `wl-refile-guess-func-list' look-ups.
10514         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10515
10516 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10517
10518         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10519         `wl-message-button-dispatcher'.
10520
10521         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10522
10523         * wl-message.el (wl-message-button-dispatcher): Use it.
10524
10525         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10526         "In-Reply-To".
10527
10528         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10529         Bind `case-fold-search' to t.
10530
10531 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10532
10533         * wl-xmas.el (wl-message-overload-functions): Initialize
10534         `wl-message-button-map'.
10535
10536         * wl-mule.el (wl-message-overload-functions): Initialize
10537         `wl-message-button-map'.
10538
10539         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10540
10541         * wl-message.el (wl-message-button-map): New keymap.
10542         (wl-message-add-button): New function.
10543         (wl-message-button-dispatcher): New function.
10544         (wl-message-button-refer-article): New function.
10545
10546         * wl-highlight.el
10547         (wl-highlight-message-add-buttons-to-header): New function.
10548         (wl-highlight-headers): Use it.
10549
10550 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10551
10552         * wl-summary.el (wl-summary-default-from): Use
10553         `wl-address-get-petname-1'.
10554         (wl-summary-simple-from): Ditto.
10555
10556         * wl-address.el (wl-address-get-petname-1): New inline function.
10557         (wl-address-get-petname): Use it.
10558
10559 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10560
10561         * wl-summary.el (wl-summary-default-from): Return full-name part
10562         from the address if no petname was found.
10563         (wl-summary-simple-from): Ditto.
10564
10565         * wl-address.el (wl-address-get-petname): Return nil if no petname
10566         associated with the address was found.
10567
10568 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10569
10570         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10571         display is finished.
10572
10573 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10574
10575         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10576         `elmo-folder-exists-p' argument.
10577
10578 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10579
10580         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10581         the folder.
10582
10583 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10584
10585         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10586
10587         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10588         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10589
10590 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10591
10592         * wl-folder.el (wl-folder-create-subr): New function.
10593         (wl-folder-confirm-existence): Use it.
10594         (wl-folder-check-one-entity): Use it.
10595         Check the error symbol is derived from 'elmo-open-error.
10596
10597         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10598         `ignore-error'.
10599
10600 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10601
10602         * wl-util.el (toplevel): Add (eval-when-compile (require
10603         'elmo-util)).  (Maybe `provide' is typo.)
10604
10605 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10606
10607         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10608         (I don't know why this was needed.)
10609
10610         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10611         Follow up changes for stream-type.
10612
10613         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10614         (wl-draft-elmo-nntp-send): Ditto.
10615
10616         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10617         (wl-nntp-posting-stream-type): Ditto.
10618         (wl-pop-before-smtp-ssl): Abolished.
10619         (wl-nntp-posting-ssl): Ditto.
10620
10621         * wl-address.el (wl-address-quote-specials): New function.
10622         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10623
10624         * wl-draft.el (wl-draft-reply): Ditto.
10625
10626 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10627
10628         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10629         use function `wl-string-match-assoc'.
10630
10631 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10632
10633         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10634
10635         * wl-draft.el (wl-draft-deduce-address-list): New function.
10636         (wl-draft-parse-mailbox-list): Ditto.
10637         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10638         instead of `smtp-deduce-address-list'.
10639         (wl-draft-on-field-p): Follow group list.
10640
10641         * wl-address.el (wl-address-concat-token): New function.
10642         (wl-address-string-without-group-list-contents): Ditto.
10643         (wl-complete-field-body): Fixed problem of completion
10644         by japanese petname.
10645         (wl-address-make-completion-list): Rewrite.
10646
10647 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10648
10649         * wl-address.el (wl-address-make-completion-list): Completion by
10650         petname.
10651         (wl-complete-field-body): Likewise.
10652
10653 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10654
10655         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10656         contains invalid address syntax.
10657
10658 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10659
10660         * wl-folder.el (wl-folder-check-entity-async): Use
10661         `elmo-nntp-spec-hostname'.
10662
10663 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10664
10665         * wl-summary.el (wl-summary-msgdb-load-async): Use
10666         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10667
10668 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10669
10670         * wl-draft.el (wl-draft-reply): Set argument
10671         `content-transfer-encoding' as nil.
10672
10673 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10674
10675         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10676         `wl-refile-alist'.
10677
10678 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10679
10680         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10681         (wl-draft-edit-string): Ditto.
10682         (wl-draft-forward): Ditto.
10683         * wl-summary.el (wl-summary-write): Ditto.
10684
10685 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10686
10687         * wl-summary.el (wl-summary-sync-update3): Call
10688         `wl-summary-buffer-number-column-detect'.
10689         (wl-summary-buffer-number-column-detect): Search from point-min.
10690
10691 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10692
10693         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10694         contains an address which is not included in original to or cc.
10695
10696 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10697
10698         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10699         begin-line does not exist.
10700         * wl-message.el (wl-message-uu-substring): Ditto.
10701
10702 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10703
10704         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10705         clear local variables.
10706         (wl-summary-exit): Call `elmo-commit'.
10707         (wl-summary-switch-to-clone-buffer): Call
10708         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10709         (wl-summary-goto-folder-subr): Ditto.
10710
10711         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10712         POP folder.
10713
10714 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10715
10716         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10717         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10718         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10719         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10720         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10721         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10722
10723         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10724
10725 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10726
10727         * wl-summary.el (wl-summary-search-by-subject):
10728         Search parent message from the latest one.
10729
10730 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10731
10732         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10733         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10734
10735         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10736         New user option.
10737
10738         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10739         if elmo-nntp-use-killed-list is nil.
10740         Use `elmo-msgdb-append-to-killed-list'.
10741         (Append numbers confirmed as disappeared to the killed list.)
10742         (wl-summary-confirm-appends): Don't display negative number.
10743
10744 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10745
10746         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10747
10748 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10749
10750         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10751         range is `all'.
10752         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10753         `elmo-list-bigger-diff'.
10754
10755 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10756
10757         * wl-summary.el (wl-summary-buffer-exit-func):
10758         New buffer local variable.
10759         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10760
10761 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10762
10763         * wl-demo.el (wl-demo): Fix the last change.
10764
10765 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10766
10767         * wl-demo.el (wl-demo): Don't use `eval'.
10768
10769 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10770
10771         * wl-summary.el (wl-summary-buffer-thread-modified):
10772         New buffer-local variable.
10773         (wl-summary-set-thread-modified): New function.
10774         (wl-summary-thread-modified-p): New function.
10775         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10776         (wl-summary-yank-saved-message): Use function
10777         `wl-summary-set-thread-modified'
10778         (wl-summary-switch-to-clone-buffer): Add
10779         `wl-summary-buffer-thread-modified'.
10780
10781         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10782         (wl-summary-buffer-mark-saved-hook): Ditto.
10783         * wl-summary.el (wl-summary-msgdb-save): New hook
10784         `wl-summary-buffer-message-saved-hook' and
10785         `wl-summary-buffer-mark-saved-hook'.
10786
10787 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10788
10789         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10790
10791 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10792
10793         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10794         don't hide scroll bars under FSF Emacsen because it may incur an
10795         undesirable redrawing.
10796
10797 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10798
10799         * wl-draft.el (wl-draft-edit-string): Call
10800         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10801
10802 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10803
10804         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10805
10806 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10807
10808         * wl-summary.el (wl-summary-msgdb-load-async): Call
10809         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10810
10811 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10812
10813         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10814         fringes in demo buffer; center bitmap logo correctly even if old
10815         Mule is used.
10816
10817 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10818
10819         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10820
10821         * wl-refile.el (wl-refile-subject-alist): New variable.
10822         (wl-refile-subject-alist-file-name): Ditto.
10823         (wl-refile-alist-setup): Rewrite.
10824         (wl-refile-alist-save): Use `elmo-object-save'.
10825         Eliminated arguments.
10826         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10827         (wl-refile-guess-by-subject): New function.
10828         (wl-refile-guess-func-list): Added it.
10829
10830 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10831
10832         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10833         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10834
10835 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10836
10837         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10838         New buffer-local variable.
10839         (wl-summary-buffer-next-folder-func): Ditto.
10840         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10841         if non-nil.
10842         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10843         if non-nil.
10844         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10845         if non-nil.
10846         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10847         if non-nil.
10848
10849 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10850
10851         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10852         permanently in the demo buffer.
10853
10854 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10855
10856         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10857         `mime-entity-fetch-field'.
10858
10859         * wl.el (wl-exit): Delete plugged buffer.
10860
10861         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10862         XEmacs has menubar feature.
10863
10864 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10865
10866         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10867         cannot arrive at the beginning of the buffer under old Emacsen.
10868
10869 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10870
10871         * wl-address.el (wl-address-ldap-search):
10872         Call `ldap-search-entries' with `withdn' argument t.
10873         (wl-complete-field-body): Bind completion-ignore-case as t.
10874         Clear ldap search hash when it was sole completion.
10875         Use elmo-string for pattern string.
10876         (wl-ldap-alias-safe-string): Eliminated needless let.
10877
10878 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10879
10880         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10881         (wl-ldap-alias-sep): New constant.
10882         (wl-ldap-search-attribute-type-list): Ditto.
10883         (wl-ldap-get-value): New function.
10884         (wl-ldap-make-filter): Ditto.
10885         (wl-ldap-make-matched-value-list): Ditto.
10886         (wl-ldap-alias-safe-string): Ditto.
10887         (wl-ldap-register-dn-string): Ditto.
10888         (wl-address-ldap-search): Rewrite.
10889
10890 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10891
10892         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10893         thread is deleted.
10894         (wl-thread-delete-line-from-buffer): Ditto.
10895         (wl-thread-get-exist-children): New function.
10896
10897 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10898
10899         * wl-demo.el (wl-demo): Made it to select various image types.
10900         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10901         from `wl-title-logo'.
10902         (wl-logo-ascii): New variable.
10903         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10904         (wl-demo-copyright-notice): New constant.
10905
10906         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10907
10908 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10909
10910         * wl-vars.el (wl-summary-target-above): Renamed from
10911         wl-summary-temp-above.
10912         * wl-score.el (wl-score-get-score-alist): Use it.
10913         (wl-summary-score-update-all-lines): Use it.
10914         * wl-summary.el: Ditto. (make-variable-buffer-local).
10915
10916 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10917
10918         * wl-vars.el (wl-ldap-port): New user option.
10919
10920         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10921         Rewite whole implementation.
10922         (wl-complete-field-body): Fixed.
10923
10924 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10925
10926         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10927         Choose implementation at compile time.
10928
10929 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10930
10931         * wl-address.el (wl-ldap-search-internal): New function.
10932         (wl-complete-field-to): Use it.
10933
10934 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10935
10936         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10937         Use `let' instead of `let*'.
10938         Require 'wl-vars.
10939
10940         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10941         Define as defcustom.
10942         (wl-ldap-base): Ditto.
10943         (wl-use-ldap): Ditto.
10944
10945 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10946
10947         * wl-address.el (wl-ldap-search): New function.
10948         (wl-complete-field-body): Use `wl-ldap-search'.
10949         (wl-ldap-server): New variable.
10950         (wl-ldap-base): Ditto.
10951         (wl-use-ldap): Ditto.
10952
10953 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10954
10955         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10956         (Pointed out by Mito <mit@nines.nec.co.jp>).
10957         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10958         buffer-local variables like `wl-summary-redisplay-internal'.
10959         (wl-summary-redisplay-all-header): Likewise.  Update
10960         Summary view too.
10961
10962 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10963
10964         * wl-summary.el (wl-summary-jump-to-parent-message):
10965         Consider prefix argument.
10966
10967         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10968         when closed thread is deleted.
10969
10970 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10971
10972         * wl-summary.el (wl-summary-jump-to-parent-message):
10973         Consider thread modification.
10974
10975 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10976
10977         * wl-message.el (wl-message-normal-get-original-buffer): Use
10978         `save-excursion'.
10979
10980         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10981         (wl-summary-showto-folder-regexp): Ditto.
10982
10983 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10984
10985         * wl-util.el (wl-delete-alist): Doc fix.
10986         (wl-delete-associations): New function.
10987         (wl-inverse-alist): New function.
10988         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10989         Split temporary variables. Use `wl-delete-associations'
10990         and `wl-inverse-alist'.
10991         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10992
10993 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10994
10995         * wl-folder.el (wl-folder-prefetch-entity):
10996         Execute prefetching if new count is unknown.
10997
10998 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10999
11000         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11001
11002         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11003         delete entity.
11004         (wl-thread-set-parent): If insert as top, set linked as nil.
11005
11006         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11007         `wl-thread-cleanup-symbols' when view mode is thread.
11008
11009 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11010
11011         * wl-folder.el (wl-folder-create-folder-entity): Use
11012         with-current-buffer.
11013         (wl-local-folder-init): Call set-buffer to make sure we are in
11014         the Folder buffer. Don't touch buffer-local variables here.
11015         (wl-folder-mode): Initialize buffer-local variables here.
11016
11017         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11018         (wl-folder-entity-assign-id): Ditto.
11019         (wl-folder-create-entity-hashtb): Ditto.
11020         (wl-local-folder-init): Ditto.
11021         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11022
11023 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11024
11025         * wl-summary.el (wl-summary-default-from): Fix probrem when
11026         std11-extract-address-components return (nil "foo@bar").
11027
11028 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11029
11030         * wl-draft.el (wl-draft-clone-local-variables):
11031         Remove redundant `setq'.
11032
11033 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11034
11035         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11036         Bind wl-highlight-x-face-func as nil while highlighting header.
11037
11038 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11039
11040         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11041
11042 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11043
11044         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11045         elmo-msgdb-overview-hashtb from copy-variables.
11046         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11047         instead of `elmo-msgdb-overview-get-entity-by-number'.
11048         (wl-summary-auto-refile): Ditto.
11049
11050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11051         `elmo-msgdb-overview-get-entity' instead of
11052         `elmo-msgdb-search-overview-entity'.  Use
11053         `elmo-msgdb-overview-get-entity' instead of
11054         `elmo-msgdb-overview-get-entity-by-number'.
11055         (wl-thread-insert-entity-sub): Ditto.
11056         (wl-thread-insert-message): Ditto.
11057
11058         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11059         `elmo-msgdb-overview-get-entity'.
11060         (wl-normal-message-redisplay): Ditto.
11061
11062 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11063
11064         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11065         `wl-thread-entities'.
11066         (wl-thread-delete-message): Fix remove top message from
11067         `wl-thread-entity-list'.
11068
11069         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11070         wl-append(nconc), because update-list is broken on Meadow.
11071
11072         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11073         updating process.
11074         (wl-summary-rescan): Ditto.
11075         (wl-summary-sync-update3): Ditto.
11076         * wl-thread.el (wl-thread-set-parent): Renamed from
11077         `wl-summary-set-parent'.
11078         (wl-thread-insert-message): Updating buffer faster.
11079         (wl-thread-delete-message): Updating buffer faster.
11080
11081         * wl-score.el (wl-summary-score-update-all-lines): Changed
11082         interval for display progress gauge.
11083
11084 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11085
11086         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11087         folder always-sticky.
11088         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11089         defmacro.
11090
11091 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11092
11093         * wl-vars.el (wl-draft-add-references): New user option.
11094
11095         * wl-draft.el (wl-draft-add-references): New function.
11096         (wl-draft-yank-from-mail-reply-buffer): Use it.
11097         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11098         as nil.
11099
11100 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11101
11102         * wl-thread.el (wl-thread-update-line-msgs): Called
11103         `wl-thread-update-line-on-buffer-sub'.
11104         (wl-thread-update-line-on-buffer): Delete routine of inserting
11105         thread.
11106         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11107         moved from `wl-thread-update-line-on-buffer'.
11108         Add threshold for displaying progress gauge.
11109         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11110         argument of `wl-thread-update-line-msgs'.
11111         Add threshold for displaying progress gauge.
11112         * wl-folder.el:
11113         Add threshold for displaying progress gauge.
11114         * wl-score.el: Ditto.
11115
11116         * wl-expire.el (wl-summary-expire): Display deleting info.
11117
11118 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11119
11120         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11121         `no-msg'.
11122         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11123         argument of `wl-thread-update-line-msgs'.
11124         (wl-summary-set-parent): Added optional argument `parent-number'.
11125         (wl-summary-buffer-saved-message): New buffer local variable.
11126         (wl-summary-save-current-message): New command.
11127         (wl-summary-yank-saved-message): Ditto.
11128         (wl-summary-mode-map): Added key binding for
11129         `wl-summary-save-current-message' (\ew) and
11130         `wl-summary-yank-saved-message' (\C-y).
11131         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11132
11133 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11134
11135         * wl-summary.el (wl-summary-mode-map): Added key binding for
11136         `wl-summary-set-parent' (ts).
11137
11138 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11139
11140         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11141         subject faster. If thread number is reverse, delayed updating
11142         thread.
11143         (wl-summary-search-by-subject): Ditto.
11144         (wl-summary-put-alike): Ditto.
11145         (wl-summary-get-alike): Ditto.
11146         (wl-summary-insert-headers): Insert header of all overview in
11147         buffer.
11148         (wl-summary-rescan): Delayed updating thread. Kill search subject
11149         buffer for wl-summary-search-by-subject.
11150         (wl-summary-sync-update3): Ditto.
11151         (wl-summary-exit): Ditto.
11152         (wl-summary-goto-bottom-of-current-thread): Change for linked
11153         thread.
11154         (wl-summary-overview-create-summary-line): Change line for linked
11155         thread.
11156
11157         * wl-summary.el (wl-summary-update-thread): Use
11158         wl-thread-maybe-get-children-num.
11159         (wl-summary-set-parent): If change parent, move sub thread.
11160         (wl-summary-redisplay-internal): Add horizontal recenter.
11161         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11162
11163         * wl-thread.el (wl-thread-entity-get-linked): New function.
11164         (wl-thread-entity-set-linked): New function.
11165         (wl-thread-create-entity): Add linked element.
11166         (wl-thread-entity-insert-as-top): Use wl-append.
11167         (wl-thread-maybe-get-children-num): If closing thread, return
11168         children msgs.
11169         (wl-thread-update-line-msgs): Displaying progress message.
11170         (wl-thread-update-line-on-buffer-sub): Use
11171         wl-thread-maybe-get-children-num.
11172         (wl-thread-update-line-on-buffer): If update line is not exists,
11173         insert thread.
11174         (wl-thread-delete-message): If delete top msg of thread, search
11175         parent by subject.
11176         (wl-thread-insert-entity): Use
11177         wl-thread-maybe-get-children-num.
11178
11179         * wl-highlight.el (wl-highlight-summary-current-line): change
11180         sregexp for linked thread.
11181         * wl-util.el (wl-count-lines): Count lines.
11182         (wl-horizontal-recenter): horizontal recenter.
11183         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11184         (wl-score-get-alike): Ditto.
11185         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11186         (wl-subject-length-limit): New variable.
11187         (wl-highlight-thread-indent-string-regexp): Changed for linked
11188         thread.
11189
11190 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11191
11192         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11193         New variable (revival).
11194         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11195         by subject matching if there's no in-reply-to nor references field
11196         (revival).
11197
11198 \f
11199 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11200
11201         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11202         message.
11203
11204 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11205
11206         * wl-summary.el (wl-summary-reply): Return t if there was a
11207         message at cursor point.
11208         Added unwind-protect.
11209         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11210         returns t.
11211         (wl-summary-cancel-message): Do nothing when there's no message at
11212         cursor point.
11213         (wl-summary-forward): Ditto.
11214         (wl-summary-jump-to-parent-message): Ditto.
11215         (wl-summary-reedit): Ditto.
11216         (wl-summary-edit-addresses): Ditto.
11217         (wl-summary-pipe-message): Ditto.
11218         (wl-summary-print-message-with-ps-print): Ditto.
11219         (wl-summary-print-message): Ditto.
11220         (wl-summary-mark-as-important): Ditto.
11221         (wl-summary-mark-as-unread): Ditto.
11222
11223         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11224         message at cursor point.
11225         (wl-summary-reply-with-citation): Remove unwind-protect.
11226
11227         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11228         subject searching feature.
11229         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11230         Eliminated.
11231
11232 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11233
11234         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11235         New variable.
11236         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11237         by subject matching if there's no in-reply-to nor references field.
11238
11239         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11240
11241         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11242         when display is finished.
11243         (wl-folder-open-all): Ditto.
11244         (wl-folder-update-access-group): Ditto.
11245         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11246         * wl-thread.el (wl-thread-close-all): Ditto.
11247
11248         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11249         progress gauge only when it was displayed.
11250         * wl-folder.el (wl-folder-insert-entity): Ditto.
11251
11252 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11253
11254         * wl-summary.el (wl-summary-incorporate): Enclose
11255         `wl-summary-sync-force-update' with save-excursion.
11256
11257 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11258
11259         * wl-summary.el (wl-summary-prefetch-region):
11260         Pass current cursor point to `pos-visible-in-window-p' after
11261         moving cursor to the started point.
11262
11263 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11264
11265         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11266
11267         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11268         fields from the forwarding message.
11269         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11270         `ignored-fields'.
11271
11272 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11273
11274         * wl-mime.el (wl-message-request-partial):
11275         Eliminated argument `msgdb'.
11276         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11277         (wl-mime-combine-message/partial-pieces): Likewise.
11278         * tm-wl.el (wl-message-request-partial): Likewise.
11279         (wl-mime-combine-message/partial-pieces): Likewise.
11280
11281 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11282
11283         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11284         when display is finished.
11285
11286 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11287
11288         * wl-summary.el (wl-summary-goto-folder-subr):
11289         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11290
11291 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11292
11293         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11294         when cursor point is visible.
11295
11296 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11297
11298         * wl-expire.el (wl-expire-archive-get-max-number):
11299         Don't use `file-name-directory'.
11300
11301 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11302
11303         * wl-expire.el (wl-expire-archive-get-max-number):
11304         Use `file-name-directory'.
11305
11306 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11307
11308         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11309         only when there is progress.
11310
11311 2000-04-13  Mito <mit@nines.nec.co.jp>
11312
11313         * wl-summary.el (wl-summary-sync-marks): Display progress.
11314
11315 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11316
11317         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11318         (wl-summary-prev): Move cursor regardless of unread status.
11319         (wl-summary-next): Ditto.
11320
11321 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11322
11323         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11324         Added argument `target' and `number'.
11325         * tm-wl.el (wl-summary-burst-subr): New function.
11326         (wl-summary-burst): Use it.
11327
11328 2000-04-10  Mito <mit@nines.nec.co.jp>
11329
11330         * wl-mime.el (wl-burst): New function.
11331         (wl-summary-burst): Use it.
11332
11333 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11334
11335         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11336         as petname when there's no candidate.
11337
11338 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11339
11340         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11341         New variable.
11342         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11343
11344         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11345
11346         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11347
11348 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11349
11350         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11351         Use substring of `original' instead of buffer-substring.
11352         (wl-refile-evaluate-rule):
11353         Set `original' argument of wl-refile-expand-newtext.
11354
11355         * wl-summary.el
11356         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11357         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11358         (wl-summary-auto-refile): Check existence of destination folder just
11359         before marking.
11360
11361 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11362
11363         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11364         when wl-refile-get-field-value return nil.
11365
11366 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11367
11368         * wl-refile.el
11369         (wl-refile-expand-newtext): New function imported from Gnus.
11370         (wl-refile-evaluate-rule): Use it.
11371
11372 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11373
11374         * wl-summary.el (wl-summary-print-destination):
11375         Duplicate folder string to avoid putting text-property on
11376         original string.
11377
11378         * wl-refile.el (wl-refile-get-field-value): New function.
11379         (wl-refile-evaluate-rule): New function;
11380         Evaluate refile rule recursively.
11381         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11382         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11383         New function; Check existence of a target folder recursively.
11384         (wl-summary-auto-refile-check-refile-rule-alist):
11385         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11386
11387 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11388
11389         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11390
11391         * wl-folder.el (wl-create-folder-entity-from-buffer):
11392         Fixed problem when '}' character is contained in folder name.
11393
11394         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11395
11396 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11397
11398         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11399         (wl-fldmgr-add-completion-all-completions):
11400         Use wl-fldmgr-add-completion-hashtb.
11401
11402 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11403
11404         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11405         wl-fldmgr-add-completion-subr): New functions.
11406         * wl-folder.el (wl-folder-completion-func): New variable.
11407         * wl-summary.el (wl-summary-read-folder):
11408         Use wl-folder-completion-func.
11409
11410         * wl-refile.el: Eliminate throw & catch.
11411
11412         * wl.el (wl-plugged-sending-queue-status): Fixed.
11413
11414 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11415
11416         * wl-draft.el (wl-draft): Put category property on
11417         mail-header-separator.