(wl-summary-put-temp-mark): Use (delete-char -1) instead of
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
4         instead of (delete-backward-char 1) that deletes region in Emacs 24.
5         See delete-active-region described in NEWS.
6
7 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
8
9         * wl-spam.el (wl-summary-register-as-spam-region)
10         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
11         (wl-thread-register-as-good): New functions.
12         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
13
14 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
15         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
16         images for the icon if there is only one image.
17
18 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
21         newline.
22         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
23         so as to match header tokens strictly.
24
25 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
26
27         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
28         for the message not classified as spam.
29         (wl-summary-test-spam-messages): New function.
30         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
31         instead of `wl-spam-map-spam-messages'.
32
33 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
34
35         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
36         (wl-summary-define-mark-action): Define unmark functions.
37         (wl-summary-unmark): Add the second argument `mark'.
38         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
39
40 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
41
42         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
43         autodecryption for draft preview.
44
45 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
46         * wl-summary.el (toplevel): New function
47         `wl-summary-toggle-mime-buttons' and keybinding to toggle
48         visibility of MIME buttons in message view mode.
49
50 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
51
52         * Version number is increased to 2.15.9.
53
54 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
55
56         * wl-score.el (wl-score-followup): Remove verbose comment (same as
57         docstring).
58
59         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
60         Revert `save-excursion' for `wl-summary-jump-to-msg'.
61
62 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
65         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
66         semicolons, that should start at the left margin.
67         See. also (Info-goto-node "(elisp)Comment Tips").
68         * wl-acap.el (wl-acap-store): Ditto.
69         * wl-action.el (wl-summary-unset-mark): Ditto.
70         * wl-address.el (wl-address-ldap-search): Ditto.
71         * wl-demo.el (wl-demo-insert-image): Ditto.
72         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
73         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
74         (wl-draft-previous-history-element): Ditto.
75         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
76         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
77         (wl-folder-mode-map, wl-folder-get-prev-folder)
78         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
79         (wl-folder-check-entity-async)
80         (wl-create-folder-entity-from-buffer): Ditto.
81         * wl-fldmgr.el (toplevel): Ditto.
82         * wl-message.el (wl-message-buffer-cache-sort)
83         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
84         Ditto.
85         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
86         Ditto.
87         * wl-summary.el (toplevel, wl-summary-mode)
88         (wl-summary-edit-addresses, wl-summary-sync-update)
89         (wl-summary-stick): Ditto.
90         * wl-thread.el (toplevel, wl-thread-insert-message)
91         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
92         * wl-util.el (toplevel): Ditto.
93         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
94         Ditto.
95
96 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
97
98         * Version number is increased to 2.15.8.
99
100         * wl-message.el (wl-message-uu-substring): Suppress compile
101         warnings; Use `with-current-buffer' instead of `save-excursion' &
102         `set-buffer'.
103         * wl-mime.el (wl-draft-yank-current-message-entity)
104         (wl-mime-preview-follow-no-mime)
105         (wl-mime-preview-follow-current-region): Ditto.
106         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
107         (wl-summary-switch-to-clone-buffer)
108         (wl-summary-target-mark-forward)
109         (wl-summary-target-mark-reply-with-citation)
110         (wl-summary-target-mark-uudecode): Ditto.
111
112         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
113         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
114         * wl-summary.el (wl-summary-narrow-to-region)
115         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
116
117         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
118         instead of `int-to-string'.
119         * wl-dnd.el (wl-dnd-start-drag): Ditto.
120         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
121         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
122         * wl-util.el (wl-url-nntp): Ditto.
123
124         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
125         (wl-plugged-dop-queue-status): Don't quote `lambda'.
126         * wl-thread.el (wl-thread-delete-message): Ditto
127         * wl-summary.el (wl-summary-edit-addresses)
128         (wl-summary-edit-addresses-collect-candidate-fields)
129         (wl-summary-search-by-subject): Ditto.
130         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
131         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
132         (wl-fldmgr-add-completion-subr): Ditto.
133         * wl-draft.el (wl-smtp-extension-bind)
134         (wl-draft-insert-get-message, wl-draft-default-headers)
135         (wl-jump-to-draft-buffer): Ditto.
136         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
137         (wl-summary-down): Ditto.
138         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
139         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
140         * wl-folder.el (wl-folder-make-save-access-list)
141         (wl-folder-update-access-group, wl-folder-pick): Ditto.
142
143 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144
145         * wl-draft.el (wl-draft-default-headers): Suppress warning
146         "defsubst `wl-draft-default-headers' was used before it was
147         defined"; Use `defun' instead of `defsubst'.
148
149         * wl-address.el (wl-address-header-extract-address)
150         (wl-address-header-extract-realname): Fix mail-address in
151         docstring.
152
153         * wl-expire.el (wl-expire-make-sortable-date): Macro to
154         inline-function.
155         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
156         Macro to function.
157         (wl-folder-get-entity-from-buffer): Macro to function.
158         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
159         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
160         * wl.el (wl-plugged-string): Macro to function.
161
162         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
163         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
164         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
165         Macro to function.
166
167         * wl-thread.el (wl-thread-open, wl-thread-close): Use
168         `point-at-bol', `point-at-eol'.
169
170         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
171         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
172         `(string-to-char " ")' instead of `? ', `?\ '.
173         * wl-action.el (wl-summary-print-argument): Ditto.
174         * wl-address.el (wl-complete-field-body): Ditto.
175         * wl-demo.el (wl-demo-insert-image): Ditto.
176         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
177         * wl-util.el (wl-ask-folder, wl-set-string-width)
178         (wl-y-or-n-p-with-scroll): Ditto.
179
180         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
181         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
182         verbose point move.
183
184         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
185         and `point-at-eol'.
186         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
187         Ditto.
188
189 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
190
191         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
192         `(beginning-of-line) (point)'.
193
194         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
195         (wl-fldmgr-delete-line): Change from macro to function. Use
196         `point-at-bol' and `point-at-eol'.
197
198         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
199         `function' for lambda.
200
201         * wl.el (wl-plugged-server-indent): Change from macro to function.
202
203         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
204
205         * wl-draft.el (wl-draft-config-body-goto-header)
206         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
207         macro to function.
208
209         * wl-score.el (wl-score-get-alike): Change from macro to
210         inline-function.
211
212         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
213         instead of `mapcar'. Don't use `function' for lambda.
214         (wl-read-search-condition-internal): Don't use `function' for
215         lambda.
216         (wl-kill-buffers): Change from macro to function.
217         (wl-count-lines): Change from macro to inline-function.
218
219         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
220
221         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
222
223         * wl.el (wl-plugged-change): Suppress compile warnings; Use
224         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
225         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
226         * wl-address.el (wl-complete-window-show): Ditto.
227         * wl-message.el (wl-message-select-buffer): Ditto.
228         * wl-template.el (wl-template-show): Ditto.
229         * wl-util.el (wl-collect-summary): Ditto.
230         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
231         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
232         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
233         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
234         (wl-score-edit-insert-number): Ditto.
235
236         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
237         symbol.
238
239         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
240         of `goto-line'.
241
242         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
243
244 2009-12-16  Lloyd Zusman <ljz@asfast.com>
245
246         * wl-summary.el (wl-summary-detect-mark-position): Force
247         the temporary buffer to enable the use of multibyte characters
248         within searches [wl-en:2460].
249
250 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
251
252         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
253         of `beginning-of-buffer'.
254
255 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
256
257         * wl-summary.el (wl-summary-display-raw): New function, display
258         message in raw format.
259
260 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
261
262         * Version number is increased to 2.15.7.
263
264 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
265
266         * wl-summary.el (wl-summary-previous-message-number): New function.
267         (wl-summary-next-message-number): Ditto.
268         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
269         `wl-summary-next-message-number'.
270         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
271         Inline temporary variable `cur-id'.
272         (wl-summary-get-next-unread-folder): Ditto.
273         (wl-summary-get-next-folder): Ditto.
274         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
275
276 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
277
278         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
279
280 2008-09-05  Kenichi Okada  <okada@opaopa.org>
281
282         * wl-summary.el (wl-summary-buffer-folder-name)
283         (wl-draft-config-body-goto-header): Use backquote instead of quote.
284         * wl-draft.el (wl-draft-body-goto-top)
285         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
286
287 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
288
289         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
290         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
291
292 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
293
294         * wl-expire.el: Fix Comentary section.
295
296 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
297
298         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
299         Require mime-parse, elmo-mime, and wl-util.
300
301         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
302
303         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
304
305 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
306
307         * wl-template.el: Require elmo-util and wl-vars.
308
309         * wl-mime.el (wl-mime-display-header): Revert last change.
310         Remove `delete-matching-lines "^$"'.
311
312 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
313
314         * wl-mime.el (wl-define-dummy-functions): Split
315         `eval-when-compile' form for avoid error; when `make
316         compile-strict.
317
318         * wl-util.el: Move (eval-when-compile (require 'static)).
319         * wl-dnd.el: Add (eval-when-compile (require 'static)).
320         * wl-message.el: Ditto.
321
322         * wl-mime.el (wl-message-delete-current-part): Use
323         `insert-buffer-substring' instead of `insert-buffer'.
324         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
325         * wl-draft.el (wl-draft-generate-clone-buffer)
326         (wl-draft-do-mime-bcc): Ditto.
327
328         * wl-address.el: Add (eval-when-compile (require 'cl)).
329         * wl-addrmgr.el: Ditto.
330         * wl-mime.el: Ditto.
331         * wl-util.el: Ditto.
332         * wl-score.el: Ditto.
333
334 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
335
336         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
337         `string-to-int'.
338
339         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
340         `string-to-int'.
341
342         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
343         `string-to-number' instead of `string-to-int'.
344
345         * wl-summary.el (wl-summary-get-list-info)
346         (wl-summary-message-number): Use `string-to-number' instead of
347         `string-to-int'.
348
349         * wl-score.el (wl-score-overview-entity-get-lines)
350         (wl-score-set-mark-below, wl-score-set-expunge-below)
351         (wl-summary-increase-score, wl-score-get-header-entry): Use
352         `string-to-number' instead of `string-to-int'.
353
354         * wl-folder.el (wl-folder-update-diff-line): Use
355         `string-to-number' instead of `string-to-int'.
356
357         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
358         instead of `string-to-int'.
359
360         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
361         instead of `string-to-int'.
362
363         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
364         `string-to-int'.
365
366 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
367
368         * wl-util.el (wl-match-string, wl-match-buffer)
369         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
370         (wl-kill-buffers, wl-local-variable-p)
371         (wl-line-formatter-setup): New backquote style.
372         (wl-count-lines): Use quote instead of backquote.
373
374         * wl-summary.el (wl-summary-buffer-folder-name)
375         (wl-summary-get-alike): Use quote instead of backquote.
376         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
377         backquote style.
378
379         * wl-message.el (wl-message-buffer-cache-buffer-get)
380         (wl-message-buffer-cache-folder-get)
381         (wl-message-buffer-cache-message-get)
382         (wl-message-buffer-cache-entry-make)
383         (wl-message-buffer-cache-hit): New backquote style.
384
385         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
386         backquote.
387         (wl-folder-unread-regex, wl-folder-entity-exists-p)
388         (wl-folder-clear-entity-info)
389         (wl-folder-get-entity-info, wl-folder-set-entity-info)
390         (wl-folder-elmo-folder-cache-get)
391         (wl-folder-elmo-folder-cache-put): New backquote style.
392
393         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
394         (wl-fldmgr-assign-id): Ditto.
395         (wl-fldmgr-delete-line): Use quote instead of backquote.
396         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
397
398         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
399         (wl-draft-set-sent-message): New backquote style.
400         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
401         (wl-draft-config-body-goto-header): Use quote instead of backquote.
402
403 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
404
405         * wl-address.el (wl-address-concat-token): Fix typo.
406
407 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
408
409         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
410         (wl-score-get-alike): Ditto.
411
412         * wl-vars.el: New backquote style.
413         (wl-message-header-button-alist): Use quote instead of backquote.
414
415         * wl.el (wl-plugged-string): New backquote style.
416
417         * wl-address.el (wl-address-concat-token): New backquote style.
418
419         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
420
421 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
422
423         * wl-highlight.el (wl-highlight-folder-opened-regexp)
424         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
425
426         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
427         in the character alternative.
428
429 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
430
431         * Version number is increased to 2.15.6.
432
433 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
434
435         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
436         optional 3rd argument of epg-context-set-progress-callback; it was
437         temporarily removed in the Emacs trunk due to copyright problem.
438         (wl-mime-pgp-verify-region-with-epg): Ditto.
439
440 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
441
442         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
443
444 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-util.el (wl-biff-check-folders): Set biff flag.
447         (from Naoto Morishima [wl:14031])
448
449 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
450
451         * wl.el (wl-plugged-server-indent): Use quote instead of
452         backquote.
453
454 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
455
456         * wl-score.el (wl-score-insert-header): Add guard for
457         `std11-unfold-string'.
458         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
459         TYPE artgument when TO or CC field.
460
461 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-summary.el (wl-summary-goto-folder-subr): Call
464         `elmo-folder-close' instead of `elmo-folder-commit' if discard
465         current summary.
466
467 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-util.el (wl-read-shell-commande): New function or alias.
470
471         * wl-summary.el (wl-summary-pipe-message): Use
472         `wl-read-shell-command' instead of `read-string'.
473         (wl-summary-target-mark-pipe): Ditto.
474
475 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-summary.el (wl-summary-reply): Fix docstring.
478         * wl-draft.el (wl-draft-reply): Ditto.
479
480 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-mime.el (wl-summary-extract-attachments): New command.
483         (wl-summary-extract-attachments-1): New internal function.
484
485 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-expire.el (wl-expire-folder): New function (split from
488         wl-summary-expire).
489         (wl-summary-expire): Use it. Add argument `all' instead of remove
490         `nolist'. Cause an error only if this function is calling
491         interactively.
492
493 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-expire.el (wl-expire-refile): Display progress message.
496         (wl-summary-expire): Simplify.
497
498         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
499         unused argument `deleting-info'.
500
501 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-vars.el (wl-message-popup-buffers): New user option.
504
505         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
506         (wl-message-delete-popup-windows): New function that substitues
507         above one.
508         (wl-mime-setup): Follow the above change.
509
510 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
511
512         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
513
514 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
515
516         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
517         "tkm" to wl-thread-spam.
518
519 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-thread.el (wl-thread-entity-insert-as-children): Use
522         wl-thread-entity-set-children.
523         (wl-thread-insert-message, wl-thread-insert-entity-sub,
524         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
525         Use wl-thread-entity-get-*.
526
527 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-mime.el (wl-epg-progress-callback): New function.
530         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
531         with `elmo-with-progress-display'. Set a progress callback
532         function to epg-context.
533         (wl-mime-pgp-verify-region-with-epg): Ditto.
534
535 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-util.el (wl-completing-read-multiple): Define as an alias of
538         `completing-read-multiple' if emacs-version is not less than 22.
539
540 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
543         change.
544
545 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-summary.el (wl-summary-sync-update): Move
548         `wl-thread-update-indent-string-thread' to outside of
549         `elmo-with-progress-display'.
550
551 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
552
553         * wl-message.el (wl-message-exit): Check buffer existence.
554
555 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-util.el (wl-simple-display-progress): New function.
558         (wl-display-progress-with-gauge): Ditto.
559         (wl-progress-callback-function): Ditto.
560
561         * wl.el (wl-init): Set `elmo-progress-callback-function' as
562         `wl-progress-callback-function'
563
564         * wl-vars.el (wl-display-progress-threshold): New user option.
565         (wl-display-progress-function): Ditto.
566
567         * Version number is increased to 2.15.5.
568
569 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-thread.el (wl-thread-close-children): New function.
572         (wl-thread-open-children): Ditto.
573         * wl-action.el (wl-summary-set-mark): Redo the last change by
574         using it.
575
576         * wl-action.el (wl-summary-set-mark): Undo the last change.
577         Forbid interactive call.
578
579 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-mime.el (wl-define-dummy-functions): New macro.
582         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
583         `wl-mime-pgp-decrypt-region'.
584         (wl-mime-pgp-verify-region-with-epg): Renamed from
585         `wl-mime-pgp-verify-region'.
586         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
587         `wl-mime-pgp-decrypt-region'.
588         (wl-mime-pgp-verify-region-with-pgg): Renamed from
589         `wl-mime-pgp-verify-region'.
590         (wl-mime-pgp-decrypt-region): New function; To select dispatch
591         function at runtime.
592         (wl-mime-pgp-verify-region): Ditto.
593
594         * wl-vars.el (wl-use-pgp-module): New user option.
595
596 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
599         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
600
601 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
604         even if there are target marks only.
605
606 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * Version number is increased to 2.15.4.
609
610 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-folder.el (wl-folder-check-one-entity): Simplify.
613
614 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
617         variable.
618
619 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
620
621         * wl-spam.el (wl-thread-test-spam): New function.
622         (wl-spam-setup): Bind "tkc".
623
624 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-expire.el (wl-folder-expire-entity): Rewite without
627         `wl-summary-goto-folder-subr'.
628         (wl-folder-expire-current-entity): Don't kill summary buffer.
629
630 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-folder.el (wl-folder-sync-entity): Rewrite without
633         `wl-summary-goto-folder-subr'.
634         (wl-folder-mark-as-read-all-entity): Likewise.
635
636         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
637
638 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-thread.el (wl-thread-force-open): Arranged.
641
642 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
645         from regexp.
646
647         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
648         (wl-read-search-condition-internal): Append them.
649
650 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-vars.el (wl-additional-search-condition-fields):
653         New user option.
654
655         * wl-util.el (wl-search-condition-fields): New function; export
656         from `wl-read-search-condition-internal'.
657         (wl-read-search-condition-internal): Use it.
658
659         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
660
661 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-summary.el (wl-summary-define-sort-command): New function.
664         (wl-summary-sort-by-date, wl-summary-sort-by-number)
665         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
666         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
667         define by `wl-summary-define-sort-command' at runtime.
668
669         * wl.el (wl-init): Call wl-summary-define-sort-command.
670
671 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
674         properties at the decrypting region.
675
676 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-util.el (wl-find-region): New function.
679
680         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
681         coding system.
682         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
683         property `wl-mime-decoded-coding-system'.
684         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
685         property `wl-mime-decoded-coding-system' to encode text.
686
687         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
688         message.
689         (wl-mime-pgp-verify-region): Ditto.
690
691 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
694         buffer. Use epa-display-verify-result.
695
696 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
697
698         * wl-draft.el (wl-draft-send): Continue even if setting parent
699         flag was failed.
700
701 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-message.el (wl-message-flag-indicator): Fixed the problem
704         of returning string only of parentheses.
705
706 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-summary.el (wl-summary-write): Add argument `folder'.
709         (wl-summary-write-current-folder): Change argument `folder' from
710         optional to require.
711         (wl-summary-get-buffer): Return the buffer associated folder only.
712
713         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
714         change.
715         (wl-folder-toggle-disp-summary): Ditto.
716
717         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
718         current summary as parent-folder.
719
720 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-draft.el (wl-draft-reedit): Don't overwrite
723         wl-draft-parent-folder.
724
725 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
728         (wl-mime-pgp-verify-region): Ditto.
729         (wl-message-decrypt-pgp-nonmime): Use the above function.
730         (wl-message-verify-pgp-nonmime): Likewise.
731         (wl-mime-preview-application/pgp): Likewise.
732
733 2006-04-20  Kenichi Okada  <okada@opaopa.org>
734
735         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
736         Fix about the order of `wl-nntp-posting-port' and
737         `wl-nntp-posting-stream-type'.
738         * wl.el (wl-plugged-port-label-alist): Add smtp.
739
740 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * wl-summary.el (wl-summary-message-status): New macro.
743
744         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
745         (wl-summary-killed-mark): New user option.
746
747         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
748         API change.
749         (wl-thread-insert-entity-sub): Ditto.
750         (wl-thread-recover-messages): New command.
751
752         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
753         Don't call `wl-highlight-summary-current-line' directly.
754         (wl-summary-buffer-attach): Connect to signal `status-changed'
755         instead of `cache-changed'.
756         (wl-summary-buffer-detach): Follow the above change.
757         (wl-summary-detect-mark-position): Follow the API change.
758         (wl-summary-rescan-message): Ditto.
759         (wl-summary-insert-sequential): Ditto.
760         (wl-summary-update-thread): Ditto.
761         (wl-summary-message-mark): Ditto.
762         (wl-summary-persistent-mark): Ditto.
763         (wl-summary-create-line): Ditto.
764         (wl-summary-prefetch-region-no-mark): Call
765         `wl-summary-persistent-mark' with number.
766         (wl-summary-recover-messages-region): New command.
767         (wl-summary-target-mark-recover): Ditto.
768         (wl-summary-recover-message): Ditto.
769         (wl-summary-persistent-mark-string): Add argument `status' instead
770         of remove arguments `flags' and `cached'.  Treat killed status.
771         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
772
773         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
774         (wl-highlight-summary-line-face-spec): Treat killed status.
775         (wl-highlight-summary-line-string): Follow the API change.
776         (wl-highlight-summary-current-line): Ditto.
777
778         * Version number is increased to 2.15.3.
779
780 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
783         of symbolp to test whether the condition is function.
784
785 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
788         to nil.
789
790 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-summary.el (wl-summary-buffer-message-ring): New internal
793         variable.
794         (wl-summary-buffer-last-displayed-msg): Abolish.
795         (wl-summary-push-message): New function.
796         (wl-summary-pop-message): Ditto.
797         (wl-summary-goto-folder-subr): Reset
798         `wl-summary-buffer-message-ring'.
799         (wl-summary-pop-to-last-message): New command.
800         (wl-summary-goto-last-displayed-msg): Call
801         wl-summary-pop-to-last-message if optional argument is non-nil or
802         the last command is itself.
803         (wl-summary-redisplay-internal): Push last message number into
804         `wl-summary-buffer-message-ring'.
805
806         * wl-vars.el (wl-summary-message-ring-max): New user option.
807
808 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
811         from `wl-draft-reply').
812         (wl-draft-reply): Use it.
813         (wl-draft-find-reply-headers): Avoid compile warning.
814
815 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
818
819 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-message.el (wl-message-flag-indicator): New function.
822         (wl-message-redisplay): Use it.
823
824 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
825
826         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
827
828 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
831         instead of `read-event'.
832
833         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
834
835         * wl-mule.el (wl-read-event-char): Ditto.
836
837         * wl-e21.el (wl-read-event-char): Ditto.
838
839 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
842
843 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-vars.el (wl-draft-send-confirm-type): New user option.
846
847         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
848
849         * wl-draft.el (wl-draft-send-confirm): Confirmation by
850         `wl-draft-send-confirm-type'
851
852 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
853
854         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
855         Avoid error when the buffer name is already used.
856
857 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
860         the change of elmo-nmz -> elmo-search.
861         (wl-highlight-summary-line-help-echo-alist): Ditto.
862         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
863         (wl-nmz-folder-icon): Define as obsolete.
864         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
865         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
866
867 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-summary.el (wl-summary-get-list-info): Rewrite with
870         `elmo-find-list-match-value'
871
872 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
873
874         * wl-summary.el (wl-summary-get-list-info): Optimize.
875         Use List-Id and List-Post also.
876
877 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
880
881 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
882
883         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
884
885 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-util.el (wl-completing-read-multiple-1): New internal function.
888         (wl-completing-read-multiple-2): Ditto.
889         (wl-completing-read-multiple): Define use above functions.
890
891         * wl-summary.el (wl-summary-sort): Removed the workaround for a
892         bug of `completing-read-multiple' about default value.
893
894         * wl-xmas.el (wl-completing-read-multiple): Removed.
895
896         * wl-mule.el (wl-completing-read-multiple): Ditto.
897
898         * wl-e21.el (wl-completing-read-multiple): Ditto.
899
900 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-util.el (wl-filter-associations): New function.
903
904         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
905         (wl-spam-ignored-folder-list): Ditto.
906         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
907         (wl-spam-string-member-p): New function.
908         (wl-spam-domain): Use it.
909         (wl-spam-split-numbers): New function.
910         (wl-spam-apply-partitions): Ditto.
911         (wl-spam-register-spam-messages): Use `folder' instead of
912         `wl-summary-buffer-elmo-folder'.
913         (wl-spam-register-good-messages): Ditto.
914         (wl-summary-exec-action-spam): Decide a domain by real folder of
915         message.
916         (wl-summary-exec-action-refile-with-register): Likewise.
917
918 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-e21.el (wl-e21-find-image): New function.
921         (wl-e21-setup-toolbar): Use it instead of `find-image'.
922         (wl-e21-highlight-folder-group-line): Ditto.
923         (wl-folder-init-icons): Ditto.
924         (wl-plugged-init-icons): Ditto.
925         (wl-biff-init-icons): Ditto.
926
927 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
930         (wl-inhibit-save-drafts): New internal variable.
931         (wl-disable-auto-save): Ditto.
932         (wl-save-drafts): Treat above variables.
933         (wl-auto-save-drafts): New function.
934         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
935         `wl-stop-save-drafts'.
936         (wl-start-save-drafts): New function.
937         (wl-stop-save-drafts): Ditto.
938         (wl-set-auto-save-draft): New command.
939
940         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
941         `wl-set-save-drafts'.
942
943 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
946         `make-local-variable' instead of `make-variable-buffer-local'.
947
948 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
951
952 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
955
956 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
959         of working buffer.
960
961 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
964
965         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
966         value into recipients; Bind `wl-draft-remove-group-list-contents'
967         as nil.
968
969 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-summary.el (wl-summary-sort): Fixed the last change.
972
973         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
974         (wl-summary-sort-messages): Ditto.
975         (wl-summary-rescan): Use it.
976         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
977         `completing-read'; Append candidates for reverse order.
978
979 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * Version number is increased to 2.15.2.
982
983 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
986         "Smaller".
987         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
988
989 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
992
993 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-vars.el (wl-draft-additional-header-alist): Add into the
996         customize group `wl-draft'.
997         (wl-draft-add-in-reply-to): Move customize group from `wl' to
998         `wl-draft'.
999         (wl-draft-add-references): Ditto.
1000
1001         * wl-action.el (wl-summary-print-argument): Rename argument from
1002         `folder' to `data'.
1003
1004 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-summary.el (wl-summary-rescan-message): Call
1007         `wl-thread-cleanup-symbols' before insert thread.
1008
1009 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl.el (wl-init): Set `elmo-get-folder-function' as
1012         `wl-folder-make-elmo-folder'.
1013
1014         * wl-spam.el (wl-summary-exec-action-spam): Use
1015         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1016
1017         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1018         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1019         `elmo-make-folder'.
1020         (wl-folder-get-elmo-folder): Ditto.
1021         (wl-folder-create-subr): Simplify.
1022
1023 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1026
1027 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1030         contents in message buffer instead of original buffer. If optional
1031         argument specified, ask coding system for encode.
1032
1033 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1034
1035         * wl-spam.el (wl-summary-test-spam-region): New function.
1036         (wl-spam-setup): Bind "rkc".
1037
1038 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1041
1042 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1043
1044         * wl-spam.el (wl-summary-test-spam): Fix typo.
1045         (wl-message-check-spam): Ditto.
1046
1047 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-summary.el (wl-summary-default-from): Simplify.
1050
1051 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1054         (wl-summary-exec-action-copy): Ditto.
1055         (wl-summary-auto-refile): Check existence of temporary mark.
1056
1057 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-summary.el (wl-summary-create-line): Use
1060         `elmo-time-to-datevec'.
1061
1062         * wl-expire.el (wl-expire-archive-date): Ditto.
1063         (wl-expire-localdir-date): Ditto.
1064
1065         * wl-util.el (wl-day-number): Abolish.
1066
1067         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1068         of `wl-day-number'.
1069         (wl-score-followup): Ditto.
1070         (wl-score-add-followups): Ditto.
1071         (wl-score-get-latest-msgs): Ditto.
1072         (wl-score-get-header-entry): Ditto.
1073         (wl-score-edit-insert-date): Ditto.
1074
1075 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1078         `elmo-message-entity-field' with 2nd argument `type'.
1079
1080 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1081
1082         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1083
1084 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-thread.el (wl-thread-delete-message): Delete descendant
1087         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1088
1089 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1090
1091         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1092
1093 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1094
1095         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1096         `Access folder'.
1097
1098 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-vars.el (wl-access-folder-icon): New user option.
1101
1102         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1103         `Access folder'.
1104
1105 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-summary.el (wl-summary-buffer-set-folder): Use
1108         `wl-folder-mime-charset'.
1109
1110         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1111         `mime-charset'.
1112         (wl-folder-get-elmo-folder): Ditto.
1113         (wl-folder-mime-charset): New function.
1114
1115 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-util.el (wl-parse-addresses): Define alias of
1118         `elmo-parse-addresses' (move to `elmo-util.el').
1119
1120         * wl-summary.el (wl-summary-default-from): Follow the API change.
1121         (wl-summary-overview-entity-compare-by-date): Ditto.
1122         (wl-summary-overview-entity-compare-by-from): Ditto.
1123         (wl-summary-get-list-info): Get value of `ml-info' field from
1124         entity at first.
1125         (wl-summary-rescan-message): Treat prefix argument.
1126         (wl-summary-prefetch-msg): Follow the API change.
1127         (wl-summary-search-by-subject): Ditto.
1128         (wl-summary-insert-thread): Ditto.
1129         (wl-summary-line-subject): Ditto.
1130         (wl-summary-line-from): Ditto.
1131         (wl-summary-create-line): Ditto.
1132         (wl-summary-print-message-with-ps-print): Ditto.
1133
1134         * wl-score.el (wl-score-ov-entity-get): Ditto.
1135         (wl-score-followup): Ditto.
1136         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1137         of `car'.
1138         (wl-score-get-latest-msgs): Follow the API change.
1139         (wl-score-get-header): Ditto.
1140
1141         * wl-refile.el (wl-refile-learn): Ditto.
1142         (wl-refile-subject-learn): Ditto.
1143         (wl-refile-get-field-value): Ditto.
1144         (wl-refile-guess-by-history): Ditto.
1145         (wl-refile-guess-by-subject): Ditto.
1146
1147         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1148
1149         * wl-expire.el (wl-expire-date-p): Removed.
1150         (wl-expire-archive-date): Follow the API change.
1151         (wl-expire-localdir-date): Ditto.
1152         (wl-summary-expire): Ditto.
1153
1154         * Version number is increased to 2.15.1.
1155
1156 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1157
1158         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1159         group is access or not (it is not strict, like wl-fldmgr-rename).
1160
1161 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1162
1163         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1164         duplicate call of `wl-summary-print-argument' on the wrong line.
1165
1166 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1169         even if argument `number' is nil.
1170         (wl-summary-insert-line): Print action argument if current message
1171         has it.
1172
1173 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1176         (wl-draft-reply): Ditto.
1177         (wl-draft): Add optional argument `parent-number' and call
1178         `wl-draft-create-buffer' with it.
1179         (wl-draft-create-buffer): Add optional argument
1180         `parent-number'. Set wl-draft-parent-number as it.
1181
1182 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1185         buffer is not for given folder, don't use it.
1186
1187 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1188
1189         * Version number is increased to 2.15.0.
1190
1191 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1194
1195         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1196         (wl-highlight-get-face-by-name): New internal function.
1197         (wl-highlight-summary-line-face-spec): Use it and fixed.
1198
1199 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-summary.el (wl-summary-sync-update): Use
1202         `elmo-message-entity-field' instead of `car' to get message-id
1203         from overview entity.
1204
1205         * wl-summary.el (wl-summary-rescan-message): Call
1206         `wl-highlight-summary-displaying' when displaying a message.
1207
1208 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1209
1210         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1211         `wl-draft-config-info-operation'.
1212         (wl-draft-buffer-change-number): New function.
1213         (wl-draft-rename-saved-config): Ditto.
1214         * wl.el (wl-init): Connect slot for message-number-changed.
1215         (toplevel): Add autoload for wl-draft-rename-saved-config.
1216
1217 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1220         `update-overview'
1221         (wl-summary-buffer-detach): Disconnect from it.
1222         (wl-summary-rescan-message): Use command.
1223
1224         * wl-message.el (wl-message-buffer-display): Use
1225         `with-current-buffer' instead of `save-excursion'.
1226
1227 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1230         wl-draft-preview-attributes-list from distraction.
1231
1232 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1233
1234         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1235         `elmo-list-diff'.
1236
1237 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-summary.el
1240         (wl-summary-edit-addresses-collect-candidate-fields): Use
1241         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1242
1243         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1244         instead of `elmo-set-work-buf'.
1245
1246         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1247         (wl-address-make-address-list): Ditto.
1248
1249         * Version number is increased to 2.13.3.
1250
1251 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1254         user option.
1255
1256         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1257         argument `5'.
1258
1259         * wl-message.el (wl-message-display-no-merge-p): New function.
1260         (wl-message-buffer-display): Check whether the message is
1261         reassembled and follow the API change.
1262
1263 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1266         multibyte on working buffer and removed unnecessary
1267         `buffer-disable-undo'.
1268
1269 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1272         change.
1273
1274 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1275
1276         * wl-util.el (wl-read-search-condition-internal): Protect
1277         elmo-global-flags from distraction.
1278
1279 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1280
1281         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1282
1283         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1284         (wl-summary-event-handler): Ditto.
1285         (wl-summary-update-persistent-mark-on-event): New
1286         function (renamed from `elmo-event-handler-flag-changed').
1287         (wl-summary-buffer-attach): New function.
1288         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1289         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1290         instead of `elmo-folder-add-handler'.
1291
1292         * Version number is increased to 2.13.2.
1293
1294 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1295
1296         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1297         and "\177" to the `wl-news-previous-page'.
1298         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1299         (wl-news-previous-page): New function.
1300
1301 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1304         instead of `write-region' and simplify.
1305
1306 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-template.el (wl-template-select): Cause error if
1309         `wl-template-alist' is nil.
1310
1311 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1312
1313         * wl-news.el.in: Set file variable `no-byte-compile'.
1314
1315 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1318         whether a target message is within displaying area.
1319         (elmo-event-handler-cache-changed): Ditto.
1320
1321 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1322
1323         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1324         to `defun'.  Use `nconc' instead of `append' to collect descendant
1325         message numbers.
1326
1327 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1328
1329         * wl-thread.el (wl-thread-save-top-list)
1330         (wl-thread-save-entities): Use `with-temp-buffer'.
1331         * wl-news.el.in (wl-news-previous-version-load):
1332         (wl-news-previous-version-save): Ditto.
1333         * wl-summary.el (wl-summary-load-file-object)
1334         (wl-summary-save-view-cache): Ditto.
1335
1336 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * wl-util.el (toplevel): Require 'elmo-flag'.
1339         (wl-read-search-condition): New function (Renamed from
1340         `elmo-read-search-condition').
1341         (wl-read-search-condition-internal): Likewise.
1342
1343         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1344         invalid.
1345         (wl-summary-pick): Use `wl-read-search-condition' instead of
1346         `elmo-read-search-condition'.
1347         (wl-summary-virtual): Ditto.
1348
1349         * wl-folder.el (wl-folder-virtual): Ditto.
1350         (wl-folder-pick): Ditto.
1351
1352         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1353
1354 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-summary.el (wl-summary-reedit): Call
1357         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1358
1359 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-mime.el (toplevel): Require wl-vars.
1362
1363         * wl-message.el (toplevel): Require cl at compile.
1364
1365         * wl-draft.el (toplevel): Require elmo.
1366
1367 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1370         and do nothing when it is not positive.
1371         (wl-message-buffer-prefetch-next): Ditto.
1372
1373 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374
1375         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1376         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1377         (wl-summary-redisplay-internal): Ditto.
1378
1379         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1380         message (the condition is borrowed from `wl-check-variables-2').
1381         (wl-summary-redisplay-internal): Ditto.
1382
1383 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-mime.el (wl-draft-nntp-attribute): New function.
1386         (wl-draft-attribute-nntp-posting-server): Use it.
1387         (wl-draft-attribute-nntp-posting-port): Ditto.
1388
1389         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1390         (wl-draft-show-attributes-buffer): Ditto.
1391         (wl-draft-hide-attributes-buffer): Ditto.
1392         (wl-draft-attribute-newsgroups): Ditto.
1393         (wl-draft-attribute-nntp-posting-server): Ditto.
1394         (wl-draft-attribute-nntp-posting-port): Ditto.
1395         (wl-draft-preview-message): Use there functions.
1396
1397         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1398         value.
1399
1400 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1403         (wl-draft-reedit): Ditto.
1404         (wl-draft-queue-flush): Ditto.
1405
1406         * wl-mime.el (wl-message-request-partial): Ditto.
1407         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1408         instead of `elmo-message-fetch'.
1409
1410         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1411
1412         * wl-summary.el (wl-summary-message-string): Ditto.
1413
1414 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-util.el (wl-current-message-buffer): Follow the API change.
1417
1418         * wl-summary.el (wl-summary-redisplay-internal): Call
1419         `wl-summary-mark-as-read' with 2nd argument as nil and update
1420         unread count instead of persistent mark.
1421
1422         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1423         variable.
1424         (wl-message-redisplay): Follow the API change.
1425         (wl-message-buffer-display): Managed mime-entity directly and
1426         return preview buffer only.
1427         (wl-message-display-internal): Rewrite.
1428         (wl-message-buffer-prefetch-subr): Not save return value of
1429         `wl-message-buffer-display'.
1430
1431         * Version number is increased to 2.13.1.
1432
1433 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1436         'elmo-multiple-fields-body-list' with boundary specified.
1437
1438 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1441         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1442         cache if `wl-summary-resend-use-cache' is non-nil.
1443
1444 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1445
1446         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1447         (wl-nntp-posting-stream-type): Ditto.
1448
1449 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1450
1451         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1452
1453 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1454
1455         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1456         message.
1457
1458 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1461         Abolish.
1462         (wl-summary-buffer-persistent-mark-version): New internal
1463         variable.
1464         (wl-summary-update-mark-and-highlight-window): Check by
1465         wl-summary-persistent-mark-invalid-p.
1466         (wl-summary-update-status-marks): Ditto.
1467         (elmo-event-handler-flag-changed): Rewrite.
1468         (elmo-event-handler-cache-changed): Define.
1469         (wl-summary-prefetch-msg): Does not update persistent mark here.
1470         (wl-summary-delete-cache): Ditto.
1471         (wl-summary-resume-cache-status): Ditto.
1472         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1473         (wl-summary-persistent-mark-invalid-p): New function.
1474         (wl-summary-validate-persistent-mark): Ditto.
1475         (wl-summary-validate-persistent-mark-string): Ditto.
1476         (wl-summary-invalidate-persistent-mark): Ditto.
1477         (wl-summary-update-persistent-mark): Call
1478         `wl-summary-validate-persistent-mark'.
1479         (wl-summary-create-line): Call
1480         `wl-summary-validate-persistent-mark-string'.
1481
1482         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1483         status as t if cache used.
1484
1485 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1486
1487         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1488         only if the target is group.
1489         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1490
1491 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1492
1493         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1494
1495 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1498
1499         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1500
1501 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1502
1503         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1504         (Thanks to Yoichi NAKAYAMA).
1505
1506 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-util.el (wl-save-drafts): Restore echo area.
1509
1510 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1511
1512         * Version number is increased to 2.13.0.
1513
1514         * wl-util.el (wl-biff-check-folder-async): Use
1515         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1516
1517 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-message.el (wl-message-display-internal): Does not put
1520         wl-message-display-type property on message buffer.
1521         (wl-message-buffer-display-type): New function.
1522
1523         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1524
1525         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1526         `wl-summary-buffer-detach'.
1527         (wl-summary-message-display-type): Use
1528         `wl-summary-buffer-display-type'.
1529
1530 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1531
1532         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1533         buffer-local.
1534
1535         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1536         kill-buffer-hook instead of make-local-variable.
1537         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1538
1539 2004-12-12  Scott Renfro <scott@renfro.org>
1540
1541         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1542         regex for square-branket.
1543
1544 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1547         `wl-message-mime-analysis-p' with argument `header'.
1548
1549 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1550
1551         * wl-mime.el (wl-draft-yank-current-message-entity): 
1552         Switch to no-mime following method according to wl-message-display-type
1553         property.
1554         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1555
1556         * wl-message.el (wl-message-display-internal): 
1557         Put wl-message-display-type property on message buffer.
1558
1559         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1560         (wl-message-display-internal): Ditto;
1561
1562         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1563
1564 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1565
1566         * wl-message.el (wl-message-make-display-type): New function.
1567         (wl-message-display-type-property): Ditto.
1568         (wl-message-mime-analysys-p): Ditto.
1569         (wl-message-display-all-header-p): Ditto.
1570         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1571         added `display-type'.
1572         (wl-message-buffer-display): Likewise.
1573         (wl-message-display-internal): Likewise.
1574         (wl-message-buffer-display-type): Abolish.
1575         (wl-message-buffer-prefetch-subr): Follow the API changed.
1576
1577         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1578         from wl-summary-buffer-display-all-header and changed default value.
1579         (wl-summary-message-display-type): New function.
1580         (wl-summary-buffer-display-mime-mode): Ditto.
1581         (wl-summary-buffer-display-header-mode): Ditto.
1582         (wl-summary-toggle-mime): Rewrite with above functions.
1583         (wl-summary-toggle-all-header): Ditto.
1584         (wl-summary-redisplay): Force redisplay with default mode.
1585         (wl-summary-redisplay-internal): Renamed argument from `mode',
1586         `all-header' to `mime-mode', `header-mode'.
1587         Use `wl-message-make-display-type'.
1588
1589         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1590         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1591
1592 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1595
1596 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1599         in original message buffer.
1600         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1601         buffer.
1602
1603 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1606
1607 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1610
1611 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1612
1613         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1614         when actions succeeded.
1615         (wl-summary-exec-action-copy): Likewise.
1616
1617 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1620         there is switch-to-buffer at the end of wl-message-select-buffer.
1621         (wl-summary-reply): Ditto.
1622
1623 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1624
1625         * wl-summary.el (wl-summary-forward): Put subject in original
1626         message buffer as argument of wl-draft-forward.
1627         * wl-draft.el (wl-draft-forward): Decode subject as in
1628         wl-draft-reply.
1629
1630 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1633         a folder under access group.
1634
1635 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1638         wl-message-buffer-display.
1639
1640         * wl-util.el (wl-set-save-drafts): Fix typo.
1641
1642 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1645         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1646         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1647         the way to measure the width of a bitmap image; don't put face on
1648         ascii and bitmap images; put the mark which should not use the
1649         variable-pitch face on ascii and bitmap images.
1650         (wl-demo-setup-properties): Don't use the variable-pitch face on
1651         ascii and bitmap images; made it work on Emacs 20 and earlier.
1652         (wl-demo-insert-text): End with a newline at the bottom; don't put
1653         face on text.
1654
1655         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1656
1657 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1658
1659         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1660
1661         * wl-util.el (wl-save-drafts): Moved from sample setting.
1662         (wl-set-save-drafts): New function to set idle timer.
1663         * wl-draft.el (wl-draft): Call it.
1664         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1665
1666 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1669         a summary which has toggle display status off.
1670
1671 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-draft.el (wl-draft-do-fcc): No cache save.
1674
1675 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1676
1677         * wl-summary.el (elmo-event-handler-flag-changed): Use
1678         `set-buffer' instead of `with-current-buffer'.
1679
1680 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-summary.el (wl-summary-after-resize-function): New function.
1683         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1684         window-size-change-functions.
1685
1686 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-draft.el (wl-draft-create-buffer): Bind
1689         `change-major-mode-hook' after current buffer is changed.
1690
1691         * wl-summary.el (wl-summary-buffer-detach): New function.
1692         (wl-summary-buffer-set-folder): Call it.
1693         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1694         change-major-mode-hook and kill-buffer-hook.
1695         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1696         (wl-summary-switch-to-clone-buffer): Ditto.
1697         (wl-summary-goto-folder-subr): Ditto.
1698
1699 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1700
1701         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1702         after boundp check.
1703
1704 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1705
1706         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1707         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1708         for `kill-buffer'.
1709
1710         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1711         handler of current buffer from elmo-folder.
1712
1713 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1714
1715         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1716
1717 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1720         variable.
1721         (wl-summary-event-handler): New class.
1722         (elmo-event-handler-flag-changed): Define to update persistent
1723         mark.
1724         (wl-summary-buffer-set-folder): Register event handler to
1725         elmo-folder.
1726         (wl-summary-exit): Unregister event handler.
1727         (wl-summary-goto-folder-subr): Ditto.
1728         (wl-summary-mark-as-read-all): Does not call
1729         `wl-summary-update-persistent-mark' directly.
1730         (wl-summary-mark-as-read-internal): Ditto.
1731         (wl-summary-set-persistent-mark-internal): Ditto.
1732         (wl-summary-set-flags-internal): Ditto.
1733
1734         * Version number is increased to 2.11.33.
1735
1736 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1737
1738         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1739         to nil.
1740
1741 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-spam.el (wl-spam-setup): Add hook
1744         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1745         instead of `wl-summary-prepare-hook'.
1746
1747         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1748         if folder type is `'flag'.
1749         (wl-summary-mark-as-important): Ditto.
1750
1751 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * wl-address.el (wl-address-minibuffer-history): New variable.
1754         (wl-address-minibuffer-local-map): New keymap.
1755         (wl-address-read-from-minibuffer): New function.
1756
1757         * wl-action.el (wl-summary-get-resend-address): Use
1758         `wl-address-read-from-minibuffer' instead of `completing-read'.
1759
1760 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * Version number is increased to 2.11.32.
1763
1764 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1767         without mule to iso-8859-1.
1768         (wl-draft-add-in-reply-to): Add note in description.
1769         (wl-draft-add-references): Ditto.
1770
1771 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1772
1773         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1774         definition for `m'.
1775         (wl-summary-mode-line-format): Add '[%m]'.
1776         (wl-message-mode-line-format-spec-alist): Ditto.
1777         (wl-summary-display-mime-mode-list): New variable.
1778
1779         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1780         from wl-summary-buffer-display-as-is.
1781         (wl-summary-buffer-display-all-header): New buffer local variable.
1782         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1783         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1784         instead of wl-summary-buffer-display-as-is.
1785         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1786         (wl-summary-set-persistent-mark): Ditto.
1787         (wl-summary-set-message-buffer-or-redisplay): Just call
1788         `wl-summary-redisplay-internal' without optional arguments.
1789         (wl-summary-toggle-mime): Rewrite.
1790         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1791         (wl-summary-toggle-all-header): New function.
1792         (wl-summary-redisplay-internal): Treat mime mode.
1793
1794         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1795         to wl-mime-preview-follow-no-mime.
1796         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1797         accodring to the display-mode.
1798
1799         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1800         (wl-message-buffer-display): Changed argument name from `as-is' to
1801         `mode'.
1802         (wl-message-display-internal): Ditto;
1803         Bind elmo-mime-display-header-analysis according to the mode.
1804         (wl-message-display-internal): Put wl-message-display-mime-mode
1805         property on entire buffer.
1806
1807 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1808
1809         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1810
1811 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1812
1813         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1814         Don't extract mail address.
1815         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1816
1817         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1818
1819         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1820
1821 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1824         wl-fldmgr-cut-entity-list on confirmation.
1825
1826 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1827
1828         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1829         (wl-mime-quit-preview): Check existence of
1830         mime-edit-temp-message-buffer here.
1831
1832 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1833
1834         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1835         after deletion.
1836
1837         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1838         before calling wl-mime-quit-preview.
1839
1840 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1841
1842         * wl-summary.el (wl-summary-pick): If call it with prefix
1843         argument, set `delete-marks' as non-nil. Pick from only visible
1844         messages.
1845         (wl-summary-check-target-mark): New function.
1846         (wl-summary-target-mark-mark-as-read): Use it.
1847         (wl-summary-target-mark-mark-as-unread): Ditto.
1848         (wl-summary-target-mark-operation): Ditto.
1849         (wl-summary-target-mark-set-flags): Ditto.
1850         (wl-summary-target-mark-save): Ditto.
1851         (wl-summary-target-mark-pick): Ditto.
1852         (wl-summary-target-mark-forward): Ditto.
1853         (wl-summary-target-mark-reply-with-citation): Ditto.
1854         (wl-summary-target-mark-print): Ditto.
1855         (wl-summary-target-mark-uudecode): Ditto.
1856
1857         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1858         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1859         with `ask-coding' is non-nil.
1860
1861 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-thread.el (wl-thread-set-parent): If parent is a message
1864         which is identified by references, set linked as nil.
1865
1866 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1867
1868         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1869         (wl-message-mode-line-format-spec-alist): Ditto.
1870         (wl-message-mode-line-format): Ditto.
1871         (wl-summary-mode-line-format): Ditto for docstring.
1872         (wl-summary-no-mime-folder-list): Fix typo.
1873
1874         * wl-util.el (wl-current-message-buffer): Call
1875         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1876
1877         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1878         variable.
1879         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1880         of `wl-summary-redisplay-no-mime'.
1881         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1882         (wl-summary-toggle-mime): New function.
1883         (wl-summary-redisplay-all-header): Rewrite.
1884         (wl-summary-redisplay-no-mime): Ditto.
1885         (wl-summary-redisplay-internal): Added argument `as-is' and
1886         `all-header'.
1887
1888         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1889         New variable.
1890         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1891         bottom.
1892         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1893         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1894         "/" unconditionally.
1895
1896         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1897         wl-mime-preview-follow-no-mime for as-is content.
1898         (wl-mime-preview-follow-no-mime): New function.
1899         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1900
1901         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1902         and added `as-is', `all-header'.
1903         (wl-message-buffer-display): Ditto.
1904         (wl-message-buffer-display-type): New function.
1905
1906 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-vars.el (wl-message-header-button-alist): Change default
1909         value.
1910         (wl-message-body-button-alist): Ditto.
1911
1912 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1915
1916 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1917
1918         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1919
1920 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1923         is always true.
1924
1925 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1928         on null entity.
1929
1930 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1933
1934 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-vars.el (wl-summary-resend-hook): New hook.
1937
1938         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1939         `wl-summary-resend-hook'.
1940
1941 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1942
1943         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1944         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1945         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1946         (wl-summary-new-cached-mark): Changed default value to 'n'.
1947         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1948         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1949         (wl-folder-sync-range-alist): Remove spec for 'flag.
1950         (wl-summary-force-prefetch-folder-list): New user option.
1951
1952         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1953         `wl-summary-toggle-persistent-mark'.
1954         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1955         number is nil.
1956         (wl-summary-mark-as-answered-region): Set interactive argument of
1957         `wl-summary-set-persistent-mark-internal'.
1958         (wl-summary-mark-as-important-region): Ditto.
1959         (wl-summary-unset-persistent-mark): Ditto.
1960         (wl-summary-set-persistent-mark): Ditto.
1961         (wl-summary-mark-as-answered): Ditto.
1962         (wl-summary-mark-as-important): Ditto.
1963         (wl-summary-set-persistent-mark-internal): Do nothing
1964         when `elmo-message-flag-available-p' is nil.
1965         (wl-summary-toggle-persistent-mark): New function.
1966         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1967         when the folder matches `wl-summary-force-prefetch-folder-list'.
1968
1969
1970         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1971         when number is nil.
1972         (wl-highlight-summary-forwarded-face): New face.
1973
1974 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1975
1976         * Version number is increased to 2.11.31.
1977
1978 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1981         (wl-biff-check-folder-async): Ditto.
1982         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1983
1984 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1985
1986         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1987         Add an argument `reverse'.  All callers are updated.
1988         (wl-summary-sort): Add a prefix argument `reverse' to specify
1989         reverse sorting.
1990         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1991         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1992         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1993
1994 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-message.el (wl-message-redisplay): Does not narrow header if
1997         disply-type is all-header or as-is.
1998
1999         * wl-summary.el (wl-summary-enter-handler): Use
2000         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2001
2002 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2005         after adding wl-draft-parent-variables.
2006         (wl-draft-forward): Ditto.
2007
2008 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-summary.el (wl-summary-sync-marks): Call
2011         `wl-summary-set-persistent-mark' and
2012         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2013         (wl-summary-set-persistent-mark-internal): Add 4th argument
2014         `no-server'.
2015         (wl-summary-unset-persistent-mark): Ditto.
2016         (wl-summary-set-persistent-mark): Ditto.
2017         (wl-summary-add-flags-internal): Abolish.
2018         (wl-summary-remove-flags-internal): Ditto.
2019         (wl-summary-mark-as-important-internal): Ditto.
2020         (wl-summary-mark-as-important): Use
2021         `wl-summary-set-persistent-mark' instead of
2022         `wl-summary-add-flags-internal'.
2023         (wl-summary-mark-as-important-region): Ditto.
2024
2025         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2026
2027         * wl-summary.el (wl-summary-get-available-flags): New function.
2028         (wl-summary-sync-marks): Use it and simplified.
2029         (wl-summary-unset-persistent-mark): Use
2030         `wl-summary-get-available-flags'.
2031         (wl-summary-set-persistent-mark): Ditto.
2032
2033 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2034
2035         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2036         id.
2037
2038 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2041         number, call `wl-summary-prev-line-content'. Show message when the
2042         message is not found.
2043
2044 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2047         wl-summary-enter-handler.
2048         (wl-summary-enter-handler): New command.
2049
2050         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2051         docstring and custom spec.
2052
2053         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2054         flags too; Don't treat Cached and New.
2055         (wl-summary-set-persistent-mark): Ditto.
2056
2057         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2058         `wl-folder-set-flag'.
2059
2060         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2061         instead of `wl-folder-set-flag'.
2062
2063         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2064         for completion.
2065         (wl-summary-set-persistent-mark): Ditto.
2066
2067         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2068         instead of `wl-draft-quit-preview'.
2069
2070         * wl-mime.el (toplevel): Avoid compile warning.
2071         (wl-mime-quit-preview): New function
2072         (formarly defined as `wl-draft-quit-preview').
2073         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2074         quitting method.
2075
2076         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2077
2078         * wl-folder.el (wl-folder-set-flag): Renamed from
2079         `wl-draft-set-flag-on-parent'.
2080
2081         * wl-draft.el (wl-draft-quit-preview): New function.
2082         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2083         (wl-draft-send): Call `wl-folder-set-flag' instead of
2084         `wl-draft-set-flag-on-parent'.
2085         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2086
2087 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2090         (wl-draft-send): Ditto.
2091
2092 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2093
2094         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2095         (wl-draft-kill-pre-hook): Set default value as nil.
2096         (wl-summary-reply-hook): Ditto.
2097         (wl-draft-kill-flags): Abolish.
2098
2099         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2100         (wl-draft-parent-variables): Renamed from
2101         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2102         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2103         argument; Add wl-draft-parent-variables to
2104         wl-draft-config-variables.
2105         (wl-draft-reply): Likewise.
2106         (wl-draft-kill-flags): Abolish.
2107         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2108         (wl-draft-set-flag-on-parent): New function.
2109         (wl-draft-setup-parent-flag): Ditto.
2110
2111 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2112
2113         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2114         `wl-draft-parent-folder' is "".
2115
2116 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2119         (wl-summary-digit-jump): New function.
2120         (Adviced by John Owens and Hiroya Murata)
2121
2122         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2123         (Adviced by John Owens)
2124
2125         * wl-xmas.el (wl-message-define-keymap): Ditto.
2126
2127         * wl-mule.el (wl-message-define-keymap): Ditto.
2128
2129 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2130
2131         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2132         change of return value of elmo-folder-count-flags.
2133
2134         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2135         (wl-summary-mark-as-read-internal): Ditto.
2136         (wl-summary-set-persistent-mark-internal): Ditto.
2137         (wl-summary-folder-info-update): Ditto.
2138         (wl-summary-sync-update): Fixed the last change.
2139
2140         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2141
2142 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2143
2144         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2145         (wl-draft-kill-flags): Fixed docstring.
2146
2147         * wl-draft.el (wl-draft-kill-flags): New function.
2148         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2149
2150 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2151
2152         * wl-vars.el (wl-reply-hook): Abolish.
2153         (wl-draft-reply-hook): New hook.
2154         (wl-summary-reply-hook): Ditto.
2155         (wl-draft-forward-hook): Ditto.
2156         (wl-summary-forward-hook): Ditto.
2157         (wl-draft-kill-flags): New variable.
2158
2159         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2160         wl-summary-set-persistent-mark-internal.
2161         (wl-summary-sync-marks): Use elmo-preserved-flags.
2162         (wl-summary-update-persistent-mark): Make it interactive.
2163         (wl-summary-set-persistent-mark-internal): New inline function.
2164         (wl-summary-mark-as-answered): Use it.
2165         (wl-summary-mark-as-unanswered): Ditto.
2166         (wl-summary-unset-persistent-mark): New function.
2167         (wl-summary-set-persistent-mark): Ditto.
2168         (wl-summary-reply): Don't set answered flag;
2169         Run wl-summary-reply-hook instead.
2170         (wl-summary-forward): Call wl-draft-forward with number.
2171         Run wl-summary-forward-hook.
2172
2173         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2174         (wl-highlight-summary-line-face-spec): Use it as a default
2175         persistent mark face.
2176
2177         * wl-draft.el (wl-draft-forward): Added optional argument number;
2178         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2179         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2180         (wl-draft-kill): Use wl-draft-kill-flags.
2181
2182         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2183
2184         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2185         of return value of elmo-folder-count-flags.
2186
2187         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2188
2189         * wl-summary.el (wl-summary-count-unread): Ditto.
2190         (wl-summary-sync-update): Follow the change above.
2191         (wl-summary-force-prefetch): New function.
2192
2193 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2194
2195         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2196         variable `buf' with `let' instead of `setq'.
2197
2198 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2201         add Content-Disposition heaeder on the deleted part.
2202
2203 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2204
2205         * wl-draft.el (wl-draft-save): Encode address list under edit by
2206         `eword-encode-unstructured-field-body'.
2207
2208         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2209
2210 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2211
2212         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2213         wl-current-summary-buffer.
2214
2215 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2216
2217         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2218         `numbers' is ignored.
2219
2220 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-folder.el (wl-folder-open-folder): Avoid error.
2223         Reported by John Owens, [wl-en:815]
2224
2225         * wl.el (wl): Set timer for biff process even if prefix argument
2226         is given or auto-checking is quitted.
2227
2228         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2229         immediately.
2230         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2231         (wl-toggle-plugged): Ditto.
2232
2233         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2234         * wl-util.el (wl-biff-start): Use idle timer if
2235         `wl-biff-use-idle-timer' is non-nil.
2236
2237 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2238
2239         * wl-highlight.el (wl-highlight-message): Fix description.
2240
2241 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2242
2243         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2244         tty.
2245
2246 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2247
2248         * wl-action.el (wl-summary-exec): Print failure count.
2249
2250 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2251
2252         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2253         to `defun', remove interactive form.
2254         Set elmo-message-fetch-confirm when force-reload is non-nil.
2255
2256 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2257
2258         * wl-summary.el (toplevel): Removed unnecessary autoload.
2259
2260 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2263         the buffer is generated from another message buffer.
2264
2265 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2266
2267         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2268         extracted from `wl-fldmgr-save-folders'.
2269         (wl-fldmgr-delete): Call it after deletion.
2270
2271 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2272
2273         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2274         multi-tty support.
2275
2276 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2277
2278         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2279
2280 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2281
2282         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2283         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2284
2285 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2286
2287         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2288         unsubscribe list only if argument CLEAR is nil.
2289
2290 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-draft.el (wl-draft-reply): Decode subject before removing
2293         Re: prefix.
2294
2295 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2296
2297         * wl-summary.el (wl-summary-sort-by-size): New command.
2298
2299 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * wl-summary.el (wl-summary-number-list-from-region): New
2302         function.
2303         (wl-summary-mark-as-read-region): Use it.
2304         (wl-summary-mark-as-unread-region): Ditto.
2305         (wl-summary-set-flags-region): Ditto and add optional argument
2306         remove.
2307         (wl-summary-mark-as-answered-region): Ditto.
2308         (wl-summary-mark-as-important-region): Ditto.
2309         (wl-summary-target-mark-mark-as-important): Added optional
2310         argument remove.
2311         (wl-summary-target-mark-mark-as-answered): Ditto.
2312         (wl-summary-target-mark-set-flags): Ditto.
2313
2314 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * wl-summary.el (wl-summary-set-flags-region): Call
2317         `wl-summary-set-flags-internal' with number list instead of call
2318         one by each message.
2319         (wl-summary-target-mark-set-flags): Likewise.
2320
2321 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2322
2323         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2324         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2325         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2326         (wl-summary-target-mark-mark-as-answered): Likewise.
2327
2328 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-summary.el (wl-summary-target-mark-forward): Use
2331         `wl-summary-delete-all-target-marks' instead of
2332         `wl-summary-delete-all-temp-marks'.
2333         (wl-summary-target-mark-reply-with-citation): Ditto.
2334         (wl-summary-target-mark-uudecode): Ditto.
2335         (wl-summary-target-mark-set-flags): Ditto and remove needless
2336         cursor move.
2337
2338 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2339
2340         * wl-summary.el (wl-summary-target-mark-forward): Protect
2341         wl-summary-buffer-target-mark-list from nreverse.
2342         (wl-summary-target-mark-reply-with-citation): Ditto.
2343
2344 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2347         `elmo-display-progress-threshold'.
2348
2349 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2350
2351         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2352         check `wl-summary-highlight'.
2353         (wl-summary-window-scroll-functions): Respect value of
2354         `wl-summary-highlight'.
2355         (wl-summary-sync-update): Run hooks
2356         `wl-summary-buffer-window-scroll-functions' at any time.
2357
2358 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2359
2360         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2361         from `wl-summary-cleanup-temp-marks'.
2362         (wl-summary-cleanup-temp-marks): Abolish argument.
2363         * wl.el (wl-save-status): Revert previous change.
2364         (wl-execute-temp-marks): New function, call
2365         `wl-summary-exec-with-confirmation'.
2366         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2367         (wl-folder-save-and-exec-marks): Abolished.
2368
2369 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2370
2371         * wl-e21.el (wl-e21-display-image-p): Respect
2372         `wl-highlight-folder-with-icon'.
2373         (wl-e21-highlight-folder-group-line): Highlight mouse line
2374         even if wl-e21-display-image-p is nil.
2375
2376         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2377         Respect value of `wl-summary-highlight'.
2378
2379         * wl.el (wl-save-status): Remove unused variable.
2380
2381         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2382         (wl-folder-mode-map): Bind it to "x".
2383
2384 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2387
2388         * wl-thread.el (wl-thread-get-parent-list): Don't check
2389         disconnected ancestors, neglecting needless work in
2390         `wl-thread-update-indent-string-thread'.
2391
2392         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2393         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2394         argument, add argument default-keep to keep marks by default.
2395
2396         * Version number is increased to 2.11.30.
2397
2398         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2399         customization type and docstring.
2400         (wl-draft-reply-without-argument-list): Ditto.
2401
2402 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2405
2406         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2407
2408 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2409
2410         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2411
2412 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2413
2414         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2415         save-excursion so as not to include run-hooks.
2416
2417 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2420         Clarify that marks are going to be cleared.
2421
2422 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2425         according to 3rd element of wl-summary-flag-mark.
2426
2427         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2428
2429 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * wl-action.el (wl-summary-target-mark-all): Don't set
2432         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2433
2434 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2437         (wl-forward-subject-prefix): Ditto.
2438         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2439         (wl-draft-reply-make-subject): Ditto.
2440
2441         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2442         `wl-draft-forward'.
2443         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2444
2445 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2448         target message does not exist.
2449
2450 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2451
2452         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2453         `wl-subject-prefix-regexp'.
2454         (wl-subject-forward-prefix-regexp): New variable.
2455         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2456         `wl-draft-strip-subject-re' and take regexp as argument.
2457         (wl-draft-forward): Use it.
2458         (wl-draft-reply): Ditto.
2459
2460 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2461
2462         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2463         emacs multi-tty support.
2464
2465 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2466
2467         * wl-e21.el (wl-e21-display-image-p): Don't call
2468         `display-images-p'.
2469         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2470         support.
2471         (wl-highlight-folder-current-line): Ditto.
2472         (wl-folder-init-icons): Ditto.
2473
2474 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2475
2476         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2477         the last line of summary in unplugged mode.
2478
2479 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2480
2481         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2482
2483 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2486         * wl-address.el (wl-address-user-mail-address-p): Use it.
2487         (wl-address-delete-user-mail-addresses): Ditto.
2488         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2489
2490         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2491         (wl-address-delete-user-mail-addresses): Ditto.
2492
2493         * wl-address.el (wl-address-delete-user-mail-addresses): New
2494         function.
2495         * wl-refile.el (wl-refile-guess-by-history): Use it.
2496         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2497         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2498
2499         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2500         use wl-address-user-mail-address-p.
2501
2502 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2503
2504         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2505         after opening group.
2506
2507 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2510         of elmo-set-buffer-multibyte.
2511
2512         * wl-message.el (wl-original-message-mode): Ditto.
2513
2514         * wl-score.el (wl-score-insert-header): Ditto.
2515
2516         * wl-summary.el
2517         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2518         (wl-summary-goto-folder-subr): Ditto.
2519         (wl-summary-insert-headers): Ditto.
2520
2521         * wl-util.el (wl-set-string-width): Ditto.
2522
2523         * Version number is increased to 2.11.29.
2524
2525 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2526
2527         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2528         (wl-highlight-summary-line-help-echo-alist): New variable.
2529         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2530         into `wl-highlight-summary-line-help-echo' and
2531         `wl-highlight-flag-folder-help-echo'.
2532         (wl-highlight-summary-line-string): Change accordingly.
2533         (wl-highlight-summary-current-line): Ditto.
2534
2535 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2536
2537         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2538         at the beginning of field body (Thanks to Markus Knittig).
2539
2540         * wl-draft.el (wl-draft-insert-current-message): Also check
2541         summary buffer, remove unnecessary tag.
2542
2543 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2544
2545         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2546         when wl-message-buffer is nil.
2547
2548         * wl-folder.el (wl-folder): Abolish unused argument.
2549         Call wl-folder-init when wl-folder-entity is nil.
2550         * wl.el (wl): Change accordingly.
2551
2552 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2553
2554         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2555         multibyte string before insert into draft buffer.
2556         (wl-draft-create-buffer): Always enable multibyte characters for
2557         draft buffer.
2558
2559         * Version number is increased to 2.11.28.
2560
2561 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2562
2563         * wl-folder.el (wl-folder-open-close): Handle blank line.
2564         (wl-folder-jump-to-current-entity): Ditto.
2565
2566 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * Version number is increased to 2.11.27.
2569
2570 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2571
2572         * wl-thread.el (wl-thread-insert-message): When the thread is
2573         devided by wl-summary-max-thread-depth, insert line at the end of
2574         buffer.
2575
2576 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * Version number is increased to 2.11.26.
2579
2580 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2581
2582         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2583
2584 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585
2586         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2587         value of stream-type and session.
2588
2589 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * Version number is increased to 2.11.25.
2592
2593 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2594
2595         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2596         in a quit message.
2597
2598 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2599
2600         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2601         (wl-summary-redisplay-no-mime-internal): Ditto.
2602
2603 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2604
2605         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2606         * wl-vars.el (wl-smtp-connection-type): Ditto.
2607
2608 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2609
2610         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2611         for the separator line and quote mail-header-separator.
2612
2613 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2614
2615         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2616         result message.
2617
2618         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2619         `elmo-multiple-fields-body-list' with boundary as
2620         mail-header-separator.
2621
2622 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2623
2624         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2625
2626 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * wl-util.el (wl-list-diff): Remove unused function.
2629
2630         * wl-draft.el (wl-draft-send-confirm): Discard input before
2631         confirmation.
2632
2633 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2636         order of flag and new.
2637
2638 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2639
2640         * wl-vars.el (wl-refile-policy-alist): Abolished.
2641
2642         * wl-action.el (wl-summary-set-action-refile): Follow the change
2643         above.
2644
2645 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * wl-highlight.el (wl-highlight-signature-search): Don't use
2648         re-search-backward for a long word since it is possible to crash
2649         XEmacs because of a bug.
2650
2651 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2652
2653         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2654
2655 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2658         argument for wl-summary-sync-force-update.
2659
2660 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2661
2662         * wl-summary.el (wl-summary-mode-map): Revival of
2663         wl-summary-mark-as-important related bindings;
2664         Bind 'F','tF','mF','rF','m&'.
2665         (wl-summary-mark-as-important-region): Revival.
2666         (wl-summary-target-mark-mark-as-important): Ditto.
2667         (wl-summary-target-mark-operation): New function.
2668         (wl-summary-target-mark-mark-as-answered): Use it.
2669         (wl-summary-decide-flag): Don't set Important as default.
2670         (wl-summary-mark-as-important-internal): Revival.
2671         (wl-summary-mark-as-important): Ditto.
2672
2673         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2674
2675         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2676         instead of facep.
2677
2678 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-dnd.el (wl-dnd-drop-func): Fix.
2681
2682         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2683         mouse-set-point instead of posn-point.
2684
2685         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2686
2687         * wl-mule.el (wl-completing-read-multiple): Ditto.
2688
2689 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-demo.el (face-background-name): Defalias to avoid compile
2692         warning.
2693
2694 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-summary.el (wl-summary-decide-flag): Use
2697         wl-completing-read-multiple instead of completing-read-multiple.
2698
2699         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2700         New alias.
2701
2702         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2703         Use face-background-name instead of face-background.
2704
2705         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2706
2707         * wl-summary.el (wl-summary-save): Use it.
2708         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2709
2710         * wl-mime.el (wl-mime-save-content): Fix last change.
2711
2712 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2713
2714         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2715         New function.
2716         (wl-summary-sort-specs): Added sort.
2717         * wl-mime.el (wl-mime-save-content): Expand file name.
2718
2719 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2720
2721         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2722
2723         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2724
2725 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2728         for flag if it is not defined.
2729
2730 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-e21.el (wl-highlight-folder-current-line): Use
2733         elmo-folder-type-internal when elmo-folder-type returns nil.
2734
2735         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2736
2737         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2738
2739         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2740
2741         * wl-e21.el (wl-summary-toolbar): Ditto.
2742
2743         * wl-vars.el (wl-demo-background-color): Abolished.
2744         (wl-summary-persistent-mark-priority-list): Renamed from
2745         wl-summary-flag-priority-list.
2746         (wl-summary-flag-alist): New user option.
2747         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2748         (wl-message-mode-line-format-spec-alist): Added 'F'.
2749         (wl-message-mode-line-format): Likewise.
2750         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2751         instead of wl-summary-important-mark.
2752         (wl-file-folder-icon): New variable.
2753
2754         * wl-thread.el (wl-thread-set-flags): Renamed from
2755         wl-thread-mark-as-important.
2756
2757         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2758         warning.
2759         (wl-summary-mode-menu-spec): Follow the change of 
2760         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2761         (wl-summary-mode-map): Follow the change of
2762         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2763         (wl-summary-detect-mark-position): Follow the variable name change.
2764         (wl-summary-set-flags-region): New function for the replacement of
2765         wl-summary-mark-as-important-region.
2766         (wl-summary-sync-marks): Sync all global-flags.
2767         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2768         instead of elmo-message-flagged-p.
2769         (wl-summary-persistent-mark-string): Follow the variable name change;
2770         Put wl-summary-flag-mark if the message has global-flag.
2771         (wl-summary-target-mark-set-flags): Renamed from 
2772         wl-summary-target-mark-mark-as-important.
2773         (wl-summary-decide-flag): New function.
2774         (wl-summary-set-flags-internal): Renamed from
2775         wl-summary-mark-as-important-internal.
2776         (wl-summary-add-flags-internal): New function.
2777         (wl-summary-remove-flags-internal): Ditto.
2778         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2779         (wl-summary-mark-as-unimportant): Abolish.
2780         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2781         (wl-summary-next-message): List flagged messages in the msgdb.
2782
2783         * wl-score.el (wl-summary-score-update-all-lines): Use
2784         wl-summary-add-flags-internal instead of 
2785
2786         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2787
2788         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2789         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2790         (wl-message-buffer-require-all-header): Renamed from
2791         wl-message-buffer-all-header-flag (Ditto).
2792         (wl-message-buffer-flag-indicator): New variable.
2793         (wl-message-redisplay): Changed local varibale name from `flag' to
2794         `display-type'; Set up wl-message-buffer-flag-indicator.
2795         (wl-message-buffer-display): Changed varibale name from `flag' to
2796         `display-type'.
2797         (wl-message-display-internal): Likewise.
2798
2799         * wl-highlight.el (wl-highlight-demo-face): Define default background
2800         color.
2801         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2802
2803         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2804
2805         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2806         (wl-demo-setup-properties): Renamed from
2807         `wl-demo-set-background-color'.
2808         (wl-demo): Follow the change above.
2809         
2810         * Version number is increased to 2.11.24.
2811
2812 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2813
2814         * wl-summary.el (wl-summary-toggle-thread): Call
2815         `wl-summary-rescan' with disable-thread as non-nil.
2816         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2817
2818 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2821         foreground property of the face.
2822         (wl-demo-insert-text): Don't set up face property here.
2823         (wl-demo): Call wl-demo-set-background-color, anyway.
2824
2825 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2826
2827         * wl-vars.el (wl-demo-background-color): The value can be nil.
2828
2829 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2830
2831         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2832         to wl-summary-wheel-dispatcher.
2833
2834         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2835         wl-message-wheel-dispatcher.
2836         (wl-message-wheel-dispatcher): New function.
2837         (wl-summary-wheel-dispatcher): Ditto.
2838
2839 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-action.el (wl-summary-target-mark-all): List messages which are
2842         not in the killed-list.
2843
2844         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2845         only when the folder is 'flag/important.
2846
2847         * wl-address.el (wl-complete-field-body): Complete if the last
2848         character is a space.
2849
2850 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-folder.el (wl-folder-clear-entity-info): Use
2853         elmo-clear-hash-val.
2854
2855         * wl-fldmgr.el (wl-fldmgr-rename): Set
2856         wl-folder-info-alist-modified as t.
2857
2858 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2859
2860         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2861
2862 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2863
2864         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2865         (wl-folder-buffer-last-visited-entity-id): New buffer local
2866         variable.
2867         (wl-folder-revisit-last-visited-folder): New function.
2868         (wl-folder-mode-map): Bind it to "C-i".
2869         (wl-folder-set-current-entity-id): Set last visited folder.
2870         * wl-summary.el (wl-summary-exit): Ditto.
2871
2872 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2875         before calling `recenter' in order to cope with an XEmacs bug.
2876
2877 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2878
2879         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2880         to the default value.
2881
2882 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2885         change.
2886         (wl-summary-sync-marks): Ditto.
2887         (wl-summary-mark-as-read-internal): Ditto.
2888         (wl-summary-mark-as-answered-internal): Ditto.
2889         (wl-summary-mark-as-important-internal): Ditto.
2890         (wl-summary-reply): Ditto.
2891
2892         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2893         instead of `elmo-folder-unflag-answered'.
2894
2895         * Version number is increased to 2.11.23.
2896
2897         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2898         the last change.
2899
2900 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2901
2902         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2903         Specify "spam" or "good".
2904
2905 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-spam.el (wl-summary-exec-action-spam): Call
2908         wl-folder-confirm-existence for spam folder.
2909         (wl-spam-setup): Bind "mk".
2910
2911 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2914
2915 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2916
2917         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2918         destination folder is empty.
2919
2920 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2921
2922         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2923         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2924
2925         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2926         (wl-summary-refile-prev-destination-region): New function.
2927         (wl-thread-refile-prev-destination): Ditto.
2928         (wl-summary-target-mark-refile-prev-destination): Ditto.
2929
2930 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2933         (wl-demo-background-color): Changed default value.
2934
2935         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2936         color.
2937
2938         * wl-demo.el (wl-demo-set-background-color): New function.
2939         (wl-demo): Call it.
2940
2941 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2942
2943         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2944         * wl-address.el (wl-address-add-or-change): Don't add empty
2945         address.
2946
2947 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2948
2949         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2950
2951 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2952
2953         * wl-vars.el (wl-demo-image-filter-alist): New variable
2954         (wl-demo-background-color): Ditto.
2955
2956         * wl-demo.el (wl-demo-xpm-set-background): New function.
2957         (wl-demo-image-filter): Ditto.
2958         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2959
2960         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2961
2962         * wl-demo.el (wl-demo-icon-name): Define as function.
2963         (wl-demo-insert-image): Use it.
2964
2965 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2966
2967         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2968
2969 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2970
2971         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2972
2973 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2976
2977 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978
2979         * wl-thread.el (wl-thread-mark-as-answered): New function.
2980
2981         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2982         answered" entry.
2983         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2984         "r&" and wl-thread-mark-as-answered to "t&".
2985         (wl-summary-mark-as-important-region): Refine to toggle mark.
2986         (wl-summary-mark-as-answered-region): New function.
2987         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2988         and 3rd argument.
2989         (wl-summary-mark-as-important-internal): Likewise.
2990
2991 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-template.el (wl-template-preview): New internal variable.
2994         (wl-template-preview-p): New function.
2995         (wl-template-show): Bind `wl-template-preview' as t.
2996
2997 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2998
2999         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3000         `elmo-message-entity-field' with 3rd argument which is non-nil.
3001
3002 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3005         Removed duplicate local bind `folder'.
3006
3007 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008
3009         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3010
3011 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3012
3013         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3014         duplicate definition.
3015
3016 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3017
3018         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3019         non-nil, use it; Don't fetch message if there's no message in the
3020         current cursor position.
3021
3022 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3023
3024         * wl-util.el (wl-region-exists-p): Use region-active-p.
3025         (wl-deactivate-region): New function.
3026         * wl-message.el (wl-message-redisplay): Deactivate region.
3027
3028         * wl-summary.el (wl-summary-reply): Call
3029         `wl-summary-set-message-buffer-or-redisplay' instead of
3030         `wl-summary-redisplay-internal', don't move point.
3031
3032 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3035         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3036         by regexp.
3037
3038 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3041         if no need.
3042
3043 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3046         default value to nil.
3047         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3048         `wl-summary-prepare-hook'; Replace refile action to
3049         `wl-summary-exec-action-refile-with-register'.
3050
3051         * Version number is increased to 2.11.22.
3052
3053 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-summary.el (wl-summary-detect-mark-position): Set
3056         `wl-summary-buffer-weekday-name-lang'.
3057
3058 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3059
3060         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3061         (wl-summary-mark-as-read-all): Ditto.
3062         (wl-summary-delete-messages-on-buffer): Ditto.
3063         (wl-summary-sync-update): Ditto.
3064         (wl-summary-mark-as-read-internal): Ditto.
3065         (wl-summary-mark-as-answered-internal): Ditto.
3066         (wl-summary-update-folder-info): Abolished.
3067
3068 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-summary.el (wl-summary-mark-as-read-all): Use
3071         `wl-summary-update-folder-info' instead of
3072         `wl-folder-update-unread'.
3073
3074 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3075
3076         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3077         `wl-summary-folder-info-update'.
3078         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3079         instead of `wl-summary-folder-info-update'.
3080         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3081         `wl-folder-set-folder-updated'.
3082         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3083         instead of `wl-folder-update-unread'.
3084         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3085         the value of `wl-summary-buffer-unread-count' for the second parameter of
3086         `wl-folder-update-unread'.
3087
3088         * Version number is increased to 2.11.21.
3089
3090 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3091
3092         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3093         a local variable.
3094
3095 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3096
3097         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3098         interactively.
3099
3100         * wl-summary.el (wl-summary-mark-as-important-internal): New
3101         internal function.
3102         (wl-summary-mark-as-important): Use it.
3103         (wl-summary-mark-as-unimportant): New function.
3104         (wl-summary-sync-marks): Follow the API change.
3105
3106         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3107
3108         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3109
3110 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3111
3112         * wl-folder.el (wl-folder-update-unread): Re-indent.
3113         Narrow the scope of a local variable.
3114
3115 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3116
3117         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3118         (wl-addrmgr-merge-entries): Ditto.
3119         (wl-addrmgr): Added to address entry which exists in draft buffer
3120         if no entry is in original.
3121
3122 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-batch.el: New file.
3125
3126 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3127
3128         * wl-vars.el (wl-use-semi): Remove unused variable.
3129
3130 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3131
3132         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3133         "?".
3134
3135 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3136
3137         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3138         wl-summary-new-mark.
3139         (wl-summary-new-cached-mark): New user option.
3140         (wl-summary-score-marks): Follow the change above.
3141         (wl-summary-auto-refile-skip-marks): Ditto.
3142         (wl-summary-incorporate-marks): Ditto.
3143         (wl-summary-expire-reserve-marks): Ditto.
3144
3145         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3146
3147         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3148         (wl-summary-persistent-mark-string): Distinguished between cached
3149         and uncached mark when the message is new.
3150
3151 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3152
3153         * wl-spam.el (wl-spam-domain): Renamed from
3154         `wl-spam-folder-guess-domain'.
3155         (wl-summary-exec-action-spam): Register as spam if domain of the
3156         source folder is good.
3157         (wl-summary-exec-action-refile-with-register): Register message if
3158         domain of the source folder is not undecided.
3159
3160 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3161
3162         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3163         detect thread loop.
3164
3165 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3168         and wl-summary-skip-mark-list.
3169
3170 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3171
3172         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3173
3174         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3175
3176         * wl-spam.el (toplevel): Require wl-highlight.
3177         (wl-spam-auto-check-policy-alist): Abolish.
3178         (wl-spam-auto-check-folder-regexp-list): New user option.
3179         (wl-spam-auto-check-marks): Ditto.
3180         (wl-spam-mark-action-list): Ditto.
3181         (wl-highlight-summary-spam-face): New face.
3182         (wl-spam-auto-check-message-p): New function.
3183         (wl-spam-map-spam-messages): Fixed message.
3184         (wl-spam-register-spam-messages): Ditto.
3185         (wl-spam-register-good-messages): Ditto.
3186         (wl-summary-spam-map): Add and remove keybind.
3187         (wl-summary-target-mark-spam): Abolish.
3188         (wl-summary-refile-spam): Ditto.
3189         (wl-summary-test-spam): New function.
3190         (wl-summary-mark-spam): Ditto.
3191         (wl-summary-auto-check-spam): Follow the above change.
3192         (wl-summary-exec-action-spam): New function.
3193         (wl-summary-exec-action-refile-with-register): Fixed message.
3194         (wl-message-check-spam): New function.
3195         (wl-spam-setup): Ditto.
3196         (toplevel): Call it if this file is loaded interactivity.
3197
3198         * Version number is increased to 2.11.20.
3199
3200 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3201
3202         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3203         when new optional argument `force' is non nil or modified.
3204
3205 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3206
3207         * wl.el (toplevel): Require wl-spam when compile.
3208         (wl-save-status): Call wl-spam-save-status.
3209
3210         * wl-spam.el (wl-spam-register-spam-messages): New function.
3211         (wl-spam-register-good-messages): Ditto.
3212         (wl-spam-save-status): Ditto.
3213         (wl-summary-mode-map): Bind
3214         wl-summary-target-mark-register-as-spam to "ms" and
3215         wl-summary-target-mark-register-as-good to "mn".
3216         (wl-summary-register-as-spam): Abolish optional argument; Use
3217         wl-spam-register-spam-messages.
3218         (wl-summary-register-as-spam-all): Use
3219         wl-spam-register-spam-messages.
3220         (wl-summary-register-as-good): Abolish optional argument; Use
3221         wl-spam-register-good-messages.
3222         (wl-summary-register-as-good-all): Use
3223         wl-spam-register-good-messages.
3224         (wl-summary-target-mark-register-as-spam): New funtion.
3225         (wl-summary-target-mark-register-as-good): Ditto.
3226
3227 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-spam.el: New file.
3230
3231 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3234
3235         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3236         (wl-summary-auto-refile): Call wl-refile-guess with
3237         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3238
3239 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3240
3241         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3242         with disable-thread argument non-nil.
3243
3244 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3245
3246         * wl-summary.el (wl-summary-rescan): Added optional argument
3247         disable-thread.
3248         (wl-summary-sync): Call wl-summary-rescan with argument
3249         disable-thread.
3250         (wl-summary-input-range): Added new range `rescan-thread'.
3251
3252 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3255
3256 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3259         internal variable.
3260         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3261         wl-summary-search-parent-by-subject-regexp and
3262         wl-summary-divide-thread-when-subject-changed as nil.
3263         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3264         (wl-summary-insert-thread): Search parent entity from
3265         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3266         thread loop.
3267
3268 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3269
3270         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3271
3272         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3273
3274         * wl-util.el (wl-require-update-all-folder-p): New function.
3275         (wl-get-assoc-list-value): Added `function' to match directive.
3276         (wl-collect-draft): Rewrite.
3277
3278         * wl-summary.el (wl-summary-sync-update): Clear faces
3279         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3280         are non-nil.
3281         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3282         argument as function.
3283         (wl-summary-input-range): Ditto.
3284
3285         * wl-folder.el (wl-draft-get-folder): New function.
3286         (wl-folder-get-elmo-folder): Consider draft folder.
3287
3288         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3289         (wl-draft-buffer-message-number): New buffer local variable.
3290         (wl-draft-folder-internal): New internal variable.
3291         (wl-draft-delete): Rewrite.
3292         (wl-draft-save): Ditto.
3293         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3294         wl-folder-get-elmo-folder.
3295         (wl-draft-config-info-operation): Ditto.
3296         (wl-jump-to-draft-folder): Ditto.
3297         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3298         (wl-draft-reedit): Rewrite.
3299
3300         * Version number is increased to 2.11.19.
3301         
3302 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3303
3304         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3305         variable.
3306
3307 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3310         Use ignore-errors instead of unwind-protect.
3311
3312 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3313
3314         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3315         for updating `wl-thread-entity-list'.
3316
3317 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3318
3319         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3320         parameter from calling `wl-thread-entity-get-older-brothers' and
3321         `wl-thread-entity-get-younger-brothers'.
3322         Replace nested `append' with a single one.
3323
3324 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3325
3326         * wl-summary.el (wl-summary-mode): Don't use the return value of
3327         `make-local-hook'.
3328
3329 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3330
3331         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3332         instead of `let*'.
3333         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3334         of local variables.
3335
3336 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3339         Renamed from wl-summary-window-scroll-functions.
3340         (wl-summary-window-scroll-functions): Don't set to variable.
3341         (wl-summary-display-top): Use run-hooks.
3342         (wl-summary-display-bottom): Ditto.
3343         (wl-summary-toggle-disp-msg): Ditto.
3344         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3345         Use it instead of wl-summary-window-scroll-functions.
3346         (wl-summary-goto-folder-subr): Don't call
3347         wl-summary-window-scroll-functions, use
3348         wl-summary-buffer-window-scroll-functions instead.
3349
3350 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3353         make-local-variable.
3354
3355 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3356
3357         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3358         set-buffer-modified-p.
3359         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3360         (wl-summary-display-bottom): Ditto.
3361         (wl-summary-toggle-disp-msg): Ditto.
3362
3363 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3364
3365         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3366
3367         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3368         (wl-summary-forward): Use elmo-message-entity-field instead of
3369         elmo-message-field.
3370
3371         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3372
3373 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-summary.el (wl-summary-window-scroll-functions): No use
3376         `append'.
3377
3378 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3381         function.
3382         (wl-summary-window-scroll-functions): Call it when both
3383         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3384         (wl-summary-temp-mark): Added optional argument number.
3385         (wl-summary-message-mark): Added optional argument flag.
3386         (wl-summary-persistent-mark): Added optional argument number and flag.
3387         (wl-summary-update-persistent-mark): Ditto.
3388         (wl-summary-update-status-marks): Set "r" for interactive spec.
3389
3390         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3391         argument number and flag.
3392
3393         * wl-action.el (wl-summary-registered-temp-mark): 
3394         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3395
3396 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3397
3398         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3399         internal variable (buffer local).
3400         (wl-summary-window-scroll-functions): New function.
3401         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3402         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3403         as nil.
3404         (wl-summary-update-status-marks): Added arguments beg, end and
3405         check.
3406         (wl-summary-update-mark-window): Use function.
3407         (wl-summary-sync-update): Follow the change above.
3408         (wl-summary-switch-to-clone-buffer): Copy
3409         wl-summary-buffer-unsync-mark-number-list.
3410         (wl-summary-goto-folder-subr): Set
3411         wl-summary-buffer-unsync-mark-number-list and
3412         use wl-summary-window-scroll-functions instead of
3413         wl-summary-lazy-highlight.
3414
3415         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3416
3417 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3420
3421         * wl-summary.el (wl-summary-update-persistent-mark): Call
3422         wl-summary-set-message-modified.
3423
3424         * wl-summary.el (wl-summary-sync-update): Don't call
3425         wl-summary-update-status-marks.
3426
3427         * Version number is increased to 2.11.18.
3428
3429 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3432         (wl-message-next-page): Ditto.
3433
3434 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3435
3436         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3437         local variable.  Change the order of a collected list into the
3438         same as the specified range.  Remove nil from a collected list.
3439
3440 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3441
3442         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3443         argument for elmo-folder-list-messages.
3444
3445 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3446
3447         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3448         change (wl-summary-count-unreads return a list instead of a cons
3449         cell).
3450
3451 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3452
3453         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3454         `wl-summary-folder-info-update'.
3455
3456 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3457
3458         * wl-summary.el (wl-summary-set-message-modified): No use
3459         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3460         (wl-summary-set-mark-modified): Abolish.
3461         (wl-summary-mark-modified-p): Ditto.
3462         (wl-summary-save-view): Follow the change above.
3463
3464         * wl-expire.el (wl-summary-expire): Likewise.
3465
3466 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-summary.el (wl-summary-detect-mark-position): Use
3469         modb-entity-handler.
3470         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3471
3472         * Version number is increased to 2.11.17.
3473
3474 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3477         entity field value.
3478         (wl-summary-prefetch-msg): Ditto.
3479         (wl-summary-print-message-with-ps-print): Ditto.
3480
3481 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3484         for dummy entity.
3485         (wl-summary-insert-thread): Use elmo-message-entity-field.
3486         (wl-summary-update-thread): Use elmo-message-entity-field and
3487         elmo-message-entity-number.
3488         (wl-summary-line-number):  Use elmo-message-entity-number.
3489         (wl-summary-line-size): Use elmo-message-entity-field.
3490         (wl-summary-line-subject): Ditto.
3491         (wl-summary-line-from): Ditto.
3492         (wl-summary-line-attached): Ditto.
3493         (wl-summary-create-line): Ditto.
3494         (wl-summary-create-line): Use elmo-message-entity-number.
3495         (wl-summary-print-message-with-ps-print): Use
3496         elmo-message-entity-field.
3497
3498 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3501         change in elmo-msgdb-make-message-entity.
3502         (wl-summary-buffer-set-folder): Don't call
3503         wl-summary-detect-mark-position here.
3504         (wl-summary-rescan): Call elmo-message-entity-number.
3505         (wl-summary-sync-update): Ditto.
3506         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3507
3508         * wl-score.el (wl-score-header-index): Redefine 2th element.
3509         (wl-score-overview-entity-get-extra): Abolish.
3510         (wl-score-ov-entity-get): Rewrite.
3511         (wl-score-string-index<, wl-score-string-func<): Abolish.
3512         (wl-score-string<): New function.
3513         (wl-score-string-sort): Use it.
3514
3515         * wl-refile.el (wl-refile-guess-by-history): Use
3516         elmo-message-entity-field.
3517         (wl-refile-guess-by-from): Ditto.
3518         (wl-refile-guess-by-msgid): Ditto.
3519
3520         * Version number is increased to 2.11.16.
3521
3522 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3523
3524         * wl-folder.el (wl-folder-confirm-existence): Don't call
3525         file-exists-p if msgdb-path is nil.
3526         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3527         `wl-read-folder-hist' to `wl-read-folder-history'.
3528
3529 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3530
3531         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3532         `y-or-n-p'.
3533
3534 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3535
3536         * wl-score.el (wl-score-headers): Don't use
3537         elmo-folder-do-each-message-entity.
3538
3539         * Version number is increased to 2.11.15.
3540
3541 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-summary.el (wl-summary-delete-all-msgs): Use
3544         elmo-folder-move-messages instead of elmo-folder-delete-messages
3545         and elmo-folder-detach-messages.
3546         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3547
3548         * wl-expire.el (wl-expire-delete): Ditto.
3549         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3550
3551 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3554         (wl-message-header-narrowing-fields): Ditto.
3555         (wl-message-header-narrowing-lines): Ditto.
3556         (wl-message-header-narrowing-string): Ditto.
3557
3558         * wl-summary.el (wl-summary-mode-map): Bind
3559         wl-summary-toggle-header-narrowing to "C-cC-f".
3560         (wl-summary-toggle-header-narrowing): New function.
3561
3562         * wl-message.el (wl-message-buffer-create): Call
3563         wl-message-header-narrowing-setup.
3564         (wl-message-redisplay): Call wl-message-header-narrowing.
3565         (wl-message-header-narrowing): New function.
3566         (wl-message-header-narrowing-map): New keymap.
3567         (wl-message-header-narrowing-widen-map): New keymap.
3568         (wl-message-header-narrowing-again-at-mouse): New function.
3569         (wl-message-header-narrowing-1): Ditto.
3570         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3571         (wl-message-header-narrowing-setup): Ditto.
3572         (wl-message-header-narrowing-toggle): Ditto.
3573         
3574         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3575
3576         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3577         'flag as all.
3578         (wl-use-flag-folder-help-echo): New user option.
3579
3580         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3581         wl-summary-highlight as nil.
3582         (wl-summary-set-mark-modified): Follow the API change.
3583         (wl-summary-mark-modified-p): Ditto.
3584         (wl-summary-mark-as-read-all): Ditto.
3585         (wl-summary-sync-marks): Don't call
3586         elmo-folder-list-messages-with-global-mark.
3587         (wl-summary-mark-as-read-internal): Follow the API change.
3588         (wl-summary-mark-as-answered-internal): Ditto.
3589         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3590         Follow the API change.
3591         (wl-summary-create-line): Call with number argument.
3592         (wl-summary-reply): Follow the API change.
3593
3594         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3595         function.
3596         (wl-highlight-summary-line-string): Call it when
3597         wl-use-flag-folder-help-echo is non-nil.
3598         (wl-highlight-summary-current-line): Ditto.
3599         (elmo-flag-folder-referrer): Added autoload setting.
3600
3601         * wl-draft.el (wl-draft-kill): Follow the API change.
3602
3603         * Version number is increased to 2.11.14.
3604         
3605 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3606
3607         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3608
3609 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3610
3611         * Version number is increased to 2.11.13.
3612
3613 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3614
3615         * wl-draft.el (wl-draft-previous-history-element): Fixed
3616         unbalanced parenthesis and bind unbound local variables.
3617
3618 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3619
3620         * wl-draft.el (wl-draft-previous-history-element): New function.
3621         (wl-draft-next-history-element): Ditto.
3622         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3623         them to M-p and M-n.
3624
3625 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3626
3627         * Version number is increased to 2.11.12.
3628
3629 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3630
3631         * wl-draft.el (wl-draft-hide): Select buffer-window.
3632
3633 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3634
3635         * wl-summary.el (wl-summary-narrow-to-region): New function.
3636         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3637         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3638         (wl-summary-save-region): Use it.
3639         * wl-action.el (wl-summary-collect-numbers-region)
3640         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3641
3642 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3643
3644         * wl-folder.el (wl-folder-count-incorporates): Don't use
3645         `elmo-msgdb-mark-load'
3646
3647         * Version number is increased to 2.11.11.
3648
3649 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3650
3651         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3652         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3653
3654 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3655
3656         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3657
3658 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3659
3660         * Version number is increased to 2.11.10.
3661
3662 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * wl-mime.el (wl-draft-attribute-value): Fixed.
3665
3666 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3667
3668         * wl-util.el (wl-copy-local-variables): New function.
3669
3670         * wl-mime.el (wl-draft-attribute-recipients): New function.
3671         (wl-draft-attribute-envelope-from): Ditto.
3672         (wl-draft-attribute-smtp-posting-server): Ditto.
3673         (wl-draft-attribute-smtp-posting-port): Ditto.
3674         (wl-draft-attribute-value): Ditto.
3675         (wl-draft-preview-message): Use it to get value for
3676         attributes. Reflect result of `wl-draft-config'.
3677
3678         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3679         and call `wl-summary-mark-as-read' before to call
3680         `wl-summary-unset-mark'.
3681         (wl-summary-target-mark-mark-as-unread): Likewise.
3682         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3683
3684 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-mime.el (wl-draft-preview-message): Use actual value for
3687         attributes; Fix for small window.
3688
3689 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3690
3691         * wl-refile.el (wl-refile-get-field-value): Call
3692         `elmo-message-entity-field' with 3rd argument is non-nil.
3693
3694 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3695
3696         * wl-vars.el (wl-draft-preview-attributes): New user option.
3697         (wl-draft-preview-attributes-list): Ditto.
3698         (wl-draft-preview-attributes-buffer-lines): Ditto.
3699         (wl-draft-preview-attributes-buffer-name): Ditto.
3700
3701         * wl-mime.el (wl-draft-preview-message): Display attributes.
3702
3703 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3704
3705         * wl-summary.el (wl-summary-detect-mark-position): Bind
3706         wl-summary-flag-priority-list to '(new).
3707
3708 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3709
3710         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3711         funtion.
3712         (wl-highlight-summary-line-string): Use it.
3713         (wl-highlight-summary-current-line): Ditto.
3714
3715 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3718         line even when the mark string is not changed.
3719
3720         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3721         argument change in the wl-summary-create-line.
3722         (wl-thread-insert-entity-sub): Ditto.
3723
3724         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3725         argument change in the wl-summary-create-line.
3726         (wl-summary-insert-sequential): Ditto.
3727         (wl-summary-update-thread): Ditto.
3728         (wl-summary-persistent-mark-string): New inline function.
3729         (wl-summary-message-mark): Use it.
3730         (wl-summary-create-line): Abolish argument wl-persistent-mark
3731         and added wl-flags, wl-cached.
3732
3733         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3734         mark to flags.
3735         (wl-highlight-summary-current-line): Decide the face not by the 
3736         persistent mark but flags.
3737
3738 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3739
3740         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3741         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3742         wl-summary-read-uncached-mark): Revive.
3743         (wl-summary-answered-cached-mark,
3744         wl-summary-answered-uncached-mark): New user option.
3745         (wl-summary-score-marks): Follow the change above.
3746         (wl-summary-auto-refile-skip-marks): Ditto.
3747         (wl-summary-incorporate-marks): Ditto.
3748         (wl-summary-expire-reserve-marks): Ditto.
3749         (wl-summary-flag-priority-list): New user option.
3750
3751         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3752         changes.
3753         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3754         of elmo-message-mark.
3755         (wl-summary-mark-as-read-internal): Ditto.
3756         (wl-summary-mark-as-answered): Ditto.
3757         (wl-summary-mark-as-important): Ditto.
3758         (wl-summary-redisplay-internal): Ditto.
3759         (wl-summary-redisplay-no-mime-internal): Ditto.
3760         (wl-summary-message-mark): New function.
3761         (wl-summary-insert-sequential): Use wl-summary-message-mark
3762         instead of elmo-message-mark.
3763         (wl-summary-update-thread): Ditto.
3764         (wl-summary-persistent-mark): Ditto.
3765         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3766         instead of elmo-message-mark.
3767
3768         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3769         wl-summary-message-mark instead of elmo-message-mark.
3770         (wl-thread-insert-entity-sub): Ditto.
3771         (wl-thread-get-children-msgs-uncached): Ditto.
3772
3773         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3774         variable name changes.
3775         (wl-highlight-summary-current-line): Ditto.
3776
3777         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3778         wl-summary-message-mark instead of elmo-message-mark.
3779
3780         * wl-expire.el (wl-expire-message-p): Ditto.
3781
3782         * wl-score.el (wl-score-headers): Ditto.
3783
3784         * Version number is increased to 2.11.9.
3785
3786         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3787         (wl-summary-sync-update): Follow the change above.
3788         (wl-summary-switch-to-clone-buffer): Ditto.
3789         (wl-summary-open-folder): Ditto.
3790
3791 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3792
3793         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3794         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3795
3796         * Version number is increased to 2.11.8.
3797
3798         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3799
3800         * wl-expire.el (wl-expire-refile): Follow the API change on
3801         `elmo-folder-move-messages'.
3802         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3803
3804         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3805         (wl-summary-exec-action-refile): Ditto.
3806         (wl-summary-exec-action-copy): Ditto.
3807         (wl-summary-no-auto-refile-message-p): No use
3808         `wl-summary-buffer-msgdb'.
3809         (wl-summary-auto-refile): Ditto.
3810
3811 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3812
3813         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3814
3815 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3816
3817         * wl-summary.el (wl-summary-sync): Treat no-sync.
3818
3819         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3820         (wl-default-sync-range): Ditto.
3821
3822 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3823
3824         * wl-refile.el (wl-refile-subject-learn): Call
3825         `elmo-message-entity-field' with 3rd argument is non-nil.
3826         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3827         instead of `elmo-msgdb-overview-entity-get-subject'.
3828
3829 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3832         scan-type is rescan.
3833         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3834         new optional argument force is non-nil.
3835         (wl-summary-save-view-cache): Call it with force argument non-nil.
3836
3837         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3838
3839 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3840
3841         * wl-action.el (wl-summary-print-argument): Fixed last change.
3842
3843 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3844
3845         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3846         simplified.
3847         (wl-summary-target-mark-mark-as-unread): Likewise.
3848         (wl-summary-target-mark-mark-as-important): Likewise.
3849
3850 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3851
3852         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3853         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3854         (wl-summary-mark-as-important-region): Change accordingly.
3855         (wl-summary-target-mark-mark-as-important): Ditto.
3856
3857 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3858
3859         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3860
3861         * wl-action.el (wl-summary-print-argument): Print argument to
3862         right side of window if `wl-summary-print-argument-within-window'
3863         is non-nil.
3864
3865 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3866
3867         * wl-action.el (wl-summary-set-mark): Use
3868         `wl-summary-message-visible-p' to check visibility of the message
3869         and jump to message only when the message line is visible and have
3870         different number; Call wl-summary-unset-mark with number argument.
3871         (wl-summary-unset-mark): 
3872         Use `wl-summary-message-visible-p'
3873         to check visibility of the message and jump to message only when
3874         the message line is visible and have different number;
3875
3876 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3877
3878         * Version number is increased to 2.11.7.
3879
3880         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3881         and wl-folder-summary-line-format.
3882
3883         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3884         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3885         (wl-summary-set-score-mark): Use it.
3886         (wl-summary-target-mark-mark-as-read): Ditto.
3887         (wl-summary-target-mark-mark-as-unread): Ditto.
3888         (wl-summary-target-mark-mark-as-important): Ditto.
3889         (wl-summary-target-mark-msgs): Simplified.
3890         (wl-summary-detect-mark-position): Fixed problem when
3891         summary-line-format no contain persisten/temp mark spec.
3892         (wl-summary-temp-mark): Ditto.
3893         (wl-summary-persistent-mark): Ditto.
3894         (wl-summary-update-persistent-mark): Ditto.
3895
3896         * wl-action.el (wl-summary-set-mark): Ditto.
3897         (wl-summary-unset-mark): Ditto.
3898         All other related portions are changed.
3899
3900 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * Version number is increased to 2.11.6.
3903
3904 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-util.el (wl-current-message-buffer): Define as function;
3907         Don't use the value of wl-messge-buffer.
3908
3909         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3910         persistent mark.
3911
3912         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3913         no current message, cause an error.
3914
3915 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3916
3917         * wl-summary.el (wl-summary-set-message-modified): Use
3918         elmo-folder-set-message-modified instead of
3919         elmo-folder-set-message-modified-internal.
3920
3921 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3924         interactively.
3925         (wl-summary-sync): nokill->entirely.
3926         (wl-summary-sync-marks): Fixed message.
3927         (wl-summary-input-range): Added mark, nokill->entirely.
3928
3929         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3930         messages as read.
3931
3932 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3935         update-noscore.
3936         (wl-summary-sync): Follow the change above.
3937
3938 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3939
3940         * wl-action.el (wl-summary-target-mark-all): Use
3941         elmo-folder-list-messages.
3942
3943 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3944
3945         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3946         (wl-summary-rescan): Set wl-summary-scored as nil.
3947         (wl-summary-sync-force-update): Follow the change above.
3948         (wl-summary-sync): Ditto.
3949         (wl-summary-sync-update): Added argument disable-killed.
3950         (wl-summary-insert-headers): Set visible-only argument for
3951         elmo-folder-list-messages.
3952         (wl-summary-input-range): Added update-nokill, update-noscore,
3953         all-nokill, all-noscore and mark.
3954
3955         * Version number is increased to 2.11.5.
3956
3957         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3958
3959 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3960
3961         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3962         (wl-summary-prefetch-region-no-mark): Change accordingly.
3963         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3964
3965 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3966
3967         * wl-address.el (wl-complete-field-to): Abolished.
3968         (wl-complete-address): Completion function for completing-read.
3969         * wl-action.el (wl-summary-get-resend-address): Use it.
3970
3971         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3972         wl-summary-update-mark and abolish unused argument.
3973         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3974         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3975         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3976         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3977         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3978         * wl-draft.el (wl-draft-kill): Ditto.
3979
3980         * wl-summary.el: Remove unused binding of case-fold-search.
3981         (wl-summary-replace-status-marks): Abolished.
3982
3983 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3984
3985         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3986         is specified or folder length is zero.
3987
3988 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3989
3990         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3991         (wl-folder-archive-current-entity): Ditto.
3992
3993 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3994
3995         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3996         retrieving message mark.
3997         (wl-summary-redisplay-internal): Ditto.
3998
3999         * wl-message.el (wl-message-buffer-display): Ignore errors while
4000         retrieving message-id field.
4001
4002         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4003         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4004         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4005         order of the arguments for `wl-expire-message-p'.
4006         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4007
4008         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
4009         Check return value of wl-summary-reply.
4010         (wl-summary-reply): Recover window configuration when an error occured.
4011
4012 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4013
4014         * wl-summary.el (wl-summary-resend-message): Abolished, the
4015         feature is inherited by wl-summary-resend (put resend mark).
4016
4017 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4018
4019         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4020         wl-message-buffer to nil when the message is hide.
4021
4022 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4023
4024         * .cvsignore: New file.
4025
4026 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4027
4028         * wl-action.el (wl-summary-action-docstring): Add more info.
4029         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4030         duplicate definition.
4031         (wl-summary-define-mark-action): Functions wl-summary-*-region
4032         keep current position.
4033         (wl-summary-unregister-target-mark): Store result to the variable.
4034
4035 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * Version number is increased to 2.11.4.
4038
4039 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4040
4041         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4042         wl-summary-delete-all-temp-marks.
4043         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4044
4045         * wl-action.el (wl-summary-set-mark): Changed terminology
4046         refile-destination -> action-argument.
4047         (wl-summary-unset-mark): Ditto.
4048         (wl-summary-remove-argument): Ditto.
4049         (wl-summary-print-argument): Ditto.
4050
4051         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4052         (wl-thread-remove-argument-region): Ditto.
4053         (wl-thread-print-argument-region): Ditto.
4054         (wl-thread-close): Ditto.
4055         (wl-thread-open): Ditto.
4056
4057         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4058         (wl-highlight-refile-destination-face is abolished)
4059         (wl-highlight-action-argument-string): Ditto.
4060         (wl-highlight-summary-current-line): Highlight action argument.
4061
4062         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4063         color for light backgrounds.
4064         (wl-highlight-summary-answered-face): Ditto.
4065
4066 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4067
4068         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4069
4070         * wl-score.el (wl-summary-score-update-all-lines): Use
4071         wl-summary-set-mark.
4072         (wl-summary-score-update-all-lines): Kill expunged messages.
4073
4074         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4075
4076 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4077
4078         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4079         directly.
4080         (wl-score-overview-entity-get-lines): Ditto.
4081         (wl-score-overview-entity-get-xref): Ditto.
4082         (wl-score-get-latest-msgs): Ditto.
4083         (wl-summary-rescore): Ditto.
4084
4085         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4086         to "&".
4087         (wl-summary-mark-as-answered-internal): New inline function.
4088         (wl-summary-mark-as-answered): New function.
4089         (wl-summary-mark-as-unanswered): Ditto.
4090         (wl-summary-sync-marks): Modified for answered-mark synching.
4091
4092 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4093
4094         * wl-action.el (wl-summary-set-mark): Fixed last change.
4095
4096 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4097
4098         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4099         behavior of wl-summary-unread-message-hook
4100         (Pointed out by akira yamada <akira@arika.org>).
4101
4102 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4103
4104         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4105         wl-summary-delete.
4106         * wl-xmas.el (wl-summary-toolbar): Ditto.
4107
4108         * wl-action.el (wl-summary-set-mark): Don't override current
4109         temp-mark.
4110
4111         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4112
4113 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4114
4115         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4116         (wl-refile-msgid-learn): Ditto.
4117         (wl-refile-get-field-value): Ditto.
4118
4119         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4120
4121         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4122         (wl-expire-delete-reserved-messages): Renamed from
4123         wl-expire-reserve-marked-msgs-from-list.
4124         (wl-expire-delete): Removed argument `msgdb'.
4125         (wl-expire-refile): Ditto.
4126         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4127         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4128         mark-alist as argument.
4129         (wl-expire-archive-number1): Removed argument `msgdb'.
4130         (wl-expire-archive-number2): Ditto.
4131         (wl-expire-archive-date): Ditto.
4132         (wl-expire-localdir-date): Ditto.
4133         (wl-expire-hide): Ditto.
4134         (wl-archive-number1): Ditto.
4135         (wl-archive-number2): Ditto.
4136         (wl-archive-date): Ditto.
4137         (wl-archive-folder): Ditto.
4138         All other related portions are changed.
4139
4140 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4141
4142         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4143         mean move up and down. (suggested by Takashi Kawachi)
4144
4145 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-acap.el (toplevel): Don't require un-define.
4148
4149 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4150
4151         * wl-thread.el (wl-thread-delete-message): Always update
4152         wl-summary-buffer-number-list.
4153
4154         * wl-action.el (wl-summary-print-destination): 
4155         Do nothing when folder is nil.
4156
4157 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4158
4159         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4160         persistent mark when prefetch is succeeded.
4161
4162 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4163
4164         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4165         instead of elmo-msgdb-delete-msgs.
4166         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4167         (wl-expire-hide): Ditto.
4168
4169         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4170
4171         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4172         elmo-msgdb interface.
4173         (wl-thread-get-exist-children): Likewise.
4174         (wl-thread-insert-message): Likewise.
4175         (wl-thread-msg-mark-as-important): Likewise.
4176         (wl-thread-insert-entity-sub): Likewise.
4177         (wl-thread-get-children-msgs-uncached): Likewise.
4178
4179         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4180         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4181         (wl-summary-sync-update): Likewise.
4182         (wl-summary-auto-select-msg-p): Likewise.
4183         (wl-summary-update-thread): Likewise.
4184         (wl-summary-mark-as-important): Likewise.
4185         (wl-summary-jump-to-msg-internal): Likewise.
4186         (wl-summary-redisplay-internal): Likewise.
4187         (wl-summary-print-message-with-ps-print): Likewise.
4188         (wl-summary-folder-info-update): Likewise.
4189
4190         * wl-folder.el (wl-folder-check-one-entity):
4191         elmo-folder-count-flags instead of wl-summary-count-unread.
4192
4193         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4194
4195         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4196
4197         * wl-summary.el (wl-summary-set-message-modified): 
4198         Call wl-summary-set-mark-modified.
4199         (wl-summary-delete-messages-on-buffer): Call
4200         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4201         (wl-summary-sync-update): Call elmo-folder-length instead of
4202         elmo-folder-messages.
4203         (wl-summary-insert-headers): Don't call
4204         elmo-folder-list-message-entities.
4205
4206 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4207
4208         * wl-action.el (wl-summary-define-mark-action): Call
4209         `wl-summary-set-mark' with argument `data'.
4210         (wl-summary-auto-refile): Fixed order of arguments when call
4211         `wl-summary-refile'.
4212
4213 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4216
4217         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4218
4219         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4220         (Renamed from wl-highlight-summary-deleted-face).
4221         (wl-highlight-summary-resend-face): New face.
4222
4223         (wl-highlight-summary-deleted-face): Renamed from
4224         wl-highlight-summary-erased-face.
4225
4226         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4227
4228         * wl-action.el (wl-summary-get-resend-address): New function.
4229         (wl-summary-exec-action-resend): Ditto.
4230         (wl-summary-exec-action-resend-subr): Ditto.
4231
4232         * w-thread.el (wl-thread-copy): Removed definition.
4233         (wl-thread-refile): Ditto.
4234         (wl-thread-delete): Ditto.
4235         (wl-thread-target-mark): Ditto.
4236
4237         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4238         (wl-summary-target-mark-set-action): Fixed.
4239         (wl-summary-define-mark-action): Fixed quotation.
4240         (wl-summary-move-mark-list-messages): Display message.
4241         (wl-summary-define-mark-action): Define thread functions.
4242         (wl-summary-exec-action-refile): Changed message.
4243         (wl-summary-exec): Ditto.
4244
4245 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4246         
4247         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4248         '%%'.
4249
4250 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl.el (toplevel): Require wl-action.
4253         (wl-init): Call wl-summary-define-mark-action.
4254
4255         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4256
4257         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4258         wl-summary-delete and wl-summary-erase.
4259         (wl-summary-mode-map): Ditto.
4260
4261         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4262         wl-delete-folder-alist.
4263
4264         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4265         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4266         (toplevel): Moved mark & action related functions to the wl-action.el.
4267
4268         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4269         in wl-summary-mark-action-list.
4270         (wl-highlight-summary-current-line): Ditto.
4271
4272         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4273         empty lines.
4274
4275         * wl-action.el: New file. 
4276
4277 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4278
4279         * wl-summary.el (wl-summary-target-mark-replace): New function.
4280         (wl-summary-target-mark-prefetch): Use it.
4281         (wl-summary-target-mark-delete): Ditto.
4282         (toplevel): Rearranged definition order.
4283         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4284         (wl-summary-target-mark-erase): Rewrite.
4285         (wl-summary-erase-region): New function.
4286         (wl-summary-exec-action-erase): Changed message.
4287         (wl-summary-move-mark-list-messages): New function.
4288         (wl-summary-exec-action-delete): Use it.
4289         (wl-summary-exec-action-erase): Ditto.
4290
4291         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4292         (wl-summary-skip-mark-list): Added "d".
4293
4294         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4295         while searching.
4296
4297         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4298         and define using defcustom;
4299         Define 4th element as a face.
4300         
4301         * wl-summary.el (wl-summary-incorporate): Use 
4302         `wl-summary-prefetch-region-no-mark' instead of
4303         `wl-summary-prefetch-region'.
4304         (wl-summary-prefetch-region-no-mark): Revival of old
4305         `wl-summary-prefetch-region'.
4306         (wl-summary-mark-action-list): Moved to wl-vars.el
4307
4308         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4309         face according to the `wl-summary-mark-action-list'.
4310         (wl-highlight-summary-current-line): Ditto;
4311         Removed destination highlighting.
4312
4313         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4314         (wl-highlight-summary-line-string): Highlight for "i" mark.
4315         (wl-highlight-summary-current-line): Ditto.
4316
4317         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4318         no destination.
4319
4320         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4321         exists, just go ahead.
4322         (wl-summary-prefetch-region): Rewrite.
4323         (wl-summary-prefetch): Ditto.
4324         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4325         (wl-summary-exec-action-prefetch): New function.
4326         (wl-summary-target-mark-prefetch): Rewrite.
4327
4328 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4329
4330         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4331         (wl-highlight-summary-line-string): Added "d" and "D".
4332         (wl-highlight-summary-current-line): Ditto.
4333
4334         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4335         in wl-summary.el.
4336         (wl-thread-insert-entity-sub): Ditto.
4337         (wl-thread-remove-destination-region): Ditto.
4338         (wl-thread-print-destination-region): Ditto.
4339
4340         * wl-summary.el (wl-summary-buffer-refile-list,
4341         wl-summary-buffer-delete-list,
4342         wl-summary-buffer-copy-list): Abolish.
4343         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4344         All other related portions are changed.
4345         (wl-summary-mark-action-list): New variable.
4346         (wl-summary-set-mark): New function.
4347         (wl-summary-register-target-mark): Ditto.
4348         (wl-summary-unregister-target-mark): Ditto.
4349         (wl-summary-have-target-mark-p): Ditto.
4350         (wl-summary-register-temp-mark): Ditto.
4351         (wl-summary-unregister-temp-mark): Ditto.
4352         (wl-summary-registered-temp-mark): Ditto.
4353         (wl-summary-collect-temp-mark): Ditto.
4354         (wl-summary-unset-mark): Ditto.
4355         (wl-summary-set-target-mark): Ditto.
4356         (wl-summary-unset-target-mark): Ditto.
4357         (wl-summary-set-action-generic): Ditto.
4358         (wl-summary-unset-action-generic): Ditto.
4359         (wl-summary-exec-action-delete): Ditto.
4360         (wl-summary-exec-action-erase): Ditto.
4361         (wl-summary-set-action-refile): Ditto.
4362         (wl-summary-set-action-refile-subr): Ditto.
4363         (wl-summary-unset-action-refile): Ditto.
4364         (wl-summary-make-destination-numbers-list): Ditto.
4365         (wl-summary-exec-action-refile): Ditto.
4366         (wl-summary-set-action-copy): Ditto.
4367         (wl-summary-unset-action-copy): Ditto.
4368         (wl-summary-exec-action-copy): Ditto.
4369         (wl-summary-collect-numbers-region): Ditto.
4370         (wl-summary-delete): Rewrite.
4371         (wl-summary-erase): Ditto.
4372         (wl-summary-remove-destination): Ditto.
4373         (wl-summary-exec): Ditto.
4374         (wl-summary-exec-region): Ditto.
4375         (wl-summary-target-mark-erase): Ditto.
4376         (wl-summary-refile): Ditto.
4377         (wl-summary-copy): Ditto.
4378         (wl-summary-unmark): Ditto.
4379         (wl-summary-delete-all-mark): Ditto.
4380         (wl-summary-mark-line): Don't highlight.
4381         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4382         (wl-summary-target-mark-refile-subr): Rewrite.
4383
4384         (wl-summary-copy-prev-destination): Abolish.
4385
4386 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4387
4388         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4389         default values along the value of wl-on-mule.
4390         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4391         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4392         It is not used anywhere.
4393
4394 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4395
4396         * wl-summary.el (wl-summary-print-destination): Keep position.
4397         (wl-summary-cursor-move-surface): Keep horizontal position.
4398
4399 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4400
4401         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4402         write sendlog.
4403
4404 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4405
4406         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4407         `wl-summary-highlight'.
4408
4409 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4410
4411         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4412         trivial condition for temp-mark.
4413
4414 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4415
4416         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4417         when it hits killed buffer.
4418
4419 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4420
4421         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4422         * wl-news.el.in: `message' and `error' take format string.
4423
4424 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4425
4426         * wl-folder (wl-folder-insert-entity): Display a message,
4427         `...done', when the work finish.
4428         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4429
4430 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4431
4432         * wl-message.el (wl-message-redisplay): Remove unused local
4433         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4434
4435 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4436
4437         * wl-summary.el (wl-summary-replace-status-marks): Disable
4438         interactive use.
4439         (wl-summary-reedit): Check message existence at first.
4440         (wl-summary-mark-line): Fix doc, return value is indefinite.
4441
4442         * wl-highlight.el (wl-highlight-message): Arranged.
4443
4444         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4445         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4446         check temp-mark by wl-summary-temp-mark always.
4447         (wl-highlight-summary): Change accordingly.
4448         * wl-summary.el (wl-summary-mark-as-read-all)
4449         (wl-summary-delete-cache, wl-summary-set-score-mark)
4450         (wl-summary-mark-as-unread, wl-summary-unmark)
4451         (wl-summary-mark-line, wl-summary-mark-as-read)
4452         (wl-summary-mark-as-important): Ditto.
4453
4454         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4455         end of the window if possible.
4456         * wl-summary.el (wl-summary-sync-update): Support lazy
4457         highlighting.
4458         (wl-summary-toggle-disp-msg): Ditto.
4459
4460 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4463
4464 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4465
4466         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4467         change.
4468
4469 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4472         API.
4473         (wl-summary-sync-update): Ditto.
4474
4475         * wl-score.el (wl-score-get-score-alist): Changed argument.
4476         (wl-summary-rescore-msgs): Likewise.
4477         (wl-summary-score-headers): Likewise.
4478         (wl-score-headers): Likewise;
4479         Use elmo-folder-do-each-message-entity, etc.
4480         (wl-summary-score-effect): Follow the changes above.
4481         (wl-summary-rescore): Ditto.
4482         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4483         (wl-score-get-overview): Abolish.
4484
4485         * wl-summary.el (wl-summary-default-from): Follow the API change in
4486         elmo-msgdb.
4487         (wl-summary-count-unread): Ditto.
4488         (wl-summary-detect-mark-position): Ditto.
4489         (wl-summary-overview-entity-compare-by-date): Ditto.
4490         (wl-summary-overview-entity-compare-by-number): Ditto.
4491         (wl-summary-overview-entity-compare-by-from): Ditto.
4492         (wl-summary-overview-entity-compare-by-subject): Ditto.
4493         (wl-summary-get-list-info): Ditto.
4494         (wl-summary-rescan): Ditto.
4495         (wl-summary-jump-to-msg-by-message-id): Ditto.
4496         (wl-summary-sync-update): Ditto; Removed comment.
4497         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4498         (wl-summary-insert-message): Use wl-summary-insert
4499         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4500         (wl-summary-insert-headers): Changed argument overview to folder.
4501         (wl-summary-search-by-subject): Likewise.
4502         (wl-summary-insert-thread): Renamed from 
4503         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4504
4505         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4506         too.
4507
4508         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4509         wl-string-member.
4510
4511 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4512
4513         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4514         elmo-folder-append-buffer.
4515         (wl-draft-queue-append): Likewise.
4516
4517         * wl-mime.el (wl-message-delete-current-part): Ditto.
4518         (wl-summary-burst-subr): Ditto.
4519
4520         * wl-news.el.in (wl-news-send-news): Ditto.
4521
4522 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4525         function.
4526         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4527         (wl-summary-update-mark): Enclose with save-excursion.
4528         (wl-summary-mark-as-read-internal): Fixed last change.
4529         (wl-summary-mark-as-important): Use 3rd argument of
4530         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4531         Don't use elmo-msgdb-set-mark.
4532         (wl-summary-redisplay-internal): If msgdb flag is already read,
4533         just update the mark on buffer.
4534
4535 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4536
4537         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4538         cut visible folder when elmo-folder-delete returns non-nil value.
4539
4540 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4541
4542         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4543         by Kenichi OKADA <okada@opaopa.org>).
4544
4545 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4546
4547         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4548
4549 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4550
4551         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4552         Fixed the last change, search group entity by its real name.
4553         (Thanks to: KOBAYASHI Shinji)
4554
4555 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4556
4557         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4558         (wl-fldmgr-access-display-all): Don't refer visible name.
4559         * wl-expire.el (wl-folder-archive-current-entity)
4560         (wl-folder-expire-current-entity): Ditto.
4561         * wl-folder.el (wl-folder-jump-to-current-entity)
4562         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4563         (wl-folder-open-folder-sub,wl-folder-open-all)
4564         (wl-folder-write-current-folder): Ditto.
4565         (wl-folder-insert-entity): Don't use petname for normal group.
4566         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4567         is the real name.
4568         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4569         Abolished.
4570
4571 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4572
4573         * wl-draft.el (wl-draft-create-buffer): Add
4574         `wl-summary-reply-with-citation'
4575
4576 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4577
4578         * wl-draft.el (wl-draft-reply): Fixed.
4579
4580 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4583         when `wl-draft-send-confirm-with-preview' is non-nil.
4584         You can scroll up/down by j/k.
4585         (wl-draft-send-confirm-with-preview): New variable (default=t).
4586
4587 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4590         (wl-fldmgr-save-folders): Fix comment.
4591
4592 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4595         along the last change in `wl-folder-buffer-group-p'.
4596
4597 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4600         folder.
4601
4602         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4603         the default value.
4604
4605         * wl-mime.el (wl-summary-burst): Update summary only when target
4606         folder equals current folder.
4607
4608 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4611
4612 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4615         value.
4616
4617 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4620         `map-extents' instead of `extent-at' repeatedly.
4621         (wl-highlight-folder-current-line): Ditto.
4622
4623         * wl-highlight.el: Remove useless dummy functions.
4624
4625 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4628         (wl-folder-put-folder-property): New function to put text property.
4629         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4630         (wl-folder-insert-entity, wl-folder-update-diff-line)
4631         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4632         * wl-e21.el, wl-xmas.el, wl-mule.el
4633         (wl-highlight-folder-current-line): Ditto.
4634         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4635         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4636         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4637         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4638
4639 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * Version number is increased to 2.11.3.
4642
4643 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4646         Resume current-buffer since it is assumed by remaining tasks.
4647
4648 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4651         (wl-folder-completion-function): Abolished.
4652         (wl-folder-complete-folder): New function.
4653         (wl-folder-complete-filter-condition): Ditto.
4654         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4655         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4656
4657 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-draft.el (wl-draft-send-confirm): New function.
4660         (wl-draft-send): Use it.
4661
4662         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4663         cursor-in-echo-area while confirming.
4664
4665         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4666
4667         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4668         searching via nntp if wl-summary-search-via-nntp is 'force.
4669         Otherwise, invoke searching in nntp folder only.
4670         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4671
4672         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4673         explicitly for mime-make-text-tag.
4674
4675 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4676
4677         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4678         `mime-make-text-tag' instead of `mime-create-tag'.
4679
4680 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4683         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4684
4685 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-score.el (wl-score-save): Bind print-length and print-level.
4688         (wl-score-pretty-print): Ditto.
4689         (wl-score-edit-insert-header-entry): Ditto.
4690
4691         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4692         "From" entry to be treated with wl-draft-eword-encode-address-list.
4693         * wl-mime.el (wl-draft-preview-message): Ditto.
4694
4695         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4696         (wl-summary-mark-as-unread): Ditto.
4697         (wl-summary-mark-as-read-region): Change accordingly.
4698         (wl-summary-mark-as-unread-region): Ditto.
4699         (wl-summary-target-mark-mark-as-read): Ditto.
4700         (wl-summary-target-mark-mark-as-unread): Ditto.
4701
4702 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * Version number is increased to 2.11.2.
4705
4706 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4707
4708         * wl-news.el.in (wl-news-previous-version-save): Bind
4709         print-length and print-level.
4710         * wl-thread.el (wl-thread-save-entities): Ditto.
4711         (wl-thread-save-top-list): Bind print-length.
4712
4713 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-highlight.el (wl-highlight-summary-line-string): Use
4716         wl-summary-score-below-mark, wl-summary-score-over-mark.
4717         (wl-highlight-summary-current-line): Ditto.
4718
4719 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4720
4721         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4722         insert it.
4723
4724 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4725
4726         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4727
4728 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4731         message without msgid.
4732         Rewrite with elmo-folder-move-messages.
4733         Set wl-message-buffer to nil.
4734
4735         * wl-summary.el (wl-summary-erase-subr): New function. Use
4736         elmo-folder-move-messages.
4737         (wl-summary-erase): Call it.
4738         (wl-summary-target-mark-erase): Ditto.
4739
4740 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4743         it is not up-tp-date.
4744
4745 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4748         buffer after calling `wl-summary-goto-folder-subr' without the
4749         argument `interactive'.
4750         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4751
4752 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4753
4754         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4755         `mime-create-tag'. Use `string=' instead of `looking-at'.
4756
4757 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4760         to avoid compile warning.
4761
4762         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4763         entity-id when folder is given.
4764         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4765         save-excursion, use save-selected-window instead.
4766         Select folder buffer window if exists.
4767         (To correct behavior with wl-folder-move-cur-folder.)
4768
4769 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4770
4771         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4772
4773 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4774
4775         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4776         list-count instead of %d.
4777
4778 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4781         (wl-news): Set it.
4782         (wl-news-append-to-folder): Use it.
4783
4784         * wl-news.el.in (wl-news-send-news): Append to specified folder
4785         instead of wl-default-folder.
4786         (wl-news-append-to-folder): Show error message with specified folder.
4787
4788         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4789                 In most major modes, Emacs assumes that any opening
4790                 delimiter found at the left margin is the start of a
4791                 top-level definition, or defun. Therefore, *never put an
4792                 opening delimiter at the left margin unless it should have
4793                 that significance.*
4794
4795         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4796
4797 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4798
4799         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4800
4801 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4802
4803         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4804
4805 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4806
4807         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4808         for sequential numbering case.
4809
4810 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4813         value.
4814         (wl-draft-reply-without-argument-list): Ditto.
4815         (wl-draft-reply-myself-with-argument-list): Abolish.
4816         (wl-draft-reply-myself-without-argument-list): Ditto.
4817         * wl-draft.el (wl-draft-self-reply-p): New function.
4818         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4819
4820 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4823         (avoid error for the case without byte-compiling)
4824
4825 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * wl-news.el.in (wl-news-append-to-folder): New function.
4828         (wl-news-exit): Rewrite.
4829         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4830
4831 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl-draft.el (wl-draft-reply-position): New function.
4834         (wl-draft-reply-position): Fix.
4835         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4836         (wl-summary-target-mark-reply-with-citation): Ditto.
4837         (wl-summary-reply-with-citation): Ditto.
4838         * wl-vars.el (wl-draft-reply-default-position): New variable.
4839
4840 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4841
4842         * wl-draft.el (wl-draft-send): Preview when interactive send.
4843
4844 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4845
4846         * wl-draft.el (wl-draft-reply): Set default position.
4847         * wl-summary.el (wl-summary-reply): Ditto.
4848         (wl-summary-reply-with-citation): Ditto.
4849         (wl-summary-target-mark-reply-with-citation): Ditto.
4850
4851 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4852
4853         * wl-news.el.in (wl-news-lang): Set default value according to
4854         current-language-environment.
4855         (wl-news-append-news): Do nothing when news-list is nil.
4856
4857 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4860         (wl-news): Change message.
4861         (wl-news-exit): Check buffer.
4862         (wl-news-force-exit): New function.
4863         (wl-news-show-all): New function.
4864         (wl-news-discard-and-exit): Fix.
4865
4866 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4869         according to current-language-environment.
4870
4871         * wl-news.el.in (wl-news): If arg, show all NEWS after
4872         wl-news-default-previous-version.
4873
4874 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-news.el.in (wl-news-check): Rewritten.
4877         (wl-news-previous-version-load): Change data type.
4878         (wl-news-previous-version-save): Change data type.
4879         (wl-news-append-news): Add return value.
4880         (wl-news-check-news): New function.
4881         (wl-news-already-current-p): New function.
4882         (wl-news-send-news): Rewritten.
4883         (wl-news-mode-map): Add new keybind.
4884         (wl-news): Rewritten.
4885         (wl-news-exit): Rewritten.
4886         (wl-news-discard-and-mail): New function.
4887         (wl-news-send-to-address): Abolished.
4888         * wl.el (wl-init): Delete a message.
4889
4890 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * wl-news.el.in (wl-news-exit): Update previous version.
4893         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4894
4895 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4896
4897         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4898
4899 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4900
4901         * wl-news.el.in (wl-news): New function.
4902         (wl-news-mode): New function.
4903         (wl-news-next-line): New function.
4904         (wl-news-next-page): New function.
4905         (wl-news-exit): New function.
4906         (wl-news-buf-name): New variable.
4907         (wl-news-mode-map): New variable.
4908         (wl-news-winconf): New variable.
4909         (wl-news-append-news): Add an option.
4910
4911 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4914
4915 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-news.el.in (wl-news-send-to-address): New variable.
4918         (wl-news-send-news): Use it.
4919         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4920         Return updating status.
4921         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4922
4923 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4924
4925         * wl-news.el.in (wl-news-send-news): Delete
4926         Organization and X-Face.
4927
4928 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4929
4930         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4931         (wl-news-append-news): New function.
4932         (wl-news-send-news): New function.
4933
4934 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4935
4936         * Version number is increased to 2.11.1.
4937
4938 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4939
4940         * wl-news.el.in : New file.
4941
4942 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4945         default value.
4946         (wl-draft-reply-without-argument-list): Ditto.
4947
4948 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4951         (wl-message-buffer-prefetch-idle-time): Ditto.
4952         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4953
4954 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-thread.el (wl-thread-insert-message): Use
4957         wl-summary-max-thread-depth.
4958
4959         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4960         loop detection.
4961
4962         * wl-message.el (wl-message-buffer-display): Back to the first page
4963         when cache is hit.
4964
4965 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4968
4969         * wl-summary.el (wl-summary-insert-thread-entity):
4970         If the thread depth is reached to wl-summary-max-thread-depth,
4971         divide the thread.
4972
4973 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4974
4975         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4976         for elmo-remove-passwd.
4977
4978 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4981         folder is sticky.
4982         (wl-folder-mark-as-read-all-entity): Ditto.
4983         (wl-folder-prefetch-entity): Ditto.
4984
4985 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4986
4987         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4988
4989 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4992         Delete messages on buffer for unplugged operation.
4993         (wl-summary-erase): Ditto.
4994
4995 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4996
4997         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4998         take nil so as not to search parent by subject.
4999
5000 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5001
5002         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5003         (wl-folder-get-next-folder): Ditto.
5004         (wl-folder-get-path): Ditto.
5005
5006 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5007
5008         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5009         system and encode the region with it before verifying.
5010
5011 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5012
5013         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5014         system of the echo buffer before decoding.
5015
5016 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5019         original contents.
5020
5021 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5024         with argument 'any-exists.
5025
5026 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5029         Use `wl-cs-autoconv'.
5030
5031 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5032
5033         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5034         by `mime-view-automatic-conversion'.
5035
5036         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5037         (wl-message-verify-pgp-nonmime): Ditto.
5038         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5039         Bind them to C-c:d and C-c:v respectively.
5040
5041         Merge following code by Teranishi-san from [wl-en:00167].
5042         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5043         (wl-mime-preview-application/pgp-encrypted): Ditto.
5044         (wl-mime-setup): Add entry.
5045
5046 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-summary.el (wl-summary-target-mark-erase): New function.
5049         Bind it to "mD".
5050
5051 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5052
5053         * wl-vars.el (wl-draft-write-file-function): Fix.
5054         (wl-draft-reedit-hook): Changed default value.
5055
5056         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5057         wl-draft-reedit-hook.
5058         (wl-draft-remove-text-plain-tag): New function.
5059         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5060
5061         * wl-vars.el (wl-draft-write-file-function): New user option.
5062
5063         * wl-draft.el (wl-draft-prepare-edit): Use it for
5064         local-write-file-hooks.
5065         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5066
5067         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5068         (wl-draft-insert-mail-header-separator): Return the body beginning
5069         point.
5070         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5071         text/plain.
5072         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5073
5074 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5075
5076         * wl-summary.el (wl-summary-erase): New function to erase message
5077         without moving it to trash. Bind to "D".
5078
5079         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5080         as `keep' unless switch-function.
5081
5082 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5085         message buffer by using `wl-summary-toggle-disp-msg'.
5086         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5087         buffer window.
5088         (wl-summary-supresedes-message): Ditto.
5089
5090         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5091         Do not delete other windows.
5092         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5093         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5094         (wl-draft-create-buffer): Set reply-or-forward also for target
5095         mark commands.
5096
5097 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-draft.el (wl-user-agent-compose): Delete special case for
5100         switch-to-buffer-other-window.
5101
5102         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5103         (wl-summary-forward): Ditto.
5104
5105         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5106         function.
5107         (wl-draft-buffer-style): New use option.
5108
5109         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5110         (wl-draft): Follow the change above.
5111         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5112         wl-draft-buffer-style.
5113         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5114         switch-function.
5115
5116 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5117
5118         * wl-address.el (wl-address-make-completion-entry): Extracted from
5119         `wl-address-make-completion-list'.
5120         (wl-address-enable-strict-loading): New variable.
5121         (wl-address-make-completion-list): Revive petname duplication
5122         inquiry, and enable it if `wl-address-enable-strict-loading'.
5123         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5124
5125 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-message.el (wl-message-get-original-buffer): Avoid
5128         'Selecting deleted buffer' error when original buffer is killed.
5129
5130 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-summary.el (wl-summary-next-message): Use
5133         elmo-message-accessible-p instead of elmo-message-cached-p.
5134
5135 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5138
5139         * wl-thread.el (wl-thread-open-all-unread): Use
5140         elmo-folder-list-flagged instead of
5141         elmo-folder-list-messages-mark-match.
5142
5143         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5144         instead of elmo-folder-list-messages-mark-match.
5145         (wl-summary-move-spec-alist): New variable.
5146         (wl-summary-move-spec-plugged-alist,
5147         wl-summary-move-spec-unplugged-alist): Abolish.
5148         (wl-summary-next-message): Follow the change above.
5149         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5150         with 'no-msg' argument.
5151
5152         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5153         variable.
5154         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5155         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5156         (wl-message-buffer-prefetch-get-next): Follow the change above.
5157
5158 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-version.el (wl-version): Changed codename.
5161
5162         * Version number is increased to 2.11.0.
5163
5164 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5165
5166         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5167         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5168         `wl-draft-config-variables'.
5169         (wl-draft-kill): Fixed problem when the draft is reedit.
5170
5171 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5172
5173         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5174         buffer-modified status (Thanks to
5175         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5176
5177 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-util.el (wl-region-exists-p): New function.
5180
5181         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5182         Remove defvars for byte-compile warnings.
5183
5184 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5187         defvar-maybe. Removed unused bind.
5188
5189 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5192         summary buffer window before creating new frame.
5193         (wl-draft-reply): Ditto.
5194
5195 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5196
5197         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5198
5199 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5202
5203 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5204
5205         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5206         instead of `kill-region'.
5207
5208 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5211         (wl-highlight-summary-line-string): Use it.
5212         (wl-highlight-summary-current-line): Ditto.
5213
5214         * wl-mime.el (wl-message-delete-current-part): Check the class of
5215         mime-entity.
5216
5217         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5218
5219         * wl-summary.el (wl-summary-make-number-list): Initialize.
5220         (wl-summary-update-mark): New function.
5221         (wl-summary-reply): Put `answered' mark on the message.
5222         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5223
5224         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5225         (wl-draft-reply): Added optional argument `number';
5226         Set wl-draft-parent-number.
5227         (wl-draft-kill): Delete answered mark if it is a reply.
5228
5229 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5232         that originates in mime-preview-follow-current-entity.
5233         (wl-draft-yank-current-message-entity): Use it if region is active.
5234
5235         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5236         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5237         `wl-message-delete-current-part'.
5238         * wl-mule.el (wl-message-define-keymap): Ditto.
5239         * wl-xmas.el (wl-message-define-keymap): Ditto.
5240
5241 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl-mime.el (wl-message-delete-current-part): New function.
5244         (wl-mime-node-id-to-string): Ditto.
5245
5246         * wl-mime.el (wl-message-delete-current-part): Use existing
5247         original buffer which corresponds current mime-view buffer.
5248         (fetched buffer might have different structure, possibly)
5249
5250         * wl-mime.el (wl-message-delete-current-part): Quit if the
5251         message content differs from the actual message.
5252
5253 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5256         order.
5257         (wl-summary-search-by-subject): Search parent message from tail;
5258         Check the existence of the parent message on the current thread tree.
5259         (wl-summary-update-thread): Check whether the line is inserted.
5260
5261 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5262
5263         * wl-vars.el (wl-summary-line-format): Undo last change.
5264         * wl-summary.el (wl-summary-print-destination): Do not put
5265         invisible property when `wl-summary-width' is nil.
5266         (wl-summary-line-subject-minimum-length): Abolished.
5267         (wl-summary-line-subject): Ditto.
5268
5269 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-vars.el (wl-summary-line-format): Change default value.
5272         (wl-summary-subject-length-limit): Abolished.
5273         * wl-summary.el (wl-summary-line-subject): Ditto.
5274
5275 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5276
5277         * wl-template.el (wl-template-select): Added optional argument.
5278         If optional argument is specified, reverse
5279         `wl-template-visible-select'.
5280
5281 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5284         Take prefix argument to force asking the destination folder.
5285
5286 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5287
5288         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5289         count and update status.
5290
5291 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-summary.el (wl-summary-redisplay-internal): If
5294         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5295         after fetching.
5296
5297 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5298
5299         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5300         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5301
5302         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5303
5304 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5307         (All other related portions are changed).
5308         (wl-summary-mark-as-read-all): Rewrite.
5309
5310 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5313         `wl-summary-mark-as-read'.
5314         (wl-summary-mark-as-unread): Rewrite.
5315         (wl-summary-mark-as-read): Added no-modeline argument.
5316         (wl-summary-resume-cache-status): Rewrite.
5317         (wl-summary-exec-subr): Remove unused local variable.
5318
5319 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5320
5321         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5322         logic to call `wl-summary-buffer-prev-folder-function'.
5323         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5324
5325 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5328         is nil.
5329
5330 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5331
5332         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5333         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5334         (wl-mime-setup): Add its entry.
5335
5336 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5339         (wl-summary-delete-cache): Likewise.
5340         (wl-summary-mark-as-read): Rewrite.
5341
5342 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5345         `wl-summary-count-unread'.
5346
5347         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5348
5349         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5350
5351 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5354         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5355         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5356         Renamed to the elmo-msgdb-*-mark.
5357         (wl-summary-score-marks): Follow the change above.
5358         (wl-summary-auto-refile-skip-marks): Ditto.
5359         (wl-summary-incorporate-marks): Ditto.
5360         (wl-summary-expire-reserve-marks): Ditto.
5361
5362         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5363         changes.
5364         (wl-thread-insert-top): Changed updating message.
5365
5366         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5367         variable.
5368         (wl-summary-count-unread): Count answered marks.
5369         (wl-summary-rescan): Call wl-summary-insert-message instead of
5370         wl-summary-append-message-func-internal.
5371         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5372         (wl-summary-prefetch-msg): Follow the variable name changes.
5373         (wl-summary-prefetch-region): Ditto.
5374         (wl-summary-mark-as-read-all): Follow the API changes;
5375         Don't call elmo-folder-replace-marks.
5376         (wl-summary-delete-cache): Follow the variable name changes.
5377         (wl-summary-resume-cache-status): Ditto.
5378         (wl-summary-update-status-marks): New function.
5379         (wl-summary-insert-message): New function.
5380         (wl-summary-sync-marks): Follow the variable name changes.
5381         (wl-summary-sync-update): Synchronize to the msgdb, too;
5382         Changed update messages.
5383         (wl-summary-make-number-list): Rewrite.
5384         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5385         (wl-summary-mark-as-unread): Follow the API changes.
5386         (wl-summary-exec-subr): Follow the variable name changes.
5387         (wl-summary-mark-as-read): Ditto.
5388         (wl-summary-move-spec-plugged-alist): Ditto.
5389         (wl-summary-move-spec-unplugged-alist): Ditto.
5390         (wl-summary-cursor-move-surface): Ditto.
5391
5392         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5393         variable name changes.
5394         (wl-highlight-summary-current-line): Ditto.
5395
5396         * wl-expire.el (wl-expire-refile): Follow the API change in
5397         elmo-folder-move-messages.
5398         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5399         (wl-summary-archive): Use elmo-folder-msgdb instead of
5400         elmo-msgdb-load.
5401
5402 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-mime.el (wl-draft-preview-message): Restore the position
5405         before evaluating wl-draft-send-hook in preview buffer.
5406
5407 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5408
5409         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5410         when it creates new draft buffer.
5411
5412         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5413         without argument.
5414
5415         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5416         Evaluate content and if the value is string, insert it.
5417         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5418         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5419         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5420         wl-draft-config-sub-part-bottom): Use it.
5421
5422         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5423         with the folder name. The question was unintelligible when it is
5424         called from wl-save-status.
5425
5426 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5429         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5430         cannot take second argument).
5431
5432 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5433
5434         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5435         as t. Since type and subtype are not case sensitive (RFC 2045).
5436
5437 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5438
5439         * wl-vars.el (wl-message-mode-line-format): New variable.
5440         (wl-message-mode-line-format-spec-alist): Ditto.
5441         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5442         (wl-message-redisplay): Use wl-message-mode-line-format.
5443
5444 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5445
5446         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5447
5448 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-summary.el (wl-summary-default-from): Write description.
5451
5452 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-vars.el (wl-ldap-objectclass): Abolish.
5455
5456         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5457         (wl-ldap-make-filter): Removed condition for objectclass.
5458         (wl-ldap-make-matched-value-list): Remove meaningless process.
5459         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5460         (wl-address-ldap-search): Don't add `*' to `pat' string;
5461         use ignore-errors; added `email';
5462         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5463         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5464         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5465
5466
5467 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5468
5469         * wl-draft.el (wl-draft-parent-folder): Write description.
5470         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5471
5472 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5475         as "" (zero-length string) if no parent.
5476         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5477
5478 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-address.el (wl-address-make-completion-list): Skip duplication
5481         checking.
5482         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5483         `append'.
5484
5485 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5486
5487         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5488         instead of `beginning-of-buffer'.
5489
5490 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5493
5494 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5497         Refer wl-message-buffer-name.
5498         (wl-message-wheel-down): Ditto.
5499
5500 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-vars.el (wl-message-buffer-name): New user option.
5503
5504         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5505         directly instead of making alist dinamically.
5506
5507         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5508         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5509         wl-message-buffer-cache-name.
5510         (wl-message-buffer-cache-clean-up): Ditto.
5511
5512         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5513
5514         * Version number is increased to 2.9.15.
5515
5516 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-vars.el (wl-summary-default-view-alist): New user option.
5519
5520         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5521
5522         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5523         while deleting address.
5524         (wl-draft-delete-myself-from-cc): Ditto.
5525
5526         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5527         If optional argument is specified, reverse sort order.
5528
5529         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5530
5531 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-thread.el (wl-thread-insert-message): Return parent number if
5534         exists.
5535         (wl-thread-update-indent-string-region): Use
5536         wl-thread-update-line-on-buffer-sub instead of
5537         wl-thread-update-line-on-buffer.
5538
5539 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5540
5541         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5542         (wl-folder-close-all): Ditto.
5543
5544 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5545
5546         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5547         and mailing-list:.
5548         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5549         value.
5550         (wl-summary-line-list-info): Print mailing-list name even when 
5551         list-number is empty.
5552
5553 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5554
5555         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5556
5557         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5558         (wl-draft-open-file): Ditto.
5559         (wl-draft-random-alphabet): Ditto.
5560
5561         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5562         bindings.
5563
5564 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5565
5566         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5567         * wl-vars.el (wl-draft-config-alist): Ditto.
5568
5569 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * Version number is increased to 2.9.14.
5572
5573         * wl.el (wl): Don't set wl-init as nil when error occured while
5574         auto-checking folders.
5575
5576         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5577         `elmo-expand-newtext'.
5578
5579 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5580
5581         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5582         `this-command' so that `wl-folder-goto-folder' contained in
5583         `wl-summary-keep-cursor-command' work.
5584
5585 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5586
5587         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5588         message buffer displaying state.
5589
5590 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5591
5592         * wl-vars.el (wl-summary-default-view): New variable to specify
5593         default value for `wl-summary-buffer-view' instead of using
5594         set-default.
5595         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5596
5597 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5598
5599         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5600
5601         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5602
5603 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5604
5605         * wl-vars.el (wl-forward-subject-prefix): New variable.
5606         * wl-draft.el (wl-draft-forward): Use it.
5607
5608 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-message.el (wl-message-prev-page): When it is called without
5611         lines argument, scroll down by wl-message-scroll-amount lines.
5612         (wl-message-next-page): Ditto.
5613         * wl-vars.el (wl-message-scroll-amount): Change default value
5614         to preserve current behavior.
5615
5616 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5617
5618         * wl-summary.el (wl-summary-prefetch-msg): Bind
5619         `wl-message-entity' to call `wl-summary-from-function'.
5620
5621 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-message.el (wl-message-buffer-create): Run
5624         wl-message-buffer-created-hook.
5625
5626 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-summary.el (wl-summary-sort-specs): New variable.
5629         (wl-summary-default-sort-spec): Ditto.
5630         (wl-summary-sort): Rewrite.
5631         (wl-summary-sort-by-list-info): New function.
5632
5633 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5634
5635         * wl-summary.el (wl-summary-get-list-info): New function.
5636         (wl-summary-sort): Rewrite.
5637         (wl-summary-line-list-info): Ditto.
5638         (wl-summary-line-list-count): Ditto.
5639         (wl-summary-refile-region): Fixed docstring.
5640
5641 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5644         `wl-folder-entity-hashtb' as completion table.
5645
5646 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5649         only when this command is called interactively; silence the byte-
5650         compiler.
5651
5652 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5653
5654         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5655         active in XEmacs.
5656
5657 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5658
5659         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5660         plural lines.
5661
5662 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5663
5664         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5665         of current line when the cursor is on the header name.
5666         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5667
5668 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5669
5670         * wl-util.el (wl-read-directory-name): Return displayed directory
5671         as the default value also on XEmacs.
5672
5673 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5676         formatting.
5677
5678 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5681         argument and when it is non-nil, check face property before
5682         highlighting for each line.
5683         (wl-highlight-summary-window): Set it.
5684
5685 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5688         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5689
5690         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5691         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5692         (wl-draft-get-fcc-list): Likewise.
5693
5694 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5697         (wl-thread-entity-cur): Ditto.
5698         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5699         wl-thread-indent-regexp setting.
5700         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5701
5702         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5703         wl-summary-lazy-highlight.
5704         (wl-summary-display-bottom): Ditto.
5705
5706         * wl-thread.el (wl-thread-open-close): Likewise.
5707
5708         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5709         from and subject;
5710         Bind wl-draft-use-frame;
5711         Enclose with save-window-excursion;
5712         Use wl-draft-create-buffer instead of with-temp-buffer;
5713         Use wl-draft-prepare-edit;
5714         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5715         Use wl-draft-send instead of wl-draft-raw-send.
5716
5717 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5718
5719         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5720         of using wl-from.
5721
5722 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5725         insert-buffer instead of clone-buffer.
5726         (wl-draft-doing-mime-bcc): New variable.
5727         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5728         infinite loop.
5729         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5730
5731         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5732         (wl-draft-mime-bcc-body): Ditto.
5733
5734         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5735         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5736         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5737         wl-draft-do-mime-bcc.
5738         (wl-draft-mime-bcc-field): New function.
5739         (wl-draft-do-mime-bcc): Ditto.
5740
5741         * wl-address.el (wl-address-complete-header-list): New variable.
5742         (wl-address-complete-header-regexp): Changed default value.
5743
5744         * Version number is increased to 2.9.13.
5745
5746 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5749         it is differed.
5750
5751 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5752
5753         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5754         (wl-summary-line-list-count): Ditto.
5755
5756 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5757
5758         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5759         (wl-nntp-posting-function): New variable.
5760         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5761         `wl-nntp-posting-config-alist'.
5762
5763 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5764
5765         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5766         FLIM.
5767
5768 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5769
5770         * wl-summary.el (wl-summary-target-mark-refile-sub):
5771         Remove a nuisance funcall.
5772
5773 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5776         as t for `try-completion'.
5777
5778 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-summary.el (wl-summary-default-from): Use
5781         wl-address-header-extract-address instead of
5782         std11-extract-address-components.
5783         (wl-summary-simple-from): Ditto.
5784         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5785         (wl-summary-insert-headers): Show message.
5786         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5787         for whole line.
5788         (wl-summary-default-from): Revert last change.
5789         (wl-summary-simple-from): Ditto.
5790         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5791         (wl-summary-mark-as-read-region): Follow the change above.
5792         (wl-summary-sync-marks): Ditto.
5793         (wl-summary-target-mark-mark-as-read): Ditto.
5794         (wl-summary-redisplay-internal): Ditto.
5795         (wl-summary-redisplay-no-mime-internal): Ditto.
5796         (wl-summary-redisplay-all-header): Ditto.
5797         (wl-summary-mark-as-read): Removed argument `cached';
5798         Use current cache status to set cache mark.
5799         (wl-summary-redisplay-internal): Follow the change above.
5800         (wl-summary-redisplay-no-mime-internal): Ditto.
5801         (wl-summary-redisplay-all-header): Ditto.
5802
5803         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5804
5805         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5806         Don't call itself recursively (Adviced by Yamaoka-san).
5807
5808 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5809
5810         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5811         bind wl-summary-highlight as nil to avoid error caused by missing
5812         local variables.
5813
5814 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl-vars.el (wl-invalid-character-message): New user option.
5817
5818         * wl-util.el (wl-set-string-width): If truncated string-width is
5819         larger than specified width, use `wl-invalid-character-message'.
5820
5821 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5822
5823         * wl-summary.el (wl-summary-prefetch-msg): 
5824         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5825
5826 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * wl-vars.el (wl-summary-check-line-format): New user option.
5829         (wl-summary-line-format-file): Ditto.
5830
5831         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5832         variable.
5833         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5834         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5835         and `wl-summary-view-old-p' to check whether do a rescan or not.
5836         (wl-summary-view-old-p): New function.
5837         (wl-summary-line-format-changed-p): Ditto.
5838         (wl-summary-line-format-save): Ditto.
5839         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5840
5841         * wl-util.el (wl-set-string-width): Avoid using negative number
5842         for make-string.
5843
5844 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5845
5846         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5847         return value.
5848
5849         * wl-util.el (wl-set-string-width): Added optional argument
5850         `padding' (All other related portions are changed).
5851         (wl-line-parse-format): If the first letter of column number is
5852         `0', zero-padding the result (ex: "%05l").
5853
5854         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5855
5856 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5857
5858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5859         sequential summary view.
5860
5861 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5864         if it doesn't have a -unix version.
5865
5866 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5867
5868         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5869
5870 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5873         content.
5874         (wl-draft): Follow the change above.
5875
5876         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5877
5878         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5879         and wl-folder-summary-line-format-alist contain %T and %P.
5880
5881         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5882         (wl-summary-mode-line-format): New user option.
5883         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5884         (wl-summary-line-format): Changed default value.
5885         (wl-summary-lazy-highlight): Changed default value.
5886
5887         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5888         change in wl-summary-create-line.
5889         (wl-thread-insert-entity-sub): Ditto.
5890
5891         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5892         (wl-summary-buffer-unread-status): Ditto.
5893         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5894         (wl-summary-buffer-persistent-mark-column): Ditto.
5895         (wl-summary-buffer-mode-line-formatter): Ditto.
5896         (wl-summary-buffer-mode-line): Ditto.
5897         (wl-summary-message-regexp): Abolished.
5898         (All other related portions are changed.)
5899         (wl-summary-detect-mark-position): New function.
5900         (wl-summary-buffer-set-folder): Setup
5901         wl-summary-buffer-mode-line-formatter.
5902         (wl-summary-mode): Setup selective-display;
5903         Setup pre-idle-hook when xemacs.
5904         (wl-summary-update-modeline): Rewrite.
5905         (wl-summary-jump-to-msg): Define as function;
5906         Changed regexp for searching messages.
5907         (wl-summary-message-number): Rewrite.
5908         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5909         Do rescan when old type summary cache.
5910         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5911         (wl-summary-remove-destination): Use '\r' to detect EOL.
5912         (wl-summary-print-destination): Ditto.
5913         (wl-summary-temp-mark): New inline function.
5914         (wl-summary-persistent-mark): Ditto.
5915         (wl-summary-line-number): New function.
5916         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5917         (wl-summary-line-list-count): New function.
5918         (wl-summary-create-line): Added argument persistent-mark.
5919         (All other related portions are changed)
5920         (wl-summary-create-line): Insert '\r'.
5921         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5922         (wl-summary-cursor-move-surface): New inline function.
5923         (wl-summary-prev): Use it.
5924         (wl-summary-next): Ditto.
5925
5926         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5927         wl-summary-message-regexp.
5928         (wl-highlight-summary): Delete progress message.
5929         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5930
5931         * Version number is increased to 2.9.12.
5932
5933 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5934
5935         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5936         variable (nil: no minimum).
5937         (wl-summary-line-subject): Add some spaces after subject by
5938         wl-summary-line-subject-minimum-length.
5939
5940 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5941
5942         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5943         and removed `F'.
5944         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5945         change above).
5946
5947 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5948
5949         * wl-summary.el (wl-summary-line-list-count): Reverted.
5950         (example setting in samples/*/dot.wl is also updated)
5951
5952 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5955
5956         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5957
5958         * wl-vars.el (wl-summary-line-format): Addes some description to the
5959         docstring.
5960
5961         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5962         (wl-summary-line-close-bracket): Ditto.
5963         (wl-summary-line-children-number): Ditto.
5964         (wl-summary-line-thread-indent): Ditto.
5965         (wl-summary-line-children-and-from): Ditto.
5966
5967         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5968         't', 'c', 'F' and added 'C'.
5969
5970         * wl-util.el (wl-set-string-width): Accept negative value.
5971         (wl-line-parse-format): Added "%number(" and "%)".
5972
5973 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5974
5975         * wl-summary.el (wl-summary-line-list-count): Change format of the
5976         return value.
5977
5978 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5979
5980         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5981         from the recent message.el.
5982         (wl-draft-point-in-header-p): Ditto.
5983         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5984         wl-draft-beginning-of-line.
5985         * wl-e21.el (wl-draft-mode-map): Ditto.
5986         * wl-xmas.el (wl-draft-mode-map): Ditto.
5987
5988         * wl-folder.el: Sort macrodefs by dependencies.
5989
5990 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5991
5992         * wl-summary.el (wl-summary-prev): Fixed regexp.
5993         (wl-summary-next): Ditto.
5994
5995 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5996
5997         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5998
5999 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6000
6001         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6002         for backward compatibility.
6003
6004 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6005
6006         * wl-summary.el (wl-summary-line-list-count): New function, merged
6007         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6008         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6009         list counts.
6010
6011 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * wl-summary.el (wl-summary-create-line): Ignore errors while
6014         timezone-fix-time.
6015
6016         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6017
6018         * wl-summary.el (wl-summary-sync-update): Ditto.
6019         (wl-summary-default-from): Use wl-message-entity
6020         instead of entity.
6021
6022         * wl-summary.el (wl-summary-create-line): Fix.
6023
6024         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6025         (wl-summary-line-format): New user option.
6026         (wl-folder-summary-line-format-alist): Ditto.
6027         (wl-summary-from-width): Abolished.
6028
6029         * wl-util.el (toplevel): Require 'bytecomp.
6030         (wl-line-parse-format): New function.
6031         (wl-line-formatter-setup): New macro.
6032
6033         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6034         (wl-summary-buffer-line-formatter): New buffer local variable.
6035         (wl-summary-switch-to-clone-buffer): Follow the change above.
6036         (wl-summary-message-regexp): Fix.
6037         (wl-summary-from-func-internal): Abolished.
6038         (wl-summary-subject-func-internal): Ditto.
6039         (wl-summary-subject-filter-func-internal): Ditto.
6040         (All other related portions are changed.)
6041         (wl-summary-buffer-set-folder):
6042         Set up wl-summary-buffer-number-column and 
6043         wl-summary-buffer-line-formatter
6044         (All other related portions are changed.)
6045         (wl-summary-buffer-number-column-detect): Abolished.
6046         (All other related portions are changed.)
6047         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6048         (wl-summary-delete-all-temp-marks-on-buffer): Use
6049         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6050         (wl-summary-target-mark-delete): Ditto.
6051         (wl-summary-target-mark-refile-subr): Ditto.
6052         (wl-summary-target-mark-mark-as-read): Ditto.
6053         (wl-summary-target-mark-mark-as-unread): Ditto.
6054         (wl-summary-target-mark-mark-as-important): Ditto.
6055         (wl-summary-target-mark-save): Ditto.
6056         (wl-summary-replace-status-marks): Renamed from
6057         wl-summary-set-status-marks-on-buffer;
6058         Use wl-summary-message-regexp instead of
6059         wl-summary-buffer-number-regexp.
6060         (wl-summary-sync-update): Follow the change above.
6061         (wl-summary-goto-previous-message-beginning): New function.
6062         (wl-summary-mark-as-unread): Use it.
6063         (wl-summary-mark-as-important): Ditto.
6064         (wl-summary-line-formatter): New variable.
6065         (wl-summary-line-year): New function.
6066         (wl-summary-line-day): Ditto.
6067         (wl-summary-line-day-of-week): Ditto.
6068         (wl-summary-line-hour): Ditto.
6069         (wl-summary-line-minute): Ditto.
6070         (wl-summary-line-open-bracket): Ditto.
6071         (wl-summary-line-close-bracket): Ditto.
6072         (wl-summary-line-children-number): Ditto.
6073         (wl-summary-line-thread-indent): Ditto.
6074         (wl-summary-line-size): Ditto.
6075         (wl-summary-line-subject): Ditto.
6076         (wl-summary-line-from): Ditto.
6077         (wl-summary-line-children-and-from): Ditto.
6078         (wl-summary-create-line): Rewritten.
6079         (wl-summary-format-date): Abolished.
6080
6081         * wl-highlight.el (wl-highlight-summary-current-line): Use
6082         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6083         Use thread structure to detect thread top message.
6084
6085         * wl-draft.el (wl-default-draft-cite): Don't use
6086         wl-summary-from-func-internal.
6087
6088         * wl-refile.el (wl-refile-subject-learn): Don't use
6089         wl-summary-subject-filter-func-internal.
6090         (wl-refile-guess-by-subject): Ditto.
6091
6092         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6093         parameters.
6094
6095         * wl-thread.el (wl-thread-update-indent-string-region):
6096         Use wl-thread-update-line-on-buffer instead of
6097         wl-thread-update-indent-string.
6098         (wl-thread-update-children-number): Redefine using
6099         wl-thread-update-line-on-buffer.
6100         (wl-thread-update-indent-string): Abolished.
6101
6102         * Version number is increased to 2.9.11.
6103
6104 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6105
6106         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6107         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6108         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6109
6110         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6111         as nil.
6112
6113         * wl-thread.el (wl-thread-open-all-unread): Use 
6114         elmo-folder-list-messages-mark-match.
6115         (wl-thread-insert-message): Removed argument `mark-alist'.
6116         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6117         elmo-msgdb-set-mark.
6118         (wl-thread-get-children-msgs-uncached): Likewise.
6119         (wl-thread-get-exist-children): Added argument include-self.
6120         (wl-thread-delete-message): Follow the change above.
6121
6122         * wl-summary.el (wl-summary-count-unread): Removed argument.
6123         (wl-summary-rescan): Follow the change above.
6124         (wl-summary-mark-as-read-region): Ditto
6125         (wl-summary-mark-as-unread-region): Ditto.
6126         (wl-summary-delete-messages-on-buffer): Ditto.
6127         (wl-summary-sync-update): Ditto.
6128         (wl-summary-switch-to-clone-buffer): Ditto.
6129         (wl-summary-goto-folder-subr): Ditto.
6130         (wl-summary-target-mark-mark-as-read): Ditto.
6131         (wl-summary-target-mark-mark-as-unread): Ditto.
6132         (wl-summary-target-mark-mark-as-important): Ditto.
6133         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6134         (wl-summary-update-thread): Removed argument `mark-alist'.
6135         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6136         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6137         (wl-summary-resume-cache-status): Likewise.
6138         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6139         elmo-msgdb-set-mark.
6140         (wl-summary-mark-as-read-all): Likewise.
6141         (wl-summary-delete-cache): Ditto.
6142         (wl-summary-auto-select-msg-p): Ditto.
6143         (wl-summary-mark-as-unread): Ditto.
6144         (wl-summary-no-auto-refile-message-p): Ditto.
6145         (wl-summary-mark-as-read): Ditto.
6146         (wl-summary-mark-as-important): Ditto.
6147         (wl-summary-auto-refile): Follow the change above.
6148         (wl-summary-delete-all-marks): Removed.
6149         (wl-summary-resume-marks-and-highlight): Ditto.
6150         (wl-summary-resume-marks): Ditto.
6151         (wl-summary-delete-important-msgs-from-list): Ditto.
6152         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6153
6154         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6155         wl-summary-count-unread.
6156
6157         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6158         (wl-summary-score-update-all-lines): Use
6159         elmo-msgdb-set-mark.
6160
6161 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6162
6163         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6164         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6165         (wl-summary-create-line): Renamed from
6166         wl-summary-overview-create-summary-line;
6167         Argument rearrangement.
6168         (wl-summary-update-thread): Follow the change above.
6169
6170         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6171         (wl-thread-insert-entity-sub): Likewise.
6172
6173         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6174         argument `overview', `mark-alist' and added `msgdb'.
6175
6176         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6177
6178         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6179         (wl-summary-rescan): Follow the change above.
6180         (wl-summary-sync-update): Ditto.
6181         (wl-summary-insert-thread-entity): Ditto;
6182         Don't use `let*' in every while loop;
6183         Detect infinite loop of threads.
6184         (wl-summary-update-thread): Removed argument `overview'.
6185
6186         * wl-thread.el (wl-thread-insert-message): Ditto.
6187
6188         * Version number is increased to 2.9.10.
6189
6190         * wl-message.el (wl-message-redisplay): Ignore errors while
6191         wl-message-redisplay-hook.
6192
6193 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6194
6195         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6196
6197 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl.el (wl): inhibit-quit while wl-folder.
6200
6201 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6204         while msgdb access.
6205
6206 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6207
6208         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6209         even if no folder is not created.
6210
6211 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6214
6215         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6216         implementation.
6217         (wl-summary-target-mark-thread): Ditto.
6218
6219         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6220
6221 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6222
6223         * wl-util.el (wl-display-bytes): Remove unused function.
6224
6225 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6228         seems critical one (partially reverse the change in 2002/03/17).
6229
6230 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6233         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6234
6235 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6236
6237         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6238         is not writable.
6239         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6240         plugged status instead of `'force' as 2nd argument.
6241
6242         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6243         is not creatable.
6244
6245         * Version number is increased to 2.9.9.
6246
6247 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6248
6249         * wl-summary.el (wl-summary-suspend): New function.
6250
6251 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6252
6253         * wl.el (wl): Do not check variables if check is nil.
6254         * wl-utils.el (wl-collect-draft): New function.
6255         * wl-folder.el (wl-folder-suspend): Put summary buffers
6256         and draft buffers at the end of buffer list.
6257         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6258
6259 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6260
6261         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6262         loop instead of recursive call.
6263
6264         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6265         2nd argument.
6266
6267 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6268
6269         * wl-draft.el (wl-draft-create-contents): Don't take neither
6270         (function . args) nor (string . something) any more.
6271
6272         * wl-version.el (wl-generate-user-agent-string): Return string
6273         without header symbol.
6274         * wl-draft.el (wl-draft-default-headers): Use it.
6275
6276         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6277         `wl-draft-insert-ccs' and return field value instead of inserting
6278         the header. Abolish cc argument.
6279         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6280
6281         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6282         rather than one with string car.
6283
6284         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6285         * wl-draft.el (wl-draft-create-contents): Add it after the default
6286         headers.
6287
6288         * wl-draft.el (wl-draft-create-contents): For the case of
6289         (symbol-or-string . function) insert header only when the function
6290         returns string value.
6291
6292 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6293
6294         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6295         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6296
6297 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6298
6299         * wl.el (wl-check-environment): Don't check Message-ID when
6300         `wl-insert-message-id' is nil.
6301         Revive checking if `wl-message-id-domain' contains "@".
6302
6303 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6304
6305         * wl.el (wl-check-environment): Merge examination for "@" at
6306         inappropriate position into the first string-match.
6307
6308         * wl-summary.el (wl-summary-target-mark-print): New function.
6309         (wl-summary-pipe-message-subr): Extracted from
6310         `wl-summary-pipe-message'.
6311         (wl-summary-target-mark-pipe): New function.
6312         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6313         `wl-summary-target-mark-pipe'.
6314
6315 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6316
6317         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6318
6319 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6320
6321         * wl.el (wl-check-environment): Use elmo-warning instead of
6322         error for non-critical ones.
6323         Remove trash folder check.
6324         (wl): Don't ignore error in wl-check-environment.
6325
6326         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6327         check, which is moved from `wl-check-environment'.
6328         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6329
6330 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6331
6332         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6333         guess anything, call wl-summary-write.
6334         (wl-summary-write): Create draft with blank To field.
6335         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6336
6337 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6340         argument full as well for wl-folder-write-current-folder.
6341         If wl-*-write-current-folder cannot guess addressee, add blank
6342         To header.
6343         Rewrite condition for positioning cursor.
6344
6345 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6346
6347         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6348         summary buffer is present, use it.
6349         (wl-folder-jump-to-previous-summary): Ditto.
6350
6351 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6352
6353         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6354
6355         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6356         wl-summary-previous-buffer and wl-summary-next-buffer.
6357
6358         * wl-folder.el (wl-folder-mode-map): Bind
6359         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6360         (wl-folder-jump-to-next-summary): New function.
6361         (wl-folder-jump-to-previous-summary): Ditto.
6362
6363         * wl-draft.el (wl-draft): Rearranged.
6364
6365 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6366
6367         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6368         of header.
6369         (wl-draft): Collect arguments for the header as header-alist.
6370         (wl-draft-forward): Arrange arguments for wl-draft.
6371         (wl-draft-reply): Ditto.
6372         (wl-draft-edit-string): Ditto.
6373         * wl-summary.el (wl-summary-write): Ditto.
6374         (wl-summary-write-current-folder): Ditto.
6375
6376         * Version number is increased to 2.9.8.
6377
6378 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6379
6380         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6381
6382         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6383
6384         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6385         even if the guess failed.
6386
6387         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6388         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6389         wl-summary-write-current-folder.
6390         * wl-xmas.el: Ditto.
6391
6392 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6393
6394         * wl-summary.el (wl-summary-next-page): Force display message if
6395         message is not displayed yet.
6396         (wl-summary-prev-page): Ditto.
6397
6398 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6399
6400         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6401
6402 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6403
6404         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6405         add "Preview Message" and "Save Draft and Exit".
6406
6407 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6408
6409         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6410         if addrmgr is called from draft in splitted window.
6411
6412         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6413         * wl-mule.el: Ditto.
6414         * wl-xmas.el: Ditto.
6415
6416 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6417
6418         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6419
6420         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6421         * wl-xmas.el (wl-folder-toolbar): Ditto.
6422
6423 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6424
6425         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6426         and wl-draft-save-and-exit.
6427         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6428         * wl-xmas.el: Ditto.
6429         * wl-mule.el: Ditto.
6430
6431         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6432         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6433
6434 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6437         lists for saving buffer.
6438
6439 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6440
6441         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6442         parent-folder argument instead of it.
6443         (wl-draft-create-buffer): Ditto.
6444         (wl-draft-forward): Ditto.
6445         (wl-draft-reply): Ditto.
6446         * wl-summary.el (wl-summary-write): Ditto.
6447         (wl-summary-write-current-folder): Ditto.
6448
6449         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6450         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6451         Folder buffer after composing.
6452
6453 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6456         header if the file `wl-x-face-file' already contains it.
6457
6458 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6459
6460         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6461         folder" entry.
6462         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6463         * wl-e21.el (wl-folder-toolbar): Ditto.
6464         * wl-xmas.el (wl-folder-toolbar): Ditto.
6465
6466 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6467
6468         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6469         wl-folder-goto-folder with sticky argument.
6470         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6471
6472 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6475         and wl-summary-previous-buffer.
6476         (wl-summary-next-buffer): New function.
6477         (wl-summary-previous-buffer): Ditto.
6478
6479 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6480
6481         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6482         wl-folder-jump-to-current-entity-with-arg.
6483         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6484         `wl-folder-jump-to-current-entity'.
6485         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6486         `wl-summary-goto-folder-sticky'.
6487         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6488         `wl-summary-goto-folder'.
6489         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6490         Unless force-exit, do not clean temp. marks for sticky summary.
6491         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6492
6493 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6496         not entire.
6497
6498 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6501         to `C-x C-s'.
6502         (wl-summary-save-status): New command.
6503         (wl-summary-exit): Don't clean-up temp marks when sticky.
6504         (Applied patch from Nakayama-san [wl: 09548])
6505         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6506         Do nothing when no mark data.
6507         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6508         Call `wl-summary-delete-all-temp-marks' before saving.
6509
6510 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6511
6512         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6513
6514 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6515
6516         * wl.el (wl-check-environment): Also cause error when (system-name)
6517         returns "localhost.localdomain". (Although it doesn't affect because
6518         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6519
6520 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6521
6522         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6523         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6524
6525         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6526         value.
6527
6528 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6531         Likewise r-cc-list and r-ng-list.
6532
6533 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6536         only if it is bound as variable.
6537
6538         * wl-mime.el (wl-draft-preview-message): Ditto.
6539
6540 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6543         needless `goto-char'.
6544
6545         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6546         `wl-summary-redisplay-no-mime-internal' instead of
6547         `wl-summary-redisplay-no-mime'.
6548         (wl-summary-redisplay-no-mime): Changed argument;
6549         Call `wl-summary-redisplay-no-mime-internal'.
6550
6551         * wl-mime.el (wl-draft-preview-message): Bind
6552         `mime-header-encode-method-alist' locally.
6553
6554         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6555         (wl-draft-std11-parse-addresses): Added the first address check.
6556         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6557
6558         * Version number is increased to 2.9.7.
6559
6560 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6563
6564 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6565
6566         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6567         related to scrollbar support, if there is no such a feature
6568         compiled in.
6569
6570 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6571
6572         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6573         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6574         for prefetch.
6575
6576 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-summary.el (wl-summary-pick): Fix for no match.
6579
6580 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6581
6582         * wl-draft.el (wl-draft-save):
6583         Override `mime-header-encode-method-alist'.
6584
6585 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-folder.el (wl-folder-pick): New function.
6588         Define key as "?".
6589
6590 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6591
6592         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6593         Fix for unplugged.
6594
6595 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-folder.el (wl-folder-virtual): New function.
6598         Define key as "V".
6599
6600 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6603         multi folder if entity is group.
6604
6605 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6606
6607         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6608         is nil.
6609
6610 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6611
6612         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6613         (wl-summary-target-mark-msgs): Return the number of marked messages.
6614
6615 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6616
6617         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6618         "first:" is specified.
6619
6620 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6621
6622         * wl-vars.el (wl-from): Use return value of function
6623         user-full-name instead of the variable user-full-name since
6624         XEmacs-20.4 doesn't set this variable.
6625
6626 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6629         call `wl' directly.
6630
6631 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6632
6633         * wl-draft.el (wl-draft-reedit): Removed duplicated
6634         switch-to-buffers.
6635
6636 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * wl.el (wl-other-frame): Removed garbages.
6639
6640 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6643
6644         * wl-xmas.el (wl-draft-key-setup): Ditto.
6645
6646         * wl-mule.el (wl-draft-key-setup): Ditto.
6647
6648         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6649         (wl-draft-reedit): Ditto.
6650         (wl-draft-prepare-edit): Add `wl-draft-save' to
6651         `local-write-file-hooks'.
6652         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6653         (wl-draft-reedit): Set buffer-file-name.
6654         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6655
6656
6657         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6658         call it.
6659         (wl-delete-startup-frame-function): New variable.
6660         (wl-other-frame): New function
6661         (Original was written by Yamaoka san [wl: 09239]).
6662
6663         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6664         if `wl-folder-use-frame'.
6665
6666 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6669
6670 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6673         New variable.
6674         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6675         (wl-message-buffer-prefetch-get-next): Use them.
6676         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6677
6678 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6681         with unwind-protect.
6682
6683         * wl-draft.el (wl-draft-reedit): Rewrite.
6684         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6685         (wl-draft-save): Insert header separator if it does not exist;
6686         Removed condition-case.
6687
6688         * wl-summary.el (wl-summary-reedit): Revert last change.
6689
6690         * wl-draft.el (wl-draft-save): Rewrite.
6691         (wl-draft-create-buffer): Set buffer-file-name as nil.
6692
6693         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6694
6695         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6696
6697         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6698         nil.
6699
6700 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6701
6702         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6703         If count is nil, do not prefetch.
6704         (wl-message-buffer-prefetch-next): Next.
6705
6706 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6709
6710 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6713         `delete-backward-char'
6714         (wl-draft-prepare-edit): Check major-mode.
6715         (wl-draft-decode-header): Rewrite.
6716         (wl-draft): Fix.
6717
6718 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6721
6722 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6725         (wl-message-buffer-prefetch-get-next): Remove size checking.
6726         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6727
6728 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6729
6730         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6731         (wl-draft-default-headers): Fix.
6732
6733 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6734
6735         * wl-draft.el (wl-draft-default-headers): Insert return value of
6736         `wl-generate-mailer-string-function'.
6737
6738 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6741         (wl-draft-insert-mail-header-separator): Ditto.
6742
6743         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6744         again (Reverted the change on 2002-01-17 by OKADA san).
6745
6746 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-draft.el (wl-draft): Rewrite.
6749         (wl-draft-create-buffer): New function.
6750         (wl-draft-create-contents): Ditto.
6751         (wl-draft-prepare-edit): Ditto.
6752         (wl-draft-decode-header): Ditto.
6753         (wl-draft-decode-body): Ditto.
6754         (wl-draft-check-new-line): Ditto.
6755         (wl-draft-default-headers): Ditto.
6756         (wl-draft-insert-mail-header-separator): Ditto.
6757
6758 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * Version number is increased to 2.9.6.
6761
6762 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl-draft.el (wl-draft-delete-field): Optional argument.
6765         (wl-draft-delete-fields): Ditto.
6766
6767 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-message.el (toplevel): Eliminated byte-compile warning.
6770         for `itimer-function', `delete-timer' and `itimer-list'.
6771
6772 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6775         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6776         `wl-message-buffer-prefetch-threshold'.
6777         * wl-summary.el (wl-summary-redisplay-internal): Remove
6778         the check of `wl-message-buffer-prefetch-depth'.
6779
6780 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6783         size of article.
6784         (wl-message-buffer-prefetch-subr): Remove size check.
6785
6786 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6787
6788         * wl-vars.el (wl-plugged): Make customizable.
6789
6790 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6793         (wl-message-buffer-prefetch-set-timer): New function.
6794         (wl-message-buffer-prefetch-get-next): New function.
6795         (wl-message-buffer-prefetch): New function.
6796         (wl-message-buffer-prefetch-next): Rewrite.
6797         (wl-message-buffer-prefetch-subr): Rewrite.
6798         * wl-vars.el (wl-auto-prefetch-first): New variable.
6799         * wl-summary.el (wl-summary-goto-folder-subr): Call
6800         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6801
6802 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6805         `wl-summary-unread-message-hook'.
6806
6807 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6808
6809         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6810         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6811         if range is `cache-status'.
6812
6813 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-message.el (wl-message-buffer-prefetch-subr):
6816         Improve debug message.
6817
6818 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6821         `wl-mail-send-pre-hook'.
6822         (wl-draft-send-mail-with-qmail): Ditto.
6823         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6824
6825 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6826
6827         * wl-message.el (wl-message-buffer-prefetch-subr):
6828         Fix for cancel-function-timers bug.
6829         (wl-message-buffer-prefetch-debug): Default value is t.
6830
6831 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6832
6833         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6834         (wl-message-buffer-prefetch-subr): Rewrite.
6835         Rename from `wl-message-buffer-prefetch'.
6836
6837 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6840         (wl-default-draft-cite-decorate-author): Ditto.
6841
6842         * wl-draft.el (wl-draft-cite-function): Removed.
6843         (wl-default-draft-cite-decorate-author): Ditto.
6844
6845 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6846
6847         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6848         (wl-default-draft-cite): Do not arrange author name if the value of
6849         `wl-default-draft-cite-decorate-author' is nil.
6850
6851 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6854
6855         * wl-folder.el (wl-folder-check-one-entity): Don't care
6856         `elmo-folder-use-flag-p'.
6857
6858 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl-folder (wl-folder-check-one-entity): Fix
6861         problem if unread is nil.
6862
6863 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6864
6865         * wl-address.el (wl-address-make-completion-list): Check whether
6866         the address is a group list.
6867         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6868
6869 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6870
6871         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6872         The number of the messages of new and unread does not count
6873         correctly.
6874
6875         * wl-summary.el (wl-summary-count-unread): Changed to return
6876         `(new . unread)' instead of total.
6877         (wl-summary-sync-update): Follow the change above.
6878
6879         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6880
6881 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6882
6883         * wl-address.el (wl-address-make-completion-list): Do not enclose
6884         address by " <" and ">" if associated realname is "".
6885         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6886         This is against the promblem with group list in .addresses pointed
6887         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6888
6889 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6890
6891         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6892         message is a format control string.
6893         * wl-expire.el (wl-expire-append-log): Ditto.
6894         * wl-mime.el (wl-summary-burst-subr): Ditto.
6895         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6896         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6897
6898 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6899
6900         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6901         wl.el (wl-check-variables): Rename from `wl-check-type'.
6902         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6903         (wl-check-variables-2): New function.
6904         (wl): Call `wl-check-variables-2'.
6905
6906 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6907
6908         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6909         after renaming folder in access group.
6910
6911 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6912
6913         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6914         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6915         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6916         (wl-message-buffer-prefetch): Rewrite.
6917         (wl-message-buffer-prefetch-idle-time): Removed.
6918         * wl-summary.el (wl-summary-redisplay-internal):
6919         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6920         Error check for `wl-message-buffer-prefetch-depht'.
6921
6922 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6923
6924         * Version number is increased to 2.9.5.
6925         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6926
6927 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6928
6929         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6930         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6931         Based on the patch written by
6932         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6933
6934 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6935
6936         * wl-draft.el (wl-draft-raw-send): Fix for
6937         `wl-news-send-pre-hook'
6938
6939 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-utils.el (wl-message-id-function): New variable.
6942         * wl-draft.el (wl-draft-insert-required-fields):
6943         Use `wl-message-id-function'.
6944
6945 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6946
6947         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6948         * wl-utils.el (wl-draft-make-message-id-string):
6949         Use `wl-from' for domain part of Message-ID
6950         if `wl-message-id-use-wl-from' if non-nil.
6951         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6952
6953 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6954
6955         * wl.el (wl): Call `wl-check-type'
6956         Do not 'condition-case'.
6957
6958 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6959
6960         * wl.el (wl-check-type): New function.
6961         (wl-check-type-variables): New variable.
6962
6963 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6964
6965         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6966
6967 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl-draft.el (wl-smtp-password-key): New function.
6970         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6971         (wl-draft-send-mail-with-smtp): Ditto.
6972         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6973
6974 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6975
6976         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6977         * wl-utils.el (wl-unique-id-suffix): Remove.
6978
6979 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6980
6981         * Version number is increased to 2.9.4.
6982
6983 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6984
6985         * wl-utils.el (wl-unique-id-suffix): New variable.
6986         (wl-unique-id): Use `wl-unique-id-suffix'
6987
6988 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6989
6990         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6991         instead of `elmo-msgdb-search'.
6992
6993         * Version number is increased to 2.9.3.
6994
6995 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6996
6997         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6998
6999 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7002         (wl-draft-dispatch-message): Changed for send-later.
7003         (wl-draft-queue-flush): Ditto.
7004         (wl-draft): Clear `wl-sent-message-queued'.
7005         (wl-draft-reedit): Ditto.
7006         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7007         * wl-vars.el (wl-draft-force-queuing): New variable.
7008         (wl-draft-force-queuing-mail): New variable.
7009         (wl-draft-force-queuing-news): New variable.
7010
7011 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7014         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7015
7016 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7017
7018         * Version number is increased to 2.9.2.
7019
7020 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * wl-draft.el (wl-draft-elide-region): New user command.
7023         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7024
7025         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7026         command `wl-draft-elide-region'.
7027         * wl-mule.el: Ditto.
7028         * wl-xmas.el: Ditto.
7029
7030 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7033         (wl-biff-check-folder-async): Removed needless let.
7034
7035 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7038         wl-folder-get-elmo-folder.
7039         (wl-biff-check-folder): Set `biff' argument of
7040         `wl-folder-check-one-entity'.
7041         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7042
7043         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7044         (wl-folder-check-one-entity): Added `biff' argument;
7045         Setup `biff' slot of folder.
7046
7047         * Version number is increased to 2.9.1.
7048
7049 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7052         comment out and fixed.
7053         (wl-fldmgr-add-completion-subr): Ditto.
7054
7055         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7056         and msgdb.
7057
7058         * wl.el (wl-toggle-plugged): Save summary view.
7059
7060 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7063
7064 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7065
7066         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7067
7068 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7071         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7072         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7073
7074         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7075         if it was failed.
7076         (wl-demo): Disable undo in the demo buffer.
7077
7078 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-version.el (wl-version): Changed codename.
7081
7082         * Version number is increased to 2.9.0.
7083
7084 2001-12-14  Takuo KITAME <kitame@northeye.org>
7085
7086         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7087         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7088         (wl-folder-mark-as-read-all-current-entity): Ditto.
7089
7090 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-vars.el (wl-from-width): Define as obsolete variable.
7093         (wl-subject-length-limit): Ditto.
7094
7095         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7096
7097         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7098         wl-summary-save-view.
7099
7100         * wl.el (wl-save-status): Ditto.
7101         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7102
7103         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7104         (wl-summary-exit): Follow the change above.
7105         (wl-summary-goto-folder-subr): Ditto.
7106
7107         * wl-folder.el (wl-folder-create-subr): Don't use
7108         `elmo-folder-creatable-p'.
7109
7110 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7113
7114 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7117         rather than bitmap on Emacs 21.
7118         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7119         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7120         for xbm if the new redisplay engine is not available.
7121
7122 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-folder.el (wl-folder-init-hook): New hook.
7125         (wl-folder-init): Run `wl-folder-init-hook'.
7126
7127 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7130
7131 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-acap.el (wl-acap-cache-filename): New variable.
7134         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7135         (wl-acap-init): Use cache if no ACAP server found.
7136
7137 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7138
7139         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7140         `wl-acap-original-msgdb-dir'.
7141
7142         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7143         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7144
7145         * wl-mime.el (wl-mime-save-directory): Renamed from
7146         `wl-mime-save-dir'.
7147
7148 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7151
7152         * wl-demo.el: Require `path-util'.
7153         (wl-demo-bitmap-mule-available-p): New internal variable.
7154         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7155         `module-installed-p' instead.
7156         (wl-demo-insert-image): Use *.img file for a bitmap image.
7157         (wl-demo): Don't call the ascii demo recursively.
7158
7159 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7160
7161         * Version number is increased to 2.7.7.
7162
7163 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl.el (wl-exit): Eliminated byte-compile warning.
7166
7167 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7168
7169         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7170         obsolete variable using `elmo-define-obsolete-variable'.
7171         (wl-fetch-confirm-threshold): Ditto.
7172         (wl-cache-prefetch-folder-type-list): Ditto.
7173         (wl-cache-prefetch-folder-list): Ditto.
7174
7175 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7178         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7179         (wl-demo-insert-image): New function.
7180         (wl-demo-insert-text): New function.
7181         (wl-demo-image-type-alist): Redefine as a function.
7182         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7183         (wl-demo-with-temp-file-buffer): Removed.
7184         (wl-logo-xpm): Removed.
7185         (wl-logo-xbm): Removed.
7186         (wl-logo-bitmap): Removed.
7187
7188 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7189
7190         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7191         (wl-expire-localdir-get-folder-function): New user option.
7192         (wl-expire-localdir-get-folder): New function.
7193         (wl-expire-localdir-date): Ditto.
7194
7195 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7196
7197         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7198         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7199         Fixed unread number mismatch when all-unread < unread.
7200
7201 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7204         (wl-fetch-confirm-threshold): Ditto.
7205
7206         * wl-summary.el (wl-summary-confirm-appends): Removed.
7207         (wl-summary-sync-update): Don't refer
7208         `wl-summary-update-confirm-threshold' (It is now abolished).
7209
7210         * wl-message.el (wl-message-display-internal): Don't refer
7211         `wl-fetch-confirm-threshold' (It is now abolished).
7212
7213 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7216
7217 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7218
7219         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7220         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7221         Change default value to nil.
7222         (wl-summary-indent-length-limit): The value can be nil, nil means
7223         unlimited.
7224
7225         * wl-summary.el: Don't set limit for indent length if the value of
7226         wl-summary-indent-length-limit is nil.
7227         If the value of wl-summary-width is nil, it means only that the width
7228         of summary is unlimited (nil doesn't mean that the indent length is
7229         unlimited).
7230
7231         * wl-thread.el: Ditto.
7232
7233 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7234
7235         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7236         be nil, nil means never confirm.
7237         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7238
7239 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7240
7241         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7242         means unlimited).
7243
7244 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7245
7246         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7247         Use `with-temp-buffer'.
7248
7249 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7252         with new backquote style).
7253         (wl-folder-get-entity-from-buffer): Ditto.
7254
7255 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7256
7257         * wl-version.el (nemacs-version): Eliminated.
7258         (wl-extended-emacs-version2): Ignore nemacs.
7259         (wl-extended-emacs-version3): Ditto.
7260
7261 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7262
7263         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7264         (wl-draft-add-in-reply-to): New variable.
7265         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7266         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7267         (wl-draft-yank-from-mail-reply-buffer): Use
7268         `wl-draft-add-in-reply-to'.
7269         (wl-draft-insert-current-message): Ditto.
7270
7271 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7272
7273         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7274         typo (kill->hide).
7275         (wl-message-buffer-prefetch-folder-type-list): Added elements
7276         `mark' and `cache' instead of `internal'.
7277
7278 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7281         resume msgdb directory.
7282
7283 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl.el (wl-exit): Call `wl-acap-exit'.
7286
7287         * wl-summary.el (wl-summary-message-string): New function.
7288         (wl-summary-reedit): Use it.
7289         (wl-summary-resend-bounced-mail): Remove needless let.
7290         (wl-summary-supersedes-message): Ditto.
7291         (wl-summary-save): Ditto.
7292
7293         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7294         (wl-acap-init): Set it.
7295         (wl-acap-exit): New function.
7296
7297 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7298
7299         * wl.el (wl-init): Revert (require 'mime-setup). move from
7300         toplevel.
7301
7302 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7303
7304         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7305         local variables.  Add error when guess function return invalid
7306         value.
7307
7308 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7309
7310         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7311         Change local variable name.
7312         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7313         (wl-folder-get-newsgroups): Return nil when non-news folder.
7314         * wl-summary.el (wl-summary-write-current-folder): State through
7315         when guess-list return nil.
7316         (wl-summary-write-current-folder-functions): Fixed docstring.
7317
7318         * wl.el (wl-exit): Changed confirm message.
7319
7320         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7321         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7322
7323         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7324
7325 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7326
7327         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7328         user option (Renamed from wl-cache-prefetch-folder-type-list).
7329         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7330         from wl-cache-prefetch-folder-list).
7331
7332         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7333         Move to wl-vars.el.
7334         (wl-message-buffer-prefetch-p): Changed to enable
7335         `wl-message-buffer-prefetch-folder-list'.
7336
7337         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7338         `ignore-cache'.
7339
7340 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7341
7342         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7343         `part-top' and `part-bottom'.
7344         (wl-draft-config-sub-part-top): New function.
7345         (wl-draft-config-sub-part-bottom): New function.
7346
7347 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7348
7349         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7350
7351 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7352
7353         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7354
7355 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7356
7357         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7358
7359         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7360         (wl-summary-write-current-folder): Ditto.
7361
7362 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl-folder.el (wl-folder-get-newsgroups): Use
7365         `elmo-folder-newsgroups'.
7366
7367 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7368
7369         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7370         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7371         `wl-draft-config-sub-header-bottom'.
7372
7373 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7374
7375         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7376         localnews folder.
7377
7378 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7379
7380         * wl-summary.el (wl-summary-mode): Undo last change.
7381
7382         * wl-folder.el (wl-folder-mode): Ditto.
7383
7384 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7385
7386         * wl-summary.el (wl-summary-mode): Locally set
7387         truncate-partial-window-width to nil.
7388         (for XEmacs)
7389
7390         * wl-folder.el (wl-folder-mode): Ditto.
7391
7392 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7393
7394         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7395
7396 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7397
7398         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7399         number.
7400
7401         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7402
7403         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7404
7405         * Version number is increased to 2.7.6.
7406
7407 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7408
7409         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7410
7411 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7412
7413         * wl-summary.el (wl-summary-sync-update): Enclose network
7414         related portion with `unwind-protect'.
7415
7416 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7417
7418         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7419
7420 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7421
7422         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7423         element.
7424         * wl-vars.el (wl-message-body-button-alist): Ditto.
7425
7426         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7427         max match length.
7428         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7429
7430         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7431         for the max match length;
7432         Use 4th element value for the button string regexp group.
7433
7434         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7435         candidate exists, prompt to select.
7436
7437 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7438
7439         * wl-summary.el (wl-summary-jump-to-msg): Search before
7440         calibration point by `beginning-of-line'.
7441
7442 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7443
7444         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7445         for access group.
7446
7447 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-message.el (wl-message-display-internal): Bind
7450         `default-mime-charset'.
7451
7452         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7453
7454         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7455
7456         * Version number is increased to 2.7.5.
7457
7458 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7459
7460         * wl-expire.el (wl-summary-archive): Fixed;
7461         Use `elmo-folder-name-internal'.
7462
7463 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7464
7465         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7466         from `elmo-folder-move-messages' caller.
7467         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7468
7469         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7470         related portions are changed).
7471
7472 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7473
7474         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7475         counter.
7476
7477 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7478
7479         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7480         buffer local and set it to nil.
7481
7482         * wl-message.el (wl-message-redisplay): Ditto.
7483
7484 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7485
7486         * wl-summary.el (wl-summary-mark-as-important): If message is
7487         already cached, set messag as read, otherwise encache and mark as read.
7488
7489 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7490
7491         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7492         point-min.
7493
7494 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7497         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7498         a keymap.
7499
7500 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7503         parent.
7504
7505         * wl-mule.el (wl-message-define-keymap): Ditto.
7506
7507         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7508
7509         * wl-xmas.el (wl-message-display-internal-hook): Define.
7510         (wl-xmas-setup-message-toolbar): Define as function.
7511         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7512         (wl-message-overload-functions): Abolished.
7513         (wl-message-define-keymap): New function.
7514
7515         * wl-vars.el (wl-message-display-internal-hook): New variable.
7516         (wl-message-header-button-alist): New variable (Renamed from
7517         wl-highlight-message-header-button-alist).
7518         (wl-message-body-button-alist): Ditto.
7519
7520         * wl-mule.el (wl-message-define-keymap): New function.
7521         (wl-message-overload-functions): Abolished.
7522
7523         * wl-message.el (wl-message-add-buttons-to-body): New function.
7524         (wl-message-redisplay): Don't call wl-message-overload-functions;
7525         Call wl-message-add-buttons-to-header and
7526         wl-message-add-buttons-to-body.
7527         (wl-message-display-internal): Set keymap argument for
7528         elmo-mime-display-as-is, elmo-mime-message-display;
7529         Run wl-message-display-internal-hook.
7530         (wl-message-refer-article-or-url): Abolished.
7531
7532         * wl-highlight.el (wl-highlight-headers): Don't call
7533         wl-highlight-message-add-buttons-to-header.
7534         (wl-highlight-message-add-buttons-to-header): Abolished.
7535
7536
7537         * wl-e21.el (wl-message-display-internal-hook): Define.
7538         (wl-e21-setup-toolbar): Deleted duplicated binding.
7539         (wl-e21-setup-message-toolbar): Define as function.
7540         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7541         (wl-message-define-keymap): New function.
7542         (wl-message-overload-functions): Abolished.
7543
7544 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7547         and elmo-folder-close.
7548
7549         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7550
7551 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7552
7553         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7554         boolean value.
7555         * wl-draft.el (wl-draft-do-fcc): Ditto.
7556
7557 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7558
7559         * wl-vars.el (wl-fcc-force-as-read): New variable.
7560         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7561         mark copied message as read.
7562
7563 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7564
7565         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7566
7567 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7568
7569         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7570         `wl-summary-target-above' instead of obsolete variable
7571         `wl-summary-temp-above'.
7572
7573         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7574         instead of `make-obsolete-variable'.
7575         * wl-refile.el (toplevel): Ditto.
7576
7577 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7580         with third argument t.
7581         (wl-draft): Set first argument for wl-plugged-init as t.
7582
7583         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7584         definition.
7585
7586 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7587
7588         * wl-vars.el: Tabify.
7589         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7590
7591         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7592         message.
7593
7594 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7595
7596         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7597         and set default to beep.
7598
7599 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7600
7601         * wl-vars.el (wl-draft-truncate-lines): New variable.
7602
7603         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7604         instead of wl-message-truncate-lines for truncate-lines.
7605
7606 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7607
7608         * wl-message.el (wl-message-display-internal): Call
7609         `wl-highlight-message' after `elmo-mime-display-as-is'.
7610
7611         * wl-mime.el (wl-mime-display-text/plain): New function.
7612         (wl-mime-display-header): Ditto.
7613         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7614         body-presentation-method for text/plain;
7615         Register `wl-mime-display-header' as a header-presentation-method;
7616         Don't set up `elmo-message-text-content-inserted-hook' and
7617         `elmo-message-header-inserted-hook'.
7618
7619         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7620         variable.
7621         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7622         as t if flag is 'all-header;
7623         Don't bind `elmo-message-ignored-field-list',
7624         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7625
7626 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7629         for xemacs with non-mule environment.
7630
7631 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7634         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7635         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7636
7637 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7638
7639         * wl-vars.el (wl-interactive-send): Set default value as t.
7640
7641 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7644         (wl-addrmgr-method-list): Abolished.
7645         (wl-addrmgr-change-method): Follow above change.
7646
7647         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7648
7649 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7650
7651         * wl-vars.el (wl-message-truncate-lines): Change default value
7652         to default-truncate-lines.
7653
7654         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7655
7656 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7657
7658         * wl-vars.el (wl-message-truncate-lines): New variable.
7659
7660         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7661         wl-message-truncate-lines.
7662
7663 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7664
7665         * wl-acap.el (wl-acap-init): Remove period from error message.
7666         (wl-acap-find-acap-service): Remove period from message.
7667
7668 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * wl.el (wl-check-environment): Undo last change.
7671
7672         * wl-vars.el (wl-from): Changed default value.
7673
7674         * wl-util.el (toplevel): Don't require tm-edit.
7675
7676         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7677         `wl-folder-init';
7678         Don't set mark on mail body.
7679         (wl-draft-reedit): Ditto.
7680
7681         * wl-address.el (wl-address-quote-specials): Define as an alias for
7682         elmo-address-quote-specials.
7683
7684 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7685
7686         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7687
7688         * wl-vars.el (wl-from): Set default value as nil.
7689         (wl-organization): Set default value as ORGANIZATION environment
7690         variable.
7691
7692         * wl-draft.el (wl-smtp-extension-bind): Check value of
7693         wl-smtp-connection-type.
7694
7695         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7696         error.
7697
7698 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7699
7700         * Version number is increased to 2.7.4.
7701
7702         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7703         arguments from `wl-highlight-x-face-function' caller.
7704         Use x-face-1.3.6.12 or later.
7705
7706 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7707
7708         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7709
7710 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7711
7712         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7713         (wl-fcc): Fix to accept function.
7714         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7715
7716 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7717
7718         * wl-acap.el (toplevel): Added `product-provide' declare.
7719         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7720
7721 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * wl.el (wl): Changed order of calling `elmo-init'
7724         and `elmo-folder-init'.
7725
7726 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7727
7728         * wl-mime.el (wl-summary-burst): Extract message when content-type
7729         of root entity is not only `multipart' but also `message/rfc822'.
7730         (wl-summary-burst-subr): Ditto.
7731
7732 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-vars.el (toplevel): Require 'custom.
7735         (wl-trash-folder): Added to `wl-setting' group.
7736
7737         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7738         exists.
7739         (wl-addrmgr-draw): Insert empty line when no entry exists.
7740
7741         * wl-mule.el (wl-message-wheel-up): Fixed.
7742         (wl-message-wheel-down): Ditto.
7743
7744 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7745
7746         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7747         config is an anonymous lambda expression.
7748
7749 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7752         when Mule 2 is running.
7753
7754 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7757
7758 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7761         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7762
7763         * wl-address.el (wl-address-specials-regexp): Eliminated.
7764         (wl-address-quote-specials): Rewrite.
7765
7766 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7769         shy-groups for regexp.
7770
7771         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7772         character classes and Perl style shy-groups for regexp.
7773         (wl-highlight-plugged-current-line): Use Posix style character
7774         classes for regexp.
7775         (wl-e21-highlight-folder-by-numbers): Ditto.
7776         (wl-e21-display-image-p): Use `display-images-p' instead of
7777         `display-graphic-p'.
7778         (display-images-p): Make an alias to `display-graphic-p' if it is
7779         not available.  It is for Emacs version prior to 21.0.105.
7780
7781         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7782         `display-graphic-p'.
7783         (wl-demo-image-type-alist): Ditto.
7784         (display-images-p): Make an alias to `display-graphic-p' if it is
7785         not available.  It is for Emacs version prior to 21.0.105.
7786
7787 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7790         support.
7791         (wl-generate-user-agent-string): Ditto.
7792
7793         * wl-version.el (wl-version): Update docsting.
7794         (wl-version-status): Ditto.
7795
7796 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7797
7798         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7799         21.0.105.  For Emacs 21.0.104 or earlier.
7800
7801 2001-09-03  Takuo KITAME <kitame@northeye.org>
7802
7803         * wl-e21.el (wl-plugged-init-icons): Use
7804         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7805         (wl-biff-init-icons): Ditto.
7806
7807 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-highlight.el (wl-highlight-summary-current-line):
7810         Fixed highlighting refile/copy destination.
7811
7812         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7813         (wl-acap-store): Encode string by wl-acap-coding-system.
7814
7815 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-acap.el (toplevel): Check and require 'un-define before
7818         'xemacs-ucs;
7819          Added checking for UTF-2000.
7820
7821 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7824         Don't enclose with `eval-and-compile'.
7825
7826         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7827         wl-init is non-nil.
7828
7829         * wl-draft.el (wl-draft): Ditto.
7830
7831         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7832
7833         * wl-acap.el (toplevel): Require 'wl.
7834         (wl-acap-store): Call `elmo-init'.
7835
7836         * wl.el (wl): Changed position of `wl-check-environment'.
7837         (toplevel): Added autoload setting for wl-acap.
7838
7839         * wl-vars.el (wl-setting): New custom group.
7840         (wl-from): Added wl-setting group.
7841         (wl-user-mail-address-list): Ditto.
7842         (wl-organization): Ditto.
7843         (wl-subscribed-mailing-list): Ditto.
7844         (wl-envelope-from): Ditto.
7845         (wl-smtp-posting-user): Ditto.
7846         (wl-smtp-posting-server): Ditto.
7847         (wl-smtp-posting-port): Ditto.
7848         (wl-smtp-authenticate-type): Ditto.
7849         (wl-pop-before-smtp-user): Ditto.
7850         (wl-pop-before-smtp-server): Ditto.
7851         (wl-pop-before-smtp-port): Ditto.
7852         (wl-pop-before-smtp-authenticate-type): Ditto.
7853         (wl-nntp-posting-server): Ditto.
7854         (wl-nntp-posting-user): Ditto.
7855         (wl-nntp-posting-port): Ditto.
7856         (wl-fetch-confirm-threshold): Ditto.
7857         (wl-prefetch-threshold): Ditto.
7858         (wl-thread-insert-opened): Ditto.
7859         (wl-ldap-server): Ditto.
7860         (wl-ldap-port): Ditto.
7861         (wl-ldap-base): Ditto.
7862         (wl-ldap-objectclass): Ditto.
7863         (wl-use-ldap): Ditto.
7864         (wl-draft-config-alist): Ditto.
7865         (wl-draft-config-matchone): Ditto.
7866         (wl-template-alist): Ditto.
7867         (wl-message-sort-field-list): Ditto.
7868         (wl-message-ignored-field-list): Ditto.
7869         (wl-message-visible-field-list): Ditto.
7870         (wl-interactive-send): Ditto.
7871         (wl-summary-move-order): Ditto.
7872         (wl-auto-select-first): Ditto.
7873         (wl-auto-select-next): Ditto.
7874         (wl-interactive-save-folders): Ditto.
7875
7876         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7877         Initialization codes are moved from wl-local-folder-init.
7878         (wl-local-folder-init): Follow the change above.
7879         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7880
7881         * wl-acap.el: New file.
7882
7883         * Version number is increased to 2.7.3.
7884
7885 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7886
7887         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7888
7889 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7890
7891         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7892         (wl-addrmgr-address-entry-list): Ditto.
7893
7894 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-e21.el (wl-draft-mode-map): Removed binding for
7897         `wl-draft-insert-x-face-field'.
7898
7899         * wl-mule.el (wl-draft-mode-map): Ditto.
7900
7901         * wl-xmas.el (wl-draft-mode-map): Ditto.
7902
7903         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7904         (wl-cs-autoconv): Ditto.
7905         (wl-cs-local): Ditto.
7906         (wl-use-scoring): Ditto.
7907         (wl-mime-charset): Ditto.
7908         (wl-folder-check-async): Ditto.
7909
7910         * wl.el (toplevel): Ignore nemacs and tm.
7911         (wl-exit): Ditto.
7912
7913         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7914         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7915         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7916         instead of wl-address-petname-add-or-change.
7917         (wl-summary-edit-addresses-subr): Use wl-address-delete
7918         instead of wl-address-petname-delete.
7919
7920         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7921
7922         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7923         if error occured.
7924
7925         * wl-message.el (require): Remove tm support.
7926
7927         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7928
7929         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7930         (wl-folder-jump-to-current-entity): Ditto.
7931         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7932
7933         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7934         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7935         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7936
7937         * wl-mule.el (wl-draft-key-setup): Ditto.
7938
7939         * wl-xmas.el (wl-draft-key-setup): Ditto.
7940
7941         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7942         (wl-draft-std11-parse-addresses): New function.
7943         (wl-draft-parse-mailbox-list): Use it.
7944         (wl-draft): Ignore nemacs.
7945         (wl-draft-reedit): Ditto.
7946
7947         * wl-addrmgr.el: New file.
7948         (Original is wl-rcpt.el written by
7949         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7950         Thanks Kitamoto-san.)
7951
7952         * wl-address.el (wl-address-make-address-list): Modified parsing
7953         process.
7954         (wl-address-delete): Renamed from `wl-address-petname-delete';
7955         Modify wl-address-list too.
7956         (wl-address-add-or-change): Renamed from
7957         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7958
7959 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7960
7961         * wl-highlight.el (wl-highlight-summary-current-line):
7962           Work with transient-mark-mode
7963
7964 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * Version number is increased to 2.7.2.
7967
7968         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7969         instead of elmo-dop-queue-method.
7970
7971 2001-08-06  SAITO Atsunori <sai@yedo.com>
7972
7973         * wl-vars.el (wl-ldap-objectclass): New user option.
7974
7975         * wl-address.el (wl-ldap-make-filter): Use it.
7976
7977 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7978
7979         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7980
7981 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-folder.el (wl-folder): redisplay after folder insertion.
7984
7985         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7986
7987         * wl-summary.el (wl-summary-sync-update):
7988         Change status mark only when new-msgdb exists.
7989         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7990
7991 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-summary.el (wl-summary-open-folder): New function.
7994         (wl-summary-goto-folder-subr): Use it.
7995         (wl-summary-mark-as-important): Fix;
7996         Encache only when no cache exists.
7997
7998 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8001         Use with-current-buffer.
8002
8003 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8004
8005         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8006         before call `get-buffer'. Fixed parenthesis.
8007         (wl-score-get-header-entry): Clear message and help window when
8008         keyboard quit.
8009         (wl-score-edit-insert-header): Ditto.
8010
8011 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8014         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8015         (wl-default-draft-cite): Fix.
8016
8017         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8018         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8019
8020 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * wl-message.el (wl-message-prev-page): Do same bahavior
8023         as summary when it is called in the message buffer.
8024         (wl-message-next-page): Ditto.
8025
8026 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-summary.el (wl-summary-forward): Use cache if it is not
8029         section cache.
8030
8031 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8034         Removed redundant require of elmo-vars.
8035         (wl-biff-state-indicator-on): Changed default value for
8036         xemacs with non-mule environment.
8037
8038         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8039         wl-message-buffer is nil;
8040         Hide progress bar after moving messages.
8041
8042 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8045         message at cursor point is deleted.
8046
8047 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-vars.el: Changed file coding system to euc-japan.
8050         Added -*-coding:-*- magic to the first line.
8051
8052         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8053         Search parent from the first message.
8054
8055         * Version number is increased to 2.7.1.
8056
8057 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8058
8059         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8060
8061 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8064         refile/delete execution.
8065
8066         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8067         Fixed docstring.
8068
8069 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8072         do update process;
8073         Don't update marks when update process is interrupted.
8074
8075 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-summary.el (wl-summary-reply): Fixed problem when
8078         wl-draft-use-frame is non-nil.
8079         (wl-summary-forward): Ditto.
8080
8081         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8082         as nil.
8083         (wl-folder-mark-as-read-all-entity): Ditto.
8084         (wl-folder-prefetch-entity): Ditto.
8085
8086         * wl.el (wl): Check environment before wl-init.
8087
8088         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8089         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8090         instead of wl-summary-collect-unread.
8091         (wl-summary-reply): Split message window.
8092
8093 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8096         only if current language environment is japanese,
8097
8098         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8099         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8100         (wl-folder-goto-folder-subr): Ditto.
8101
8102         * wl-draft.el (wl-draft-dispatch-message): Call
8103         `elmo-file-cache-get-path'.
8104
8105 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-summary.el (wl-summary-cursor-move): If return value of
8108         wl-summary-next-message is not number, don't jump.
8109
8110 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-summary.el (wl-summary-buffer-next-message-function): New
8113         variable.
8114         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8115         if it is bound.
8116
8117         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8118         string.
8119
8120         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8121         (wl-plugged-drawing): Ditto.
8122
8123 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8126         process.
8127         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8128         with unwind-protect.
8129
8130         * wl.el (wl-init): Require mime-setup.
8131         (wl-check-environment): Don't require mime-setup.
8132
8133         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8134         instead of elmo-folder-type.
8135
8136         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8137         value as nil.
8138
8139 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * Version number is increased to 2.7.0.
8142
8143         * wl-version.el (wl-version): Changed codename.
8144
8145         * wl-summary.el (wl-summary-delete-cache): Fixed.
8146
8147         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8148         Workaround for net folders.
8149         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8150
8151         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8152         value to nil (According to the patch from
8153         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8154
8155         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8156         of elmo-folder-close.
8157
8158 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8159
8160         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8161         for postfix.
8162
8163 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-summary.el (wl-summary-resend-message): Fixed.
8166
8167         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8168         Call wl-draft with `from' argument if its address is included in
8169         `wl-user-mail-address-list'.
8170         (wl-draft): Added `from' argument.
8171
8172         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8173         non-nil.
8174         (wl): Don't show demo if wl-demo is nil.
8175
8176         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8177         wl-summary-use-frame.
8178
8179         * wl-vars.el (wl-summary-use-frame): New user option.
8180         (wl-folder-use-frame): Changed docstring.
8181
8182         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8183         non-nil.
8184         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8185         wl-summary-use-frame.
8186
8187         * wl-vars.el (wl-folder-use-frame): New user option.
8188
8189         * wl-summary.el (wl-summary-exit): Back to folder frame if
8190         wl-folder-use-frame is non-nil.
8191         (wl-summary-redisplay-internal): Ignore cache if current folder
8192         is draft folder,
8193         (wl-summary-redisplay-no-mime): Ditto.
8194         (wl-summary-redisplay-all-header): Ditto.
8195
8196         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8197         if wl-folder-use-frame is non-nil.
8198
8199 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * wl-summary.el (wl-summary-sync-update): Bind
8202         elmo-folder-update-threshold.
8203         (wl-summary-mark-as-important): Enclosed server mark processing
8204         with `save-match-data'.
8205
8206         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8207         only when it is already defined.
8208
8209 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8210
8211         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8212         name of folder exclude localdir is wrong.
8213         * wl-folder.el (wl-folder-sync-entity):
8214         Set `wl-summary-always-sticky-folder-list' as nil.
8215         (wl-folder-mark-as-read-all-entity): Ditto.
8216         (wl-folder-prefetch-entity): Ditto.
8217
8218 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8221         instead of `wl-summary-write-current-newsgroup'.
8222
8223 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8224
8225         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8226         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8227         non-nil and selected message is important, do not display.
8228
8229 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8230
8231         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8232
8233 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8234
8235         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8236
8237         * wl-summary.el (wl-summary-mark-as-important): Set message number
8238         using wl-summary-message-number.
8239
8240 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8241
8242         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8243         destination folder is 'null.
8244
8245 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8246
8247         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8248         New function.
8249         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8250         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8251         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8252
8253 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-mime.el (wl-mime-setup): Added setting for
8256         `mime-setup-signature-key-alist' to avoid overriding key bind for
8257         `wl-draft-send'.
8258
8259         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8260         for `wl-draft-send'.
8261         * wl-mule.el (wl-draft-overload-functions): Ditto.
8262         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8263         * wl-draft.el (wl-draft-send): Ditto.
8264
8265         * wl-message.el (wl-message-display-internal):
8266         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8267         (Patch is provided by <kita@coe.nttdata.co.jp>).
8268
8269 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8270
8271         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8272
8273 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8274
8275         * wl.el (wl): Fix for wl-demo.
8276
8277 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8278
8279         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8280
8281 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8282
8283         * wl-folder.el (wl-folder-prefetch-entity): Use
8284         `wl-folder-get-elmo-folder'.
8285         (wl-folder-count-incorporates): Do not use
8286         `wl-folder-get-elmo-folder'.
8287
8288 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8289
8290         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8291         instead of `elmo-folder-get-type'.
8292
8293 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8294
8295         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8296         position on Subject: field.
8297         (Advised by Mito <mit@nines.nec.co.jp>)
8298
8299 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8300
8301         * wl-folder.el (wl-folder-prefetch-entity): Use
8302         `wl-folder-get-elmo-folder'.
8303
8304 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8307
8308         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8309         `process-duplicates' slot.
8310
8311         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8312         if detection failed.
8313
8314 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8315
8316         * wl-version.el (wl-version-status): Set to "alpha".
8317
8318 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8321         Check wl-message-buffer lives before set-buffer.
8322
8323 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8324
8325         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8326         called in folder mode.
8327         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8328         * wl-summary.el (wl-summary-exit-pre-hook): Run
8329         `wl-summary-exit-pre-hook' before exit summary mode.
8330
8331 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8332
8333         * wl-version.el (wl-version-status): New variable.
8334         (wl-version-status-alist): Removed.
8335         (wl-version-status): Rule included.
8336
8337 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8338
8339         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8340         @sponichi.
8341
8342         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8343         when `mail-reply-buffer' is buffer-local variable.
8344         (Reported by <kita@coe.nttdata.co.jp>).
8345
8346 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-vars.el (toplevel): Require 'elmo-util.
8349
8350 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8353         (All other related portions are changed)
8354
8355         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8356
8357         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8358
8359 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8360
8361         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8362
8363 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8364
8365         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8366         Delete other windows to avoid an error.
8367         Use `point-marker' instead of `point' to remember the start point
8368         of body.
8369
8370         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8371
8372         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8373         number not to exceed all message number.
8374
8375 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8376
8377         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8378         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8379
8380 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8381
8382         * wl-summary.el (wl-summary-sync-force-update): Added argument
8383         no-check.
8384         (wl-summary-sync-update): Ditto.
8385         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8386         with `no-check'.
8387
8388         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8389         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8390         already running.
8391
8392 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8393
8394         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8395         `dst-folder-arg'.
8396         (wl-expire-archive-number1): Diito.
8397         (wl-expire-archive-number2): Diito.
8398         (wl-expire-archive-Date): Diito.
8399         (wl-archive-number1): Diito.
8400         (wl-archive-number2): Diito.
8401         (wl-archive-date): Diito.
8402         (wl-archive-folder-p): New function.
8403         (wl-summary-expire): Support of expand folder name at
8404         wl-expire-alist.
8405         * wl-util.el (wl-expand-newtext): Renamed from
8406         `wl-refile-expand-newtext'.
8407
8408 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8409
8410         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8411         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8412         `(elmo-msgdb-get-overview msgdb)'.
8413         (wl-summary-prefetch): Bind match data before call
8414         `wl-summay-prefetch-msg'.
8415         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8416         'off if `wl-summary-buffer-disp-msg' is non-nil.
8417         Fixed problem that couldn't show only one new or unread message when
8418         enter folder.
8419         (wl-summary-reply): Don't call `split-window-vertically' and other
8420         window.
8421
8422 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl-expire.el (wl-expire-refile): Fixed.
8425
8426 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8429
8430         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8431         biff notification is removed.
8432
8433         * wl.el (wl): Changed position of `elmo-init'.
8434
8435         * wl-draft.el (wl-default-draft-cite): Use date field
8436         on the citation buffer.
8437
8438         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8439
8440         * wl-xmas.el (wl-folder-internal-icon-list): Added
8441         `wl-folder-shimbun-image'.
8442
8443         * wl-e21.el (wl-folder-internal-icon-list): Added
8444         `wl-folder-shimbun-image'.
8445
8446 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8447
8448         * wl.el (wl-init): Eliminated argument.
8449         (wl): Rewrite.
8450
8451         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8452         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8453         instead of `elmo-folder-msgdb-internal'.
8454         (wl-summary-sync-update): Ditto.
8455         (wl-summary-flush-pending-append-operations): Eliminated.
8456         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8457         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8458         `elmo-folder-open'.
8459
8460         * wl-mime.el (wl-summary-burst): Fixed.
8461
8462         * wl-folder.el (wl-folder-info-save): Check data type.
8463
8464         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8465         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8466         instead of `elmo-folder-msgdb-internal'.
8467         (wl-expire-hide): Ditto.
8468
8469
8470         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8471
8472 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8473
8474         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8475
8476 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8477
8478         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8479
8480 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8481
8482         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8483         Fixed `match-beginning' argument mismatch.
8484
8485 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8486
8487         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8488         the default value.
8489
8490 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8493         instead of `elmo-nntp-default-port'.
8494
8495         * wl-vars.el: Fixed some doc strings.
8496
8497 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-summary.el (wl-summary-prefetch-msg): Use
8500         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8501
8502         * wl-vars.el: Define *-func as obsolete variable using
8503         `elmo-define-obsolete-variable'.
8504
8505         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8506         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8507         instead of `wl-message-buffer-prefetch-threshold'.
8508
8509         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8510
8511         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8512
8513         * wl-draft.el (wl-caesar-region-func): Ditto.
8514
8515         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8516         Keep unread status in elmo-folder-move-messages.
8517         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8518
8519 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8520
8521         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8522         `wl-summary-buffer-exit-func'
8523         (wl-summary-buffer-message-redisplay-function): Renamed from
8524         `wl-summary-buffer-message-redisplay-func'
8525         (wl-summary-buffer-next-folder-function): Renamed from
8526         `wl-summary-buffer-next-folder-func'.
8527         (wl-summary-buffer-prev-folder-function): Renamed from
8528         `wl-summary-buffer-prev-folder-func'.
8529         (wl-summary-get-petname-function): Renamed from
8530         `wl-summary-get-petname-func'.
8531
8532         * wl-score.el (wl-score-edit-exit-function): Renamed from
8533         `wl-score-edit-exit-func'.
8534
8535         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8536         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8537
8538         * wl-util.el (wl-load-profile-function): Renamed from
8539         `wl-load-profile-func'.
8540
8541         * wl-folder.el (wl-folder-completion-function): Renamed from
8542         `wl-folder-completion-func'.
8543         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8544
8545         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8546         `wl-expire-archive-get-folder-func'.
8547         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8548         (wl-draft-send-mail-function): Renamed from
8549         `wl-draft-send-mail-func'.
8550         (wl-draft-send-news-function): Renamed from
8551         `wl-draft-send-news-func'.
8552         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8553         (wl-generate-mailer-string-function): Renamed from
8554         `wl-generate-mailer-string-func'.
8555         (wl-highlight-signature-search-function): Renamed from
8556         `wl-highlight-signature-search-func'.
8557         (wl-highlight-x-face-function): Renamed from
8558         `wl-highlight-x-face-func'
8559         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8560         (wl-ps-print-buffer-function): Renamed from
8561         `wl-ps-print-buffer-func'
8562         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8563         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8564         (wl-summary-subject-filter-function): Renamed from
8565         `wl-summary-subject-filter-func'.
8566
8567         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8568         `wl-draft-queue-flush-send-func'
8569         (wl-draft-cite-function): Renamed from
8570         `wl-draft-cite-func'
8571
8572         * wl-address.el (wl-address-init-function): Renamed from
8573         `wl-address-init-func'.
8574
8575 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-draft.el (wl-draft-queue-flush): Don't call
8578         `elmo-dop-unlock-message'.
8579         * wl-draft.el (wl-draft-queue-append): Don't call
8580         `elmo-dop-lock-message'.
8581
8582         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8583         (wl-summary-buffer-folder-name): Ditto.
8584         (wl-summary-message-regexp): Added '-' (all other related portions
8585         are changed).
8586         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8587         wl-summary-buffer-folder-name.
8588
8589 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8590
8591         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8592         the number of mails in the folder buffer is not updated by wl-biff.
8593
8594 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8597         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8598
8599 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8600
8601         * wl-summary.el (wl-summary-next-message):
8602         Return next message number when wl-summary-move-order is nil.
8603
8604 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8605
8606         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8607         `wl-summary-move-spec-alist'.
8608         (wl-summary-move-spec-unplugged-alist): New variable
8609         (Move spec for unplugged status).
8610         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8611         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8612
8613 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8614
8615         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8616         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8617
8618 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8619
8620         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8621         simple quotation to quote the anonymous function.
8622         * tm-wl.el (wl-draft-preview-message): Ditto.
8623
8624 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8625
8626         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8627         Eliminate redundant `save-excursion'.
8628         (wl-highlight-summary-current-line): Ditto.
8629
8630         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8631         accessing match data when `looking-at' failed.
8632
8633         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8634         `elmo-match-string' where users don't care about the speed.
8635         (wl-draft-save): Ditto.
8636
8637 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-util.el (wl-regexp-opt): New function.
8640
8641         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8642         number from `wl-summary-buffer-number-list'.
8643         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8644         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8645         (wl-summary-move-spec-alist): Changed default setting.
8646
8647 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8648
8649         * wl-vars.el (wl-biff-notify-hook): New hook.
8650         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8651         the arrival of new mail.
8652         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8653         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8654
8655 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8658
8659 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8660
8661         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8662
8663         * Version number is increased to 2.5.8.
8664
8665         * wl-thread.el (toplevel): require 'cl.
8666         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8667         (wl-thread-make-number-list): New function.
8668         (wl-thread-entity-make-number-list-from-children): Ditto.
8669         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8670         (wl-thread-entity-insert-as-children): Likewise.
8671         (wl-thread-delete-message): Likewise.
8672         (wl-meaning-of-mark): Eliminated.
8673         (wl-thread-next-failure-mark-p): Ditto.
8674         (wl-thread-entity-get-mark): Ditto.
8675         (wl-thread-meaning-alist-get-result): Ditto.
8676         (wl-thread-entity-check-prev-mark): Ditto.
8677         (wl-thread-entity-check-next-mark): Ditto.
8678         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8679         (wl-thread-entity-get-prev-marked-entity): Ditto.
8680         (wl-thread-get-prev-unread): Ditto.
8681         (wl-thread-jump-to-prev-unread): Ditto.
8682         (wl-thread-get-next-unread): Ditto.
8683         (wl-thread-jump-to-next-unread): Ditto.
8684         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8685         (wl-thread-entity-get-next-marked-entity): Ditto.
8686
8687         * wl-summary.el (wl-summary-buffer-number-list):
8688         New bufer-local variable.
8689         (wl-summary-switch-to-clone-buffer): Clone
8690         `wl-summary-buffer-number-list'.
8691         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8692         (wl-summary-cursor-move-regex): Eliminated.
8693         (wl-summary-cursor-up): Rewrite.
8694         (wl-summary-cursor-down): Ditto.
8695         (wl-summary-mode-spec-alist): New variable.
8696         (wl-summary-next-message): New inline function.
8697         (wl-summary-cursor-move): New function.
8698         (wl-summary-default-get-next-msg): Rewrite.
8699         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8700         (wl-summary-rescan): Ditto.
8701         (wl-summary-sync-all-init): Ditto.
8702         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8703         summary is not thread view.
8704         (wl-summary-sync-update): Ditto.
8705         (wl-summary-rescan): Ditto.
8706         (wl-summary-make-number-list): New function.
8707
8708         * wl-draft.el: "FCC" -> "Fcc".
8709
8710 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-highlight.el (wl-highlight-summary-window):
8713         Call `set-buffer-modified-p'.
8714
8715         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8716         (wl): Call `elmo-init' and fix.
8717
8718         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8719         Use new variables.
8720
8721         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8722
8723 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8726
8727 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8728
8729         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8730
8731 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8732
8733         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8734         `wl-use-toolbar' nor `display-graphic-p'.
8735         (wl-e21-setup-message-toolbar): Ditto.
8736         (wl-e21-setup-summary-toolbar): Ditto.
8737         (wl-e21-setup-folder-toolbar): Ditto.
8738
8739         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8740         (wl-plugged-init-icons): Ditto.
8741
8742         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8743         `display-graphic-p'.
8744         (wl-plugged-set-folder-icon): Ditto.
8745         (wl-highlight-plugged-current-line): Ditto.
8746         (wl-highlight-folder-current-line): Ditto.
8747         (wl-e21-highlight-folder-group-line): Ditto.
8748         (wl-e21-setup-toolbar): Ditto.
8749         (wl-e21-display-image-p): New macro.
8750
8751         * wl-demo.el (wl-demo): Simplified.
8752         (wl-demo-image-type-alist): Use `image-type-available-p' for
8753         checking whether the image type `xbm' is available.
8754
8755 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8758         (wl-summary-input-range): Ditto.
8759
8760 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-summary.el (wl-summary-edit-addresses): Use
8763         `wl-summary-get-original-buffer'
8764         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8765         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8766         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8767         (wl-summary-get-newsgroups): Eliminated.
8768         (wl-summary-set-crosspost): Ditto.
8769         (wl-summary-is-crosspost-folder): Ditto.
8770         (wl-crosspost-alist-load): Ditto.
8771         (wl-crosspost-alist-save): Ditto.
8772
8773         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8774         `elmo-setup-subscribed-newsgroups' instead of
8775         `elmo-nntp-make-groups-hashtb'.
8776         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8777         instead of `wl-crosspost-alist-save'.
8778
8779         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8780         of `elmo-folder-message-appendable-p'.
8781         (wl-mime-header-presentation-method): Eliminated.
8782
8783         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8784         (Error occurs in emacs21).
8785
8786         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8787         the current buffer).
8788
8789         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8790         instead of `wl-crosspost-alist-save'.
8791         (wl-init): `elmo-crosspost-message-alist-load'
8792         instead of `wl-crosspost-alist-load'
8793
8794         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8795         (wl-parse-newsgroups): Likewise.
8796         (wl-biff-notify): Run `wl-biff-notify-hook'.
8797
8798 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8801
8802         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8803         when `wl-summary-lazy-highlight' is non-nil.
8804         (wl-summary-goto-folder-subr): Highlight only when
8805         `wl-summary-lazy-highlight' is non-nil.
8806
8807         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8808         Don't display progress and highlight temp-mark when
8809         `wl-summary-lazy-highlight' is non-nil.
8810         (wl-highlight-summary-window): New function.
8811         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8812
8813 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8814
8815         * wl-summary.el (wl-summary-sync): Change `all-visible'
8816         from `all-shown'
8817         (wl-summary-input-range): Ditto.
8818
8819 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8820
8821         * wl-e21.el (wl-highlight-folder-current-line): Call
8822         `wl-folder-init-icons' when folder icons have not been initialized.
8823
8824         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8825
8826         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8827         (wl-demo-image-type-alist): New macro.
8828
8829 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8830
8831         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8832         display does not support graphics.
8833         (wl-plugged-init-icons): Ditto.
8834         (wl-folder-init-icons): Ditto.
8835
8836         * wl-demo.el (wl-demo): Chech closely whether the display
8837         supports graphics.
8838
8839 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-summary.el (wl-summary-get-original-buffer): New function.
8842         (wl-summary-set-crosspost): Use it.
8843         (wl-summary-target-mark-uudecode): Ditto.
8844         (wl-summary-reedit): Ditto.
8845         (wl-summary-resend-bounced-mail): Ditto.
8846         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8847         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8848
8849         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8850         (wl-message-display-internal): Ditto.
8851
8852 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8855
8856 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-summary.el (wl-summary-save-view): Renamed from
8859         `wl-summary-save-status'.
8860
8861 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8862
8863         * wl-summary.el (wl-summary-sync): Added `all-shown'
8864
8865 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8866
8867         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8868
8869 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8870
8871         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8872
8873 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8874
8875         * wl-highlight.el (wl-highlight-summary-line-string): Use
8876         `zerop' instead of `= 0'.
8877         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8878
8879         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8880         for comparing numbers.
8881         (wl-template-prev): Use `zerop' instead of `eq 0'.
8882
8883         * wl-draft.el (wl-draft-insert-current-message): Use
8884         `with-current-buffer' instead of `save-excursion'.
8885         Use `zerop' instead of `eq 0'.
8886
8887 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8888
8889         * wl-draft.el (wl-draft-insert-ccs): New function.
8890         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8891         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8892
8893 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8894
8895         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8896
8897 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8898
8899         * wl-expire.el (wl-expire-refile): Don't call
8900         elmo-msgdb-add-msgs-to-seen-list;
8901         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8902         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8903
8904 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8905
8906         * wl-message.el (wl-message-prev-page): Ignore errors while
8907         scroll-down.
8908
8909 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-mime.el: Use elmo-original-message-mode instead of
8912         mmelmo-original-mode.
8913
8914         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8915         `elmo-folder-get-spec';
8916         (wl-fldmgr-add-completion-all-completions):
8917         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8918
8919         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8920         of `elmo-folder-get-type'.
8921
8922         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8923         `elmo-folder-get-spec';
8924         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8925         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8926         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8927         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8928         `elmo-read-msg-no-cache';
8929         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8930         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8931         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8932         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8933         `elmo-cache-save';
8934         (wl-draft-reedit): Use `elmo-message-file-name'.
8935
8936         * wl-expire.el: Use `elmo-folder-name-internal';
8937         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8938         Use macro `wl-summary-buffer-msgdb' instead of variable
8939         `wl-summary-buffer-msgdb';
8940         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8941         Use macro `wl-summary-buffer-folder-name' instead of variable
8942         `wl-summary-buffer-folder-name'.
8943         * wl-score.el: Likewise.
8944
8945         * wl-message.el: Rewrite for new message buffer cache mechanism.
8946         (wl-message-buffer-cache-buffer-get): New macro.
8947         (wl-message-buffer-cache-folder-get): Ditto.
8948         (wl-message-buffer-cache-message-get): Ditto.
8949         (wl-message-buffer-cache-entry-make): Ditto.
8950         (wl-message-buffer-cache-hit): Ditto.
8951         (wl-message-buffer-cache-sort): New function.
8952         (wl-message-buffer-cache-add): Ditto.
8953         (wl-message-buffer-cache-delete): Ditto.
8954         (wl-message-buffer-cache-clean-up): Ditto.
8955         (wl-message-buffer-window): Rewrite.
8956         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8957         (wl-message-buffer-display): New function.
8958         (wl-message-display-internal): New function.
8959
8960 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-folder.el: Use `elmo-folder-name-internal';
8963         Use `wl-folder-get-elmo-folder';
8964         Use `elmo-folder-list-messages' instead of
8965         `elmo-list-folder';
8966         Use `elmo-folder-get-primitive-list' instead of
8967         `elmo-folder-get-primitive-spec-list';
8968         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8969         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8970         Use `elmo-folder-create' instead of `elmo-create-folder'.
8971         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8972         (wl-folder-get-elmo-folder): New macro.
8973         (wl-folder-elmo-folder-cache-get): Ditto.
8974         (wl-folder-elmo-folder-cache-put): Ditto.
8975         (wl-folder-suspend): Call `elmo-quit'.
8976
8977         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8978         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8979         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8980         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8981         (toplevel): require 'cl.
8982         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8983
8984         * wl-summary.el: Rewrite to use new elmo interface.
8985
8986 \f
8987 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * wl-mime.el (wl-draft-preview-message):
8990         Run `wl-draft-send-hook' before collecting recipients information;
8991         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8992
8993         * tm-wl.el (wl-draft-preview-message): Ditto.
8994
8995 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8996
8997         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8998         wrong recipients are displayed when forwarded message.
8999
9000 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * Version number is increased to 2.5.7.
9003
9004 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9005
9006         * wl-message.el (wl-message-next-page): Bind
9007         `window-pixel-scroll-increment' to nil while scrolling up.
9008
9009 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9010
9011         * wl-vars.el (wl-save-hook): New hook.
9012         * wl.el (wl-save): Call `wl-save-hook'.
9013
9014 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9015
9016         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9017         Argument WITH-ARG instead of NO-ARG (negative mean).
9018         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9019         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9020         * wl-message.el (wl-message-follow-current-entity): Likewise.
9021
9022 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9023
9024         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9025         FROM was optional argument.
9026         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9027
9028 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * Version number is increased to 2.5.6.
9031
9032 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9033
9034         * wl-version.el (wl-version-show): Removed.
9035         (wl-version): Add `interactive'.
9036
9037 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9038
9039         * wl-summary.el (wl-summary-get-petname-func): New variable.
9040         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9041         instead of `wl-address-get-petname-1'.
9042         (wl-summary-simple-from): Ditto.
9043
9044         * wl-address.el (wl-address-get-petname-1): Define as function.
9045
9046 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9049         field in the original message.
9050         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9051
9052 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9053
9054         * wl-expire.el (wl-expire-hide):
9055         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9056
9057 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9060         find decoder for To, Cc, and Subject.
9061
9062 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9063
9064         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9065         for checking `elmo-use-buffer-cache'.
9066         (wl-summary-mark-as-important): Fixed typo in comment.
9067
9068 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9071         field in the original message.
9072         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9073
9074 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9075
9076         * wl-expire.el (wl-expire-hide):
9077         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9078
9079 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9082         find decoder for To, Cc, and Subject.
9083
9084 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * Version number is increased to 2.5.5.
9087
9088         * wl-address.el (wl-address-specials-regexp): New constant.
9089         (wl-address-quote-specials): Use it.
9090
9091 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * wl-summary.el (wl-summary-rescan):
9094         Call `wl-summary-buffer-number-column-detect'.
9095         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9096
9097         * wl-message.el (wl-message-mode-map): Define.
9098         (wl-message-decode): Use it as local-map.
9099
9100 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9103         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9104
9105 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9106
9107         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9108
9109         * wl-mule.el (wl-read-event-char): Ditto.
9110
9111         * wl-e21.el (wl-read-event-char): Ditto.
9112
9113         * wl-nemacs.el (wl-read-event-char): Ditto.
9114         (read-event): Removed.
9115
9116         * wl-util.el (toplevel): Removed dummy definition of
9117         `read-event'.
9118         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9119
9120 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9121
9122         * wl-nemacs.el (elmo-archive-call-process): Moved to
9123         elmo-archive.el.
9124
9125 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9126
9127         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9128         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9129
9130         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9131         instead of magic-number 6.  Use `not' instead of `null' for symbol
9132         `nil' check (not empty list).
9133         (wl-draft-insert-x-face-field): Fixed paren style.
9134
9135         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9136         one-branch conditional statement, instead of `and' and `if'.
9137         (wl-draft-forward): Likewise.
9138         (wl-draft-add-references): Likewise.
9139         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9140
9141         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9142         conditional steatment.  Use `cond' instead of `if'.
9143         (wl-draft-confirm): Likewise.
9144
9145 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9146
9147         * wl-version.el (wl-version-show): Use `product-string-1'
9148         instead of `wl-version'.
9149         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9150
9151         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9152
9153 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9154
9155         * wl-highlight.el (wl-highlight-headers): Revert
9156         `wl-highlight-x-face-func' argument (`beg' and `end').
9157
9158 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9159
9160         * wl.el (toplevel): Move `product-provide' declare.
9161         * wl-demo.el (toplevel): Ditto.
9162         * wl-dnd.el (toplevel): Ditto.
9163         * wl-highlight.el (toplevel): Ditto.
9164         * wl-message.el (toplevel): Ditto.
9165         * wl-refile.el (toplevel): Ditto.
9166         * wl-util.el (toplevel): Ditto.
9167
9168 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9169
9170         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9171         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9172         (wl-thread-close-all): keep cursor position.
9173
9174 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9175
9176         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9177         (eq x 0).
9178         (wl-generate-user-agent-string-1): Fix conditional statement.
9179
9180 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9181
9182         * wl.el (wl-check-environment): Additional check for
9183         'wl-local-domain' and `wl-message-id-domain'.
9184
9185 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9186
9187         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9188
9189 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9190
9191         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9192         instead of `smtp-sasl-user-realm'.
9193
9194 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9195
9196         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9197
9198 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9199
9200         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9201         to the default value as well as `eword-lexical-analyzer'.
9202
9203 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9204
9205         * wl-version.el (wl-extended-emacs-version,
9206         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9207         `elmo-match-string' instead of `wl-match-string'.
9208
9209 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9212         docstring.
9213
9214 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9215
9216         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9217
9218 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9219
9220         * wl-highlight.el (wl-highlight-headers): Remove
9221         `wl-highlight-x-face-func' argument (`beg' and `end').
9222
9223 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9224
9225         * wl-summary.el (wl-summary-mark-as-important):
9226         Remove cache if folder is local.
9227
9228 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9229
9230         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9231         to get existing e-mail address string.
9232
9233 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl-version.el (wl-generate-user-agent-string): Commentary.
9236         (wl-generate-user-agent-string-1): Use `when' for
9237         one-branch conditional statement, instead of `and' and `if'.
9238         (wl-extended-emacs-version, wl-extended-emacs-version2,
9239         wl-extended-emacs-version3): Ditto.
9240
9241 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9244         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9245         condition-case; Remove initialization.
9246         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9247         (wl-summary-sync-update3): Added argument `sync-all';
9248         Eliminated local variable `msgdb';
9249         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9250         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9251         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9252
9253 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9254
9255         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9256         connection before call `wl-draft-send-mail-with-smtp'.
9257
9258 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9259
9260         * Version number is increased to 2.5.4.
9261
9262 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9263
9264         * wl.el (wl-check-environment): Additional check for
9265         'wl-local-domain' and `wl-message-id-domain'.
9266
9267 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9268
9269         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9270         buffer as command specific.
9271         (wl-folder-mark-as-read-all-entity): Ditto.
9272         (wl-folder-prefetch-entity): Ditto.
9273         (wl-folder-drop-unsync-entity): Ditto.
9274
9275         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9276         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9277         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9278
9279         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9280         save-excursion.
9281
9282 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9283
9284         * Version number is increased to 2.5.3.
9285
9286         * wl-summary.el (wl-summary-save-view-cache):
9287         Delete duplicated `write-region';
9288         Use `write-region-as-binary' instead of `as-binary-output-file' and
9289         `write-region'.
9290
9291 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9292
9293         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9294
9295 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9296
9297         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9298         instead of `smtp-via-smtp'.
9299
9300 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9301
9302         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9303
9304 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9305
9306         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9307         instead of `smtp-sasl-user-realm'.
9308
9309 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9310
9311         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9312
9313 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9314
9315         * Version number is increased to 2.5.2.
9316
9317 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9320         does not exist.
9321         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9322         (wl-biff-start): Call `timer-activate' if timer already exists.
9323
9324         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9325         only when it is bound as function.
9326
9327 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * Version number is increased to 2.5.1.
9330
9331 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9334         Print refile/copy destination.
9335
9336 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9337
9338         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9339         queue-flush-only is non-nil.
9340
9341         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9342
9343         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9344         checking cache folder.
9345
9346 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9347
9348         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9349         `regexp-quote'.
9350
9351 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9352
9353         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9354         function.
9355         * wl-summary.el (wl-summary-write-current-folder-functions):
9356         Change default value.  Use it.
9357
9358 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9359
9360         * Version number is increased to 2.5.0.
9361
9362         * wl-version.el (wl-version): Changed codename.
9363
9364 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9365
9366         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9367         (wl-summary-supersedes-message): Ditto.
9368
9369 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9370
9371         * wl-refile.el (wl-refile-guess-functions): Renamed from
9372         `wl-refile-guess-func-list'.
9373
9374 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9375
9376         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9377         Fixed problem when no rule was matched.
9378
9379 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9380
9381         * wl-summary.el (wl-summary-get-mark): Fixed
9382         `wl-summary-buffer-target-mark' check logic.
9383
9384 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9385
9386         * wl-folder.el (wl-folder-write-current-folder): Added group
9387         folder check.
9388
9389         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9390         `wl-summary-write-current-newsgroup'.
9391         (wl-summary-write-current-folder-functions): New variable.
9392         * wl-folder.el (wl-folder-get-newsgroups): New function.
9393         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9394         (wl-folder-write-current-folder): Renamed from
9395         `wl-folder-write-current-newsgroup'.
9396
9397 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9398
9399         * Version number is increased to 2.3.93.
9400
9401 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9404         (wl-ldap-make-matched-value-list): Ditto.
9405         (wl-ldap-alias-safe-string): Split e-mail address.
9406
9407         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9408         petname folder default was selected.
9409         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9410         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9411
9412 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9413
9414         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9415         to `wl-draft-config-exec'.
9416
9417         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9418         instead of calling `wl-draft-config-exec';
9419         Process group-list and show recipients in minibuffer.
9420
9421         * tm-wl.el (wl-draft-preview-message): Ditto.
9422
9423 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9424
9425         * wl.el (toplevel): Added (C) to copyright notice, and
9426         sync Author header.
9427         * tm-wl.el (toplevel): Ditto.
9428         * wl-address.el (toplevel): Ditto.
9429         * wl-demo.el (toplevel): Ditto.
9430         * wl-dnd.el (toplevel): Ditto.
9431         * wl-draft.el (toplevel): Ditto.
9432         * wl-e21.el (toplevel): Ditto.
9433         * wl-expire.el (toplevel): Ditto.
9434         * wl-folder.el (toplevel): Ditto.
9435         * wl-highlight.el (toplevel): Ditto.
9436         * wl-message.el (toplevel): Ditto.
9437         * wl-mime.el (toplevel): Ditto.
9438         * wl-mule.el (toplevel): Ditto.
9439         * wl-nemacs.el (toplevel): Ditto.
9440         * wl-refile.el (toplevel): Ditto.
9441         * wl-score.el (toplevel): Ditto.
9442         * wl-summary.el (toplevel): Ditto.
9443         * wl-template.el (toplevel): Ditto.
9444         * wl-thread.el (toplevel): Ditto.
9445         * wl-util.el (toplevel): Ditto.
9446         * wl-vars.el (toplevel): Ditto.
9447         * wl-xmas.el (toplevel): Ditto.
9448
9449 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9450
9451         * wl.el (wl-init): Added comment about `wl-init-hook'.
9452         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9453         * wl-vars.el (wl-init-hook): Added docs.
9454         (wl-make-plugged-hook): Removed useless docs.
9455         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9456         * wl-xmas.el (toplevel): Ditto.
9457
9458 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9459
9460         * wl-address.el (toplevel): Fixed multiple Author header format.
9461         * wl-demo.el (toplevel): Ditto.
9462         * wl-draft.el (toplevel): Ditto.
9463         * wl-folder.el (toplevel): Ditto.
9464         * wl-summary.el (toplevel): Ditto.
9465         * wl-thread.el (toplevel): Ditto.
9466         * wl-util.el (toplevel): Ditto.
9467         * wl-vars.el (toplevel): Ditto.
9468         * wl-version.el (toplevel): Ditto.
9469         * wl-xmas.el (toplevel): Ditto.
9470         * wl.el (toplevel): Ditto.
9471
9472         * wl-version.el (toplevel): Added require `elmo-version' for
9473         `product-version-as-string'.
9474
9475 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9476
9477         * wl-vars.el (wl-draft-send-hook): Changed default value to
9478         '(wl-draft-config-exec).
9479
9480         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9481         explicitly.
9482         (wl-draft): Set `wl-draft-config-exec-flag' before running
9483         `wl-mail-setup-hook'.
9484
9485         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9486         `wl-biff-init-icons' to `wl-init-hook' instead of
9487         `wl-make-plugged-hook'.
9488         (Because if `wl-draft' command is invoked at first,
9489         they are not initialized)
9490         Updated copyright notice.
9491
9492         * wl-e21.el (toplevel): Ditto;
9493
9494         * wl-demo.el (toplevel): Updated copyright notice.
9495         * wl-address.el (toplevel): Ditto.
9496         * wl-draft.el (toplevel): Ditto.
9497         * wl-version.el (toplevel): Ditto.
9498         * wl-folder.el (toplevel): Ditto.
9499         * wl-summary.el (toplevel): Ditto.
9500         * wl-thread.el (toplevel): Ditto.
9501         * wl-util.el (toplevel): Ditto.
9502         * wl-vars.el (toplevel): Ditto.
9503         * wl.el (toplevel): Ditto.
9504
9505 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * wl-highlight.el (wl-highlight-message): Fixed problem of
9508         highlighting failure which occured when the last field contains
9509         multiple lines in the draft buffer.
9510
9511         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9512         `wl-biff-start' if plugged.
9513
9514         * wl-util.el (wl-biff-check-folder): New function.
9515         (wl-biff-check-folders): Don't set session name prefix.
9516         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9517         (wl-biff-check-folder-async): Ditto.
9518
9519         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9520         in email address.
9521
9522 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9523
9524         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9525
9526         * wl-draft.el (wl-draft-strip-subject-re): New function.
9527
9528         * wl-draft.el (wl-draft-reply): Use it.
9529
9530 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9531
9532         * wl-message.el (wl-mmelmo-message-redisplay): Use
9533         `mime-display-message' instead of `wl-mime-display-message'.
9534
9535         * wl-mime.el (toplevel): Removed compatibility workaround
9536         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9537         (wl-mime-display-message): Abolished.
9538         (wl-mime-entity-read-field): Ditto.
9539         (wl-mime-combine-message/partial-pieces): Use
9540         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9541
9542 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9543
9544         * wl-template.el: Doc fixes.
9545
9546 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9547
9548         * wl-e21.el (wl-message-overload-functions): Do nothing if
9549         `current-local-map' is not available.
9550         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9551
9552 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9553
9554         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9555         representation.
9556
9557         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9558         number.
9559         (wl-fldmgr-save-folders): Don't use `format' when insert
9560         `wl-fldmgr-folders-header'.
9561
9562 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9563
9564         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9565
9566 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-highlight.el (wl-highlight-message):
9569         Use `std11-field-end' to detect end point of the header field.
9570         Refer `wl-highlight-max-header-size'.
9571
9572         * wl-vars.el (wl-highlight-max-header-size): New variable.
9573
9574         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9575
9576         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9577         Set `for-draft' argument of wl-highlight-headers.
9578         (wl-draft): Ditto.
9579         (wl-draft-reedit): Ditto.
9580         (wl-user-agent-compose-internal): Ditto.
9581
9582 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9583
9584         * wl-message.el (wl-message-add-button): Use overlay.
9585
9586 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9589
9590         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9591         problem when group-list content is nothing.
9592         (Reported by Mito <mit@nines.nec.co.jp>)
9593
9594 2000-10-18  SAITO Atsunori <sai@yedo.com>
9595
9596         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9597
9598 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9599
9600         * tm-wl.el (toplevel): Use product-provide.
9601
9602 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9603
9604         * Version number is increased to 2.3.92.
9605
9606 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9607
9608         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9609         title text, use `display' property for left margin under Emacs 21.
9610
9611         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9612         properties.
9613         (wl-plugged-init-icons): Ditto.
9614
9615 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9616
9617         * wl.el (wl-save-status, wl-init): Remove last period in
9618         "...done." message.
9619         * tm-wl.el (wl-summary-burst): Ditto.
9620         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9621         wl-summary-resume-cache-status,
9622         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9623         wl-summary-sync-update3, wl-summary-highlight-msgs,
9624         wl-summary-flush-pending-append-operations,
9625         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9626         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9627         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9628         wl-thread-open-all): Ditto.
9629         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9630         * wl-mime.el (wl-summary-burst): Ditto.
9631         * wl-highlight.el (wl-highlight-summary): Ditto.
9632         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9633         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9634         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9635         * wl-address.el (wl-local-address-init): Ditto.
9636
9637 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9638
9639         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9640         `add-text-properties'.
9641         (wl-plugged-init-icons): Ditto.
9642         (wl-folder-init-icons): Use `propertize' instead of
9643         `put-text-property'.
9644         (wl-plugged-set-folder-icon): Ditto.
9645         (wl-e21-highlight-folder-group-line): Ditto.
9646
9647 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9648
9649         * wl-version.el (wl-version-status-alist): New variable.
9650         (wl-version-status): New function.
9651
9652         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9653         "Cc" part of the case "Reply-To".
9654
9655         * wl-draft.el (wl-draft-reply): Use result of
9656         `eword-extract-address-components'.
9657
9658         * wl-demo.el (wl-demo-icon-name): New constant.
9659         (wl-logo-xpm): Use it.
9660         (wl-logo-xbm): Ditto.
9661         (wl-logo-bitmap): Ditto.
9662
9663         * Version number is increased to 2.3.91.
9664
9665 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9666
9667         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9668         (wl-extended-emacs-version, wl-extended-emacs-version2,
9669         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9670         docstring.
9671
9672         * wl-version.el (wl-generate-user-agent-string-1): New function.
9673         (wl-generate-user-agent-string): Use it.
9674
9675         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9676         `mime-edit-insert-user-agent-field'.
9677         (wl-generate-user-agent-string): Check
9678         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9679
9680         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9681         instead of `if', when verbose case.
9682
9683 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9684
9685         * wl-expire.el (wl-summary-expire): Fix.
9686
9687 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9688
9689         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9690         and `elmo-lost+found-folder' if 'wl-draft.
9691         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9692
9693 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9694
9695         * wl-expire.el (wl-summary-expire): Change messages.
9696         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9697         `deleing-info' instead of "Deleting..."
9698
9699 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9700
9701         * wl-summary.el (wl-summary-refile-subr): Fix.
9702
9703 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9704
9705         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9706         if pipe folder.
9707
9708 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9709
9710         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9711
9712 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9713
9714         * wl-expire.el (wl-expire-hide): New function.
9715         (wl-summary-expire): Add `hide'.
9716
9717 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9718
9719         * wl-vars.el (wl-draft-reply-without-argument-list):
9720         Changed default value to consider `Reply-To:'.
9721         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9722
9723         * Version number is increased to 2.3.90.
9724
9725         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9726         elmo-imap4-get-session with unwind-protect.
9727         Don't cause error.
9728         (wl-summary-sync-marks): Don't check plugged nor folder type.
9729         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9730         (Always keep current buffer).
9731
9732 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9733
9734         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9735         Enclose with `save-excursion'.
9736
9737 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9738
9739         * wl-version.el (wl-version): Remove interactive.
9740
9741 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9742
9743         * wl-version.el (wl-generate-user-agent-string): Use
9744         `product-string-verbose' instead of `product-string-1'.
9745
9746 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9747
9748         * wl-vars.el (wl-draft-use-cache): New variable.
9749         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9750         if wl-draft-use-cache is non-nil.
9751
9752 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9753
9754         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9755         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9756
9757 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9758
9759         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9760         (wl-thread-msg-mark-as-unread): Ditto.
9761
9762         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9763         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9764         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9765         Don't set mark in summary if return value of `elmo-mark-as-read'
9766         is nil.
9767         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9768         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9769         instead of `wl-thread-msg-mark-as-read'.
9770         (wl-summary-mark-as-unread-region): Ditto.
9771         (wl-summary-target-mark-mark-as-read): Ditto.
9772
9773         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9774
9775 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9778
9779         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9780
9781 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9782
9783         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9784         face.
9785
9786 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9787
9788         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9789         `running-xemacs'.
9790
9791 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9792
9793         * wl-version.el (toplevel): Use `product-version-as-string' for
9794         set verstion-string, if defined.
9795
9796         * wl-version.el (wl-version-show): Insert string at point, when
9797         call with argument.
9798
9799         * wl-version.el (wl-generate-user-agent-string): Use
9800         `product-string-1' instead of `wl-appname', `wl-version' and
9801         `wl-codename'.
9802
9803 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9804
9805         * wl-address.el (toplevel): Use product-provide.
9806         * wl-demo.el (toplevel): Ditto.
9807         * wl-dnd.el (toplevel): Ditto.
9808         * wl-draft.el (toplevel): Ditto.
9809         * wl-e21.el (toplevel): Ditto.
9810         * wl-expire.el (toplevel): Ditto.
9811         * wl-fldmgr.el (toplevel): Ditto.
9812         * wl-folder.el (toplevel): Ditto.
9813         * wl-highlight.el (toplevel): Ditto.
9814         * wl-message.el (toplevel): Ditto.
9815         * wl-mime.el (toplevel): Ditto.
9816         * wl-mule.el (toplevel): Ditto.
9817         * wl-nemacs.el (toplevel): Ditto.
9818         * wl-refile.el (toplevel): Ditto.
9819         * wl-score.el (toplevel): Ditto.
9820         * wl-summary.el (toplevel): Ditto.
9821         * wl-template.el (toplevel): Ditto.
9822         * wl-thread.el (toplevel): Ditto.
9823         * wl-util.el (toplevel): Ditto.
9824         * wl-vars.el (toplevel): Ditto.
9825         * wl-xmas.el (toplevel): Ditto.
9826         * wl.el (toplevel): Ditto.
9827
9828 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9829
9830         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9831         instead of product.
9832
9833         * wl-version.el (wl-version): Compile time evalution elmo-version.
9834
9835 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9836
9837         * wl-summary.el (wl-summary-sync-force-update): Append queue
9838         `mark-as-read'if unplugged.
9839
9840 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9841
9842         * wl-version.el: New file.  Use product.el.
9843         * wl.el: add (require 'wl-version).
9844         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9845         for ~/.folders header.
9846         (wl-fldmgr-folders-header): Changed.
9847         * wl-demo.el (wl-demo): Use product.el.
9848
9849         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9850         wl-version.el.
9851         * wl-util.el (wl-version, wl-version-show): Ditto.
9852
9853         * wl-util.el (wl-generate-user-agent-string,
9854         wl-extended-emacs-version, wl-extended-emacs-version2,
9855         wl-extended-emacs-version3): Move to wl-version.el.
9856         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9857         xemacs-codename, mime-edit-insert-user-agent-field,
9858         mime-edit-user-agent-value, mime-editor/version,
9859         mime-editor/codename): Compile warning killer move to
9860         wl-version.el
9861
9862 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9863
9864         * wl-summary.el (wl-summary-refile-subr): Fix.
9865
9866 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9867
9868         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9869         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9870
9871 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9872
9873         * wl.el (wl-check-environment): Check too many `@'.
9874
9875 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9876
9877         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9878
9879 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9880
9881         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9882         wl-draft-reply-myself-without-argument-list): Add variables.
9883         * wl-draft.el (wl-draft-reply): Use it.
9884
9885 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9886
9887         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9888         the 5th argument of `elmo-network-get-spec'.
9889
9890         * wl-thread.el (wl-thread-reparent-children): New inline function.
9891         (wl-thread-delete-message): Use it.
9892
9893         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9894         (wl-summary-score-update-all-lines): Don't use `dolist'.
9895
9896 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9897
9898         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9899         (require 'elmo-msgdb) for inline function.
9900
9901 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9902
9903         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9904
9905 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9906
9907         * wl-score.el (wl-score-headers): Fix for the confusing macro
9908         `elmo-kill-buffer'.
9909
9910 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9911
9912         * wl-summary.el: Don't use the 3rd argument of `require' because
9913         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9914         * wl-util.el: Ditto.
9915         * wl-draft.el: Ditto.
9916
9917 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9918
9919         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9920         window system is not used.
9921
9922 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9923
9924         * wl-thread.el: Don't use `mapcar' only for iteration.
9925         (wl-thread-resume-entity): Ditto.
9926         (wl-thread-delete-message): Ditto.
9927
9928         * wl-summary.el: Bind `dragdrop-drop-functions',
9929         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9930         of `require' for `timezone', `easymenu' and `ps-print';
9931         don't use `mapcar' only for iteration.
9932
9933         * wl-util.el: Bind `mule-version', `nemacs-version',
9934         `emacs-beta-version', `xemacs-codename',
9935         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9936         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9937         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9938         only for iteration.
9939
9940         * wl-score.el: Don't use `mapcar' only for iteration.
9941         (wl-score-simplify-buffer-fuzzy): Ditto.
9942         (wl-score-simplify-subject): Ditto.
9943         (wl-score-headers): Ditto.
9944         (wl-summary-score-update-all-lines): Ditto.
9945
9946         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9947         `enable-multibyte-characters' and `mule-version'.
9948
9949         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9950         `mapcar' only for iteration.
9951
9952         * wl-demo.el: Don't use `mapcar' only for iteration.
9953
9954         * wl-folder.el: Don't use `mapcar' only for iteration.
9955         (wl-folder-open-all): Ditto.
9956         (wl-folder-count-incorporates): Ditto.
9957
9958         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9959         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9960
9961         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9962         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9963         `smtp-connection-type'; specify 3rd argument of `require' for
9964         `timezone'; don't use `mapcar' only for iteration.
9965         (wl-draft-clone-local-variables): Don't use `mapcar'.
9966         (wl-draft-generate-clone-buffer): Ditto.
9967         (wl-user-agent-compose-internal): Ditto.
9968
9969         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9970
9971         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9972         (wl-save-status): Ditto.
9973
9974         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9975         for iteration.
9976
9977 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9978
9979         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9980         removed `Date'.
9981         (wl-fldmgr-make-filter-default): New user option.
9982
9983         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9984         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9985         (wl-fldmgr-filter-completion-alist): Abolish.
9986
9987         * wl.el (wl): Don't check servers if arg is non-nil.
9988
9989         * wl-draft.el (wl-draft-reply): Set only message-id string to
9990         In-Reply-To field.
9991
9992 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9993
9994         * wl-summary.el (wl-summary-pick): Rewrite.
9995
9996         * wl-draft.el (wl-draft-forward): Get references field from
9997         original buffer.
9998         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9999
10000 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10001
10002         * wl-draft.el (wl-draft-forward): Add references field.
10003
10004 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10005
10006         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10007         (wl-draft-reply): Use it.
10008
10009 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10010
10011         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10012         when Emacs 21 is running.
10013
10014         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10015         bindings.
10016
10017 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10018
10019         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10020         XPM icons transparent.
10021
10022         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10023         Emacs 21.
10024
10025 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10026
10027         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10028         nil.
10029
10030         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10031         when it is persistent.
10032         (wl-summary-sync-marks): Changed argument for
10033         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10034         (wl-summary-virtual): Use `elmo-read-search-condition'.
10035         (wl-summary-redisplay-internal): If folder is local, mark as read
10036         even when folder is plugged.
10037
10038 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10039
10040         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10041         of `tool-bar-lines' in the frame parameters.
10042         (after-make-frame-functions, post-command-hook): Don't modify the
10043         value.
10044         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10045         wl-e21-tool-bar-lines): Removed.
10046
10047 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10048
10049         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10050         properties `evaporate' and `wl-momentary-overlay' as well.
10051         (wl-highlight-summary-displaying): Ditto.
10052         (wl-delete-all-overlays): Don't delete overlay which does not have
10053         a property `wl-momentary-overlay'.
10054
10055         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10056         `display-mouse-p' and `display-graphic-p'.
10057         (wl-folder-init-icons): Don't search for XBM or the other files.
10058         (wl-plugged-set-folder-icon): Make icons if and only if
10059         `display-graphic-p' returns non-nil.
10060         (wl-highlight-plugged-current-line): Use `before-string' overlay
10061         property to show icon images.
10062         (wl-highlight-folder-current-line): Ditto.
10063         (wl-e21-highlight-folder-group-line): Ditto.
10064         (wl-e21-highlight-folder-by-numbers): Ditto.
10065         (wl-e21-insert-image): Removed.
10066         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10067         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10068         said.
10069         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10070         `wl-e21-force-switch-toolbar'.
10071         (wl-e21-make-icon-image): Removed.
10072         (wl-e21-setup-toolbar): Don't search for XBM files.
10073         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10074         the default value.
10075
10076 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10077
10078         * wl-util.el (wl-biff-check-folder-async): Set
10079         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10080
10081 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10082
10083         * wl-e21.el (after-make-frame-functions): Add
10084         `wl-e21-force-switch-toolbar'.
10085         (wl-e21-force-switch-toolbar): New function force to switch the
10086         toolbar appearance automatically.
10087         (post-command-hook): Add `wl-e21-switch-toolbar'.
10088         (wl-e21-switch-toolbar): New function to switch the toolbar
10089         appearance automatically.
10090         (wl-e21-tool-bar-lines): New buffer local variable.
10091
10092 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10093
10094         * wl-util.el (wl-biff-check-folders-running): New variable.
10095         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10096         (wl-biff-check-folder-async-callback):
10097         Set `wl-biff-check-folders-running'.
10098         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10099         with unwind-protect.
10100
10101         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10102         Enclose `wl-folder-auto-check' with unwind-protect.
10103
10104         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10105         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10106
10107         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10108
10109         * wl-util.el (wl-biff-notify): New inline function.
10110         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10111         locally.
10112         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10113         folder-list' is 1.
10114         Use `wl-biff-notify'.
10115         (wl-biff-check-folder-async-callback): New function.
10116         (wl-biff-check-folder-async): Ditto.
10117
10118         * wl-folder.el (wl-folder): Don't check folders.
10119         (wl-folder-auto-check): New function.
10120
10121 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10122
10123         * wl-util.el (wl-biff-start) [Emacs19+]:
10124         Use `timer-next-integral-multiple-of-time'.
10125         (wl-biff-check-folders): Use `wl-default-folder'
10126         if `wl-biff-check-folder-list' is nil.
10127
10128 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10129
10130         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10131         instead of `elmo-delete-lists'.
10132
10133 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10134
10135         * wl.el (wl-plugged-toggle-all): Set the value of
10136         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10137         (wl-plugged-toggle): Ditto.
10138         (wl-toggle-plugged): Ditto.
10139         (wl-plugged-init): Ditto.
10140
10141         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10142         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10143         instead of `wl-biff-state-indicator-off' and
10144         `wl-biff-state-indicator-on'; don't modify the value and the type
10145         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10146         (wl-plugged-init-icons): Set icons data to
10147         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10148         instead of `wl-plug-state-indicator-off' and
10149         `wl-plug-state-indicator-on'; don't modify the value and the type
10150         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10151
10152         * wl-vars.el (wl-modeline-biff-state-off,
10153         wl-modeline-biff-state-on, wl-modeline-biff-status,
10154         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10155         wl-modeline-plug-status): New internal variables.
10156         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10157         wl-biff-check-interval, wl-biff-check-folder-list): Change
10158         customization group from `wl-folder' to `wl-highlight'.
10159         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10160         wl-show-plug-status-on-modeline): Defcustomized.
10161
10162         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10163         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10164         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10165         a flag to `mode-line-buffer-identification'.
10166
10167         * wl-e21.el (wl-biff-init-icons): Set icons data to
10168         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10169         instead of `wl-biff-state-indicator-off' and
10170         `wl-biff-state-indicator-on'.
10171         (wl-plugged-init-icons): Set icons data to
10172         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10173         instead of `wl-plug-state-indicator-off' and
10174         `wl-plug-state-indicator-on'.
10175
10176 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10177
10178         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10179         excessive titles.
10180
10181 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10182
10183         * wl.el (wl-plugged-mode): Use revised
10184         `wl-mode-line-buffer-identification'.
10185         (wl-plugged-init): Don't use `force-mode-line-update'.
10186
10187         * wl-xmas.el (wl-draft-overload-functions): Use revised
10188         `wl-mode-line-buffer-identification'.
10189         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10190         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10191         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10192         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10193         `wl-make-plugged-hook';
10194         add `wl-folder-init-icons' and `wl-setup-folder' to
10195         `wl-folder-mode-hook'.
10196
10197         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10198         19 as well.
10199         (wl-mode-line-display-priority-list): New user option.
10200         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10201         Defcustomized.
10202         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10203         Add docs.
10204
10205         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10206         start.
10207         (wl-mode-line-buffer-identification): Revised as a function.
10208
10209         * wl-summary.el (wl-summary-mode): Use revised
10210         `wl-mode-line-buffer-identification'; don't call
10211         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10212         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10213         `wl-xmas-setup-summary'.
10214
10215         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10216         `wl-mode-line-buffer-identification'.
10217
10218         * wl-mule.el (wl-draft-overload-functions): Use revised
10219         `wl-mode-line-buffer-identification'.
10220
10221         * wl-folder.el (wl-make-plugged-alist): Don't call
10222         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10223         (wl-folder): Don't call `wl-folder-init-icons' directly.
10224         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10225         `wl-xmas-setup-folder' directly;
10226         use revised `wl-mode-line-buffer-identification'.
10227         (TopLevel): Don't bind `wl-biff-init-icons',
10228         `wl-plugged-init-icons', `wl-folder-init-icons',
10229         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10230
10231         * wl-e21.el (wl-draft-overload-functions): Use revised
10232         `wl-mode-line-buffer-identification'.
10233         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10234         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10235         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10236         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10237         `wl-make-plugged-hook';
10238         add `wl-folder-init-icons' and `wl-setup-folder' to
10239         `wl-folder-mode-hook'.
10240
10241 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10242             Katsumi Yamaoka    <yamaoka@jpl.org>
10243
10244         * wl.el (wl): Call `wl-biff-start'.
10245         (wl-exit): Call `wl-biff-stop'.
10246         (wl-plugged-mode): Show biff in modeline.
10247         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10248
10249         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10250         (wl-biff-init-icons): New function.
10251         (wl-plugged-init-icons): Don't make too much keymaps.
10252         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10253
10254         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10255         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10256         variables.
10257         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10258         options.
10259
10260         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10261         wl-biff-start, wl-biff-stop): New functions.
10262         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10263         (wl-biff-timer-name): New variable.
10264
10265         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10266
10267         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10268         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10269
10270         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10271         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10272
10273         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10274         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10275         `wl-folder-init-icons' to `ignore' if they are not available.
10276         (wl-folder-mode): Show biff in modeline.
10277
10278         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10279         (wl-biff-init-icons): New function.
10280         (wl-plugged-init-icons): Don't make too much keymaps.
10281         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10282
10283 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10284
10285         * wl-vars.el (wl-strict-diff-folders): Customization Type
10286         and doc fix.  Define as a list of regular expressions for
10287         folders or nil.
10288         * wl-folder.el (wl-folder-check-one-entity): Use
10289         `wl-string-match-member' instead of `wl-string-member' for
10290         `wl-strict-diff-folders'.
10291
10292 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10293
10294         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10295         (wl-highlight-folder-current-line): Use it; new implementation.
10296         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10297         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10298         `defsubst' instead of `defun'.
10299
10300         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10301         `wl-highlight-group-folder-by-numbers'; made it can also be a
10302         number.  See info for more details.
10303
10304         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10305         running.
10306
10307         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10308         to bind them.
10309
10310         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10311         (wl-highlight-folder-current-line): New implementation.
10312
10313         * wl-highlight.el (wl-highlight-folder-group-line): New
10314         implementation.
10315         (wl-delete-all-overlays): Rewrite as a marco.
10316         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10317
10318         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10319         running.
10320         (wl-folder-*-glyph): No need to bind them.
10321
10322         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10323         `wl-e21-highlight-folder-group-icon'; rewrite.
10324         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10325         `defsubst' instead of `defun'.
10326         (wl-folder-mode-map): Bind it when compiling.
10327
10328 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10329
10330         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10331
10332         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10333
10334 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10335
10336         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10337
10338 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10339
10340         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10341         (wl-highlight-folder-current-line): Use it.
10342
10343         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10344         in `id-name'.
10345
10346 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10347
10348         * wl.el: Require `wl-e21' when Emacs 21 is running.
10349
10350         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10351         default when Emacs 21 is running.
10352         (wl-use-highlight-mouse-line): Ditto.
10353         (wl-on-emacs21): New constant.
10354         (wl-on-emacs20): Removed.
10355
10356         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10357         Emacs 21 is running.
10358
10359         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10360         Emacs 21 is running.
10361
10362         * wl-e21.el: New file.
10363
10364 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10365
10366         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10367         (wl-toggle-plugged): Ditto.
10368         (wl-plugged-toggle): Ditto.
10369         (wl-plugged-toggle-all): Ditto.
10370
10371         * wl-vars.el (wl-plug-state-indicator): Refer
10372         `wl-plug-state-indicator-on' indirectly.
10373
10374 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10375
10376         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10377         Call `wl-folder-confirm-existence'.
10378
10379         * wl-folder.el (wl-folder-confirm-existence): Added optional
10380         argument `force'.
10381
10382 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10383
10384         * wl-summary.el (wl-summary-refile-subr): Assume
10385         `copy-or-refile' as symbol.
10386         (wl-summary-refile): Follow up above change.
10387         (wl-summary-copy): Ditto.  Doc fix.
10388
10389 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10390
10391         * wl-summary.el (wl-summary-pick): Don't bind
10392         `elmo-search-mime-charset'.
10393
10394         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10395         default using old backquote style.
10396         (wl-search-mime-charset): Abolished.
10397
10398         * wl-highlight.el (wl-highlight-headers):
10399         Call `point' after `re-search-forward'(for Nemacs).
10400
10401         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10402         for elmo-imap4.el.
10403
10404 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10405
10406         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10407         `wl-message-ignored-field-list' instead of
10408         `mime-view-ignored-field-list'.
10409
10410         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10411         Add interactive spec.
10412         (wl-folder-goto-bottom-of-current-folder): Ditto.
10413         (wl-folder-mode-map): Bind them.
10414
10415         * wl-vars.el (wl-message-ignored-field-list): New variable.
10416         (wl-message-visible-field-list): New variable.
10417
10418         * wl-mime.el (wl-mime-header-presentation-method): New function.
10419         (wl-mime-setup): Set header-presentation-method.
10420
10421 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10422
10423         * wl-nemacs.el (wl-draft-overload-functions): Set
10424         `mode-line-buffer-identification' instead of using
10425         `wl-make-modeline'.
10426
10427         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10428         instead of using `wl-make-modeline'.
10429
10430         * wl-xmas.el (wl-plugged-init-icons): Set up
10431         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10432         (wl-make-modeline): Abolish.
10433         (wl-draft-overload-functions): Set
10434         `mode-line-buffer-identification' instead of using
10435         `wl-make-modeline'.
10436
10437         * wl-util.el (wl-make-modeline-subr): Abolish.
10438         (wl-mode-line-buffer-identification): New alias.
10439
10440         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10441         (wl-summary-make-modeline): Abolish.
10442         (wl-summary-buffer-set-folder): Set
10443         `wl-summary-buffer-folder-indicator'.
10444         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10445         of using `wl-make-modeline'.
10446         (wl-summary-switch-to-clone-buffer): Don't set
10447         `mode-line-buffer-identification'.
10448         (wl-summary-goto-folder-subr): Ditto.
10449
10450         * wl-mule.el (wl-draft-overload-functions): Set
10451         `mode-line-buffer-identification' instead of using
10452         `wl-make-modeline'.
10453
10454         * wl-folder.el (wl-folder-mode): Set
10455         `mode-line-buffer-identification' instead of using
10456         `wl-make-modeline'.
10457         (wl-folder): Don't set `mode-line-buffer-identification'.
10458
10459 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10460
10461         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10462         instead of `member' for `wl-refile-guess-func-list' look-ups.
10463         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10464
10465 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10466
10467         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10468         `wl-message-button-dispatcher'.
10469
10470         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10471
10472         * wl-message.el (wl-message-button-dispatcher): Use it.
10473
10474         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10475         "In-Reply-To".
10476
10477         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10478         Bind `case-fold-search' to t.
10479
10480 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10481
10482         * wl-xmas.el (wl-message-overload-functions): Initialize
10483         `wl-message-button-map'.
10484
10485         * wl-mule.el (wl-message-overload-functions): Initialize
10486         `wl-message-button-map'.
10487
10488         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10489
10490         * wl-message.el (wl-message-button-map): New keymap.
10491         (wl-message-add-button): New function.
10492         (wl-message-button-dispatcher): New function.
10493         (wl-message-button-refer-article): New function.
10494
10495         * wl-highlight.el
10496         (wl-highlight-message-add-buttons-to-header): New function.
10497         (wl-highlight-headers): Use it.
10498
10499 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10500
10501         * wl-summary.el (wl-summary-default-from): Use
10502         `wl-address-get-petname-1'.
10503         (wl-summary-simple-from): Ditto.
10504
10505         * wl-address.el (wl-address-get-petname-1): New inline function.
10506         (wl-address-get-petname): Use it.
10507
10508 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10509
10510         * wl-summary.el (wl-summary-default-from): Return full-name part
10511         from the address if no petname was found.
10512         (wl-summary-simple-from): Ditto.
10513
10514         * wl-address.el (wl-address-get-petname): Return nil if no petname
10515         associated with the address was found.
10516
10517 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10518
10519         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10520         display is finished.
10521
10522 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10523
10524         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10525         `elmo-folder-exists-p' argument.
10526
10527 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10528
10529         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10530         the folder.
10531
10532 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10533
10534         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10535
10536         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10537         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10538
10539 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10540
10541         * wl-folder.el (wl-folder-create-subr): New function.
10542         (wl-folder-confirm-existence): Use it.
10543         (wl-folder-check-one-entity): Use it.
10544         Check the error symbol is derived from 'elmo-open-error.
10545
10546         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10547         `ignore-error'.
10548
10549 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10550
10551         * wl-util.el (toplevel): Add (eval-when-compile (require
10552         'elmo-util)).  (Maybe `provide' is typo.)
10553
10554 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10555
10556         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10557         (I don't know why this was needed.)
10558
10559         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10560         Follow up changes for stream-type.
10561
10562         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10563         (wl-draft-elmo-nntp-send): Ditto.
10564
10565         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10566         (wl-nntp-posting-stream-type): Ditto.
10567         (wl-pop-before-smtp-ssl): Abolished.
10568         (wl-nntp-posting-ssl): Ditto.
10569
10570         * wl-address.el (wl-address-quote-specials): New function.
10571         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10572
10573         * wl-draft.el (wl-draft-reply): Ditto.
10574
10575 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10576
10577         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10578         use function `wl-string-match-assoc'.
10579
10580 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10581
10582         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10583
10584         * wl-draft.el (wl-draft-deduce-address-list): New function.
10585         (wl-draft-parse-mailbox-list): Ditto.
10586         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10587         instead of `smtp-deduce-address-list'.
10588         (wl-draft-on-field-p): Follow group list.
10589
10590         * wl-address.el (wl-address-concat-token): New function.
10591         (wl-address-string-without-group-list-contents): Ditto.
10592         (wl-complete-field-body): Fixed problem of completion
10593         by japanese petname.
10594         (wl-address-make-completion-list): Rewrite.
10595
10596 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10597
10598         * wl-address.el (wl-address-make-completion-list): Completion by
10599         petname.
10600         (wl-complete-field-body): Likewise.
10601
10602 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10603
10604         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10605         contains invalid address syntax.
10606
10607 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10608
10609         * wl-folder.el (wl-folder-check-entity-async): Use
10610         `elmo-nntp-spec-hostname'.
10611
10612 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10613
10614         * wl-summary.el (wl-summary-msgdb-load-async): Use
10615         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10616
10617 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10618
10619         * wl-draft.el (wl-draft-reply): Set argument
10620         `content-transfer-encoding' as nil.
10621
10622 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10623
10624         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10625         `wl-refile-alist'.
10626
10627 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10628
10629         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10630         (wl-draft-edit-string): Ditto.
10631         (wl-draft-forward): Ditto.
10632         * wl-summary.el (wl-summary-write): Ditto.
10633
10634 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10635
10636         * wl-summary.el (wl-summary-sync-update3): Call
10637         `wl-summary-buffer-number-column-detect'.
10638         (wl-summary-buffer-number-column-detect): Search from point-min.
10639
10640 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10641
10642         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10643         contains an address which is not included in original to or cc.
10644
10645 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10646
10647         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10648         begin-line does not exist.
10649         * wl-message.el (wl-message-uu-substring): Ditto.
10650
10651 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10652
10653         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10654         clear local variables.
10655         (wl-summary-exit): Call `elmo-commit'.
10656         (wl-summary-switch-to-clone-buffer): Call
10657         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10658         (wl-summary-goto-folder-subr): Ditto.
10659
10660         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10661         POP folder.
10662
10663 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10664
10665         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10666         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10667         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10668         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10669         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10670         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10671
10672         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10673
10674 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10675
10676         * wl-summary.el (wl-summary-search-by-subject):
10677         Search parent message from the latest one.
10678
10679 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10680
10681         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10682         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10683
10684         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10685         New user option.
10686
10687         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10688         if elmo-nntp-use-killed-list is nil.
10689         Use `elmo-msgdb-append-to-killed-list'.
10690         (Append numbers confirmed as disappeared to the killed list.)
10691         (wl-summary-confirm-appends): Don't display negative number.
10692
10693 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10694
10695         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10696
10697 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10700         range is `all'.
10701         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10702         `elmo-list-bigger-diff'.
10703
10704 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10705
10706         * wl-summary.el (wl-summary-buffer-exit-func):
10707         New buffer local variable.
10708         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10709
10710 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10711
10712         * wl-demo.el (wl-demo): Fix the last change.
10713
10714 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10715
10716         * wl-demo.el (wl-demo): Don't use `eval'.
10717
10718 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10719
10720         * wl-summary.el (wl-summary-buffer-thread-modified):
10721         New buffer-local variable.
10722         (wl-summary-set-thread-modified): New function.
10723         (wl-summary-thread-modified-p): New function.
10724         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10725         (wl-summary-yank-saved-message): Use function
10726         `wl-summary-set-thread-modified'
10727         (wl-summary-switch-to-clone-buffer): Add
10728         `wl-summary-buffer-thread-modified'.
10729
10730         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10731         (wl-summary-buffer-mark-saved-hook): Ditto.
10732         * wl-summary.el (wl-summary-msgdb-save): New hook
10733         `wl-summary-buffer-message-saved-hook' and
10734         `wl-summary-buffer-mark-saved-hook'.
10735
10736 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10737
10738         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10739
10740 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10741
10742         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10743         don't hide scroll bars under FSF Emacsen because it may incur an
10744         undesirable redrawing.
10745
10746 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10747
10748         * wl-draft.el (wl-draft-edit-string): Call
10749         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10750
10751 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10752
10753         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10754
10755 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10756
10757         * wl-summary.el (wl-summary-msgdb-load-async): Call
10758         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10759
10760 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10761
10762         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10763         fringes in demo buffer; center bitmap logo correctly even if old
10764         Mule is used.
10765
10766 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10767
10768         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10769
10770         * wl-refile.el (wl-refile-subject-alist): New variable.
10771         (wl-refile-subject-alist-file-name): Ditto.
10772         (wl-refile-alist-setup): Rewrite.
10773         (wl-refile-alist-save): Use `elmo-object-save'.
10774         Eliminated arguments.
10775         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10776         (wl-refile-guess-by-subject): New function.
10777         (wl-refile-guess-func-list): Added it.
10778
10779 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10780
10781         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10782         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10783
10784 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10785
10786         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10787         New buffer-local variable.
10788         (wl-summary-buffer-next-folder-func): Ditto.
10789         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10790         if non-nil.
10791         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10792         if non-nil.
10793         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10794         if non-nil.
10795         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10796         if non-nil.
10797
10798 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10799
10800         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10801         permanently in the demo buffer.
10802
10803 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10804
10805         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10806         `mime-entity-fetch-field'.
10807
10808         * wl.el (wl-exit): Delete plugged buffer.
10809
10810         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10811         XEmacs has menubar feature.
10812
10813 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10814
10815         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10816         cannot arrive at the beginning of the buffer under old Emacsen.
10817
10818 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10819
10820         * wl-address.el (wl-address-ldap-search):
10821         Call `ldap-search-entries' with `withdn' argument t.
10822         (wl-complete-field-body): Bind completion-ignore-case as t.
10823         Clear ldap search hash when it was sole completion.
10824         Use elmo-string for pattern string.
10825         (wl-ldap-alias-safe-string): Eliminated needless let.
10826
10827 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10828
10829         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10830         (wl-ldap-alias-sep): New constant.
10831         (wl-ldap-search-attribute-type-list): Ditto.
10832         (wl-ldap-get-value): New function.
10833         (wl-ldap-make-filter): Ditto.
10834         (wl-ldap-make-matched-value-list): Ditto.
10835         (wl-ldap-alias-safe-string): Ditto.
10836         (wl-ldap-register-dn-string): Ditto.
10837         (wl-address-ldap-search): Rewrite.
10838
10839 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10840
10841         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10842         thread is deleted.
10843         (wl-thread-delete-line-from-buffer): Ditto.
10844         (wl-thread-get-exist-children): New function.
10845
10846 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10847
10848         * wl-demo.el (wl-demo): Made it to select various image types.
10849         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10850         from `wl-title-logo'.
10851         (wl-logo-ascii): New variable.
10852         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10853         (wl-demo-copyright-notice): New constant.
10854
10855         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10856
10857 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10858
10859         * wl-vars.el (wl-summary-target-above): Renamed from
10860         wl-summary-temp-above.
10861         * wl-score.el (wl-score-get-score-alist): Use it.
10862         (wl-summary-score-update-all-lines): Use it.
10863         * wl-summary.el: Ditto. (make-variable-buffer-local).
10864
10865 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10866
10867         * wl-vars.el (wl-ldap-port): New user option.
10868
10869         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10870         Rewite whole implementation.
10871         (wl-complete-field-body): Fixed.
10872
10873 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10874
10875         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10876         Choose implementation at compile time.
10877
10878 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10879
10880         * wl-address.el (wl-ldap-search-internal): New function.
10881         (wl-complete-field-to): Use it.
10882
10883 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10884
10885         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10886         Use `let' instead of `let*'.
10887         Require 'wl-vars.
10888
10889         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10890         Define as defcustom.
10891         (wl-ldap-base): Ditto.
10892         (wl-use-ldap): Ditto.
10893
10894 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10895
10896         * wl-address.el (wl-ldap-search): New function.
10897         (wl-complete-field-body): Use `wl-ldap-search'.
10898         (wl-ldap-server): New variable.
10899         (wl-ldap-base): Ditto.
10900         (wl-use-ldap): Ditto.
10901
10902 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10903
10904         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10905         (Pointed out by Mito <mit@nines.nec.co.jp>).
10906         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10907         buffer-local variables like `wl-summary-redisplay-internal'.
10908         (wl-summary-redisplay-all-header): Likewise.  Update
10909         Summary view too.
10910
10911 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10912
10913         * wl-summary.el (wl-summary-jump-to-parent-message):
10914         Consider prefix argument.
10915
10916         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10917         when closed thread is deleted.
10918
10919 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10920
10921         * wl-summary.el (wl-summary-jump-to-parent-message):
10922         Consider thread modification.
10923
10924 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10925
10926         * wl-message.el (wl-message-normal-get-original-buffer): Use
10927         `save-excursion'.
10928
10929         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10930         (wl-summary-showto-folder-regexp): Ditto.
10931
10932 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10933
10934         * wl-util.el (wl-delete-alist): Doc fix.
10935         (wl-delete-associations): New function.
10936         (wl-inverse-alist): New function.
10937         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10938         Split temporary variables. Use `wl-delete-associations'
10939         and `wl-inverse-alist'.
10940         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10941
10942 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10943
10944         * wl-folder.el (wl-folder-prefetch-entity):
10945         Execute prefetching if new count is unknown.
10946
10947 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10948
10949         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10950
10951         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10952         delete entity.
10953         (wl-thread-set-parent): If insert as top, set linked as nil.
10954
10955         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10956         `wl-thread-cleanup-symbols' when view mode is thread.
10957
10958 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10959
10960         * wl-folder.el (wl-folder-create-folder-entity): Use
10961         with-current-buffer.
10962         (wl-local-folder-init): Call set-buffer to make sure we are in
10963         the Folder buffer. Don't touch buffer-local variables here.
10964         (wl-folder-mode): Initialize buffer-local variables here.
10965
10966         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10967         (wl-folder-entity-assign-id): Ditto.
10968         (wl-folder-create-entity-hashtb): Ditto.
10969         (wl-local-folder-init): Ditto.
10970         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10971
10972 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10973
10974         * wl-summary.el (wl-summary-default-from): Fix probrem when
10975         std11-extract-address-components return (nil "foo@bar").
10976
10977 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10978
10979         * wl-draft.el (wl-draft-clone-local-variables):
10980         Remove redundant `setq'.
10981
10982 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10983
10984         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10985         Bind wl-highlight-x-face-func as nil while highlighting header.
10986
10987 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10988
10989         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10990
10991 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10992
10993         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10994         elmo-msgdb-overview-hashtb from copy-variables.
10995         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10996         instead of `elmo-msgdb-overview-get-entity-by-number'.
10997         (wl-summary-auto-refile): Ditto.
10998
10999         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11000         `elmo-msgdb-overview-get-entity' instead of
11001         `elmo-msgdb-search-overview-entity'.  Use
11002         `elmo-msgdb-overview-get-entity' instead of
11003         `elmo-msgdb-overview-get-entity-by-number'.
11004         (wl-thread-insert-entity-sub): Ditto.
11005         (wl-thread-insert-message): Ditto.
11006
11007         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11008         `elmo-msgdb-overview-get-entity'.
11009         (wl-normal-message-redisplay): Ditto.
11010
11011 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11012
11013         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11014         `wl-thread-entities'.
11015         (wl-thread-delete-message): Fix remove top message from
11016         `wl-thread-entity-list'.
11017
11018         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11019         wl-append(nconc), because update-list is broken on Meadow.
11020
11021         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11022         updating process.
11023         (wl-summary-rescan): Ditto.
11024         (wl-summary-sync-update3): Ditto.
11025         * wl-thread.el (wl-thread-set-parent): Renamed from
11026         `wl-summary-set-parent'.
11027         (wl-thread-insert-message): Updating buffer faster.
11028         (wl-thread-delete-message): Updating buffer faster.
11029
11030         * wl-score.el (wl-summary-score-update-all-lines): Changed
11031         interval for display progress gauge.
11032
11033 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11034
11035         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11036         folder always-sticky.
11037         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11038         defmacro.
11039
11040 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11041
11042         * wl-vars.el (wl-draft-add-references): New user option.
11043
11044         * wl-draft.el (wl-draft-add-references): New function.
11045         (wl-draft-yank-from-mail-reply-buffer): Use it.
11046         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11047         as nil.
11048
11049 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11050
11051         * wl-thread.el (wl-thread-update-line-msgs): Called
11052         `wl-thread-update-line-on-buffer-sub'.
11053         (wl-thread-update-line-on-buffer): Delete routine of inserting
11054         thread.
11055         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11056         moved from `wl-thread-update-line-on-buffer'.
11057         Add threshold for displaying progress gauge.
11058         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11059         argument of `wl-thread-update-line-msgs'.
11060         Add threshold for displaying progress gauge.
11061         * wl-folder.el:
11062         Add threshold for displaying progress gauge.
11063         * wl-score.el: Ditto.
11064
11065         * wl-expire.el (wl-summary-expire): Display deleting info.
11066
11067 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11068
11069         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11070         `no-msg'.
11071         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11072         argument of `wl-thread-update-line-msgs'.
11073         (wl-summary-set-parent): Added optional argument `parent-number'.
11074         (wl-summary-buffer-saved-message): New buffer local variable.
11075         (wl-summary-save-current-message): New command.
11076         (wl-summary-yank-saved-message): Ditto.
11077         (wl-summary-mode-map): Added key binding for
11078         `wl-summary-save-current-message' (\ew) and
11079         `wl-summary-yank-saved-message' (\C-y).
11080         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11081
11082 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11083
11084         * wl-summary.el (wl-summary-mode-map): Added key binding for
11085         `wl-summary-set-parent' (ts).
11086
11087 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11088
11089         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11090         subject faster. If thread number is reverse, delayed updating
11091         thread.
11092         (wl-summary-search-by-subject): Ditto.
11093         (wl-summary-put-alike): Ditto.
11094         (wl-summary-get-alike): Ditto.
11095         (wl-summary-insert-headers): Insert header of all overview in
11096         buffer.
11097         (wl-summary-rescan): Delayed updating thread. Kill search subject
11098         buffer for wl-summary-search-by-subject.
11099         (wl-summary-sync-update3): Ditto.
11100         (wl-summary-exit): Ditto.
11101         (wl-summary-goto-bottom-of-current-thread): Change for linked
11102         thread.
11103         (wl-summary-overview-create-summary-line): Change line for linked
11104         thread.
11105
11106         * wl-summary.el (wl-summary-update-thread): Use
11107         wl-thread-maybe-get-children-num.
11108         (wl-summary-set-parent): If change parent, move sub thread.
11109         (wl-summary-redisplay-internal): Add horizontal recenter.
11110         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11111
11112         * wl-thread.el (wl-thread-entity-get-linked): New function.
11113         (wl-thread-entity-set-linked): New function.
11114         (wl-thread-create-entity): Add linked element.
11115         (wl-thread-entity-insert-as-top): Use wl-append.
11116         (wl-thread-maybe-get-children-num): If closing thread, return
11117         children msgs.
11118         (wl-thread-update-line-msgs): Displaying progress message.
11119         (wl-thread-update-line-on-buffer-sub): Use
11120         wl-thread-maybe-get-children-num.
11121         (wl-thread-update-line-on-buffer): If update line is not exists,
11122         insert thread.
11123         (wl-thread-delete-message): If delete top msg of thread, search
11124         parent by subject.
11125         (wl-thread-insert-entity): Use
11126         wl-thread-maybe-get-children-num.
11127
11128         * wl-highlight.el (wl-highlight-summary-current-line): change
11129         sregexp for linked thread.
11130         * wl-util.el (wl-count-lines): Count lines.
11131         (wl-horizontal-recenter): horizontal recenter.
11132         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11133         (wl-score-get-alike): Ditto.
11134         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11135         (wl-subject-length-limit): New variable.
11136         (wl-highlight-thread-indent-string-regexp): Changed for linked
11137         thread.
11138
11139 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11140
11141         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11142         New variable (revival).
11143         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11144         by subject matching if there's no in-reply-to nor references field
11145         (revival).
11146
11147 \f
11148 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11149
11150         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11151         message.
11152
11153 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11154
11155         * wl-summary.el (wl-summary-reply): Return t if there was a
11156         message at cursor point.
11157         Added unwind-protect.
11158         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11159         returns t.
11160         (wl-summary-cancel-message): Do nothing when there's no message at
11161         cursor point.
11162         (wl-summary-forward): Ditto.
11163         (wl-summary-jump-to-parent-message): Ditto.
11164         (wl-summary-reedit): Ditto.
11165         (wl-summary-edit-addresses): Ditto.
11166         (wl-summary-pipe-message): Ditto.
11167         (wl-summary-print-message-with-ps-print): Ditto.
11168         (wl-summary-print-message): Ditto.
11169         (wl-summary-mark-as-important): Ditto.
11170         (wl-summary-mark-as-unread): Ditto.
11171
11172         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11173         message at cursor point.
11174         (wl-summary-reply-with-citation): Remove unwind-protect.
11175
11176         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11177         subject searching feature.
11178         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11179         Eliminated.
11180
11181 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11182
11183         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11184         New variable.
11185         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11186         by subject matching if there's no in-reply-to nor references field.
11187
11188         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11189
11190         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11191         when display is finished.
11192         (wl-folder-open-all): Ditto.
11193         (wl-folder-update-access-group): Ditto.
11194         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11195         * wl-thread.el (wl-thread-close-all): Ditto.
11196
11197         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11198         progress gauge only when it was displayed.
11199         * wl-folder.el (wl-folder-insert-entity): Ditto.
11200
11201 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11202
11203         * wl-summary.el (wl-summary-incorporate): Enclose
11204         `wl-summary-sync-force-update' with save-excursion.
11205
11206 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11207
11208         * wl-summary.el (wl-summary-prefetch-region):
11209         Pass current cursor point to `pos-visible-in-window-p' after
11210         moving cursor to the started point.
11211
11212 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11213
11214         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11215
11216         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11217         fields from the forwarding message.
11218         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11219         `ignored-fields'.
11220
11221 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11222
11223         * wl-mime.el (wl-message-request-partial):
11224         Eliminated argument `msgdb'.
11225         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11226         (wl-mime-combine-message/partial-pieces): Likewise.
11227         * tm-wl.el (wl-message-request-partial): Likewise.
11228         (wl-mime-combine-message/partial-pieces): Likewise.
11229
11230 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11231
11232         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11233         when display is finished.
11234
11235 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11236
11237         * wl-summary.el (wl-summary-goto-folder-subr):
11238         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11239
11240 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11241
11242         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11243         when cursor point is visible.
11244
11245 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11246
11247         * wl-expire.el (wl-expire-archive-get-max-number):
11248         Don't use `file-name-directory'.
11249
11250 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11251
11252         * wl-expire.el (wl-expire-archive-get-max-number):
11253         Use `file-name-directory'.
11254
11255 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11256
11257         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11258         only when there is progress.
11259
11260 2000-04-13  Mito <mit@nines.nec.co.jp>
11261
11262         * wl-summary.el (wl-summary-sync-marks): Display progress.
11263
11264 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11265
11266         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11267         (wl-summary-prev): Move cursor regardless of unread status.
11268         (wl-summary-next): Ditto.
11269
11270 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11271
11272         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11273         Added argument `target' and `number'.
11274         * tm-wl.el (wl-summary-burst-subr): New function.
11275         (wl-summary-burst): Use it.
11276
11277 2000-04-10  Mito <mit@nines.nec.co.jp>
11278
11279         * wl-mime.el (wl-burst): New function.
11280         (wl-summary-burst): Use it.
11281
11282 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11283
11284         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11285         as petname when there's no candidate.
11286
11287 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11288
11289         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11290         New variable.
11291         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11292
11293         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11294
11295         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11296
11297 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11298
11299         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11300         Use substring of `original' instead of buffer-substring.
11301         (wl-refile-evaluate-rule):
11302         Set `original' argument of wl-refile-expand-newtext.
11303
11304         * wl-summary.el
11305         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11306         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11307         (wl-summary-auto-refile): Check existence of destination folder just
11308         before marking.
11309
11310 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11311
11312         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11313         when wl-refile-get-field-value return nil.
11314
11315 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11316
11317         * wl-refile.el
11318         (wl-refile-expand-newtext): New function imported from Gnus.
11319         (wl-refile-evaluate-rule): Use it.
11320
11321 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11322
11323         * wl-summary.el (wl-summary-print-destination):
11324         Duplicate folder string to avoid putting text-property on
11325         original string.
11326
11327         * wl-refile.el (wl-refile-get-field-value): New function.
11328         (wl-refile-evaluate-rule): New function;
11329         Evaluate refile rule recursively.
11330         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11331         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11332         New function; Check existence of a target folder recursively.
11333         (wl-summary-auto-refile-check-refile-rule-alist):
11334         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11335
11336 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11337
11338         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11339
11340         * wl-folder.el (wl-create-folder-entity-from-buffer):
11341         Fixed problem when '}' character is contained in folder name.
11342
11343         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11344
11345 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11346
11347         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11348         (wl-fldmgr-add-completion-all-completions):
11349         Use wl-fldmgr-add-completion-hashtb.
11350
11351 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11352
11353         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11354         wl-fldmgr-add-completion-subr): New functions.
11355         * wl-folder.el (wl-folder-completion-func): New variable.
11356         * wl-summary.el (wl-summary-read-folder):
11357         Use wl-folder-completion-func.
11358
11359         * wl-refile.el: Eliminate throw & catch.
11360
11361         * wl.el (wl-plugged-sending-queue-status): Fixed.
11362
11363 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11364
11365         * wl-draft.el (wl-draft): Put category property on
11366         mail-header-separator.