* wl-draft.el (wl-user-agent-compose): Add optional argument
[elisp/wanderlust.git] / wl / ChangeLog
1 2011-01-29  David Maus  <dmaus@ictsoc.de>
2
3         * wl-draft.el (wl-user-agent-compose): Add optional argument
4         RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
5
6 2011-01-09  David Maus  <dmaus@ictsoc.de>
7
8         * wl-template.el (wl-template-select): Reset draft config exec
9         flag when selecting template.
10
11 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
14         * wl-mime.el (wl-draft-preview-message): Ditto.
15
16 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * wl-demo.el: Prune functions provided temporarily to avoid
19         compile warnings in the end.
20
21 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
22
23         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
24         the registered messages unless specified folder is a spam folder.
25         Add docstring.
26         (wl-spam-register-good-messages): Remove spam mark from
27         the registered messages.  Add docstring.
28         (wl-summary-register-as-spam)
29         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
30         (wl-summary-register-as-spam-all)
31         (wl-summary-target-mark-register-as-spam)
32         (wl-summary-register-as-good)
33         (wl-summary-register-as-good-region, wl-thread-register-as-good)
34         (wl-summary-register-as-good-all)
35         (wl-summary-target-mark-register-as-good): Add docstring.
36
37 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
38
39         * wl-summary.el: Delete trailing whitespace.
40
41 2010-08-27  Kenichi Okada  <okada@opaopa.org>
42
43         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
44         message human-readable.
45
46 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
47
48         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
49         (wl-highlight-folder-current-line): Ditto.
50         * wl-xmas.el (wl-draft-insert-signature): Ditto.
51         (wl-highlight-folder-current-line): Ditto.
52
53 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * wl-address.el (wl-address-make-alist-from-alias-file): Use
56         `(delete-char -1)' instead of `(delete-backward-char 1)' that
57         deletes region in Emacs 24.
58         See delete-active-region described in NEWS.
59         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
60         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
61
62 2010-08-14  David Maus  <dmaus@ictsoc.de>
63
64         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
65         edit draft message when in draft folder.
66
67 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
70         instead of (delete-backward-char 1) that deletes region in Emacs 24.
71         See delete-active-region described in NEWS.
72
73 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
74
75         * wl-spam.el (wl-summary-register-as-spam-region)
76         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
77         (wl-thread-register-as-good): New functions.
78         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
79
80 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
81         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
82         images for the icon if there is only one image.
83
84 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
87         newline.
88         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
89         so as to match header tokens strictly.
90
91 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
92
93         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
94         for the message not classified as spam.
95         (wl-summary-test-spam-messages): New function.
96         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
97         instead of `wl-spam-map-spam-messages'.
98
99 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
100
101         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
102         (wl-summary-define-mark-action): Define unmark functions.
103         (wl-summary-unmark): Add the second argument `mark'.
104         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
105
106 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
107
108         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
109         autodecryption for draft preview.
110
111 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
112         * wl-summary.el (toplevel): New function
113         `wl-summary-toggle-mime-buttons' and keybinding to toggle
114         visibility of MIME buttons in message view mode.
115
116 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
117
118         * Version number is increased to 2.15.9.
119
120 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
121
122         * wl-score.el (wl-score-followup): Remove verbose comment (same as
123         docstring).
124
125         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
126         Revert `save-excursion' for `wl-summary-jump-to-msg'.
127
128 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
131         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
132         semicolons, that should start at the left margin.
133         See. also (Info-goto-node "(elisp)Comment Tips").
134         * wl-acap.el (wl-acap-store): Ditto.
135         * wl-action.el (wl-summary-unset-mark): Ditto.
136         * wl-address.el (wl-address-ldap-search): Ditto.
137         * wl-demo.el (wl-demo-insert-image): Ditto.
138         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
139         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
140         (wl-draft-previous-history-element): Ditto.
141         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
142         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
143         (wl-folder-mode-map, wl-folder-get-prev-folder)
144         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
145         (wl-folder-check-entity-async)
146         (wl-create-folder-entity-from-buffer): Ditto.
147         * wl-fldmgr.el (toplevel): Ditto.
148         * wl-message.el (wl-message-buffer-cache-sort)
149         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
150         Ditto.
151         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
152         Ditto.
153         * wl-summary.el (toplevel, wl-summary-mode)
154         (wl-summary-edit-addresses, wl-summary-sync-update)
155         (wl-summary-stick): Ditto.
156         * wl-thread.el (toplevel, wl-thread-insert-message)
157         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
158         * wl-util.el (toplevel): Ditto.
159         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
160         Ditto.
161
162 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
163
164         * Version number is increased to 2.15.8.
165
166         * wl-message.el (wl-message-uu-substring): Suppress compile
167         warnings; Use `with-current-buffer' instead of `save-excursion' &
168         `set-buffer'.
169         * wl-mime.el (wl-draft-yank-current-message-entity)
170         (wl-mime-preview-follow-no-mime)
171         (wl-mime-preview-follow-current-region): Ditto.
172         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
173         (wl-summary-switch-to-clone-buffer)
174         (wl-summary-target-mark-forward)
175         (wl-summary-target-mark-reply-with-citation)
176         (wl-summary-target-mark-uudecode): Ditto.
177
178         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
179         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
180         * wl-summary.el (wl-summary-narrow-to-region)
181         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
182
183         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
184         instead of `int-to-string'.
185         * wl-dnd.el (wl-dnd-start-drag): Ditto.
186         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
187         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
188         * wl-util.el (wl-url-nntp): Ditto.
189
190         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
191         (wl-plugged-dop-queue-status): Don't quote `lambda'.
192         * wl-thread.el (wl-thread-delete-message): Ditto
193         * wl-summary.el (wl-summary-edit-addresses)
194         (wl-summary-edit-addresses-collect-candidate-fields)
195         (wl-summary-search-by-subject): Ditto.
196         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
197         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
198         (wl-fldmgr-add-completion-subr): Ditto.
199         * wl-draft.el (wl-smtp-extension-bind)
200         (wl-draft-insert-get-message, wl-draft-default-headers)
201         (wl-jump-to-draft-buffer): Ditto.
202         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
203         (wl-summary-down): Ditto.
204         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
205         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
206         * wl-folder.el (wl-folder-make-save-access-list)
207         (wl-folder-update-access-group, wl-folder-pick): Ditto.
208
209 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
210
211         * wl-draft.el (wl-draft-default-headers): Suppress warning
212         "defsubst `wl-draft-default-headers' was used before it was
213         defined"; Use `defun' instead of `defsubst'.
214
215         * wl-address.el (wl-address-header-extract-address)
216         (wl-address-header-extract-realname): Fix mail-address in
217         docstring.
218
219         * wl-expire.el (wl-expire-make-sortable-date): Macro to
220         inline-function.
221         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
222         Macro to function.
223         (wl-folder-get-entity-from-buffer): Macro to function.
224         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
225         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
226         * wl.el (wl-plugged-string): Macro to function.
227
228         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
229         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
230         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
231         Macro to function.
232
233         * wl-thread.el (wl-thread-open, wl-thread-close): Use
234         `point-at-bol', `point-at-eol'.
235
236         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
237         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
238         `(string-to-char " ")' instead of `? ', `?\ '.
239         * wl-action.el (wl-summary-print-argument): Ditto.
240         * wl-address.el (wl-complete-field-body): Ditto.
241         * wl-demo.el (wl-demo-insert-image): Ditto.
242         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
243         * wl-util.el (wl-ask-folder, wl-set-string-width)
244         (wl-y-or-n-p-with-scroll): Ditto.
245
246         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
247         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
248         verbose point move.
249
250         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
251         and `point-at-eol'.
252         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
253         Ditto.
254
255 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
256
257         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
258         `(beginning-of-line) (point)'.
259
260         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
261         (wl-fldmgr-delete-line): Change from macro to function. Use
262         `point-at-bol' and `point-at-eol'.
263
264         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
265         `function' for lambda.
266
267         * wl.el (wl-plugged-server-indent): Change from macro to function.
268
269         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
270
271         * wl-draft.el (wl-draft-config-body-goto-header)
272         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
273         macro to function.
274
275         * wl-score.el (wl-score-get-alike): Change from macro to
276         inline-function.
277
278         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
279         instead of `mapcar'. Don't use `function' for lambda.
280         (wl-read-search-condition-internal): Don't use `function' for
281         lambda.
282         (wl-kill-buffers): Change from macro to function.
283         (wl-count-lines): Change from macro to inline-function.
284
285         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
286
287         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
288
289         * wl.el (wl-plugged-change): Suppress compile warnings; Use
290         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
291         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
292         * wl-address.el (wl-complete-window-show): Ditto.
293         * wl-message.el (wl-message-select-buffer): Ditto.
294         * wl-template.el (wl-template-show): Ditto.
295         * wl-util.el (wl-collect-summary): Ditto.
296         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
297         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
298         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
299         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
300         (wl-score-edit-insert-number): Ditto.
301
302         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
303         symbol.
304
305         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
306         of `goto-line'.
307
308         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
309
310 2009-12-16  Lloyd Zusman <ljz@asfast.com>
311
312         * wl-summary.el (wl-summary-detect-mark-position): Force
313         the temporary buffer to enable the use of multibyte characters
314         within searches [wl-en:2460].
315
316 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
317
318         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
319         of `beginning-of-buffer'.
320
321 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
322
323         * wl-summary.el (wl-summary-display-raw): New function, display
324         message in raw format.
325
326 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
327
328         * Version number is increased to 2.15.7.
329
330 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
331
332         * wl-summary.el (wl-summary-previous-message-number): New function.
333         (wl-summary-next-message-number): Ditto.
334         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
335         `wl-summary-next-message-number'.
336         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
337         Inline temporary variable `cur-id'.
338         (wl-summary-get-next-unread-folder): Ditto.
339         (wl-summary-get-next-folder): Ditto.
340         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
341
342 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
345
346 2008-09-05  Kenichi Okada  <okada@opaopa.org>
347
348         * wl-summary.el (wl-summary-buffer-folder-name)
349         (wl-draft-config-body-goto-header): Use backquote instead of quote.
350         * wl-draft.el (wl-draft-body-goto-top)
351         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
352
353 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
354
355         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
356         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
357
358 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
359
360         * wl-expire.el: Fix Comentary section.
361
362 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
363
364         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
365         Require mime-parse, elmo-mime, and wl-util.
366
367         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
368
369         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
370
371 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
372
373         * wl-template.el: Require elmo-util and wl-vars.
374
375         * wl-mime.el (wl-mime-display-header): Revert last change.
376         Remove `delete-matching-lines "^$"'.
377
378 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
379
380         * wl-mime.el (wl-define-dummy-functions): Split
381         `eval-when-compile' form for avoid error; when `make
382         compile-strict.
383
384         * wl-util.el: Move (eval-when-compile (require 'static)).
385         * wl-dnd.el: Add (eval-when-compile (require 'static)).
386         * wl-message.el: Ditto.
387
388         * wl-mime.el (wl-message-delete-current-part): Use
389         `insert-buffer-substring' instead of `insert-buffer'.
390         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
391         * wl-draft.el (wl-draft-generate-clone-buffer)
392         (wl-draft-do-mime-bcc): Ditto.
393
394         * wl-address.el: Add (eval-when-compile (require 'cl)).
395         * wl-addrmgr.el: Ditto.
396         * wl-mime.el: Ditto.
397         * wl-util.el: Ditto.
398         * wl-score.el: Ditto.
399
400 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
401
402         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
403         `string-to-int'.
404
405         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
406         `string-to-int'.
407
408         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
409         `string-to-number' instead of `string-to-int'.
410
411         * wl-summary.el (wl-summary-get-list-info)
412         (wl-summary-message-number): Use `string-to-number' instead of
413         `string-to-int'.
414
415         * wl-score.el (wl-score-overview-entity-get-lines)
416         (wl-score-set-mark-below, wl-score-set-expunge-below)
417         (wl-summary-increase-score, wl-score-get-header-entry): Use
418         `string-to-number' instead of `string-to-int'.
419
420         * wl-folder.el (wl-folder-update-diff-line): Use
421         `string-to-number' instead of `string-to-int'.
422
423         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
424         instead of `string-to-int'.
425
426         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
427         instead of `string-to-int'.
428
429         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
430         `string-to-int'.
431
432 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
433
434         * wl-util.el (wl-match-string, wl-match-buffer)
435         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
436         (wl-kill-buffers, wl-local-variable-p)
437         (wl-line-formatter-setup): New backquote style.
438         (wl-count-lines): Use quote instead of backquote.
439
440         * wl-summary.el (wl-summary-buffer-folder-name)
441         (wl-summary-get-alike): Use quote instead of backquote.
442         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
443         backquote style.
444
445         * wl-message.el (wl-message-buffer-cache-buffer-get)
446         (wl-message-buffer-cache-folder-get)
447         (wl-message-buffer-cache-message-get)
448         (wl-message-buffer-cache-entry-make)
449         (wl-message-buffer-cache-hit): New backquote style.
450
451         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
452         backquote.
453         (wl-folder-unread-regex, wl-folder-entity-exists-p)
454         (wl-folder-clear-entity-info)
455         (wl-folder-get-entity-info, wl-folder-set-entity-info)
456         (wl-folder-elmo-folder-cache-get)
457         (wl-folder-elmo-folder-cache-put): New backquote style.
458
459         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
460         (wl-fldmgr-assign-id): Ditto.
461         (wl-fldmgr-delete-line): Use quote instead of backquote.
462         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
463
464         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
465         (wl-draft-set-sent-message): New backquote style.
466         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
467         (wl-draft-config-body-goto-header): Use quote instead of backquote.
468
469 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
470
471         * wl-address.el (wl-address-concat-token): Fix typo.
472
473 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
474
475         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
476         (wl-score-get-alike): Ditto.
477
478         * wl-vars.el: New backquote style.
479         (wl-message-header-button-alist): Use quote instead of backquote.
480
481         * wl.el (wl-plugged-string): New backquote style.
482
483         * wl-address.el (wl-address-concat-token): New backquote style.
484
485         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
486
487 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
488
489         * wl-highlight.el (wl-highlight-folder-opened-regexp)
490         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
491
492         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
493         in the character alternative.
494
495 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
496
497         * Version number is increased to 2.15.6.
498
499 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
500
501         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
502         optional 3rd argument of epg-context-set-progress-callback; it was
503         temporarily removed in the Emacs trunk due to copyright problem.
504         (wl-mime-pgp-verify-region-with-epg): Ditto.
505
506 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
507
508         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
509
510 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
511
512         * wl-util.el (wl-biff-check-folders): Set biff flag.
513         (from Naoto Morishima [wl:14031])
514
515 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
516
517         * wl.el (wl-plugged-server-indent): Use quote instead of
518         backquote.
519
520 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
521
522         * wl-score.el (wl-score-insert-header): Add guard for
523         `std11-unfold-string'.
524         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
525         TYPE artgument when TO or CC field.
526
527 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-summary.el (wl-summary-goto-folder-subr): Call
530         `elmo-folder-close' instead of `elmo-folder-commit' if discard
531         current summary.
532
533 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-util.el (wl-read-shell-commande): New function or alias.
536
537         * wl-summary.el (wl-summary-pipe-message): Use
538         `wl-read-shell-command' instead of `read-string'.
539         (wl-summary-target-mark-pipe): Ditto.
540
541 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-summary.el (wl-summary-reply): Fix docstring.
544         * wl-draft.el (wl-draft-reply): Ditto.
545
546 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
547
548         * wl-mime.el (wl-summary-extract-attachments): New command.
549         (wl-summary-extract-attachments-1): New internal function.
550
551 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-expire.el (wl-expire-folder): New function (split from
554         wl-summary-expire).
555         (wl-summary-expire): Use it. Add argument `all' instead of remove
556         `nolist'. Cause an error only if this function is calling
557         interactively.
558
559 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-expire.el (wl-expire-refile): Display progress message.
562         (wl-summary-expire): Simplify.
563
564         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
565         unused argument `deleting-info'.
566
567 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-vars.el (wl-message-popup-buffers): New user option.
570
571         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
572         (wl-message-delete-popup-windows): New function that substitues
573         above one.
574         (wl-mime-setup): Follow the above change.
575
576 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
577
578         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
579
580 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
581
582         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
583         "tkm" to wl-thread-spam.
584
585 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-thread.el (wl-thread-entity-insert-as-children): Use
588         wl-thread-entity-set-children.
589         (wl-thread-insert-message, wl-thread-insert-entity-sub,
590         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
591         Use wl-thread-entity-get-*.
592
593 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-mime.el (wl-epg-progress-callback): New function.
596         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
597         with `elmo-with-progress-display'. Set a progress callback
598         function to epg-context.
599         (wl-mime-pgp-verify-region-with-epg): Ditto.
600
601 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-util.el (wl-completing-read-multiple): Define as an alias of
604         `completing-read-multiple' if emacs-version is not less than 22.
605
606 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
609         change.
610
611 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-summary.el (wl-summary-sync-update): Move
614         `wl-thread-update-indent-string-thread' to outside of
615         `elmo-with-progress-display'.
616
617 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-message.el (wl-message-exit): Check buffer existence.
620
621 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-util.el (wl-simple-display-progress): New function.
624         (wl-display-progress-with-gauge): Ditto.
625         (wl-progress-callback-function): Ditto.
626
627         * wl.el (wl-init): Set `elmo-progress-callback-function' as
628         `wl-progress-callback-function'
629
630         * wl-vars.el (wl-display-progress-threshold): New user option.
631         (wl-display-progress-function): Ditto.
632
633         * Version number is increased to 2.15.5.
634
635 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-thread.el (wl-thread-close-children): New function.
638         (wl-thread-open-children): Ditto.
639         * wl-action.el (wl-summary-set-mark): Redo the last change by
640         using it.
641
642         * wl-action.el (wl-summary-set-mark): Undo the last change.
643         Forbid interactive call.
644
645 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-mime.el (wl-define-dummy-functions): New macro.
648         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
649         `wl-mime-pgp-decrypt-region'.
650         (wl-mime-pgp-verify-region-with-epg): Renamed from
651         `wl-mime-pgp-verify-region'.
652         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
653         `wl-mime-pgp-decrypt-region'.
654         (wl-mime-pgp-verify-region-with-pgg): Renamed from
655         `wl-mime-pgp-verify-region'.
656         (wl-mime-pgp-decrypt-region): New function; To select dispatch
657         function at runtime.
658         (wl-mime-pgp-verify-region): Ditto.
659
660         * wl-vars.el (wl-use-pgp-module): New user option.
661
662 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
665         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
666
667 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
670         even if there are target marks only.
671
672 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * Version number is increased to 2.15.4.
675
676 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-folder.el (wl-folder-check-one-entity): Simplify.
679
680 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
681
682         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
683         variable.
684
685 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
686
687         * wl-spam.el (wl-thread-test-spam): New function.
688         (wl-spam-setup): Bind "tkc".
689
690 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-expire.el (wl-folder-expire-entity): Rewite without
693         `wl-summary-goto-folder-subr'.
694         (wl-folder-expire-current-entity): Don't kill summary buffer.
695
696 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-folder.el (wl-folder-sync-entity): Rewrite without
699         `wl-summary-goto-folder-subr'.
700         (wl-folder-mark-as-read-all-entity): Likewise.
701
702         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
703
704 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * wl-thread.el (wl-thread-force-open): Arranged.
707
708 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
711         from regexp.
712
713         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
714         (wl-read-search-condition-internal): Append them.
715
716 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-vars.el (wl-additional-search-condition-fields):
719         New user option.
720
721         * wl-util.el (wl-search-condition-fields): New function; export
722         from `wl-read-search-condition-internal'.
723         (wl-read-search-condition-internal): Use it.
724
725         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
726
727 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-summary.el (wl-summary-define-sort-command): New function.
730         (wl-summary-sort-by-date, wl-summary-sort-by-number)
731         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
732         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
733         define by `wl-summary-define-sort-command' at runtime.
734
735         * wl.el (wl-init): Call wl-summary-define-sort-command.
736
737 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
740         properties at the decrypting region.
741
742 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-util.el (wl-find-region): New function.
745
746         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
747         coding system.
748         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
749         property `wl-mime-decoded-coding-system'.
750         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
751         property `wl-mime-decoded-coding-system' to encode text.
752
753         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
754         message.
755         (wl-mime-pgp-verify-region): Ditto.
756
757 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
760         buffer. Use epa-display-verify-result.
761
762 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-draft.el (wl-draft-send): Continue even if setting parent
765         flag was failed.
766
767 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-message.el (wl-message-flag-indicator): Fixed the problem
770         of returning string only of parentheses.
771
772 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-summary.el (wl-summary-write): Add argument `folder'.
775         (wl-summary-write-current-folder): Change argument `folder' from
776         optional to require.
777         (wl-summary-get-buffer): Return the buffer associated folder only.
778
779         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
780         change.
781         (wl-folder-toggle-disp-summary): Ditto.
782
783         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
784         current summary as parent-folder.
785
786 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
787
788         * wl-draft.el (wl-draft-reedit): Don't overwrite
789         wl-draft-parent-folder.
790
791 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
794         (wl-mime-pgp-verify-region): Ditto.
795         (wl-message-decrypt-pgp-nonmime): Use the above function.
796         (wl-message-verify-pgp-nonmime): Likewise.
797         (wl-mime-preview-application/pgp): Likewise.
798
799 2006-04-20  Kenichi Okada  <okada@opaopa.org>
800
801         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
802         Fix about the order of `wl-nntp-posting-port' and
803         `wl-nntp-posting-stream-type'.
804         * wl.el (wl-plugged-port-label-alist): Add smtp.
805
806 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-message-status): New macro.
809
810         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
811         (wl-summary-killed-mark): New user option.
812
813         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
814         API change.
815         (wl-thread-insert-entity-sub): Ditto.
816         (wl-thread-recover-messages): New command.
817
818         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
819         Don't call `wl-highlight-summary-current-line' directly.
820         (wl-summary-buffer-attach): Connect to signal `status-changed'
821         instead of `cache-changed'.
822         (wl-summary-buffer-detach): Follow the above change.
823         (wl-summary-detect-mark-position): Follow the API change.
824         (wl-summary-rescan-message): Ditto.
825         (wl-summary-insert-sequential): Ditto.
826         (wl-summary-update-thread): Ditto.
827         (wl-summary-message-mark): Ditto.
828         (wl-summary-persistent-mark): Ditto.
829         (wl-summary-create-line): Ditto.
830         (wl-summary-prefetch-region-no-mark): Call
831         `wl-summary-persistent-mark' with number.
832         (wl-summary-recover-messages-region): New command.
833         (wl-summary-target-mark-recover): Ditto.
834         (wl-summary-recover-message): Ditto.
835         (wl-summary-persistent-mark-string): Add argument `status' instead
836         of remove arguments `flags' and `cached'.  Treat killed status.
837         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
838
839         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
840         (wl-highlight-summary-line-face-spec): Treat killed status.
841         (wl-highlight-summary-line-string): Follow the API change.
842         (wl-highlight-summary-current-line): Ditto.
843
844         * Version number is increased to 2.15.3.
845
846 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
849         of symbolp to test whether the condition is function.
850
851 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
852
853         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
854         to nil.
855
856 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * wl-summary.el (wl-summary-buffer-message-ring): New internal
859         variable.
860         (wl-summary-buffer-last-displayed-msg): Abolish.
861         (wl-summary-push-message): New function.
862         (wl-summary-pop-message): Ditto.
863         (wl-summary-goto-folder-subr): Reset
864         `wl-summary-buffer-message-ring'.
865         (wl-summary-pop-to-last-message): New command.
866         (wl-summary-goto-last-displayed-msg): Call
867         wl-summary-pop-to-last-message if optional argument is non-nil or
868         the last command is itself.
869         (wl-summary-redisplay-internal): Push last message number into
870         `wl-summary-buffer-message-ring'.
871
872         * wl-vars.el (wl-summary-message-ring-max): New user option.
873
874 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
877         from `wl-draft-reply').
878         (wl-draft-reply): Use it.
879         (wl-draft-find-reply-headers): Avoid compile warning.
880
881 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
882
883         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
884
885 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-message.el (wl-message-flag-indicator): New function.
888         (wl-message-redisplay): Use it.
889
890 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
893
894 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
897         instead of `read-event'.
898
899         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
900
901         * wl-mule.el (wl-read-event-char): Ditto.
902
903         * wl-e21.el (wl-read-event-char): Ditto.
904
905 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
908
909 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-vars.el (wl-draft-send-confirm-type): New user option.
912
913         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
914
915         * wl-draft.el (wl-draft-send-confirm): Confirmation by
916         `wl-draft-send-confirm-type'
917
918 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
921         Avoid error when the buffer name is already used.
922
923 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
926         the change of elmo-nmz -> elmo-search.
927         (wl-highlight-summary-line-help-echo-alist): Ditto.
928         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
929         (wl-nmz-folder-icon): Define as obsolete.
930         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
931         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
932
933 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (wl-summary-get-list-info): Rewrite with
936         `elmo-find-list-match-value'
937
938 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
939
940         * wl-summary.el (wl-summary-get-list-info): Optimize.
941         Use List-Id and List-Post also.
942
943 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
946
947 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
948
949         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
950
951 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-util.el (wl-completing-read-multiple-1): New internal function.
954         (wl-completing-read-multiple-2): Ditto.
955         (wl-completing-read-multiple): Define use above functions.
956
957         * wl-summary.el (wl-summary-sort): Removed the workaround for a
958         bug of `completing-read-multiple' about default value.
959
960         * wl-xmas.el (wl-completing-read-multiple): Removed.
961
962         * wl-mule.el (wl-completing-read-multiple): Ditto.
963
964         * wl-e21.el (wl-completing-read-multiple): Ditto.
965
966 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-util.el (wl-filter-associations): New function.
969
970         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
971         (wl-spam-ignored-folder-list): Ditto.
972         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
973         (wl-spam-string-member-p): New function.
974         (wl-spam-domain): Use it.
975         (wl-spam-split-numbers): New function.
976         (wl-spam-apply-partitions): Ditto.
977         (wl-spam-register-spam-messages): Use `folder' instead of
978         `wl-summary-buffer-elmo-folder'.
979         (wl-spam-register-good-messages): Ditto.
980         (wl-summary-exec-action-spam): Decide a domain by real folder of
981         message.
982         (wl-summary-exec-action-refile-with-register): Likewise.
983
984 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-e21.el (wl-e21-find-image): New function.
987         (wl-e21-setup-toolbar): Use it instead of `find-image'.
988         (wl-e21-highlight-folder-group-line): Ditto.
989         (wl-folder-init-icons): Ditto.
990         (wl-plugged-init-icons): Ditto.
991         (wl-biff-init-icons): Ditto.
992
993 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
996         (wl-inhibit-save-drafts): New internal variable.
997         (wl-disable-auto-save): Ditto.
998         (wl-save-drafts): Treat above variables.
999         (wl-auto-save-drafts): New function.
1000         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
1001         `wl-stop-save-drafts'.
1002         (wl-start-save-drafts): New function.
1003         (wl-stop-save-drafts): Ditto.
1004         (wl-set-auto-save-draft): New command.
1005
1006         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
1007         `wl-set-save-drafts'.
1008
1009 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1012         `make-local-variable' instead of `make-variable-buffer-local'.
1013
1014 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1017
1018 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1021
1022 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1025         of working buffer.
1026
1027 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1030
1031         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1032         value into recipients; Bind `wl-draft-remove-group-list-contents'
1033         as nil.
1034
1035 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-summary.el (wl-summary-sort): Fixed the last change.
1038
1039         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1040         (wl-summary-sort-messages): Ditto.
1041         (wl-summary-rescan): Use it.
1042         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1043         `completing-read'; Append candidates for reverse order.
1044
1045 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * Version number is increased to 2.15.2.
1048
1049 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1052         "Smaller".
1053         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1054
1055 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1058
1059 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1060
1061         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1062         customize group `wl-draft'.
1063         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1064         `wl-draft'.
1065         (wl-draft-add-references): Ditto.
1066
1067         * wl-action.el (wl-summary-print-argument): Rename argument from
1068         `folder' to `data'.
1069
1070 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-summary.el (wl-summary-rescan-message): Call
1073         `wl-thread-cleanup-symbols' before insert thread.
1074
1075 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl.el (wl-init): Set `elmo-get-folder-function' as
1078         `wl-folder-make-elmo-folder'.
1079
1080         * wl-spam.el (wl-summary-exec-action-spam): Use
1081         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1082
1083         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1084         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1085         `elmo-make-folder'.
1086         (wl-folder-get-elmo-folder): Ditto.
1087         (wl-folder-create-subr): Simplify.
1088
1089 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1092
1093 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1094
1095         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1096         contents in message buffer instead of original buffer. If optional
1097         argument specified, ask coding system for encode.
1098
1099 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1100
1101         * wl-spam.el (wl-summary-test-spam-region): New function.
1102         (wl-spam-setup): Bind "rkc".
1103
1104 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1105
1106         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1107
1108 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1109
1110         * wl-spam.el (wl-summary-test-spam): Fix typo.
1111         (wl-message-check-spam): Ditto.
1112
1113 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-default-from): Simplify.
1116
1117 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1120         (wl-summary-exec-action-copy): Ditto.
1121         (wl-summary-auto-refile): Check existence of temporary mark.
1122
1123 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-summary.el (wl-summary-create-line): Use
1126         `elmo-time-to-datevec'.
1127
1128         * wl-expire.el (wl-expire-archive-date): Ditto.
1129         (wl-expire-localdir-date): Ditto.
1130
1131         * wl-util.el (wl-day-number): Abolish.
1132
1133         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1134         of `wl-day-number'.
1135         (wl-score-followup): Ditto.
1136         (wl-score-add-followups): Ditto.
1137         (wl-score-get-latest-msgs): Ditto.
1138         (wl-score-get-header-entry): Ditto.
1139         (wl-score-edit-insert-date): Ditto.
1140
1141 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1144         `elmo-message-entity-field' with 2nd argument `type'.
1145
1146 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1147
1148         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1149
1150 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-thread.el (wl-thread-delete-message): Delete descendant
1153         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1154
1155 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1158
1159 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1162         `Access folder'.
1163
1164 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-vars.el (wl-access-folder-icon): New user option.
1167
1168         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1169         `Access folder'.
1170
1171 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-summary.el (wl-summary-buffer-set-folder): Use
1174         `wl-folder-mime-charset'.
1175
1176         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1177         `mime-charset'.
1178         (wl-folder-get-elmo-folder): Ditto.
1179         (wl-folder-mime-charset): New function.
1180
1181 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-util.el (wl-parse-addresses): Define alias of
1184         `elmo-parse-addresses' (move to `elmo-util.el').
1185
1186         * wl-summary.el (wl-summary-default-from): Follow the API change.
1187         (wl-summary-overview-entity-compare-by-date): Ditto.
1188         (wl-summary-overview-entity-compare-by-from): Ditto.
1189         (wl-summary-get-list-info): Get value of `ml-info' field from
1190         entity at first.
1191         (wl-summary-rescan-message): Treat prefix argument.
1192         (wl-summary-prefetch-msg): Follow the API change.
1193         (wl-summary-search-by-subject): Ditto.
1194         (wl-summary-insert-thread): Ditto.
1195         (wl-summary-line-subject): Ditto.
1196         (wl-summary-line-from): Ditto.
1197         (wl-summary-create-line): Ditto.
1198         (wl-summary-print-message-with-ps-print): Ditto.
1199
1200         * wl-score.el (wl-score-ov-entity-get): Ditto.
1201         (wl-score-followup): Ditto.
1202         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1203         of `car'.
1204         (wl-score-get-latest-msgs): Follow the API change.
1205         (wl-score-get-header): Ditto.
1206
1207         * wl-refile.el (wl-refile-learn): Ditto.
1208         (wl-refile-subject-learn): Ditto.
1209         (wl-refile-get-field-value): Ditto.
1210         (wl-refile-guess-by-history): Ditto.
1211         (wl-refile-guess-by-subject): Ditto.
1212
1213         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1214
1215         * wl-expire.el (wl-expire-date-p): Removed.
1216         (wl-expire-archive-date): Follow the API change.
1217         (wl-expire-localdir-date): Ditto.
1218         (wl-summary-expire): Ditto.
1219
1220         * Version number is increased to 2.15.1.
1221
1222 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1225         group is access or not (it is not strict, like wl-fldmgr-rename).
1226
1227 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1230         duplicate call of `wl-summary-print-argument' on the wrong line.
1231
1232 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1235         even if argument `number' is nil.
1236         (wl-summary-insert-line): Print action argument if current message
1237         has it.
1238
1239 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1242         (wl-draft-reply): Ditto.
1243         (wl-draft): Add optional argument `parent-number' and call
1244         `wl-draft-create-buffer' with it.
1245         (wl-draft-create-buffer): Add optional argument
1246         `parent-number'. Set wl-draft-parent-number as it.
1247
1248 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1251         buffer is not for given folder, don't use it.
1252
1253 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1254
1255         * Version number is increased to 2.15.0.
1256
1257 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1260
1261         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1262         (wl-highlight-get-face-by-name): New internal function.
1263         (wl-highlight-summary-line-face-spec): Use it and fixed.
1264
1265 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-summary.el (wl-summary-sync-update): Use
1268         `elmo-message-entity-field' instead of `car' to get message-id
1269         from overview entity.
1270
1271         * wl-summary.el (wl-summary-rescan-message): Call
1272         `wl-highlight-summary-displaying' when displaying a message.
1273
1274 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1275
1276         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1277         `wl-draft-config-info-operation'.
1278         (wl-draft-buffer-change-number): New function.
1279         (wl-draft-rename-saved-config): Ditto.
1280         * wl.el (wl-init): Connect slot for message-number-changed.
1281         (toplevel): Add autoload for wl-draft-rename-saved-config.
1282
1283 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1286         `update-overview'
1287         (wl-summary-buffer-detach): Disconnect from it.
1288         (wl-summary-rescan-message): Use command.
1289
1290         * wl-message.el (wl-message-buffer-display): Use
1291         `with-current-buffer' instead of `save-excursion'.
1292
1293 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1296         wl-draft-preview-attributes-list from distraction.
1297
1298 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1299
1300         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1301         `elmo-list-diff'.
1302
1303 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-summary.el
1306         (wl-summary-edit-addresses-collect-candidate-fields): Use
1307         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1308
1309         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1310         instead of `elmo-set-work-buf'.
1311
1312         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1313         (wl-address-make-address-list): Ditto.
1314
1315         * Version number is increased to 2.13.3.
1316
1317 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1320         user option.
1321
1322         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1323         argument `5'.
1324
1325         * wl-message.el (wl-message-display-no-merge-p): New function.
1326         (wl-message-buffer-display): Check whether the message is
1327         reassembled and follow the API change.
1328
1329 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1332         multibyte on working buffer and removed unnecessary
1333         `buffer-disable-undo'.
1334
1335 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1338         change.
1339
1340 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1341
1342         * wl-util.el (wl-read-search-condition-internal): Protect
1343         elmo-global-flags from distraction.
1344
1345 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1348
1349         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1350         (wl-summary-event-handler): Ditto.
1351         (wl-summary-update-persistent-mark-on-event): New
1352         function (renamed from `elmo-event-handler-flag-changed').
1353         (wl-summary-buffer-attach): New function.
1354         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1355         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1356         instead of `elmo-folder-add-handler'.
1357
1358         * Version number is increased to 2.13.2.
1359
1360 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1363         and "\177" to the `wl-news-previous-page'.
1364         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1365         (wl-news-previous-page): New function.
1366
1367 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1368
1369         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1370         instead of `write-region' and simplify.
1371
1372 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1373
1374         * wl-template.el (wl-template-select): Cause error if
1375         `wl-template-alist' is nil.
1376
1377 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1378
1379         * wl-news.el.in: Set file variable `no-byte-compile'.
1380
1381 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1384         whether a target message is within displaying area.
1385         (elmo-event-handler-cache-changed): Ditto.
1386
1387 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1388
1389         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1390         to `defun'.  Use `nconc' instead of `append' to collect descendant
1391         message numbers.
1392
1393 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1394
1395         * wl-thread.el (wl-thread-save-top-list)
1396         (wl-thread-save-entities): Use `with-temp-buffer'.
1397         * wl-news.el.in (wl-news-previous-version-load):
1398         (wl-news-previous-version-save): Ditto.
1399         * wl-summary.el (wl-summary-load-file-object)
1400         (wl-summary-save-view-cache): Ditto.
1401
1402 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-util.el (toplevel): Require 'elmo-flag'.
1405         (wl-read-search-condition): New function (Renamed from
1406         `elmo-read-search-condition').
1407         (wl-read-search-condition-internal): Likewise.
1408
1409         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1410         invalid.
1411         (wl-summary-pick): Use `wl-read-search-condition' instead of
1412         `elmo-read-search-condition'.
1413         (wl-summary-virtual): Ditto.
1414
1415         * wl-folder.el (wl-folder-virtual): Ditto.
1416         (wl-folder-pick): Ditto.
1417
1418         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1419
1420 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-summary.el (wl-summary-reedit): Call
1423         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1424
1425 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-mime.el (toplevel): Require wl-vars.
1428
1429         * wl-message.el (toplevel): Require cl at compile.
1430
1431         * wl-draft.el (toplevel): Require elmo.
1432
1433 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1436         and do nothing when it is not positive.
1437         (wl-message-buffer-prefetch-next): Ditto.
1438
1439 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1442         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1443         (wl-summary-redisplay-internal): Ditto.
1444
1445         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1446         message (the condition is borrowed from `wl-check-variables-2').
1447         (wl-summary-redisplay-internal): Ditto.
1448
1449 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1450
1451         * wl-mime.el (wl-draft-nntp-attribute): New function.
1452         (wl-draft-attribute-nntp-posting-server): Use it.
1453         (wl-draft-attribute-nntp-posting-port): Ditto.
1454
1455         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1456         (wl-draft-show-attributes-buffer): Ditto.
1457         (wl-draft-hide-attributes-buffer): Ditto.
1458         (wl-draft-attribute-newsgroups): Ditto.
1459         (wl-draft-attribute-nntp-posting-server): Ditto.
1460         (wl-draft-attribute-nntp-posting-port): Ditto.
1461         (wl-draft-preview-message): Use there functions.
1462
1463         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1464         value.
1465
1466 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1469         (wl-draft-reedit): Ditto.
1470         (wl-draft-queue-flush): Ditto.
1471
1472         * wl-mime.el (wl-message-request-partial): Ditto.
1473         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1474         instead of `elmo-message-fetch'.
1475
1476         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1477
1478         * wl-summary.el (wl-summary-message-string): Ditto.
1479
1480 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-util.el (wl-current-message-buffer): Follow the API change.
1483
1484         * wl-summary.el (wl-summary-redisplay-internal): Call
1485         `wl-summary-mark-as-read' with 2nd argument as nil and update
1486         unread count instead of persistent mark.
1487
1488         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1489         variable.
1490         (wl-message-redisplay): Follow the API change.
1491         (wl-message-buffer-display): Managed mime-entity directly and
1492         return preview buffer only.
1493         (wl-message-display-internal): Rewrite.
1494         (wl-message-buffer-prefetch-subr): Not save return value of
1495         `wl-message-buffer-display'.
1496
1497         * Version number is increased to 2.13.1.
1498
1499 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1500
1501         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1502         'elmo-multiple-fields-body-list' with boundary specified.
1503
1504 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1505
1506         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1507         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1508         cache if `wl-summary-resend-use-cache' is non-nil.
1509
1510 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1513         (wl-nntp-posting-stream-type): Ditto.
1514
1515 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1516
1517         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1518
1519 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1520
1521         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1522         message.
1523
1524 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1527         Abolish.
1528         (wl-summary-buffer-persistent-mark-version): New internal
1529         variable.
1530         (wl-summary-update-mark-and-highlight-window): Check by
1531         wl-summary-persistent-mark-invalid-p.
1532         (wl-summary-update-status-marks): Ditto.
1533         (elmo-event-handler-flag-changed): Rewrite.
1534         (elmo-event-handler-cache-changed): Define.
1535         (wl-summary-prefetch-msg): Does not update persistent mark here.
1536         (wl-summary-delete-cache): Ditto.
1537         (wl-summary-resume-cache-status): Ditto.
1538         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1539         (wl-summary-persistent-mark-invalid-p): New function.
1540         (wl-summary-validate-persistent-mark): Ditto.
1541         (wl-summary-validate-persistent-mark-string): Ditto.
1542         (wl-summary-invalidate-persistent-mark): Ditto.
1543         (wl-summary-update-persistent-mark): Call
1544         `wl-summary-validate-persistent-mark'.
1545         (wl-summary-create-line): Call
1546         `wl-summary-validate-persistent-mark-string'.
1547
1548         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1549         status as t if cache used.
1550
1551 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1552
1553         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1554         only if the target is group.
1555         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1556
1557 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1560
1561 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1564
1565         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1566
1567 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1568
1569         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1570         (Thanks to Yoichi NAKAYAMA).
1571
1572 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1573
1574         * wl-util.el (wl-save-drafts): Restore echo area.
1575
1576 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * Version number is increased to 2.13.0.
1579
1580         * wl-util.el (wl-biff-check-folder-async): Use
1581         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1582
1583 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl-message.el (wl-message-display-internal): Does not put
1586         wl-message-display-type property on message buffer.
1587         (wl-message-buffer-display-type): New function.
1588
1589         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1590
1591         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1592         `wl-summary-buffer-detach'.
1593         (wl-summary-message-display-type): Use
1594         `wl-summary-buffer-display-type'.
1595
1596 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1599         buffer-local.
1600
1601         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1602         kill-buffer-hook instead of make-local-variable.
1603         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1604
1605 2004-12-12  Scott Renfro <scott@renfro.org>
1606
1607         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1608         regex for square-branket.
1609
1610 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1613         `wl-message-mime-analysis-p' with argument `header'.
1614
1615 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-mime.el (wl-draft-yank-current-message-entity):
1618         Switch to no-mime following method according to wl-message-display-type
1619         property.
1620         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1621
1622         * wl-message.el (wl-message-display-internal):
1623         Put wl-message-display-type property on message buffer.
1624
1625         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1626         (wl-message-display-internal): Ditto;
1627
1628         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1629
1630 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-message.el (wl-message-make-display-type): New function.
1633         (wl-message-display-type-property): Ditto.
1634         (wl-message-mime-analysys-p): Ditto.
1635         (wl-message-display-all-header-p): Ditto.
1636         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1637         added `display-type'.
1638         (wl-message-buffer-display): Likewise.
1639         (wl-message-display-internal): Likewise.
1640         (wl-message-buffer-display-type): Abolish.
1641         (wl-message-buffer-prefetch-subr): Follow the API changed.
1642
1643         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1644         from wl-summary-buffer-display-all-header and changed default value.
1645         (wl-summary-message-display-type): New function.
1646         (wl-summary-buffer-display-mime-mode): Ditto.
1647         (wl-summary-buffer-display-header-mode): Ditto.
1648         (wl-summary-toggle-mime): Rewrite with above functions.
1649         (wl-summary-toggle-all-header): Ditto.
1650         (wl-summary-redisplay): Force redisplay with default mode.
1651         (wl-summary-redisplay-internal): Renamed argument from `mode',
1652         `all-header' to `mime-mode', `header-mode'.
1653         Use `wl-message-make-display-type'.
1654
1655         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1656         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1657
1658 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1661
1662 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1663
1664         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1665         in original message buffer.
1666         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1667         buffer.
1668
1669 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1672
1673 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1676
1677 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1678
1679         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1680         when actions succeeded.
1681         (wl-summary-exec-action-copy): Likewise.
1682
1683 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1686         there is switch-to-buffer at the end of wl-message-select-buffer.
1687         (wl-summary-reply): Ditto.
1688
1689 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-summary.el (wl-summary-forward): Put subject in original
1692         message buffer as argument of wl-draft-forward.
1693         * wl-draft.el (wl-draft-forward): Decode subject as in
1694         wl-draft-reply.
1695
1696 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1699         a folder under access group.
1700
1701 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1704         wl-message-buffer-display.
1705
1706         * wl-util.el (wl-set-save-drafts): Fix typo.
1707
1708 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1711         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1712         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1713         the way to measure the width of a bitmap image; don't put face on
1714         ascii and bitmap images; put the mark which should not use the
1715         variable-pitch face on ascii and bitmap images.
1716         (wl-demo-setup-properties): Don't use the variable-pitch face on
1717         ascii and bitmap images; made it work on Emacs 20 and earlier.
1718         (wl-demo-insert-text): End with a newline at the bottom; don't put
1719         face on text.
1720
1721         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1722
1723 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1724
1725         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1726
1727         * wl-util.el (wl-save-drafts): Moved from sample setting.
1728         (wl-set-save-drafts): New function to set idle timer.
1729         * wl-draft.el (wl-draft): Call it.
1730         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1731
1732 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1733
1734         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1735         a summary which has toggle display status off.
1736
1737 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-draft.el (wl-draft-do-fcc): No cache save.
1740
1741 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1742
1743         * wl-summary.el (elmo-event-handler-flag-changed): Use
1744         `set-buffer' instead of `with-current-buffer'.
1745
1746 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-summary.el (wl-summary-after-resize-function): New function.
1749         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1750         window-size-change-functions.
1751
1752 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * wl-draft.el (wl-draft-create-buffer): Bind
1755         `change-major-mode-hook' after current buffer is changed.
1756
1757         * wl-summary.el (wl-summary-buffer-detach): New function.
1758         (wl-summary-buffer-set-folder): Call it.
1759         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1760         change-major-mode-hook and kill-buffer-hook.
1761         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1762         (wl-summary-switch-to-clone-buffer): Ditto.
1763         (wl-summary-goto-folder-subr): Ditto.
1764
1765 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1766
1767         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1768         after boundp check.
1769
1770 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1771
1772         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1773         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1774         for `kill-buffer'.
1775
1776         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1777         handler of current buffer from elmo-folder.
1778
1779 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1782
1783 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1786         variable.
1787         (wl-summary-event-handler): New class.
1788         (elmo-event-handler-flag-changed): Define to update persistent
1789         mark.
1790         (wl-summary-buffer-set-folder): Register event handler to
1791         elmo-folder.
1792         (wl-summary-exit): Unregister event handler.
1793         (wl-summary-goto-folder-subr): Ditto.
1794         (wl-summary-mark-as-read-all): Does not call
1795         `wl-summary-update-persistent-mark' directly.
1796         (wl-summary-mark-as-read-internal): Ditto.
1797         (wl-summary-set-persistent-mark-internal): Ditto.
1798         (wl-summary-set-flags-internal): Ditto.
1799
1800         * Version number is increased to 2.11.33.
1801
1802 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1803
1804         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1805         to nil.
1806
1807 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-spam.el (wl-spam-setup): Add hook
1810         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1811         instead of `wl-summary-prepare-hook'.
1812
1813         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1814         if folder type is `'flag'.
1815         (wl-summary-mark-as-important): Ditto.
1816
1817 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-address.el (wl-address-minibuffer-history): New variable.
1820         (wl-address-minibuffer-local-map): New keymap.
1821         (wl-address-read-from-minibuffer): New function.
1822
1823         * wl-action.el (wl-summary-get-resend-address): Use
1824         `wl-address-read-from-minibuffer' instead of `completing-read'.
1825
1826 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1827
1828         * Version number is increased to 2.11.32.
1829
1830 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1831
1832         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1833         without mule to iso-8859-1.
1834         (wl-draft-add-in-reply-to): Add note in description.
1835         (wl-draft-add-references): Ditto.
1836
1837 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1838
1839         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1840         definition for `m'.
1841         (wl-summary-mode-line-format): Add '[%m]'.
1842         (wl-message-mode-line-format-spec-alist): Ditto.
1843         (wl-summary-display-mime-mode-list): New variable.
1844
1845         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1846         from wl-summary-buffer-display-as-is.
1847         (wl-summary-buffer-display-all-header): New buffer local variable.
1848         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1849         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1850         instead of wl-summary-buffer-display-as-is.
1851         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1852         (wl-summary-set-persistent-mark): Ditto.
1853         (wl-summary-set-message-buffer-or-redisplay): Just call
1854         `wl-summary-redisplay-internal' without optional arguments.
1855         (wl-summary-toggle-mime): Rewrite.
1856         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1857         (wl-summary-toggle-all-header): New function.
1858         (wl-summary-redisplay-internal): Treat mime mode.
1859
1860         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1861         to wl-mime-preview-follow-no-mime.
1862         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1863         accodring to the display-mode.
1864
1865         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1866         (wl-message-buffer-display): Changed argument name from `as-is' to
1867         `mode'.
1868         (wl-message-display-internal): Ditto;
1869         Bind elmo-mime-display-header-analysis according to the mode.
1870         (wl-message-display-internal): Put wl-message-display-mime-mode
1871         property on entire buffer.
1872
1873 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1874
1875         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1876
1877 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-summary.el (wl-summary-overview-entity-compare-by-from):
1880         Don't extract mail address.
1881         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1882
1883         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1884
1885         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1886
1887 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1888
1889         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1890         wl-fldmgr-cut-entity-list on confirmation.
1891
1892 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1893
1894         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1895         (wl-mime-quit-preview): Check existence of
1896         mime-edit-temp-message-buffer here.
1897
1898 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1901         after deletion.
1902
1903         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1904         before calling wl-mime-quit-preview.
1905
1906 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-summary.el (wl-summary-pick): If call it with prefix
1909         argument, set `delete-marks' as non-nil. Pick from only visible
1910         messages.
1911         (wl-summary-check-target-mark): New function.
1912         (wl-summary-target-mark-mark-as-read): Use it.
1913         (wl-summary-target-mark-mark-as-unread): Ditto.
1914         (wl-summary-target-mark-operation): Ditto.
1915         (wl-summary-target-mark-set-flags): Ditto.
1916         (wl-summary-target-mark-save): Ditto.
1917         (wl-summary-target-mark-pick): Ditto.
1918         (wl-summary-target-mark-forward): Ditto.
1919         (wl-summary-target-mark-reply-with-citation): Ditto.
1920         (wl-summary-target-mark-print): Ditto.
1921         (wl-summary-target-mark-uudecode): Ditto.
1922
1923         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1924         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1925         with `ask-coding' is non-nil.
1926
1927 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1928
1929         * wl-thread.el (wl-thread-set-parent): If parent is a message
1930         which is identified by references, set linked as nil.
1931
1932 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1933
1934         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1935         (wl-message-mode-line-format-spec-alist): Ditto.
1936         (wl-message-mode-line-format): Ditto.
1937         (wl-summary-mode-line-format): Ditto for docstring.
1938         (wl-summary-no-mime-folder-list): Fix typo.
1939
1940         * wl-util.el (wl-current-message-buffer): Call
1941         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1942
1943         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1944         variable.
1945         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1946         of `wl-summary-redisplay-no-mime'.
1947         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1948         (wl-summary-toggle-mime): New function.
1949         (wl-summary-redisplay-all-header): Rewrite.
1950         (wl-summary-redisplay-no-mime): Ditto.
1951         (wl-summary-redisplay-internal): Added argument `as-is' and
1952         `all-header'.
1953
1954         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1955         New variable.
1956         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1957         bottom.
1958         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1959         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1960         "/" unconditionally.
1961
1962         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1963         wl-mime-preview-follow-no-mime for as-is content.
1964         (wl-mime-preview-follow-no-mime): New function.
1965         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1966
1967         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1968         and added `as-is', `all-header'.
1969         (wl-message-buffer-display): Ditto.
1970         (wl-message-buffer-display-type): New function.
1971
1972 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1973
1974         * wl-vars.el (wl-message-header-button-alist): Change default
1975         value.
1976         (wl-message-body-button-alist): Ditto.
1977
1978 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1981
1982 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1983
1984         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1985
1986 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1989         is always true.
1990
1991 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1992
1993         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1994         on null entity.
1995
1996 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1999
2000 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2001
2002         * wl-vars.el (wl-summary-resend-hook): New hook.
2003
2004         * wl-action.el (wl-summary-exec-action-resend-subr): Run
2005         `wl-summary-resend-hook'.
2006
2007 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2008
2009         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2010         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2011         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2012         (wl-summary-new-cached-mark): Changed default value to 'n'.
2013         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2014         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2015         (wl-folder-sync-range-alist): Remove spec for 'flag.
2016         (wl-summary-force-prefetch-folder-list): New user option.
2017
2018         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2019         `wl-summary-toggle-persistent-mark'.
2020         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2021         number is nil.
2022         (wl-summary-mark-as-answered-region): Set interactive argument of
2023         `wl-summary-set-persistent-mark-internal'.
2024         (wl-summary-mark-as-important-region): Ditto.
2025         (wl-summary-unset-persistent-mark): Ditto.
2026         (wl-summary-set-persistent-mark): Ditto.
2027         (wl-summary-mark-as-answered): Ditto.
2028         (wl-summary-mark-as-important): Ditto.
2029         (wl-summary-set-persistent-mark-internal): Do nothing
2030         when `elmo-message-flag-available-p' is nil.
2031         (wl-summary-toggle-persistent-mark): New function.
2032         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2033         when the folder matches `wl-summary-force-prefetch-folder-list'.
2034
2035
2036         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2037         when number is nil.
2038         (wl-highlight-summary-forwarded-face): New face.
2039
2040 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2041
2042         * Version number is increased to 2.11.31.
2043
2044 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2047         (wl-biff-check-folder-async): Ditto.
2048         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2049
2050 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2051
2052         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2053         Add an argument `reverse'.  All callers are updated.
2054         (wl-summary-sort): Add a prefix argument `reverse' to specify
2055         reverse sorting.
2056         (wl-summary-sort-by-date, wl-summary-sort-by-number)
2057         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
2058         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2059
2060 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-message.el (wl-message-redisplay): Does not narrow header if
2063         disply-type is all-header or as-is.
2064
2065         * wl-summary.el (wl-summary-enter-handler): Use
2066         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2067
2068 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2069
2070         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2071         after adding wl-draft-parent-variables.
2072         (wl-draft-forward): Ditto.
2073
2074 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-summary.el (wl-summary-sync-marks): Call
2077         `wl-summary-set-persistent-mark' and
2078         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2079         (wl-summary-set-persistent-mark-internal): Add 4th argument
2080         `no-server'.
2081         (wl-summary-unset-persistent-mark): Ditto.
2082         (wl-summary-set-persistent-mark): Ditto.
2083         (wl-summary-add-flags-internal): Abolish.
2084         (wl-summary-remove-flags-internal): Ditto.
2085         (wl-summary-mark-as-important-internal): Ditto.
2086         (wl-summary-mark-as-important): Use
2087         `wl-summary-set-persistent-mark' instead of
2088         `wl-summary-add-flags-internal'.
2089         (wl-summary-mark-as-important-region): Ditto.
2090
2091         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2092
2093         * wl-summary.el (wl-summary-get-available-flags): New function.
2094         (wl-summary-sync-marks): Use it and simplified.
2095         (wl-summary-unset-persistent-mark): Use
2096         `wl-summary-get-available-flags'.
2097         (wl-summary-set-persistent-mark): Ditto.
2098
2099 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2102         id.
2103
2104 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2107         number, call `wl-summary-prev-line-content'. Show message when the
2108         message is not found.
2109
2110 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2113         wl-summary-enter-handler.
2114         (wl-summary-enter-handler): New command.
2115
2116         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2117         docstring and custom spec.
2118
2119         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2120         flags too; Don't treat Cached and New.
2121         (wl-summary-set-persistent-mark): Ditto.
2122
2123         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2124         `wl-folder-set-flag'.
2125
2126         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2127         instead of `wl-folder-set-flag'.
2128
2129         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2130         for completion.
2131         (wl-summary-set-persistent-mark): Ditto.
2132
2133         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2134         instead of `wl-draft-quit-preview'.
2135
2136         * wl-mime.el (toplevel): Avoid compile warning.
2137         (wl-mime-quit-preview): New function
2138         (formarly defined as `wl-draft-quit-preview').
2139         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2140         quitting method.
2141
2142         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2143
2144         * wl-folder.el (wl-folder-set-flag): Renamed from
2145         `wl-draft-set-flag-on-parent'.
2146
2147         * wl-draft.el (wl-draft-quit-preview): New function.
2148         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2149         (wl-draft-send): Call `wl-folder-set-flag' instead of
2150         `wl-draft-set-flag-on-parent'.
2151         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2152
2153 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2154
2155         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2156         (wl-draft-send): Ditto.
2157
2158 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2159
2160         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2161         (wl-draft-kill-pre-hook): Set default value as nil.
2162         (wl-summary-reply-hook): Ditto.
2163         (wl-draft-kill-flags): Abolish.
2164
2165         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2166         (wl-draft-parent-variables): Renamed from
2167         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2168         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2169         argument; Add wl-draft-parent-variables to
2170         wl-draft-config-variables.
2171         (wl-draft-reply): Likewise.
2172         (wl-draft-kill-flags): Abolish.
2173         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2174         (wl-draft-set-flag-on-parent): New function.
2175         (wl-draft-setup-parent-flag): Ditto.
2176
2177 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2178
2179         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2180         `wl-draft-parent-folder' is "".
2181
2182 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2183
2184         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2185         (wl-summary-digit-jump): New function.
2186         (Adviced by John Owens and Hiroya Murata)
2187
2188         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2189         (Adviced by John Owens)
2190
2191         * wl-xmas.el (wl-message-define-keymap): Ditto.
2192
2193         * wl-mule.el (wl-message-define-keymap): Ditto.
2194
2195 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2196
2197         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2198         change of return value of elmo-folder-count-flags.
2199
2200         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2201         (wl-summary-mark-as-read-internal): Ditto.
2202         (wl-summary-set-persistent-mark-internal): Ditto.
2203         (wl-summary-folder-info-update): Ditto.
2204         (wl-summary-sync-update): Fixed the last change.
2205
2206         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2207
2208 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2209
2210         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2211         (wl-draft-kill-flags): Fixed docstring.
2212
2213         * wl-draft.el (wl-draft-kill-flags): New function.
2214         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2215
2216 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2217
2218         * wl-vars.el (wl-reply-hook): Abolish.
2219         (wl-draft-reply-hook): New hook.
2220         (wl-summary-reply-hook): Ditto.
2221         (wl-draft-forward-hook): Ditto.
2222         (wl-summary-forward-hook): Ditto.
2223         (wl-draft-kill-flags): New variable.
2224
2225         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2226         wl-summary-set-persistent-mark-internal.
2227         (wl-summary-sync-marks): Use elmo-preserved-flags.
2228         (wl-summary-update-persistent-mark): Make it interactive.
2229         (wl-summary-set-persistent-mark-internal): New inline function.
2230         (wl-summary-mark-as-answered): Use it.
2231         (wl-summary-mark-as-unanswered): Ditto.
2232         (wl-summary-unset-persistent-mark): New function.
2233         (wl-summary-set-persistent-mark): Ditto.
2234         (wl-summary-reply): Don't set answered flag;
2235         Run wl-summary-reply-hook instead.
2236         (wl-summary-forward): Call wl-draft-forward with number.
2237         Run wl-summary-forward-hook.
2238
2239         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2240         (wl-highlight-summary-line-face-spec): Use it as a default
2241         persistent mark face.
2242
2243         * wl-draft.el (wl-draft-forward): Added optional argument number;
2244         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2245         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2246         (wl-draft-kill): Use wl-draft-kill-flags.
2247
2248         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2249
2250         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2251         of return value of elmo-folder-count-flags.
2252
2253         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2254
2255         * wl-summary.el (wl-summary-count-unread): Ditto.
2256         (wl-summary-sync-update): Follow the change above.
2257         (wl-summary-force-prefetch): New function.
2258
2259 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2260
2261         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2262         variable `buf' with `let' instead of `setq'.
2263
2264 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2267         add Content-Disposition heaeder on the deleted part.
2268
2269 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2270
2271         * wl-draft.el (wl-draft-save): Encode address list under edit by
2272         `eword-encode-unstructured-field-body'.
2273
2274         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2275
2276 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2279         wl-current-summary-buffer.
2280
2281 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2282
2283         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2284         `numbers' is ignored.
2285
2286 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-folder.el (wl-folder-open-folder): Avoid error.
2289         Reported by John Owens, [wl-en:815]
2290
2291         * wl.el (wl): Set timer for biff process even if prefix argument
2292         is given or auto-checking is quitted.
2293
2294         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2295         immediately.
2296         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2297         (wl-toggle-plugged): Ditto.
2298
2299         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2300         * wl-util.el (wl-biff-start): Use idle timer if
2301         `wl-biff-use-idle-timer' is non-nil.
2302
2303 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-highlight.el (wl-highlight-message): Fix description.
2306
2307 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2310         tty.
2311
2312 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-action.el (wl-summary-exec): Print failure count.
2315
2316 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2319         to `defun', remove interactive form.
2320         Set elmo-message-fetch-confirm when force-reload is non-nil.
2321
2322 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-summary.el (toplevel): Removed unnecessary autoload.
2325
2326 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2327
2328         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2329         the buffer is generated from another message buffer.
2330
2331 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2334         extracted from `wl-fldmgr-save-folders'.
2335         (wl-fldmgr-delete): Call it after deletion.
2336
2337 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2340         multi-tty support.
2341
2342 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2343
2344         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2345
2346 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2347
2348         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2349         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2350
2351 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2352
2353         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2354         unsubscribe list only if argument CLEAR is nil.
2355
2356 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-draft.el (wl-draft-reply): Decode subject before removing
2359         Re: prefix.
2360
2361 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2362
2363         * wl-summary.el (wl-summary-sort-by-size): New command.
2364
2365 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * wl-summary.el (wl-summary-number-list-from-region): New
2368         function.
2369         (wl-summary-mark-as-read-region): Use it.
2370         (wl-summary-mark-as-unread-region): Ditto.
2371         (wl-summary-set-flags-region): Ditto and add optional argument
2372         remove.
2373         (wl-summary-mark-as-answered-region): Ditto.
2374         (wl-summary-mark-as-important-region): Ditto.
2375         (wl-summary-target-mark-mark-as-important): Added optional
2376         argument remove.
2377         (wl-summary-target-mark-mark-as-answered): Ditto.
2378         (wl-summary-target-mark-set-flags): Ditto.
2379
2380 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-summary.el (wl-summary-set-flags-region): Call
2383         `wl-summary-set-flags-internal' with number list instead of call
2384         one by each message.
2385         (wl-summary-target-mark-set-flags): Likewise.
2386
2387 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2388
2389         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2390         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2391         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2392         (wl-summary-target-mark-mark-as-answered): Likewise.
2393
2394 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2395
2396         * wl-summary.el (wl-summary-target-mark-forward): Use
2397         `wl-summary-delete-all-target-marks' instead of
2398         `wl-summary-delete-all-temp-marks'.
2399         (wl-summary-target-mark-reply-with-citation): Ditto.
2400         (wl-summary-target-mark-uudecode): Ditto.
2401         (wl-summary-target-mark-set-flags): Ditto and remove needless
2402         cursor move.
2403
2404 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2405
2406         * wl-summary.el (wl-summary-target-mark-forward): Protect
2407         wl-summary-buffer-target-mark-list from nreverse.
2408         (wl-summary-target-mark-reply-with-citation): Ditto.
2409
2410 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2411
2412         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2413         `elmo-display-progress-threshold'.
2414
2415 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2418         check `wl-summary-highlight'.
2419         (wl-summary-window-scroll-functions): Respect value of
2420         `wl-summary-highlight'.
2421         (wl-summary-sync-update): Run hooks
2422         `wl-summary-buffer-window-scroll-functions' at any time.
2423
2424 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2425
2426         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2427         from `wl-summary-cleanup-temp-marks'.
2428         (wl-summary-cleanup-temp-marks): Abolish argument.
2429         * wl.el (wl-save-status): Revert previous change.
2430         (wl-execute-temp-marks): New function, call
2431         `wl-summary-exec-with-confirmation'.
2432         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2433         (wl-folder-save-and-exec-marks): Abolished.
2434
2435 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2436
2437         * wl-e21.el (wl-e21-display-image-p): Respect
2438         `wl-highlight-folder-with-icon'.
2439         (wl-e21-highlight-folder-group-line): Highlight mouse line
2440         even if wl-e21-display-image-p is nil.
2441
2442         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2443         Respect value of `wl-summary-highlight'.
2444
2445         * wl.el (wl-save-status): Remove unused variable.
2446
2447         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2448         (wl-folder-mode-map): Bind it to "x".
2449
2450 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2451
2452         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2453
2454         * wl-thread.el (wl-thread-get-parent-list): Don't check
2455         disconnected ancestors, neglecting needless work in
2456         `wl-thread-update-indent-string-thread'.
2457
2458         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2459         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2460         argument, add argument default-keep to keep marks by default.
2461
2462         * Version number is increased to 2.11.30.
2463
2464         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2465         customization type and docstring.
2466         (wl-draft-reply-without-argument-list): Ditto.
2467
2468 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2471
2472         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2473
2474 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2475
2476         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2477
2478 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2479
2480         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2481         save-excursion so as not to include run-hooks.
2482
2483 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2486         Clarify that marks are going to be cleared.
2487
2488 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2489
2490         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2491         according to 3rd element of wl-summary-flag-mark.
2492
2493         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2494
2495 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2496
2497         * wl-action.el (wl-summary-target-mark-all): Don't set
2498         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2499
2500 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2501
2502         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2503         (wl-forward-subject-prefix): Ditto.
2504         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2505         (wl-draft-reply-make-subject): Ditto.
2506
2507         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2508         `wl-draft-forward'.
2509         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2510
2511 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2512
2513         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2514         target message does not exist.
2515
2516 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2517
2518         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2519         `wl-subject-prefix-regexp'.
2520         (wl-subject-forward-prefix-regexp): New variable.
2521         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2522         `wl-draft-strip-subject-re' and take regexp as argument.
2523         (wl-draft-forward): Use it.
2524         (wl-draft-reply): Ditto.
2525
2526 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2527
2528         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2529         emacs multi-tty support.
2530
2531 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2532
2533         * wl-e21.el (wl-e21-display-image-p): Don't call
2534         `display-images-p'.
2535         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2536         support.
2537         (wl-highlight-folder-current-line): Ditto.
2538         (wl-folder-init-icons): Ditto.
2539
2540 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2541
2542         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2543         the last line of summary in unplugged mode.
2544
2545 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2546
2547         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2548
2549 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2550
2551         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2552         * wl-address.el (wl-address-user-mail-address-p): Use it.
2553         (wl-address-delete-user-mail-addresses): Ditto.
2554         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2555
2556         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2557         (wl-address-delete-user-mail-addresses): Ditto.
2558
2559         * wl-address.el (wl-address-delete-user-mail-addresses): New
2560         function.
2561         * wl-refile.el (wl-refile-guess-by-history): Use it.
2562         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2563         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2564
2565         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2566         use wl-address-user-mail-address-p.
2567
2568 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2569
2570         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2571         after opening group.
2572
2573 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2574
2575         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2576         of elmo-set-buffer-multibyte.
2577
2578         * wl-message.el (wl-original-message-mode): Ditto.
2579
2580         * wl-score.el (wl-score-insert-header): Ditto.
2581
2582         * wl-summary.el
2583         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2584         (wl-summary-goto-folder-subr): Ditto.
2585         (wl-summary-insert-headers): Ditto.
2586
2587         * wl-util.el (wl-set-string-width): Ditto.
2588
2589         * Version number is increased to 2.11.29.
2590
2591 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2592
2593         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2594         (wl-highlight-summary-line-help-echo-alist): New variable.
2595         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2596         into `wl-highlight-summary-line-help-echo' and
2597         `wl-highlight-flag-folder-help-echo'.
2598         (wl-highlight-summary-line-string): Change accordingly.
2599         (wl-highlight-summary-current-line): Ditto.
2600
2601 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2602
2603         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2604         at the beginning of field body (Thanks to Markus Knittig).
2605
2606         * wl-draft.el (wl-draft-insert-current-message): Also check
2607         summary buffer, remove unnecessary tag.
2608
2609 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2610
2611         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2612         when wl-message-buffer is nil.
2613
2614         * wl-folder.el (wl-folder): Abolish unused argument.
2615         Call wl-folder-init when wl-folder-entity is nil.
2616         * wl.el (wl): Change accordingly.
2617
2618 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2619
2620         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2621         multibyte string before insert into draft buffer.
2622         (wl-draft-create-buffer): Always enable multibyte characters for
2623         draft buffer.
2624
2625         * Version number is increased to 2.11.28.
2626
2627 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2628
2629         * wl-folder.el (wl-folder-open-close): Handle blank line.
2630         (wl-folder-jump-to-current-entity): Ditto.
2631
2632 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2633
2634         * Version number is increased to 2.11.27.
2635
2636 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-thread.el (wl-thread-insert-message): When the thread is
2639         devided by wl-summary-max-thread-depth, insert line at the end of
2640         buffer.
2641
2642 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2643
2644         * Version number is increased to 2.11.26.
2645
2646 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2647
2648         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2649
2650 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2653         value of stream-type and session.
2654
2655 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2656
2657         * Version number is increased to 2.11.25.
2658
2659 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2660
2661         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2662         in a quit message.
2663
2664 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2665
2666         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2667         (wl-summary-redisplay-no-mime-internal): Ditto.
2668
2669 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2670
2671         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2672         * wl-vars.el (wl-smtp-connection-type): Ditto.
2673
2674 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2675
2676         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2677         for the separator line and quote mail-header-separator.
2678
2679 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2680
2681         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2682         result message.
2683
2684         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2685         `elmo-multiple-fields-body-list' with boundary as
2686         mail-header-separator.
2687
2688 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2689
2690         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2691
2692 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2693
2694         * wl-util.el (wl-list-diff): Remove unused function.
2695
2696         * wl-draft.el (wl-draft-send-confirm): Discard input before
2697         confirmation.
2698
2699 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2700
2701         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2702         order of flag and new.
2703
2704 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2705
2706         * wl-vars.el (wl-refile-policy-alist): Abolished.
2707
2708         * wl-action.el (wl-summary-set-action-refile): Follow the change
2709         above.
2710
2711 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * wl-highlight.el (wl-highlight-signature-search): Don't use
2714         re-search-backward for a long word since it is possible to crash
2715         XEmacs because of a bug.
2716
2717 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2718
2719         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2720
2721 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2724         argument for wl-summary-sync-force-update.
2725
2726 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2727
2728         * wl-summary.el (wl-summary-mode-map): Revival of
2729         wl-summary-mark-as-important related bindings;
2730         Bind 'F','tF','mF','rF','m&'.
2731         (wl-summary-mark-as-important-region): Revival.
2732         (wl-summary-target-mark-mark-as-important): Ditto.
2733         (wl-summary-target-mark-operation): New function.
2734         (wl-summary-target-mark-mark-as-answered): Use it.
2735         (wl-summary-decide-flag): Don't set Important as default.
2736         (wl-summary-mark-as-important-internal): Revival.
2737         (wl-summary-mark-as-important): Ditto.
2738
2739         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2740
2741         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2742         instead of facep.
2743
2744 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * wl-dnd.el (wl-dnd-drop-func): Fix.
2747
2748         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2749         mouse-set-point instead of posn-point.
2750
2751         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2752
2753         * wl-mule.el (wl-completing-read-multiple): Ditto.
2754
2755 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-demo.el (face-background-name): Defalias to avoid compile
2758         warning.
2759
2760 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2761
2762         * wl-summary.el (wl-summary-decide-flag): Use
2763         wl-completing-read-multiple instead of completing-read-multiple.
2764
2765         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
2766         New alias.
2767
2768         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2769         Use face-background-name instead of face-background.
2770
2771         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2772
2773         * wl-summary.el (wl-summary-save): Use it.
2774         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2775
2776         * wl-mime.el (wl-mime-save-content): Fix last change.
2777
2778 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2779
2780         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2781         New function.
2782         (wl-summary-sort-specs): Added sort.
2783         * wl-mime.el (wl-mime-save-content): Expand file name.
2784
2785 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2788
2789         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2790
2791 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2794         for flag if it is not defined.
2795
2796 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-e21.el (wl-highlight-folder-current-line): Use
2799         elmo-folder-type-internal when elmo-folder-type returns nil.
2800
2801         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2802
2803         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2804
2805         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2806
2807         * wl-e21.el (wl-summary-toolbar): Ditto.
2808
2809         * wl-vars.el (wl-demo-background-color): Abolished.
2810         (wl-summary-persistent-mark-priority-list): Renamed from
2811         wl-summary-flag-priority-list.
2812         (wl-summary-flag-alist): New user option.
2813         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2814         (wl-message-mode-line-format-spec-alist): Added 'F'.
2815         (wl-message-mode-line-format): Likewise.
2816         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2817         instead of wl-summary-important-mark.
2818         (wl-file-folder-icon): New variable.
2819
2820         * wl-thread.el (wl-thread-set-flags): Renamed from
2821         wl-thread-mark-as-important.
2822
2823         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2824         warning.
2825         (wl-summary-mode-menu-spec): Follow the change of
2826         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2827         (wl-summary-mode-map): Follow the change of
2828         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2829         (wl-summary-detect-mark-position): Follow the variable name change.
2830         (wl-summary-set-flags-region): New function for the replacement of
2831         wl-summary-mark-as-important-region.
2832         (wl-summary-sync-marks): Sync all global-flags.
2833         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2834         instead of elmo-message-flagged-p.
2835         (wl-summary-persistent-mark-string): Follow the variable name change;
2836         Put wl-summary-flag-mark if the message has global-flag.
2837         (wl-summary-target-mark-set-flags): Renamed from
2838         wl-summary-target-mark-mark-as-important.
2839         (wl-summary-decide-flag): New function.
2840         (wl-summary-set-flags-internal): Renamed from
2841         wl-summary-mark-as-important-internal.
2842         (wl-summary-add-flags-internal): New function.
2843         (wl-summary-remove-flags-internal): Ditto.
2844         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2845         (wl-summary-mark-as-unimportant): Abolish.
2846         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2847         (wl-summary-next-message): List flagged messages in the msgdb.
2848
2849         * wl-score.el (wl-summary-score-update-all-lines): Use
2850         wl-summary-add-flags-internal instead of
2851
2852         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2853
2854         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2855         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2856         (wl-message-buffer-require-all-header): Renamed from
2857         wl-message-buffer-all-header-flag (Ditto).
2858         (wl-message-buffer-flag-indicator): New variable.
2859         (wl-message-redisplay): Changed local varibale name from `flag' to
2860         `display-type'; Set up wl-message-buffer-flag-indicator.
2861         (wl-message-buffer-display): Changed varibale name from `flag' to
2862         `display-type'.
2863         (wl-message-display-internal): Likewise.
2864
2865         * wl-highlight.el (wl-highlight-demo-face): Define default background
2866         color.
2867         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2868
2869         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2870
2871         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2872         (wl-demo-setup-properties): Renamed from
2873         `wl-demo-set-background-color'.
2874         (wl-demo): Follow the change above.
2875
2876         * Version number is increased to 2.11.24.
2877
2878 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2879
2880         * wl-summary.el (wl-summary-toggle-thread): Call
2881         `wl-summary-rescan' with disable-thread as non-nil.
2882         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2883
2884 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2885
2886         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2887         foreground property of the face.
2888         (wl-demo-insert-text): Don't set up face property here.
2889         (wl-demo): Call wl-demo-set-background-color, anyway.
2890
2891 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2892
2893         * wl-vars.el (wl-demo-background-color): The value can be nil.
2894
2895 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2898         to wl-summary-wheel-dispatcher.
2899
2900         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2901         wl-message-wheel-dispatcher.
2902         (wl-message-wheel-dispatcher): New function.
2903         (wl-summary-wheel-dispatcher): Ditto.
2904
2905 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2906
2907         * wl-action.el (wl-summary-target-mark-all): List messages which are
2908         not in the killed-list.
2909
2910         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2911         only when the folder is 'flag/important.
2912
2913         * wl-address.el (wl-complete-field-body): Complete if the last
2914         character is a space.
2915
2916 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-folder.el (wl-folder-clear-entity-info): Use
2919         elmo-clear-hash-val.
2920
2921         * wl-fldmgr.el (wl-fldmgr-rename): Set
2922         wl-folder-info-alist-modified as t.
2923
2924 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2927
2928 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2929
2930         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2931         (wl-folder-buffer-last-visited-entity-id): New buffer local
2932         variable.
2933         (wl-folder-revisit-last-visited-folder): New function.
2934         (wl-folder-mode-map): Bind it to "C-i".
2935         (wl-folder-set-current-entity-id): Set last visited folder.
2936         * wl-summary.el (wl-summary-exit): Ditto.
2937
2938 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2941         before calling `recenter' in order to cope with an XEmacs bug.
2942
2943 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2944
2945         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2946         to the default value.
2947
2948 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2949
2950         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2951         change.
2952         (wl-summary-sync-marks): Ditto.
2953         (wl-summary-mark-as-read-internal): Ditto.
2954         (wl-summary-mark-as-answered-internal): Ditto.
2955         (wl-summary-mark-as-important-internal): Ditto.
2956         (wl-summary-reply): Ditto.
2957
2958         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2959         instead of `elmo-folder-unflag-answered'.
2960
2961         * Version number is increased to 2.11.23.
2962
2963         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2964         the last change.
2965
2966 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2967
2968         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2969         Specify "spam" or "good".
2970
2971 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2972
2973         * wl-spam.el (wl-summary-exec-action-spam): Call
2974         wl-folder-confirm-existence for spam folder.
2975         (wl-spam-setup): Bind "mk".
2976
2977 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978
2979         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2980
2981 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2982
2983         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2984         destination folder is empty.
2985
2986 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2987
2988         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2989         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2990
2991         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2992         (wl-summary-refile-prev-destination-region): New function.
2993         (wl-thread-refile-prev-destination): Ditto.
2994         (wl-summary-target-mark-refile-prev-destination): Ditto.
2995
2996 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2999         (wl-demo-background-color): Changed default value.
3000
3001         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
3002         color.
3003
3004         * wl-demo.el (wl-demo-set-background-color): New function.
3005         (wl-demo): Call it.
3006
3007 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
3008
3009         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3010         * wl-address.el (wl-address-add-or-change): Don't add empty
3011         address.
3012
3013 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3014
3015         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3016
3017 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3018
3019         * wl-vars.el (wl-demo-image-filter-alist): New variable
3020         (wl-demo-background-color): Ditto.
3021
3022         * wl-demo.el (wl-demo-xpm-set-background): New function.
3023         (wl-demo-image-filter): Ditto.
3024         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3025
3026         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3027
3028         * wl-demo.el (wl-demo-icon-name): Define as function.
3029         (wl-demo-insert-image): Use it.
3030
3031 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3032
3033         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3034
3035 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3036
3037         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3038
3039 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3042
3043 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-thread.el (wl-thread-mark-as-answered): New function.
3046
3047         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3048         answered" entry.
3049         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3050         "r&" and wl-thread-mark-as-answered to "t&".
3051         (wl-summary-mark-as-important-region): Refine to toggle mark.
3052         (wl-summary-mark-as-answered-region): New function.
3053         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3054         and 3rd argument.
3055         (wl-summary-mark-as-important-internal): Likewise.
3056
3057 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * wl-template.el (wl-template-preview): New internal variable.
3060         (wl-template-preview-p): New function.
3061         (wl-template-show): Bind `wl-template-preview' as t.
3062
3063 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3066         `elmo-message-entity-field' with 3rd argument which is non-nil.
3067
3068 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3071         Removed duplicate local bind `folder'.
3072
3073 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3074
3075         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3076
3077 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3078
3079         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3080         duplicate definition.
3081
3082 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3083
3084         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3085         non-nil, use it; Don't fetch message if there's no message in the
3086         current cursor position.
3087
3088 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3089
3090         * wl-util.el (wl-region-exists-p): Use region-active-p.
3091         (wl-deactivate-region): New function.
3092         * wl-message.el (wl-message-redisplay): Deactivate region.
3093
3094         * wl-summary.el (wl-summary-reply): Call
3095         `wl-summary-set-message-buffer-or-redisplay' instead of
3096         `wl-summary-redisplay-internal', don't move point.
3097
3098 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3101         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3102         by regexp.
3103
3104 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3105
3106         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3107         if no need.
3108
3109 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3112         default value to nil.
3113         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3114         `wl-summary-prepare-hook'; Replace refile action to
3115         `wl-summary-exec-action-refile-with-register'.
3116
3117         * Version number is increased to 2.11.22.
3118
3119 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-summary.el (wl-summary-detect-mark-position): Set
3122         `wl-summary-buffer-weekday-name-lang'.
3123
3124 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3125
3126         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3127         (wl-summary-mark-as-read-all): Ditto.
3128         (wl-summary-delete-messages-on-buffer): Ditto.
3129         (wl-summary-sync-update): Ditto.
3130         (wl-summary-mark-as-read-internal): Ditto.
3131         (wl-summary-mark-as-answered-internal): Ditto.
3132         (wl-summary-update-folder-info): Abolished.
3133
3134 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-mark-as-read-all): Use
3137         `wl-summary-update-folder-info' instead of
3138         `wl-folder-update-unread'.
3139
3140 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3141
3142         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3143         `wl-summary-folder-info-update'.
3144         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3145         instead of `wl-summary-folder-info-update'.
3146         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3147         `wl-folder-set-folder-updated'.
3148         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3149         instead of `wl-folder-update-unread'.
3150         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3151         the value of `wl-summary-buffer-unread-count' for the second parameter of
3152         `wl-folder-update-unread'.
3153
3154         * Version number is increased to 2.11.21.
3155
3156 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3157
3158         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3159         a local variable.
3160
3161 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3164         interactively.
3165
3166         * wl-summary.el (wl-summary-mark-as-important-internal): New
3167         internal function.
3168         (wl-summary-mark-as-important): Use it.
3169         (wl-summary-mark-as-unimportant): New function.
3170         (wl-summary-sync-marks): Follow the API change.
3171
3172         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3173
3174         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3175
3176 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3177
3178         * wl-folder.el (wl-folder-update-unread): Re-indent.
3179         Narrow the scope of a local variable.
3180
3181 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3184         (wl-addrmgr-merge-entries): Ditto.
3185         (wl-addrmgr): Added to address entry which exists in draft buffer
3186         if no entry is in original.
3187
3188 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3189
3190         * wl-batch.el: New file.
3191
3192 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3193
3194         * wl-vars.el (wl-use-semi): Remove unused variable.
3195
3196 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3199         "?".
3200
3201 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3202
3203         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3204         wl-summary-new-mark.
3205         (wl-summary-new-cached-mark): New user option.
3206         (wl-summary-score-marks): Follow the change above.
3207         (wl-summary-auto-refile-skip-marks): Ditto.
3208         (wl-summary-incorporate-marks): Ditto.
3209         (wl-summary-expire-reserve-marks): Ditto.
3210
3211         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3212
3213         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3214         (wl-summary-persistent-mark-string): Distinguished between cached
3215         and uncached mark when the message is new.
3216
3217 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-spam.el (wl-spam-domain): Renamed from
3220         `wl-spam-folder-guess-domain'.
3221         (wl-summary-exec-action-spam): Register as spam if domain of the
3222         source folder is good.
3223         (wl-summary-exec-action-refile-with-register): Register message if
3224         domain of the source folder is not undecided.
3225
3226 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3229         detect thread loop.
3230
3231 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3234         and wl-summary-skip-mark-list.
3235
3236 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3237
3238         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3239
3240         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3241
3242         * wl-spam.el (toplevel): Require wl-highlight.
3243         (wl-spam-auto-check-policy-alist): Abolish.
3244         (wl-spam-auto-check-folder-regexp-list): New user option.
3245         (wl-spam-auto-check-marks): Ditto.
3246         (wl-spam-mark-action-list): Ditto.
3247         (wl-highlight-summary-spam-face): New face.
3248         (wl-spam-auto-check-message-p): New function.
3249         (wl-spam-map-spam-messages): Fixed message.
3250         (wl-spam-register-spam-messages): Ditto.
3251         (wl-spam-register-good-messages): Ditto.
3252         (wl-summary-spam-map): Add and remove keybind.
3253         (wl-summary-target-mark-spam): Abolish.
3254         (wl-summary-refile-spam): Ditto.
3255         (wl-summary-test-spam): New function.
3256         (wl-summary-mark-spam): Ditto.
3257         (wl-summary-auto-check-spam): Follow the above change.
3258         (wl-summary-exec-action-spam): New function.
3259         (wl-summary-exec-action-refile-with-register): Fixed message.
3260         (wl-message-check-spam): New function.
3261         (wl-spam-setup): Ditto.
3262         (toplevel): Call it if this file is loaded interactivity.
3263
3264         * Version number is increased to 2.11.20.
3265
3266 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3269         when new optional argument `force' is non nil or modified.
3270
3271 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl.el (toplevel): Require wl-spam when compile.
3274         (wl-save-status): Call wl-spam-save-status.
3275
3276         * wl-spam.el (wl-spam-register-spam-messages): New function.
3277         (wl-spam-register-good-messages): Ditto.
3278         (wl-spam-save-status): Ditto.
3279         (wl-summary-mode-map): Bind
3280         wl-summary-target-mark-register-as-spam to "ms" and
3281         wl-summary-target-mark-register-as-good to "mn".
3282         (wl-summary-register-as-spam): Abolish optional argument; Use
3283         wl-spam-register-spam-messages.
3284         (wl-summary-register-as-spam-all): Use
3285         wl-spam-register-spam-messages.
3286         (wl-summary-register-as-good): Abolish optional argument; Use
3287         wl-spam-register-good-messages.
3288         (wl-summary-register-as-good-all): Use
3289         wl-spam-register-good-messages.
3290         (wl-summary-target-mark-register-as-spam): New funtion.
3291         (wl-summary-target-mark-register-as-good): Ditto.
3292
3293 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3294
3295         * wl-spam.el: New file.
3296
3297 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3298
3299         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3300
3301         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3302         (wl-summary-auto-refile): Call wl-refile-guess with
3303         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3304
3305 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3306
3307         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3308         with disable-thread argument non-nil.
3309
3310 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-summary.el (wl-summary-rescan): Added optional argument
3313         disable-thread.
3314         (wl-summary-sync): Call wl-summary-rescan with argument
3315         disable-thread.
3316         (wl-summary-input-range): Added new range `rescan-thread'.
3317
3318 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3321
3322 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3325         internal variable.
3326         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3327         wl-summary-search-parent-by-subject-regexp and
3328         wl-summary-divide-thread-when-subject-changed as nil.
3329         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3330         (wl-summary-insert-thread): Search parent entity from
3331         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3332         thread loop.
3333
3334 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3337
3338         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3339
3340         * wl-util.el (wl-require-update-all-folder-p): New function.
3341         (wl-get-assoc-list-value): Added `function' to match directive.
3342         (wl-collect-draft): Rewrite.
3343
3344         * wl-summary.el (wl-summary-sync-update): Clear faces
3345         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3346         are non-nil.
3347         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3348         argument as function.
3349         (wl-summary-input-range): Ditto.
3350
3351         * wl-folder.el (wl-draft-get-folder): New function.
3352         (wl-folder-get-elmo-folder): Consider draft folder.
3353
3354         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3355         (wl-draft-buffer-message-number): New buffer local variable.
3356         (wl-draft-folder-internal): New internal variable.
3357         (wl-draft-delete): Rewrite.
3358         (wl-draft-save): Ditto.
3359         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3360         wl-folder-get-elmo-folder.
3361         (wl-draft-config-info-operation): Ditto.
3362         (wl-jump-to-draft-folder): Ditto.
3363         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3364         (wl-draft-reedit): Rewrite.
3365
3366         * Version number is increased to 2.11.19.
3367
3368 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3369
3370         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3371         variable.
3372
3373 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3376         Use ignore-errors instead of unwind-protect.
3377
3378 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3379
3380         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3381         for updating `wl-thread-entity-list'.
3382
3383 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3384
3385         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3386         parameter from calling `wl-thread-entity-get-older-brothers' and
3387         `wl-thread-entity-get-younger-brothers'.
3388         Replace nested `append' with a single one.
3389
3390 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * wl-summary.el (wl-summary-mode): Don't use the return value of
3393         `make-local-hook'.
3394
3395 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3396
3397         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3398         instead of `let*'.
3399         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3400         of local variables.
3401
3402 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3403
3404         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3405         Renamed from wl-summary-window-scroll-functions.
3406         (wl-summary-window-scroll-functions): Don't set to variable.
3407         (wl-summary-display-top): Use run-hooks.
3408         (wl-summary-display-bottom): Ditto.
3409         (wl-summary-toggle-disp-msg): Ditto.
3410         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3411         Use it instead of wl-summary-window-scroll-functions.
3412         (wl-summary-goto-folder-subr): Don't call
3413         wl-summary-window-scroll-functions, use
3414         wl-summary-buffer-window-scroll-functions instead.
3415
3416 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3417
3418         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3419         make-local-variable.
3420
3421 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3422
3423         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3424         set-buffer-modified-p.
3425         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3426         (wl-summary-display-bottom): Ditto.
3427         (wl-summary-toggle-disp-msg): Ditto.
3428
3429 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3430
3431         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3432
3433         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3434         (wl-summary-forward): Use elmo-message-entity-field instead of
3435         elmo-message-field.
3436
3437         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3438
3439 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3440
3441         * wl-summary.el (wl-summary-window-scroll-functions): No use
3442         `append'.
3443
3444 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3447         function.
3448         (wl-summary-window-scroll-functions): Call it when both
3449         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3450         (wl-summary-temp-mark): Added optional argument number.
3451         (wl-summary-message-mark): Added optional argument flag.
3452         (wl-summary-persistent-mark): Added optional argument number and flag.
3453         (wl-summary-update-persistent-mark): Ditto.
3454         (wl-summary-update-status-marks): Set "r" for interactive spec.
3455
3456         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3457         argument number and flag.
3458
3459         * wl-action.el (wl-summary-registered-temp-mark):
3460         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3461
3462 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3463
3464         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3465         internal variable (buffer local).
3466         (wl-summary-window-scroll-functions): New function.
3467         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3468         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3469         as nil.
3470         (wl-summary-update-status-marks): Added arguments beg, end and
3471         check.
3472         (wl-summary-update-mark-window): Use function.
3473         (wl-summary-sync-update): Follow the change above.
3474         (wl-summary-switch-to-clone-buffer): Copy
3475         wl-summary-buffer-unsync-mark-number-list.
3476         (wl-summary-goto-folder-subr): Set
3477         wl-summary-buffer-unsync-mark-number-list and
3478         use wl-summary-window-scroll-functions instead of
3479         wl-summary-lazy-highlight.
3480
3481         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3482
3483 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3484
3485         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3486
3487         * wl-summary.el (wl-summary-update-persistent-mark): Call
3488         wl-summary-set-message-modified.
3489
3490         * wl-summary.el (wl-summary-sync-update): Don't call
3491         wl-summary-update-status-marks.
3492
3493         * Version number is increased to 2.11.18.
3494
3495 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3496
3497         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3498         (wl-message-next-page): Ditto.
3499
3500 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3501
3502         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3503         local variable.  Change the order of a collected list into the
3504         same as the specified range.  Remove nil from a collected list.
3505
3506 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3507
3508         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3509         argument for elmo-folder-list-messages.
3510
3511 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3512
3513         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3514         change (wl-summary-count-unreads return a list instead of a cons
3515         cell).
3516
3517 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3518
3519         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3520         `wl-summary-folder-info-update'.
3521
3522 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3523
3524         * wl-summary.el (wl-summary-set-message-modified): No use
3525         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3526         (wl-summary-set-mark-modified): Abolish.
3527         (wl-summary-mark-modified-p): Ditto.
3528         (wl-summary-save-view): Follow the change above.
3529
3530         * wl-expire.el (wl-summary-expire): Likewise.
3531
3532 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-summary.el (wl-summary-detect-mark-position): Use
3535         modb-entity-handler.
3536         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3537
3538         * Version number is increased to 2.11.17.
3539
3540 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3543         entity field value.
3544         (wl-summary-prefetch-msg): Ditto.
3545         (wl-summary-print-message-with-ps-print): Ditto.
3546
3547 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3550         for dummy entity.
3551         (wl-summary-insert-thread): Use elmo-message-entity-field.
3552         (wl-summary-update-thread): Use elmo-message-entity-field and
3553         elmo-message-entity-number.
3554         (wl-summary-line-number):  Use elmo-message-entity-number.
3555         (wl-summary-line-size): Use elmo-message-entity-field.
3556         (wl-summary-line-subject): Ditto.
3557         (wl-summary-line-from): Ditto.
3558         (wl-summary-line-attached): Ditto.
3559         (wl-summary-create-line): Ditto.
3560         (wl-summary-create-line): Use elmo-message-entity-number.
3561         (wl-summary-print-message-with-ps-print): Use
3562         elmo-message-entity-field.
3563
3564 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3565
3566         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3567         change in elmo-msgdb-make-message-entity.
3568         (wl-summary-buffer-set-folder): Don't call
3569         wl-summary-detect-mark-position here.
3570         (wl-summary-rescan): Call elmo-message-entity-number.
3571         (wl-summary-sync-update): Ditto.
3572         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3573
3574         * wl-score.el (wl-score-header-index): Redefine 2th element.
3575         (wl-score-overview-entity-get-extra): Abolish.
3576         (wl-score-ov-entity-get): Rewrite.
3577         (wl-score-string-index<, wl-score-string-func<): Abolish.
3578         (wl-score-string<): New function.
3579         (wl-score-string-sort): Use it.
3580
3581         * wl-refile.el (wl-refile-guess-by-history): Use
3582         elmo-message-entity-field.
3583         (wl-refile-guess-by-from): Ditto.
3584         (wl-refile-guess-by-msgid): Ditto.
3585
3586         * Version number is increased to 2.11.16.
3587
3588 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3589
3590         * wl-folder.el (wl-folder-confirm-existence): Don't call
3591         file-exists-p if msgdb-path is nil.
3592         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3593         `wl-read-folder-hist' to `wl-read-folder-history'.
3594
3595 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3596
3597         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3598         `y-or-n-p'.
3599
3600 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-score.el (wl-score-headers): Don't use
3603         elmo-folder-do-each-message-entity.
3604
3605         * Version number is increased to 2.11.15.
3606
3607 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-summary.el (wl-summary-delete-all-msgs): Use
3610         elmo-folder-move-messages instead of elmo-folder-delete-messages
3611         and elmo-folder-detach-messages.
3612         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3613
3614         * wl-expire.el (wl-expire-delete): Ditto.
3615         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3616
3617 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3620         (wl-message-header-narrowing-fields): Ditto.
3621         (wl-message-header-narrowing-lines): Ditto.
3622         (wl-message-header-narrowing-string): Ditto.
3623
3624         * wl-summary.el (wl-summary-mode-map): Bind
3625         wl-summary-toggle-header-narrowing to "C-cC-f".
3626         (wl-summary-toggle-header-narrowing): New function.
3627
3628         * wl-message.el (wl-message-buffer-create): Call
3629         wl-message-header-narrowing-setup.
3630         (wl-message-redisplay): Call wl-message-header-narrowing.
3631         (wl-message-header-narrowing): New function.
3632         (wl-message-header-narrowing-map): New keymap.
3633         (wl-message-header-narrowing-widen-map): New keymap.
3634         (wl-message-header-narrowing-again-at-mouse): New function.
3635         (wl-message-header-narrowing-1): Ditto.
3636         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3637         (wl-message-header-narrowing-setup): Ditto.
3638         (wl-message-header-narrowing-toggle): Ditto.
3639
3640         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3641
3642         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3643         'flag as all.
3644         (wl-use-flag-folder-help-echo): New user option.
3645
3646         * wl-summary.el (wl-summary-detect-mark-position): Bind
3647         wl-summary-highlight as nil.
3648         (wl-summary-set-mark-modified): Follow the API change.
3649         (wl-summary-mark-modified-p): Ditto.
3650         (wl-summary-mark-as-read-all): Ditto.
3651         (wl-summary-sync-marks): Don't call
3652         elmo-folder-list-messages-with-global-mark.
3653         (wl-summary-mark-as-read-internal): Follow the API change.
3654         (wl-summary-mark-as-answered-internal): Ditto.
3655         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3656         Follow the API change.
3657         (wl-summary-create-line): Call with number argument.
3658         (wl-summary-reply): Follow the API change.
3659
3660         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3661         function.
3662         (wl-highlight-summary-line-string): Call it when
3663         wl-use-flag-folder-help-echo is non-nil.
3664         (wl-highlight-summary-current-line): Ditto.
3665         (elmo-flag-folder-referrer): Added autoload setting.
3666
3667         * wl-draft.el (wl-draft-kill): Follow the API change.
3668
3669         * Version number is increased to 2.11.14.
3670
3671 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3672
3673         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3674
3675 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3676
3677         * Version number is increased to 2.11.13.
3678
3679 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3680
3681         * wl-draft.el (wl-draft-previous-history-element): Fixed
3682         unbalanced parenthesis and bind unbound local variables.
3683
3684 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3685
3686         * wl-draft.el (wl-draft-previous-history-element): New function.
3687         (wl-draft-next-history-element): Ditto.
3688         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3689         them to M-p and M-n.
3690
3691 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3692
3693         * Version number is increased to 2.11.12.
3694
3695 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3696
3697         * wl-draft.el (wl-draft-hide): Select buffer-window.
3698
3699 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3700
3701         * wl-summary.el (wl-summary-narrow-to-region): New function.
3702         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3703         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3704         (wl-summary-save-region): Use it.
3705         * wl-action.el (wl-summary-collect-numbers-region)
3706         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3707
3708 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3709
3710         * wl-folder.el (wl-folder-count-incorporates): Don't use
3711         `elmo-msgdb-mark-load'
3712
3713         * Version number is increased to 2.11.11.
3714
3715 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3716
3717         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3718         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3719
3720 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3723
3724 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3725
3726         * Version number is increased to 2.11.10.
3727
3728 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3729
3730         * wl-mime.el (wl-draft-attribute-value): Fixed.
3731
3732 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3733
3734         * wl-util.el (wl-copy-local-variables): New function.
3735
3736         * wl-mime.el (wl-draft-attribute-recipients): New function.
3737         (wl-draft-attribute-envelope-from): Ditto.
3738         (wl-draft-attribute-smtp-posting-server): Ditto.
3739         (wl-draft-attribute-smtp-posting-port): Ditto.
3740         (wl-draft-attribute-value): Ditto.
3741         (wl-draft-preview-message): Use it to get value for
3742         attributes. Reflect result of `wl-draft-config'.
3743
3744         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3745         and call `wl-summary-mark-as-read' before to call
3746         `wl-summary-unset-mark'.
3747         (wl-summary-target-mark-mark-as-unread): Likewise.
3748         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3749
3750 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-mime.el (wl-draft-preview-message): Use actual value for
3753         attributes; Fix for small window.
3754
3755 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3756
3757         * wl-refile.el (wl-refile-get-field-value): Call
3758         `elmo-message-entity-field' with 3rd argument is non-nil.
3759
3760 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-vars.el (wl-draft-preview-attributes): New user option.
3763         (wl-draft-preview-attributes-list): Ditto.
3764         (wl-draft-preview-attributes-buffer-lines): Ditto.
3765         (wl-draft-preview-attributes-buffer-name): Ditto.
3766
3767         * wl-mime.el (wl-draft-preview-message): Display attributes.
3768
3769 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3770
3771         * wl-summary.el (wl-summary-detect-mark-position): Bind
3772         wl-summary-flag-priority-list to '(new).
3773
3774 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3775
3776         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3777         funtion.
3778         (wl-highlight-summary-line-string): Use it.
3779         (wl-highlight-summary-current-line): Ditto.
3780
3781 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3784         line even when the mark string is not changed.
3785
3786         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3787         argument change in the wl-summary-create-line.
3788         (wl-thread-insert-entity-sub): Ditto.
3789
3790         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3791         argument change in the wl-summary-create-line.
3792         (wl-summary-insert-sequential): Ditto.
3793         (wl-summary-update-thread): Ditto.
3794         (wl-summary-persistent-mark-string): New inline function.
3795         (wl-summary-message-mark): Use it.
3796         (wl-summary-create-line): Abolish argument wl-persistent-mark
3797         and added wl-flags, wl-cached.
3798
3799         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3800         mark to flags.
3801         (wl-highlight-summary-current-line): Decide the face not by the
3802         persistent mark but flags.
3803
3804 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3805
3806         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3807         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3808         wl-summary-read-uncached-mark): Revive.
3809         (wl-summary-answered-cached-mark,
3810         wl-summary-answered-uncached-mark): New user option.
3811         (wl-summary-score-marks): Follow the change above.
3812         (wl-summary-auto-refile-skip-marks): Ditto.
3813         (wl-summary-incorporate-marks): Ditto.
3814         (wl-summary-expire-reserve-marks): Ditto.
3815         (wl-summary-flag-priority-list): New user option.
3816
3817         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3818         changes.
3819         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3820         of elmo-message-mark.
3821         (wl-summary-mark-as-read-internal): Ditto.
3822         (wl-summary-mark-as-answered): Ditto.
3823         (wl-summary-mark-as-important): Ditto.
3824         (wl-summary-redisplay-internal): Ditto.
3825         (wl-summary-redisplay-no-mime-internal): Ditto.
3826         (wl-summary-message-mark): New function.
3827         (wl-summary-insert-sequential): Use wl-summary-message-mark
3828         instead of elmo-message-mark.
3829         (wl-summary-update-thread): Ditto.
3830         (wl-summary-persistent-mark): Ditto.
3831         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3832         instead of elmo-message-mark.
3833
3834         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3835         wl-summary-message-mark instead of elmo-message-mark.
3836         (wl-thread-insert-entity-sub): Ditto.
3837         (wl-thread-get-children-msgs-uncached): Ditto.
3838
3839         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3840         variable name changes.
3841         (wl-highlight-summary-current-line): Ditto.
3842
3843         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3844         wl-summary-message-mark instead of elmo-message-mark.
3845
3846         * wl-expire.el (wl-expire-message-p): Ditto.
3847
3848         * wl-score.el (wl-score-headers): Ditto.
3849
3850         * Version number is increased to 2.11.9.
3851
3852         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3853         (wl-summary-sync-update): Follow the change above.
3854         (wl-summary-switch-to-clone-buffer): Ditto.
3855         (wl-summary-open-folder): Ditto.
3856
3857 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3858
3859         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3860         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3861
3862         * Version number is increased to 2.11.8.
3863
3864         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3865
3866         * wl-expire.el (wl-expire-refile): Follow the API change on
3867         `elmo-folder-move-messages'.
3868         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3869
3870         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3871         (wl-summary-exec-action-refile): Ditto.
3872         (wl-summary-exec-action-copy): Ditto.
3873         (wl-summary-no-auto-refile-message-p): No use
3874         `wl-summary-buffer-msgdb'.
3875         (wl-summary-auto-refile): Ditto.
3876
3877 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3878
3879         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3880
3881 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3882
3883         * wl-summary.el (wl-summary-sync): Treat no-sync.
3884
3885         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3886         (wl-default-sync-range): Ditto.
3887
3888 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3889
3890         * wl-refile.el (wl-refile-subject-learn): Call
3891         `elmo-message-entity-field' with 3rd argument is non-nil.
3892         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3893         instead of `elmo-msgdb-overview-entity-get-subject'.
3894
3895 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3898         scan-type is rescan.
3899         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3900         new optional argument force is non-nil.
3901         (wl-summary-save-view-cache): Call it with force argument non-nil.
3902
3903         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3904
3905 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3906
3907         * wl-action.el (wl-summary-print-argument): Fixed last change.
3908
3909 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3910
3911         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3912         simplified.
3913         (wl-summary-target-mark-mark-as-unread): Likewise.
3914         (wl-summary-target-mark-mark-as-important): Likewise.
3915
3916 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3917
3918         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3919         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3920         (wl-summary-mark-as-important-region): Change accordingly.
3921         (wl-summary-target-mark-mark-as-important): Ditto.
3922
3923 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3924
3925         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3926
3927         * wl-action.el (wl-summary-print-argument): Print argument to
3928         right side of window if `wl-summary-print-argument-within-window'
3929         is non-nil.
3930
3931 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-action.el (wl-summary-set-mark): Use
3934         `wl-summary-message-visible-p' to check visibility of the message
3935         and jump to message only when the message line is visible and have
3936         different number; Call wl-summary-unset-mark with number argument.
3937         (wl-summary-unset-mark):
3938         Use `wl-summary-message-visible-p'
3939         to check visibility of the message and jump to message only when
3940         the message line is visible and have different number;
3941
3942 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3943
3944         * Version number is increased to 2.11.7.
3945
3946         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3947         and wl-folder-summary-line-format.
3948
3949         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3950         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3951         (wl-summary-set-score-mark): Use it.
3952         (wl-summary-target-mark-mark-as-read): Ditto.
3953         (wl-summary-target-mark-mark-as-unread): Ditto.
3954         (wl-summary-target-mark-mark-as-important): Ditto.
3955         (wl-summary-target-mark-msgs): Simplified.
3956         (wl-summary-detect-mark-position): Fixed problem when
3957         summary-line-format no contain persisten/temp mark spec.
3958         (wl-summary-temp-mark): Ditto.
3959         (wl-summary-persistent-mark): Ditto.
3960         (wl-summary-update-persistent-mark): Ditto.
3961
3962         * wl-action.el (wl-summary-set-mark): Ditto.
3963         (wl-summary-unset-mark): Ditto.
3964         All other related portions are changed.
3965
3966 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3967
3968         * Version number is increased to 2.11.6.
3969
3970 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3971
3972         * wl-util.el (wl-current-message-buffer): Define as function;
3973         Don't use the value of wl-messge-buffer.
3974
3975         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3976         persistent mark.
3977
3978         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3979         no current message, cause an error.
3980
3981 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3982
3983         * wl-summary.el (wl-summary-set-message-modified): Use
3984         elmo-folder-set-message-modified instead of
3985         elmo-folder-set-message-modified-internal.
3986
3987 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3988
3989         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3990         interactively.
3991         (wl-summary-sync): nokill->entirely.
3992         (wl-summary-sync-marks): Fixed message.
3993         (wl-summary-input-range): Added mark, nokill->entirely.
3994
3995         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3996         messages as read.
3997
3998 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
4001         update-noscore.
4002         (wl-summary-sync): Follow the change above.
4003
4004 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4005
4006         * wl-action.el (wl-summary-target-mark-all): Use
4007         elmo-folder-list-messages.
4008
4009 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4010
4011         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4012         (wl-summary-rescan): Set wl-summary-scored as nil.
4013         (wl-summary-sync-force-update): Follow the change above.
4014         (wl-summary-sync): Ditto.
4015         (wl-summary-sync-update): Added argument disable-killed.
4016         (wl-summary-insert-headers): Set visible-only argument for
4017         elmo-folder-list-messages.
4018         (wl-summary-input-range): Added update-nokill, update-noscore,
4019         all-nokill, all-noscore and mark.
4020
4021         * Version number is increased to 2.11.5.
4022
4023         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4024
4025 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4026
4027         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4028         (wl-summary-prefetch-region-no-mark): Change accordingly.
4029         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4030
4031 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4032
4033         * wl-address.el (wl-complete-field-to): Abolished.
4034         (wl-complete-address): Completion function for completing-read.
4035         * wl-action.el (wl-summary-get-resend-address): Use it.
4036
4037         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4038         wl-summary-update-mark and abolish unused argument.
4039         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4040         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4041         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4042         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4043         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4044         * wl-draft.el (wl-draft-kill): Ditto.
4045
4046         * wl-summary.el: Remove unused binding of case-fold-search.
4047         (wl-summary-replace-status-marks): Abolished.
4048
4049 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4050
4051         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4052         is specified or folder length is zero.
4053
4054 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4055
4056         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4057         (wl-folder-archive-current-entity): Ditto.
4058
4059 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4062         retrieving message mark.
4063         (wl-summary-redisplay-internal): Ditto.
4064
4065         * wl-message.el (wl-message-buffer-display): Ignore errors while
4066         retrieving message-id field.
4067
4068         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4069         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4070         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4071         order of the arguments for `wl-expire-message-p'.
4072         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4073
4074         * wl-summary.el (wl-summary-target-mark-reply-with-citation):
4075         Check return value of wl-summary-reply.
4076         (wl-summary-reply): Recover window configuration when an error occured.
4077
4078 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4079
4080         * wl-summary.el (wl-summary-resend-message): Abolished, the
4081         feature is inherited by wl-summary-resend (put resend mark).
4082
4083 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4084
4085         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4086         wl-message-buffer to nil when the message is hide.
4087
4088 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4089
4090         * .cvsignore: New file.
4091
4092 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4093
4094         * wl-action.el (wl-summary-action-docstring): Add more info.
4095         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4096         duplicate definition.
4097         (wl-summary-define-mark-action): Functions wl-summary-*-region
4098         keep current position.
4099         (wl-summary-unregister-target-mark): Store result to the variable.
4100
4101 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4102
4103         * Version number is increased to 2.11.4.
4104
4105 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4108         wl-summary-delete-all-temp-marks.
4109         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4110
4111         * wl-action.el (wl-summary-set-mark): Changed terminology
4112         refile-destination -> action-argument.
4113         (wl-summary-unset-mark): Ditto.
4114         (wl-summary-remove-argument): Ditto.
4115         (wl-summary-print-argument): Ditto.
4116
4117         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4118         (wl-thread-remove-argument-region): Ditto.
4119         (wl-thread-print-argument-region): Ditto.
4120         (wl-thread-close): Ditto.
4121         (wl-thread-open): Ditto.
4122
4123         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4124         (wl-highlight-refile-destination-face is abolished)
4125         (wl-highlight-action-argument-string): Ditto.
4126         (wl-highlight-summary-current-line): Highlight action argument.
4127
4128         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4129         color for light backgrounds.
4130         (wl-highlight-summary-answered-face): Ditto.
4131
4132 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4133
4134         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4135
4136         * wl-score.el (wl-summary-score-update-all-lines): Use
4137         wl-summary-set-mark.
4138         (wl-summary-score-update-all-lines): Kill expunged messages.
4139
4140         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4141
4142 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4145         directly.
4146         (wl-score-overview-entity-get-lines): Ditto.
4147         (wl-score-overview-entity-get-xref): Ditto.
4148         (wl-score-get-latest-msgs): Ditto.
4149         (wl-summary-rescore): Ditto.
4150
4151         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4152         to "&".
4153         (wl-summary-mark-as-answered-internal): New inline function.
4154         (wl-summary-mark-as-answered): New function.
4155         (wl-summary-mark-as-unanswered): Ditto.
4156         (wl-summary-sync-marks): Modified for answered-mark synching.
4157
4158 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4159
4160         * wl-action.el (wl-summary-set-mark): Fixed last change.
4161
4162 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4163
4164         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4165         behavior of wl-summary-unread-message-hook
4166         (Pointed out by akira yamada <akira@arika.org>).
4167
4168 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4169
4170         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4171         wl-summary-delete.
4172         * wl-xmas.el (wl-summary-toolbar): Ditto.
4173
4174         * wl-action.el (wl-summary-set-mark): Don't override current
4175         temp-mark.
4176
4177         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4178
4179 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4180
4181         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4182         (wl-refile-msgid-learn): Ditto.
4183         (wl-refile-get-field-value): Ditto.
4184
4185         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4186
4187         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4188         (wl-expire-delete-reserved-messages): Renamed from
4189         wl-expire-reserve-marked-msgs-from-list.
4190         (wl-expire-delete): Removed argument `msgdb'.
4191         (wl-expire-refile): Ditto.
4192         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4193         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4194         mark-alist as argument.
4195         (wl-expire-archive-number1): Removed argument `msgdb'.
4196         (wl-expire-archive-number2): Ditto.
4197         (wl-expire-archive-date): Ditto.
4198         (wl-expire-localdir-date): Ditto.
4199         (wl-expire-hide): Ditto.
4200         (wl-archive-number1): Ditto.
4201         (wl-archive-number2): Ditto.
4202         (wl-archive-date): Ditto.
4203         (wl-archive-folder): Ditto.
4204         All other related portions are changed.
4205
4206 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4207
4208         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4209         mean move up and down. (suggested by Takashi Kawachi)
4210
4211 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-acap.el (toplevel): Don't require un-define.
4214
4215 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-thread.el (wl-thread-delete-message): Always update
4218         wl-summary-buffer-number-list.
4219
4220         * wl-action.el (wl-summary-print-destination):
4221         Do nothing when folder is nil.
4222
4223 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4224
4225         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4226         persistent mark when prefetch is succeeded.
4227
4228 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4231         instead of elmo-msgdb-delete-msgs.
4232         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4233         (wl-expire-hide): Ditto.
4234
4235         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4236
4237         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4238         elmo-msgdb interface.
4239         (wl-thread-get-exist-children): Likewise.
4240         (wl-thread-insert-message): Likewise.
4241         (wl-thread-msg-mark-as-important): Likewise.
4242         (wl-thread-insert-entity-sub): Likewise.
4243         (wl-thread-get-children-msgs-uncached): Likewise.
4244
4245         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4246         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4247         (wl-summary-sync-update): Likewise.
4248         (wl-summary-auto-select-msg-p): Likewise.
4249         (wl-summary-update-thread): Likewise.
4250         (wl-summary-mark-as-important): Likewise.
4251         (wl-summary-jump-to-msg-internal): Likewise.
4252         (wl-summary-redisplay-internal): Likewise.
4253         (wl-summary-print-message-with-ps-print): Likewise.
4254         (wl-summary-folder-info-update): Likewise.
4255
4256         * wl-folder.el (wl-folder-check-one-entity):
4257         elmo-folder-count-flags instead of wl-summary-count-unread.
4258
4259         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4260
4261         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4262
4263         * wl-summary.el (wl-summary-set-message-modified):
4264         Call wl-summary-set-mark-modified.
4265         (wl-summary-delete-messages-on-buffer): Call
4266         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4267         (wl-summary-sync-update): Call elmo-folder-length instead of
4268         elmo-folder-messages.
4269         (wl-summary-insert-headers): Don't call
4270         elmo-folder-list-message-entities.
4271
4272 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4273
4274         * wl-action.el (wl-summary-define-mark-action): Call
4275         `wl-summary-set-mark' with argument `data'.
4276         (wl-summary-auto-refile): Fixed order of arguments when call
4277         `wl-summary-refile'.
4278
4279 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4282
4283         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4284
4285         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4286         (Renamed from wl-highlight-summary-deleted-face).
4287         (wl-highlight-summary-resend-face): New face.
4288
4289         (wl-highlight-summary-deleted-face): Renamed from
4290         wl-highlight-summary-erased-face.
4291
4292         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4293
4294         * wl-action.el (wl-summary-get-resend-address): New function.
4295         (wl-summary-exec-action-resend): Ditto.
4296         (wl-summary-exec-action-resend-subr): Ditto.
4297
4298         * w-thread.el (wl-thread-copy): Removed definition.
4299         (wl-thread-refile): Ditto.
4300         (wl-thread-delete): Ditto.
4301         (wl-thread-target-mark): Ditto.
4302
4303         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4304         (wl-summary-target-mark-set-action): Fixed.
4305         (wl-summary-define-mark-action): Fixed quotation.
4306         (wl-summary-move-mark-list-messages): Display message.
4307         (wl-summary-define-mark-action): Define thread functions.
4308         (wl-summary-exec-action-refile): Changed message.
4309         (wl-summary-exec): Ditto.
4310
4311 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4312
4313         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4314         '%%'.
4315
4316 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4317
4318         * wl.el (toplevel): Require wl-action.
4319         (wl-init): Call wl-summary-define-mark-action.
4320
4321         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4322
4323         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4324         wl-summary-delete and wl-summary-erase.
4325         (wl-summary-mode-map): Ditto.
4326
4327         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4328         wl-delete-folder-alist.
4329
4330         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4331         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4332         (toplevel): Moved mark & action related functions to the wl-action.el.
4333
4334         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4335         in wl-summary-mark-action-list.
4336         (wl-highlight-summary-current-line): Ditto.
4337
4338         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4339         empty lines.
4340
4341         * wl-action.el: New file.
4342
4343 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4344
4345         * wl-summary.el (wl-summary-target-mark-replace): New function.
4346         (wl-summary-target-mark-prefetch): Use it.
4347         (wl-summary-target-mark-delete): Ditto.
4348         (toplevel): Rearranged definition order.
4349         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4350         (wl-summary-target-mark-erase): Rewrite.
4351         (wl-summary-erase-region): New function.
4352         (wl-summary-exec-action-erase): Changed message.
4353         (wl-summary-move-mark-list-messages): New function.
4354         (wl-summary-exec-action-delete): Use it.
4355         (wl-summary-exec-action-erase): Ditto.
4356
4357         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4358         (wl-summary-skip-mark-list): Added "d".
4359
4360         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4361         while searching.
4362
4363         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4364         and define using defcustom;
4365         Define 4th element as a face.
4366
4367         * wl-summary.el (wl-summary-incorporate): Use
4368         `wl-summary-prefetch-region-no-mark' instead of
4369         `wl-summary-prefetch-region'.
4370         (wl-summary-prefetch-region-no-mark): Revival of old
4371         `wl-summary-prefetch-region'.
4372         (wl-summary-mark-action-list): Moved to wl-vars.el
4373
4374         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4375         face according to the `wl-summary-mark-action-list'.
4376         (wl-highlight-summary-current-line): Ditto;
4377         Removed destination highlighting.
4378
4379         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4380         (wl-highlight-summary-line-string): Highlight for "i" mark.
4381         (wl-highlight-summary-current-line): Ditto.
4382
4383         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4384         no destination.
4385
4386         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4387         exists, just go ahead.
4388         (wl-summary-prefetch-region): Rewrite.
4389         (wl-summary-prefetch): Ditto.
4390         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4391         (wl-summary-exec-action-prefetch): New function.
4392         (wl-summary-target-mark-prefetch): Rewrite.
4393
4394 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4395
4396         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4397         (wl-highlight-summary-line-string): Added "d" and "D".
4398         (wl-highlight-summary-current-line): Ditto.
4399
4400         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4401         in wl-summary.el.
4402         (wl-thread-insert-entity-sub): Ditto.
4403         (wl-thread-remove-destination-region): Ditto.
4404         (wl-thread-print-destination-region): Ditto.
4405
4406         * wl-summary.el (wl-summary-buffer-refile-list,
4407         wl-summary-buffer-delete-list,
4408         wl-summary-buffer-copy-list): Abolish.
4409         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4410         All other related portions are changed.
4411         (wl-summary-mark-action-list): New variable.
4412         (wl-summary-set-mark): New function.
4413         (wl-summary-register-target-mark): Ditto.
4414         (wl-summary-unregister-target-mark): Ditto.
4415         (wl-summary-have-target-mark-p): Ditto.
4416         (wl-summary-register-temp-mark): Ditto.
4417         (wl-summary-unregister-temp-mark): Ditto.
4418         (wl-summary-registered-temp-mark): Ditto.
4419         (wl-summary-collect-temp-mark): Ditto.
4420         (wl-summary-unset-mark): Ditto.
4421         (wl-summary-set-target-mark): Ditto.
4422         (wl-summary-unset-target-mark): Ditto.
4423         (wl-summary-set-action-generic): Ditto.
4424         (wl-summary-unset-action-generic): Ditto.
4425         (wl-summary-exec-action-delete): Ditto.
4426         (wl-summary-exec-action-erase): Ditto.
4427         (wl-summary-set-action-refile): Ditto.
4428         (wl-summary-set-action-refile-subr): Ditto.
4429         (wl-summary-unset-action-refile): Ditto.
4430         (wl-summary-make-destination-numbers-list): Ditto.
4431         (wl-summary-exec-action-refile): Ditto.
4432         (wl-summary-set-action-copy): Ditto.
4433         (wl-summary-unset-action-copy): Ditto.
4434         (wl-summary-exec-action-copy): Ditto.
4435         (wl-summary-collect-numbers-region): Ditto.
4436         (wl-summary-delete): Rewrite.
4437         (wl-summary-erase): Ditto.
4438         (wl-summary-remove-destination): Ditto.
4439         (wl-summary-exec): Ditto.
4440         (wl-summary-exec-region): Ditto.
4441         (wl-summary-target-mark-erase): Ditto.
4442         (wl-summary-refile): Ditto.
4443         (wl-summary-copy): Ditto.
4444         (wl-summary-unmark): Ditto.
4445         (wl-summary-delete-all-mark): Ditto.
4446         (wl-summary-mark-line): Don't highlight.
4447         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4448         (wl-summary-target-mark-refile-subr): Rewrite.
4449
4450         (wl-summary-copy-prev-destination): Abolish.
4451
4452 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4453
4454         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4455         default values along the value of wl-on-mule.
4456         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4457         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4458         It is not used anywhere.
4459
4460 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * wl-summary.el (wl-summary-print-destination): Keep position.
4463         (wl-summary-cursor-move-surface): Keep horizontal position.
4464
4465 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4466
4467         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4468         write sendlog.
4469
4470 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4471
4472         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4473         `wl-summary-highlight'.
4474
4475 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4476
4477         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4478         trivial condition for temp-mark.
4479
4480 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4481
4482         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4483         when it hits killed buffer.
4484
4485 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4486
4487         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4488         * wl-news.el.in: `message' and `error' take format string.
4489
4490 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4491
4492         * wl-folder (wl-folder-insert-entity): Display a message,
4493         `...done', when the work finish.
4494         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4495
4496 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4497
4498         * wl-message.el (wl-message-redisplay): Remove unused local
4499         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4500
4501 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4502
4503         * wl-summary.el (wl-summary-replace-status-marks): Disable
4504         interactive use.
4505         (wl-summary-reedit): Check message existence at first.
4506         (wl-summary-mark-line): Fix doc, return value is indefinite.
4507
4508         * wl-highlight.el (wl-highlight-message): Arranged.
4509
4510         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4511         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4512         check temp-mark by wl-summary-temp-mark always.
4513         (wl-highlight-summary): Change accordingly.
4514         * wl-summary.el (wl-summary-mark-as-read-all)
4515         (wl-summary-delete-cache, wl-summary-set-score-mark)
4516         (wl-summary-mark-as-unread, wl-summary-unmark)
4517         (wl-summary-mark-line, wl-summary-mark-as-read)
4518         (wl-summary-mark-as-important): Ditto.
4519
4520         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4521         end of the window if possible.
4522         * wl-summary.el (wl-summary-sync-update): Support lazy
4523         highlighting.
4524         (wl-summary-toggle-disp-msg): Ditto.
4525
4526 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4527
4528         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4529
4530 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4531
4532         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4533         change.
4534
4535 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4536
4537         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4538         API.
4539         (wl-summary-sync-update): Ditto.
4540
4541         * wl-score.el (wl-score-get-score-alist): Changed argument.
4542         (wl-summary-rescore-msgs): Likewise.
4543         (wl-summary-score-headers): Likewise.
4544         (wl-score-headers): Likewise;
4545         Use elmo-folder-do-each-message-entity, etc.
4546         (wl-summary-score-effect): Follow the changes above.
4547         (wl-summary-rescore): Ditto.
4548         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4549         (wl-score-get-overview): Abolish.
4550
4551         * wl-summary.el (wl-summary-default-from): Follow the API change in
4552         elmo-msgdb.
4553         (wl-summary-count-unread): Ditto.
4554         (wl-summary-detect-mark-position): Ditto.
4555         (wl-summary-overview-entity-compare-by-date): Ditto.
4556         (wl-summary-overview-entity-compare-by-number): Ditto.
4557         (wl-summary-overview-entity-compare-by-from): Ditto.
4558         (wl-summary-overview-entity-compare-by-subject): Ditto.
4559         (wl-summary-get-list-info): Ditto.
4560         (wl-summary-rescan): Ditto.
4561         (wl-summary-jump-to-msg-by-message-id): Ditto.
4562         (wl-summary-sync-update): Ditto; Removed comment.
4563         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4564         (wl-summary-insert-message): Use wl-summary-insert
4565         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4566         (wl-summary-insert-headers): Changed argument overview to folder.
4567         (wl-summary-search-by-subject): Likewise.
4568         (wl-summary-insert-thread): Renamed from
4569         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4570
4571         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4572         too.
4573
4574         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4575         wl-string-member.
4576
4577 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4580         elmo-folder-append-buffer.
4581         (wl-draft-queue-append): Likewise.
4582
4583         * wl-mime.el (wl-message-delete-current-part): Ditto.
4584         (wl-summary-burst-subr): Ditto.
4585
4586         * wl-news.el.in (wl-news-send-news): Ditto.
4587
4588 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4591         function.
4592         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4593         (wl-summary-update-mark): Enclose with save-excursion.
4594         (wl-summary-mark-as-read-internal): Fixed last change.
4595         (wl-summary-mark-as-important): Use 3rd argument of
4596         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4597         Don't use elmo-msgdb-set-mark.
4598         (wl-summary-redisplay-internal): If msgdb flag is already read,
4599         just update the mark on buffer.
4600
4601 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4602
4603         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4604         cut visible folder when elmo-folder-delete returns non-nil value.
4605
4606 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4607
4608         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4609         by Kenichi OKADA <okada@opaopa.org>).
4610
4611 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4612
4613         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4614
4615 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4616
4617         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4618         Fixed the last change, search group entity by its real name.
4619         (Thanks to: KOBAYASHI Shinji)
4620
4621 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4622
4623         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4624         (wl-fldmgr-access-display-all): Don't refer visible name.
4625         * wl-expire.el (wl-folder-archive-current-entity)
4626         (wl-folder-expire-current-entity): Ditto.
4627         * wl-folder.el (wl-folder-jump-to-current-entity)
4628         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4629         (wl-folder-open-folder-sub,wl-folder-open-all)
4630         (wl-folder-write-current-folder): Ditto.
4631         (wl-folder-insert-entity): Don't use petname for normal group.
4632         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4633         is the real name.
4634         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4635         Abolished.
4636
4637 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-draft.el (wl-draft-create-buffer): Add
4640         `wl-summary-reply-with-citation'
4641
4642 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4643
4644         * wl-draft.el (wl-draft-reply): Fixed.
4645
4646 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4649         when `wl-draft-send-confirm-with-preview' is non-nil.
4650         You can scroll up/down by j/k.
4651         (wl-draft-send-confirm-with-preview): New variable (default=t).
4652
4653 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4656         (wl-fldmgr-save-folders): Fix comment.
4657
4658 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4661         along the last change in `wl-folder-buffer-group-p'.
4662
4663 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4666         folder.
4667
4668         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4669         the default value.
4670
4671         * wl-mime.el (wl-summary-burst): Update summary only when target
4672         folder equals current folder.
4673
4674 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4677
4678 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4681         value.
4682
4683 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4686         `map-extents' instead of `extent-at' repeatedly.
4687         (wl-highlight-folder-current-line): Ditto.
4688
4689         * wl-highlight.el: Remove useless dummy functions.
4690
4691 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4694         (wl-folder-put-folder-property): New function to put text property.
4695         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4696         (wl-folder-insert-entity, wl-folder-update-diff-line)
4697         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4698         * wl-e21.el, wl-xmas.el, wl-mule.el
4699         (wl-highlight-folder-current-line): Ditto.
4700         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4701         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4702         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4703         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4704
4705 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * Version number is increased to 2.11.3.
4708
4709 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4712         Resume current-buffer since it is assumed by remaining tasks.
4713
4714 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4717         (wl-folder-completion-function): Abolished.
4718         (wl-folder-complete-folder): New function.
4719         (wl-folder-complete-filter-condition): Ditto.
4720         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4721         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4722
4723 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-draft.el (wl-draft-send-confirm): New function.
4726         (wl-draft-send): Use it.
4727
4728         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4729         cursor-in-echo-area while confirming.
4730
4731         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4732
4733         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4734         searching via nntp if wl-summary-search-via-nntp is 'force.
4735         Otherwise, invoke searching in nntp folder only.
4736         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4737
4738         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4739         explicitly for mime-make-text-tag.
4740
4741 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4742
4743         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4744         `mime-make-text-tag' instead of `mime-create-tag'.
4745
4746 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4749         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4750
4751 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * wl-score.el (wl-score-save): Bind print-length and print-level.
4754         (wl-score-pretty-print): Ditto.
4755         (wl-score-edit-insert-header-entry): Ditto.
4756
4757         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4758         "From" entry to be treated with wl-draft-eword-encode-address-list.
4759         * wl-mime.el (wl-draft-preview-message): Ditto.
4760
4761         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4762         (wl-summary-mark-as-unread): Ditto.
4763         (wl-summary-mark-as-read-region): Change accordingly.
4764         (wl-summary-mark-as-unread-region): Ditto.
4765         (wl-summary-target-mark-mark-as-read): Ditto.
4766         (wl-summary-target-mark-mark-as-unread): Ditto.
4767
4768 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * Version number is increased to 2.11.2.
4771
4772 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-news.el.in (wl-news-previous-version-save): Bind
4775         print-length and print-level.
4776         * wl-thread.el (wl-thread-save-entities): Ditto.
4777         (wl-thread-save-top-list): Bind print-length.
4778
4779 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4780
4781         * wl-highlight.el (wl-highlight-summary-line-string): Use
4782         wl-summary-score-below-mark, wl-summary-score-over-mark.
4783         (wl-highlight-summary-current-line): Ditto.
4784
4785 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4786
4787         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4788         insert it.
4789
4790 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4791
4792         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4793
4794 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4797         message without msgid.
4798         Rewrite with elmo-folder-move-messages.
4799         Set wl-message-buffer to nil.
4800
4801         * wl-summary.el (wl-summary-erase-subr): New function. Use
4802         elmo-folder-move-messages.
4803         (wl-summary-erase): Call it.
4804         (wl-summary-target-mark-erase): Ditto.
4805
4806 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4807
4808         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4809         it is not up-tp-date.
4810
4811 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4814         buffer after calling `wl-summary-goto-folder-subr' without the
4815         argument `interactive'.
4816         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4817
4818 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4819
4820         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4821         `mime-create-tag'. Use `string=' instead of `looking-at'.
4822
4823 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4826         to avoid compile warning.
4827
4828         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4829         entity-id when folder is given.
4830         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4831         save-excursion, use save-selected-window instead.
4832         Select folder buffer window if exists.
4833         (To correct behavior with wl-folder-move-cur-folder.)
4834
4835 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4836
4837         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4838
4839 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4840
4841         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4842         list-count instead of %d.
4843
4844 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4845
4846         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4847         (wl-news): Set it.
4848         (wl-news-append-to-folder): Use it.
4849
4850         * wl-news.el.in (wl-news-send-news): Append to specified folder
4851         instead of wl-default-folder.
4852         (wl-news-append-to-folder): Show error message with specified folder.
4853
4854         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4855                 In most major modes, Emacs assumes that any opening
4856                 delimiter found at the left margin is the start of a
4857                 top-level definition, or defun. Therefore, *never put an
4858                 opening delimiter at the left margin unless it should have
4859                 that significance.*
4860
4861         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4862
4863 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4864
4865         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4866
4867 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4868
4869         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4870
4871 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4872
4873         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4874         for sequential numbering case.
4875
4876 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4879         value.
4880         (wl-draft-reply-without-argument-list): Ditto.
4881         (wl-draft-reply-myself-with-argument-list): Abolish.
4882         (wl-draft-reply-myself-without-argument-list): Ditto.
4883         * wl-draft.el (wl-draft-self-reply-p): New function.
4884         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4885
4886 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4889         (avoid error for the case without byte-compiling)
4890
4891 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4892
4893         * wl-news.el.in (wl-news-append-to-folder): New function.
4894         (wl-news-exit): Rewrite.
4895         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4896
4897 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4898
4899         * wl-draft.el (wl-draft-reply-position): New function.
4900         (wl-draft-reply-position): Fix.
4901         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4902         (wl-summary-target-mark-reply-with-citation): Ditto.
4903         (wl-summary-reply-with-citation): Ditto.
4904         * wl-vars.el (wl-draft-reply-default-position): New variable.
4905
4906 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-draft.el (wl-draft-send): Preview when interactive send.
4909
4910 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-draft.el (wl-draft-reply): Set default position.
4913         * wl-summary.el (wl-summary-reply): Ditto.
4914         (wl-summary-reply-with-citation): Ditto.
4915         (wl-summary-target-mark-reply-with-citation): Ditto.
4916
4917 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-news.el.in (wl-news-lang): Set default value according to
4920         current-language-environment.
4921         (wl-news-append-news): Do nothing when news-list is nil.
4922
4923 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4924
4925         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4926         (wl-news): Change message.
4927         (wl-news-exit): Check buffer.
4928         (wl-news-force-exit): New function.
4929         (wl-news-show-all): New function.
4930         (wl-news-discard-and-exit): Fix.
4931
4932 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4935         according to current-language-environment.
4936
4937         * wl-news.el.in (wl-news): If arg, show all NEWS after
4938         wl-news-default-previous-version.
4939
4940 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4941
4942         * wl-news.el.in (wl-news-check): Rewritten.
4943         (wl-news-previous-version-load): Change data type.
4944         (wl-news-previous-version-save): Change data type.
4945         (wl-news-append-news): Add return value.
4946         (wl-news-check-news): New function.
4947         (wl-news-already-current-p): New function.
4948         (wl-news-send-news): Rewritten.
4949         (wl-news-mode-map): Add new keybind.
4950         (wl-news): Rewritten.
4951         (wl-news-exit): Rewritten.
4952         (wl-news-discard-and-mail): New function.
4953         (wl-news-send-to-address): Abolished.
4954         * wl.el (wl-init): Delete a message.
4955
4956 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4957
4958         * wl-news.el.in (wl-news-exit): Update previous version.
4959         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4960
4961 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4962
4963         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4964
4965 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-news.el.in (wl-news): New function.
4968         (wl-news-mode): New function.
4969         (wl-news-next-line): New function.
4970         (wl-news-next-page): New function.
4971         (wl-news-exit): New function.
4972         (wl-news-buf-name): New variable.
4973         (wl-news-mode-map): New variable.
4974         (wl-news-winconf): New variable.
4975         (wl-news-append-news): Add an option.
4976
4977 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4978
4979         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4980
4981 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4982
4983         * wl-news.el.in (wl-news-send-to-address): New variable.
4984         (wl-news-send-news): Use it.
4985         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4986         Return updating status.
4987         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4988
4989 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * wl-news.el.in (wl-news-send-news): Delete
4992         Organization and X-Face.
4993
4994 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4997         (wl-news-append-news): New function.
4998         (wl-news-send-news): New function.
4999
5000 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * Version number is increased to 2.11.1.
5003
5004 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * wl-news.el.in : New file.
5007
5008 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5009
5010         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5011         default value.
5012         (wl-draft-reply-without-argument-list): Ditto.
5013
5014 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5015
5016         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5017         (wl-message-buffer-prefetch-idle-time): Ditto.
5018         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5019
5020 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-thread.el (wl-thread-insert-message): Use
5023         wl-summary-max-thread-depth.
5024
5025         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5026         loop detection.
5027
5028         * wl-message.el (wl-message-buffer-display): Back to the first page
5029         when cache is hit.
5030
5031 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5034
5035         * wl-summary.el (wl-summary-insert-thread-entity):
5036         If the thread depth is reached to wl-summary-max-thread-depth,
5037         divide the thread.
5038
5039 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5042         for elmo-remove-passwd.
5043
5044 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5047         folder is sticky.
5048         (wl-folder-mark-as-read-all-entity): Ditto.
5049         (wl-folder-prefetch-entity): Ditto.
5050
5051 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5052
5053         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5054
5055 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5056
5057         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5058         Delete messages on buffer for unplugged operation.
5059         (wl-summary-erase): Ditto.
5060
5061 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5062
5063         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5064         take nil so as not to search parent by subject.
5065
5066 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5067
5068         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5069         (wl-folder-get-next-folder): Ditto.
5070         (wl-folder-get-path): Ditto.
5071
5072 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5073
5074         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5075         system and encode the region with it before verifying.
5076
5077 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5080         system of the echo buffer before decoding.
5081
5082 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5085         original contents.
5086
5087 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5090         with argument 'any-exists.
5091
5092 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5095         Use `wl-cs-autoconv'.
5096
5097 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5100         by `mime-view-automatic-conversion'.
5101
5102         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5103         (wl-message-verify-pgp-nonmime): Ditto.
5104         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5105         Bind them to C-c:d and C-c:v respectively.
5106
5107         Merge following code by Teranishi-san from [wl-en:00167].
5108         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5109         (wl-mime-preview-application/pgp-encrypted): Ditto.
5110         (wl-mime-setup): Add entry.
5111
5112 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5113
5114         * wl-summary.el (wl-summary-target-mark-erase): New function.
5115         Bind it to "mD".
5116
5117 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5118
5119         * wl-vars.el (wl-draft-write-file-function): Fix.
5120         (wl-draft-reedit-hook): Changed default value.
5121
5122         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5123         wl-draft-reedit-hook.
5124         (wl-draft-remove-text-plain-tag): New function.
5125         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5126
5127         * wl-vars.el (wl-draft-write-file-function): New user option.
5128
5129         * wl-draft.el (wl-draft-prepare-edit): Use it for
5130         local-write-file-hooks.
5131         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5132
5133         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5134         (wl-draft-insert-mail-header-separator): Return the body beginning
5135         point.
5136         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5137         text/plain.
5138         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5139
5140 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-summary.el (wl-summary-erase): New function to erase message
5143         without moving it to trash. Bind to "D".
5144
5145         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5146         as `keep' unless switch-function.
5147
5148 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5151         message buffer by using `wl-summary-toggle-disp-msg'.
5152         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5153         buffer window.
5154         (wl-summary-supresedes-message): Ditto.
5155
5156         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5157         Do not delete other windows.
5158         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5159         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5160         (wl-draft-create-buffer): Set reply-or-forward also for target
5161         mark commands.
5162
5163 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5164
5165         * wl-draft.el (wl-user-agent-compose): Delete special case for
5166         switch-to-buffer-other-window.
5167
5168         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5169         (wl-summary-forward): Ditto.
5170
5171         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5172         function.
5173         (wl-draft-buffer-style): New use option.
5174
5175         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5176         (wl-draft): Follow the change above.
5177         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5178         wl-draft-buffer-style.
5179         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5180         switch-function.
5181
5182 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5183
5184         * wl-address.el (wl-address-make-completion-entry): Extracted from
5185         `wl-address-make-completion-list'.
5186         (wl-address-enable-strict-loading): New variable.
5187         (wl-address-make-completion-list): Revive petname duplication
5188         inquiry, and enable it if `wl-address-enable-strict-loading'.
5189         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5190
5191 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-message.el (wl-message-get-original-buffer): Avoid
5194         'Selecting deleted buffer' error when original buffer is killed.
5195
5196 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-summary.el (wl-summary-next-message): Use
5199         elmo-message-accessible-p instead of elmo-message-cached-p.
5200
5201 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5204
5205         * wl-thread.el (wl-thread-open-all-unread): Use
5206         elmo-folder-list-flagged instead of
5207         elmo-folder-list-messages-mark-match.
5208
5209         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5210         instead of elmo-folder-list-messages-mark-match.
5211         (wl-summary-move-spec-alist): New variable.
5212         (wl-summary-move-spec-plugged-alist,
5213         wl-summary-move-spec-unplugged-alist): Abolish.
5214         (wl-summary-next-message): Follow the change above.
5215         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5216         with 'no-msg' argument.
5217
5218         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5219         variable.
5220         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5221         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5222         (wl-message-buffer-prefetch-get-next): Follow the change above.
5223
5224 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5225
5226         * wl-version.el (wl-version): Changed codename.
5227
5228         * Version number is increased to 2.11.0.
5229
5230 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5231
5232         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5233         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5234         `wl-draft-config-variables'.
5235         (wl-draft-kill): Fixed problem when the draft is reedit.
5236
5237 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5240         buffer-modified status (Thanks to
5241         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5242
5243 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * wl-util.el (wl-region-exists-p): New function.
5246
5247         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5248         Remove defvars for byte-compile warnings.
5249
5250 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5251
5252         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5253         defvar-maybe. Removed unused bind.
5254
5255 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5256
5257         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5258         summary buffer window before creating new frame.
5259         (wl-draft-reply): Ditto.
5260
5261 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5262
5263         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5264
5265 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5266
5267         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5268
5269 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5270
5271         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5272         instead of `kill-region'.
5273
5274 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5277         (wl-highlight-summary-line-string): Use it.
5278         (wl-highlight-summary-current-line): Ditto.
5279
5280         * wl-mime.el (wl-message-delete-current-part): Check the class of
5281         mime-entity.
5282
5283         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5284
5285         * wl-summary.el (wl-summary-make-number-list): Initialize.
5286         (wl-summary-update-mark): New function.
5287         (wl-summary-reply): Put `answered' mark on the message.
5288         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5289
5290         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5291         (wl-draft-reply): Added optional argument `number';
5292         Set wl-draft-parent-number.
5293         (wl-draft-kill): Delete answered mark if it is a reply.
5294
5295 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5298         that originates in mime-preview-follow-current-entity.
5299         (wl-draft-yank-current-message-entity): Use it if region is active.
5300
5301         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5302         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5303         `wl-message-delete-current-part'.
5304         * wl-mule.el (wl-message-define-keymap): Ditto.
5305         * wl-xmas.el (wl-message-define-keymap): Ditto.
5306
5307 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5308
5309         * wl-mime.el (wl-message-delete-current-part): New function.
5310         (wl-mime-node-id-to-string): Ditto.
5311
5312         * wl-mime.el (wl-message-delete-current-part): Use existing
5313         original buffer which corresponds current mime-view buffer.
5314         (fetched buffer might have different structure, possibly)
5315
5316         * wl-mime.el (wl-message-delete-current-part): Quit if the
5317         message content differs from the actual message.
5318
5319 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5322         order.
5323         (wl-summary-search-by-subject): Search parent message from tail;
5324         Check the existence of the parent message on the current thread tree.
5325         (wl-summary-update-thread): Check whether the line is inserted.
5326
5327 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5328
5329         * wl-vars.el (wl-summary-line-format): Undo last change.
5330         * wl-summary.el (wl-summary-print-destination): Do not put
5331         invisible property when `wl-summary-width' is nil.
5332         (wl-summary-line-subject-minimum-length): Abolished.
5333         (wl-summary-line-subject): Ditto.
5334
5335 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl-vars.el (wl-summary-line-format): Change default value.
5338         (wl-summary-subject-length-limit): Abolished.
5339         * wl-summary.el (wl-summary-line-subject): Ditto.
5340
5341 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5342
5343         * wl-template.el (wl-template-select): Added optional argument.
5344         If optional argument is specified, reverse
5345         `wl-template-visible-select'.
5346
5347 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5348
5349         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5350         Take prefix argument to force asking the destination folder.
5351
5352 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5353
5354         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5355         count and update status.
5356
5357 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-summary.el (wl-summary-redisplay-internal): If
5360         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5361         after fetching.
5362
5363 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5364
5365         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5366         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5367
5368         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5369
5370 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5373         (All other related portions are changed).
5374         (wl-summary-mark-as-read-all): Rewrite.
5375
5376 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5379         `wl-summary-mark-as-read'.
5380         (wl-summary-mark-as-unread): Rewrite.
5381         (wl-summary-mark-as-read): Added no-modeline argument.
5382         (wl-summary-resume-cache-status): Rewrite.
5383         (wl-summary-exec-subr): Remove unused local variable.
5384
5385 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5386
5387         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5388         logic to call `wl-summary-buffer-prev-folder-function'.
5389         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5390
5391 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5394         is nil.
5395
5396 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5397
5398         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5399         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5400         (wl-mime-setup): Add its entry.
5401
5402 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5405         (wl-summary-delete-cache): Likewise.
5406         (wl-summary-mark-as-read): Rewrite.
5407
5408 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5411         `wl-summary-count-unread'.
5412
5413         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5414
5415         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5416
5417 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5420         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5421         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5422         Renamed to the elmo-msgdb-*-mark.
5423         (wl-summary-score-marks): Follow the change above.
5424         (wl-summary-auto-refile-skip-marks): Ditto.
5425         (wl-summary-incorporate-marks): Ditto.
5426         (wl-summary-expire-reserve-marks): Ditto.
5427
5428         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5429         changes.
5430         (wl-thread-insert-top): Changed updating message.
5431
5432         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5433         variable.
5434         (wl-summary-count-unread): Count answered marks.
5435         (wl-summary-rescan): Call wl-summary-insert-message instead of
5436         wl-summary-append-message-func-internal.
5437         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5438         (wl-summary-prefetch-msg): Follow the variable name changes.
5439         (wl-summary-prefetch-region): Ditto.
5440         (wl-summary-mark-as-read-all): Follow the API changes;
5441         Don't call elmo-folder-replace-marks.
5442         (wl-summary-delete-cache): Follow the variable name changes.
5443         (wl-summary-resume-cache-status): Ditto.
5444         (wl-summary-update-status-marks): New function.
5445         (wl-summary-insert-message): New function.
5446         (wl-summary-sync-marks): Follow the variable name changes.
5447         (wl-summary-sync-update): Synchronize to the msgdb, too;
5448         Changed update messages.
5449         (wl-summary-make-number-list): Rewrite.
5450         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5451         (wl-summary-mark-as-unread): Follow the API changes.
5452         (wl-summary-exec-subr): Follow the variable name changes.
5453         (wl-summary-mark-as-read): Ditto.
5454         (wl-summary-move-spec-plugged-alist): Ditto.
5455         (wl-summary-move-spec-unplugged-alist): Ditto.
5456         (wl-summary-cursor-move-surface): Ditto.
5457
5458         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5459         variable name changes.
5460         (wl-highlight-summary-current-line): Ditto.
5461
5462         * wl-expire.el (wl-expire-refile): Follow the API change in
5463         elmo-folder-move-messages.
5464         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5465         (wl-summary-archive): Use elmo-folder-msgdb instead of
5466         elmo-msgdb-load.
5467
5468 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5469
5470         * wl-mime.el (wl-draft-preview-message): Restore the position
5471         before evaluating wl-draft-send-hook in preview buffer.
5472
5473 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5474
5475         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5476         when it creates new draft buffer.
5477
5478         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5479         without argument.
5480
5481         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5482         Evaluate content and if the value is string, insert it.
5483         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5484         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5485         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5486         wl-draft-config-sub-part-bottom): Use it.
5487
5488         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5489         with the folder name. The question was unintelligible when it is
5490         called from wl-save-status.
5491
5492 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5495         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5496         cannot take second argument).
5497
5498 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5499
5500         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5501         as t. Since type and subtype are not case sensitive (RFC 2045).
5502
5503 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-vars.el (wl-message-mode-line-format): New variable.
5506         (wl-message-mode-line-format-spec-alist): Ditto.
5507         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5508         (wl-message-redisplay): Use wl-message-mode-line-format.
5509
5510 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5513
5514 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5515
5516         * wl-summary.el (wl-summary-default-from): Write description.
5517
5518 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-vars.el (wl-ldap-objectclass): Abolish.
5521
5522         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5523         (wl-ldap-make-filter): Removed condition for objectclass.
5524         (wl-ldap-make-matched-value-list): Remove meaningless process.
5525         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5526         (wl-address-ldap-search): Don't add `*' to `pat' string;
5527         use ignore-errors; added `email';
5528         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5529         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5530         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5531
5532
5533 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5534
5535         * wl-draft.el (wl-draft-parent-folder): Write description.
5536         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5537
5538 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5541         as "" (zero-length string) if no parent.
5542         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5543
5544 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-address.el (wl-address-make-completion-list): Skip duplication
5547         checking.
5548         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5549         `append'.
5550
5551 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5552
5553         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5554         instead of `beginning-of-buffer'.
5555
5556 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5559
5560 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5563         Refer wl-message-buffer-name.
5564         (wl-message-wheel-down): Ditto.
5565
5566 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-vars.el (wl-message-buffer-name): New user option.
5569
5570         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5571         directly instead of making alist dinamically.
5572
5573         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5574         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5575         wl-message-buffer-cache-name.
5576         (wl-message-buffer-cache-clean-up): Ditto.
5577
5578         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5579
5580         * Version number is increased to 2.9.15.
5581
5582 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-vars.el (wl-summary-default-view-alist): New user option.
5585
5586         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5587
5588         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5589         while deleting address.
5590         (wl-draft-delete-myself-from-cc): Ditto.
5591
5592         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5593         If optional argument is specified, reverse sort order.
5594
5595         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5596
5597 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-thread.el (wl-thread-insert-message): Return parent number if
5600         exists.
5601         (wl-thread-update-indent-string-region): Use
5602         wl-thread-update-line-on-buffer-sub instead of
5603         wl-thread-update-line-on-buffer.
5604
5605 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5606
5607         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5608         (wl-folder-close-all): Ditto.
5609
5610 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5611
5612         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5613         and mailing-list:.
5614         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5615         value.
5616         (wl-summary-line-list-info): Print mailing-list name even when
5617         list-number is empty.
5618
5619 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5620
5621         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5622
5623         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5624         (wl-draft-open-file): Ditto.
5625         (wl-draft-random-alphabet): Ditto.
5626
5627         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5628         bindings.
5629
5630 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5633         * wl-vars.el (wl-draft-config-alist): Ditto.
5634
5635 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * Version number is increased to 2.9.14.
5638
5639         * wl.el (wl): Don't set wl-init as nil when error occured while
5640         auto-checking folders.
5641
5642         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5643         `elmo-expand-newtext'.
5644
5645 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5646
5647         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5648         `this-command' so that `wl-folder-goto-folder' contained in
5649         `wl-summary-keep-cursor-command' work.
5650
5651 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5652
5653         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5654         message buffer displaying state.
5655
5656 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5657
5658         * wl-vars.el (wl-summary-default-view): New variable to specify
5659         default value for `wl-summary-buffer-view' instead of using
5660         set-default.
5661         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5662
5663 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5664
5665         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5666
5667         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5668
5669 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5670
5671         * wl-vars.el (wl-forward-subject-prefix): New variable.
5672         * wl-draft.el (wl-draft-forward): Use it.
5673
5674 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5675
5676         * wl-message.el (wl-message-prev-page): When it is called without
5677         lines argument, scroll down by wl-message-scroll-amount lines.
5678         (wl-message-next-page): Ditto.
5679         * wl-vars.el (wl-message-scroll-amount): Change default value
5680         to preserve current behavior.
5681
5682 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5683
5684         * wl-summary.el (wl-summary-prefetch-msg): Bind
5685         `wl-message-entity' to call `wl-summary-from-function'.
5686
5687 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5688
5689         * wl-message.el (wl-message-buffer-create): Run
5690         wl-message-buffer-created-hook.
5691
5692 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl-summary.el (wl-summary-sort-specs): New variable.
5695         (wl-summary-default-sort-spec): Ditto.
5696         (wl-summary-sort): Rewrite.
5697         (wl-summary-sort-by-list-info): New function.
5698
5699 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5700
5701         * wl-summary.el (wl-summary-get-list-info): New function.
5702         (wl-summary-sort): Rewrite.
5703         (wl-summary-line-list-info): Ditto.
5704         (wl-summary-line-list-count): Ditto.
5705         (wl-summary-refile-region): Fixed docstring.
5706
5707 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl-summary.el (wl-summary-read-folder): Use copy-sequence
5710         `wl-folder-entity-hashtb' as completion table.
5711
5712 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5715         only when this command is called interactively; silence the byte-
5716         compiler.
5717
5718 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5719
5720         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5721         active in XEmacs.
5722
5723 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5724
5725         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5726         plural lines.
5727
5728 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5731         of current line when the cursor is on the header name.
5732         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5733
5734 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5735
5736         * wl-util.el (wl-read-directory-name): Return displayed directory
5737         as the default value also on XEmacs.
5738
5739 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5740
5741         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5742         formatting.
5743
5744 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5745
5746         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5747         argument and when it is non-nil, check face property before
5748         highlighting for each line.
5749         (wl-highlight-summary-window): Set it.
5750
5751 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5754         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5755
5756         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5757         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5758         (wl-draft-get-fcc-list): Likewise.
5759
5760 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5763         (wl-thread-entity-cur): Ditto.
5764         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5765         wl-thread-indent-regexp setting.
5766         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5767
5768         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5769         wl-summary-lazy-highlight.
5770         (wl-summary-display-bottom): Ditto.
5771
5772         * wl-thread.el (wl-thread-open-close): Likewise.
5773
5774         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5775         from and subject;
5776         Bind wl-draft-use-frame;
5777         Enclose with save-window-excursion;
5778         Use wl-draft-create-buffer instead of with-temp-buffer;
5779         Use wl-draft-prepare-edit;
5780         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5781         Use wl-draft-send instead of wl-draft-raw-send.
5782
5783 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5784
5785         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5786         of using wl-from.
5787
5788 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5791         insert-buffer instead of clone-buffer.
5792         (wl-draft-doing-mime-bcc): New variable.
5793         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5794         infinite loop.
5795         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5796
5797         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5798         (wl-draft-mime-bcc-body): Ditto.
5799
5800         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5801         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5802         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5803         wl-draft-do-mime-bcc.
5804         (wl-draft-mime-bcc-field): New function.
5805         (wl-draft-do-mime-bcc): Ditto.
5806
5807         * wl-address.el (wl-address-complete-header-list): New variable.
5808         (wl-address-complete-header-regexp): Changed default value.
5809
5810         * Version number is increased to 2.9.13.
5811
5812 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5815         it is differed.
5816
5817 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5818
5819         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5820         (wl-summary-line-list-count): Ditto.
5821
5822 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5823
5824         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5825         (wl-nntp-posting-function): New variable.
5826         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5827         `wl-nntp-posting-config-alist'.
5828
5829 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5830
5831         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5832         FLIM.
5833
5834 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5835
5836         * wl-summary.el (wl-summary-target-mark-refile-sub):
5837         Remove a nuisance funcall.
5838
5839 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5842         as t for `try-completion'.
5843
5844 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5845
5846         * wl-summary.el (wl-summary-default-from): Use
5847         wl-address-header-extract-address instead of
5848         std11-extract-address-components.
5849         (wl-summary-simple-from): Ditto.
5850         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5851         (wl-summary-insert-headers): Show message.
5852         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5853         for whole line.
5854         (wl-summary-default-from): Revert last change.
5855         (wl-summary-simple-from): Ditto.
5856         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5857         (wl-summary-mark-as-read-region): Follow the change above.
5858         (wl-summary-sync-marks): Ditto.
5859         (wl-summary-target-mark-mark-as-read): Ditto.
5860         (wl-summary-redisplay-internal): Ditto.
5861         (wl-summary-redisplay-no-mime-internal): Ditto.
5862         (wl-summary-redisplay-all-header): Ditto.
5863         (wl-summary-mark-as-read): Removed argument `cached';
5864         Use current cache status to set cache mark.
5865         (wl-summary-redisplay-internal): Follow the change above.
5866         (wl-summary-redisplay-no-mime-internal): Ditto.
5867         (wl-summary-redisplay-all-header): Ditto.
5868
5869         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5870
5871         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5872         Don't call itself recursively (Adviced by Yamaoka-san).
5873
5874 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5875
5876         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5877         bind wl-summary-highlight as nil to avoid error caused by missing
5878         local variables.
5879
5880 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * wl-vars.el (wl-invalid-character-message): New user option.
5883
5884         * wl-util.el (wl-set-string-width): If truncated string-width is
5885         larger than specified width, use `wl-invalid-character-message'.
5886
5887 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5888
5889         * wl-summary.el (wl-summary-prefetch-msg):
5890         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5891
5892 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5893
5894         * wl-vars.el (wl-summary-check-line-format): New user option.
5895         (wl-summary-line-format-file): Ditto.
5896
5897         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5898         variable.
5899         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5900         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5901         and `wl-summary-view-old-p' to check whether do a rescan or not.
5902         (wl-summary-view-old-p): New function.
5903         (wl-summary-line-format-changed-p): Ditto.
5904         (wl-summary-line-format-save): Ditto.
5905         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5906
5907         * wl-util.el (wl-set-string-width): Avoid using negative number
5908         for make-string.
5909
5910 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5911
5912         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5913         return value.
5914
5915         * wl-util.el (wl-set-string-width): Added optional argument
5916         `padding' (All other related portions are changed).
5917         (wl-line-parse-format): If the first letter of column number is
5918         `0', zero-padding the result (ex: "%05l").
5919
5920         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5921
5922 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5925         sequential summary view.
5926
5927 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5930         if it doesn't have a -unix version.
5931
5932 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5933
5934         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5935
5936 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5939         content.
5940         (wl-draft): Follow the change above.
5941
5942         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5943
5944         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5945         and wl-folder-summary-line-format-alist contain %T and %P.
5946
5947         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5948         (wl-summary-mode-line-format): New user option.
5949         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5950         (wl-summary-line-format): Changed default value.
5951         (wl-summary-lazy-highlight): Changed default value.
5952
5953         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5954         change in wl-summary-create-line.
5955         (wl-thread-insert-entity-sub): Ditto.
5956
5957         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5958         (wl-summary-buffer-unread-status): Ditto.
5959         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5960         (wl-summary-buffer-persistent-mark-column): Ditto.
5961         (wl-summary-buffer-mode-line-formatter): Ditto.
5962         (wl-summary-buffer-mode-line): Ditto.
5963         (wl-summary-message-regexp): Abolished.
5964         (All other related portions are changed.)
5965         (wl-summary-detect-mark-position): New function.
5966         (wl-summary-buffer-set-folder): Setup
5967         wl-summary-buffer-mode-line-formatter.
5968         (wl-summary-mode): Setup selective-display;
5969         Setup pre-idle-hook when xemacs.
5970         (wl-summary-update-modeline): Rewrite.
5971         (wl-summary-jump-to-msg): Define as function;
5972         Changed regexp for searching messages.
5973         (wl-summary-message-number): Rewrite.
5974         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5975         Do rescan when old type summary cache.
5976         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5977         (wl-summary-remove-destination): Use '\r' to detect EOL.
5978         (wl-summary-print-destination): Ditto.
5979         (wl-summary-temp-mark): New inline function.
5980         (wl-summary-persistent-mark): Ditto.
5981         (wl-summary-line-number): New function.
5982         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5983         (wl-summary-line-list-count): New function.
5984         (wl-summary-create-line): Added argument persistent-mark.
5985         (All other related portions are changed)
5986         (wl-summary-create-line): Insert '\r'.
5987         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5988         (wl-summary-cursor-move-surface): New inline function.
5989         (wl-summary-prev): Use it.
5990         (wl-summary-next): Ditto.
5991
5992         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5993         wl-summary-message-regexp.
5994         (wl-highlight-summary): Delete progress message.
5995         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5996
5997         * Version number is increased to 2.9.12.
5998
5999 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl-summary.el (wl-summary-line-subject-minimum-length): New
6002         variable (nil: no minimum).
6003         (wl-summary-line-subject): Add some spaces after subject by
6004         wl-summary-line-subject-minimum-length.
6005
6006 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6007
6008         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
6009         and removed `F'.
6010         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6011         change above).
6012
6013 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6014
6015         * wl-summary.el (wl-summary-line-list-count): Reverted.
6016         (example setting in samples/*/dot.wl is also updated)
6017
6018 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6019
6020         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6021
6022         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6023
6024         * wl-vars.el (wl-summary-line-format): Addes some description to the
6025         docstring.
6026
6027         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6028         (wl-summary-line-close-bracket): Ditto.
6029         (wl-summary-line-children-number): Ditto.
6030         (wl-summary-line-thread-indent): Ditto.
6031         (wl-summary-line-children-and-from): Ditto.
6032
6033         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6034         't', 'c', 'F' and added 'C'.
6035
6036         * wl-util.el (wl-set-string-width): Accept negative value.
6037         (wl-line-parse-format): Added "%number(" and "%)".
6038
6039 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-summary.el (wl-summary-line-list-count): Change format of the
6042         return value.
6043
6044 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6047         from the recent message.el.
6048         (wl-draft-point-in-header-p): Ditto.
6049         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6050         wl-draft-beginning-of-line.
6051         * wl-e21.el (wl-draft-mode-map): Ditto.
6052         * wl-xmas.el (wl-draft-mode-map): Ditto.
6053
6054         * wl-folder.el: Sort macrodefs by dependencies.
6055
6056 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6057
6058         * wl-summary.el (wl-summary-prev): Fixed regexp.
6059         (wl-summary-next): Ditto.
6060
6061 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6064
6065 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6066
6067         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6068         for backward compatibility.
6069
6070 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl-summary.el (wl-summary-line-list-count): New function, merged
6073         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6074         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6075         list counts.
6076
6077 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-summary.el (wl-summary-create-line): Ignore errors while
6080         timezone-fix-time.
6081
6082         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6083
6084         * wl-summary.el (wl-summary-sync-update): Ditto.
6085         (wl-summary-default-from): Use wl-message-entity
6086         instead of entity.
6087
6088         * wl-summary.el (wl-summary-create-line): Fix.
6089
6090         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6091         (wl-summary-line-format): New user option.
6092         (wl-folder-summary-line-format-alist): Ditto.
6093         (wl-summary-from-width): Abolished.
6094
6095         * wl-util.el (toplevel): Require 'bytecomp.
6096         (wl-line-parse-format): New function.
6097         (wl-line-formatter-setup): New macro.
6098
6099         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6100         (wl-summary-buffer-line-formatter): New buffer local variable.
6101         (wl-summary-switch-to-clone-buffer): Follow the change above.
6102         (wl-summary-message-regexp): Fix.
6103         (wl-summary-from-func-internal): Abolished.
6104         (wl-summary-subject-func-internal): Ditto.
6105         (wl-summary-subject-filter-func-internal): Ditto.
6106         (All other related portions are changed.)
6107         (wl-summary-buffer-set-folder):
6108         Set up wl-summary-buffer-number-column and
6109         wl-summary-buffer-line-formatter
6110         (All other related portions are changed.)
6111         (wl-summary-buffer-number-column-detect): Abolished.
6112         (All other related portions are changed.)
6113         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6114         (wl-summary-delete-all-temp-marks-on-buffer): Use
6115         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6116         (wl-summary-target-mark-delete): Ditto.
6117         (wl-summary-target-mark-refile-subr): Ditto.
6118         (wl-summary-target-mark-mark-as-read): Ditto.
6119         (wl-summary-target-mark-mark-as-unread): Ditto.
6120         (wl-summary-target-mark-mark-as-important): Ditto.
6121         (wl-summary-target-mark-save): Ditto.
6122         (wl-summary-replace-status-marks): Renamed from
6123         wl-summary-set-status-marks-on-buffer;
6124         Use wl-summary-message-regexp instead of
6125         wl-summary-buffer-number-regexp.
6126         (wl-summary-sync-update): Follow the change above.
6127         (wl-summary-goto-previous-message-beginning): New function.
6128         (wl-summary-mark-as-unread): Use it.
6129         (wl-summary-mark-as-important): Ditto.
6130         (wl-summary-line-formatter): New variable.
6131         (wl-summary-line-year): New function.
6132         (wl-summary-line-day): Ditto.
6133         (wl-summary-line-day-of-week): Ditto.
6134         (wl-summary-line-hour): Ditto.
6135         (wl-summary-line-minute): Ditto.
6136         (wl-summary-line-open-bracket): Ditto.
6137         (wl-summary-line-close-bracket): Ditto.
6138         (wl-summary-line-children-number): Ditto.
6139         (wl-summary-line-thread-indent): Ditto.
6140         (wl-summary-line-size): Ditto.
6141         (wl-summary-line-subject): Ditto.
6142         (wl-summary-line-from): Ditto.
6143         (wl-summary-line-children-and-from): Ditto.
6144         (wl-summary-create-line): Rewritten.
6145         (wl-summary-format-date): Abolished.
6146
6147         * wl-highlight.el (wl-highlight-summary-current-line): Use
6148         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6149         Use thread structure to detect thread top message.
6150
6151         * wl-draft.el (wl-default-draft-cite): Don't use
6152         wl-summary-from-func-internal.
6153
6154         * wl-refile.el (wl-refile-subject-learn): Don't use
6155         wl-summary-subject-filter-func-internal.
6156         (wl-refile-guess-by-subject): Ditto.
6157
6158         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6159         parameters.
6160
6161         * wl-thread.el (wl-thread-update-indent-string-region):
6162         Use wl-thread-update-line-on-buffer instead of
6163         wl-thread-update-indent-string.
6164         (wl-thread-update-children-number): Redefine using
6165         wl-thread-update-line-on-buffer.
6166         (wl-thread-update-indent-string): Abolished.
6167
6168         * Version number is increased to 2.9.11.
6169
6170 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6173         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6174         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6175
6176         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6177         as nil.
6178
6179         * wl-thread.el (wl-thread-open-all-unread): Use
6180         elmo-folder-list-messages-mark-match.
6181         (wl-thread-insert-message): Removed argument `mark-alist'.
6182         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6183         elmo-msgdb-set-mark.
6184         (wl-thread-get-children-msgs-uncached): Likewise.
6185         (wl-thread-get-exist-children): Added argument include-self.
6186         (wl-thread-delete-message): Follow the change above.
6187
6188         * wl-summary.el (wl-summary-count-unread): Removed argument.
6189         (wl-summary-rescan): Follow the change above.
6190         (wl-summary-mark-as-read-region): Ditto
6191         (wl-summary-mark-as-unread-region): Ditto.
6192         (wl-summary-delete-messages-on-buffer): Ditto.
6193         (wl-summary-sync-update): Ditto.
6194         (wl-summary-switch-to-clone-buffer): Ditto.
6195         (wl-summary-goto-folder-subr): Ditto.
6196         (wl-summary-target-mark-mark-as-read): Ditto.
6197         (wl-summary-target-mark-mark-as-unread): Ditto.
6198         (wl-summary-target-mark-mark-as-important): Ditto.
6199         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6200         (wl-summary-update-thread): Removed argument `mark-alist'.
6201         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6202         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6203         (wl-summary-resume-cache-status): Likewise.
6204         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6205         elmo-msgdb-set-mark.
6206         (wl-summary-mark-as-read-all): Likewise.
6207         (wl-summary-delete-cache): Ditto.
6208         (wl-summary-auto-select-msg-p): Ditto.
6209         (wl-summary-mark-as-unread): Ditto.
6210         (wl-summary-no-auto-refile-message-p): Ditto.
6211         (wl-summary-mark-as-read): Ditto.
6212         (wl-summary-mark-as-important): Ditto.
6213         (wl-summary-auto-refile): Follow the change above.
6214         (wl-summary-delete-all-marks): Removed.
6215         (wl-summary-resume-marks-and-highlight): Ditto.
6216         (wl-summary-resume-marks): Ditto.
6217         (wl-summary-delete-important-msgs-from-list): Ditto.
6218         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6219
6220         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6221         wl-summary-count-unread.
6222
6223         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6224         (wl-summary-score-update-all-lines): Use
6225         elmo-msgdb-set-mark.
6226
6227 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6230         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6231         (wl-summary-create-line): Renamed from
6232         wl-summary-overview-create-summary-line;
6233         Argument rearrangement.
6234         (wl-summary-update-thread): Follow the change above.
6235
6236         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6237         (wl-thread-insert-entity-sub): Likewise.
6238
6239         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6240         argument `overview', `mark-alist' and added `msgdb'.
6241
6242         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6243
6244         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6245         (wl-summary-rescan): Follow the change above.
6246         (wl-summary-sync-update): Ditto.
6247         (wl-summary-insert-thread-entity): Ditto;
6248         Don't use `let*' in every while loop;
6249         Detect infinite loop of threads.
6250         (wl-summary-update-thread): Removed argument `overview'.
6251
6252         * wl-thread.el (wl-thread-insert-message): Ditto.
6253
6254         * Version number is increased to 2.9.10.
6255
6256         * wl-message.el (wl-message-redisplay): Ignore errors while
6257         wl-message-redisplay-hook.
6258
6259 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6260
6261         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6262
6263 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6264
6265         * wl.el (wl): inhibit-quit while wl-folder.
6266
6267 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6270         while msgdb access.
6271
6272 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6273
6274         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6275         even if no folder is not created.
6276
6277 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6280
6281         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6282         implementation.
6283         (wl-summary-target-mark-thread): Ditto.
6284
6285         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6286
6287 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6288
6289         * wl-util.el (wl-display-bytes): Remove unused function.
6290
6291 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6292
6293         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6294         seems critical one (partially reverse the change in 2002/03/17).
6295
6296 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6297
6298         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6299         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6300
6301 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6302
6303         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6304         is not writable.
6305         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6306         plugged status instead of `'force' as 2nd argument.
6307
6308         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6309         is not creatable.
6310
6311         * Version number is increased to 2.9.9.
6312
6313 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6314
6315         * wl-summary.el (wl-summary-suspend): New function.
6316
6317 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6318
6319         * wl.el (wl): Do not check variables if check is nil.
6320         * wl-utils.el (wl-collect-draft): New function.
6321         * wl-folder.el (wl-folder-suspend): Put summary buffers
6322         and draft buffers at the end of buffer list.
6323         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6324
6325 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6326
6327         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6328         loop instead of recursive call.
6329
6330         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6331         2nd argument.
6332
6333 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6334
6335         * wl-draft.el (wl-draft-create-contents): Don't take neither
6336         (function . args) nor (string . something) any more.
6337
6338         * wl-version.el (wl-generate-user-agent-string): Return string
6339         without header symbol.
6340         * wl-draft.el (wl-draft-default-headers): Use it.
6341
6342         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6343         `wl-draft-insert-ccs' and return field value instead of inserting
6344         the header. Abolish cc argument.
6345         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6346
6347         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6348         rather than one with string car.
6349
6350         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6351         * wl-draft.el (wl-draft-create-contents): Add it after the default
6352         headers.
6353
6354         * wl-draft.el (wl-draft-create-contents): For the case of
6355         (symbol-or-string . function) insert header only when the function
6356         returns string value.
6357
6358 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6359
6360         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6361         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6362
6363 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6364
6365         * wl.el (wl-check-environment): Don't check Message-ID when
6366         `wl-insert-message-id' is nil.
6367         Revive checking if `wl-message-id-domain' contains "@".
6368
6369 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6370
6371         * wl.el (wl-check-environment): Merge examination for "@" at
6372         inappropriate position into the first string-match.
6373
6374         * wl-summary.el (wl-summary-target-mark-print): New function.
6375         (wl-summary-pipe-message-subr): Extracted from
6376         `wl-summary-pipe-message'.
6377         (wl-summary-target-mark-pipe): New function.
6378         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6379         `wl-summary-target-mark-pipe'.
6380
6381 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6382
6383         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6384
6385 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6386
6387         * wl.el (wl-check-environment): Use elmo-warning instead of
6388         error for non-critical ones.
6389         Remove trash folder check.
6390         (wl): Don't ignore error in wl-check-environment.
6391
6392         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6393         check, which is moved from `wl-check-environment'.
6394         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6395
6396 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6397
6398         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6399         guess anything, call wl-summary-write.
6400         (wl-summary-write): Create draft with blank To field.
6401         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6402
6403 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6404
6405         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6406         argument full as well for wl-folder-write-current-folder.
6407         If wl-*-write-current-folder cannot guess addressee, add blank
6408         To header.
6409         Rewrite condition for positioning cursor.
6410
6411 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6414         summary buffer is present, use it.
6415         (wl-folder-jump-to-previous-summary): Ditto.
6416
6417 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6420
6421         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6422         wl-summary-previous-buffer and wl-summary-next-buffer.
6423
6424         * wl-folder.el (wl-folder-mode-map): Bind
6425         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6426         (wl-folder-jump-to-next-summary): New function.
6427         (wl-folder-jump-to-previous-summary): Ditto.
6428
6429         * wl-draft.el (wl-draft): Rearranged.
6430
6431 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6432
6433         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6434         of header.
6435         (wl-draft): Collect arguments for the header as header-alist.
6436         (wl-draft-forward): Arrange arguments for wl-draft.
6437         (wl-draft-reply): Ditto.
6438         (wl-draft-edit-string): Ditto.
6439         * wl-summary.el (wl-summary-write): Ditto.
6440         (wl-summary-write-current-folder): Ditto.
6441
6442         * Version number is increased to 2.9.8.
6443
6444 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6445
6446         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6447
6448         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6449
6450         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6451         even if the guess failed.
6452
6453         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6454         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6455         wl-summary-write-current-folder.
6456         * wl-xmas.el: Ditto.
6457
6458 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6459
6460         * wl-summary.el (wl-summary-next-page): Force display message if
6461         message is not displayed yet.
6462         (wl-summary-prev-page): Ditto.
6463
6464 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6465
6466         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6467
6468 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6469
6470         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6471         add "Preview Message" and "Save Draft and Exit".
6472
6473 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6474
6475         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6476         if addrmgr is called from draft in splitted window.
6477
6478         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6479         * wl-mule.el: Ditto.
6480         * wl-xmas.el: Ditto.
6481
6482 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6483
6484         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6485
6486         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6487         * wl-xmas.el (wl-folder-toolbar): Ditto.
6488
6489 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6490
6491         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6492         and wl-draft-save-and-exit.
6493         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6494         * wl-xmas.el: Ditto.
6495         * wl-mule.el: Ditto.
6496
6497         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6498         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6499
6500 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6501
6502         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6503         lists for saving buffer.
6504
6505 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6506
6507         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6508         parent-folder argument instead of it.
6509         (wl-draft-create-buffer): Ditto.
6510         (wl-draft-forward): Ditto.
6511         (wl-draft-reply): Ditto.
6512         * wl-summary.el (wl-summary-write): Ditto.
6513         (wl-summary-write-current-folder): Ditto.
6514
6515         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6516         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6517         Folder buffer after composing.
6518
6519 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6522         header if the file `wl-x-face-file' already contains it.
6523
6524 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6525
6526         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6527         folder" entry.
6528         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6529         * wl-e21.el (wl-folder-toolbar): Ditto.
6530         * wl-xmas.el (wl-folder-toolbar): Ditto.
6531
6532 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6533
6534         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6535         wl-folder-goto-folder with sticky argument.
6536         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6537
6538 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6539
6540         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6541         and wl-summary-previous-buffer.
6542         (wl-summary-next-buffer): New function.
6543         (wl-summary-previous-buffer): Ditto.
6544
6545 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6546
6547         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6548         wl-folder-jump-to-current-entity-with-arg.
6549         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6550         `wl-folder-jump-to-current-entity'.
6551         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6552         `wl-summary-goto-folder-sticky'.
6553         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6554         `wl-summary-goto-folder'.
6555         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6556         Unless force-exit, do not clean temp. marks for sticky summary.
6557         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6558
6559 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6562         not entire.
6563
6564 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6567         to `C-x C-s'.
6568         (wl-summary-save-status): New command.
6569         (wl-summary-exit): Don't clean-up temp marks when sticky.
6570         (Applied patch from Nakayama-san [wl: 09548])
6571         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6572         Do nothing when no mark data.
6573         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6574         Call `wl-summary-delete-all-temp-marks' before saving.
6575
6576 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6577
6578         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6579
6580 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6581
6582         * wl.el (wl-check-environment): Also cause error when (system-name)
6583         returns "localhost.localdomain". (Although it doesn't affect because
6584         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6585
6586 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6587
6588         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6589         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6590
6591         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6592         value.
6593
6594 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6597         Likewise r-cc-list and r-ng-list.
6598
6599 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6602         only if it is bound as variable.
6603
6604         * wl-mime.el (wl-draft-preview-message): Ditto.
6605
6606 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6609         needless `goto-char'.
6610
6611         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6612         `wl-summary-redisplay-no-mime-internal' instead of
6613         `wl-summary-redisplay-no-mime'.
6614         (wl-summary-redisplay-no-mime): Changed argument;
6615         Call `wl-summary-redisplay-no-mime-internal'.
6616
6617         * wl-mime.el (wl-draft-preview-message): Bind
6618         `mime-header-encode-method-alist' locally.
6619
6620         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6621         (wl-draft-std11-parse-addresses): Added the first address check.
6622         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6623
6624         * Version number is increased to 2.9.7.
6625
6626 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6627
6628         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6629
6630 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6631
6632         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6633         related to scrollbar support, if there is no such a feature
6634         compiled in.
6635
6636 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6637
6638         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6639         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6640         for prefetch.
6641
6642 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6643
6644         * wl-summary.el (wl-summary-pick): Fix for no match.
6645
6646 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-draft.el (wl-draft-save):
6649         Override `mime-header-encode-method-alist'.
6650
6651 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-folder.el (wl-folder-pick): New function.
6654         Define key as "?".
6655
6656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6659         Fix for unplugged.
6660
6661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-folder.el (wl-folder-virtual): New function.
6664         Define key as "V".
6665
6666 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6669         multi folder if entity is group.
6670
6671 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6672
6673         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6674         is nil.
6675
6676 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6679         (wl-summary-target-mark-msgs): Return the number of marked messages.
6680
6681 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6682
6683         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6684         "first:" is specified.
6685
6686 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6687
6688         * wl-vars.el (wl-from): Use return value of function
6689         user-full-name instead of the variable user-full-name since
6690         XEmacs-20.4 doesn't set this variable.
6691
6692 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6695         call `wl' directly.
6696
6697 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6698
6699         * wl-draft.el (wl-draft-reedit): Removed duplicated
6700         switch-to-buffers.
6701
6702 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * wl.el (wl-other-frame): Removed garbages.
6705
6706 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6709
6710         * wl-xmas.el (wl-draft-key-setup): Ditto.
6711
6712         * wl-mule.el (wl-draft-key-setup): Ditto.
6713
6714         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6715         (wl-draft-reedit): Ditto.
6716         (wl-draft-prepare-edit): Add `wl-draft-save' to
6717         `local-write-file-hooks'.
6718         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6719         (wl-draft-reedit): Set buffer-file-name.
6720         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6721
6722
6723         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6724         call it.
6725         (wl-delete-startup-frame-function): New variable.
6726         (wl-other-frame): New function
6727         (Original was written by Yamaoka san [wl: 09239]).
6728
6729         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6730         if `wl-folder-use-frame'.
6731
6732 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6733
6734         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6735
6736 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6739         New variable.
6740         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6741         (wl-message-buffer-prefetch-get-next): Use them.
6742         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6743
6744 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6747         with unwind-protect.
6748
6749         * wl-draft.el (wl-draft-reedit): Rewrite.
6750         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6751         (wl-draft-save): Insert header separator if it does not exist;
6752         Removed condition-case.
6753
6754         * wl-summary.el (wl-summary-reedit): Revert last change.
6755
6756         * wl-draft.el (wl-draft-save): Rewrite.
6757         (wl-draft-create-buffer): Set buffer-file-name as nil.
6758
6759         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6760
6761         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6762
6763         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6764         nil.
6765
6766 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6769         If count is nil, do not prefetch.
6770         (wl-message-buffer-prefetch-next): Next.
6771
6772 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6775
6776 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6779         `delete-backward-char'
6780         (wl-draft-prepare-edit): Check major-mode.
6781         (wl-draft-decode-header): Rewrite.
6782         (wl-draft): Fix.
6783
6784 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6785
6786         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6787
6788 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6791         (wl-message-buffer-prefetch-get-next): Remove size checking.
6792         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6793
6794 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6797         (wl-draft-default-headers): Fix.
6798
6799 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6800
6801         * wl-draft.el (wl-draft-default-headers): Insert return value of
6802         `wl-generate-mailer-string-function'.
6803
6804 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6807         (wl-draft-insert-mail-header-separator): Ditto.
6808
6809         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6810         again (Reverted the change on 2002-01-17 by OKADA san).
6811
6812 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6813
6814         * wl-draft.el (wl-draft): Rewrite.
6815         (wl-draft-create-buffer): New function.
6816         (wl-draft-create-contents): Ditto.
6817         (wl-draft-prepare-edit): Ditto.
6818         (wl-draft-decode-header): Ditto.
6819         (wl-draft-decode-body): Ditto.
6820         (wl-draft-check-new-line): Ditto.
6821         (wl-draft-default-headers): Ditto.
6822         (wl-draft-insert-mail-header-separator): Ditto.
6823
6824 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6825
6826         * Version number is increased to 2.9.6.
6827
6828 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * wl-draft.el (wl-draft-delete-field): Optional argument.
6831         (wl-draft-delete-fields): Ditto.
6832
6833 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6834
6835         * wl-message.el (toplevel): Eliminated byte-compile warning.
6836         for `itimer-function', `delete-timer' and `itimer-list'.
6837
6838 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6839
6840         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6841         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6842         `wl-message-buffer-prefetch-threshold'.
6843         * wl-summary.el (wl-summary-redisplay-internal): Remove
6844         the check of `wl-message-buffer-prefetch-depth'.
6845
6846 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6847
6848         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6849         size of article.
6850         (wl-message-buffer-prefetch-subr): Remove size check.
6851
6852 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6853
6854         * wl-vars.el (wl-plugged): Make customizable.
6855
6856 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6857
6858         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6859         (wl-message-buffer-prefetch-set-timer): New function.
6860         (wl-message-buffer-prefetch-get-next): New function.
6861         (wl-message-buffer-prefetch): New function.
6862         (wl-message-buffer-prefetch-next): Rewrite.
6863         (wl-message-buffer-prefetch-subr): Rewrite.
6864         * wl-vars.el (wl-auto-prefetch-first): New variable.
6865         * wl-summary.el (wl-summary-goto-folder-subr): Call
6866         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6867
6868 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6869
6870         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6871         `wl-summary-unread-message-hook'.
6872
6873 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6874
6875         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6876         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6877         if range is `cache-status'.
6878
6879 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-message.el (wl-message-buffer-prefetch-subr):
6882         Improve debug message.
6883
6884 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6887         `wl-mail-send-pre-hook'.
6888         (wl-draft-send-mail-with-qmail): Ditto.
6889         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6890
6891 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl-message.el (wl-message-buffer-prefetch-subr):
6894         Fix for cancel-function-timers bug.
6895         (wl-message-buffer-prefetch-debug): Default value is t.
6896
6897 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6898
6899         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6900         (wl-message-buffer-prefetch-subr): Rewrite.
6901         Rename from `wl-message-buffer-prefetch'.
6902
6903 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6904
6905         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6906         (wl-default-draft-cite-decorate-author): Ditto.
6907
6908         * wl-draft.el (wl-draft-cite-function): Removed.
6909         (wl-default-draft-cite-decorate-author): Ditto.
6910
6911 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6912
6913         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6914         (wl-default-draft-cite): Do not arrange author name if the value of
6915         `wl-default-draft-cite-decorate-author' is nil.
6916
6917 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6920
6921         * wl-folder.el (wl-folder-check-one-entity): Don't care
6922         `elmo-folder-use-flag-p'.
6923
6924 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6925
6926         * wl-folder (wl-folder-check-one-entity): Fix
6927         problem if unread is nil.
6928
6929 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6930
6931         * wl-address.el (wl-address-make-completion-list): Check whether
6932         the address is a group list.
6933         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6934
6935 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6936
6937         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6938         The number of the messages of new and unread does not count
6939         correctly.
6940
6941         * wl-summary.el (wl-summary-count-unread): Changed to return
6942         `(new . unread)' instead of total.
6943         (wl-summary-sync-update): Follow the change above.
6944
6945         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6946
6947 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6948
6949         * wl-address.el (wl-address-make-completion-list): Do not enclose
6950         address by " <" and ">" if associated realname is "".
6951         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6952         This is against the promblem with group list in .addresses pointed
6953         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6954
6955 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6956
6957         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6958         message is a format control string.
6959         * wl-expire.el (wl-expire-append-log): Ditto.
6960         * wl-mime.el (wl-summary-burst-subr): Ditto.
6961         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6962         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6963
6964 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6965
6966         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6967         wl.el (wl-check-variables): Rename from `wl-check-type'.
6968         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6969         (wl-check-variables-2): New function.
6970         (wl): Call `wl-check-variables-2'.
6971
6972 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6973
6974         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6975         after renaming folder in access group.
6976
6977 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6978
6979         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6980         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6981         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6982         (wl-message-buffer-prefetch): Rewrite.
6983         (wl-message-buffer-prefetch-idle-time): Removed.
6984         * wl-summary.el (wl-summary-redisplay-internal):
6985         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6986         Error check for `wl-message-buffer-prefetch-depht'.
6987
6988 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6989
6990         * Version number is increased to 2.9.5.
6991         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6992
6993 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6994
6995         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6996         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6997         Based on the patch written by
6998         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6999
7000 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
7001
7002         * wl-draft.el (wl-draft-raw-send): Fix for
7003         `wl-news-send-pre-hook'
7004
7005 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7006
7007         * wl-utils.el (wl-message-id-function): New variable.
7008         * wl-draft.el (wl-draft-insert-required-fields):
7009         Use `wl-message-id-function'.
7010
7011 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7012
7013         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7014         * wl-utils.el (wl-draft-make-message-id-string):
7015         Use `wl-from' for domain part of Message-ID
7016         if `wl-message-id-use-wl-from' if non-nil.
7017         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7018
7019 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7020
7021         * wl.el (wl): Call `wl-check-type'
7022         Do not 'condition-case'.
7023
7024 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7025
7026         * wl.el (wl-check-type): New function.
7027         (wl-check-type-variables): New variable.
7028
7029 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7030
7031         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7032
7033 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7034
7035         * wl-draft.el (wl-smtp-password-key): New function.
7036         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7037         (wl-draft-send-mail-with-smtp): Ditto.
7038         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7039
7040 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7041
7042         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7043         * wl-utils.el (wl-unique-id-suffix): Remove.
7044
7045 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * Version number is increased to 2.9.4.
7048
7049 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7050
7051         * wl-utils.el (wl-unique-id-suffix): New variable.
7052         (wl-unique-id): Use `wl-unique-id-suffix'
7053
7054 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7055
7056         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7057         instead of `elmo-msgdb-search'.
7058
7059         * Version number is increased to 2.9.3.
7060
7061 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7062
7063         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7064
7065 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7066
7067         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7068         (wl-draft-dispatch-message): Changed for send-later.
7069         (wl-draft-queue-flush): Ditto.
7070         (wl-draft): Clear `wl-sent-message-queued'.
7071         (wl-draft-reedit): Ditto.
7072         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7073         * wl-vars.el (wl-draft-force-queuing): New variable.
7074         (wl-draft-force-queuing-mail): New variable.
7075         (wl-draft-force-queuing-news): New variable.
7076
7077 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7080         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7081
7082 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * Version number is increased to 2.9.2.
7085
7086 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * wl-draft.el (wl-draft-elide-region): New user command.
7089         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7090
7091         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7092         command `wl-draft-elide-region'.
7093         * wl-mule.el: Ditto.
7094         * wl-xmas.el: Ditto.
7095
7096 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7099         (wl-biff-check-folder-async): Removed needless let.
7100
7101 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7104         wl-folder-get-elmo-folder.
7105         (wl-biff-check-folder): Set `biff' argument of
7106         `wl-folder-check-one-entity'.
7107         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7108
7109         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7110         (wl-folder-check-one-entity): Added `biff' argument;
7111         Setup `biff' slot of folder.
7112
7113         * Version number is increased to 2.9.1.
7114
7115 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7118         comment out and fixed.
7119         (wl-fldmgr-add-completion-subr): Ditto.
7120
7121         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7122         and msgdb.
7123
7124         * wl.el (wl-toggle-plugged): Save summary view.
7125
7126 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7129
7130 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7131
7132         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7133
7134 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7137         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7138         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7139
7140         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7141         if it was failed.
7142         (wl-demo): Disable undo in the demo buffer.
7143
7144 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-version.el (wl-version): Changed codename.
7147
7148         * Version number is increased to 2.9.0.
7149
7150 2001-12-14  Takuo KITAME <kitame@northeye.org>
7151
7152         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7153         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7154         (wl-folder-mark-as-read-all-current-entity): Ditto.
7155
7156 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-vars.el (wl-from-width): Define as obsolete variable.
7159         (wl-subject-length-limit): Ditto.
7160
7161         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7162
7163         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7164         wl-summary-save-view.
7165
7166         * wl.el (wl-save-status): Ditto.
7167         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7168
7169         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7170         (wl-summary-exit): Follow the change above.
7171         (wl-summary-goto-folder-subr): Ditto.
7172
7173         * wl-folder.el (wl-folder-create-subr): Don't use
7174         `elmo-folder-creatable-p'.
7175
7176 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7177
7178         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7179
7180 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7183         rather than bitmap on Emacs 21.
7184         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7185         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7186         for xbm if the new redisplay engine is not available.
7187
7188 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * wl-folder.el (wl-folder-init-hook): New hook.
7191         (wl-folder-init): Run `wl-folder-init-hook'.
7192
7193 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7196
7197 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-acap.el (wl-acap-cache-filename): New variable.
7200         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7201         (wl-acap-init): Use cache if no ACAP server found.
7202
7203 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7204
7205         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7206         `wl-acap-original-msgdb-dir'.
7207
7208         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7209         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7210
7211         * wl-mime.el (wl-mime-save-directory): Renamed from
7212         `wl-mime-save-dir'.
7213
7214 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7217
7218         * wl-demo.el: Require `path-util'.
7219         (wl-demo-bitmap-mule-available-p): New internal variable.
7220         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7221         `module-installed-p' instead.
7222         (wl-demo-insert-image): Use *.img file for a bitmap image.
7223         (wl-demo): Don't call the ascii demo recursively.
7224
7225 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7226
7227         * Version number is increased to 2.7.7.
7228
7229 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl.el (wl-exit): Eliminated byte-compile warning.
7232
7233 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7234
7235         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7236         obsolete variable using `elmo-define-obsolete-variable'.
7237         (wl-fetch-confirm-threshold): Ditto.
7238         (wl-cache-prefetch-folder-type-list): Ditto.
7239         (wl-cache-prefetch-folder-list): Ditto.
7240
7241 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7244         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7245         (wl-demo-insert-image): New function.
7246         (wl-demo-insert-text): New function.
7247         (wl-demo-image-type-alist): Redefine as a function.
7248         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7249         (wl-demo-with-temp-file-buffer): Removed.
7250         (wl-logo-xpm): Removed.
7251         (wl-logo-xbm): Removed.
7252         (wl-logo-bitmap): Removed.
7253
7254 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7255
7256         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7257         (wl-expire-localdir-get-folder-function): New user option.
7258         (wl-expire-localdir-get-folder): New function.
7259         (wl-expire-localdir-date): Ditto.
7260
7261 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7262
7263         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7264         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7265         Fixed unread number mismatch when all-unread < unread.
7266
7267 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7270         (wl-fetch-confirm-threshold): Ditto.
7271
7272         * wl-summary.el (wl-summary-confirm-appends): Removed.
7273         (wl-summary-sync-update): Don't refer
7274         `wl-summary-update-confirm-threshold' (It is now abolished).
7275
7276         * wl-message.el (wl-message-display-internal): Don't refer
7277         `wl-fetch-confirm-threshold' (It is now abolished).
7278
7279 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7282
7283 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7284
7285         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7286         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7287         Change default value to nil.
7288         (wl-summary-indent-length-limit): The value can be nil, nil means
7289         unlimited.
7290
7291         * wl-summary.el: Don't set limit for indent length if the value of
7292         wl-summary-indent-length-limit is nil.
7293         If the value of wl-summary-width is nil, it means only that the width
7294         of summary is unlimited (nil doesn't mean that the indent length is
7295         unlimited).
7296
7297         * wl-thread.el: Ditto.
7298
7299 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7300
7301         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7302         be nil, nil means never confirm.
7303         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7304
7305 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7306
7307         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7308         means unlimited).
7309
7310 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7313         Use `with-temp-buffer'.
7314
7315 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7318         with new backquote style).
7319         (wl-folder-get-entity-from-buffer): Ditto.
7320
7321 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7322
7323         * wl-version.el (nemacs-version): Eliminated.
7324         (wl-extended-emacs-version2): Ignore nemacs.
7325         (wl-extended-emacs-version3): Ditto.
7326
7327 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7328
7329         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7330         (wl-draft-add-in-reply-to): New variable.
7331         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7332         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7333         (wl-draft-yank-from-mail-reply-buffer): Use
7334         `wl-draft-add-in-reply-to'.
7335         (wl-draft-insert-current-message): Ditto.
7336
7337 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7338
7339         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7340         typo (kill->hide).
7341         (wl-message-buffer-prefetch-folder-type-list): Added elements
7342         `mark' and `cache' instead of `internal'.
7343
7344 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7347         resume msgdb directory.
7348
7349 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl.el (wl-exit): Call `wl-acap-exit'.
7352
7353         * wl-summary.el (wl-summary-message-string): New function.
7354         (wl-summary-reedit): Use it.
7355         (wl-summary-resend-bounced-mail): Remove needless let.
7356         (wl-summary-supersedes-message): Ditto.
7357         (wl-summary-save): Ditto.
7358
7359         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7360         (wl-acap-init): Set it.
7361         (wl-acap-exit): New function.
7362
7363 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7364
7365         * wl.el (wl-init): Revert (require 'mime-setup). move from
7366         toplevel.
7367
7368 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7369
7370         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7371         local variables.  Add error when guess function return invalid
7372         value.
7373
7374 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7375
7376         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7377         Change local variable name.
7378         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7379         (wl-folder-get-newsgroups): Return nil when non-news folder.
7380         * wl-summary.el (wl-summary-write-current-folder): State through
7381         when guess-list return nil.
7382         (wl-summary-write-current-folder-functions): Fixed docstring.
7383
7384         * wl.el (wl-exit): Changed confirm message.
7385
7386         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7387         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7388
7389         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7390
7391 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7392
7393         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7394         user option (Renamed from wl-cache-prefetch-folder-type-list).
7395         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7396         from wl-cache-prefetch-folder-list).
7397
7398         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7399         Move to wl-vars.el.
7400         (wl-message-buffer-prefetch-p): Changed to enable
7401         `wl-message-buffer-prefetch-folder-list'.
7402
7403         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7404         `ignore-cache'.
7405
7406 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7407
7408         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7409         `part-top' and `part-bottom'.
7410         (wl-draft-config-sub-part-top): New function.
7411         (wl-draft-config-sub-part-bottom): New function.
7412
7413 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7414
7415         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7416
7417 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7418
7419         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7420
7421 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7422
7423         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7424
7425         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7426         (wl-summary-write-current-folder): Ditto.
7427
7428 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-folder.el (wl-folder-get-newsgroups): Use
7431         `elmo-folder-newsgroups'.
7432
7433 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7434
7435         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7436         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7437         `wl-draft-config-sub-header-bottom'.
7438
7439 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7442         localnews folder.
7443
7444 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7445
7446         * wl-summary.el (wl-summary-mode): Undo last change.
7447
7448         * wl-folder.el (wl-folder-mode): Ditto.
7449
7450 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7451
7452         * wl-summary.el (wl-summary-mode): Locally set
7453         truncate-partial-window-width to nil.
7454         (for XEmacs)
7455
7456         * wl-folder.el (wl-folder-mode): Ditto.
7457
7458 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7459
7460         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7461
7462 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7465         number.
7466
7467         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7468
7469         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7470
7471         * Version number is increased to 2.7.6.
7472
7473 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7476
7477 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-summary.el (wl-summary-sync-update): Enclose network
7480         related portion with `unwind-protect'.
7481
7482 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7483
7484         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7485
7486 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7489         element.
7490         * wl-vars.el (wl-message-body-button-alist): Ditto.
7491
7492         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7493         max match length.
7494         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7495
7496         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7497         for the max match length;
7498         Use 4th element value for the button string regexp group.
7499
7500         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7501         candidate exists, prompt to select.
7502
7503 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7504
7505         * wl-summary.el (wl-summary-jump-to-msg): Search before
7506         calibration point by `beginning-of-line'.
7507
7508 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7509
7510         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7511         for access group.
7512
7513 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * wl-message.el (wl-message-display-internal): Bind
7516         `default-mime-charset'.
7517
7518         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7519
7520         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7521
7522         * Version number is increased to 2.7.5.
7523
7524 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7525
7526         * wl-expire.el (wl-summary-archive): Fixed;
7527         Use `elmo-folder-name-internal'.
7528
7529 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7530
7531         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7532         from `elmo-folder-move-messages' caller.
7533         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7534
7535         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7536         related portions are changed).
7537
7538 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7539
7540         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7541         counter.
7542
7543 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7544
7545         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7546         buffer local and set it to nil.
7547
7548         * wl-message.el (wl-message-redisplay): Ditto.
7549
7550 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-summary.el (wl-summary-mark-as-important): If message is
7553         already cached, set messag as read, otherwise encache and mark as read.
7554
7555 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7556
7557         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7558         point-min.
7559
7560 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7563         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7564         a keymap.
7565
7566 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7569         parent.
7570
7571         * wl-mule.el (wl-message-define-keymap): Ditto.
7572
7573         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7574
7575         * wl-xmas.el (wl-message-display-internal-hook): Define.
7576         (wl-xmas-setup-message-toolbar): Define as function.
7577         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7578         (wl-message-overload-functions): Abolished.
7579         (wl-message-define-keymap): New function.
7580
7581         * wl-vars.el (wl-message-display-internal-hook): New variable.
7582         (wl-message-header-button-alist): New variable (Renamed from
7583         wl-highlight-message-header-button-alist).
7584         (wl-message-body-button-alist): Ditto.
7585
7586         * wl-mule.el (wl-message-define-keymap): New function.
7587         (wl-message-overload-functions): Abolished.
7588
7589         * wl-message.el (wl-message-add-buttons-to-body): New function.
7590         (wl-message-redisplay): Don't call wl-message-overload-functions;
7591         Call wl-message-add-buttons-to-header and
7592         wl-message-add-buttons-to-body.
7593         (wl-message-display-internal): Set keymap argument for
7594         elmo-mime-display-as-is, elmo-mime-message-display;
7595         Run wl-message-display-internal-hook.
7596         (wl-message-refer-article-or-url): Abolished.
7597
7598         * wl-highlight.el (wl-highlight-headers): Don't call
7599         wl-highlight-message-add-buttons-to-header.
7600         (wl-highlight-message-add-buttons-to-header): Abolished.
7601
7602
7603         * wl-e21.el (wl-message-display-internal-hook): Define.
7604         (wl-e21-setup-toolbar): Deleted duplicated binding.
7605         (wl-e21-setup-message-toolbar): Define as function.
7606         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7607         (wl-message-define-keymap): New function.
7608         (wl-message-overload-functions): Abolished.
7609
7610 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7611
7612         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7613         and elmo-folder-close.
7614
7615         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7616
7617 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7618
7619         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7620         boolean value.
7621         * wl-draft.el (wl-draft-do-fcc): Ditto.
7622
7623 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7624
7625         * wl-vars.el (wl-fcc-force-as-read): New variable.
7626         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7627         mark copied message as read.
7628
7629 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7630
7631         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7632
7633 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7634
7635         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7636         `wl-summary-target-above' instead of obsolete variable
7637         `wl-summary-temp-above'.
7638
7639         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7640         instead of `make-obsolete-variable'.
7641         * wl-refile.el (toplevel): Ditto.
7642
7643 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7644
7645         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7646         with third argument t.
7647         (wl-draft): Set first argument for wl-plugged-init as t.
7648
7649         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7650         definition.
7651
7652 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7653
7654         * wl-vars.el: Tabify.
7655         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7656
7657         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7658         message.
7659
7660 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7661
7662         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7663         and set default to beep.
7664
7665 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7666
7667         * wl-vars.el (wl-draft-truncate-lines): New variable.
7668
7669         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7670         instead of wl-message-truncate-lines for truncate-lines.
7671
7672 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-message.el (wl-message-display-internal): Call
7675         `wl-highlight-message' after `elmo-mime-display-as-is'.
7676
7677         * wl-mime.el (wl-mime-display-text/plain): New function.
7678         (wl-mime-display-header): Ditto.
7679         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7680         body-presentation-method for text/plain;
7681         Register `wl-mime-display-header' as a header-presentation-method;
7682         Don't set up `elmo-message-text-content-inserted-hook' and
7683         `elmo-message-header-inserted-hook'.
7684
7685         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7686         variable.
7687         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7688         as t if flag is 'all-header;
7689         Don't bind `elmo-message-ignored-field-list',
7690         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7691
7692 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7695         for xemacs with non-mule environment.
7696
7697 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7698
7699         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7700         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7701         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7702
7703 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7704
7705         * wl-vars.el (wl-interactive-send): Set default value as t.
7706
7707 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7710         (wl-addrmgr-method-list): Abolished.
7711         (wl-addrmgr-change-method): Follow above change.
7712
7713         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7714
7715 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7716
7717         * wl-vars.el (wl-message-truncate-lines): Change default value
7718         to default-truncate-lines.
7719
7720         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7721
7722 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7723
7724         * wl-vars.el (wl-message-truncate-lines): New variable.
7725
7726         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7727         wl-message-truncate-lines.
7728
7729 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7730
7731         * wl-acap.el (wl-acap-init): Remove period from error message.
7732         (wl-acap-find-acap-service): Remove period from message.
7733
7734 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl.el (wl-check-environment): Undo last change.
7737
7738         * wl-vars.el (wl-from): Changed default value.
7739
7740         * wl-util.el (toplevel): Don't require tm-edit.
7741
7742         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7743         `wl-folder-init';
7744         Don't set mark on mail body.
7745         (wl-draft-reedit): Ditto.
7746
7747         * wl-address.el (wl-address-quote-specials): Define as an alias for
7748         elmo-address-quote-specials.
7749
7750 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7751
7752         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7753
7754         * wl-vars.el (wl-from): Set default value as nil.
7755         (wl-organization): Set default value as ORGANIZATION environment
7756         variable.
7757
7758         * wl-draft.el (wl-smtp-extension-bind): Check value of
7759         wl-smtp-connection-type.
7760
7761         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7762         error.
7763
7764 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7765
7766         * Version number is increased to 2.7.4.
7767
7768         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7769         arguments from `wl-highlight-x-face-function' caller.
7770         Use x-face-1.3.6.12 or later.
7771
7772 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7773
7774         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7775
7776 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7777
7778         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7779         (wl-fcc): Fix to accept function.
7780         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7781
7782 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7783
7784         * wl-acap.el (toplevel): Added `product-provide' declare.
7785         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7786
7787 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl.el (wl): Changed order of calling `elmo-init'
7790         and `elmo-folder-init'.
7791
7792 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7793
7794         * wl-mime.el (wl-summary-burst): Extract message when content-type
7795         of root entity is not only `multipart' but also `message/rfc822'.
7796         (wl-summary-burst-subr): Ditto.
7797
7798 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-vars.el (toplevel): Require 'custom.
7801         (wl-trash-folder): Added to `wl-setting' group.
7802
7803         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7804         exists.
7805         (wl-addrmgr-draw): Insert empty line when no entry exists.
7806
7807         * wl-mule.el (wl-message-wheel-up): Fixed.
7808         (wl-message-wheel-down): Ditto.
7809
7810 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7811
7812         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7813         config is an anonymous lambda expression.
7814
7815 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7818         when Mule 2 is running.
7819
7820 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7823
7824 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7827         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7828
7829         * wl-address.el (wl-address-specials-regexp): Eliminated.
7830         (wl-address-quote-specials): Rewrite.
7831
7832 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7835         shy-groups for regexp.
7836
7837         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7838         character classes and Perl style shy-groups for regexp.
7839         (wl-highlight-plugged-current-line): Use Posix style character
7840         classes for regexp.
7841         (wl-e21-highlight-folder-by-numbers): Ditto.
7842         (wl-e21-display-image-p): Use `display-images-p' instead of
7843         `display-graphic-p'.
7844         (display-images-p): Make an alias to `display-graphic-p' if it is
7845         not available.  It is for Emacs version prior to 21.0.105.
7846
7847         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7848         `display-graphic-p'.
7849         (wl-demo-image-type-alist): Ditto.
7850         (display-images-p): Make an alias to `display-graphic-p' if it is
7851         not available.  It is for Emacs version prior to 21.0.105.
7852
7853 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7854
7855         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7856         support.
7857         (wl-generate-user-agent-string): Ditto.
7858
7859         * wl-version.el (wl-version): Update docsting.
7860         (wl-version-status): Ditto.
7861
7862 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7863
7864         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7865         21.0.105.  For Emacs 21.0.104 or earlier.
7866
7867 2001-09-03  Takuo KITAME <kitame@northeye.org>
7868
7869         * wl-e21.el (wl-plugged-init-icons): Use
7870         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7871         (wl-biff-init-icons): Ditto.
7872
7873 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-highlight.el (wl-highlight-summary-current-line):
7876         Fixed highlighting refile/copy destination.
7877
7878         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7879         (wl-acap-store): Encode string by wl-acap-coding-system.
7880
7881 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-acap.el (toplevel): Check and require 'un-define before
7884         'xemacs-ucs;
7885          Added checking for UTF-2000.
7886
7887 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7890         Don't enclose with `eval-and-compile'.
7891
7892         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7893         wl-init is non-nil.
7894
7895         * wl-draft.el (wl-draft): Ditto.
7896
7897         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7898
7899         * wl-acap.el (toplevel): Require 'wl.
7900         (wl-acap-store): Call `elmo-init'.
7901
7902         * wl.el (wl): Changed position of `wl-check-environment'.
7903         (toplevel): Added autoload setting for wl-acap.
7904
7905         * wl-vars.el (wl-setting): New custom group.
7906         (wl-from): Added wl-setting group.
7907         (wl-user-mail-address-list): Ditto.
7908         (wl-organization): Ditto.
7909         (wl-subscribed-mailing-list): Ditto.
7910         (wl-envelope-from): Ditto.
7911         (wl-smtp-posting-user): Ditto.
7912         (wl-smtp-posting-server): Ditto.
7913         (wl-smtp-posting-port): Ditto.
7914         (wl-smtp-authenticate-type): Ditto.
7915         (wl-pop-before-smtp-user): Ditto.
7916         (wl-pop-before-smtp-server): Ditto.
7917         (wl-pop-before-smtp-port): Ditto.
7918         (wl-pop-before-smtp-authenticate-type): Ditto.
7919         (wl-nntp-posting-server): Ditto.
7920         (wl-nntp-posting-user): Ditto.
7921         (wl-nntp-posting-port): Ditto.
7922         (wl-fetch-confirm-threshold): Ditto.
7923         (wl-prefetch-threshold): Ditto.
7924         (wl-thread-insert-opened): Ditto.
7925         (wl-ldap-server): Ditto.
7926         (wl-ldap-port): Ditto.
7927         (wl-ldap-base): Ditto.
7928         (wl-ldap-objectclass): Ditto.
7929         (wl-use-ldap): Ditto.
7930         (wl-draft-config-alist): Ditto.
7931         (wl-draft-config-matchone): Ditto.
7932         (wl-template-alist): Ditto.
7933         (wl-message-sort-field-list): Ditto.
7934         (wl-message-ignored-field-list): Ditto.
7935         (wl-message-visible-field-list): Ditto.
7936         (wl-interactive-send): Ditto.
7937         (wl-summary-move-order): Ditto.
7938         (wl-auto-select-first): Ditto.
7939         (wl-auto-select-next): Ditto.
7940         (wl-interactive-save-folders): Ditto.
7941
7942         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7943         Initialization codes are moved from wl-local-folder-init.
7944         (wl-local-folder-init): Follow the change above.
7945         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7946
7947         * wl-acap.el: New file.
7948
7949         * Version number is increased to 2.7.3.
7950
7951 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7952
7953         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7954
7955 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7958         (wl-addrmgr-address-entry-list): Ditto.
7959
7960 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-e21.el (wl-draft-mode-map): Removed binding for
7963         `wl-draft-insert-x-face-field'.
7964
7965         * wl-mule.el (wl-draft-mode-map): Ditto.
7966
7967         * wl-xmas.el (wl-draft-mode-map): Ditto.
7968
7969         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7970         (wl-cs-autoconv): Ditto.
7971         (wl-cs-local): Ditto.
7972         (wl-use-scoring): Ditto.
7973         (wl-mime-charset): Ditto.
7974         (wl-folder-check-async): Ditto.
7975
7976         * wl.el (toplevel): Ignore nemacs and tm.
7977         (wl-exit): Ditto.
7978
7979         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7980         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7981         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7982         instead of wl-address-petname-add-or-change.
7983         (wl-summary-edit-addresses-subr): Use wl-address-delete
7984         instead of wl-address-petname-delete.
7985
7986         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7987
7988         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7989         if error occured.
7990
7991         * wl-message.el (require): Remove tm support.
7992
7993         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7994
7995         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7996         (wl-folder-jump-to-current-entity): Ditto.
7997         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7998
7999         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
8000         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
8001         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
8002
8003         * wl-mule.el (wl-draft-key-setup): Ditto.
8004
8005         * wl-xmas.el (wl-draft-key-setup): Ditto.
8006
8007         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
8008         (wl-draft-std11-parse-addresses): New function.
8009         (wl-draft-parse-mailbox-list): Use it.
8010         (wl-draft): Ignore nemacs.
8011         (wl-draft-reedit): Ditto.
8012
8013         * wl-addrmgr.el: New file.
8014         (Original is wl-rcpt.el written by
8015         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8016         Thanks Kitamoto-san.)
8017
8018         * wl-address.el (wl-address-make-address-list): Modified parsing
8019         process.
8020         (wl-address-delete): Renamed from `wl-address-petname-delete';
8021         Modify wl-address-list too.
8022         (wl-address-add-or-change): Renamed from
8023         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8024
8025 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8026
8027         * wl-highlight.el (wl-highlight-summary-current-line):
8028           Work with transient-mark-mode
8029
8030 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * Version number is increased to 2.7.2.
8033
8034         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8035         instead of elmo-dop-queue-method.
8036
8037 2001-08-06  SAITO Atsunori <sai@yedo.com>
8038
8039         * wl-vars.el (wl-ldap-objectclass): New user option.
8040
8041         * wl-address.el (wl-ldap-make-filter): Use it.
8042
8043 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8046
8047 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-folder.el (wl-folder): redisplay after folder insertion.
8050
8051         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8052
8053         * wl-summary.el (wl-summary-sync-update):
8054         Change status mark only when new-msgdb exists.
8055         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8056
8057 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8058
8059         * wl-summary.el (wl-summary-open-folder): New function.
8060         (wl-summary-goto-folder-subr): Use it.
8061         (wl-summary-mark-as-important): Fix;
8062         Encache only when no cache exists.
8063
8064 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8067         Use with-current-buffer.
8068
8069 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8070
8071         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8072         before call `get-buffer'. Fixed parenthesis.
8073         (wl-score-get-header-entry): Clear message and help window when
8074         keyboard quit.
8075         (wl-score-edit-insert-header): Ditto.
8076
8077 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8080         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8081         (wl-default-draft-cite): Fix.
8082
8083         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8084         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8085
8086 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-message.el (wl-message-prev-page): Do same bahavior
8089         as summary when it is called in the message buffer.
8090         (wl-message-next-page): Ditto.
8091
8092 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-summary.el (wl-summary-forward): Use cache if it is not
8095         section cache.
8096
8097 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8098
8099         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8100         Removed redundant require of elmo-vars.
8101         (wl-biff-state-indicator-on): Changed default value for
8102         xemacs with non-mule environment.
8103
8104         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8105         wl-message-buffer is nil;
8106         Hide progress bar after moving messages.
8107
8108 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8109
8110         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8111         message at cursor point is deleted.
8112
8113 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-vars.el: Changed file coding system to euc-japan.
8116         Added -*-coding:-*- magic to the first line.
8117
8118         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8119         Search parent from the first message.
8120
8121         * Version number is increased to 2.7.1.
8122
8123 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8124
8125         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8126
8127 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8130         refile/delete execution.
8131
8132         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8133         Fixed docstring.
8134
8135 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8138         do update process;
8139         Don't update marks when update process is interrupted.
8140
8141 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8142
8143         * wl-summary.el (wl-summary-reply): Fixed problem when
8144         wl-draft-use-frame is non-nil.
8145         (wl-summary-forward): Ditto.
8146
8147         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8148         as nil.
8149         (wl-folder-mark-as-read-all-entity): Ditto.
8150         (wl-folder-prefetch-entity): Ditto.
8151
8152         * wl.el (wl): Check environment before wl-init.
8153
8154         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8155         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8156         instead of wl-summary-collect-unread.
8157         (wl-summary-reply): Split message window.
8158
8159 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8162         only if current language environment is japanese,
8163
8164         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8165         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8166         (wl-folder-goto-folder-subr): Ditto.
8167
8168         * wl-draft.el (wl-draft-dispatch-message): Call
8169         `elmo-file-cache-get-path'.
8170
8171 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-cursor-move): If return value of
8174         wl-summary-next-message is not number, don't jump.
8175
8176 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8177
8178         * wl-summary.el (wl-summary-buffer-next-message-function): New
8179         variable.
8180         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8181         if it is bound.
8182
8183         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8184         string.
8185
8186         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8187         (wl-plugged-drawing): Ditto.
8188
8189 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8192         process.
8193         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8194         with unwind-protect.
8195
8196         * wl.el (wl-init): Require mime-setup.
8197         (wl-check-environment): Don't require mime-setup.
8198
8199         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8200         instead of elmo-folder-type.
8201
8202         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8203         value as nil.
8204
8205 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8206
8207         * Version number is increased to 2.7.0.
8208
8209         * wl-version.el (wl-version): Changed codename.
8210
8211         * wl-summary.el (wl-summary-delete-cache): Fixed.
8212
8213         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8214         Workaround for net folders.
8215         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8216
8217         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8218         value to nil (According to the patch from
8219         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8220
8221         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8222         of elmo-folder-close.
8223
8224 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8225
8226         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8227         for postfix.
8228
8229 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-summary.el (wl-summary-resend-message): Fixed.
8232
8233         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8234         Call wl-draft with `from' argument if its address is included in
8235         `wl-user-mail-address-list'.
8236         (wl-draft): Added `from' argument.
8237
8238         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8239         non-nil.
8240         (wl): Don't show demo if wl-demo is nil.
8241
8242         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8243         wl-summary-use-frame.
8244
8245         * wl-vars.el (wl-summary-use-frame): New user option.
8246         (wl-folder-use-frame): Changed docstring.
8247
8248         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8249         non-nil.
8250         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8251         wl-summary-use-frame.
8252
8253         * wl-vars.el (wl-folder-use-frame): New user option.
8254
8255         * wl-summary.el (wl-summary-exit): Back to folder frame if
8256         wl-folder-use-frame is non-nil.
8257         (wl-summary-redisplay-internal): Ignore cache if current folder
8258         is draft folder,
8259         (wl-summary-redisplay-no-mime): Ditto.
8260         (wl-summary-redisplay-all-header): Ditto.
8261
8262         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8263         if wl-folder-use-frame is non-nil.
8264
8265 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-summary.el (wl-summary-sync-update): Bind
8268         elmo-folder-update-threshold.
8269         (wl-summary-mark-as-important): Enclosed server mark processing
8270         with `save-match-data'.
8271
8272         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8273         only when it is already defined.
8274
8275 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8276
8277         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8278         name of folder exclude localdir is wrong.
8279         * wl-folder.el (wl-folder-sync-entity):
8280         Set `wl-summary-always-sticky-folder-list' as nil.
8281         (wl-folder-mark-as-read-all-entity): Ditto.
8282         (wl-folder-prefetch-entity): Ditto.
8283
8284 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8285
8286         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8287         instead of `wl-summary-write-current-newsgroup'.
8288
8289 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8290
8291         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8292         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8293         non-nil and selected message is important, do not display.
8294
8295 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8296
8297         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8298
8299 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8302
8303         * wl-summary.el (wl-summary-mark-as-important): Set message number
8304         using wl-summary-message-number.
8305
8306 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8307
8308         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8309         destination folder is 'null.
8310
8311 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8312
8313         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8314         New function.
8315         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8316         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8317         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8318
8319 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-mime.el (wl-mime-setup): Added setting for
8322         `mime-setup-signature-key-alist' to avoid overriding key bind for
8323         `wl-draft-send'.
8324
8325         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8326         for `wl-draft-send'.
8327         * wl-mule.el (wl-draft-overload-functions): Ditto.
8328         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8329         * wl-draft.el (wl-draft-send): Ditto.
8330
8331         * wl-message.el (wl-message-display-internal):
8332         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8333         (Patch is provided by <kita@coe.nttdata.co.jp>).
8334
8335 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8336
8337         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8338
8339 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8340
8341         * wl.el (wl): Fix for wl-demo.
8342
8343 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8344
8345         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8346
8347 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8348
8349         * wl-folder.el (wl-folder-prefetch-entity): Use
8350         `wl-folder-get-elmo-folder'.
8351         (wl-folder-count-incorporates): Do not use
8352         `wl-folder-get-elmo-folder'.
8353
8354 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8355
8356         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8357         instead of `elmo-folder-get-type'.
8358
8359 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8360
8361         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8362         position on Subject: field.
8363         (Advised by Mito <mit@nines.nec.co.jp>)
8364
8365 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8366
8367         * wl-folder.el (wl-folder-prefetch-entity): Use
8368         `wl-folder-get-elmo-folder'.
8369
8370 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8373
8374         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8375         `process-duplicates' slot.
8376
8377         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8378         if detection failed.
8379
8380 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8381
8382         * wl-version.el (wl-version-status): Set to "alpha".
8383
8384 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8387         Check wl-message-buffer lives before set-buffer.
8388
8389 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8390
8391         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8392         called in folder mode.
8393         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8394         * wl-summary.el (wl-summary-exit-pre-hook): Run
8395         `wl-summary-exit-pre-hook' before exit summary mode.
8396
8397 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8398
8399         * wl-version.el (wl-version-status): New variable.
8400         (wl-version-status-alist): Removed.
8401         (wl-version-status): Rule included.
8402
8403 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8404
8405         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8406         @sponichi.
8407
8408         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8409         when `mail-reply-buffer' is buffer-local variable.
8410         (Reported by <kita@coe.nttdata.co.jp>).
8411
8412 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8413
8414         * wl-vars.el (toplevel): Require 'elmo-util.
8415
8416 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8419         (All other related portions are changed)
8420
8421         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8422
8423         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8424
8425 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8426
8427         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8428
8429 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8432         Delete other windows to avoid an error.
8433         Use `point-marker' instead of `point' to remember the start point
8434         of body.
8435
8436         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8437
8438         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8439         number not to exceed all message number.
8440
8441 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8442
8443         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8444         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8445
8446 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8447
8448         * wl-summary.el (wl-summary-sync-force-update): Added argument
8449         no-check.
8450         (wl-summary-sync-update): Ditto.
8451         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8452         with `no-check'.
8453
8454         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8455         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8456         already running.
8457
8458 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8459
8460         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8461         `dst-folder-arg'.
8462         (wl-expire-archive-number1): Diito.
8463         (wl-expire-archive-number2): Diito.
8464         (wl-expire-archive-Date): Diito.
8465         (wl-archive-number1): Diito.
8466         (wl-archive-number2): Diito.
8467         (wl-archive-date): Diito.
8468         (wl-archive-folder-p): New function.
8469         (wl-summary-expire): Support of expand folder name at
8470         wl-expire-alist.
8471         * wl-util.el (wl-expand-newtext): Renamed from
8472         `wl-refile-expand-newtext'.
8473
8474 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8475
8476         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8477         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8478         `(elmo-msgdb-get-overview msgdb)'.
8479         (wl-summary-prefetch): Bind match data before call
8480         `wl-summay-prefetch-msg'.
8481         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8482         'off if `wl-summary-buffer-disp-msg' is non-nil.
8483         Fixed problem that couldn't show only one new or unread message when
8484         enter folder.
8485         (wl-summary-reply): Don't call `split-window-vertically' and other
8486         window.
8487
8488 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8489
8490         * wl-expire.el (wl-expire-refile): Fixed.
8491
8492 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8495
8496         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8497         biff notification is removed.
8498
8499         * wl.el (wl): Changed position of `elmo-init'.
8500
8501         * wl-draft.el (wl-default-draft-cite): Use date field
8502         on the citation buffer.
8503
8504         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8505
8506         * wl-xmas.el (wl-folder-internal-icon-list): Added
8507         `wl-folder-shimbun-image'.
8508
8509         * wl-e21.el (wl-folder-internal-icon-list): Added
8510         `wl-folder-shimbun-image'.
8511
8512 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl.el (wl-init): Eliminated argument.
8515         (wl): Rewrite.
8516
8517         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8518         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8519         instead of `elmo-folder-msgdb-internal'.
8520         (wl-summary-sync-update): Ditto.
8521         (wl-summary-flush-pending-append-operations): Eliminated.
8522         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8523         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8524         `elmo-folder-open'.
8525
8526         * wl-mime.el (wl-summary-burst): Fixed.
8527
8528         * wl-folder.el (wl-folder-info-save): Check data type.
8529
8530         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8531         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8532         instead of `elmo-folder-msgdb-internal'.
8533         (wl-expire-hide): Ditto.
8534
8535
8536         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8537
8538 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8539
8540         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8541
8542 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8543
8544         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8545
8546 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8547
8548         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8549         Fixed `match-beginning' argument mismatch.
8550
8551 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8552
8553         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8554         the default value.
8555
8556 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8557
8558         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8559         instead of `elmo-nntp-default-port'.
8560
8561         * wl-vars.el: Fixed some doc strings.
8562
8563 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-summary.el (wl-summary-prefetch-msg): Use
8566         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8567
8568         * wl-vars.el: Define *-func as obsolete variable using
8569         `elmo-define-obsolete-variable'.
8570
8571         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8572         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8573         instead of `wl-message-buffer-prefetch-threshold'.
8574
8575         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8576
8577         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8578
8579         * wl-draft.el (wl-caesar-region-func): Ditto.
8580
8581         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8582         Keep unread status in elmo-folder-move-messages.
8583         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8584
8585 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8586
8587         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8588         `wl-summary-buffer-exit-func'
8589         (wl-summary-buffer-message-redisplay-function): Renamed from
8590         `wl-summary-buffer-message-redisplay-func'
8591         (wl-summary-buffer-next-folder-function): Renamed from
8592         `wl-summary-buffer-next-folder-func'.
8593         (wl-summary-buffer-prev-folder-function): Renamed from
8594         `wl-summary-buffer-prev-folder-func'.
8595         (wl-summary-get-petname-function): Renamed from
8596         `wl-summary-get-petname-func'.
8597
8598         * wl-score.el (wl-score-edit-exit-function): Renamed from
8599         `wl-score-edit-exit-func'.
8600
8601         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8602         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8603
8604         * wl-util.el (wl-load-profile-function): Renamed from
8605         `wl-load-profile-func'.
8606
8607         * wl-folder.el (wl-folder-completion-function): Renamed from
8608         `wl-folder-completion-func'.
8609         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8610
8611         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8612         `wl-expire-archive-get-folder-func'.
8613         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8614         (wl-draft-send-mail-function): Renamed from
8615         `wl-draft-send-mail-func'.
8616         (wl-draft-send-news-function): Renamed from
8617         `wl-draft-send-news-func'.
8618         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8619         (wl-generate-mailer-string-function): Renamed from
8620         `wl-generate-mailer-string-func'.
8621         (wl-highlight-signature-search-function): Renamed from
8622         `wl-highlight-signature-search-func'.
8623         (wl-highlight-x-face-function): Renamed from
8624         `wl-highlight-x-face-func'
8625         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8626         (wl-ps-print-buffer-function): Renamed from
8627         `wl-ps-print-buffer-func'
8628         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8629         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8630         (wl-summary-subject-filter-function): Renamed from
8631         `wl-summary-subject-filter-func'.
8632
8633         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8634         `wl-draft-queue-flush-send-func'
8635         (wl-draft-cite-function): Renamed from
8636         `wl-draft-cite-func'
8637
8638         * wl-address.el (wl-address-init-function): Renamed from
8639         `wl-address-init-func'.
8640
8641 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-draft.el (wl-draft-queue-flush): Don't call
8644         `elmo-dop-unlock-message'.
8645         * wl-draft.el (wl-draft-queue-append): Don't call
8646         `elmo-dop-lock-message'.
8647
8648         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8649         (wl-summary-buffer-folder-name): Ditto.
8650         (wl-summary-message-regexp): Added '-' (all other related portions
8651         are changed).
8652         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8653         wl-summary-buffer-folder-name.
8654
8655 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8656
8657         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8658         the number of mails in the folder buffer is not updated by wl-biff.
8659
8660 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8661
8662         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8663         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8664
8665 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-summary.el (wl-summary-next-message):
8668         Return next message number when wl-summary-move-order is nil.
8669
8670 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8671
8672         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8673         `wl-summary-move-spec-alist'.
8674         (wl-summary-move-spec-unplugged-alist): New variable
8675         (Move spec for unplugged status).
8676         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8677         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8678
8679 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8680
8681         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8682         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8683
8684 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8685
8686         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8687         simple quotation to quote the anonymous function.
8688         * tm-wl.el (wl-draft-preview-message): Ditto.
8689
8690 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8691
8692         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8693         Eliminate redundant `save-excursion'.
8694         (wl-highlight-summary-current-line): Ditto.
8695
8696         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8697         accessing match data when `looking-at' failed.
8698
8699         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8700         `elmo-match-string' where users don't care about the speed.
8701         (wl-draft-save): Ditto.
8702
8703 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8704
8705         * wl-util.el (wl-regexp-opt): New function.
8706
8707         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8708         number from `wl-summary-buffer-number-list'.
8709         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8710         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8711         (wl-summary-move-spec-alist): Changed default setting.
8712
8713 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8714
8715         * wl-vars.el (wl-biff-notify-hook): New hook.
8716         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8717         the arrival of new mail.
8718         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8719         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8720
8721 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8722
8723         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8724
8725 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8728
8729         * Version number is increased to 2.5.8.
8730
8731         * wl-thread.el (toplevel): require 'cl.
8732         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8733         (wl-thread-make-number-list): New function.
8734         (wl-thread-entity-make-number-list-from-children): Ditto.
8735         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8736         (wl-thread-entity-insert-as-children): Likewise.
8737         (wl-thread-delete-message): Likewise.
8738         (wl-meaning-of-mark): Eliminated.
8739         (wl-thread-next-failure-mark-p): Ditto.
8740         (wl-thread-entity-get-mark): Ditto.
8741         (wl-thread-meaning-alist-get-result): Ditto.
8742         (wl-thread-entity-check-prev-mark): Ditto.
8743         (wl-thread-entity-check-next-mark): Ditto.
8744         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8745         (wl-thread-entity-get-prev-marked-entity): Ditto.
8746         (wl-thread-get-prev-unread): Ditto.
8747         (wl-thread-jump-to-prev-unread): Ditto.
8748         (wl-thread-get-next-unread): Ditto.
8749         (wl-thread-jump-to-next-unread): Ditto.
8750         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8751         (wl-thread-entity-get-next-marked-entity): Ditto.
8752
8753         * wl-summary.el (wl-summary-buffer-number-list):
8754         New bufer-local variable.
8755         (wl-summary-switch-to-clone-buffer): Clone
8756         `wl-summary-buffer-number-list'.
8757         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8758         (wl-summary-cursor-move-regex): Eliminated.
8759         (wl-summary-cursor-up): Rewrite.
8760         (wl-summary-cursor-down): Ditto.
8761         (wl-summary-mode-spec-alist): New variable.
8762         (wl-summary-next-message): New inline function.
8763         (wl-summary-cursor-move): New function.
8764         (wl-summary-default-get-next-msg): Rewrite.
8765         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8766         (wl-summary-rescan): Ditto.
8767         (wl-summary-sync-all-init): Ditto.
8768         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8769         summary is not thread view.
8770         (wl-summary-sync-update): Ditto.
8771         (wl-summary-rescan): Ditto.
8772         (wl-summary-make-number-list): New function.
8773
8774         * wl-draft.el: "FCC" -> "Fcc".
8775
8776 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-highlight.el (wl-highlight-summary-window):
8779         Call `set-buffer-modified-p'.
8780
8781         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8782         (wl): Call `elmo-init' and fix.
8783
8784         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8785         Use new variables.
8786
8787         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8788
8789 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8792
8793 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8794
8795         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8796
8797 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8798
8799         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8800         `wl-use-toolbar' nor `display-graphic-p'.
8801         (wl-e21-setup-message-toolbar): Ditto.
8802         (wl-e21-setup-summary-toolbar): Ditto.
8803         (wl-e21-setup-folder-toolbar): Ditto.
8804
8805         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8806         (wl-plugged-init-icons): Ditto.
8807
8808         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8809         `display-graphic-p'.
8810         (wl-plugged-set-folder-icon): Ditto.
8811         (wl-highlight-plugged-current-line): Ditto.
8812         (wl-highlight-folder-current-line): Ditto.
8813         (wl-e21-highlight-folder-group-line): Ditto.
8814         (wl-e21-setup-toolbar): Ditto.
8815         (wl-e21-display-image-p): New macro.
8816
8817         * wl-demo.el (wl-demo): Simplified.
8818         (wl-demo-image-type-alist): Use `image-type-available-p' for
8819         checking whether the image type `xbm' is available.
8820
8821 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8822
8823         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8824         (wl-summary-input-range): Ditto.
8825
8826 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-summary.el (wl-summary-edit-addresses): Use
8829         `wl-summary-get-original-buffer'
8830         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8831         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8832         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8833         (wl-summary-get-newsgroups): Eliminated.
8834         (wl-summary-set-crosspost): Ditto.
8835         (wl-summary-is-crosspost-folder): Ditto.
8836         (wl-crosspost-alist-load): Ditto.
8837         (wl-crosspost-alist-save): Ditto.
8838
8839         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8840         `elmo-setup-subscribed-newsgroups' instead of
8841         `elmo-nntp-make-groups-hashtb'.
8842         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8843         instead of `wl-crosspost-alist-save'.
8844
8845         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8846         of `elmo-folder-message-appendable-p'.
8847         (wl-mime-header-presentation-method): Eliminated.
8848
8849         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8850         (Error occurs in emacs21).
8851
8852         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8853         the current buffer).
8854
8855         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8856         instead of `wl-crosspost-alist-save'.
8857         (wl-init): `elmo-crosspost-message-alist-load'
8858         instead of `wl-crosspost-alist-load'
8859
8860         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8861         (wl-parse-newsgroups): Likewise.
8862         (wl-biff-notify): Run `wl-biff-notify-hook'.
8863
8864 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8867
8868         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8869         when `wl-summary-lazy-highlight' is non-nil.
8870         (wl-summary-goto-folder-subr): Highlight only when
8871         `wl-summary-lazy-highlight' is non-nil.
8872
8873         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8874         Don't display progress and highlight temp-mark when
8875         `wl-summary-lazy-highlight' is non-nil.
8876         (wl-highlight-summary-window): New function.
8877         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8878
8879 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8880
8881         * wl-summary.el (wl-summary-sync): Change `all-visible'
8882         from `all-shown'
8883         (wl-summary-input-range): Ditto.
8884
8885 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8886
8887         * wl-e21.el (wl-highlight-folder-current-line): Call
8888         `wl-folder-init-icons' when folder icons have not been initialized.
8889
8890         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8891
8892         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8893         (wl-demo-image-type-alist): New macro.
8894
8895 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8896
8897         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8898         display does not support graphics.
8899         (wl-plugged-init-icons): Ditto.
8900         (wl-folder-init-icons): Ditto.
8901
8902         * wl-demo.el (wl-demo): Chech closely whether the display
8903         supports graphics.
8904
8905 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-summary.el (wl-summary-get-original-buffer): New function.
8908         (wl-summary-set-crosspost): Use it.
8909         (wl-summary-target-mark-uudecode): Ditto.
8910         (wl-summary-reedit): Ditto.
8911         (wl-summary-resend-bounced-mail): Ditto.
8912         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8913         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8914
8915         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8916         (wl-message-display-internal): Ditto.
8917
8918 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8921
8922 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8923
8924         * wl-summary.el (wl-summary-save-view): Renamed from
8925         `wl-summary-save-status'.
8926
8927 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8928
8929         * wl-summary.el (wl-summary-sync): Added `all-shown'
8930
8931 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8932
8933         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8934
8935 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8936
8937         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8938
8939 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8940
8941         * wl-highlight.el (wl-highlight-summary-line-string): Use
8942         `zerop' instead of `= 0'.
8943         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8944
8945         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8946         for comparing numbers.
8947         (wl-template-prev): Use `zerop' instead of `eq 0'.
8948
8949         * wl-draft.el (wl-draft-insert-current-message): Use
8950         `with-current-buffer' instead of `save-excursion'.
8951         Use `zerop' instead of `eq 0'.
8952
8953 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8954
8955         * wl-draft.el (wl-draft-insert-ccs): New function.
8956         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8957         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8958
8959 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8960
8961         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8962
8963 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-expire.el (wl-expire-refile): Don't call
8966         elmo-msgdb-add-msgs-to-seen-list;
8967         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8968         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8969
8970 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-message.el (wl-message-prev-page): Ignore errors while
8973         scroll-down.
8974
8975 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8976
8977         * wl-mime.el: Use elmo-original-message-mode instead of
8978         mmelmo-original-mode.
8979
8980         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8981         `elmo-folder-get-spec';
8982         (wl-fldmgr-add-completion-all-completions):
8983         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8984
8985         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8986         of `elmo-folder-get-type'.
8987
8988         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8989         `elmo-folder-get-spec';
8990         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8991         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8992         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8993         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8994         `elmo-read-msg-no-cache';
8995         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8996         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8997         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8998         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8999         `elmo-cache-save';
9000         (wl-draft-reedit): Use `elmo-message-file-name'.
9001
9002         * wl-expire.el: Use `elmo-folder-name-internal';
9003         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9004         Use macro `wl-summary-buffer-msgdb' instead of variable
9005         `wl-summary-buffer-msgdb';
9006         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
9007         Use macro `wl-summary-buffer-folder-name' instead of variable
9008         `wl-summary-buffer-folder-name'.
9009         * wl-score.el: Likewise.
9010
9011         * wl-message.el: Rewrite for new message buffer cache mechanism.
9012         (wl-message-buffer-cache-buffer-get): New macro.
9013         (wl-message-buffer-cache-folder-get): Ditto.
9014         (wl-message-buffer-cache-message-get): Ditto.
9015         (wl-message-buffer-cache-entry-make): Ditto.
9016         (wl-message-buffer-cache-hit): Ditto.
9017         (wl-message-buffer-cache-sort): New function.
9018         (wl-message-buffer-cache-add): Ditto.
9019         (wl-message-buffer-cache-delete): Ditto.
9020         (wl-message-buffer-cache-clean-up): Ditto.
9021         (wl-message-buffer-window): Rewrite.
9022         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9023         (wl-message-buffer-display): New function.
9024         (wl-message-display-internal): New function.
9025
9026 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-folder.el: Use `elmo-folder-name-internal';
9029         Use `wl-folder-get-elmo-folder';
9030         Use `elmo-folder-list-messages' instead of
9031         `elmo-list-folder';
9032         Use `elmo-folder-get-primitive-list' instead of
9033         `elmo-folder-get-primitive-spec-list';
9034         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9035         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9036         Use `elmo-folder-create' instead of `elmo-create-folder'.
9037         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9038         (wl-folder-get-elmo-folder): New macro.
9039         (wl-folder-elmo-folder-cache-get): Ditto.
9040         (wl-folder-elmo-folder-cache-put): Ditto.
9041         (wl-folder-suspend): Call `elmo-quit'.
9042
9043         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9044         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9045         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9046         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9047         (toplevel): require 'cl.
9048         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9049
9050         * wl-summary.el: Rewrite to use new elmo interface.
9051
9052 \f
9053 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9054
9055         * wl-mime.el (wl-draft-preview-message):
9056         Run `wl-draft-send-hook' before collecting recipients information;
9057         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9058
9059         * tm-wl.el (wl-draft-preview-message): Ditto.
9060
9061 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9062
9063         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9064         wrong recipients are displayed when forwarded message.
9065
9066 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9067
9068         * Version number is increased to 2.5.7.
9069
9070 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9071
9072         * wl-message.el (wl-message-next-page): Bind
9073         `window-pixel-scroll-increment' to nil while scrolling up.
9074
9075 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9076
9077         * wl-vars.el (wl-save-hook): New hook.
9078         * wl.el (wl-save): Call `wl-save-hook'.
9079
9080 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9081
9082         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9083         Argument WITH-ARG instead of NO-ARG (negative mean).
9084         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9085         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9086         * wl-message.el (wl-message-follow-current-entity): Likewise.
9087
9088 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9089
9090         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9091         FROM was optional argument.
9092         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9093
9094 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9095
9096         * Version number is increased to 2.5.6.
9097
9098 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9099
9100         * wl-version.el (wl-version-show): Removed.
9101         (wl-version): Add `interactive'.
9102
9103 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9104
9105         * wl-summary.el (wl-summary-get-petname-func): New variable.
9106         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9107         instead of `wl-address-get-petname-1'.
9108         (wl-summary-simple-from): Ditto.
9109
9110         * wl-address.el (wl-address-get-petname-1): Define as function.
9111
9112 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9115         field in the original message.
9116         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9117
9118 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9119
9120         * wl-expire.el (wl-expire-hide):
9121         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9122
9123 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9124
9125         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9126         find decoder for To, Cc, and Subject.
9127
9128 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9131         for checking `elmo-use-buffer-cache'.
9132         (wl-summary-mark-as-important): Fixed typo in comment.
9133
9134 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9137         field in the original message.
9138         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9139
9140 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9141
9142         * wl-expire.el (wl-expire-hide):
9143         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9144
9145 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9146
9147         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9148         find decoder for To, Cc, and Subject.
9149
9150 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * Version number is increased to 2.5.5.
9153
9154         * wl-address.el (wl-address-specials-regexp): New constant.
9155         (wl-address-quote-specials): Use it.
9156
9157 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-summary.el (wl-summary-rescan):
9160         Call `wl-summary-buffer-number-column-detect'.
9161         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9162
9163         * wl-message.el (wl-message-mode-map): Define.
9164         (wl-message-decode): Use it as local-map.
9165
9166 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9169         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9170
9171 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9174
9175         * wl-mule.el (wl-read-event-char): Ditto.
9176
9177         * wl-e21.el (wl-read-event-char): Ditto.
9178
9179         * wl-nemacs.el (wl-read-event-char): Ditto.
9180         (read-event): Removed.
9181
9182         * wl-util.el (toplevel): Removed dummy definition of
9183         `read-event'.
9184         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9185
9186 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9187
9188         * wl-nemacs.el (elmo-archive-call-process): Moved to
9189         elmo-archive.el.
9190
9191 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9194         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9195
9196         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9197         instead of magic-number 6.  Use `not' instead of `null' for symbol
9198         `nil' check (not empty list).
9199         (wl-draft-insert-x-face-field): Fixed paren style.
9200
9201         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9202         one-branch conditional statement, instead of `and' and `if'.
9203         (wl-draft-forward): Likewise.
9204         (wl-draft-add-references): Likewise.
9205         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9206
9207         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9208         conditional steatment.  Use `cond' instead of `if'.
9209         (wl-draft-confirm): Likewise.
9210
9211 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9212
9213         * wl-version.el (wl-version-show): Use `product-string-1'
9214         instead of `wl-version'.
9215         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9216
9217         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9218
9219 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9220
9221         * wl-highlight.el (wl-highlight-headers): Revert
9222         `wl-highlight-x-face-func' argument (`beg' and `end').
9223
9224 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9225
9226         * wl.el (toplevel): Move `product-provide' declare.
9227         * wl-demo.el (toplevel): Ditto.
9228         * wl-dnd.el (toplevel): Ditto.
9229         * wl-highlight.el (toplevel): Ditto.
9230         * wl-message.el (toplevel): Ditto.
9231         * wl-refile.el (toplevel): Ditto.
9232         * wl-util.el (toplevel): Ditto.
9233
9234 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9235
9236         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9237         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9238         (wl-thread-close-all): keep cursor position.
9239
9240 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9241
9242         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9243         (eq x 0).
9244         (wl-generate-user-agent-string-1): Fix conditional statement.
9245
9246 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9247
9248         * wl.el (wl-check-environment): Additional check for
9249         'wl-local-domain' and `wl-message-id-domain'.
9250
9251 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9252
9253         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9254
9255 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9258         instead of `smtp-sasl-user-realm'.
9259
9260 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9261
9262         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9263
9264 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9265
9266         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9267         to the default value as well as `eword-lexical-analyzer'.
9268
9269 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9270
9271         * wl-version.el (wl-extended-emacs-version,
9272         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9273         `elmo-match-string' instead of `wl-match-string'.
9274
9275 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9278         docstring.
9279
9280 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9281
9282         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9283
9284 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9285
9286         * wl-highlight.el (wl-highlight-headers): Remove
9287         `wl-highlight-x-face-func' argument (`beg' and `end').
9288
9289 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9290
9291         * wl-summary.el (wl-summary-mark-as-important):
9292         Remove cache if folder is local.
9293
9294 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9295
9296         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9297         to get existing e-mail address string.
9298
9299 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9300
9301         * wl-version.el (wl-generate-user-agent-string): Commentary.
9302         (wl-generate-user-agent-string-1): Use `when' for
9303         one-branch conditional statement, instead of `and' and `if'.
9304         (wl-extended-emacs-version, wl-extended-emacs-version2,
9305         wl-extended-emacs-version3): Ditto.
9306
9307 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9310         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9311         condition-case; Remove initialization.
9312         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9313         (wl-summary-sync-update3): Added argument `sync-all';
9314         Eliminated local variable `msgdb';
9315         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9316         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9317         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9318
9319 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9320
9321         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9322         connection before call `wl-draft-send-mail-with-smtp'.
9323
9324 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * Version number is increased to 2.5.4.
9327
9328 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9329
9330         * wl.el (wl-check-environment): Additional check for
9331         'wl-local-domain' and `wl-message-id-domain'.
9332
9333 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9336         buffer as command specific.
9337         (wl-folder-mark-as-read-all-entity): Ditto.
9338         (wl-folder-prefetch-entity): Ditto.
9339         (wl-folder-drop-unsync-entity): Ditto.
9340
9341         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9342         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9343         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9344
9345         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9346         save-excursion.
9347
9348 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * Version number is increased to 2.5.3.
9351
9352         * wl-summary.el (wl-summary-save-view-cache):
9353         Delete duplicated `write-region';
9354         Use `write-region-as-binary' instead of `as-binary-output-file' and
9355         `write-region'.
9356
9357 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9358
9359         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9360
9361 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9362
9363         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9364         instead of `smtp-via-smtp'.
9365
9366 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9367
9368         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9369
9370 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9371
9372         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9373         instead of `smtp-sasl-user-realm'.
9374
9375 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9376
9377         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9378
9379 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9380
9381         * Version number is increased to 2.5.2.
9382
9383 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9386         does not exist.
9387         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9388         (wl-biff-start): Call `timer-activate' if timer already exists.
9389
9390         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9391         only when it is bound as function.
9392
9393 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9394
9395         * Version number is increased to 2.5.1.
9396
9397 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9398
9399         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9400         Print refile/copy destination.
9401
9402 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9405         queue-flush-only is non-nil.
9406
9407         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9408
9409         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9410         checking cache folder.
9411
9412 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9413
9414         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9415         `regexp-quote'.
9416
9417 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9418
9419         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9420         function.
9421         * wl-summary.el (wl-summary-write-current-folder-functions):
9422         Change default value.  Use it.
9423
9424 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9425
9426         * Version number is increased to 2.5.0.
9427
9428         * wl-version.el (wl-version): Changed codename.
9429
9430 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9431
9432         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9433         (wl-summary-supersedes-message): Ditto.
9434
9435 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9436
9437         * wl-refile.el (wl-refile-guess-functions): Renamed from
9438         `wl-refile-guess-func-list'.
9439
9440 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9441
9442         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9443         Fixed problem when no rule was matched.
9444
9445 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9446
9447         * wl-summary.el (wl-summary-get-mark): Fixed
9448         `wl-summary-buffer-target-mark' check logic.
9449
9450 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9451
9452         * wl-folder.el (wl-folder-write-current-folder): Added group
9453         folder check.
9454
9455         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9456         `wl-summary-write-current-newsgroup'.
9457         (wl-summary-write-current-folder-functions): New variable.
9458         * wl-folder.el (wl-folder-get-newsgroups): New function.
9459         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9460         (wl-folder-write-current-folder): Renamed from
9461         `wl-folder-write-current-newsgroup'.
9462
9463 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9464
9465         * Version number is increased to 2.3.93.
9466
9467 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9468
9469         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9470         (wl-ldap-make-matched-value-list): Ditto.
9471         (wl-ldap-alias-safe-string): Split e-mail address.
9472
9473         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9474         petname folder default was selected.
9475         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9476         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9477
9478 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9479
9480         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9481         to `wl-draft-config-exec'.
9482
9483         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9484         instead of calling `wl-draft-config-exec';
9485         Process group-list and show recipients in minibuffer.
9486
9487         * tm-wl.el (wl-draft-preview-message): Ditto.
9488
9489 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9490
9491         * wl.el (toplevel): Added (C) to copyright notice, and
9492         sync Author header.
9493         * tm-wl.el (toplevel): Ditto.
9494         * wl-address.el (toplevel): Ditto.
9495         * wl-demo.el (toplevel): Ditto.
9496         * wl-dnd.el (toplevel): Ditto.
9497         * wl-draft.el (toplevel): Ditto.
9498         * wl-e21.el (toplevel): Ditto.
9499         * wl-expire.el (toplevel): Ditto.
9500         * wl-folder.el (toplevel): Ditto.
9501         * wl-highlight.el (toplevel): Ditto.
9502         * wl-message.el (toplevel): Ditto.
9503         * wl-mime.el (toplevel): Ditto.
9504         * wl-mule.el (toplevel): Ditto.
9505         * wl-nemacs.el (toplevel): Ditto.
9506         * wl-refile.el (toplevel): Ditto.
9507         * wl-score.el (toplevel): Ditto.
9508         * wl-summary.el (toplevel): Ditto.
9509         * wl-template.el (toplevel): Ditto.
9510         * wl-thread.el (toplevel): Ditto.
9511         * wl-util.el (toplevel): Ditto.
9512         * wl-vars.el (toplevel): Ditto.
9513         * wl-xmas.el (toplevel): Ditto.
9514
9515 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9516
9517         * wl.el (wl-init): Added comment about `wl-init-hook'.
9518         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9519         * wl-vars.el (wl-init-hook): Added docs.
9520         (wl-make-plugged-hook): Removed useless docs.
9521         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9522         * wl-xmas.el (toplevel): Ditto.
9523
9524 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9525
9526         * wl-address.el (toplevel): Fixed multiple Author header format.
9527         * wl-demo.el (toplevel): Ditto.
9528         * wl-draft.el (toplevel): Ditto.
9529         * wl-folder.el (toplevel): Ditto.
9530         * wl-summary.el (toplevel): Ditto.
9531         * wl-thread.el (toplevel): Ditto.
9532         * wl-util.el (toplevel): Ditto.
9533         * wl-vars.el (toplevel): Ditto.
9534         * wl-version.el (toplevel): Ditto.
9535         * wl-xmas.el (toplevel): Ditto.
9536         * wl.el (toplevel): Ditto.
9537
9538         * wl-version.el (toplevel): Added require `elmo-version' for
9539         `product-version-as-string'.
9540
9541 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9542
9543         * wl-vars.el (wl-draft-send-hook): Changed default value to
9544         '(wl-draft-config-exec).
9545
9546         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9547         explicitly.
9548         (wl-draft): Set `wl-draft-config-exec-flag' before running
9549         `wl-mail-setup-hook'.
9550
9551         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9552         `wl-biff-init-icons' to `wl-init-hook' instead of
9553         `wl-make-plugged-hook'.
9554         (Because if `wl-draft' command is invoked at first,
9555         they are not initialized)
9556         Updated copyright notice.
9557
9558         * wl-e21.el (toplevel): Ditto;
9559
9560         * wl-demo.el (toplevel): Updated copyright notice.
9561         * wl-address.el (toplevel): Ditto.
9562         * wl-draft.el (toplevel): Ditto.
9563         * wl-version.el (toplevel): Ditto.
9564         * wl-folder.el (toplevel): Ditto.
9565         * wl-summary.el (toplevel): Ditto.
9566         * wl-thread.el (toplevel): Ditto.
9567         * wl-util.el (toplevel): Ditto.
9568         * wl-vars.el (toplevel): Ditto.
9569         * wl.el (toplevel): Ditto.
9570
9571 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9572
9573         * wl-highlight.el (wl-highlight-message): Fixed problem of
9574         highlighting failure which occured when the last field contains
9575         multiple lines in the draft buffer.
9576
9577         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9578         `wl-biff-start' if plugged.
9579
9580         * wl-util.el (wl-biff-check-folder): New function.
9581         (wl-biff-check-folders): Don't set session name prefix.
9582         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9583         (wl-biff-check-folder-async): Ditto.
9584
9585         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9586         in email address.
9587
9588 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9589
9590         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9591
9592         * wl-draft.el (wl-draft-strip-subject-re): New function.
9593
9594         * wl-draft.el (wl-draft-reply): Use it.
9595
9596 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9597
9598         * wl-message.el (wl-mmelmo-message-redisplay): Use
9599         `mime-display-message' instead of `wl-mime-display-message'.
9600
9601         * wl-mime.el (toplevel): Removed compatibility workaround
9602         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9603         (wl-mime-display-message): Abolished.
9604         (wl-mime-entity-read-field): Ditto.
9605         (wl-mime-combine-message/partial-pieces): Use
9606         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9607
9608 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9609
9610         * wl-template.el: Doc fixes.
9611
9612 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9613
9614         * wl-e21.el (wl-message-overload-functions): Do nothing if
9615         `current-local-map' is not available.
9616         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9617
9618 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9619
9620         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9621         representation.
9622
9623         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9624         number.
9625         (wl-fldmgr-save-folders): Don't use `format' when insert
9626         `wl-fldmgr-folders-header'.
9627
9628 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9629
9630         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9631
9632 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9633
9634         * wl-highlight.el (wl-highlight-message):
9635         Use `std11-field-end' to detect end point of the header field.
9636         Refer `wl-highlight-max-header-size'.
9637
9638         * wl-vars.el (wl-highlight-max-header-size): New variable.
9639
9640         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9641
9642         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9643         Set `for-draft' argument of wl-highlight-headers.
9644         (wl-draft): Ditto.
9645         (wl-draft-reedit): Ditto.
9646         (wl-user-agent-compose-internal): Ditto.
9647
9648 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9649
9650         * wl-message.el (wl-message-add-button): Use overlay.
9651
9652 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9653
9654         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9655
9656         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9657         problem when group-list content is nothing.
9658         (Reported by Mito <mit@nines.nec.co.jp>)
9659
9660 2000-10-18  SAITO Atsunori <sai@yedo.com>
9661
9662         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9663
9664 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9665
9666         * tm-wl.el (toplevel): Use product-provide.
9667
9668 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9669
9670         * Version number is increased to 2.3.92.
9671
9672 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9673
9674         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9675         title text, use `display' property for left margin under Emacs 21.
9676
9677         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9678         properties.
9679         (wl-plugged-init-icons): Ditto.
9680
9681 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9682
9683         * wl.el (wl-save-status, wl-init): Remove last period in
9684         "...done." message.
9685         * tm-wl.el (wl-summary-burst): Ditto.
9686         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9687         wl-summary-resume-cache-status,
9688         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9689         wl-summary-sync-update3, wl-summary-highlight-msgs,
9690         wl-summary-flush-pending-append-operations,
9691         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9692         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9693         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9694         wl-thread-open-all): Ditto.
9695         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9696         * wl-mime.el (wl-summary-burst): Ditto.
9697         * wl-highlight.el (wl-highlight-summary): Ditto.
9698         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9699         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9700         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9701         * wl-address.el (wl-local-address-init): Ditto.
9702
9703 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9704
9705         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9706         `add-text-properties'.
9707         (wl-plugged-init-icons): Ditto.
9708         (wl-folder-init-icons): Use `propertize' instead of
9709         `put-text-property'.
9710         (wl-plugged-set-folder-icon): Ditto.
9711         (wl-e21-highlight-folder-group-line): Ditto.
9712
9713 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9714
9715         * wl-version.el (wl-version-status-alist): New variable.
9716         (wl-version-status): New function.
9717
9718         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9719         "Cc" part of the case "Reply-To".
9720
9721         * wl-draft.el (wl-draft-reply): Use result of
9722         `eword-extract-address-components'.
9723
9724         * wl-demo.el (wl-demo-icon-name): New constant.
9725         (wl-logo-xpm): Use it.
9726         (wl-logo-xbm): Ditto.
9727         (wl-logo-bitmap): Ditto.
9728
9729         * Version number is increased to 2.3.91.
9730
9731 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9732
9733         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9734         (wl-extended-emacs-version, wl-extended-emacs-version2,
9735         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9736         docstring.
9737
9738         * wl-version.el (wl-generate-user-agent-string-1): New function.
9739         (wl-generate-user-agent-string): Use it.
9740
9741         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9742         `mime-edit-insert-user-agent-field'.
9743         (wl-generate-user-agent-string): Check
9744         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9745
9746         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9747         instead of `if', when verbose case.
9748
9749 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9750
9751         * wl-expire.el (wl-summary-expire): Fix.
9752
9753 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9754
9755         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9756         and `elmo-lost+found-folder' if 'wl-draft.
9757         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9758
9759 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9760
9761         * wl-expire.el (wl-summary-expire): Change messages.
9762         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9763         `deleing-info' instead of "Deleting..."
9764
9765 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9766
9767         * wl-summary.el (wl-summary-refile-subr): Fix.
9768
9769 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9770
9771         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9772         if pipe folder.
9773
9774 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9775
9776         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9777
9778 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9779
9780         * wl-expire.el (wl-expire-hide): New function.
9781         (wl-summary-expire): Add `hide'.
9782
9783 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9784
9785         * wl-vars.el (wl-draft-reply-without-argument-list):
9786         Changed default value to consider `Reply-To:'.
9787         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9788
9789         * Version number is increased to 2.3.90.
9790
9791         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9792         elmo-imap4-get-session with unwind-protect.
9793         Don't cause error.
9794         (wl-summary-sync-marks): Don't check plugged nor folder type.
9795         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9796         (Always keep current buffer).
9797
9798 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9799
9800         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9801         Enclose with `save-excursion'.
9802
9803 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9804
9805         * wl-version.el (wl-version): Remove interactive.
9806
9807 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9808
9809         * wl-version.el (wl-generate-user-agent-string): Use
9810         `product-string-verbose' instead of `product-string-1'.
9811
9812 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9813
9814         * wl-vars.el (wl-draft-use-cache): New variable.
9815         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9816         if wl-draft-use-cache is non-nil.
9817
9818 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9819
9820         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9821         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9822
9823 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9824
9825         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9826         (wl-thread-msg-mark-as-unread): Ditto.
9827
9828         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9829         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9830         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9831         Don't set mark in summary if return value of `elmo-mark-as-read'
9832         is nil.
9833         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9834         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9835         instead of `wl-thread-msg-mark-as-read'.
9836         (wl-summary-mark-as-unread-region): Ditto.
9837         (wl-summary-target-mark-mark-as-read): Ditto.
9838
9839         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9840
9841 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9842
9843         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9844
9845         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9846
9847 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9848
9849         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9850         face.
9851
9852 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9853
9854         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9855         `running-xemacs'.
9856
9857 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9858
9859         * wl-version.el (toplevel): Use `product-version-as-string' for
9860         set verstion-string, if defined.
9861
9862         * wl-version.el (wl-version-show): Insert string at point, when
9863         call with argument.
9864
9865         * wl-version.el (wl-generate-user-agent-string): Use
9866         `product-string-1' instead of `wl-appname', `wl-version' and
9867         `wl-codename'.
9868
9869 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9870
9871         * wl-address.el (toplevel): Use product-provide.
9872         * wl-demo.el (toplevel): Ditto.
9873         * wl-dnd.el (toplevel): Ditto.
9874         * wl-draft.el (toplevel): Ditto.
9875         * wl-e21.el (toplevel): Ditto.
9876         * wl-expire.el (toplevel): Ditto.
9877         * wl-fldmgr.el (toplevel): Ditto.
9878         * wl-folder.el (toplevel): Ditto.
9879         * wl-highlight.el (toplevel): Ditto.
9880         * wl-message.el (toplevel): Ditto.
9881         * wl-mime.el (toplevel): Ditto.
9882         * wl-mule.el (toplevel): Ditto.
9883         * wl-nemacs.el (toplevel): Ditto.
9884         * wl-refile.el (toplevel): Ditto.
9885         * wl-score.el (toplevel): Ditto.
9886         * wl-summary.el (toplevel): Ditto.
9887         * wl-template.el (toplevel): Ditto.
9888         * wl-thread.el (toplevel): Ditto.
9889         * wl-util.el (toplevel): Ditto.
9890         * wl-vars.el (toplevel): Ditto.
9891         * wl-xmas.el (toplevel): Ditto.
9892         * wl.el (toplevel): Ditto.
9893
9894 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9895
9896         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9897         instead of product.
9898
9899         * wl-version.el (wl-version): Compile time evalution elmo-version.
9900
9901 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9902
9903         * wl-summary.el (wl-summary-sync-force-update): Append queue
9904         `mark-as-read'if unplugged.
9905
9906 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9907
9908         * wl-version.el: New file.  Use product.el.
9909         * wl.el: add (require 'wl-version).
9910         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9911         for ~/.folders header.
9912         (wl-fldmgr-folders-header): Changed.
9913         * wl-demo.el (wl-demo): Use product.el.
9914
9915         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9916         wl-version.el.
9917         * wl-util.el (wl-version, wl-version-show): Ditto.
9918
9919         * wl-util.el (wl-generate-user-agent-string,
9920         wl-extended-emacs-version, wl-extended-emacs-version2,
9921         wl-extended-emacs-version3): Move to wl-version.el.
9922         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9923         xemacs-codename, mime-edit-insert-user-agent-field,
9924         mime-edit-user-agent-value, mime-editor/version,
9925         mime-editor/codename): Compile warning killer move to
9926         wl-version.el
9927
9928 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9929
9930         * wl-summary.el (wl-summary-refile-subr): Fix.
9931
9932 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9933
9934         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9935         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9936
9937 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9938
9939         * wl.el (wl-check-environment): Check too many `@'.
9940
9941 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9942
9943         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9944
9945 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9946
9947         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9948         wl-draft-reply-myself-without-argument-list): Add variables.
9949         * wl-draft.el (wl-draft-reply): Use it.
9950
9951 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9952
9953         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9954         the 5th argument of `elmo-network-get-spec'.
9955
9956         * wl-thread.el (wl-thread-reparent-children): New inline function.
9957         (wl-thread-delete-message): Use it.
9958
9959         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9960         (wl-summary-score-update-all-lines): Don't use `dolist'.
9961
9962 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9963
9964         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9965         (require 'elmo-msgdb) for inline function.
9966
9967 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9968
9969         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9970
9971 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9972
9973         * wl-score.el (wl-score-headers): Fix for the confusing macro
9974         `elmo-kill-buffer'.
9975
9976 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9977
9978         * wl-summary.el: Don't use the 3rd argument of `require' because
9979         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9980         * wl-util.el: Ditto.
9981         * wl-draft.el: Ditto.
9982
9983 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9984
9985         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9986         window system is not used.
9987
9988 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9989
9990         * wl-thread.el: Don't use `mapcar' only for iteration.
9991         (wl-thread-resume-entity): Ditto.
9992         (wl-thread-delete-message): Ditto.
9993
9994         * wl-summary.el: Bind `dragdrop-drop-functions',
9995         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9996         of `require' for `timezone', `easymenu' and `ps-print';
9997         don't use `mapcar' only for iteration.
9998
9999         * wl-util.el: Bind `mule-version', `nemacs-version',
10000         `emacs-beta-version', `xemacs-codename',
10001         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
10002         `mime-editor/version' and `mime-editor/codename'; specify 3rd
10003         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
10004         only for iteration.
10005
10006         * wl-score.el: Don't use `mapcar' only for iteration.
10007         (wl-score-simplify-buffer-fuzzy): Ditto.
10008         (wl-score-simplify-subject): Ditto.
10009         (wl-score-headers): Ditto.
10010         (wl-summary-score-update-all-lines): Ditto.
10011
10012         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10013         `enable-multibyte-characters' and `mule-version'.
10014
10015         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10016         `mapcar' only for iteration.
10017
10018         * wl-demo.el: Don't use `mapcar' only for iteration.
10019
10020         * wl-folder.el: Don't use `mapcar' only for iteration.
10021         (wl-folder-open-all): Ditto.
10022         (wl-folder-count-incorporates): Ditto.
10023
10024         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10025         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10026
10027         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10028         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10029         `smtp-connection-type'; specify 3rd argument of `require' for
10030         `timezone'; don't use `mapcar' only for iteration.
10031         (wl-draft-clone-local-variables): Don't use `mapcar'.
10032         (wl-draft-generate-clone-buffer): Ditto.
10033         (wl-user-agent-compose-internal): Ditto.
10034
10035         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10036
10037         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10038         (wl-save-status): Ditto.
10039
10040         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10041         for iteration.
10042
10043 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10044
10045         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10046         removed `Date'.
10047         (wl-fldmgr-make-filter-default): New user option.
10048
10049         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10050         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10051         (wl-fldmgr-filter-completion-alist): Abolish.
10052
10053         * wl.el (wl): Don't check servers if arg is non-nil.
10054
10055         * wl-draft.el (wl-draft-reply): Set only message-id string to
10056         In-Reply-To field.
10057
10058 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10059
10060         * wl-summary.el (wl-summary-pick): Rewrite.
10061
10062         * wl-draft.el (wl-draft-forward): Get references field from
10063         original buffer.
10064         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10065
10066 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10067
10068         * wl-draft.el (wl-draft-forward): Add references field.
10069
10070 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10073         (wl-draft-reply): Use it.
10074
10075 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10076
10077         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10078         when Emacs 21 is running.
10079
10080         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10081         bindings.
10082
10083 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10084
10085         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10086         XPM icons transparent.
10087
10088         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10089         Emacs 21.
10090
10091 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10092
10093         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10094         nil.
10095
10096         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10097         when it is persistent.
10098         (wl-summary-sync-marks): Changed argument for
10099         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10100         (wl-summary-virtual): Use `elmo-read-search-condition'.
10101         (wl-summary-redisplay-internal): If folder is local, mark as read
10102         even when folder is plugged.
10103
10104 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10105
10106         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10107         of `tool-bar-lines' in the frame parameters.
10108         (after-make-frame-functions, post-command-hook): Don't modify the
10109         value.
10110         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10111         wl-e21-tool-bar-lines): Removed.
10112
10113 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10114
10115         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10116         properties `evaporate' and `wl-momentary-overlay' as well.
10117         (wl-highlight-summary-displaying): Ditto.
10118         (wl-delete-all-overlays): Don't delete overlay which does not have
10119         a property `wl-momentary-overlay'.
10120
10121         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10122         `display-mouse-p' and `display-graphic-p'.
10123         (wl-folder-init-icons): Don't search for XBM or the other files.
10124         (wl-plugged-set-folder-icon): Make icons if and only if
10125         `display-graphic-p' returns non-nil.
10126         (wl-highlight-plugged-current-line): Use `before-string' overlay
10127         property to show icon images.
10128         (wl-highlight-folder-current-line): Ditto.
10129         (wl-e21-highlight-folder-group-line): Ditto.
10130         (wl-e21-highlight-folder-by-numbers): Ditto.
10131         (wl-e21-insert-image): Removed.
10132         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10133         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10134         said.
10135         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10136         `wl-e21-force-switch-toolbar'.
10137         (wl-e21-make-icon-image): Removed.
10138         (wl-e21-setup-toolbar): Don't search for XBM files.
10139         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10140         the default value.
10141
10142 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10143
10144         * wl-util.el (wl-biff-check-folder-async): Set
10145         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10146
10147 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10148
10149         * wl-e21.el (after-make-frame-functions): Add
10150         `wl-e21-force-switch-toolbar'.
10151         (wl-e21-force-switch-toolbar): New function force to switch the
10152         toolbar appearance automatically.
10153         (post-command-hook): Add `wl-e21-switch-toolbar'.
10154         (wl-e21-switch-toolbar): New function to switch the toolbar
10155         appearance automatically.
10156         (wl-e21-tool-bar-lines): New buffer local variable.
10157
10158 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10159
10160         * wl-util.el (wl-biff-check-folders-running): New variable.
10161         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10162         (wl-biff-check-folder-async-callback):
10163         Set `wl-biff-check-folders-running'.
10164         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10165         with unwind-protect.
10166
10167         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10168         Enclose `wl-folder-auto-check' with unwind-protect.
10169
10170         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10171         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10172
10173         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10174
10175         * wl-util.el (wl-biff-notify): New inline function.
10176         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10177         locally.
10178         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10179         folder-list' is 1.
10180         Use `wl-biff-notify'.
10181         (wl-biff-check-folder-async-callback): New function.
10182         (wl-biff-check-folder-async): Ditto.
10183
10184         * wl-folder.el (wl-folder): Don't check folders.
10185         (wl-folder-auto-check): New function.
10186
10187 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10188
10189         * wl-util.el (wl-biff-start) [Emacs19+]:
10190         Use `timer-next-integral-multiple-of-time'.
10191         (wl-biff-check-folders): Use `wl-default-folder'
10192         if `wl-biff-check-folder-list' is nil.
10193
10194 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10195
10196         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10197         instead of `elmo-delete-lists'.
10198
10199 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10200
10201         * wl.el (wl-plugged-toggle-all): Set the value of
10202         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10203         (wl-plugged-toggle): Ditto.
10204         (wl-toggle-plugged): Ditto.
10205         (wl-plugged-init): Ditto.
10206
10207         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10208         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10209         instead of `wl-biff-state-indicator-off' and
10210         `wl-biff-state-indicator-on'; don't modify the value and the type
10211         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10212         (wl-plugged-init-icons): Set icons data to
10213         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10214         instead of `wl-plug-state-indicator-off' and
10215         `wl-plug-state-indicator-on'; don't modify the value and the type
10216         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10217
10218         * wl-vars.el (wl-modeline-biff-state-off,
10219         wl-modeline-biff-state-on, wl-modeline-biff-status,
10220         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10221         wl-modeline-plug-status): New internal variables.
10222         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10223         wl-biff-check-interval, wl-biff-check-folder-list): Change
10224         customization group from `wl-folder' to `wl-highlight'.
10225         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10226         wl-show-plug-status-on-modeline): Defcustomized.
10227
10228         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10229         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10230         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10231         a flag to `mode-line-buffer-identification'.
10232
10233         * wl-e21.el (wl-biff-init-icons): Set icons data to
10234         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10235         instead of `wl-biff-state-indicator-off' and
10236         `wl-biff-state-indicator-on'.
10237         (wl-plugged-init-icons): Set icons data to
10238         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10239         instead of `wl-plug-state-indicator-off' and
10240         `wl-plug-state-indicator-on'.
10241
10242 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10243
10244         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10245         excessive titles.
10246
10247 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10248
10249         * wl.el (wl-plugged-mode): Use revised
10250         `wl-mode-line-buffer-identification'.
10251         (wl-plugged-init): Don't use `force-mode-line-update'.
10252
10253         * wl-xmas.el (wl-draft-overload-functions): Use revised
10254         `wl-mode-line-buffer-identification'.
10255         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10256         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10257         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10258         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10259         `wl-make-plugged-hook';
10260         add `wl-folder-init-icons' and `wl-setup-folder' to
10261         `wl-folder-mode-hook'.
10262
10263         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10264         19 as well.
10265         (wl-mode-line-display-priority-list): New user option.
10266         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10267         Defcustomized.
10268         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10269         Add docs.
10270
10271         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10272         start.
10273         (wl-mode-line-buffer-identification): Revised as a function.
10274
10275         * wl-summary.el (wl-summary-mode): Use revised
10276         `wl-mode-line-buffer-identification'; don't call
10277         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10278         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10279         `wl-xmas-setup-summary'.
10280
10281         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10282         `wl-mode-line-buffer-identification'.
10283
10284         * wl-mule.el (wl-draft-overload-functions): Use revised
10285         `wl-mode-line-buffer-identification'.
10286
10287         * wl-folder.el (wl-make-plugged-alist): Don't call
10288         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10289         (wl-folder): Don't call `wl-folder-init-icons' directly.
10290         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10291         `wl-xmas-setup-folder' directly;
10292         use revised `wl-mode-line-buffer-identification'.
10293         (TopLevel): Don't bind `wl-biff-init-icons',
10294         `wl-plugged-init-icons', `wl-folder-init-icons',
10295         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10296
10297         * wl-e21.el (wl-draft-overload-functions): Use revised
10298         `wl-mode-line-buffer-identification'.
10299         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10300         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10301         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10302         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10303         `wl-make-plugged-hook';
10304         add `wl-folder-init-icons' and `wl-setup-folder' to
10305         `wl-folder-mode-hook'.
10306
10307 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10308             Katsumi Yamaoka    <yamaoka@jpl.org>
10309
10310         * wl.el (wl): Call `wl-biff-start'.
10311         (wl-exit): Call `wl-biff-stop'.
10312         (wl-plugged-mode): Show biff in modeline.
10313         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10314
10315         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10316         (wl-biff-init-icons): New function.
10317         (wl-plugged-init-icons): Don't make too much keymaps.
10318         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10319
10320         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10321         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10322         variables.
10323         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10324         options.
10325
10326         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10327         wl-biff-start, wl-biff-stop): New functions.
10328         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10329         (wl-biff-timer-name): New variable.
10330
10331         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10332
10333         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10334         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10335
10336         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10337         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10338
10339         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10340         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10341         `wl-folder-init-icons' to `ignore' if they are not available.
10342         (wl-folder-mode): Show biff in modeline.
10343
10344         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10345         (wl-biff-init-icons): New function.
10346         (wl-plugged-init-icons): Don't make too much keymaps.
10347         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10348
10349 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10350
10351         * wl-vars.el (wl-strict-diff-folders): Customization Type
10352         and doc fix.  Define as a list of regular expressions for
10353         folders or nil.
10354         * wl-folder.el (wl-folder-check-one-entity): Use
10355         `wl-string-match-member' instead of `wl-string-member' for
10356         `wl-strict-diff-folders'.
10357
10358 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10359
10360         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10361         (wl-highlight-folder-current-line): Use it; new implementation.
10362         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10363         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10364         `defsubst' instead of `defun'.
10365
10366         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10367         `wl-highlight-group-folder-by-numbers'; made it can also be a
10368         number.  See info for more details.
10369
10370         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10371         running.
10372
10373         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10374         to bind them.
10375
10376         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10377         (wl-highlight-folder-current-line): New implementation.
10378
10379         * wl-highlight.el (wl-highlight-folder-group-line): New
10380         implementation.
10381         (wl-delete-all-overlays): Rewrite as a marco.
10382         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10383
10384         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10385         running.
10386         (wl-folder-*-glyph): No need to bind them.
10387
10388         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10389         `wl-e21-highlight-folder-group-icon'; rewrite.
10390         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10391         `defsubst' instead of `defun'.
10392         (wl-folder-mode-map): Bind it when compiling.
10393
10394 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10395
10396         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10397
10398         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10399
10400 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10401
10402         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10403
10404 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10405
10406         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10407         (wl-highlight-folder-current-line): Use it.
10408
10409         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10410         in `id-name'.
10411
10412 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10413
10414         * wl.el: Require `wl-e21' when Emacs 21 is running.
10415
10416         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10417         default when Emacs 21 is running.
10418         (wl-use-highlight-mouse-line): Ditto.
10419         (wl-on-emacs21): New constant.
10420         (wl-on-emacs20): Removed.
10421
10422         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10423         Emacs 21 is running.
10424
10425         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10426         Emacs 21 is running.
10427
10428         * wl-e21.el: New file.
10429
10430 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10431
10432         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10433         (wl-toggle-plugged): Ditto.
10434         (wl-plugged-toggle): Ditto.
10435         (wl-plugged-toggle-all): Ditto.
10436
10437         * wl-vars.el (wl-plug-state-indicator): Refer
10438         `wl-plug-state-indicator-on' indirectly.
10439
10440 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10443         Call `wl-folder-confirm-existence'.
10444
10445         * wl-folder.el (wl-folder-confirm-existence): Added optional
10446         argument `force'.
10447
10448 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10449
10450         * wl-summary.el (wl-summary-refile-subr): Assume
10451         `copy-or-refile' as symbol.
10452         (wl-summary-refile): Follow up above change.
10453         (wl-summary-copy): Ditto.  Doc fix.
10454
10455 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10456
10457         * wl-summary.el (wl-summary-pick): Don't bind
10458         `elmo-search-mime-charset'.
10459
10460         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10461         default using old backquote style.
10462         (wl-search-mime-charset): Abolished.
10463
10464         * wl-highlight.el (wl-highlight-headers):
10465         Call `point' after `re-search-forward'(for Nemacs).
10466
10467         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10468         for elmo-imap4.el.
10469
10470 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10471
10472         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10473         `wl-message-ignored-field-list' instead of
10474         `mime-view-ignored-field-list'.
10475
10476         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10477         Add interactive spec.
10478         (wl-folder-goto-bottom-of-current-folder): Ditto.
10479         (wl-folder-mode-map): Bind them.
10480
10481         * wl-vars.el (wl-message-ignored-field-list): New variable.
10482         (wl-message-visible-field-list): New variable.
10483
10484         * wl-mime.el (wl-mime-header-presentation-method): New function.
10485         (wl-mime-setup): Set header-presentation-method.
10486
10487 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10488
10489         * wl-nemacs.el (wl-draft-overload-functions): Set
10490         `mode-line-buffer-identification' instead of using
10491         `wl-make-modeline'.
10492
10493         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10494         instead of using `wl-make-modeline'.
10495
10496         * wl-xmas.el (wl-plugged-init-icons): Set up
10497         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10498         (wl-make-modeline): Abolish.
10499         (wl-draft-overload-functions): Set
10500         `mode-line-buffer-identification' instead of using
10501         `wl-make-modeline'.
10502
10503         * wl-util.el (wl-make-modeline-subr): Abolish.
10504         (wl-mode-line-buffer-identification): New alias.
10505
10506         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10507         (wl-summary-make-modeline): Abolish.
10508         (wl-summary-buffer-set-folder): Set
10509         `wl-summary-buffer-folder-indicator'.
10510         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10511         of using `wl-make-modeline'.
10512         (wl-summary-switch-to-clone-buffer): Don't set
10513         `mode-line-buffer-identification'.
10514         (wl-summary-goto-folder-subr): Ditto.
10515
10516         * wl-mule.el (wl-draft-overload-functions): Set
10517         `mode-line-buffer-identification' instead of using
10518         `wl-make-modeline'.
10519
10520         * wl-folder.el (wl-folder-mode): Set
10521         `mode-line-buffer-identification' instead of using
10522         `wl-make-modeline'.
10523         (wl-folder): Don't set `mode-line-buffer-identification'.
10524
10525 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10526
10527         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10528         instead of `member' for `wl-refile-guess-func-list' look-ups.
10529         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10530
10531 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10532
10533         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10534         `wl-message-button-dispatcher'.
10535
10536         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10537
10538         * wl-message.el (wl-message-button-dispatcher): Use it.
10539
10540         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10541         "In-Reply-To".
10542
10543         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10544         Bind `case-fold-search' to t.
10545
10546 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10547
10548         * wl-xmas.el (wl-message-overload-functions): Initialize
10549         `wl-message-button-map'.
10550
10551         * wl-mule.el (wl-message-overload-functions): Initialize
10552         `wl-message-button-map'.
10553
10554         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10555
10556         * wl-message.el (wl-message-button-map): New keymap.
10557         (wl-message-add-button): New function.
10558         (wl-message-button-dispatcher): New function.
10559         (wl-message-button-refer-article): New function.
10560
10561         * wl-highlight.el
10562         (wl-highlight-message-add-buttons-to-header): New function.
10563         (wl-highlight-headers): Use it.
10564
10565 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10566
10567         * wl-summary.el (wl-summary-default-from): Use
10568         `wl-address-get-petname-1'.
10569         (wl-summary-simple-from): Ditto.
10570
10571         * wl-address.el (wl-address-get-petname-1): New inline function.
10572         (wl-address-get-petname): Use it.
10573
10574 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10575
10576         * wl-summary.el (wl-summary-default-from): Return full-name part
10577         from the address if no petname was found.
10578         (wl-summary-simple-from): Ditto.
10579
10580         * wl-address.el (wl-address-get-petname): Return nil if no petname
10581         associated with the address was found.
10582
10583 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10584
10585         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10586         display is finished.
10587
10588 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10589
10590         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10591         `elmo-folder-exists-p' argument.
10592
10593 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10594
10595         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10596         the folder.
10597
10598 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10599
10600         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10601
10602         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10603         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10604
10605 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10606
10607         * wl-folder.el (wl-folder-create-subr): New function.
10608         (wl-folder-confirm-existence): Use it.
10609         (wl-folder-check-one-entity): Use it.
10610         Check the error symbol is derived from 'elmo-open-error.
10611
10612         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10613         `ignore-error'.
10614
10615 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10616
10617         * wl-util.el (toplevel): Add (eval-when-compile (require
10618         'elmo-util)).  (Maybe `provide' is typo.)
10619
10620 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10621
10622         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10623         (I don't know why this was needed.)
10624
10625         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10626         Follow up changes for stream-type.
10627
10628         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10629         (wl-draft-elmo-nntp-send): Ditto.
10630
10631         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10632         (wl-nntp-posting-stream-type): Ditto.
10633         (wl-pop-before-smtp-ssl): Abolished.
10634         (wl-nntp-posting-ssl): Ditto.
10635
10636         * wl-address.el (wl-address-quote-specials): New function.
10637         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10638
10639         * wl-draft.el (wl-draft-reply): Ditto.
10640
10641 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10642
10643         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10644         use function `wl-string-match-assoc'.
10645
10646 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10647
10648         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10649
10650         * wl-draft.el (wl-draft-deduce-address-list): New function.
10651         (wl-draft-parse-mailbox-list): Ditto.
10652         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10653         instead of `smtp-deduce-address-list'.
10654         (wl-draft-on-field-p): Follow group list.
10655
10656         * wl-address.el (wl-address-concat-token): New function.
10657         (wl-address-string-without-group-list-contents): Ditto.
10658         (wl-complete-field-body): Fixed problem of completion
10659         by japanese petname.
10660         (wl-address-make-completion-list): Rewrite.
10661
10662 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10663
10664         * wl-address.el (wl-address-make-completion-list): Completion by
10665         petname.
10666         (wl-complete-field-body): Likewise.
10667
10668 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10669
10670         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10671         contains invalid address syntax.
10672
10673 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10674
10675         * wl-folder.el (wl-folder-check-entity-async): Use
10676         `elmo-nntp-spec-hostname'.
10677
10678 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10679
10680         * wl-summary.el (wl-summary-msgdb-load-async): Use
10681         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10682
10683 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10684
10685         * wl-draft.el (wl-draft-reply): Set argument
10686         `content-transfer-encoding' as nil.
10687
10688 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10689
10690         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10691         `wl-refile-alist'.
10692
10693 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10694
10695         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10696         (wl-draft-edit-string): Ditto.
10697         (wl-draft-forward): Ditto.
10698         * wl-summary.el (wl-summary-write): Ditto.
10699
10700 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-summary.el (wl-summary-sync-update3): Call
10703         `wl-summary-buffer-number-column-detect'.
10704         (wl-summary-buffer-number-column-detect): Search from point-min.
10705
10706 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10707
10708         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10709         contains an address which is not included in original to or cc.
10710
10711 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10712
10713         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10714         begin-line does not exist.
10715         * wl-message.el (wl-message-uu-substring): Ditto.
10716
10717 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10718
10719         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10720         clear local variables.
10721         (wl-summary-exit): Call `elmo-commit'.
10722         (wl-summary-switch-to-clone-buffer): Call
10723         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10724         (wl-summary-goto-folder-subr): Ditto.
10725
10726         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10727         POP folder.
10728
10729 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10730
10731         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10732         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10733         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10734         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10735         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10736         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10737
10738         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10739
10740 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10741
10742         * wl-summary.el (wl-summary-search-by-subject):
10743         Search parent message from the latest one.
10744
10745 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10746
10747         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10748         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10749
10750         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10751         New user option.
10752
10753         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10754         if elmo-nntp-use-killed-list is nil.
10755         Use `elmo-msgdb-append-to-killed-list'.
10756         (Append numbers confirmed as disappeared to the killed list.)
10757         (wl-summary-confirm-appends): Don't display negative number.
10758
10759 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10760
10761         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10762
10763 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10764
10765         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10766         range is `all'.
10767         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10768         `elmo-list-bigger-diff'.
10769
10770 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10771
10772         * wl-summary.el (wl-summary-buffer-exit-func):
10773         New buffer local variable.
10774         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10775
10776 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10777
10778         * wl-demo.el (wl-demo): Fix the last change.
10779
10780 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10781
10782         * wl-demo.el (wl-demo): Don't use `eval'.
10783
10784 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10785
10786         * wl-summary.el (wl-summary-buffer-thread-modified):
10787         New buffer-local variable.
10788         (wl-summary-set-thread-modified): New function.
10789         (wl-summary-thread-modified-p): New function.
10790         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10791         (wl-summary-yank-saved-message): Use function
10792         `wl-summary-set-thread-modified'
10793         (wl-summary-switch-to-clone-buffer): Add
10794         `wl-summary-buffer-thread-modified'.
10795
10796         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10797         (wl-summary-buffer-mark-saved-hook): Ditto.
10798         * wl-summary.el (wl-summary-msgdb-save): New hook
10799         `wl-summary-buffer-message-saved-hook' and
10800         `wl-summary-buffer-mark-saved-hook'.
10801
10802 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10803
10804         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10805
10806 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10807
10808         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10809         don't hide scroll bars under FSF Emacsen because it may incur an
10810         undesirable redrawing.
10811
10812 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10813
10814         * wl-draft.el (wl-draft-edit-string): Call
10815         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10816
10817 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10818
10819         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10820
10821 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10822
10823         * wl-summary.el (wl-summary-msgdb-load-async): Call
10824         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10825
10826 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10827
10828         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10829         fringes in demo buffer; center bitmap logo correctly even if old
10830         Mule is used.
10831
10832 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10833
10834         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10835
10836         * wl-refile.el (wl-refile-subject-alist): New variable.
10837         (wl-refile-subject-alist-file-name): Ditto.
10838         (wl-refile-alist-setup): Rewrite.
10839         (wl-refile-alist-save): Use `elmo-object-save'.
10840         Eliminated arguments.
10841         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10842         (wl-refile-guess-by-subject): New function.
10843         (wl-refile-guess-func-list): Added it.
10844
10845 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10846
10847         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10848         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10849
10850 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10851
10852         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10853         New buffer-local variable.
10854         (wl-summary-buffer-next-folder-func): Ditto.
10855         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10856         if non-nil.
10857         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10858         if non-nil.
10859         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10860         if non-nil.
10861         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10862         if non-nil.
10863
10864 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10865
10866         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10867         permanently in the demo buffer.
10868
10869 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10870
10871         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10872         `mime-entity-fetch-field'.
10873
10874         * wl.el (wl-exit): Delete plugged buffer.
10875
10876         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10877         XEmacs has menubar feature.
10878
10879 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10880
10881         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10882         cannot arrive at the beginning of the buffer under old Emacsen.
10883
10884 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10885
10886         * wl-address.el (wl-address-ldap-search):
10887         Call `ldap-search-entries' with `withdn' argument t.
10888         (wl-complete-field-body): Bind completion-ignore-case as t.
10889         Clear ldap search hash when it was sole completion.
10890         Use elmo-string for pattern string.
10891         (wl-ldap-alias-safe-string): Eliminated needless let.
10892
10893 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10894
10895         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10896         (wl-ldap-alias-sep): New constant.
10897         (wl-ldap-search-attribute-type-list): Ditto.
10898         (wl-ldap-get-value): New function.
10899         (wl-ldap-make-filter): Ditto.
10900         (wl-ldap-make-matched-value-list): Ditto.
10901         (wl-ldap-alias-safe-string): Ditto.
10902         (wl-ldap-register-dn-string): Ditto.
10903         (wl-address-ldap-search): Rewrite.
10904
10905 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10906
10907         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10908         thread is deleted.
10909         (wl-thread-delete-line-from-buffer): Ditto.
10910         (wl-thread-get-exist-children): New function.
10911
10912 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10913
10914         * wl-demo.el (wl-demo): Made it to select various image types.
10915         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10916         from `wl-title-logo'.
10917         (wl-logo-ascii): New variable.
10918         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10919         (wl-demo-copyright-notice): New constant.
10920
10921         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10922
10923 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10924
10925         * wl-vars.el (wl-summary-target-above): Renamed from
10926         wl-summary-temp-above.
10927         * wl-score.el (wl-score-get-score-alist): Use it.
10928         (wl-summary-score-update-all-lines): Use it.
10929         * wl-summary.el: Ditto. (make-variable-buffer-local).
10930
10931 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10932
10933         * wl-vars.el (wl-ldap-port): New user option.
10934
10935         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10936         Rewite whole implementation.
10937         (wl-complete-field-body): Fixed.
10938
10939 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10940
10941         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10942         Choose implementation at compile time.
10943
10944 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10945
10946         * wl-address.el (wl-ldap-search-internal): New function.
10947         (wl-complete-field-to): Use it.
10948
10949 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10950
10951         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10952         Use `let' instead of `let*'.
10953         Require 'wl-vars.
10954
10955         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10956         Define as defcustom.
10957         (wl-ldap-base): Ditto.
10958         (wl-use-ldap): Ditto.
10959
10960 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10961
10962         * wl-address.el (wl-ldap-search): New function.
10963         (wl-complete-field-body): Use `wl-ldap-search'.
10964         (wl-ldap-server): New variable.
10965         (wl-ldap-base): Ditto.
10966         (wl-use-ldap): Ditto.
10967
10968 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10969
10970         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10971         (Pointed out by Mito <mit@nines.nec.co.jp>).
10972         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10973         buffer-local variables like `wl-summary-redisplay-internal'.
10974         (wl-summary-redisplay-all-header): Likewise.  Update
10975         Summary view too.
10976
10977 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10978
10979         * wl-summary.el (wl-summary-jump-to-parent-message):
10980         Consider prefix argument.
10981
10982         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10983         when closed thread is deleted.
10984
10985 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10986
10987         * wl-summary.el (wl-summary-jump-to-parent-message):
10988         Consider thread modification.
10989
10990 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10991
10992         * wl-message.el (wl-message-normal-get-original-buffer): Use
10993         `save-excursion'.
10994
10995         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10996         (wl-summary-showto-folder-regexp): Ditto.
10997
10998 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10999
11000         * wl-util.el (wl-delete-alist): Doc fix.
11001         (wl-delete-associations): New function.
11002         (wl-inverse-alist): New function.
11003         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
11004         Split temporary variables. Use `wl-delete-associations'
11005         and `wl-inverse-alist'.
11006         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
11007
11008 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
11009
11010         * wl-folder.el (wl-folder-prefetch-entity):
11011         Execute prefetching if new count is unknown.
11012
11013 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11014
11015         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11016
11017         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11018         delete entity.
11019         (wl-thread-set-parent): If insert as top, set linked as nil.
11020
11021         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11022         `wl-thread-cleanup-symbols' when view mode is thread.
11023
11024 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11025
11026         * wl-folder.el (wl-folder-create-folder-entity): Use
11027         with-current-buffer.
11028         (wl-local-folder-init): Call set-buffer to make sure we are in
11029         the Folder buffer. Don't touch buffer-local variables here.
11030         (wl-folder-mode): Initialize buffer-local variables here.
11031
11032         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11033         (wl-folder-entity-assign-id): Ditto.
11034         (wl-folder-create-entity-hashtb): Ditto.
11035         (wl-local-folder-init): Ditto.
11036         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11037
11038 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11039
11040         * wl-summary.el (wl-summary-default-from): Fix probrem when
11041         std11-extract-address-components return (nil "foo@bar").
11042
11043 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11044
11045         * wl-draft.el (wl-draft-clone-local-variables):
11046         Remove redundant `setq'.
11047
11048 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11049
11050         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11051         Bind wl-highlight-x-face-func as nil while highlighting header.
11052
11053 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11054
11055         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11056
11057 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11058
11059         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11060         elmo-msgdb-overview-hashtb from copy-variables.
11061         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11062         instead of `elmo-msgdb-overview-get-entity-by-number'.
11063         (wl-summary-auto-refile): Ditto.
11064
11065         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11066         `elmo-msgdb-overview-get-entity' instead of
11067         `elmo-msgdb-search-overview-entity'.  Use
11068         `elmo-msgdb-overview-get-entity' instead of
11069         `elmo-msgdb-overview-get-entity-by-number'.
11070         (wl-thread-insert-entity-sub): Ditto.
11071         (wl-thread-insert-message): Ditto.
11072
11073         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11074         `elmo-msgdb-overview-get-entity'.
11075         (wl-normal-message-redisplay): Ditto.
11076
11077 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11078
11079         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11080         `wl-thread-entities'.
11081         (wl-thread-delete-message): Fix remove top message from
11082         `wl-thread-entity-list'.
11083
11084         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11085         wl-append(nconc), because update-list is broken on Meadow.
11086
11087         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11088         updating process.
11089         (wl-summary-rescan): Ditto.
11090         (wl-summary-sync-update3): Ditto.
11091         * wl-thread.el (wl-thread-set-parent): Renamed from
11092         `wl-summary-set-parent'.
11093         (wl-thread-insert-message): Updating buffer faster.
11094         (wl-thread-delete-message): Updating buffer faster.
11095
11096         * wl-score.el (wl-summary-score-update-all-lines): Changed
11097         interval for display progress gauge.
11098
11099 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11100
11101         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11102         folder always-sticky.
11103         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11104         defmacro.
11105
11106 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11107
11108         * wl-vars.el (wl-draft-add-references): New user option.
11109
11110         * wl-draft.el (wl-draft-add-references): New function.
11111         (wl-draft-yank-from-mail-reply-buffer): Use it.
11112         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11113         as nil.
11114
11115 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11116
11117         * wl-thread.el (wl-thread-update-line-msgs): Called
11118         `wl-thread-update-line-on-buffer-sub'.
11119         (wl-thread-update-line-on-buffer): Delete routine of inserting
11120         thread.
11121         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11122         moved from `wl-thread-update-line-on-buffer'.
11123         Add threshold for displaying progress gauge.
11124         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11125         argument of `wl-thread-update-line-msgs'.
11126         Add threshold for displaying progress gauge.
11127         * wl-folder.el:
11128         Add threshold for displaying progress gauge.
11129         * wl-score.el: Ditto.
11130
11131         * wl-expire.el (wl-summary-expire): Display deleting info.
11132
11133 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11134
11135         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11136         `no-msg'.
11137         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11138         argument of `wl-thread-update-line-msgs'.
11139         (wl-summary-set-parent): Added optional argument `parent-number'.
11140         (wl-summary-buffer-saved-message): New buffer local variable.
11141         (wl-summary-save-current-message): New command.
11142         (wl-summary-yank-saved-message): Ditto.
11143         (wl-summary-mode-map): Added key binding for
11144         `wl-summary-save-current-message' (\ew) and
11145         `wl-summary-yank-saved-message' (\C-y).
11146         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11147
11148 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11149
11150         * wl-summary.el (wl-summary-mode-map): Added key binding for
11151         `wl-summary-set-parent' (ts).
11152
11153 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11154
11155         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11156         subject faster. If thread number is reverse, delayed updating
11157         thread.
11158         (wl-summary-search-by-subject): Ditto.
11159         (wl-summary-put-alike): Ditto.
11160         (wl-summary-get-alike): Ditto.
11161         (wl-summary-insert-headers): Insert header of all overview in
11162         buffer.
11163         (wl-summary-rescan): Delayed updating thread. Kill search subject
11164         buffer for wl-summary-search-by-subject.
11165         (wl-summary-sync-update3): Ditto.
11166         (wl-summary-exit): Ditto.
11167         (wl-summary-goto-bottom-of-current-thread): Change for linked
11168         thread.
11169         (wl-summary-overview-create-summary-line): Change line for linked
11170         thread.
11171
11172         * wl-summary.el (wl-summary-update-thread): Use
11173         wl-thread-maybe-get-children-num.
11174         (wl-summary-set-parent): If change parent, move sub thread.
11175         (wl-summary-redisplay-internal): Add horizontal recenter.
11176         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11177
11178         * wl-thread.el (wl-thread-entity-get-linked): New function.
11179         (wl-thread-entity-set-linked): New function.
11180         (wl-thread-create-entity): Add linked element.
11181         (wl-thread-entity-insert-as-top): Use wl-append.
11182         (wl-thread-maybe-get-children-num): If closing thread, return
11183         children msgs.
11184         (wl-thread-update-line-msgs): Displaying progress message.
11185         (wl-thread-update-line-on-buffer-sub): Use
11186         wl-thread-maybe-get-children-num.
11187         (wl-thread-update-line-on-buffer): If update line is not exists,
11188         insert thread.
11189         (wl-thread-delete-message): If delete top msg of thread, search
11190         parent by subject.
11191         (wl-thread-insert-entity): Use
11192         wl-thread-maybe-get-children-num.
11193
11194         * wl-highlight.el (wl-highlight-summary-current-line): change
11195         sregexp for linked thread.
11196         * wl-util.el (wl-count-lines): Count lines.
11197         (wl-horizontal-recenter): horizontal recenter.
11198         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11199         (wl-score-get-alike): Ditto.
11200         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11201         (wl-subject-length-limit): New variable.
11202         (wl-highlight-thread-indent-string-regexp): Changed for linked
11203         thread.
11204
11205 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11206
11207         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11208         New variable (revival).
11209         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11210         by subject matching if there's no in-reply-to nor references field
11211         (revival).
11212
11213 \f
11214 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11215
11216         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11217         message.
11218
11219 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11220
11221         * wl-summary.el (wl-summary-reply): Return t if there was a
11222         message at cursor point.
11223         Added unwind-protect.
11224         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11225         returns t.
11226         (wl-summary-cancel-message): Do nothing when there's no message at
11227         cursor point.
11228         (wl-summary-forward): Ditto.
11229         (wl-summary-jump-to-parent-message): Ditto.
11230         (wl-summary-reedit): Ditto.
11231         (wl-summary-edit-addresses): Ditto.
11232         (wl-summary-pipe-message): Ditto.
11233         (wl-summary-print-message-with-ps-print): Ditto.
11234         (wl-summary-print-message): Ditto.
11235         (wl-summary-mark-as-important): Ditto.
11236         (wl-summary-mark-as-unread): Ditto.
11237
11238         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11239         message at cursor point.
11240         (wl-summary-reply-with-citation): Remove unwind-protect.
11241
11242         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11243         subject searching feature.
11244         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11245         Eliminated.
11246
11247 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11248
11249         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11250         New variable.
11251         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11252         by subject matching if there's no in-reply-to nor references field.
11253
11254         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11255
11256         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11257         when display is finished.
11258         (wl-folder-open-all): Ditto.
11259         (wl-folder-update-access-group): Ditto.
11260         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11261         * wl-thread.el (wl-thread-close-all): Ditto.
11262
11263         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11264         progress gauge only when it was displayed.
11265         * wl-folder.el (wl-folder-insert-entity): Ditto.
11266
11267 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11268
11269         * wl-summary.el (wl-summary-incorporate): Enclose
11270         `wl-summary-sync-force-update' with save-excursion.
11271
11272 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11273
11274         * wl-summary.el (wl-summary-prefetch-region):
11275         Pass current cursor point to `pos-visible-in-window-p' after
11276         moving cursor to the started point.
11277
11278 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11279
11280         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11281
11282         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11283         fields from the forwarding message.
11284         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11285         `ignored-fields'.
11286
11287 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11288
11289         * wl-mime.el (wl-message-request-partial):
11290         Eliminated argument `msgdb'.
11291         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11292         (wl-mime-combine-message/partial-pieces): Likewise.
11293         * tm-wl.el (wl-message-request-partial): Likewise.
11294         (wl-mime-combine-message/partial-pieces): Likewise.
11295
11296 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11297
11298         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11299         when display is finished.
11300
11301 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11302
11303         * wl-summary.el (wl-summary-goto-folder-subr):
11304         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11305
11306 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11307
11308         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11309         when cursor point is visible.
11310
11311 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11312
11313         * wl-expire.el (wl-expire-archive-get-max-number):
11314         Don't use `file-name-directory'.
11315
11316 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11317
11318         * wl-expire.el (wl-expire-archive-get-max-number):
11319         Use `file-name-directory'.
11320
11321 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11322
11323         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11324         only when there is progress.
11325
11326 2000-04-13  Mito <mit@nines.nec.co.jp>
11327
11328         * wl-summary.el (wl-summary-sync-marks): Display progress.
11329
11330 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11331
11332         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11333         (wl-summary-prev): Move cursor regardless of unread status.
11334         (wl-summary-next): Ditto.
11335
11336 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11337
11338         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11339         Added argument `target' and `number'.
11340         * tm-wl.el (wl-summary-burst-subr): New function.
11341         (wl-summary-burst): Use it.
11342
11343 2000-04-10  Mito <mit@nines.nec.co.jp>
11344
11345         * wl-mime.el (wl-burst): New function.
11346         (wl-summary-burst): Use it.
11347
11348 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11349
11350         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11351         as petname when there's no candidate.
11352
11353 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11354
11355         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11356         New variable.
11357         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11358
11359         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11360
11361         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11362
11363 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11364
11365         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11366         Use substring of `original' instead of buffer-substring.
11367         (wl-refile-evaluate-rule):
11368         Set `original' argument of wl-refile-expand-newtext.
11369
11370         * wl-summary.el
11371         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11372         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11373         (wl-summary-auto-refile): Check existence of destination folder just
11374         before marking.
11375
11376 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11377
11378         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11379         when wl-refile-get-field-value return nil.
11380
11381 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11382
11383         * wl-refile.el
11384         (wl-refile-expand-newtext): New function imported from Gnus.
11385         (wl-refile-evaluate-rule): Use it.
11386
11387 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11388
11389         * wl-summary.el (wl-summary-print-destination):
11390         Duplicate folder string to avoid putting text-property on
11391         original string.
11392
11393         * wl-refile.el (wl-refile-get-field-value): New function.
11394         (wl-refile-evaluate-rule): New function;
11395         Evaluate refile rule recursively.
11396         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11397         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11398         New function; Check existence of a target folder recursively.
11399         (wl-summary-auto-refile-check-refile-rule-alist):
11400         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11401
11402 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11403
11404         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11405
11406         * wl-folder.el (wl-create-folder-entity-from-buffer):
11407         Fixed problem when '}' character is contained in folder name.
11408
11409         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11410
11411 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11412
11413         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11414         (wl-fldmgr-add-completion-all-completions):
11415         Use wl-fldmgr-add-completion-hashtb.
11416
11417 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11418
11419         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11420         wl-fldmgr-add-completion-subr): New functions.
11421         * wl-folder.el (wl-folder-completion-func): New variable.
11422         * wl-summary.el (wl-summary-read-folder):
11423         Use wl-folder-completion-func.
11424
11425         * wl-refile.el: Eliminate throw & catch.
11426
11427         * wl.el (wl-plugged-sending-queue-status): Fixed.
11428
11429 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11430
11431         * wl-draft.el (wl-draft): Put category property on
11432         mail-header-separator.