* wl/wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local...
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
4         * wl-mime.el (wl-draft-preview-message): Ditto.
5
6 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * wl-demo.el: Prune functions provided temporarily to avoid
9         compile warnings in the end.
10
11 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
12
13         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
14         the registered messages unless specified folder is a spam folder.
15         Add docstring.
16         (wl-spam-register-good-messages): Remove spam mark from
17         the registered messages.  Add docstring.
18         (wl-summary-register-as-spam)
19         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
20         (wl-summary-register-as-spam-all)
21         (wl-summary-target-mark-register-as-spam)
22         (wl-summary-register-as-good)
23         (wl-summary-register-as-good-region, wl-thread-register-as-good)
24         (wl-summary-register-as-good-all)
25         (wl-summary-target-mark-register-as-good): Add docstring.
26
27 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
28
29         * wl-summary.el: Delete trailing whitespace.
30
31 2010-08-27  Kenichi Okada  <okada@opaopa.org>
32
33         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
34         message human-readable.
35
36 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
37
38         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
39         (wl-highlight-folder-current-line): Ditto.
40         * wl-xmas.el (wl-draft-insert-signature): Ditto.
41         (wl-highlight-folder-current-line): Ditto.
42
43 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl-address.el (wl-address-make-alist-from-alias-file): Use
46         `(delete-char -1)' instead of `(delete-backward-char 1)' that
47         deletes region in Emacs 24.
48         See delete-active-region described in NEWS.
49         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
50         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
51
52 2010-08-14  David Maus  <dmaus@ictsoc.de>
53
54         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
55         edit draft message when in draft folder.
56
57 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
60         instead of (delete-backward-char 1) that deletes region in Emacs 24.
61         See delete-active-region described in NEWS.
62
63 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
64
65         * wl-spam.el (wl-summary-register-as-spam-region)
66         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
67         (wl-thread-register-as-good): New functions.
68         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
69
70 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
71         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
72         images for the icon if there is only one image.
73
74 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
77         newline.
78         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
79         so as to match header tokens strictly.
80
81 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
82
83         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
84         for the message not classified as spam.
85         (wl-summary-test-spam-messages): New function.
86         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
87         instead of `wl-spam-map-spam-messages'.
88
89 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
90
91         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
92         (wl-summary-define-mark-action): Define unmark functions.
93         (wl-summary-unmark): Add the second argument `mark'.
94         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
95
96 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
97
98         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
99         autodecryption for draft preview.
100
101 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
102         * wl-summary.el (toplevel): New function
103         `wl-summary-toggle-mime-buttons' and keybinding to toggle
104         visibility of MIME buttons in message view mode.
105
106 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
107
108         * Version number is increased to 2.15.9.
109
110 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * wl-score.el (wl-score-followup): Remove verbose comment (same as
113         docstring).
114
115         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
116         Revert `save-excursion' for `wl-summary-jump-to-msg'.
117
118 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
119
120         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
121         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
122         semicolons, that should start at the left margin.
123         See. also (Info-goto-node "(elisp)Comment Tips").
124         * wl-acap.el (wl-acap-store): Ditto.
125         * wl-action.el (wl-summary-unset-mark): Ditto.
126         * wl-address.el (wl-address-ldap-search): Ditto.
127         * wl-demo.el (wl-demo-insert-image): Ditto.
128         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
129         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
130         (wl-draft-previous-history-element): Ditto.
131         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
132         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
133         (wl-folder-mode-map, wl-folder-get-prev-folder)
134         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
135         (wl-folder-check-entity-async)
136         (wl-create-folder-entity-from-buffer): Ditto.
137         * wl-fldmgr.el (toplevel): Ditto.
138         * wl-message.el (wl-message-buffer-cache-sort)
139         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
140         Ditto.
141         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
142         Ditto.
143         * wl-summary.el (toplevel, wl-summary-mode)
144         (wl-summary-edit-addresses, wl-summary-sync-update)
145         (wl-summary-stick): Ditto.
146         * wl-thread.el (toplevel, wl-thread-insert-message)
147         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
148         * wl-util.el (toplevel): Ditto.
149         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
150         Ditto.
151
152 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
153
154         * Version number is increased to 2.15.8.
155
156         * wl-message.el (wl-message-uu-substring): Suppress compile
157         warnings; Use `with-current-buffer' instead of `save-excursion' &
158         `set-buffer'.
159         * wl-mime.el (wl-draft-yank-current-message-entity)
160         (wl-mime-preview-follow-no-mime)
161         (wl-mime-preview-follow-current-region): Ditto.
162         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
163         (wl-summary-switch-to-clone-buffer)
164         (wl-summary-target-mark-forward)
165         (wl-summary-target-mark-reply-with-citation)
166         (wl-summary-target-mark-uudecode): Ditto.
167
168         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
169         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
170         * wl-summary.el (wl-summary-narrow-to-region)
171         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
172
173         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
174         instead of `int-to-string'.
175         * wl-dnd.el (wl-dnd-start-drag): Ditto.
176         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
177         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
178         * wl-util.el (wl-url-nntp): Ditto.
179
180         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
181         (wl-plugged-dop-queue-status): Don't quote `lambda'.
182         * wl-thread.el (wl-thread-delete-message): Ditto
183         * wl-summary.el (wl-summary-edit-addresses)
184         (wl-summary-edit-addresses-collect-candidate-fields)
185         (wl-summary-search-by-subject): Ditto.
186         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
187         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
188         (wl-fldmgr-add-completion-subr): Ditto.
189         * wl-draft.el (wl-smtp-extension-bind)
190         (wl-draft-insert-get-message, wl-draft-default-headers)
191         (wl-jump-to-draft-buffer): Ditto.
192         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
193         (wl-summary-down): Ditto.
194         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
195         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
196         * wl-folder.el (wl-folder-make-save-access-list)
197         (wl-folder-update-access-group, wl-folder-pick): Ditto.
198
199 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
200
201         * wl-draft.el (wl-draft-default-headers): Suppress warning
202         "defsubst `wl-draft-default-headers' was used before it was
203         defined"; Use `defun' instead of `defsubst'.
204
205         * wl-address.el (wl-address-header-extract-address)
206         (wl-address-header-extract-realname): Fix mail-address in
207         docstring.
208
209         * wl-expire.el (wl-expire-make-sortable-date): Macro to
210         inline-function.
211         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
212         Macro to function.
213         (wl-folder-get-entity-from-buffer): Macro to function.
214         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
215         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
216         * wl.el (wl-plugged-string): Macro to function.
217
218         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
219         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
220         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
221         Macro to function.
222
223         * wl-thread.el (wl-thread-open, wl-thread-close): Use
224         `point-at-bol', `point-at-eol'.
225
226         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
227         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
228         `(string-to-char " ")' instead of `? ', `?\ '.
229         * wl-action.el (wl-summary-print-argument): Ditto.
230         * wl-address.el (wl-complete-field-body): Ditto.
231         * wl-demo.el (wl-demo-insert-image): Ditto.
232         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
233         * wl-util.el (wl-ask-folder, wl-set-string-width)
234         (wl-y-or-n-p-with-scroll): Ditto.
235
236         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
237         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
238         verbose point move.
239
240         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
241         and `point-at-eol'.
242         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
243         Ditto.
244
245 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
246
247         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
248         `(beginning-of-line) (point)'.
249
250         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
251         (wl-fldmgr-delete-line): Change from macro to function. Use
252         `point-at-bol' and `point-at-eol'.
253
254         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
255         `function' for lambda.
256
257         * wl.el (wl-plugged-server-indent): Change from macro to function.
258
259         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
260
261         * wl-draft.el (wl-draft-config-body-goto-header)
262         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
263         macro to function.
264
265         * wl-score.el (wl-score-get-alike): Change from macro to
266         inline-function.
267
268         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
269         instead of `mapcar'. Don't use `function' for lambda.
270         (wl-read-search-condition-internal): Don't use `function' for
271         lambda.
272         (wl-kill-buffers): Change from macro to function.
273         (wl-count-lines): Change from macro to inline-function.
274
275         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
276
277         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
278
279         * wl.el (wl-plugged-change): Suppress compile warnings; Use
280         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
281         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
282         * wl-address.el (wl-complete-window-show): Ditto.
283         * wl-message.el (wl-message-select-buffer): Ditto.
284         * wl-template.el (wl-template-show): Ditto.
285         * wl-util.el (wl-collect-summary): Ditto.
286         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
287         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
288         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
289         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
290         (wl-score-edit-insert-number): Ditto.
291
292         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
293         symbol.
294
295         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
296         of `goto-line'.
297
298         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
299
300 2009-12-16  Lloyd Zusman <ljz@asfast.com>
301
302         * wl-summary.el (wl-summary-detect-mark-position): Force
303         the temporary buffer to enable the use of multibyte characters
304         within searches [wl-en:2460].
305
306 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
307
308         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
309         of `beginning-of-buffer'.
310
311 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
312
313         * wl-summary.el (wl-summary-display-raw): New function, display
314         message in raw format.
315
316 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
317
318         * Version number is increased to 2.15.7.
319
320 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
321
322         * wl-summary.el (wl-summary-previous-message-number): New function.
323         (wl-summary-next-message-number): Ditto.
324         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
325         `wl-summary-next-message-number'.
326         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
327         Inline temporary variable `cur-id'.
328         (wl-summary-get-next-unread-folder): Ditto.
329         (wl-summary-get-next-folder): Ditto.
330         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
331
332 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
333
334         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
335
336 2008-09-05  Kenichi Okada  <okada@opaopa.org>
337
338         * wl-summary.el (wl-summary-buffer-folder-name)
339         (wl-draft-config-body-goto-header): Use backquote instead of quote.
340         * wl-draft.el (wl-draft-body-goto-top)
341         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
342
343 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
344
345         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
346         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
347
348 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
349
350         * wl-expire.el: Fix Comentary section.
351
352 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
353
354         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
355         Require mime-parse, elmo-mime, and wl-util.
356
357         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
358
359         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
360
361 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
362
363         * wl-template.el: Require elmo-util and wl-vars.
364
365         * wl-mime.el (wl-mime-display-header): Revert last change.
366         Remove `delete-matching-lines "^$"'.
367
368 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
369
370         * wl-mime.el (wl-define-dummy-functions): Split
371         `eval-when-compile' form for avoid error; when `make
372         compile-strict.
373
374         * wl-util.el: Move (eval-when-compile (require 'static)).
375         * wl-dnd.el: Add (eval-when-compile (require 'static)).
376         * wl-message.el: Ditto.
377
378         * wl-mime.el (wl-message-delete-current-part): Use
379         `insert-buffer-substring' instead of `insert-buffer'.
380         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
381         * wl-draft.el (wl-draft-generate-clone-buffer)
382         (wl-draft-do-mime-bcc): Ditto.
383
384         * wl-address.el: Add (eval-when-compile (require 'cl)).
385         * wl-addrmgr.el: Ditto.
386         * wl-mime.el: Ditto.
387         * wl-util.el: Ditto.
388         * wl-score.el: Ditto.
389
390 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
391
392         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
393         `string-to-int'.
394
395         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
396         `string-to-int'.
397
398         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
399         `string-to-number' instead of `string-to-int'.
400
401         * wl-summary.el (wl-summary-get-list-info)
402         (wl-summary-message-number): Use `string-to-number' instead of
403         `string-to-int'.
404
405         * wl-score.el (wl-score-overview-entity-get-lines)
406         (wl-score-set-mark-below, wl-score-set-expunge-below)
407         (wl-summary-increase-score, wl-score-get-header-entry): Use
408         `string-to-number' instead of `string-to-int'.
409
410         * wl-folder.el (wl-folder-update-diff-line): Use
411         `string-to-number' instead of `string-to-int'.
412
413         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
414         instead of `string-to-int'.
415
416         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
417         instead of `string-to-int'.
418
419         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
420         `string-to-int'.
421
422 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
423
424         * wl-util.el (wl-match-string, wl-match-buffer)
425         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
426         (wl-kill-buffers, wl-local-variable-p)
427         (wl-line-formatter-setup): New backquote style.
428         (wl-count-lines): Use quote instead of backquote.
429
430         * wl-summary.el (wl-summary-buffer-folder-name)
431         (wl-summary-get-alike): Use quote instead of backquote.
432         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
433         backquote style.
434
435         * wl-message.el (wl-message-buffer-cache-buffer-get)
436         (wl-message-buffer-cache-folder-get)
437         (wl-message-buffer-cache-message-get)
438         (wl-message-buffer-cache-entry-make)
439         (wl-message-buffer-cache-hit): New backquote style.
440
441         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
442         backquote.
443         (wl-folder-unread-regex, wl-folder-entity-exists-p)
444         (wl-folder-clear-entity-info)
445         (wl-folder-get-entity-info, wl-folder-set-entity-info)
446         (wl-folder-elmo-folder-cache-get)
447         (wl-folder-elmo-folder-cache-put): New backquote style.
448
449         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
450         (wl-fldmgr-assign-id): Ditto.
451         (wl-fldmgr-delete-line): Use quote instead of backquote.
452         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
453
454         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
455         (wl-draft-set-sent-message): New backquote style.
456         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
457         (wl-draft-config-body-goto-header): Use quote instead of backquote.
458
459 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
460
461         * wl-address.el (wl-address-concat-token): Fix typo.
462
463 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
464
465         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
466         (wl-score-get-alike): Ditto.
467
468         * wl-vars.el: New backquote style.
469         (wl-message-header-button-alist): Use quote instead of backquote.
470
471         * wl.el (wl-plugged-string): New backquote style.
472
473         * wl-address.el (wl-address-concat-token): New backquote style.
474
475         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
476
477 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
478
479         * wl-highlight.el (wl-highlight-folder-opened-regexp)
480         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
481
482         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
483         in the character alternative.
484
485 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
486
487         * Version number is increased to 2.15.6.
488
489 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
490
491         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
492         optional 3rd argument of epg-context-set-progress-callback; it was
493         temporarily removed in the Emacs trunk due to copyright problem.
494         (wl-mime-pgp-verify-region-with-epg): Ditto.
495
496 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
497
498         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
499
500 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-util.el (wl-biff-check-folders): Set biff flag.
503         (from Naoto Morishima [wl:14031])
504
505 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
506
507         * wl.el (wl-plugged-server-indent): Use quote instead of
508         backquote.
509
510 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
511
512         * wl-score.el (wl-score-insert-header): Add guard for
513         `std11-unfold-string'.
514         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
515         TYPE artgument when TO or CC field.
516
517 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-summary.el (wl-summary-goto-folder-subr): Call
520         `elmo-folder-close' instead of `elmo-folder-commit' if discard
521         current summary.
522
523 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-util.el (wl-read-shell-commande): New function or alias.
526
527         * wl-summary.el (wl-summary-pipe-message): Use
528         `wl-read-shell-command' instead of `read-string'.
529         (wl-summary-target-mark-pipe): Ditto.
530
531 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-summary.el (wl-summary-reply): Fix docstring.
534         * wl-draft.el (wl-draft-reply): Ditto.
535
536 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-mime.el (wl-summary-extract-attachments): New command.
539         (wl-summary-extract-attachments-1): New internal function.
540
541 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-expire.el (wl-expire-folder): New function (split from
544         wl-summary-expire).
545         (wl-summary-expire): Use it. Add argument `all' instead of remove
546         `nolist'. Cause an error only if this function is calling
547         interactively.
548
549 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-expire.el (wl-expire-refile): Display progress message.
552         (wl-summary-expire): Simplify.
553
554         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
555         unused argument `deleting-info'.
556
557 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-vars.el (wl-message-popup-buffers): New user option.
560
561         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
562         (wl-message-delete-popup-windows): New function that substitues
563         above one.
564         (wl-mime-setup): Follow the above change.
565
566 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
567
568         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
569
570 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
571
572         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
573         "tkm" to wl-thread-spam.
574
575 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
576
577         * wl-thread.el (wl-thread-entity-insert-as-children): Use
578         wl-thread-entity-set-children.
579         (wl-thread-insert-message, wl-thread-insert-entity-sub,
580         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
581         Use wl-thread-entity-get-*.
582
583 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-mime.el (wl-epg-progress-callback): New function.
586         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
587         with `elmo-with-progress-display'. Set a progress callback
588         function to epg-context.
589         (wl-mime-pgp-verify-region-with-epg): Ditto.
590
591 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-util.el (wl-completing-read-multiple): Define as an alias of
594         `completing-read-multiple' if emacs-version is not less than 22.
595
596 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
599         change.
600
601 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-summary.el (wl-summary-sync-update): Move
604         `wl-thread-update-indent-string-thread' to outside of
605         `elmo-with-progress-display'.
606
607 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-message.el (wl-message-exit): Check buffer existence.
610
611 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-util.el (wl-simple-display-progress): New function.
614         (wl-display-progress-with-gauge): Ditto.
615         (wl-progress-callback-function): Ditto.
616
617         * wl.el (wl-init): Set `elmo-progress-callback-function' as
618         `wl-progress-callback-function'
619
620         * wl-vars.el (wl-display-progress-threshold): New user option.
621         (wl-display-progress-function): Ditto.
622
623         * Version number is increased to 2.15.5.
624
625 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-thread.el (wl-thread-close-children): New function.
628         (wl-thread-open-children): Ditto.
629         * wl-action.el (wl-summary-set-mark): Redo the last change by
630         using it.
631
632         * wl-action.el (wl-summary-set-mark): Undo the last change.
633         Forbid interactive call.
634
635 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-mime.el (wl-define-dummy-functions): New macro.
638         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
639         `wl-mime-pgp-decrypt-region'.
640         (wl-mime-pgp-verify-region-with-epg): Renamed from
641         `wl-mime-pgp-verify-region'.
642         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
643         `wl-mime-pgp-decrypt-region'.
644         (wl-mime-pgp-verify-region-with-pgg): Renamed from
645         `wl-mime-pgp-verify-region'.
646         (wl-mime-pgp-decrypt-region): New function; To select dispatch
647         function at runtime.
648         (wl-mime-pgp-verify-region): Ditto.
649
650         * wl-vars.el (wl-use-pgp-module): New user option.
651
652 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
655         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
656
657 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
660         even if there are target marks only.
661
662 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * Version number is increased to 2.15.4.
665
666 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-folder.el (wl-folder-check-one-entity): Simplify.
669
670 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
671
672         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
673         variable.
674
675 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
676
677         * wl-spam.el (wl-thread-test-spam): New function.
678         (wl-spam-setup): Bind "tkc".
679
680 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-expire.el (wl-folder-expire-entity): Rewite without
683         `wl-summary-goto-folder-subr'.
684         (wl-folder-expire-current-entity): Don't kill summary buffer.
685
686 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-folder.el (wl-folder-sync-entity): Rewrite without
689         `wl-summary-goto-folder-subr'.
690         (wl-folder-mark-as-read-all-entity): Likewise.
691
692         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
693
694 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
695
696         * wl-thread.el (wl-thread-force-open): Arranged.
697
698 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
701         from regexp.
702
703         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
704         (wl-read-search-condition-internal): Append them.
705
706 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-vars.el (wl-additional-search-condition-fields):
709         New user option.
710
711         * wl-util.el (wl-search-condition-fields): New function; export
712         from `wl-read-search-condition-internal'.
713         (wl-read-search-condition-internal): Use it.
714
715         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
716
717 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-summary.el (wl-summary-define-sort-command): New function.
720         (wl-summary-sort-by-date, wl-summary-sort-by-number)
721         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
722         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
723         define by `wl-summary-define-sort-command' at runtime.
724
725         * wl.el (wl-init): Call wl-summary-define-sort-command.
726
727 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
730         properties at the decrypting region.
731
732 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-util.el (wl-find-region): New function.
735
736         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
737         coding system.
738         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
739         property `wl-mime-decoded-coding-system'.
740         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
741         property `wl-mime-decoded-coding-system' to encode text.
742
743         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
744         message.
745         (wl-mime-pgp-verify-region): Ditto.
746
747 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
750         buffer. Use epa-display-verify-result.
751
752 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-draft.el (wl-draft-send): Continue even if setting parent
755         flag was failed.
756
757 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-message.el (wl-message-flag-indicator): Fixed the problem
760         of returning string only of parentheses.
761
762 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-summary.el (wl-summary-write): Add argument `folder'.
765         (wl-summary-write-current-folder): Change argument `folder' from
766         optional to require.
767         (wl-summary-get-buffer): Return the buffer associated folder only.
768
769         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
770         change.
771         (wl-folder-toggle-disp-summary): Ditto.
772
773         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
774         current summary as parent-folder.
775
776 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
777
778         * wl-draft.el (wl-draft-reedit): Don't overwrite
779         wl-draft-parent-folder.
780
781 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
784         (wl-mime-pgp-verify-region): Ditto.
785         (wl-message-decrypt-pgp-nonmime): Use the above function.
786         (wl-message-verify-pgp-nonmime): Likewise.
787         (wl-mime-preview-application/pgp): Likewise.
788
789 2006-04-20  Kenichi Okada  <okada@opaopa.org>
790
791         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
792         Fix about the order of `wl-nntp-posting-port' and
793         `wl-nntp-posting-stream-type'.
794         * wl.el (wl-plugged-port-label-alist): Add smtp.
795
796 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-summary.el (wl-summary-message-status): New macro.
799
800         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
801         (wl-summary-killed-mark): New user option.
802
803         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
804         API change.
805         (wl-thread-insert-entity-sub): Ditto.
806         (wl-thread-recover-messages): New command.
807
808         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
809         Don't call `wl-highlight-summary-current-line' directly.
810         (wl-summary-buffer-attach): Connect to signal `status-changed'
811         instead of `cache-changed'.
812         (wl-summary-buffer-detach): Follow the above change.
813         (wl-summary-detect-mark-position): Follow the API change.
814         (wl-summary-rescan-message): Ditto.
815         (wl-summary-insert-sequential): Ditto.
816         (wl-summary-update-thread): Ditto.
817         (wl-summary-message-mark): Ditto.
818         (wl-summary-persistent-mark): Ditto.
819         (wl-summary-create-line): Ditto.
820         (wl-summary-prefetch-region-no-mark): Call
821         `wl-summary-persistent-mark' with number.
822         (wl-summary-recover-messages-region): New command.
823         (wl-summary-target-mark-recover): Ditto.
824         (wl-summary-recover-message): Ditto.
825         (wl-summary-persistent-mark-string): Add argument `status' instead
826         of remove arguments `flags' and `cached'.  Treat killed status.
827         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
828
829         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
830         (wl-highlight-summary-line-face-spec): Treat killed status.
831         (wl-highlight-summary-line-string): Follow the API change.
832         (wl-highlight-summary-current-line): Ditto.
833
834         * Version number is increased to 2.15.3.
835
836 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
839         of symbolp to test whether the condition is function.
840
841 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
842
843         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
844         to nil.
845
846 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-summary.el (wl-summary-buffer-message-ring): New internal
849         variable.
850         (wl-summary-buffer-last-displayed-msg): Abolish.
851         (wl-summary-push-message): New function.
852         (wl-summary-pop-message): Ditto.
853         (wl-summary-goto-folder-subr): Reset
854         `wl-summary-buffer-message-ring'.
855         (wl-summary-pop-to-last-message): New command.
856         (wl-summary-goto-last-displayed-msg): Call
857         wl-summary-pop-to-last-message if optional argument is non-nil or
858         the last command is itself.
859         (wl-summary-redisplay-internal): Push last message number into
860         `wl-summary-buffer-message-ring'.
861
862         * wl-vars.el (wl-summary-message-ring-max): New user option.
863
864 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
867         from `wl-draft-reply').
868         (wl-draft-reply): Use it.
869         (wl-draft-find-reply-headers): Avoid compile warning.
870
871 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
874
875 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-message.el (wl-message-flag-indicator): New function.
878         (wl-message-redisplay): Use it.
879
880 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
881
882         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
883
884 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
887         instead of `read-event'.
888
889         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
890
891         * wl-mule.el (wl-read-event-char): Ditto.
892
893         * wl-e21.el (wl-read-event-char): Ditto.
894
895 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
896
897         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
898
899 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-vars.el (wl-draft-send-confirm-type): New user option.
902
903         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
904
905         * wl-draft.el (wl-draft-send-confirm): Confirmation by
906         `wl-draft-send-confirm-type'
907
908 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
911         Avoid error when the buffer name is already used.
912
913 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
914
915         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
916         the change of elmo-nmz -> elmo-search.
917         (wl-highlight-summary-line-help-echo-alist): Ditto.
918         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
919         (wl-nmz-folder-icon): Define as obsolete.
920         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
921         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
922
923 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * wl-summary.el (wl-summary-get-list-info): Rewrite with
926         `elmo-find-list-match-value'
927
928 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-summary.el (wl-summary-get-list-info): Optimize.
931         Use List-Id and List-Post also.
932
933 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
936
937 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
938
939         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
940
941 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-util.el (wl-completing-read-multiple-1): New internal function.
944         (wl-completing-read-multiple-2): Ditto.
945         (wl-completing-read-multiple): Define use above functions.
946
947         * wl-summary.el (wl-summary-sort): Removed the workaround for a
948         bug of `completing-read-multiple' about default value.
949
950         * wl-xmas.el (wl-completing-read-multiple): Removed.
951
952         * wl-mule.el (wl-completing-read-multiple): Ditto.
953
954         * wl-e21.el (wl-completing-read-multiple): Ditto.
955
956 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-util.el (wl-filter-associations): New function.
959
960         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
961         (wl-spam-ignored-folder-list): Ditto.
962         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
963         (wl-spam-string-member-p): New function.
964         (wl-spam-domain): Use it.
965         (wl-spam-split-numbers): New function.
966         (wl-spam-apply-partitions): Ditto.
967         (wl-spam-register-spam-messages): Use `folder' instead of
968         `wl-summary-buffer-elmo-folder'.
969         (wl-spam-register-good-messages): Ditto.
970         (wl-summary-exec-action-spam): Decide a domain by real folder of
971         message.
972         (wl-summary-exec-action-refile-with-register): Likewise.
973
974 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-e21.el (wl-e21-find-image): New function.
977         (wl-e21-setup-toolbar): Use it instead of `find-image'.
978         (wl-e21-highlight-folder-group-line): Ditto.
979         (wl-folder-init-icons): Ditto.
980         (wl-plugged-init-icons): Ditto.
981         (wl-biff-init-icons): Ditto.
982
983 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
986         (wl-inhibit-save-drafts): New internal variable.
987         (wl-disable-auto-save): Ditto.
988         (wl-save-drafts): Treat above variables.
989         (wl-auto-save-drafts): New function.
990         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
991         `wl-stop-save-drafts'.
992         (wl-start-save-drafts): New function.
993         (wl-stop-save-drafts): Ditto.
994         (wl-set-auto-save-draft): New command.
995
996         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
997         `wl-set-save-drafts'.
998
999 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1002         `make-local-variable' instead of `make-variable-buffer-local'.
1003
1004 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1005
1006         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1007
1008 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1011
1012 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1015         of working buffer.
1016
1017 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1020
1021         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1022         value into recipients; Bind `wl-draft-remove-group-list-contents'
1023         as nil.
1024
1025 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-summary.el (wl-summary-sort): Fixed the last change.
1028
1029         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1030         (wl-summary-sort-messages): Ditto.
1031         (wl-summary-rescan): Use it.
1032         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1033         `completing-read'; Append candidates for reverse order.
1034
1035 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * Version number is increased to 2.15.2.
1038
1039 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1040
1041         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1042         "Smaller".
1043         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1044
1045 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1048
1049 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1052         customize group `wl-draft'.
1053         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1054         `wl-draft'.
1055         (wl-draft-add-references): Ditto.
1056
1057         * wl-action.el (wl-summary-print-argument): Rename argument from
1058         `folder' to `data'.
1059
1060 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-summary.el (wl-summary-rescan-message): Call
1063         `wl-thread-cleanup-symbols' before insert thread.
1064
1065 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl.el (wl-init): Set `elmo-get-folder-function' as
1068         `wl-folder-make-elmo-folder'.
1069
1070         * wl-spam.el (wl-summary-exec-action-spam): Use
1071         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1072
1073         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1074         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1075         `elmo-make-folder'.
1076         (wl-folder-get-elmo-folder): Ditto.
1077         (wl-folder-create-subr): Simplify.
1078
1079 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1082
1083 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1086         contents in message buffer instead of original buffer. If optional
1087         argument specified, ask coding system for encode.
1088
1089 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1090
1091         * wl-spam.el (wl-summary-test-spam-region): New function.
1092         (wl-spam-setup): Bind "rkc".
1093
1094 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1097
1098 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1099
1100         * wl-spam.el (wl-summary-test-spam): Fix typo.
1101         (wl-message-check-spam): Ditto.
1102
1103 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-default-from): Simplify.
1106
1107 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1110         (wl-summary-exec-action-copy): Ditto.
1111         (wl-summary-auto-refile): Check existence of temporary mark.
1112
1113 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-create-line): Use
1116         `elmo-time-to-datevec'.
1117
1118         * wl-expire.el (wl-expire-archive-date): Ditto.
1119         (wl-expire-localdir-date): Ditto.
1120
1121         * wl-util.el (wl-day-number): Abolish.
1122
1123         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1124         of `wl-day-number'.
1125         (wl-score-followup): Ditto.
1126         (wl-score-add-followups): Ditto.
1127         (wl-score-get-latest-msgs): Ditto.
1128         (wl-score-get-header-entry): Ditto.
1129         (wl-score-edit-insert-date): Ditto.
1130
1131 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1132
1133         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1134         `elmo-message-entity-field' with 2nd argument `type'.
1135
1136 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1137
1138         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1139
1140 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-thread.el (wl-thread-delete-message): Delete descendant
1143         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1144
1145 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1146
1147         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1148
1149 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1150
1151         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1152         `Access folder'.
1153
1154 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-vars.el (wl-access-folder-icon): New user option.
1157
1158         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1159         `Access folder'.
1160
1161 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-summary.el (wl-summary-buffer-set-folder): Use
1164         `wl-folder-mime-charset'.
1165
1166         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1167         `mime-charset'.
1168         (wl-folder-get-elmo-folder): Ditto.
1169         (wl-folder-mime-charset): New function.
1170
1171 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-util.el (wl-parse-addresses): Define alias of
1174         `elmo-parse-addresses' (move to `elmo-util.el').
1175
1176         * wl-summary.el (wl-summary-default-from): Follow the API change.
1177         (wl-summary-overview-entity-compare-by-date): Ditto.
1178         (wl-summary-overview-entity-compare-by-from): Ditto.
1179         (wl-summary-get-list-info): Get value of `ml-info' field from
1180         entity at first.
1181         (wl-summary-rescan-message): Treat prefix argument.
1182         (wl-summary-prefetch-msg): Follow the API change.
1183         (wl-summary-search-by-subject): Ditto.
1184         (wl-summary-insert-thread): Ditto.
1185         (wl-summary-line-subject): Ditto.
1186         (wl-summary-line-from): Ditto.
1187         (wl-summary-create-line): Ditto.
1188         (wl-summary-print-message-with-ps-print): Ditto.
1189
1190         * wl-score.el (wl-score-ov-entity-get): Ditto.
1191         (wl-score-followup): Ditto.
1192         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1193         of `car'.
1194         (wl-score-get-latest-msgs): Follow the API change.
1195         (wl-score-get-header): Ditto.
1196
1197         * wl-refile.el (wl-refile-learn): Ditto.
1198         (wl-refile-subject-learn): Ditto.
1199         (wl-refile-get-field-value): Ditto.
1200         (wl-refile-guess-by-history): Ditto.
1201         (wl-refile-guess-by-subject): Ditto.
1202
1203         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1204
1205         * wl-expire.el (wl-expire-date-p): Removed.
1206         (wl-expire-archive-date): Follow the API change.
1207         (wl-expire-localdir-date): Ditto.
1208         (wl-summary-expire): Ditto.
1209
1210         * Version number is increased to 2.15.1.
1211
1212 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1213
1214         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1215         group is access or not (it is not strict, like wl-fldmgr-rename).
1216
1217 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1218
1219         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1220         duplicate call of `wl-summary-print-argument' on the wrong line.
1221
1222 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1225         even if argument `number' is nil.
1226         (wl-summary-insert-line): Print action argument if current message
1227         has it.
1228
1229 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1230
1231         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1232         (wl-draft-reply): Ditto.
1233         (wl-draft): Add optional argument `parent-number' and call
1234         `wl-draft-create-buffer' with it.
1235         (wl-draft-create-buffer): Add optional argument
1236         `parent-number'. Set wl-draft-parent-number as it.
1237
1238 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1239
1240         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1241         buffer is not for given folder, don't use it.
1242
1243 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * Version number is increased to 2.15.0.
1246
1247 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1250
1251         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1252         (wl-highlight-get-face-by-name): New internal function.
1253         (wl-highlight-summary-line-face-spec): Use it and fixed.
1254
1255 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-summary.el (wl-summary-sync-update): Use
1258         `elmo-message-entity-field' instead of `car' to get message-id
1259         from overview entity.
1260
1261         * wl-summary.el (wl-summary-rescan-message): Call
1262         `wl-highlight-summary-displaying' when displaying a message.
1263
1264 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1265
1266         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1267         `wl-draft-config-info-operation'.
1268         (wl-draft-buffer-change-number): New function.
1269         (wl-draft-rename-saved-config): Ditto.
1270         * wl.el (wl-init): Connect slot for message-number-changed.
1271         (toplevel): Add autoload for wl-draft-rename-saved-config.
1272
1273 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1276         `update-overview'
1277         (wl-summary-buffer-detach): Disconnect from it.
1278         (wl-summary-rescan-message): Use command.
1279
1280         * wl-message.el (wl-message-buffer-display): Use
1281         `with-current-buffer' instead of `save-excursion'.
1282
1283 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1286         wl-draft-preview-attributes-list from distraction.
1287
1288 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1291         `elmo-list-diff'.
1292
1293 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-summary.el
1296         (wl-summary-edit-addresses-collect-candidate-fields): Use
1297         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1298
1299         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1300         instead of `elmo-set-work-buf'.
1301
1302         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1303         (wl-address-make-address-list): Ditto.
1304
1305         * Version number is increased to 2.13.3.
1306
1307 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1308
1309         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1310         user option.
1311
1312         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1313         argument `5'.
1314
1315         * wl-message.el (wl-message-display-no-merge-p): New function.
1316         (wl-message-buffer-display): Check whether the message is
1317         reassembled and follow the API change.
1318
1319 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1322         multibyte on working buffer and removed unnecessary
1323         `buffer-disable-undo'.
1324
1325 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1328         change.
1329
1330 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-util.el (wl-read-search-condition-internal): Protect
1333         elmo-global-flags from distraction.
1334
1335 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1338
1339         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1340         (wl-summary-event-handler): Ditto.
1341         (wl-summary-update-persistent-mark-on-event): New
1342         function (renamed from `elmo-event-handler-flag-changed').
1343         (wl-summary-buffer-attach): New function.
1344         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1345         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1346         instead of `elmo-folder-add-handler'.
1347
1348         * Version number is increased to 2.13.2.
1349
1350 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1353         and "\177" to the `wl-news-previous-page'.
1354         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1355         (wl-news-previous-page): New function.
1356
1357 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1360         instead of `write-region' and simplify.
1361
1362 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * wl-template.el (wl-template-select): Cause error if
1365         `wl-template-alist' is nil.
1366
1367 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1368
1369         * wl-news.el.in: Set file variable `no-byte-compile'.
1370
1371 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1374         whether a target message is within displaying area.
1375         (elmo-event-handler-cache-changed): Ditto.
1376
1377 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1378
1379         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1380         to `defun'.  Use `nconc' instead of `append' to collect descendant
1381         message numbers.
1382
1383 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1384
1385         * wl-thread.el (wl-thread-save-top-list)
1386         (wl-thread-save-entities): Use `with-temp-buffer'.
1387         * wl-news.el.in (wl-news-previous-version-load):
1388         (wl-news-previous-version-save): Ditto.
1389         * wl-summary.el (wl-summary-load-file-object)
1390         (wl-summary-save-view-cache): Ditto.
1391
1392 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1393
1394         * wl-util.el (toplevel): Require 'elmo-flag'.
1395         (wl-read-search-condition): New function (Renamed from
1396         `elmo-read-search-condition').
1397         (wl-read-search-condition-internal): Likewise.
1398
1399         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1400         invalid.
1401         (wl-summary-pick): Use `wl-read-search-condition' instead of
1402         `elmo-read-search-condition'.
1403         (wl-summary-virtual): Ditto.
1404
1405         * wl-folder.el (wl-folder-virtual): Ditto.
1406         (wl-folder-pick): Ditto.
1407
1408         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1409
1410 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1411
1412         * wl-summary.el (wl-summary-reedit): Call
1413         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1414
1415 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416
1417         * wl-mime.el (toplevel): Require wl-vars.
1418
1419         * wl-message.el (toplevel): Require cl at compile.
1420
1421         * wl-draft.el (toplevel): Require elmo.
1422
1423 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1426         and do nothing when it is not positive.
1427         (wl-message-buffer-prefetch-next): Ditto.
1428
1429 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1430
1431         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1432         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1433         (wl-summary-redisplay-internal): Ditto.
1434
1435         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1436         message (the condition is borrowed from `wl-check-variables-2').
1437         (wl-summary-redisplay-internal): Ditto.
1438
1439 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-mime.el (wl-draft-nntp-attribute): New function.
1442         (wl-draft-attribute-nntp-posting-server): Use it.
1443         (wl-draft-attribute-nntp-posting-port): Ditto.
1444
1445         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1446         (wl-draft-show-attributes-buffer): Ditto.
1447         (wl-draft-hide-attributes-buffer): Ditto.
1448         (wl-draft-attribute-newsgroups): Ditto.
1449         (wl-draft-attribute-nntp-posting-server): Ditto.
1450         (wl-draft-attribute-nntp-posting-port): Ditto.
1451         (wl-draft-preview-message): Use there functions.
1452
1453         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1454         value.
1455
1456 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1459         (wl-draft-reedit): Ditto.
1460         (wl-draft-queue-flush): Ditto.
1461
1462         * wl-mime.el (wl-message-request-partial): Ditto.
1463         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1464         instead of `elmo-message-fetch'.
1465
1466         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1467
1468         * wl-summary.el (wl-summary-message-string): Ditto.
1469
1470 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * wl-util.el (wl-current-message-buffer): Follow the API change.
1473
1474         * wl-summary.el (wl-summary-redisplay-internal): Call
1475         `wl-summary-mark-as-read' with 2nd argument as nil and update
1476         unread count instead of persistent mark.
1477
1478         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1479         variable.
1480         (wl-message-redisplay): Follow the API change.
1481         (wl-message-buffer-display): Managed mime-entity directly and
1482         return preview buffer only.
1483         (wl-message-display-internal): Rewrite.
1484         (wl-message-buffer-prefetch-subr): Not save return value of
1485         `wl-message-buffer-display'.
1486
1487         * Version number is increased to 2.13.1.
1488
1489 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490
1491         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1492         'elmo-multiple-fields-body-list' with boundary specified.
1493
1494 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1497         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1498         cache if `wl-summary-resend-use-cache' is non-nil.
1499
1500 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1503         (wl-nntp-posting-stream-type): Ditto.
1504
1505 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1506
1507         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1508
1509 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1510
1511         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1512         message.
1513
1514 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1517         Abolish.
1518         (wl-summary-buffer-persistent-mark-version): New internal
1519         variable.
1520         (wl-summary-update-mark-and-highlight-window): Check by
1521         wl-summary-persistent-mark-invalid-p.
1522         (wl-summary-update-status-marks): Ditto.
1523         (elmo-event-handler-flag-changed): Rewrite.
1524         (elmo-event-handler-cache-changed): Define.
1525         (wl-summary-prefetch-msg): Does not update persistent mark here.
1526         (wl-summary-delete-cache): Ditto.
1527         (wl-summary-resume-cache-status): Ditto.
1528         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1529         (wl-summary-persistent-mark-invalid-p): New function.
1530         (wl-summary-validate-persistent-mark): Ditto.
1531         (wl-summary-validate-persistent-mark-string): Ditto.
1532         (wl-summary-invalidate-persistent-mark): Ditto.
1533         (wl-summary-update-persistent-mark): Call
1534         `wl-summary-validate-persistent-mark'.
1535         (wl-summary-create-line): Call
1536         `wl-summary-validate-persistent-mark-string'.
1537
1538         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1539         status as t if cache used.
1540
1541 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1544         only if the target is group.
1545         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1546
1547 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1548
1549         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1550
1551 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1554
1555         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1556
1557 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1560         (Thanks to Yoichi NAKAYAMA).
1561
1562 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-util.el (wl-save-drafts): Restore echo area.
1565
1566 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * Version number is increased to 2.13.0.
1569
1570         * wl-util.el (wl-biff-check-folder-async): Use
1571         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1572
1573 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-message.el (wl-message-display-internal): Does not put
1576         wl-message-display-type property on message buffer.
1577         (wl-message-buffer-display-type): New function.
1578
1579         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1580
1581         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1582         `wl-summary-buffer-detach'.
1583         (wl-summary-message-display-type): Use
1584         `wl-summary-buffer-display-type'.
1585
1586 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1587
1588         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1589         buffer-local.
1590
1591         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1592         kill-buffer-hook instead of make-local-variable.
1593         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1594
1595 2004-12-12  Scott Renfro <scott@renfro.org>
1596
1597         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1598         regex for square-branket.
1599
1600 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1601
1602         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1603         `wl-message-mime-analysis-p' with argument `header'.
1604
1605 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1606
1607         * wl-mime.el (wl-draft-yank-current-message-entity): 
1608         Switch to no-mime following method according to wl-message-display-type
1609         property.
1610         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1611
1612         * wl-message.el (wl-message-display-internal): 
1613         Put wl-message-display-type property on message buffer.
1614
1615         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1616         (wl-message-display-internal): Ditto;
1617
1618         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1619
1620 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-message.el (wl-message-make-display-type): New function.
1623         (wl-message-display-type-property): Ditto.
1624         (wl-message-mime-analysys-p): Ditto.
1625         (wl-message-display-all-header-p): Ditto.
1626         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1627         added `display-type'.
1628         (wl-message-buffer-display): Likewise.
1629         (wl-message-display-internal): Likewise.
1630         (wl-message-buffer-display-type): Abolish.
1631         (wl-message-buffer-prefetch-subr): Follow the API changed.
1632
1633         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1634         from wl-summary-buffer-display-all-header and changed default value.
1635         (wl-summary-message-display-type): New function.
1636         (wl-summary-buffer-display-mime-mode): Ditto.
1637         (wl-summary-buffer-display-header-mode): Ditto.
1638         (wl-summary-toggle-mime): Rewrite with above functions.
1639         (wl-summary-toggle-all-header): Ditto.
1640         (wl-summary-redisplay): Force redisplay with default mode.
1641         (wl-summary-redisplay-internal): Renamed argument from `mode',
1642         `all-header' to `mime-mode', `header-mode'.
1643         Use `wl-message-make-display-type'.
1644
1645         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1646         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1647
1648 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1649
1650         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1651
1652 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1653
1654         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1655         in original message buffer.
1656         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1657         buffer.
1658
1659 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1660
1661         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1662
1663 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1666
1667 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1668
1669         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1670         when actions succeeded.
1671         (wl-summary-exec-action-copy): Likewise.
1672
1673 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1676         there is switch-to-buffer at the end of wl-message-select-buffer.
1677         (wl-summary-reply): Ditto.
1678
1679 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl-summary.el (wl-summary-forward): Put subject in original
1682         message buffer as argument of wl-draft-forward.
1683         * wl-draft.el (wl-draft-forward): Decode subject as in
1684         wl-draft-reply.
1685
1686 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1689         a folder under access group.
1690
1691 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1692
1693         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1694         wl-message-buffer-display.
1695
1696         * wl-util.el (wl-set-save-drafts): Fix typo.
1697
1698 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1701         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1702         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1703         the way to measure the width of a bitmap image; don't put face on
1704         ascii and bitmap images; put the mark which should not use the
1705         variable-pitch face on ascii and bitmap images.
1706         (wl-demo-setup-properties): Don't use the variable-pitch face on
1707         ascii and bitmap images; made it work on Emacs 20 and earlier.
1708         (wl-demo-insert-text): End with a newline at the bottom; don't put
1709         face on text.
1710
1711         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1712
1713 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1714
1715         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1716
1717         * wl-util.el (wl-save-drafts): Moved from sample setting.
1718         (wl-set-save-drafts): New function to set idle timer.
1719         * wl-draft.el (wl-draft): Call it.
1720         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1721
1722 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1725         a summary which has toggle display status off.
1726
1727 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-draft.el (wl-draft-do-fcc): No cache save.
1730
1731 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1732
1733         * wl-summary.el (elmo-event-handler-flag-changed): Use
1734         `set-buffer' instead of `with-current-buffer'.
1735
1736 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * wl-summary.el (wl-summary-after-resize-function): New function.
1739         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1740         window-size-change-functions.
1741
1742 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1743
1744         * wl-draft.el (wl-draft-create-buffer): Bind
1745         `change-major-mode-hook' after current buffer is changed.
1746
1747         * wl-summary.el (wl-summary-buffer-detach): New function.
1748         (wl-summary-buffer-set-folder): Call it.
1749         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1750         change-major-mode-hook and kill-buffer-hook.
1751         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1752         (wl-summary-switch-to-clone-buffer): Ditto.
1753         (wl-summary-goto-folder-subr): Ditto.
1754
1755 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1756
1757         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1758         after boundp check.
1759
1760 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761
1762         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1763         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1764         for `kill-buffer'.
1765
1766         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1767         handler of current buffer from elmo-folder.
1768
1769 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1770
1771         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1772
1773 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1774
1775         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1776         variable.
1777         (wl-summary-event-handler): New class.
1778         (elmo-event-handler-flag-changed): Define to update persistent
1779         mark.
1780         (wl-summary-buffer-set-folder): Register event handler to
1781         elmo-folder.
1782         (wl-summary-exit): Unregister event handler.
1783         (wl-summary-goto-folder-subr): Ditto.
1784         (wl-summary-mark-as-read-all): Does not call
1785         `wl-summary-update-persistent-mark' directly.
1786         (wl-summary-mark-as-read-internal): Ditto.
1787         (wl-summary-set-persistent-mark-internal): Ditto.
1788         (wl-summary-set-flags-internal): Ditto.
1789
1790         * Version number is increased to 2.11.33.
1791
1792 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1793
1794         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1795         to nil.
1796
1797 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1798
1799         * wl-spam.el (wl-spam-setup): Add hook
1800         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1801         instead of `wl-summary-prepare-hook'.
1802
1803         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1804         if folder type is `'flag'.
1805         (wl-summary-mark-as-important): Ditto.
1806
1807 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-address.el (wl-address-minibuffer-history): New variable.
1810         (wl-address-minibuffer-local-map): New keymap.
1811         (wl-address-read-from-minibuffer): New function.
1812
1813         * wl-action.el (wl-summary-get-resend-address): Use
1814         `wl-address-read-from-minibuffer' instead of `completing-read'.
1815
1816 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * Version number is increased to 2.11.32.
1819
1820 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1821
1822         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1823         without mule to iso-8859-1.
1824         (wl-draft-add-in-reply-to): Add note in description.
1825         (wl-draft-add-references): Ditto.
1826
1827 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1828
1829         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1830         definition for `m'.
1831         (wl-summary-mode-line-format): Add '[%m]'.
1832         (wl-message-mode-line-format-spec-alist): Ditto.
1833         (wl-summary-display-mime-mode-list): New variable.
1834
1835         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1836         from wl-summary-buffer-display-as-is.
1837         (wl-summary-buffer-display-all-header): New buffer local variable.
1838         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1839         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1840         instead of wl-summary-buffer-display-as-is.
1841         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1842         (wl-summary-set-persistent-mark): Ditto.
1843         (wl-summary-set-message-buffer-or-redisplay): Just call
1844         `wl-summary-redisplay-internal' without optional arguments.
1845         (wl-summary-toggle-mime): Rewrite.
1846         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1847         (wl-summary-toggle-all-header): New function.
1848         (wl-summary-redisplay-internal): Treat mime mode.
1849
1850         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1851         to wl-mime-preview-follow-no-mime.
1852         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1853         accodring to the display-mode.
1854
1855         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1856         (wl-message-buffer-display): Changed argument name from `as-is' to
1857         `mode'.
1858         (wl-message-display-internal): Ditto;
1859         Bind elmo-mime-display-header-analysis according to the mode.
1860         (wl-message-display-internal): Put wl-message-display-mime-mode
1861         property on entire buffer.
1862
1863 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1864
1865         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1866
1867 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1870         Don't extract mail address.
1871         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1872
1873         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1874
1875         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1876
1877 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1878
1879         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1880         wl-fldmgr-cut-entity-list on confirmation.
1881
1882 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1883
1884         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1885         (wl-mime-quit-preview): Check existence of
1886         mime-edit-temp-message-buffer here.
1887
1888 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1891         after deletion.
1892
1893         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1894         before calling wl-mime-quit-preview.
1895
1896 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-summary.el (wl-summary-pick): If call it with prefix
1899         argument, set `delete-marks' as non-nil. Pick from only visible
1900         messages.
1901         (wl-summary-check-target-mark): New function.
1902         (wl-summary-target-mark-mark-as-read): Use it.
1903         (wl-summary-target-mark-mark-as-unread): Ditto.
1904         (wl-summary-target-mark-operation): Ditto.
1905         (wl-summary-target-mark-set-flags): Ditto.
1906         (wl-summary-target-mark-save): Ditto.
1907         (wl-summary-target-mark-pick): Ditto.
1908         (wl-summary-target-mark-forward): Ditto.
1909         (wl-summary-target-mark-reply-with-citation): Ditto.
1910         (wl-summary-target-mark-print): Ditto.
1911         (wl-summary-target-mark-uudecode): Ditto.
1912
1913         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1914         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1915         with `ask-coding' is non-nil.
1916
1917 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-thread.el (wl-thread-set-parent): If parent is a message
1920         which is identified by references, set linked as nil.
1921
1922 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1923
1924         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1925         (wl-message-mode-line-format-spec-alist): Ditto.
1926         (wl-message-mode-line-format): Ditto.
1927         (wl-summary-mode-line-format): Ditto for docstring.
1928         (wl-summary-no-mime-folder-list): Fix typo.
1929
1930         * wl-util.el (wl-current-message-buffer): Call
1931         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1932
1933         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1934         variable.
1935         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1936         of `wl-summary-redisplay-no-mime'.
1937         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1938         (wl-summary-toggle-mime): New function.
1939         (wl-summary-redisplay-all-header): Rewrite.
1940         (wl-summary-redisplay-no-mime): Ditto.
1941         (wl-summary-redisplay-internal): Added argument `as-is' and
1942         `all-header'.
1943
1944         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1945         New variable.
1946         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1947         bottom.
1948         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1949         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1950         "/" unconditionally.
1951
1952         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1953         wl-mime-preview-follow-no-mime for as-is content.
1954         (wl-mime-preview-follow-no-mime): New function.
1955         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1956
1957         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1958         and added `as-is', `all-header'.
1959         (wl-message-buffer-display): Ditto.
1960         (wl-message-buffer-display-type): New function.
1961
1962 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-vars.el (wl-message-header-button-alist): Change default
1965         value.
1966         (wl-message-body-button-alist): Ditto.
1967
1968 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1969
1970         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1971
1972 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1973
1974         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1975
1976 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1979         is always true.
1980
1981 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1984         on null entity.
1985
1986 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1989
1990 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * wl-vars.el (wl-summary-resend-hook): New hook.
1993
1994         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1995         `wl-summary-resend-hook'.
1996
1997 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1998
1999         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2000         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2001         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2002         (wl-summary-new-cached-mark): Changed default value to 'n'.
2003         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2004         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2005         (wl-folder-sync-range-alist): Remove spec for 'flag.
2006         (wl-summary-force-prefetch-folder-list): New user option.
2007
2008         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2009         `wl-summary-toggle-persistent-mark'.
2010         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2011         number is nil.
2012         (wl-summary-mark-as-answered-region): Set interactive argument of
2013         `wl-summary-set-persistent-mark-internal'.
2014         (wl-summary-mark-as-important-region): Ditto.
2015         (wl-summary-unset-persistent-mark): Ditto.
2016         (wl-summary-set-persistent-mark): Ditto.
2017         (wl-summary-mark-as-answered): Ditto.
2018         (wl-summary-mark-as-important): Ditto.
2019         (wl-summary-set-persistent-mark-internal): Do nothing
2020         when `elmo-message-flag-available-p' is nil.
2021         (wl-summary-toggle-persistent-mark): New function.
2022         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2023         when the folder matches `wl-summary-force-prefetch-folder-list'.
2024
2025
2026         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2027         when number is nil.
2028         (wl-highlight-summary-forwarded-face): New face.
2029
2030 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2031
2032         * Version number is increased to 2.11.31.
2033
2034 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2037         (wl-biff-check-folder-async): Ditto.
2038         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2039
2040 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2041
2042         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2043         Add an argument `reverse'.  All callers are updated.
2044         (wl-summary-sort): Add a prefix argument `reverse' to specify
2045         reverse sorting.
2046         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
2047         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
2048         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2049
2050 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2051
2052         * wl-message.el (wl-message-redisplay): Does not narrow header if
2053         disply-type is all-header or as-is.
2054
2055         * wl-summary.el (wl-summary-enter-handler): Use
2056         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2057
2058 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2061         after adding wl-draft-parent-variables.
2062         (wl-draft-forward): Ditto.
2063
2064 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2065
2066         * wl-summary.el (wl-summary-sync-marks): Call
2067         `wl-summary-set-persistent-mark' and
2068         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2069         (wl-summary-set-persistent-mark-internal): Add 4th argument
2070         `no-server'.
2071         (wl-summary-unset-persistent-mark): Ditto.
2072         (wl-summary-set-persistent-mark): Ditto.
2073         (wl-summary-add-flags-internal): Abolish.
2074         (wl-summary-remove-flags-internal): Ditto.
2075         (wl-summary-mark-as-important-internal): Ditto.
2076         (wl-summary-mark-as-important): Use
2077         `wl-summary-set-persistent-mark' instead of
2078         `wl-summary-add-flags-internal'.
2079         (wl-summary-mark-as-important-region): Ditto.
2080
2081         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2082
2083         * wl-summary.el (wl-summary-get-available-flags): New function.
2084         (wl-summary-sync-marks): Use it and simplified.
2085         (wl-summary-unset-persistent-mark): Use
2086         `wl-summary-get-available-flags'.
2087         (wl-summary-set-persistent-mark): Ditto.
2088
2089 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2092         id.
2093
2094 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2097         number, call `wl-summary-prev-line-content'. Show message when the
2098         message is not found.
2099
2100 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2101
2102         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2103         wl-summary-enter-handler.
2104         (wl-summary-enter-handler): New command.
2105
2106         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2107         docstring and custom spec.
2108
2109         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2110         flags too; Don't treat Cached and New.
2111         (wl-summary-set-persistent-mark): Ditto.
2112
2113         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2114         `wl-folder-set-flag'.
2115
2116         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2117         instead of `wl-folder-set-flag'.
2118
2119         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2120         for completion.
2121         (wl-summary-set-persistent-mark): Ditto.
2122
2123         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2124         instead of `wl-draft-quit-preview'.
2125
2126         * wl-mime.el (toplevel): Avoid compile warning.
2127         (wl-mime-quit-preview): New function
2128         (formarly defined as `wl-draft-quit-preview').
2129         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2130         quitting method.
2131
2132         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2133
2134         * wl-folder.el (wl-folder-set-flag): Renamed from
2135         `wl-draft-set-flag-on-parent'.
2136
2137         * wl-draft.el (wl-draft-quit-preview): New function.
2138         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2139         (wl-draft-send): Call `wl-folder-set-flag' instead of
2140         `wl-draft-set-flag-on-parent'.
2141         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2142
2143 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2146         (wl-draft-send): Ditto.
2147
2148 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2149
2150         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2151         (wl-draft-kill-pre-hook): Set default value as nil.
2152         (wl-summary-reply-hook): Ditto.
2153         (wl-draft-kill-flags): Abolish.
2154
2155         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2156         (wl-draft-parent-variables): Renamed from
2157         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2158         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2159         argument; Add wl-draft-parent-variables to
2160         wl-draft-config-variables.
2161         (wl-draft-reply): Likewise.
2162         (wl-draft-kill-flags): Abolish.
2163         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2164         (wl-draft-set-flag-on-parent): New function.
2165         (wl-draft-setup-parent-flag): Ditto.
2166
2167 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2168
2169         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2170         `wl-draft-parent-folder' is "".
2171
2172 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2175         (wl-summary-digit-jump): New function.
2176         (Adviced by John Owens and Hiroya Murata)
2177
2178         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2179         (Adviced by John Owens)
2180
2181         * wl-xmas.el (wl-message-define-keymap): Ditto.
2182
2183         * wl-mule.el (wl-message-define-keymap): Ditto.
2184
2185 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2188         change of return value of elmo-folder-count-flags.
2189
2190         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2191         (wl-summary-mark-as-read-internal): Ditto.
2192         (wl-summary-set-persistent-mark-internal): Ditto.
2193         (wl-summary-folder-info-update): Ditto.
2194         (wl-summary-sync-update): Fixed the last change.
2195
2196         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2197
2198 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2199
2200         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2201         (wl-draft-kill-flags): Fixed docstring.
2202
2203         * wl-draft.el (wl-draft-kill-flags): New function.
2204         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2205
2206 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl-vars.el (wl-reply-hook): Abolish.
2209         (wl-draft-reply-hook): New hook.
2210         (wl-summary-reply-hook): Ditto.
2211         (wl-draft-forward-hook): Ditto.
2212         (wl-summary-forward-hook): Ditto.
2213         (wl-draft-kill-flags): New variable.
2214
2215         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2216         wl-summary-set-persistent-mark-internal.
2217         (wl-summary-sync-marks): Use elmo-preserved-flags.
2218         (wl-summary-update-persistent-mark): Make it interactive.
2219         (wl-summary-set-persistent-mark-internal): New inline function.
2220         (wl-summary-mark-as-answered): Use it.
2221         (wl-summary-mark-as-unanswered): Ditto.
2222         (wl-summary-unset-persistent-mark): New function.
2223         (wl-summary-set-persistent-mark): Ditto.
2224         (wl-summary-reply): Don't set answered flag;
2225         Run wl-summary-reply-hook instead.
2226         (wl-summary-forward): Call wl-draft-forward with number.
2227         Run wl-summary-forward-hook.
2228
2229         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2230         (wl-highlight-summary-line-face-spec): Use it as a default
2231         persistent mark face.
2232
2233         * wl-draft.el (wl-draft-forward): Added optional argument number;
2234         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2235         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2236         (wl-draft-kill): Use wl-draft-kill-flags.
2237
2238         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2239
2240         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2241         of return value of elmo-folder-count-flags.
2242
2243         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2244
2245         * wl-summary.el (wl-summary-count-unread): Ditto.
2246         (wl-summary-sync-update): Follow the change above.
2247         (wl-summary-force-prefetch): New function.
2248
2249 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2250
2251         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2252         variable `buf' with `let' instead of `setq'.
2253
2254 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2257         add Content-Disposition heaeder on the deleted part.
2258
2259 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2260
2261         * wl-draft.el (wl-draft-save): Encode address list under edit by
2262         `eword-encode-unstructured-field-body'.
2263
2264         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2265
2266 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2269         wl-current-summary-buffer.
2270
2271 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2272
2273         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2274         `numbers' is ignored.
2275
2276 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-folder.el (wl-folder-open-folder): Avoid error.
2279         Reported by John Owens, [wl-en:815]
2280
2281         * wl.el (wl): Set timer for biff process even if prefix argument
2282         is given or auto-checking is quitted.
2283
2284         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2285         immediately.
2286         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2287         (wl-toggle-plugged): Ditto.
2288
2289         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2290         * wl-util.el (wl-biff-start): Use idle timer if
2291         `wl-biff-use-idle-timer' is non-nil.
2292
2293 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2294
2295         * wl-highlight.el (wl-highlight-message): Fix description.
2296
2297 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2300         tty.
2301
2302 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303
2304         * wl-action.el (wl-summary-exec): Print failure count.
2305
2306 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2309         to `defun', remove interactive form.
2310         Set elmo-message-fetch-confirm when force-reload is non-nil.
2311
2312 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * wl-summary.el (toplevel): Removed unnecessary autoload.
2315
2316 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2319         the buffer is generated from another message buffer.
2320
2321 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2324         extracted from `wl-fldmgr-save-folders'.
2325         (wl-fldmgr-delete): Call it after deletion.
2326
2327 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2330         multi-tty support.
2331
2332 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2333
2334         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2335
2336 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2337
2338         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2339         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2340
2341 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2342
2343         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2344         unsubscribe list only if argument CLEAR is nil.
2345
2346 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2347
2348         * wl-draft.el (wl-draft-reply): Decode subject before removing
2349         Re: prefix.
2350
2351 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2352
2353         * wl-summary.el (wl-summary-sort-by-size): New command.
2354
2355 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-summary.el (wl-summary-number-list-from-region): New
2358         function.
2359         (wl-summary-mark-as-read-region): Use it.
2360         (wl-summary-mark-as-unread-region): Ditto.
2361         (wl-summary-set-flags-region): Ditto and add optional argument
2362         remove.
2363         (wl-summary-mark-as-answered-region): Ditto.
2364         (wl-summary-mark-as-important-region): Ditto.
2365         (wl-summary-target-mark-mark-as-important): Added optional
2366         argument remove.
2367         (wl-summary-target-mark-mark-as-answered): Ditto.
2368         (wl-summary-target-mark-set-flags): Ditto.
2369
2370 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2371
2372         * wl-summary.el (wl-summary-set-flags-region): Call
2373         `wl-summary-set-flags-internal' with number list instead of call
2374         one by each message.
2375         (wl-summary-target-mark-set-flags): Likewise.
2376
2377 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2380         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2381         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2382         (wl-summary-target-mark-mark-as-answered): Likewise.
2383
2384 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-summary.el (wl-summary-target-mark-forward): Use
2387         `wl-summary-delete-all-target-marks' instead of
2388         `wl-summary-delete-all-temp-marks'.
2389         (wl-summary-target-mark-reply-with-citation): Ditto.
2390         (wl-summary-target-mark-uudecode): Ditto.
2391         (wl-summary-target-mark-set-flags): Ditto and remove needless
2392         cursor move.
2393
2394 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2395
2396         * wl-summary.el (wl-summary-target-mark-forward): Protect
2397         wl-summary-buffer-target-mark-list from nreverse.
2398         (wl-summary-target-mark-reply-with-citation): Ditto.
2399
2400 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2401
2402         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2403         `elmo-display-progress-threshold'.
2404
2405 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2408         check `wl-summary-highlight'.
2409         (wl-summary-window-scroll-functions): Respect value of
2410         `wl-summary-highlight'.
2411         (wl-summary-sync-update): Run hooks
2412         `wl-summary-buffer-window-scroll-functions' at any time.
2413
2414 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2415
2416         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2417         from `wl-summary-cleanup-temp-marks'.
2418         (wl-summary-cleanup-temp-marks): Abolish argument.
2419         * wl.el (wl-save-status): Revert previous change.
2420         (wl-execute-temp-marks): New function, call
2421         `wl-summary-exec-with-confirmation'.
2422         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2423         (wl-folder-save-and-exec-marks): Abolished.
2424
2425 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2426
2427         * wl-e21.el (wl-e21-display-image-p): Respect
2428         `wl-highlight-folder-with-icon'.
2429         (wl-e21-highlight-folder-group-line): Highlight mouse line
2430         even if wl-e21-display-image-p is nil.
2431
2432         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2433         Respect value of `wl-summary-highlight'.
2434
2435         * wl.el (wl-save-status): Remove unused variable.
2436
2437         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2438         (wl-folder-mode-map): Bind it to "x".
2439
2440 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2441
2442         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2443
2444         * wl-thread.el (wl-thread-get-parent-list): Don't check
2445         disconnected ancestors, neglecting needless work in
2446         `wl-thread-update-indent-string-thread'.
2447
2448         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2449         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2450         argument, add argument default-keep to keep marks by default.
2451
2452         * Version number is increased to 2.11.30.
2453
2454         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2455         customization type and docstring.
2456         (wl-draft-reply-without-argument-list): Ditto.
2457
2458 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2461
2462         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2463
2464 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2465
2466         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2467
2468 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2469
2470         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2471         save-excursion so as not to include run-hooks.
2472
2473 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2474
2475         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2476         Clarify that marks are going to be cleared.
2477
2478 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2479
2480         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2481         according to 3rd element of wl-summary-flag-mark.
2482
2483         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2484
2485 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2486
2487         * wl-action.el (wl-summary-target-mark-all): Don't set
2488         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2489
2490 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2491
2492         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2493         (wl-forward-subject-prefix): Ditto.
2494         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2495         (wl-draft-reply-make-subject): Ditto.
2496
2497         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2498         `wl-draft-forward'.
2499         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2500
2501 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2502
2503         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2504         target message does not exist.
2505
2506 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2507
2508         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2509         `wl-subject-prefix-regexp'.
2510         (wl-subject-forward-prefix-regexp): New variable.
2511         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2512         `wl-draft-strip-subject-re' and take regexp as argument.
2513         (wl-draft-forward): Use it.
2514         (wl-draft-reply): Ditto.
2515
2516 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2517
2518         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2519         emacs multi-tty support.
2520
2521 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2522
2523         * wl-e21.el (wl-e21-display-image-p): Don't call
2524         `display-images-p'.
2525         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2526         support.
2527         (wl-highlight-folder-current-line): Ditto.
2528         (wl-folder-init-icons): Ditto.
2529
2530 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2531
2532         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2533         the last line of summary in unplugged mode.
2534
2535 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2536
2537         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2538
2539 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2540
2541         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2542         * wl-address.el (wl-address-user-mail-address-p): Use it.
2543         (wl-address-delete-user-mail-addresses): Ditto.
2544         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2545
2546         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2547         (wl-address-delete-user-mail-addresses): Ditto.
2548
2549         * wl-address.el (wl-address-delete-user-mail-addresses): New
2550         function.
2551         * wl-refile.el (wl-refile-guess-by-history): Use it.
2552         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2553         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2554
2555         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2556         use wl-address-user-mail-address-p.
2557
2558 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2559
2560         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2561         after opening group.
2562
2563 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2564
2565         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2566         of elmo-set-buffer-multibyte.
2567
2568         * wl-message.el (wl-original-message-mode): Ditto.
2569
2570         * wl-score.el (wl-score-insert-header): Ditto.
2571
2572         * wl-summary.el
2573         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2574         (wl-summary-goto-folder-subr): Ditto.
2575         (wl-summary-insert-headers): Ditto.
2576
2577         * wl-util.el (wl-set-string-width): Ditto.
2578
2579         * Version number is increased to 2.11.29.
2580
2581 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2582
2583         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2584         (wl-highlight-summary-line-help-echo-alist): New variable.
2585         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2586         into `wl-highlight-summary-line-help-echo' and
2587         `wl-highlight-flag-folder-help-echo'.
2588         (wl-highlight-summary-line-string): Change accordingly.
2589         (wl-highlight-summary-current-line): Ditto.
2590
2591 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2592
2593         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2594         at the beginning of field body (Thanks to Markus Knittig).
2595
2596         * wl-draft.el (wl-draft-insert-current-message): Also check
2597         summary buffer, remove unnecessary tag.
2598
2599 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2600
2601         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2602         when wl-message-buffer is nil.
2603
2604         * wl-folder.el (wl-folder): Abolish unused argument.
2605         Call wl-folder-init when wl-folder-entity is nil.
2606         * wl.el (wl): Change accordingly.
2607
2608 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2611         multibyte string before insert into draft buffer.
2612         (wl-draft-create-buffer): Always enable multibyte characters for
2613         draft buffer.
2614
2615         * Version number is increased to 2.11.28.
2616
2617 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2618
2619         * wl-folder.el (wl-folder-open-close): Handle blank line.
2620         (wl-folder-jump-to-current-entity): Ditto.
2621
2622 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * Version number is increased to 2.11.27.
2625
2626 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-thread.el (wl-thread-insert-message): When the thread is
2629         devided by wl-summary-max-thread-depth, insert line at the end of
2630         buffer.
2631
2632 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2633
2634         * Version number is increased to 2.11.26.
2635
2636 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2639
2640 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2643         value of stream-type and session.
2644
2645 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2646
2647         * Version number is increased to 2.11.25.
2648
2649 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2650
2651         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2652         in a quit message.
2653
2654 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2655
2656         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2657         (wl-summary-redisplay-no-mime-internal): Ditto.
2658
2659 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2660
2661         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2662         * wl-vars.el (wl-smtp-connection-type): Ditto.
2663
2664 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2665
2666         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2667         for the separator line and quote mail-header-separator.
2668
2669 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2670
2671         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2672         result message.
2673
2674         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2675         `elmo-multiple-fields-body-list' with boundary as
2676         mail-header-separator.
2677
2678 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2679
2680         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2681
2682 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-util.el (wl-list-diff): Remove unused function.
2685
2686         * wl-draft.el (wl-draft-send-confirm): Discard input before
2687         confirmation.
2688
2689 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2692         order of flag and new.
2693
2694 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-vars.el (wl-refile-policy-alist): Abolished.
2697
2698         * wl-action.el (wl-summary-set-action-refile): Follow the change
2699         above.
2700
2701 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * wl-highlight.el (wl-highlight-signature-search): Don't use
2704         re-search-backward for a long word since it is possible to crash
2705         XEmacs because of a bug.
2706
2707 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2708
2709         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2710
2711 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2714         argument for wl-summary-sync-force-update.
2715
2716 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-summary.el (wl-summary-mode-map): Revival of
2719         wl-summary-mark-as-important related bindings;
2720         Bind 'F','tF','mF','rF','m&'.
2721         (wl-summary-mark-as-important-region): Revival.
2722         (wl-summary-target-mark-mark-as-important): Ditto.
2723         (wl-summary-target-mark-operation): New function.
2724         (wl-summary-target-mark-mark-as-answered): Use it.
2725         (wl-summary-decide-flag): Don't set Important as default.
2726         (wl-summary-mark-as-important-internal): Revival.
2727         (wl-summary-mark-as-important): Ditto.
2728
2729         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2730
2731         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2732         instead of facep.
2733
2734 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-dnd.el (wl-dnd-drop-func): Fix.
2737
2738         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2739         mouse-set-point instead of posn-point.
2740
2741         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2742
2743         * wl-mule.el (wl-completing-read-multiple): Ditto.
2744
2745 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-demo.el (face-background-name): Defalias to avoid compile
2748         warning.
2749
2750 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-summary.el (wl-summary-decide-flag): Use
2753         wl-completing-read-multiple instead of completing-read-multiple.
2754
2755         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2756         New alias.
2757
2758         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2759         Use face-background-name instead of face-background.
2760
2761         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2762
2763         * wl-summary.el (wl-summary-save): Use it.
2764         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2765
2766         * wl-mime.el (wl-mime-save-content): Fix last change.
2767
2768 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2769
2770         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2771         New function.
2772         (wl-summary-sort-specs): Added sort.
2773         * wl-mime.el (wl-mime-save-content): Expand file name.
2774
2775 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2778
2779         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2780
2781 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782
2783         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2784         for flag if it is not defined.
2785
2786 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-e21.el (wl-highlight-folder-current-line): Use
2789         elmo-folder-type-internal when elmo-folder-type returns nil.
2790
2791         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2792
2793         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2794
2795         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2796
2797         * wl-e21.el (wl-summary-toolbar): Ditto.
2798
2799         * wl-vars.el (wl-demo-background-color): Abolished.
2800         (wl-summary-persistent-mark-priority-list): Renamed from
2801         wl-summary-flag-priority-list.
2802         (wl-summary-flag-alist): New user option.
2803         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2804         (wl-message-mode-line-format-spec-alist): Added 'F'.
2805         (wl-message-mode-line-format): Likewise.
2806         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2807         instead of wl-summary-important-mark.
2808         (wl-file-folder-icon): New variable.
2809
2810         * wl-thread.el (wl-thread-set-flags): Renamed from
2811         wl-thread-mark-as-important.
2812
2813         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2814         warning.
2815         (wl-summary-mode-menu-spec): Follow the change of 
2816         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2817         (wl-summary-mode-map): Follow the change of
2818         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2819         (wl-summary-detect-mark-position): Follow the variable name change.
2820         (wl-summary-set-flags-region): New function for the replacement of
2821         wl-summary-mark-as-important-region.
2822         (wl-summary-sync-marks): Sync all global-flags.
2823         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2824         instead of elmo-message-flagged-p.
2825         (wl-summary-persistent-mark-string): Follow the variable name change;
2826         Put wl-summary-flag-mark if the message has global-flag.
2827         (wl-summary-target-mark-set-flags): Renamed from 
2828         wl-summary-target-mark-mark-as-important.
2829         (wl-summary-decide-flag): New function.
2830         (wl-summary-set-flags-internal): Renamed from
2831         wl-summary-mark-as-important-internal.
2832         (wl-summary-add-flags-internal): New function.
2833         (wl-summary-remove-flags-internal): Ditto.
2834         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2835         (wl-summary-mark-as-unimportant): Abolish.
2836         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2837         (wl-summary-next-message): List flagged messages in the msgdb.
2838
2839         * wl-score.el (wl-summary-score-update-all-lines): Use
2840         wl-summary-add-flags-internal instead of 
2841
2842         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2843
2844         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2845         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2846         (wl-message-buffer-require-all-header): Renamed from
2847         wl-message-buffer-all-header-flag (Ditto).
2848         (wl-message-buffer-flag-indicator): New variable.
2849         (wl-message-redisplay): Changed local varibale name from `flag' to
2850         `display-type'; Set up wl-message-buffer-flag-indicator.
2851         (wl-message-buffer-display): Changed varibale name from `flag' to
2852         `display-type'.
2853         (wl-message-display-internal): Likewise.
2854
2855         * wl-highlight.el (wl-highlight-demo-face): Define default background
2856         color.
2857         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2858
2859         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2860
2861         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2862         (wl-demo-setup-properties): Renamed from
2863         `wl-demo-set-background-color'.
2864         (wl-demo): Follow the change above.
2865         
2866         * Version number is increased to 2.11.24.
2867
2868 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2869
2870         * wl-summary.el (wl-summary-toggle-thread): Call
2871         `wl-summary-rescan' with disable-thread as non-nil.
2872         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2873
2874 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2877         foreground property of the face.
2878         (wl-demo-insert-text): Don't set up face property here.
2879         (wl-demo): Call wl-demo-set-background-color, anyway.
2880
2881 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2882
2883         * wl-vars.el (wl-demo-background-color): The value can be nil.
2884
2885 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2888         to wl-summary-wheel-dispatcher.
2889
2890         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2891         wl-message-wheel-dispatcher.
2892         (wl-message-wheel-dispatcher): New function.
2893         (wl-summary-wheel-dispatcher): Ditto.
2894
2895 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-action.el (wl-summary-target-mark-all): List messages which are
2898         not in the killed-list.
2899
2900         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2901         only when the folder is 'flag/important.
2902
2903         * wl-address.el (wl-complete-field-body): Complete if the last
2904         character is a space.
2905
2906 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2907
2908         * wl-folder.el (wl-folder-clear-entity-info): Use
2909         elmo-clear-hash-val.
2910
2911         * wl-fldmgr.el (wl-fldmgr-rename): Set
2912         wl-folder-info-alist-modified as t.
2913
2914 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2915
2916         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2917
2918 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2919
2920         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2921         (wl-folder-buffer-last-visited-entity-id): New buffer local
2922         variable.
2923         (wl-folder-revisit-last-visited-folder): New function.
2924         (wl-folder-mode-map): Bind it to "C-i".
2925         (wl-folder-set-current-entity-id): Set last visited folder.
2926         * wl-summary.el (wl-summary-exit): Ditto.
2927
2928 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2931         before calling `recenter' in order to cope with an XEmacs bug.
2932
2933 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2934
2935         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2936         to the default value.
2937
2938 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2941         change.
2942         (wl-summary-sync-marks): Ditto.
2943         (wl-summary-mark-as-read-internal): Ditto.
2944         (wl-summary-mark-as-answered-internal): Ditto.
2945         (wl-summary-mark-as-important-internal): Ditto.
2946         (wl-summary-reply): Ditto.
2947
2948         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2949         instead of `elmo-folder-unflag-answered'.
2950
2951         * Version number is increased to 2.11.23.
2952
2953         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2954         the last change.
2955
2956 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2957
2958         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2959         Specify "spam" or "good".
2960
2961 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * wl-spam.el (wl-summary-exec-action-spam): Call
2964         wl-folder-confirm-existence for spam folder.
2965         (wl-spam-setup): Bind "mk".
2966
2967 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2970
2971 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2972
2973         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2974         destination folder is empty.
2975
2976 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2977
2978         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2979         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2980
2981         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2982         (wl-summary-refile-prev-destination-region): New function.
2983         (wl-thread-refile-prev-destination): Ditto.
2984         (wl-summary-target-mark-refile-prev-destination): Ditto.
2985
2986 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2987
2988         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2989         (wl-demo-background-color): Changed default value.
2990
2991         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2992         color.
2993
2994         * wl-demo.el (wl-demo-set-background-color): New function.
2995         (wl-demo): Call it.
2996
2997 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2998
2999         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3000         * wl-address.el (wl-address-add-or-change): Don't add empty
3001         address.
3002
3003 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3004
3005         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3006
3007 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3008
3009         * wl-vars.el (wl-demo-image-filter-alist): New variable
3010         (wl-demo-background-color): Ditto.
3011
3012         * wl-demo.el (wl-demo-xpm-set-background): New function.
3013         (wl-demo-image-filter): Ditto.
3014         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3015
3016         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3017
3018         * wl-demo.el (wl-demo-icon-name): Define as function.
3019         (wl-demo-insert-image): Use it.
3020
3021 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3022
3023         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3024
3025 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3026
3027         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3028
3029 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3030
3031         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3032
3033 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * wl-thread.el (wl-thread-mark-as-answered): New function.
3036
3037         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3038         answered" entry.
3039         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3040         "r&" and wl-thread-mark-as-answered to "t&".
3041         (wl-summary-mark-as-important-region): Refine to toggle mark.
3042         (wl-summary-mark-as-answered-region): New function.
3043         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3044         and 3rd argument.
3045         (wl-summary-mark-as-important-internal): Likewise.
3046
3047 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * wl-template.el (wl-template-preview): New internal variable.
3050         (wl-template-preview-p): New function.
3051         (wl-template-show): Bind `wl-template-preview' as t.
3052
3053 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3056         `elmo-message-entity-field' with 3rd argument which is non-nil.
3057
3058 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3061         Removed duplicate local bind `folder'.
3062
3063 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3066
3067 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3070         duplicate definition.
3071
3072 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3075         non-nil, use it; Don't fetch message if there's no message in the
3076         current cursor position.
3077
3078 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3079
3080         * wl-util.el (wl-region-exists-p): Use region-active-p.
3081         (wl-deactivate-region): New function.
3082         * wl-message.el (wl-message-redisplay): Deactivate region.
3083
3084         * wl-summary.el (wl-summary-reply): Call
3085         `wl-summary-set-message-buffer-or-redisplay' instead of
3086         `wl-summary-redisplay-internal', don't move point.
3087
3088 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3091         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3092         by regexp.
3093
3094 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3097         if no need.
3098
3099 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3100
3101         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3102         default value to nil.
3103         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3104         `wl-summary-prepare-hook'; Replace refile action to
3105         `wl-summary-exec-action-refile-with-register'.
3106
3107         * Version number is increased to 2.11.22.
3108
3109 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-summary.el (wl-summary-detect-mark-position): Set
3112         `wl-summary-buffer-weekday-name-lang'.
3113
3114 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3115
3116         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3117         (wl-summary-mark-as-read-all): Ditto.
3118         (wl-summary-delete-messages-on-buffer): Ditto.
3119         (wl-summary-sync-update): Ditto.
3120         (wl-summary-mark-as-read-internal): Ditto.
3121         (wl-summary-mark-as-answered-internal): Ditto.
3122         (wl-summary-update-folder-info): Abolished.
3123
3124 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-summary.el (wl-summary-mark-as-read-all): Use
3127         `wl-summary-update-folder-info' instead of
3128         `wl-folder-update-unread'.
3129
3130 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3131
3132         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3133         `wl-summary-folder-info-update'.
3134         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3135         instead of `wl-summary-folder-info-update'.
3136         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3137         `wl-folder-set-folder-updated'.
3138         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3139         instead of `wl-folder-update-unread'.
3140         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3141         the value of `wl-summary-buffer-unread-count' for the second parameter of
3142         `wl-folder-update-unread'.
3143
3144         * Version number is increased to 2.11.21.
3145
3146 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3147
3148         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3149         a local variable.
3150
3151 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3152
3153         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3154         interactively.
3155
3156         * wl-summary.el (wl-summary-mark-as-important-internal): New
3157         internal function.
3158         (wl-summary-mark-as-important): Use it.
3159         (wl-summary-mark-as-unimportant): New function.
3160         (wl-summary-sync-marks): Follow the API change.
3161
3162         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3163
3164         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3165
3166 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3167
3168         * wl-folder.el (wl-folder-update-unread): Re-indent.
3169         Narrow the scope of a local variable.
3170
3171 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3172
3173         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3174         (wl-addrmgr-merge-entries): Ditto.
3175         (wl-addrmgr): Added to address entry which exists in draft buffer
3176         if no entry is in original.
3177
3178 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3179
3180         * wl-batch.el: New file.
3181
3182 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3183
3184         * wl-vars.el (wl-use-semi): Remove unused variable.
3185
3186 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3189         "?".
3190
3191 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3192
3193         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3194         wl-summary-new-mark.
3195         (wl-summary-new-cached-mark): New user option.
3196         (wl-summary-score-marks): Follow the change above.
3197         (wl-summary-auto-refile-skip-marks): Ditto.
3198         (wl-summary-incorporate-marks): Ditto.
3199         (wl-summary-expire-reserve-marks): Ditto.
3200
3201         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3202
3203         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3204         (wl-summary-persistent-mark-string): Distinguished between cached
3205         and uncached mark when the message is new.
3206
3207 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * wl-spam.el (wl-spam-domain): Renamed from
3210         `wl-spam-folder-guess-domain'.
3211         (wl-summary-exec-action-spam): Register as spam if domain of the
3212         source folder is good.
3213         (wl-summary-exec-action-refile-with-register): Register message if
3214         domain of the source folder is not undecided.
3215
3216 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3219         detect thread loop.
3220
3221 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3224         and wl-summary-skip-mark-list.
3225
3226 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3229
3230         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3231
3232         * wl-spam.el (toplevel): Require wl-highlight.
3233         (wl-spam-auto-check-policy-alist): Abolish.
3234         (wl-spam-auto-check-folder-regexp-list): New user option.
3235         (wl-spam-auto-check-marks): Ditto.
3236         (wl-spam-mark-action-list): Ditto.
3237         (wl-highlight-summary-spam-face): New face.
3238         (wl-spam-auto-check-message-p): New function.
3239         (wl-spam-map-spam-messages): Fixed message.
3240         (wl-spam-register-spam-messages): Ditto.
3241         (wl-spam-register-good-messages): Ditto.
3242         (wl-summary-spam-map): Add and remove keybind.
3243         (wl-summary-target-mark-spam): Abolish.
3244         (wl-summary-refile-spam): Ditto.
3245         (wl-summary-test-spam): New function.
3246         (wl-summary-mark-spam): Ditto.
3247         (wl-summary-auto-check-spam): Follow the above change.
3248         (wl-summary-exec-action-spam): New function.
3249         (wl-summary-exec-action-refile-with-register): Fixed message.
3250         (wl-message-check-spam): New function.
3251         (wl-spam-setup): Ditto.
3252         (toplevel): Call it if this file is loaded interactivity.
3253
3254         * Version number is increased to 2.11.20.
3255
3256 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257
3258         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3259         when new optional argument `force' is non nil or modified.
3260
3261 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3262
3263         * wl.el (toplevel): Require wl-spam when compile.
3264         (wl-save-status): Call wl-spam-save-status.
3265
3266         * wl-spam.el (wl-spam-register-spam-messages): New function.
3267         (wl-spam-register-good-messages): Ditto.
3268         (wl-spam-save-status): Ditto.
3269         (wl-summary-mode-map): Bind
3270         wl-summary-target-mark-register-as-spam to "ms" and
3271         wl-summary-target-mark-register-as-good to "mn".
3272         (wl-summary-register-as-spam): Abolish optional argument; Use
3273         wl-spam-register-spam-messages.
3274         (wl-summary-register-as-spam-all): Use
3275         wl-spam-register-spam-messages.
3276         (wl-summary-register-as-good): Abolish optional argument; Use
3277         wl-spam-register-good-messages.
3278         (wl-summary-register-as-good-all): Use
3279         wl-spam-register-good-messages.
3280         (wl-summary-target-mark-register-as-spam): New funtion.
3281         (wl-summary-target-mark-register-as-good): Ditto.
3282
3283 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * wl-spam.el: New file.
3286
3287 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3288
3289         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3290
3291         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3292         (wl-summary-auto-refile): Call wl-refile-guess with
3293         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3294
3295 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3296
3297         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3298         with disable-thread argument non-nil.
3299
3300 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3301
3302         * wl-summary.el (wl-summary-rescan): Added optional argument
3303         disable-thread.
3304         (wl-summary-sync): Call wl-summary-rescan with argument
3305         disable-thread.
3306         (wl-summary-input-range): Added new range `rescan-thread'.
3307
3308 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3311
3312 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3313
3314         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3315         internal variable.
3316         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3317         wl-summary-search-parent-by-subject-regexp and
3318         wl-summary-divide-thread-when-subject-changed as nil.
3319         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3320         (wl-summary-insert-thread): Search parent entity from
3321         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3322         thread loop.
3323
3324 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3325
3326         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3327
3328         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3329
3330         * wl-util.el (wl-require-update-all-folder-p): New function.
3331         (wl-get-assoc-list-value): Added `function' to match directive.
3332         (wl-collect-draft): Rewrite.
3333
3334         * wl-summary.el (wl-summary-sync-update): Clear faces
3335         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3336         are non-nil.
3337         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3338         argument as function.
3339         (wl-summary-input-range): Ditto.
3340
3341         * wl-folder.el (wl-draft-get-folder): New function.
3342         (wl-folder-get-elmo-folder): Consider draft folder.
3343
3344         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3345         (wl-draft-buffer-message-number): New buffer local variable.
3346         (wl-draft-folder-internal): New internal variable.
3347         (wl-draft-delete): Rewrite.
3348         (wl-draft-save): Ditto.
3349         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3350         wl-folder-get-elmo-folder.
3351         (wl-draft-config-info-operation): Ditto.
3352         (wl-jump-to-draft-folder): Ditto.
3353         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3354         (wl-draft-reedit): Rewrite.
3355
3356         * Version number is increased to 2.11.19.
3357         
3358 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3359
3360         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3361         variable.
3362
3363 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3364
3365         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3366         Use ignore-errors instead of unwind-protect.
3367
3368 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3369
3370         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3371         for updating `wl-thread-entity-list'.
3372
3373 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3374
3375         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3376         parameter from calling `wl-thread-entity-get-older-brothers' and
3377         `wl-thread-entity-get-younger-brothers'.
3378         Replace nested `append' with a single one.
3379
3380 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3381
3382         * wl-summary.el (wl-summary-mode): Don't use the return value of
3383         `make-local-hook'.
3384
3385 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3386
3387         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3388         instead of `let*'.
3389         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3390         of local variables.
3391
3392 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3395         Renamed from wl-summary-window-scroll-functions.
3396         (wl-summary-window-scroll-functions): Don't set to variable.
3397         (wl-summary-display-top): Use run-hooks.
3398         (wl-summary-display-bottom): Ditto.
3399         (wl-summary-toggle-disp-msg): Ditto.
3400         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3401         Use it instead of wl-summary-window-scroll-functions.
3402         (wl-summary-goto-folder-subr): Don't call
3403         wl-summary-window-scroll-functions, use
3404         wl-summary-buffer-window-scroll-functions instead.
3405
3406 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3407
3408         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3409         make-local-variable.
3410
3411 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3412
3413         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3414         set-buffer-modified-p.
3415         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3416         (wl-summary-display-bottom): Ditto.
3417         (wl-summary-toggle-disp-msg): Ditto.
3418
3419 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3420
3421         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3422
3423         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3424         (wl-summary-forward): Use elmo-message-entity-field instead of
3425         elmo-message-field.
3426
3427         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3428
3429 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3430
3431         * wl-summary.el (wl-summary-window-scroll-functions): No use
3432         `append'.
3433
3434 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3435
3436         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3437         function.
3438         (wl-summary-window-scroll-functions): Call it when both
3439         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3440         (wl-summary-temp-mark): Added optional argument number.
3441         (wl-summary-message-mark): Added optional argument flag.
3442         (wl-summary-persistent-mark): Added optional argument number and flag.
3443         (wl-summary-update-persistent-mark): Ditto.
3444         (wl-summary-update-status-marks): Set "r" for interactive spec.
3445
3446         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3447         argument number and flag.
3448
3449         * wl-action.el (wl-summary-registered-temp-mark): 
3450         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3451
3452 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3453
3454         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3455         internal variable (buffer local).
3456         (wl-summary-window-scroll-functions): New function.
3457         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3458         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3459         as nil.
3460         (wl-summary-update-status-marks): Added arguments beg, end and
3461         check.
3462         (wl-summary-update-mark-window): Use function.
3463         (wl-summary-sync-update): Follow the change above.
3464         (wl-summary-switch-to-clone-buffer): Copy
3465         wl-summary-buffer-unsync-mark-number-list.
3466         (wl-summary-goto-folder-subr): Set
3467         wl-summary-buffer-unsync-mark-number-list and
3468         use wl-summary-window-scroll-functions instead of
3469         wl-summary-lazy-highlight.
3470
3471         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3472
3473 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3474
3475         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3476
3477         * wl-summary.el (wl-summary-update-persistent-mark): Call
3478         wl-summary-set-message-modified.
3479
3480         * wl-summary.el (wl-summary-sync-update): Don't call
3481         wl-summary-update-status-marks.
3482
3483         * Version number is increased to 2.11.18.
3484
3485 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3486
3487         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3488         (wl-message-next-page): Ditto.
3489
3490 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3491
3492         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3493         local variable.  Change the order of a collected list into the
3494         same as the specified range.  Remove nil from a collected list.
3495
3496 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3499         argument for elmo-folder-list-messages.
3500
3501 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3504         change (wl-summary-count-unreads return a list instead of a cons
3505         cell).
3506
3507 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3508
3509         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3510         `wl-summary-folder-info-update'.
3511
3512 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3513
3514         * wl-summary.el (wl-summary-set-message-modified): No use
3515         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3516         (wl-summary-set-mark-modified): Abolish.
3517         (wl-summary-mark-modified-p): Ditto.
3518         (wl-summary-save-view): Follow the change above.
3519
3520         * wl-expire.el (wl-summary-expire): Likewise.
3521
3522 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3523
3524         * wl-summary.el (wl-summary-detect-mark-position): Use
3525         modb-entity-handler.
3526         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3527
3528         * Version number is increased to 2.11.17.
3529
3530 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3531
3532         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3533         entity field value.
3534         (wl-summary-prefetch-msg): Ditto.
3535         (wl-summary-print-message-with-ps-print): Ditto.
3536
3537 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3538
3539         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3540         for dummy entity.
3541         (wl-summary-insert-thread): Use elmo-message-entity-field.
3542         (wl-summary-update-thread): Use elmo-message-entity-field and
3543         elmo-message-entity-number.
3544         (wl-summary-line-number):  Use elmo-message-entity-number.
3545         (wl-summary-line-size): Use elmo-message-entity-field.
3546         (wl-summary-line-subject): Ditto.
3547         (wl-summary-line-from): Ditto.
3548         (wl-summary-line-attached): Ditto.
3549         (wl-summary-create-line): Ditto.
3550         (wl-summary-create-line): Use elmo-message-entity-number.
3551         (wl-summary-print-message-with-ps-print): Use
3552         elmo-message-entity-field.
3553
3554 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3557         change in elmo-msgdb-make-message-entity.
3558         (wl-summary-buffer-set-folder): Don't call
3559         wl-summary-detect-mark-position here.
3560         (wl-summary-rescan): Call elmo-message-entity-number.
3561         (wl-summary-sync-update): Ditto.
3562         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3563
3564         * wl-score.el (wl-score-header-index): Redefine 2th element.
3565         (wl-score-overview-entity-get-extra): Abolish.
3566         (wl-score-ov-entity-get): Rewrite.
3567         (wl-score-string-index<, wl-score-string-func<): Abolish.
3568         (wl-score-string<): New function.
3569         (wl-score-string-sort): Use it.
3570
3571         * wl-refile.el (wl-refile-guess-by-history): Use
3572         elmo-message-entity-field.
3573         (wl-refile-guess-by-from): Ditto.
3574         (wl-refile-guess-by-msgid): Ditto.
3575
3576         * Version number is increased to 2.11.16.
3577
3578 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3579
3580         * wl-folder.el (wl-folder-confirm-existence): Don't call
3581         file-exists-p if msgdb-path is nil.
3582         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3583         `wl-read-folder-hist' to `wl-read-folder-history'.
3584
3585 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3586
3587         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3588         `y-or-n-p'.
3589
3590 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3591
3592         * wl-score.el (wl-score-headers): Don't use
3593         elmo-folder-do-each-message-entity.
3594
3595         * Version number is increased to 2.11.15.
3596
3597 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-summary.el (wl-summary-delete-all-msgs): Use
3600         elmo-folder-move-messages instead of elmo-folder-delete-messages
3601         and elmo-folder-detach-messages.
3602         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3603
3604         * wl-expire.el (wl-expire-delete): Ditto.
3605         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3606
3607 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3610         (wl-message-header-narrowing-fields): Ditto.
3611         (wl-message-header-narrowing-lines): Ditto.
3612         (wl-message-header-narrowing-string): Ditto.
3613
3614         * wl-summary.el (wl-summary-mode-map): Bind
3615         wl-summary-toggle-header-narrowing to "C-cC-f".
3616         (wl-summary-toggle-header-narrowing): New function.
3617
3618         * wl-message.el (wl-message-buffer-create): Call
3619         wl-message-header-narrowing-setup.
3620         (wl-message-redisplay): Call wl-message-header-narrowing.
3621         (wl-message-header-narrowing): New function.
3622         (wl-message-header-narrowing-map): New keymap.
3623         (wl-message-header-narrowing-widen-map): New keymap.
3624         (wl-message-header-narrowing-again-at-mouse): New function.
3625         (wl-message-header-narrowing-1): Ditto.
3626         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3627         (wl-message-header-narrowing-setup): Ditto.
3628         (wl-message-header-narrowing-toggle): Ditto.
3629         
3630         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3631
3632         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3633         'flag as all.
3634         (wl-use-flag-folder-help-echo): New user option.
3635
3636         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3637         wl-summary-highlight as nil.
3638         (wl-summary-set-mark-modified): Follow the API change.
3639         (wl-summary-mark-modified-p): Ditto.
3640         (wl-summary-mark-as-read-all): Ditto.
3641         (wl-summary-sync-marks): Don't call
3642         elmo-folder-list-messages-with-global-mark.
3643         (wl-summary-mark-as-read-internal): Follow the API change.
3644         (wl-summary-mark-as-answered-internal): Ditto.
3645         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3646         Follow the API change.
3647         (wl-summary-create-line): Call with number argument.
3648         (wl-summary-reply): Follow the API change.
3649
3650         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3651         function.
3652         (wl-highlight-summary-line-string): Call it when
3653         wl-use-flag-folder-help-echo is non-nil.
3654         (wl-highlight-summary-current-line): Ditto.
3655         (elmo-flag-folder-referrer): Added autoload setting.
3656
3657         * wl-draft.el (wl-draft-kill): Follow the API change.
3658
3659         * Version number is increased to 2.11.14.
3660         
3661 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3662
3663         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3664
3665 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3666
3667         * Version number is increased to 2.11.13.
3668
3669 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3670
3671         * wl-draft.el (wl-draft-previous-history-element): Fixed
3672         unbalanced parenthesis and bind unbound local variables.
3673
3674 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3675
3676         * wl-draft.el (wl-draft-previous-history-element): New function.
3677         (wl-draft-next-history-element): Ditto.
3678         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3679         them to M-p and M-n.
3680
3681 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3682
3683         * Version number is increased to 2.11.12.
3684
3685 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3686
3687         * wl-draft.el (wl-draft-hide): Select buffer-window.
3688
3689 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3690
3691         * wl-summary.el (wl-summary-narrow-to-region): New function.
3692         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3693         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3694         (wl-summary-save-region): Use it.
3695         * wl-action.el (wl-summary-collect-numbers-region)
3696         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3697
3698 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3699
3700         * wl-folder.el (wl-folder-count-incorporates): Don't use
3701         `elmo-msgdb-mark-load'
3702
3703         * Version number is increased to 2.11.11.
3704
3705 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3706
3707         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3708         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3709
3710 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3713
3714 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3715
3716         * Version number is increased to 2.11.10.
3717
3718 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3719
3720         * wl-mime.el (wl-draft-attribute-value): Fixed.
3721
3722 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3723
3724         * wl-util.el (wl-copy-local-variables): New function.
3725
3726         * wl-mime.el (wl-draft-attribute-recipients): New function.
3727         (wl-draft-attribute-envelope-from): Ditto.
3728         (wl-draft-attribute-smtp-posting-server): Ditto.
3729         (wl-draft-attribute-smtp-posting-port): Ditto.
3730         (wl-draft-attribute-value): Ditto.
3731         (wl-draft-preview-message): Use it to get value for
3732         attributes. Reflect result of `wl-draft-config'.
3733
3734         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3735         and call `wl-summary-mark-as-read' before to call
3736         `wl-summary-unset-mark'.
3737         (wl-summary-target-mark-mark-as-unread): Likewise.
3738         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3739
3740 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-mime.el (wl-draft-preview-message): Use actual value for
3743         attributes; Fix for small window.
3744
3745 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3746
3747         * wl-refile.el (wl-refile-get-field-value): Call
3748         `elmo-message-entity-field' with 3rd argument is non-nil.
3749
3750 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-vars.el (wl-draft-preview-attributes): New user option.
3753         (wl-draft-preview-attributes-list): Ditto.
3754         (wl-draft-preview-attributes-buffer-lines): Ditto.
3755         (wl-draft-preview-attributes-buffer-name): Ditto.
3756
3757         * wl-mime.el (wl-draft-preview-message): Display attributes.
3758
3759 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * wl-summary.el (wl-summary-detect-mark-position): Bind
3762         wl-summary-flag-priority-list to '(new).
3763
3764 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3767         funtion.
3768         (wl-highlight-summary-line-string): Use it.
3769         (wl-highlight-summary-current-line): Ditto.
3770
3771 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3772
3773         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3774         line even when the mark string is not changed.
3775
3776         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3777         argument change in the wl-summary-create-line.
3778         (wl-thread-insert-entity-sub): Ditto.
3779
3780         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3781         argument change in the wl-summary-create-line.
3782         (wl-summary-insert-sequential): Ditto.
3783         (wl-summary-update-thread): Ditto.
3784         (wl-summary-persistent-mark-string): New inline function.
3785         (wl-summary-message-mark): Use it.
3786         (wl-summary-create-line): Abolish argument wl-persistent-mark
3787         and added wl-flags, wl-cached.
3788
3789         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3790         mark to flags.
3791         (wl-highlight-summary-current-line): Decide the face not by the 
3792         persistent mark but flags.
3793
3794 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3795
3796         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3797         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3798         wl-summary-read-uncached-mark): Revive.
3799         (wl-summary-answered-cached-mark,
3800         wl-summary-answered-uncached-mark): New user option.
3801         (wl-summary-score-marks): Follow the change above.
3802         (wl-summary-auto-refile-skip-marks): Ditto.
3803         (wl-summary-incorporate-marks): Ditto.
3804         (wl-summary-expire-reserve-marks): Ditto.
3805         (wl-summary-flag-priority-list): New user option.
3806
3807         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3808         changes.
3809         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3810         of elmo-message-mark.
3811         (wl-summary-mark-as-read-internal): Ditto.
3812         (wl-summary-mark-as-answered): Ditto.
3813         (wl-summary-mark-as-important): Ditto.
3814         (wl-summary-redisplay-internal): Ditto.
3815         (wl-summary-redisplay-no-mime-internal): Ditto.
3816         (wl-summary-message-mark): New function.
3817         (wl-summary-insert-sequential): Use wl-summary-message-mark
3818         instead of elmo-message-mark.
3819         (wl-summary-update-thread): Ditto.
3820         (wl-summary-persistent-mark): Ditto.
3821         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3822         instead of elmo-message-mark.
3823
3824         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3825         wl-summary-message-mark instead of elmo-message-mark.
3826         (wl-thread-insert-entity-sub): Ditto.
3827         (wl-thread-get-children-msgs-uncached): Ditto.
3828
3829         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3830         variable name changes.
3831         (wl-highlight-summary-current-line): Ditto.
3832
3833         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3834         wl-summary-message-mark instead of elmo-message-mark.
3835
3836         * wl-expire.el (wl-expire-message-p): Ditto.
3837
3838         * wl-score.el (wl-score-headers): Ditto.
3839
3840         * Version number is increased to 2.11.9.
3841
3842         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3843         (wl-summary-sync-update): Follow the change above.
3844         (wl-summary-switch-to-clone-buffer): Ditto.
3845         (wl-summary-open-folder): Ditto.
3846
3847 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3848
3849         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3850         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3851
3852         * Version number is increased to 2.11.8.
3853
3854         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3855
3856         * wl-expire.el (wl-expire-refile): Follow the API change on
3857         `elmo-folder-move-messages'.
3858         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3859
3860         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3861         (wl-summary-exec-action-refile): Ditto.
3862         (wl-summary-exec-action-copy): Ditto.
3863         (wl-summary-no-auto-refile-message-p): No use
3864         `wl-summary-buffer-msgdb'.
3865         (wl-summary-auto-refile): Ditto.
3866
3867 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3868
3869         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3870
3871 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-summary.el (wl-summary-sync): Treat no-sync.
3874
3875         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3876         (wl-default-sync-range): Ditto.
3877
3878 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3879
3880         * wl-refile.el (wl-refile-subject-learn): Call
3881         `elmo-message-entity-field' with 3rd argument is non-nil.
3882         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3883         instead of `elmo-msgdb-overview-entity-get-subject'.
3884
3885 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3888         scan-type is rescan.
3889         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3890         new optional argument force is non-nil.
3891         (wl-summary-save-view-cache): Call it with force argument non-nil.
3892
3893         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3894
3895 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3896
3897         * wl-action.el (wl-summary-print-argument): Fixed last change.
3898
3899 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3900
3901         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3902         simplified.
3903         (wl-summary-target-mark-mark-as-unread): Likewise.
3904         (wl-summary-target-mark-mark-as-important): Likewise.
3905
3906 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3907
3908         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3909         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3910         (wl-summary-mark-as-important-region): Change accordingly.
3911         (wl-summary-target-mark-mark-as-important): Ditto.
3912
3913 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3914
3915         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3916
3917         * wl-action.el (wl-summary-print-argument): Print argument to
3918         right side of window if `wl-summary-print-argument-within-window'
3919         is non-nil.
3920
3921 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-action.el (wl-summary-set-mark): Use
3924         `wl-summary-message-visible-p' to check visibility of the message
3925         and jump to message only when the message line is visible and have
3926         different number; Call wl-summary-unset-mark with number argument.
3927         (wl-summary-unset-mark): 
3928         Use `wl-summary-message-visible-p'
3929         to check visibility of the message and jump to message only when
3930         the message line is visible and have different number;
3931
3932 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3933
3934         * Version number is increased to 2.11.7.
3935
3936         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3937         and wl-folder-summary-line-format.
3938
3939         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3940         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3941         (wl-summary-set-score-mark): Use it.
3942         (wl-summary-target-mark-mark-as-read): Ditto.
3943         (wl-summary-target-mark-mark-as-unread): Ditto.
3944         (wl-summary-target-mark-mark-as-important): Ditto.
3945         (wl-summary-target-mark-msgs): Simplified.
3946         (wl-summary-detect-mark-position): Fixed problem when
3947         summary-line-format no contain persisten/temp mark spec.
3948         (wl-summary-temp-mark): Ditto.
3949         (wl-summary-persistent-mark): Ditto.
3950         (wl-summary-update-persistent-mark): Ditto.
3951
3952         * wl-action.el (wl-summary-set-mark): Ditto.
3953         (wl-summary-unset-mark): Ditto.
3954         All other related portions are changed.
3955
3956 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3957
3958         * Version number is increased to 2.11.6.
3959
3960 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-util.el (wl-current-message-buffer): Define as function;
3963         Don't use the value of wl-messge-buffer.
3964
3965         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3966         persistent mark.
3967
3968         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3969         no current message, cause an error.
3970
3971 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3972
3973         * wl-summary.el (wl-summary-set-message-modified): Use
3974         elmo-folder-set-message-modified instead of
3975         elmo-folder-set-message-modified-internal.
3976
3977 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3978
3979         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3980         interactively.
3981         (wl-summary-sync): nokill->entirely.
3982         (wl-summary-sync-marks): Fixed message.
3983         (wl-summary-input-range): Added mark, nokill->entirely.
3984
3985         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3986         messages as read.
3987
3988 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3989
3990         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3991         update-noscore.
3992         (wl-summary-sync): Follow the change above.
3993
3994 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3995
3996         * wl-action.el (wl-summary-target-mark-all): Use
3997         elmo-folder-list-messages.
3998
3999 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4002         (wl-summary-rescan): Set wl-summary-scored as nil.
4003         (wl-summary-sync-force-update): Follow the change above.
4004         (wl-summary-sync): Ditto.
4005         (wl-summary-sync-update): Added argument disable-killed.
4006         (wl-summary-insert-headers): Set visible-only argument for
4007         elmo-folder-list-messages.
4008         (wl-summary-input-range): Added update-nokill, update-noscore,
4009         all-nokill, all-noscore and mark.
4010
4011         * Version number is increased to 2.11.5.
4012
4013         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4014
4015 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4016
4017         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4018         (wl-summary-prefetch-region-no-mark): Change accordingly.
4019         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4020
4021 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4022
4023         * wl-address.el (wl-complete-field-to): Abolished.
4024         (wl-complete-address): Completion function for completing-read.
4025         * wl-action.el (wl-summary-get-resend-address): Use it.
4026
4027         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4028         wl-summary-update-mark and abolish unused argument.
4029         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4030         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4031         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4032         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4033         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4034         * wl-draft.el (wl-draft-kill): Ditto.
4035
4036         * wl-summary.el: Remove unused binding of case-fold-search.
4037         (wl-summary-replace-status-marks): Abolished.
4038
4039 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4040
4041         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4042         is specified or folder length is zero.
4043
4044 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4045
4046         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4047         (wl-folder-archive-current-entity): Ditto.
4048
4049 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4050
4051         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4052         retrieving message mark.
4053         (wl-summary-redisplay-internal): Ditto.
4054
4055         * wl-message.el (wl-message-buffer-display): Ignore errors while
4056         retrieving message-id field.
4057
4058         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4059         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4060         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4061         order of the arguments for `wl-expire-message-p'.
4062         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4063
4064         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
4065         Check return value of wl-summary-reply.
4066         (wl-summary-reply): Recover window configuration when an error occured.
4067
4068 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4069
4070         * wl-summary.el (wl-summary-resend-message): Abolished, the
4071         feature is inherited by wl-summary-resend (put resend mark).
4072
4073 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4074
4075         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4076         wl-message-buffer to nil when the message is hide.
4077
4078 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4079
4080         * .cvsignore: New file.
4081
4082 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4083
4084         * wl-action.el (wl-summary-action-docstring): Add more info.
4085         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4086         duplicate definition.
4087         (wl-summary-define-mark-action): Functions wl-summary-*-region
4088         keep current position.
4089         (wl-summary-unregister-target-mark): Store result to the variable.
4090
4091 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4092
4093         * Version number is increased to 2.11.4.
4094
4095 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4096
4097         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4098         wl-summary-delete-all-temp-marks.
4099         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4100
4101         * wl-action.el (wl-summary-set-mark): Changed terminology
4102         refile-destination -> action-argument.
4103         (wl-summary-unset-mark): Ditto.
4104         (wl-summary-remove-argument): Ditto.
4105         (wl-summary-print-argument): Ditto.
4106
4107         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4108         (wl-thread-remove-argument-region): Ditto.
4109         (wl-thread-print-argument-region): Ditto.
4110         (wl-thread-close): Ditto.
4111         (wl-thread-open): Ditto.
4112
4113         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4114         (wl-highlight-refile-destination-face is abolished)
4115         (wl-highlight-action-argument-string): Ditto.
4116         (wl-highlight-summary-current-line): Highlight action argument.
4117
4118         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4119         color for light backgrounds.
4120         (wl-highlight-summary-answered-face): Ditto.
4121
4122 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4125
4126         * wl-score.el (wl-summary-score-update-all-lines): Use
4127         wl-summary-set-mark.
4128         (wl-summary-score-update-all-lines): Kill expunged messages.
4129
4130         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4131
4132 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4133
4134         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4135         directly.
4136         (wl-score-overview-entity-get-lines): Ditto.
4137         (wl-score-overview-entity-get-xref): Ditto.
4138         (wl-score-get-latest-msgs): Ditto.
4139         (wl-summary-rescore): Ditto.
4140
4141         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4142         to "&".
4143         (wl-summary-mark-as-answered-internal): New inline function.
4144         (wl-summary-mark-as-answered): New function.
4145         (wl-summary-mark-as-unanswered): Ditto.
4146         (wl-summary-sync-marks): Modified for answered-mark synching.
4147
4148 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4149
4150         * wl-action.el (wl-summary-set-mark): Fixed last change.
4151
4152 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4153
4154         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4155         behavior of wl-summary-unread-message-hook
4156         (Pointed out by akira yamada <akira@arika.org>).
4157
4158 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4159
4160         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4161         wl-summary-delete.
4162         * wl-xmas.el (wl-summary-toolbar): Ditto.
4163
4164         * wl-action.el (wl-summary-set-mark): Don't override current
4165         temp-mark.
4166
4167         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4168
4169 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4172         (wl-refile-msgid-learn): Ditto.
4173         (wl-refile-get-field-value): Ditto.
4174
4175         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4176
4177         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4178         (wl-expire-delete-reserved-messages): Renamed from
4179         wl-expire-reserve-marked-msgs-from-list.
4180         (wl-expire-delete): Removed argument `msgdb'.
4181         (wl-expire-refile): Ditto.
4182         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4183         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4184         mark-alist as argument.
4185         (wl-expire-archive-number1): Removed argument `msgdb'.
4186         (wl-expire-archive-number2): Ditto.
4187         (wl-expire-archive-date): Ditto.
4188         (wl-expire-localdir-date): Ditto.
4189         (wl-expire-hide): Ditto.
4190         (wl-archive-number1): Ditto.
4191         (wl-archive-number2): Ditto.
4192         (wl-archive-date): Ditto.
4193         (wl-archive-folder): Ditto.
4194         All other related portions are changed.
4195
4196 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4197
4198         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4199         mean move up and down. (suggested by Takashi Kawachi)
4200
4201 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4202
4203         * wl-acap.el (toplevel): Don't require un-define.
4204
4205 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-thread.el (wl-thread-delete-message): Always update
4208         wl-summary-buffer-number-list.
4209
4210         * wl-action.el (wl-summary-print-destination): 
4211         Do nothing when folder is nil.
4212
4213 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4214
4215         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4216         persistent mark when prefetch is succeeded.
4217
4218 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4219
4220         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4221         instead of elmo-msgdb-delete-msgs.
4222         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4223         (wl-expire-hide): Ditto.
4224
4225         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4226
4227         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4228         elmo-msgdb interface.
4229         (wl-thread-get-exist-children): Likewise.
4230         (wl-thread-insert-message): Likewise.
4231         (wl-thread-msg-mark-as-important): Likewise.
4232         (wl-thread-insert-entity-sub): Likewise.
4233         (wl-thread-get-children-msgs-uncached): Likewise.
4234
4235         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4236         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4237         (wl-summary-sync-update): Likewise.
4238         (wl-summary-auto-select-msg-p): Likewise.
4239         (wl-summary-update-thread): Likewise.
4240         (wl-summary-mark-as-important): Likewise.
4241         (wl-summary-jump-to-msg-internal): Likewise.
4242         (wl-summary-redisplay-internal): Likewise.
4243         (wl-summary-print-message-with-ps-print): Likewise.
4244         (wl-summary-folder-info-update): Likewise.
4245
4246         * wl-folder.el (wl-folder-check-one-entity):
4247         elmo-folder-count-flags instead of wl-summary-count-unread.
4248
4249         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4250
4251         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4252
4253         * wl-summary.el (wl-summary-set-message-modified): 
4254         Call wl-summary-set-mark-modified.
4255         (wl-summary-delete-messages-on-buffer): Call
4256         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4257         (wl-summary-sync-update): Call elmo-folder-length instead of
4258         elmo-folder-messages.
4259         (wl-summary-insert-headers): Don't call
4260         elmo-folder-list-message-entities.
4261
4262 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4263
4264         * wl-action.el (wl-summary-define-mark-action): Call
4265         `wl-summary-set-mark' with argument `data'.
4266         (wl-summary-auto-refile): Fixed order of arguments when call
4267         `wl-summary-refile'.
4268
4269 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4272
4273         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4274
4275         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4276         (Renamed from wl-highlight-summary-deleted-face).
4277         (wl-highlight-summary-resend-face): New face.
4278
4279         (wl-highlight-summary-deleted-face): Renamed from
4280         wl-highlight-summary-erased-face.
4281
4282         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4283
4284         * wl-action.el (wl-summary-get-resend-address): New function.
4285         (wl-summary-exec-action-resend): Ditto.
4286         (wl-summary-exec-action-resend-subr): Ditto.
4287
4288         * w-thread.el (wl-thread-copy): Removed definition.
4289         (wl-thread-refile): Ditto.
4290         (wl-thread-delete): Ditto.
4291         (wl-thread-target-mark): Ditto.
4292
4293         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4294         (wl-summary-target-mark-set-action): Fixed.
4295         (wl-summary-define-mark-action): Fixed quotation.
4296         (wl-summary-move-mark-list-messages): Display message.
4297         (wl-summary-define-mark-action): Define thread functions.
4298         (wl-summary-exec-action-refile): Changed message.
4299         (wl-summary-exec): Ditto.
4300
4301 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4302         
4303         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4304         '%%'.
4305
4306 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl.el (toplevel): Require wl-action.
4309         (wl-init): Call wl-summary-define-mark-action.
4310
4311         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4312
4313         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4314         wl-summary-delete and wl-summary-erase.
4315         (wl-summary-mode-map): Ditto.
4316
4317         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4318         wl-delete-folder-alist.
4319
4320         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4321         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4322         (toplevel): Moved mark & action related functions to the wl-action.el.
4323
4324         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4325         in wl-summary-mark-action-list.
4326         (wl-highlight-summary-current-line): Ditto.
4327
4328         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4329         empty lines.
4330
4331         * wl-action.el: New file. 
4332
4333 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4334
4335         * wl-summary.el (wl-summary-target-mark-replace): New function.
4336         (wl-summary-target-mark-prefetch): Use it.
4337         (wl-summary-target-mark-delete): Ditto.
4338         (toplevel): Rearranged definition order.
4339         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4340         (wl-summary-target-mark-erase): Rewrite.
4341         (wl-summary-erase-region): New function.
4342         (wl-summary-exec-action-erase): Changed message.
4343         (wl-summary-move-mark-list-messages): New function.
4344         (wl-summary-exec-action-delete): Use it.
4345         (wl-summary-exec-action-erase): Ditto.
4346
4347         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4348         (wl-summary-skip-mark-list): Added "d".
4349
4350         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4351         while searching.
4352
4353         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4354         and define using defcustom;
4355         Define 4th element as a face.
4356         
4357         * wl-summary.el (wl-summary-incorporate): Use 
4358         `wl-summary-prefetch-region-no-mark' instead of
4359         `wl-summary-prefetch-region'.
4360         (wl-summary-prefetch-region-no-mark): Revival of old
4361         `wl-summary-prefetch-region'.
4362         (wl-summary-mark-action-list): Moved to wl-vars.el
4363
4364         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4365         face according to the `wl-summary-mark-action-list'.
4366         (wl-highlight-summary-current-line): Ditto;
4367         Removed destination highlighting.
4368
4369         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4370         (wl-highlight-summary-line-string): Highlight for "i" mark.
4371         (wl-highlight-summary-current-line): Ditto.
4372
4373         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4374         no destination.
4375
4376         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4377         exists, just go ahead.
4378         (wl-summary-prefetch-region): Rewrite.
4379         (wl-summary-prefetch): Ditto.
4380         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4381         (wl-summary-exec-action-prefetch): New function.
4382         (wl-summary-target-mark-prefetch): Rewrite.
4383
4384 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4385
4386         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4387         (wl-highlight-summary-line-string): Added "d" and "D".
4388         (wl-highlight-summary-current-line): Ditto.
4389
4390         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4391         in wl-summary.el.
4392         (wl-thread-insert-entity-sub): Ditto.
4393         (wl-thread-remove-destination-region): Ditto.
4394         (wl-thread-print-destination-region): Ditto.
4395
4396         * wl-summary.el (wl-summary-buffer-refile-list,
4397         wl-summary-buffer-delete-list,
4398         wl-summary-buffer-copy-list): Abolish.
4399         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4400         All other related portions are changed.
4401         (wl-summary-mark-action-list): New variable.
4402         (wl-summary-set-mark): New function.
4403         (wl-summary-register-target-mark): Ditto.
4404         (wl-summary-unregister-target-mark): Ditto.
4405         (wl-summary-have-target-mark-p): Ditto.
4406         (wl-summary-register-temp-mark): Ditto.
4407         (wl-summary-unregister-temp-mark): Ditto.
4408         (wl-summary-registered-temp-mark): Ditto.
4409         (wl-summary-collect-temp-mark): Ditto.
4410         (wl-summary-unset-mark): Ditto.
4411         (wl-summary-set-target-mark): Ditto.
4412         (wl-summary-unset-target-mark): Ditto.
4413         (wl-summary-set-action-generic): Ditto.
4414         (wl-summary-unset-action-generic): Ditto.
4415         (wl-summary-exec-action-delete): Ditto.
4416         (wl-summary-exec-action-erase): Ditto.
4417         (wl-summary-set-action-refile): Ditto.
4418         (wl-summary-set-action-refile-subr): Ditto.
4419         (wl-summary-unset-action-refile): Ditto.
4420         (wl-summary-make-destination-numbers-list): Ditto.
4421         (wl-summary-exec-action-refile): Ditto.
4422         (wl-summary-set-action-copy): Ditto.
4423         (wl-summary-unset-action-copy): Ditto.
4424         (wl-summary-exec-action-copy): Ditto.
4425         (wl-summary-collect-numbers-region): Ditto.
4426         (wl-summary-delete): Rewrite.
4427         (wl-summary-erase): Ditto.
4428         (wl-summary-remove-destination): Ditto.
4429         (wl-summary-exec): Ditto.
4430         (wl-summary-exec-region): Ditto.
4431         (wl-summary-target-mark-erase): Ditto.
4432         (wl-summary-refile): Ditto.
4433         (wl-summary-copy): Ditto.
4434         (wl-summary-unmark): Ditto.
4435         (wl-summary-delete-all-mark): Ditto.
4436         (wl-summary-mark-line): Don't highlight.
4437         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4438         (wl-summary-target-mark-refile-subr): Rewrite.
4439
4440         (wl-summary-copy-prev-destination): Abolish.
4441
4442 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4443
4444         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4445         default values along the value of wl-on-mule.
4446         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4447         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4448         It is not used anywhere.
4449
4450 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4451
4452         * wl-summary.el (wl-summary-print-destination): Keep position.
4453         (wl-summary-cursor-move-surface): Keep horizontal position.
4454
4455 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4456
4457         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4458         write sendlog.
4459
4460 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4463         `wl-summary-highlight'.
4464
4465 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4466
4467         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4468         trivial condition for temp-mark.
4469
4470 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4471
4472         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4473         when it hits killed buffer.
4474
4475 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4476
4477         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4478         * wl-news.el.in: `message' and `error' take format string.
4479
4480 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4481
4482         * wl-folder (wl-folder-insert-entity): Display a message,
4483         `...done', when the work finish.
4484         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4485
4486 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4487
4488         * wl-message.el (wl-message-redisplay): Remove unused local
4489         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4490
4491 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4492
4493         * wl-summary.el (wl-summary-replace-status-marks): Disable
4494         interactive use.
4495         (wl-summary-reedit): Check message existence at first.
4496         (wl-summary-mark-line): Fix doc, return value is indefinite.
4497
4498         * wl-highlight.el (wl-highlight-message): Arranged.
4499
4500         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4501         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4502         check temp-mark by wl-summary-temp-mark always.
4503         (wl-highlight-summary): Change accordingly.
4504         * wl-summary.el (wl-summary-mark-as-read-all)
4505         (wl-summary-delete-cache, wl-summary-set-score-mark)
4506         (wl-summary-mark-as-unread, wl-summary-unmark)
4507         (wl-summary-mark-line, wl-summary-mark-as-read)
4508         (wl-summary-mark-as-important): Ditto.
4509
4510         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4511         end of the window if possible.
4512         * wl-summary.el (wl-summary-sync-update): Support lazy
4513         highlighting.
4514         (wl-summary-toggle-disp-msg): Ditto.
4515
4516 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4517
4518         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4519
4520 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4521
4522         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4523         change.
4524
4525 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4526
4527         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4528         API.
4529         (wl-summary-sync-update): Ditto.
4530
4531         * wl-score.el (wl-score-get-score-alist): Changed argument.
4532         (wl-summary-rescore-msgs): Likewise.
4533         (wl-summary-score-headers): Likewise.
4534         (wl-score-headers): Likewise;
4535         Use elmo-folder-do-each-message-entity, etc.
4536         (wl-summary-score-effect): Follow the changes above.
4537         (wl-summary-rescore): Ditto.
4538         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4539         (wl-score-get-overview): Abolish.
4540
4541         * wl-summary.el (wl-summary-default-from): Follow the API change in
4542         elmo-msgdb.
4543         (wl-summary-count-unread): Ditto.
4544         (wl-summary-detect-mark-position): Ditto.
4545         (wl-summary-overview-entity-compare-by-date): Ditto.
4546         (wl-summary-overview-entity-compare-by-number): Ditto.
4547         (wl-summary-overview-entity-compare-by-from): Ditto.
4548         (wl-summary-overview-entity-compare-by-subject): Ditto.
4549         (wl-summary-get-list-info): Ditto.
4550         (wl-summary-rescan): Ditto.
4551         (wl-summary-jump-to-msg-by-message-id): Ditto.
4552         (wl-summary-sync-update): Ditto; Removed comment.
4553         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4554         (wl-summary-insert-message): Use wl-summary-insert
4555         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4556         (wl-summary-insert-headers): Changed argument overview to folder.
4557         (wl-summary-search-by-subject): Likewise.
4558         (wl-summary-insert-thread): Renamed from 
4559         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4560
4561         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4562         too.
4563
4564         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4565         wl-string-member.
4566
4567 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4570         elmo-folder-append-buffer.
4571         (wl-draft-queue-append): Likewise.
4572
4573         * wl-mime.el (wl-message-delete-current-part): Ditto.
4574         (wl-summary-burst-subr): Ditto.
4575
4576         * wl-news.el.in (wl-news-send-news): Ditto.
4577
4578 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4581         function.
4582         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4583         (wl-summary-update-mark): Enclose with save-excursion.
4584         (wl-summary-mark-as-read-internal): Fixed last change.
4585         (wl-summary-mark-as-important): Use 3rd argument of
4586         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4587         Don't use elmo-msgdb-set-mark.
4588         (wl-summary-redisplay-internal): If msgdb flag is already read,
4589         just update the mark on buffer.
4590
4591 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4592
4593         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4594         cut visible folder when elmo-folder-delete returns non-nil value.
4595
4596 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4597
4598         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4599         by Kenichi OKADA <okada@opaopa.org>).
4600
4601 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4602
4603         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4604
4605 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4606
4607         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4608         Fixed the last change, search group entity by its real name.
4609         (Thanks to: KOBAYASHI Shinji)
4610
4611 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4612
4613         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4614         (wl-fldmgr-access-display-all): Don't refer visible name.
4615         * wl-expire.el (wl-folder-archive-current-entity)
4616         (wl-folder-expire-current-entity): Ditto.
4617         * wl-folder.el (wl-folder-jump-to-current-entity)
4618         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4619         (wl-folder-open-folder-sub,wl-folder-open-all)
4620         (wl-folder-write-current-folder): Ditto.
4621         (wl-folder-insert-entity): Don't use petname for normal group.
4622         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4623         is the real name.
4624         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4625         Abolished.
4626
4627 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4628
4629         * wl-draft.el (wl-draft-create-buffer): Add
4630         `wl-summary-reply-with-citation'
4631
4632 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4633
4634         * wl-draft.el (wl-draft-reply): Fixed.
4635
4636 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4639         when `wl-draft-send-confirm-with-preview' is non-nil.
4640         You can scroll up/down by j/k.
4641         (wl-draft-send-confirm-with-preview): New variable (default=t).
4642
4643 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4646         (wl-fldmgr-save-folders): Fix comment.
4647
4648 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4651         along the last change in `wl-folder-buffer-group-p'.
4652
4653 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4656         folder.
4657
4658         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4659         the default value.
4660
4661         * wl-mime.el (wl-summary-burst): Update summary only when target
4662         folder equals current folder.
4663
4664 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4667
4668 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4671         value.
4672
4673 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4676         `map-extents' instead of `extent-at' repeatedly.
4677         (wl-highlight-folder-current-line): Ditto.
4678
4679         * wl-highlight.el: Remove useless dummy functions.
4680
4681 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4684         (wl-folder-put-folder-property): New function to put text property.
4685         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4686         (wl-folder-insert-entity, wl-folder-update-diff-line)
4687         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4688         * wl-e21.el, wl-xmas.el, wl-mule.el
4689         (wl-highlight-folder-current-line): Ditto.
4690         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4691         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4692         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4693         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4694
4695 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * Version number is increased to 2.11.3.
4698
4699 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4702         Resume current-buffer since it is assumed by remaining tasks.
4703
4704 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4707         (wl-folder-completion-function): Abolished.
4708         (wl-folder-complete-folder): New function.
4709         (wl-folder-complete-filter-condition): Ditto.
4710         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4711         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4712
4713 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-draft.el (wl-draft-send-confirm): New function.
4716         (wl-draft-send): Use it.
4717
4718         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4719         cursor-in-echo-area while confirming.
4720
4721         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4722
4723         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4724         searching via nntp if wl-summary-search-via-nntp is 'force.
4725         Otherwise, invoke searching in nntp folder only.
4726         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4727
4728         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4729         explicitly for mime-make-text-tag.
4730
4731 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4732
4733         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4734         `mime-make-text-tag' instead of `mime-create-tag'.
4735
4736 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4739         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4740
4741 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-score.el (wl-score-save): Bind print-length and print-level.
4744         (wl-score-pretty-print): Ditto.
4745         (wl-score-edit-insert-header-entry): Ditto.
4746
4747         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4748         "From" entry to be treated with wl-draft-eword-encode-address-list.
4749         * wl-mime.el (wl-draft-preview-message): Ditto.
4750
4751         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4752         (wl-summary-mark-as-unread): Ditto.
4753         (wl-summary-mark-as-read-region): Change accordingly.
4754         (wl-summary-mark-as-unread-region): Ditto.
4755         (wl-summary-target-mark-mark-as-read): Ditto.
4756         (wl-summary-target-mark-mark-as-unread): Ditto.
4757
4758 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * Version number is increased to 2.11.2.
4761
4762 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-news.el.in (wl-news-previous-version-save): Bind
4765         print-length and print-level.
4766         * wl-thread.el (wl-thread-save-entities): Ditto.
4767         (wl-thread-save-top-list): Bind print-length.
4768
4769 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-highlight.el (wl-highlight-summary-line-string): Use
4772         wl-summary-score-below-mark, wl-summary-score-over-mark.
4773         (wl-highlight-summary-current-line): Ditto.
4774
4775 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4776
4777         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4778         insert it.
4779
4780 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4781
4782         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4783
4784 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785
4786         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4787         message without msgid.
4788         Rewrite with elmo-folder-move-messages.
4789         Set wl-message-buffer to nil.
4790
4791         * wl-summary.el (wl-summary-erase-subr): New function. Use
4792         elmo-folder-move-messages.
4793         (wl-summary-erase): Call it.
4794         (wl-summary-target-mark-erase): Ditto.
4795
4796 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4799         it is not up-tp-date.
4800
4801 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4802
4803         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4804         buffer after calling `wl-summary-goto-folder-subr' without the
4805         argument `interactive'.
4806         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4807
4808 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4809
4810         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4811         `mime-create-tag'. Use `string=' instead of `looking-at'.
4812
4813 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4816         to avoid compile warning.
4817
4818         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4819         entity-id when folder is given.
4820         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4821         save-excursion, use save-selected-window instead.
4822         Select folder buffer window if exists.
4823         (To correct behavior with wl-folder-move-cur-folder.)
4824
4825 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4826
4827         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4828
4829 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4830
4831         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4832         list-count instead of %d.
4833
4834 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4837         (wl-news): Set it.
4838         (wl-news-append-to-folder): Use it.
4839
4840         * wl-news.el.in (wl-news-send-news): Append to specified folder
4841         instead of wl-default-folder.
4842         (wl-news-append-to-folder): Show error message with specified folder.
4843
4844         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4845                 In most major modes, Emacs assumes that any opening
4846                 delimiter found at the left margin is the start of a
4847                 top-level definition, or defun. Therefore, *never put an
4848                 opening delimiter at the left margin unless it should have
4849                 that significance.*
4850
4851         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4852
4853 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4854
4855         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4856
4857 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4858
4859         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4860
4861 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4862
4863         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4864         for sequential numbering case.
4865
4866 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4869         value.
4870         (wl-draft-reply-without-argument-list): Ditto.
4871         (wl-draft-reply-myself-with-argument-list): Abolish.
4872         (wl-draft-reply-myself-without-argument-list): Ditto.
4873         * wl-draft.el (wl-draft-self-reply-p): New function.
4874         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4875
4876 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4879         (avoid error for the case without byte-compiling)
4880
4881 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4882
4883         * wl-news.el.in (wl-news-append-to-folder): New function.
4884         (wl-news-exit): Rewrite.
4885         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4886
4887 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4888
4889         * wl-draft.el (wl-draft-reply-position): New function.
4890         (wl-draft-reply-position): Fix.
4891         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4892         (wl-summary-target-mark-reply-with-citation): Ditto.
4893         (wl-summary-reply-with-citation): Ditto.
4894         * wl-vars.el (wl-draft-reply-default-position): New variable.
4895
4896 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4897
4898         * wl-draft.el (wl-draft-send): Preview when interactive send.
4899
4900 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-draft.el (wl-draft-reply): Set default position.
4903         * wl-summary.el (wl-summary-reply): Ditto.
4904         (wl-summary-reply-with-citation): Ditto.
4905         (wl-summary-target-mark-reply-with-citation): Ditto.
4906
4907 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-news.el.in (wl-news-lang): Set default value according to
4910         current-language-environment.
4911         (wl-news-append-news): Do nothing when news-list is nil.
4912
4913 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4914
4915         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4916         (wl-news): Change message.
4917         (wl-news-exit): Check buffer.
4918         (wl-news-force-exit): New function.
4919         (wl-news-show-all): New function.
4920         (wl-news-discard-and-exit): Fix.
4921
4922 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4925         according to current-language-environment.
4926
4927         * wl-news.el.in (wl-news): If arg, show all NEWS after
4928         wl-news-default-previous-version.
4929
4930 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4931
4932         * wl-news.el.in (wl-news-check): Rewritten.
4933         (wl-news-previous-version-load): Change data type.
4934         (wl-news-previous-version-save): Change data type.
4935         (wl-news-append-news): Add return value.
4936         (wl-news-check-news): New function.
4937         (wl-news-already-current-p): New function.
4938         (wl-news-send-news): Rewritten.
4939         (wl-news-mode-map): Add new keybind.
4940         (wl-news): Rewritten.
4941         (wl-news-exit): Rewritten.
4942         (wl-news-discard-and-mail): New function.
4943         (wl-news-send-to-address): Abolished.
4944         * wl.el (wl-init): Delete a message.
4945
4946 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4947
4948         * wl-news.el.in (wl-news-exit): Update previous version.
4949         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4950
4951 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4952
4953         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4954
4955 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4956
4957         * wl-news.el.in (wl-news): New function.
4958         (wl-news-mode): New function.
4959         (wl-news-next-line): New function.
4960         (wl-news-next-page): New function.
4961         (wl-news-exit): New function.
4962         (wl-news-buf-name): New variable.
4963         (wl-news-mode-map): New variable.
4964         (wl-news-winconf): New variable.
4965         (wl-news-append-news): Add an option.
4966
4967 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4968
4969         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4970
4971 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl-news.el.in (wl-news-send-to-address): New variable.
4974         (wl-news-send-news): Use it.
4975         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4976         Return updating status.
4977         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4978
4979 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl-news.el.in (wl-news-send-news): Delete
4982         Organization and X-Face.
4983
4984 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4985
4986         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4987         (wl-news-append-news): New function.
4988         (wl-news-send-news): New function.
4989
4990 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4991
4992         * Version number is increased to 2.11.1.
4993
4994 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-news.el.in : New file.
4997
4998 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4999
5000         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5001         default value.
5002         (wl-draft-reply-without-argument-list): Ditto.
5003
5004 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5007         (wl-message-buffer-prefetch-idle-time): Ditto.
5008         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5009
5010 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-thread.el (wl-thread-insert-message): Use
5013         wl-summary-max-thread-depth.
5014
5015         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5016         loop detection.
5017
5018         * wl-message.el (wl-message-buffer-display): Back to the first page
5019         when cache is hit.
5020
5021 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5024
5025         * wl-summary.el (wl-summary-insert-thread-entity):
5026         If the thread depth is reached to wl-summary-max-thread-depth,
5027         divide the thread.
5028
5029 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5032         for elmo-remove-passwd.
5033
5034 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5037         folder is sticky.
5038         (wl-folder-mark-as-read-all-entity): Ditto.
5039         (wl-folder-prefetch-entity): Ditto.
5040
5041 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5042
5043         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5044
5045 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5048         Delete messages on buffer for unplugged operation.
5049         (wl-summary-erase): Ditto.
5050
5051 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5052
5053         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5054         take nil so as not to search parent by subject.
5055
5056 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5057
5058         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5059         (wl-folder-get-next-folder): Ditto.
5060         (wl-folder-get-path): Ditto.
5061
5062 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5065         system and encode the region with it before verifying.
5066
5067 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5070         system of the echo buffer before decoding.
5071
5072 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5073
5074         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5075         original contents.
5076
5077 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5080         with argument 'any-exists.
5081
5082 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5083
5084         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5085         Use `wl-cs-autoconv'.
5086
5087 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5090         by `mime-view-automatic-conversion'.
5091
5092         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5093         (wl-message-verify-pgp-nonmime): Ditto.
5094         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5095         Bind them to C-c:d and C-c:v respectively.
5096
5097         Merge following code by Teranishi-san from [wl-en:00167].
5098         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5099         (wl-mime-preview-application/pgp-encrypted): Ditto.
5100         (wl-mime-setup): Add entry.
5101
5102 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5103
5104         * wl-summary.el (wl-summary-target-mark-erase): New function.
5105         Bind it to "mD".
5106
5107 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl-vars.el (wl-draft-write-file-function): Fix.
5110         (wl-draft-reedit-hook): Changed default value.
5111
5112         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5113         wl-draft-reedit-hook.
5114         (wl-draft-remove-text-plain-tag): New function.
5115         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5116
5117         * wl-vars.el (wl-draft-write-file-function): New user option.
5118
5119         * wl-draft.el (wl-draft-prepare-edit): Use it for
5120         local-write-file-hooks.
5121         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5122
5123         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5124         (wl-draft-insert-mail-header-separator): Return the body beginning
5125         point.
5126         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5127         text/plain.
5128         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5129
5130 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-summary.el (wl-summary-erase): New function to erase message
5133         without moving it to trash. Bind to "D".
5134
5135         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5136         as `keep' unless switch-function.
5137
5138 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5141         message buffer by using `wl-summary-toggle-disp-msg'.
5142         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5143         buffer window.
5144         (wl-summary-supresedes-message): Ditto.
5145
5146         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5147         Do not delete other windows.
5148         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5149         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5150         (wl-draft-create-buffer): Set reply-or-forward also for target
5151         mark commands.
5152
5153 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-draft.el (wl-user-agent-compose): Delete special case for
5156         switch-to-buffer-other-window.
5157
5158         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5159         (wl-summary-forward): Ditto.
5160
5161         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5162         function.
5163         (wl-draft-buffer-style): New use option.
5164
5165         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5166         (wl-draft): Follow the change above.
5167         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5168         wl-draft-buffer-style.
5169         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5170         switch-function.
5171
5172 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5173
5174         * wl-address.el (wl-address-make-completion-entry): Extracted from
5175         `wl-address-make-completion-list'.
5176         (wl-address-enable-strict-loading): New variable.
5177         (wl-address-make-completion-list): Revive petname duplication
5178         inquiry, and enable it if `wl-address-enable-strict-loading'.
5179         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5180
5181 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-message.el (wl-message-get-original-buffer): Avoid
5184         'Selecting deleted buffer' error when original buffer is killed.
5185
5186 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-summary.el (wl-summary-next-message): Use
5189         elmo-message-accessible-p instead of elmo-message-cached-p.
5190
5191 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5194
5195         * wl-thread.el (wl-thread-open-all-unread): Use
5196         elmo-folder-list-flagged instead of
5197         elmo-folder-list-messages-mark-match.
5198
5199         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5200         instead of elmo-folder-list-messages-mark-match.
5201         (wl-summary-move-spec-alist): New variable.
5202         (wl-summary-move-spec-plugged-alist,
5203         wl-summary-move-spec-unplugged-alist): Abolish.
5204         (wl-summary-next-message): Follow the change above.
5205         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5206         with 'no-msg' argument.
5207
5208         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5209         variable.
5210         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5211         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5212         (wl-message-buffer-prefetch-get-next): Follow the change above.
5213
5214 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-version.el (wl-version): Changed codename.
5217
5218         * Version number is increased to 2.11.0.
5219
5220 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5221
5222         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5223         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5224         `wl-draft-config-variables'.
5225         (wl-draft-kill): Fixed problem when the draft is reedit.
5226
5227 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5230         buffer-modified status (Thanks to
5231         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5232
5233 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-util.el (wl-region-exists-p): New function.
5236
5237         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5238         Remove defvars for byte-compile warnings.
5239
5240 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5241
5242         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5243         defvar-maybe. Removed unused bind.
5244
5245 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5246
5247         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5248         summary buffer window before creating new frame.
5249         (wl-draft-reply): Ditto.
5250
5251 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5252
5253         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5254
5255 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5256
5257         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5258
5259 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5260
5261         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5262         instead of `kill-region'.
5263
5264 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5267         (wl-highlight-summary-line-string): Use it.
5268         (wl-highlight-summary-current-line): Ditto.
5269
5270         * wl-mime.el (wl-message-delete-current-part): Check the class of
5271         mime-entity.
5272
5273         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5274
5275         * wl-summary.el (wl-summary-make-number-list): Initialize.
5276         (wl-summary-update-mark): New function.
5277         (wl-summary-reply): Put `answered' mark on the message.
5278         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5279
5280         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5281         (wl-draft-reply): Added optional argument `number';
5282         Set wl-draft-parent-number.
5283         (wl-draft-kill): Delete answered mark if it is a reply.
5284
5285 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5286
5287         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5288         that originates in mime-preview-follow-current-entity.
5289         (wl-draft-yank-current-message-entity): Use it if region is active.
5290
5291         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5292         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5293         `wl-message-delete-current-part'.
5294         * wl-mule.el (wl-message-define-keymap): Ditto.
5295         * wl-xmas.el (wl-message-define-keymap): Ditto.
5296
5297 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5298
5299         * wl-mime.el (wl-message-delete-current-part): New function.
5300         (wl-mime-node-id-to-string): Ditto.
5301
5302         * wl-mime.el (wl-message-delete-current-part): Use existing
5303         original buffer which corresponds current mime-view buffer.
5304         (fetched buffer might have different structure, possibly)
5305
5306         * wl-mime.el (wl-message-delete-current-part): Quit if the
5307         message content differs from the actual message.
5308
5309 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5310
5311         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5312         order.
5313         (wl-summary-search-by-subject): Search parent message from tail;
5314         Check the existence of the parent message on the current thread tree.
5315         (wl-summary-update-thread): Check whether the line is inserted.
5316
5317 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-vars.el (wl-summary-line-format): Undo last change.
5320         * wl-summary.el (wl-summary-print-destination): Do not put
5321         invisible property when `wl-summary-width' is nil.
5322         (wl-summary-line-subject-minimum-length): Abolished.
5323         (wl-summary-line-subject): Ditto.
5324
5325 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-vars.el (wl-summary-line-format): Change default value.
5328         (wl-summary-subject-length-limit): Abolished.
5329         * wl-summary.el (wl-summary-line-subject): Ditto.
5330
5331 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5332
5333         * wl-template.el (wl-template-select): Added optional argument.
5334         If optional argument is specified, reverse
5335         `wl-template-visible-select'.
5336
5337 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5340         Take prefix argument to force asking the destination folder.
5341
5342 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5343
5344         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5345         count and update status.
5346
5347 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-summary.el (wl-summary-redisplay-internal): If
5350         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5351         after fetching.
5352
5353 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5354
5355         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5356         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5357
5358         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5359
5360 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5361
5362         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5363         (All other related portions are changed).
5364         (wl-summary-mark-as-read-all): Rewrite.
5365
5366 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5369         `wl-summary-mark-as-read'.
5370         (wl-summary-mark-as-unread): Rewrite.
5371         (wl-summary-mark-as-read): Added no-modeline argument.
5372         (wl-summary-resume-cache-status): Rewrite.
5373         (wl-summary-exec-subr): Remove unused local variable.
5374
5375 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5378         logic to call `wl-summary-buffer-prev-folder-function'.
5379         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5380
5381 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5384         is nil.
5385
5386 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5389         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5390         (wl-mime-setup): Add its entry.
5391
5392 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5395         (wl-summary-delete-cache): Likewise.
5396         (wl-summary-mark-as-read): Rewrite.
5397
5398 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5401         `wl-summary-count-unread'.
5402
5403         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5404
5405         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5406
5407 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5410         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5411         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5412         Renamed to the elmo-msgdb-*-mark.
5413         (wl-summary-score-marks): Follow the change above.
5414         (wl-summary-auto-refile-skip-marks): Ditto.
5415         (wl-summary-incorporate-marks): Ditto.
5416         (wl-summary-expire-reserve-marks): Ditto.
5417
5418         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5419         changes.
5420         (wl-thread-insert-top): Changed updating message.
5421
5422         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5423         variable.
5424         (wl-summary-count-unread): Count answered marks.
5425         (wl-summary-rescan): Call wl-summary-insert-message instead of
5426         wl-summary-append-message-func-internal.
5427         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5428         (wl-summary-prefetch-msg): Follow the variable name changes.
5429         (wl-summary-prefetch-region): Ditto.
5430         (wl-summary-mark-as-read-all): Follow the API changes;
5431         Don't call elmo-folder-replace-marks.
5432         (wl-summary-delete-cache): Follow the variable name changes.
5433         (wl-summary-resume-cache-status): Ditto.
5434         (wl-summary-update-status-marks): New function.
5435         (wl-summary-insert-message): New function.
5436         (wl-summary-sync-marks): Follow the variable name changes.
5437         (wl-summary-sync-update): Synchronize to the msgdb, too;
5438         Changed update messages.
5439         (wl-summary-make-number-list): Rewrite.
5440         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5441         (wl-summary-mark-as-unread): Follow the API changes.
5442         (wl-summary-exec-subr): Follow the variable name changes.
5443         (wl-summary-mark-as-read): Ditto.
5444         (wl-summary-move-spec-plugged-alist): Ditto.
5445         (wl-summary-move-spec-unplugged-alist): Ditto.
5446         (wl-summary-cursor-move-surface): Ditto.
5447
5448         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5449         variable name changes.
5450         (wl-highlight-summary-current-line): Ditto.
5451
5452         * wl-expire.el (wl-expire-refile): Follow the API change in
5453         elmo-folder-move-messages.
5454         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5455         (wl-summary-archive): Use elmo-folder-msgdb instead of
5456         elmo-msgdb-load.
5457
5458 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl-mime.el (wl-draft-preview-message): Restore the position
5461         before evaluating wl-draft-send-hook in preview buffer.
5462
5463 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5464
5465         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5466         when it creates new draft buffer.
5467
5468         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5469         without argument.
5470
5471         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5472         Evaluate content and if the value is string, insert it.
5473         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5474         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5475         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5476         wl-draft-config-sub-part-bottom): Use it.
5477
5478         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5479         with the folder name. The question was unintelligible when it is
5480         called from wl-save-status.
5481
5482 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5483
5484         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5485         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5486         cannot take second argument).
5487
5488 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5491         as t. Since type and subtype are not case sensitive (RFC 2045).
5492
5493 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl-vars.el (wl-message-mode-line-format): New variable.
5496         (wl-message-mode-line-format-spec-alist): Ditto.
5497         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5498         (wl-message-redisplay): Use wl-message-mode-line-format.
5499
5500 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5503
5504 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5505
5506         * wl-summary.el (wl-summary-default-from): Write description.
5507
5508 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-vars.el (wl-ldap-objectclass): Abolish.
5511
5512         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5513         (wl-ldap-make-filter): Removed condition for objectclass.
5514         (wl-ldap-make-matched-value-list): Remove meaningless process.
5515         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5516         (wl-address-ldap-search): Don't add `*' to `pat' string;
5517         use ignore-errors; added `email';
5518         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5519         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5520         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5521
5522
5523 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-draft.el (wl-draft-parent-folder): Write description.
5526         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5527
5528 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5531         as "" (zero-length string) if no parent.
5532         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5533
5534 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-address.el (wl-address-make-completion-list): Skip duplication
5537         checking.
5538         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5539         `append'.
5540
5541 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5542
5543         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5544         instead of `beginning-of-buffer'.
5545
5546 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5549
5550 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5553         Refer wl-message-buffer-name.
5554         (wl-message-wheel-down): Ditto.
5555
5556 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5557
5558         * wl-vars.el (wl-message-buffer-name): New user option.
5559
5560         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5561         directly instead of making alist dinamically.
5562
5563         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5564         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5565         wl-message-buffer-cache-name.
5566         (wl-message-buffer-cache-clean-up): Ditto.
5567
5568         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5569
5570         * Version number is increased to 2.9.15.
5571
5572 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-vars.el (wl-summary-default-view-alist): New user option.
5575
5576         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5577
5578         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5579         while deleting address.
5580         (wl-draft-delete-myself-from-cc): Ditto.
5581
5582         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5583         If optional argument is specified, reverse sort order.
5584
5585         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5586
5587 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5588
5589         * wl-thread.el (wl-thread-insert-message): Return parent number if
5590         exists.
5591         (wl-thread-update-indent-string-region): Use
5592         wl-thread-update-line-on-buffer-sub instead of
5593         wl-thread-update-line-on-buffer.
5594
5595 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5596
5597         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5598         (wl-folder-close-all): Ditto.
5599
5600 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5601
5602         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5603         and mailing-list:.
5604         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5605         value.
5606         (wl-summary-line-list-info): Print mailing-list name even when 
5607         list-number is empty.
5608
5609 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5610
5611         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5612
5613         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5614         (wl-draft-open-file): Ditto.
5615         (wl-draft-random-alphabet): Ditto.
5616
5617         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5618         bindings.
5619
5620 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5623         * wl-vars.el (wl-draft-config-alist): Ditto.
5624
5625 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * Version number is increased to 2.9.14.
5628
5629         * wl.el (wl): Don't set wl-init as nil when error occured while
5630         auto-checking folders.
5631
5632         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5633         `elmo-expand-newtext'.
5634
5635 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5638         `this-command' so that `wl-folder-goto-folder' contained in
5639         `wl-summary-keep-cursor-command' work.
5640
5641 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5642
5643         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5644         message buffer displaying state.
5645
5646 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5647
5648         * wl-vars.el (wl-summary-default-view): New variable to specify
5649         default value for `wl-summary-buffer-view' instead of using
5650         set-default.
5651         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5652
5653 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5654
5655         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5656
5657         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5658
5659 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5660
5661         * wl-vars.el (wl-forward-subject-prefix): New variable.
5662         * wl-draft.el (wl-draft-forward): Use it.
5663
5664 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5665
5666         * wl-message.el (wl-message-prev-page): When it is called without
5667         lines argument, scroll down by wl-message-scroll-amount lines.
5668         (wl-message-next-page): Ditto.
5669         * wl-vars.el (wl-message-scroll-amount): Change default value
5670         to preserve current behavior.
5671
5672 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5673
5674         * wl-summary.el (wl-summary-prefetch-msg): Bind
5675         `wl-message-entity' to call `wl-summary-from-function'.
5676
5677 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5678
5679         * wl-message.el (wl-message-buffer-create): Run
5680         wl-message-buffer-created-hook.
5681
5682 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5683
5684         * wl-summary.el (wl-summary-sort-specs): New variable.
5685         (wl-summary-default-sort-spec): Ditto.
5686         (wl-summary-sort): Rewrite.
5687         (wl-summary-sort-by-list-info): New function.
5688
5689 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5690
5691         * wl-summary.el (wl-summary-get-list-info): New function.
5692         (wl-summary-sort): Rewrite.
5693         (wl-summary-line-list-info): Ditto.
5694         (wl-summary-line-list-count): Ditto.
5695         (wl-summary-refile-region): Fixed docstring.
5696
5697 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5698
5699         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5700         `wl-folder-entity-hashtb' as completion table.
5701
5702 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5705         only when this command is called interactively; silence the byte-
5706         compiler.
5707
5708 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5709
5710         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5711         active in XEmacs.
5712
5713 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5714
5715         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5716         plural lines.
5717
5718 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5719
5720         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5721         of current line when the cursor is on the header name.
5722         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5723
5724 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5725
5726         * wl-util.el (wl-read-directory-name): Return displayed directory
5727         as the default value also on XEmacs.
5728
5729 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5732         formatting.
5733
5734 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5737         argument and when it is non-nil, check face property before
5738         highlighting for each line.
5739         (wl-highlight-summary-window): Set it.
5740
5741 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5744         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5745
5746         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5747         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5748         (wl-draft-get-fcc-list): Likewise.
5749
5750 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5753         (wl-thread-entity-cur): Ditto.
5754         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5755         wl-thread-indent-regexp setting.
5756         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5757
5758         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5759         wl-summary-lazy-highlight.
5760         (wl-summary-display-bottom): Ditto.
5761
5762         * wl-thread.el (wl-thread-open-close): Likewise.
5763
5764         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5765         from and subject;
5766         Bind wl-draft-use-frame;
5767         Enclose with save-window-excursion;
5768         Use wl-draft-create-buffer instead of with-temp-buffer;
5769         Use wl-draft-prepare-edit;
5770         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5771         Use wl-draft-send instead of wl-draft-raw-send.
5772
5773 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5774
5775         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5776         of using wl-from.
5777
5778 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5781         insert-buffer instead of clone-buffer.
5782         (wl-draft-doing-mime-bcc): New variable.
5783         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5784         infinite loop.
5785         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5786
5787         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5788         (wl-draft-mime-bcc-body): Ditto.
5789
5790         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5791         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5792         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5793         wl-draft-do-mime-bcc.
5794         (wl-draft-mime-bcc-field): New function.
5795         (wl-draft-do-mime-bcc): Ditto.
5796
5797         * wl-address.el (wl-address-complete-header-list): New variable.
5798         (wl-address-complete-header-regexp): Changed default value.
5799
5800         * Version number is increased to 2.9.13.
5801
5802 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5805         it is differed.
5806
5807 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5808
5809         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5810         (wl-summary-line-list-count): Ditto.
5811
5812 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5813
5814         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5815         (wl-nntp-posting-function): New variable.
5816         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5817         `wl-nntp-posting-config-alist'.
5818
5819 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5822         FLIM.
5823
5824 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5825
5826         * wl-summary.el (wl-summary-target-mark-refile-sub):
5827         Remove a nuisance funcall.
5828
5829 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5832         as t for `try-completion'.
5833
5834 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-summary.el (wl-summary-default-from): Use
5837         wl-address-header-extract-address instead of
5838         std11-extract-address-components.
5839         (wl-summary-simple-from): Ditto.
5840         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5841         (wl-summary-insert-headers): Show message.
5842         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5843         for whole line.
5844         (wl-summary-default-from): Revert last change.
5845         (wl-summary-simple-from): Ditto.
5846         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5847         (wl-summary-mark-as-read-region): Follow the change above.
5848         (wl-summary-sync-marks): Ditto.
5849         (wl-summary-target-mark-mark-as-read): Ditto.
5850         (wl-summary-redisplay-internal): Ditto.
5851         (wl-summary-redisplay-no-mime-internal): Ditto.
5852         (wl-summary-redisplay-all-header): Ditto.
5853         (wl-summary-mark-as-read): Removed argument `cached';
5854         Use current cache status to set cache mark.
5855         (wl-summary-redisplay-internal): Follow the change above.
5856         (wl-summary-redisplay-no-mime-internal): Ditto.
5857         (wl-summary-redisplay-all-header): Ditto.
5858
5859         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5860
5861         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5862         Don't call itself recursively (Adviced by Yamaoka-san).
5863
5864 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5865
5866         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5867         bind wl-summary-highlight as nil to avoid error caused by missing
5868         local variables.
5869
5870 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-vars.el (wl-invalid-character-message): New user option.
5873
5874         * wl-util.el (wl-set-string-width): If truncated string-width is
5875         larger than specified width, use `wl-invalid-character-message'.
5876
5877 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5878
5879         * wl-summary.el (wl-summary-prefetch-msg): 
5880         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5881
5882 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-vars.el (wl-summary-check-line-format): New user option.
5885         (wl-summary-line-format-file): Ditto.
5886
5887         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5888         variable.
5889         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5890         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5891         and `wl-summary-view-old-p' to check whether do a rescan or not.
5892         (wl-summary-view-old-p): New function.
5893         (wl-summary-line-format-changed-p): Ditto.
5894         (wl-summary-line-format-save): Ditto.
5895         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5896
5897         * wl-util.el (wl-set-string-width): Avoid using negative number
5898         for make-string.
5899
5900 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5901
5902         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5903         return value.
5904
5905         * wl-util.el (wl-set-string-width): Added optional argument
5906         `padding' (All other related portions are changed).
5907         (wl-line-parse-format): If the first letter of column number is
5908         `0', zero-padding the result (ex: "%05l").
5909
5910         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5911
5912 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5915         sequential summary view.
5916
5917 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5920         if it doesn't have a -unix version.
5921
5922 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5925
5926 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5929         content.
5930         (wl-draft): Follow the change above.
5931
5932         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5933
5934         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5935         and wl-folder-summary-line-format-alist contain %T and %P.
5936
5937         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5938         (wl-summary-mode-line-format): New user option.
5939         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5940         (wl-summary-line-format): Changed default value.
5941         (wl-summary-lazy-highlight): Changed default value.
5942
5943         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5944         change in wl-summary-create-line.
5945         (wl-thread-insert-entity-sub): Ditto.
5946
5947         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5948         (wl-summary-buffer-unread-status): Ditto.
5949         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5950         (wl-summary-buffer-persistent-mark-column): Ditto.
5951         (wl-summary-buffer-mode-line-formatter): Ditto.
5952         (wl-summary-buffer-mode-line): Ditto.
5953         (wl-summary-message-regexp): Abolished.
5954         (All other related portions are changed.)
5955         (wl-summary-detect-mark-position): New function.
5956         (wl-summary-buffer-set-folder): Setup
5957         wl-summary-buffer-mode-line-formatter.
5958         (wl-summary-mode): Setup selective-display;
5959         Setup pre-idle-hook when xemacs.
5960         (wl-summary-update-modeline): Rewrite.
5961         (wl-summary-jump-to-msg): Define as function;
5962         Changed regexp for searching messages.
5963         (wl-summary-message-number): Rewrite.
5964         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5965         Do rescan when old type summary cache.
5966         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5967         (wl-summary-remove-destination): Use '\r' to detect EOL.
5968         (wl-summary-print-destination): Ditto.
5969         (wl-summary-temp-mark): New inline function.
5970         (wl-summary-persistent-mark): Ditto.
5971         (wl-summary-line-number): New function.
5972         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5973         (wl-summary-line-list-count): New function.
5974         (wl-summary-create-line): Added argument persistent-mark.
5975         (All other related portions are changed)
5976         (wl-summary-create-line): Insert '\r'.
5977         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5978         (wl-summary-cursor-move-surface): New inline function.
5979         (wl-summary-prev): Use it.
5980         (wl-summary-next): Ditto.
5981
5982         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5983         wl-summary-message-regexp.
5984         (wl-highlight-summary): Delete progress message.
5985         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5986
5987         * Version number is increased to 2.9.12.
5988
5989 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5992         variable (nil: no minimum).
5993         (wl-summary-line-subject): Add some spaces after subject by
5994         wl-summary-line-subject-minimum-length.
5995
5996 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5997
5998         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5999         and removed `F'.
6000         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6001         change above).
6002
6003 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6004
6005         * wl-summary.el (wl-summary-line-list-count): Reverted.
6006         (example setting in samples/*/dot.wl is also updated)
6007
6008 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6011
6012         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6013
6014         * wl-vars.el (wl-summary-line-format): Addes some description to the
6015         docstring.
6016
6017         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6018         (wl-summary-line-close-bracket): Ditto.
6019         (wl-summary-line-children-number): Ditto.
6020         (wl-summary-line-thread-indent): Ditto.
6021         (wl-summary-line-children-and-from): Ditto.
6022
6023         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6024         't', 'c', 'F' and added 'C'.
6025
6026         * wl-util.el (wl-set-string-width): Accept negative value.
6027         (wl-line-parse-format): Added "%number(" and "%)".
6028
6029 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6030
6031         * wl-summary.el (wl-summary-line-list-count): Change format of the
6032         return value.
6033
6034 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6035
6036         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6037         from the recent message.el.
6038         (wl-draft-point-in-header-p): Ditto.
6039         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6040         wl-draft-beginning-of-line.
6041         * wl-e21.el (wl-draft-mode-map): Ditto.
6042         * wl-xmas.el (wl-draft-mode-map): Ditto.
6043
6044         * wl-folder.el: Sort macrodefs by dependencies.
6045
6046 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6047
6048         * wl-summary.el (wl-summary-prev): Fixed regexp.
6049         (wl-summary-next): Ditto.
6050
6051 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6054
6055 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6056
6057         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6058         for backward compatibility.
6059
6060 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6061
6062         * wl-summary.el (wl-summary-line-list-count): New function, merged
6063         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6064         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6065         list counts.
6066
6067 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-summary.el (wl-summary-create-line): Ignore errors while
6070         timezone-fix-time.
6071
6072         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6073
6074         * wl-summary.el (wl-summary-sync-update): Ditto.
6075         (wl-summary-default-from): Use wl-message-entity
6076         instead of entity.
6077
6078         * wl-summary.el (wl-summary-create-line): Fix.
6079
6080         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6081         (wl-summary-line-format): New user option.
6082         (wl-folder-summary-line-format-alist): Ditto.
6083         (wl-summary-from-width): Abolished.
6084
6085         * wl-util.el (toplevel): Require 'bytecomp.
6086         (wl-line-parse-format): New function.
6087         (wl-line-formatter-setup): New macro.
6088
6089         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6090         (wl-summary-buffer-line-formatter): New buffer local variable.
6091         (wl-summary-switch-to-clone-buffer): Follow the change above.
6092         (wl-summary-message-regexp): Fix.
6093         (wl-summary-from-func-internal): Abolished.
6094         (wl-summary-subject-func-internal): Ditto.
6095         (wl-summary-subject-filter-func-internal): Ditto.
6096         (All other related portions are changed.)
6097         (wl-summary-buffer-set-folder):
6098         Set up wl-summary-buffer-number-column and 
6099         wl-summary-buffer-line-formatter
6100         (All other related portions are changed.)
6101         (wl-summary-buffer-number-column-detect): Abolished.
6102         (All other related portions are changed.)
6103         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6104         (wl-summary-delete-all-temp-marks-on-buffer): Use
6105         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6106         (wl-summary-target-mark-delete): Ditto.
6107         (wl-summary-target-mark-refile-subr): Ditto.
6108         (wl-summary-target-mark-mark-as-read): Ditto.
6109         (wl-summary-target-mark-mark-as-unread): Ditto.
6110         (wl-summary-target-mark-mark-as-important): Ditto.
6111         (wl-summary-target-mark-save): Ditto.
6112         (wl-summary-replace-status-marks): Renamed from
6113         wl-summary-set-status-marks-on-buffer;
6114         Use wl-summary-message-regexp instead of
6115         wl-summary-buffer-number-regexp.
6116         (wl-summary-sync-update): Follow the change above.
6117         (wl-summary-goto-previous-message-beginning): New function.
6118         (wl-summary-mark-as-unread): Use it.
6119         (wl-summary-mark-as-important): Ditto.
6120         (wl-summary-line-formatter): New variable.
6121         (wl-summary-line-year): New function.
6122         (wl-summary-line-day): Ditto.
6123         (wl-summary-line-day-of-week): Ditto.
6124         (wl-summary-line-hour): Ditto.
6125         (wl-summary-line-minute): Ditto.
6126         (wl-summary-line-open-bracket): Ditto.
6127         (wl-summary-line-close-bracket): Ditto.
6128         (wl-summary-line-children-number): Ditto.
6129         (wl-summary-line-thread-indent): Ditto.
6130         (wl-summary-line-size): Ditto.
6131         (wl-summary-line-subject): Ditto.
6132         (wl-summary-line-from): Ditto.
6133         (wl-summary-line-children-and-from): Ditto.
6134         (wl-summary-create-line): Rewritten.
6135         (wl-summary-format-date): Abolished.
6136
6137         * wl-highlight.el (wl-highlight-summary-current-line): Use
6138         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6139         Use thread structure to detect thread top message.
6140
6141         * wl-draft.el (wl-default-draft-cite): Don't use
6142         wl-summary-from-func-internal.
6143
6144         * wl-refile.el (wl-refile-subject-learn): Don't use
6145         wl-summary-subject-filter-func-internal.
6146         (wl-refile-guess-by-subject): Ditto.
6147
6148         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6149         parameters.
6150
6151         * wl-thread.el (wl-thread-update-indent-string-region):
6152         Use wl-thread-update-line-on-buffer instead of
6153         wl-thread-update-indent-string.
6154         (wl-thread-update-children-number): Redefine using
6155         wl-thread-update-line-on-buffer.
6156         (wl-thread-update-indent-string): Abolished.
6157
6158         * Version number is increased to 2.9.11.
6159
6160 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6161
6162         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6163         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6164         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6165
6166         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6167         as nil.
6168
6169         * wl-thread.el (wl-thread-open-all-unread): Use 
6170         elmo-folder-list-messages-mark-match.
6171         (wl-thread-insert-message): Removed argument `mark-alist'.
6172         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6173         elmo-msgdb-set-mark.
6174         (wl-thread-get-children-msgs-uncached): Likewise.
6175         (wl-thread-get-exist-children): Added argument include-self.
6176         (wl-thread-delete-message): Follow the change above.
6177
6178         * wl-summary.el (wl-summary-count-unread): Removed argument.
6179         (wl-summary-rescan): Follow the change above.
6180         (wl-summary-mark-as-read-region): Ditto
6181         (wl-summary-mark-as-unread-region): Ditto.
6182         (wl-summary-delete-messages-on-buffer): Ditto.
6183         (wl-summary-sync-update): Ditto.
6184         (wl-summary-switch-to-clone-buffer): Ditto.
6185         (wl-summary-goto-folder-subr): Ditto.
6186         (wl-summary-target-mark-mark-as-read): Ditto.
6187         (wl-summary-target-mark-mark-as-unread): Ditto.
6188         (wl-summary-target-mark-mark-as-important): Ditto.
6189         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6190         (wl-summary-update-thread): Removed argument `mark-alist'.
6191         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6192         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6193         (wl-summary-resume-cache-status): Likewise.
6194         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6195         elmo-msgdb-set-mark.
6196         (wl-summary-mark-as-read-all): Likewise.
6197         (wl-summary-delete-cache): Ditto.
6198         (wl-summary-auto-select-msg-p): Ditto.
6199         (wl-summary-mark-as-unread): Ditto.
6200         (wl-summary-no-auto-refile-message-p): Ditto.
6201         (wl-summary-mark-as-read): Ditto.
6202         (wl-summary-mark-as-important): Ditto.
6203         (wl-summary-auto-refile): Follow the change above.
6204         (wl-summary-delete-all-marks): Removed.
6205         (wl-summary-resume-marks-and-highlight): Ditto.
6206         (wl-summary-resume-marks): Ditto.
6207         (wl-summary-delete-important-msgs-from-list): Ditto.
6208         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6209
6210         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6211         wl-summary-count-unread.
6212
6213         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6214         (wl-summary-score-update-all-lines): Use
6215         elmo-msgdb-set-mark.
6216
6217 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6218
6219         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6220         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6221         (wl-summary-create-line): Renamed from
6222         wl-summary-overview-create-summary-line;
6223         Argument rearrangement.
6224         (wl-summary-update-thread): Follow the change above.
6225
6226         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6227         (wl-thread-insert-entity-sub): Likewise.
6228
6229         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6230         argument `overview', `mark-alist' and added `msgdb'.
6231
6232         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6233
6234         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6235         (wl-summary-rescan): Follow the change above.
6236         (wl-summary-sync-update): Ditto.
6237         (wl-summary-insert-thread-entity): Ditto;
6238         Don't use `let*' in every while loop;
6239         Detect infinite loop of threads.
6240         (wl-summary-update-thread): Removed argument `overview'.
6241
6242         * wl-thread.el (wl-thread-insert-message): Ditto.
6243
6244         * Version number is increased to 2.9.10.
6245
6246         * wl-message.el (wl-message-redisplay): Ignore errors while
6247         wl-message-redisplay-hook.
6248
6249 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6250
6251         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6252
6253 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl.el (wl): inhibit-quit while wl-folder.
6256
6257 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6260         while msgdb access.
6261
6262 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6263
6264         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6265         even if no folder is not created.
6266
6267 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6270
6271         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6272         implementation.
6273         (wl-summary-target-mark-thread): Ditto.
6274
6275         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6276
6277 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6278
6279         * wl-util.el (wl-display-bytes): Remove unused function.
6280
6281 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6284         seems critical one (partially reverse the change in 2002/03/17).
6285
6286 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6287
6288         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6289         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6290
6291 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6292
6293         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6294         is not writable.
6295         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6296         plugged status instead of `'force' as 2nd argument.
6297
6298         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6299         is not creatable.
6300
6301         * Version number is increased to 2.9.9.
6302
6303 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6304
6305         * wl-summary.el (wl-summary-suspend): New function.
6306
6307 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6308
6309         * wl.el (wl): Do not check variables if check is nil.
6310         * wl-utils.el (wl-collect-draft): New function.
6311         * wl-folder.el (wl-folder-suspend): Put summary buffers
6312         and draft buffers at the end of buffer list.
6313         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6314
6315 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6316
6317         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6318         loop instead of recursive call.
6319
6320         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6321         2nd argument.
6322
6323 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6324
6325         * wl-draft.el (wl-draft-create-contents): Don't take neither
6326         (function . args) nor (string . something) any more.
6327
6328         * wl-version.el (wl-generate-user-agent-string): Return string
6329         without header symbol.
6330         * wl-draft.el (wl-draft-default-headers): Use it.
6331
6332         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6333         `wl-draft-insert-ccs' and return field value instead of inserting
6334         the header. Abolish cc argument.
6335         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6336
6337         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6338         rather than one with string car.
6339
6340         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6341         * wl-draft.el (wl-draft-create-contents): Add it after the default
6342         headers.
6343
6344         * wl-draft.el (wl-draft-create-contents): For the case of
6345         (symbol-or-string . function) insert header only when the function
6346         returns string value.
6347
6348 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6349
6350         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6351         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6352
6353 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6354
6355         * wl.el (wl-check-environment): Don't check Message-ID when
6356         `wl-insert-message-id' is nil.
6357         Revive checking if `wl-message-id-domain' contains "@".
6358
6359 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6360
6361         * wl.el (wl-check-environment): Merge examination for "@" at
6362         inappropriate position into the first string-match.
6363
6364         * wl-summary.el (wl-summary-target-mark-print): New function.
6365         (wl-summary-pipe-message-subr): Extracted from
6366         `wl-summary-pipe-message'.
6367         (wl-summary-target-mark-pipe): New function.
6368         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6369         `wl-summary-target-mark-pipe'.
6370
6371 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6372
6373         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6374
6375 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6376
6377         * wl.el (wl-check-environment): Use elmo-warning instead of
6378         error for non-critical ones.
6379         Remove trash folder check.
6380         (wl): Don't ignore error in wl-check-environment.
6381
6382         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6383         check, which is moved from `wl-check-environment'.
6384         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6385
6386 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6387
6388         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6389         guess anything, call wl-summary-write.
6390         (wl-summary-write): Create draft with blank To field.
6391         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6392
6393 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6394
6395         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6396         argument full as well for wl-folder-write-current-folder.
6397         If wl-*-write-current-folder cannot guess addressee, add blank
6398         To header.
6399         Rewrite condition for positioning cursor.
6400
6401 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6402
6403         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6404         summary buffer is present, use it.
6405         (wl-folder-jump-to-previous-summary): Ditto.
6406
6407 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6408
6409         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6410
6411         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6412         wl-summary-previous-buffer and wl-summary-next-buffer.
6413
6414         * wl-folder.el (wl-folder-mode-map): Bind
6415         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6416         (wl-folder-jump-to-next-summary): New function.
6417         (wl-folder-jump-to-previous-summary): Ditto.
6418
6419         * wl-draft.el (wl-draft): Rearranged.
6420
6421 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6422
6423         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6424         of header.
6425         (wl-draft): Collect arguments for the header as header-alist.
6426         (wl-draft-forward): Arrange arguments for wl-draft.
6427         (wl-draft-reply): Ditto.
6428         (wl-draft-edit-string): Ditto.
6429         * wl-summary.el (wl-summary-write): Ditto.
6430         (wl-summary-write-current-folder): Ditto.
6431
6432         * Version number is increased to 2.9.8.
6433
6434 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6435
6436         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6437
6438         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6439
6440         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6441         even if the guess failed.
6442
6443         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6444         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6445         wl-summary-write-current-folder.
6446         * wl-xmas.el: Ditto.
6447
6448 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-summary.el (wl-summary-next-page): Force display message if
6451         message is not displayed yet.
6452         (wl-summary-prev-page): Ditto.
6453
6454 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6455
6456         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6457
6458 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6459
6460         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6461         add "Preview Message" and "Save Draft and Exit".
6462
6463 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6464
6465         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6466         if addrmgr is called from draft in splitted window.
6467
6468         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6469         * wl-mule.el: Ditto.
6470         * wl-xmas.el: Ditto.
6471
6472 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6473
6474         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6475
6476         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6477         * wl-xmas.el (wl-folder-toolbar): Ditto.
6478
6479 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6480
6481         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6482         and wl-draft-save-and-exit.
6483         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6484         * wl-xmas.el: Ditto.
6485         * wl-mule.el: Ditto.
6486
6487         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6488         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6489
6490 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6493         lists for saving buffer.
6494
6495 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6496
6497         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6498         parent-folder argument instead of it.
6499         (wl-draft-create-buffer): Ditto.
6500         (wl-draft-forward): Ditto.
6501         (wl-draft-reply): Ditto.
6502         * wl-summary.el (wl-summary-write): Ditto.
6503         (wl-summary-write-current-folder): Ditto.
6504
6505         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6506         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6507         Folder buffer after composing.
6508
6509 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6512         header if the file `wl-x-face-file' already contains it.
6513
6514 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6515
6516         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6517         folder" entry.
6518         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6519         * wl-e21.el (wl-folder-toolbar): Ditto.
6520         * wl-xmas.el (wl-folder-toolbar): Ditto.
6521
6522 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6523
6524         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6525         wl-folder-goto-folder with sticky argument.
6526         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6527
6528 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6531         and wl-summary-previous-buffer.
6532         (wl-summary-next-buffer): New function.
6533         (wl-summary-previous-buffer): Ditto.
6534
6535 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6536
6537         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6538         wl-folder-jump-to-current-entity-with-arg.
6539         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6540         `wl-folder-jump-to-current-entity'.
6541         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6542         `wl-summary-goto-folder-sticky'.
6543         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6544         `wl-summary-goto-folder'.
6545         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6546         Unless force-exit, do not clean temp. marks for sticky summary.
6547         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6548
6549 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6550
6551         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6552         not entire.
6553
6554 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6557         to `C-x C-s'.
6558         (wl-summary-save-status): New command.
6559         (wl-summary-exit): Don't clean-up temp marks when sticky.
6560         (Applied patch from Nakayama-san [wl: 09548])
6561         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6562         Do nothing when no mark data.
6563         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6564         Call `wl-summary-delete-all-temp-marks' before saving.
6565
6566 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6567
6568         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6569
6570 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6571
6572         * wl.el (wl-check-environment): Also cause error when (system-name)
6573         returns "localhost.localdomain". (Although it doesn't affect because
6574         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6575
6576 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6577
6578         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6579         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6580
6581         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6582         value.
6583
6584 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6587         Likewise r-cc-list and r-ng-list.
6588
6589 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6590
6591         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6592         only if it is bound as variable.
6593
6594         * wl-mime.el (wl-draft-preview-message): Ditto.
6595
6596 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6599         needless `goto-char'.
6600
6601         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6602         `wl-summary-redisplay-no-mime-internal' instead of
6603         `wl-summary-redisplay-no-mime'.
6604         (wl-summary-redisplay-no-mime): Changed argument;
6605         Call `wl-summary-redisplay-no-mime-internal'.
6606
6607         * wl-mime.el (wl-draft-preview-message): Bind
6608         `mime-header-encode-method-alist' locally.
6609
6610         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6611         (wl-draft-std11-parse-addresses): Added the first address check.
6612         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6613
6614         * Version number is increased to 2.9.7.
6615
6616 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6619
6620 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6621
6622         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6623         related to scrollbar support, if there is no such a feature
6624         compiled in.
6625
6626 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6627
6628         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6629         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6630         for prefetch.
6631
6632 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl-summary.el (wl-summary-pick): Fix for no match.
6635
6636 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-draft.el (wl-draft-save):
6639         Override `mime-header-encode-method-alist'.
6640
6641 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-folder.el (wl-folder-pick): New function.
6644         Define key as "?".
6645
6646 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6649         Fix for unplugged.
6650
6651 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-folder.el (wl-folder-virtual): New function.
6654         Define key as "V".
6655
6656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6659         multi folder if entity is group.
6660
6661 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6664         is nil.
6665
6666 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6669         (wl-summary-target-mark-msgs): Return the number of marked messages.
6670
6671 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6672
6673         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6674         "first:" is specified.
6675
6676 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6677
6678         * wl-vars.el (wl-from): Use return value of function
6679         user-full-name instead of the variable user-full-name since
6680         XEmacs-20.4 doesn't set this variable.
6681
6682 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6685         call `wl' directly.
6686
6687 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6688
6689         * wl-draft.el (wl-draft-reedit): Removed duplicated
6690         switch-to-buffers.
6691
6692 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * wl.el (wl-other-frame): Removed garbages.
6695
6696 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6699
6700         * wl-xmas.el (wl-draft-key-setup): Ditto.
6701
6702         * wl-mule.el (wl-draft-key-setup): Ditto.
6703
6704         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6705         (wl-draft-reedit): Ditto.
6706         (wl-draft-prepare-edit): Add `wl-draft-save' to
6707         `local-write-file-hooks'.
6708         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6709         (wl-draft-reedit): Set buffer-file-name.
6710         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6711
6712
6713         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6714         call it.
6715         (wl-delete-startup-frame-function): New variable.
6716         (wl-other-frame): New function
6717         (Original was written by Yamaoka san [wl: 09239]).
6718
6719         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6720         if `wl-folder-use-frame'.
6721
6722 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6725
6726 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6727
6728         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6729         New variable.
6730         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6731         (wl-message-buffer-prefetch-get-next): Use them.
6732         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6733
6734 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6737         with unwind-protect.
6738
6739         * wl-draft.el (wl-draft-reedit): Rewrite.
6740         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6741         (wl-draft-save): Insert header separator if it does not exist;
6742         Removed condition-case.
6743
6744         * wl-summary.el (wl-summary-reedit): Revert last change.
6745
6746         * wl-draft.el (wl-draft-save): Rewrite.
6747         (wl-draft-create-buffer): Set buffer-file-name as nil.
6748
6749         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6750
6751         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6752
6753         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6754         nil.
6755
6756 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6759         If count is nil, do not prefetch.
6760         (wl-message-buffer-prefetch-next): Next.
6761
6762 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6765
6766 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6769         `delete-backward-char'
6770         (wl-draft-prepare-edit): Check major-mode.
6771         (wl-draft-decode-header): Rewrite.
6772         (wl-draft): Fix.
6773
6774 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6775
6776         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6777
6778 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6781         (wl-message-buffer-prefetch-get-next): Remove size checking.
6782         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6783
6784 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6785
6786         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6787         (wl-draft-default-headers): Fix.
6788
6789 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6790
6791         * wl-draft.el (wl-draft-default-headers): Insert return value of
6792         `wl-generate-mailer-string-function'.
6793
6794 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6797         (wl-draft-insert-mail-header-separator): Ditto.
6798
6799         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6800         again (Reverted the change on 2002-01-17 by OKADA san).
6801
6802 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-draft.el (wl-draft): Rewrite.
6805         (wl-draft-create-buffer): New function.
6806         (wl-draft-create-contents): Ditto.
6807         (wl-draft-prepare-edit): Ditto.
6808         (wl-draft-decode-header): Ditto.
6809         (wl-draft-decode-body): Ditto.
6810         (wl-draft-check-new-line): Ditto.
6811         (wl-draft-default-headers): Ditto.
6812         (wl-draft-insert-mail-header-separator): Ditto.
6813
6814 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6815
6816         * Version number is increased to 2.9.6.
6817
6818 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-draft.el (wl-draft-delete-field): Optional argument.
6821         (wl-draft-delete-fields): Ditto.
6822
6823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-message.el (toplevel): Eliminated byte-compile warning.
6826         for `itimer-function', `delete-timer' and `itimer-list'.
6827
6828 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6831         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6832         `wl-message-buffer-prefetch-threshold'.
6833         * wl-summary.el (wl-summary-redisplay-internal): Remove
6834         the check of `wl-message-buffer-prefetch-depth'.
6835
6836 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6837
6838         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6839         size of article.
6840         (wl-message-buffer-prefetch-subr): Remove size check.
6841
6842 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6843
6844         * wl-vars.el (wl-plugged): Make customizable.
6845
6846 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6847
6848         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6849         (wl-message-buffer-prefetch-set-timer): New function.
6850         (wl-message-buffer-prefetch-get-next): New function.
6851         (wl-message-buffer-prefetch): New function.
6852         (wl-message-buffer-prefetch-next): Rewrite.
6853         (wl-message-buffer-prefetch-subr): Rewrite.
6854         * wl-vars.el (wl-auto-prefetch-first): New variable.
6855         * wl-summary.el (wl-summary-goto-folder-subr): Call
6856         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6857
6858 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6861         `wl-summary-unread-message-hook'.
6862
6863 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6866         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6867         if range is `cache-status'.
6868
6869 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * wl-message.el (wl-message-buffer-prefetch-subr):
6872         Improve debug message.
6873
6874 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6877         `wl-mail-send-pre-hook'.
6878         (wl-draft-send-mail-with-qmail): Ditto.
6879         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6880
6881 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * wl-message.el (wl-message-buffer-prefetch-subr):
6884         Fix for cancel-function-timers bug.
6885         (wl-message-buffer-prefetch-debug): Default value is t.
6886
6887 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6890         (wl-message-buffer-prefetch-subr): Rewrite.
6891         Rename from `wl-message-buffer-prefetch'.
6892
6893 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6894
6895         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6896         (wl-default-draft-cite-decorate-author): Ditto.
6897
6898         * wl-draft.el (wl-draft-cite-function): Removed.
6899         (wl-default-draft-cite-decorate-author): Ditto.
6900
6901 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6902
6903         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6904         (wl-default-draft-cite): Do not arrange author name if the value of
6905         `wl-default-draft-cite-decorate-author' is nil.
6906
6907 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6910
6911         * wl-folder.el (wl-folder-check-one-entity): Don't care
6912         `elmo-folder-use-flag-p'.
6913
6914 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6915
6916         * wl-folder (wl-folder-check-one-entity): Fix
6917         problem if unread is nil.
6918
6919 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6920
6921         * wl-address.el (wl-address-make-completion-list): Check whether
6922         the address is a group list.
6923         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6924
6925 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6926
6927         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6928         The number of the messages of new and unread does not count
6929         correctly.
6930
6931         * wl-summary.el (wl-summary-count-unread): Changed to return
6932         `(new . unread)' instead of total.
6933         (wl-summary-sync-update): Follow the change above.
6934
6935         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6936
6937 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6938
6939         * wl-address.el (wl-address-make-completion-list): Do not enclose
6940         address by " <" and ">" if associated realname is "".
6941         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6942         This is against the promblem with group list in .addresses pointed
6943         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6944
6945 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6946
6947         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6948         message is a format control string.
6949         * wl-expire.el (wl-expire-append-log): Ditto.
6950         * wl-mime.el (wl-summary-burst-subr): Ditto.
6951         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6952         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6953
6954 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6955
6956         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6957         wl.el (wl-check-variables): Rename from `wl-check-type'.
6958         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6959         (wl-check-variables-2): New function.
6960         (wl): Call `wl-check-variables-2'.
6961
6962 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6963
6964         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6965         after renaming folder in access group.
6966
6967 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6970         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6971         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6972         (wl-message-buffer-prefetch): Rewrite.
6973         (wl-message-buffer-prefetch-idle-time): Removed.
6974         * wl-summary.el (wl-summary-redisplay-internal):
6975         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6976         Error check for `wl-message-buffer-prefetch-depht'.
6977
6978 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6979
6980         * Version number is increased to 2.9.5.
6981         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6982
6983 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6984
6985         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6986         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6987         Based on the patch written by
6988         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6989
6990 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6991
6992         * wl-draft.el (wl-draft-raw-send): Fix for
6993         `wl-news-send-pre-hook'
6994
6995 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6996
6997         * wl-utils.el (wl-message-id-function): New variable.
6998         * wl-draft.el (wl-draft-insert-required-fields):
6999         Use `wl-message-id-function'.
7000
7001 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7002
7003         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7004         * wl-utils.el (wl-draft-make-message-id-string):
7005         Use `wl-from' for domain part of Message-ID
7006         if `wl-message-id-use-wl-from' if non-nil.
7007         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7008
7009 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl.el (wl): Call `wl-check-type'
7012         Do not 'condition-case'.
7013
7014 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl.el (wl-check-type): New function.
7017         (wl-check-type-variables): New variable.
7018
7019 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7020
7021         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7022
7023 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7024
7025         * wl-draft.el (wl-smtp-password-key): New function.
7026         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7027         (wl-draft-send-mail-with-smtp): Ditto.
7028         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7029
7030 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7031
7032         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7033         * wl-utils.el (wl-unique-id-suffix): Remove.
7034
7035 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7036
7037         * Version number is increased to 2.9.4.
7038
7039 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7040
7041         * wl-utils.el (wl-unique-id-suffix): New variable.
7042         (wl-unique-id): Use `wl-unique-id-suffix'
7043
7044 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7045
7046         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7047         instead of `elmo-msgdb-search'.
7048
7049         * Version number is increased to 2.9.3.
7050
7051 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7052
7053         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7054
7055 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7056
7057         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7058         (wl-draft-dispatch-message): Changed for send-later.
7059         (wl-draft-queue-flush): Ditto.
7060         (wl-draft): Clear `wl-sent-message-queued'.
7061         (wl-draft-reedit): Ditto.
7062         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7063         * wl-vars.el (wl-draft-force-queuing): New variable.
7064         (wl-draft-force-queuing-mail): New variable.
7065         (wl-draft-force-queuing-news): New variable.
7066
7067 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7070         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7071
7072 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7073
7074         * Version number is increased to 2.9.2.
7075
7076 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * wl-draft.el (wl-draft-elide-region): New user command.
7079         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7080
7081         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7082         command `wl-draft-elide-region'.
7083         * wl-mule.el: Ditto.
7084         * wl-xmas.el: Ditto.
7085
7086 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7089         (wl-biff-check-folder-async): Removed needless let.
7090
7091 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7094         wl-folder-get-elmo-folder.
7095         (wl-biff-check-folder): Set `biff' argument of
7096         `wl-folder-check-one-entity'.
7097         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7098
7099         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7100         (wl-folder-check-one-entity): Added `biff' argument;
7101         Setup `biff' slot of folder.
7102
7103         * Version number is increased to 2.9.1.
7104
7105 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7108         comment out and fixed.
7109         (wl-fldmgr-add-completion-subr): Ditto.
7110
7111         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7112         and msgdb.
7113
7114         * wl.el (wl-toggle-plugged): Save summary view.
7115
7116 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7119
7120 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7121
7122         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7123
7124 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7127         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7128         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7129
7130         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7131         if it was failed.
7132         (wl-demo): Disable undo in the demo buffer.
7133
7134 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl-version.el (wl-version): Changed codename.
7137
7138         * Version number is increased to 2.9.0.
7139
7140 2001-12-14  Takuo KITAME <kitame@northeye.org>
7141
7142         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7143         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7144         (wl-folder-mark-as-read-all-current-entity): Ditto.
7145
7146 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl-vars.el (wl-from-width): Define as obsolete variable.
7149         (wl-subject-length-limit): Ditto.
7150
7151         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7152
7153         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7154         wl-summary-save-view.
7155
7156         * wl.el (wl-save-status): Ditto.
7157         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7158
7159         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7160         (wl-summary-exit): Follow the change above.
7161         (wl-summary-goto-folder-subr): Ditto.
7162
7163         * wl-folder.el (wl-folder-create-subr): Don't use
7164         `elmo-folder-creatable-p'.
7165
7166 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7169
7170 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7173         rather than bitmap on Emacs 21.
7174         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7175         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7176         for xbm if the new redisplay engine is not available.
7177
7178 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-folder.el (wl-folder-init-hook): New hook.
7181         (wl-folder-init): Run `wl-folder-init-hook'.
7182
7183 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7186
7187 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7188
7189         * wl-acap.el (wl-acap-cache-filename): New variable.
7190         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7191         (wl-acap-init): Use cache if no ACAP server found.
7192
7193 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7194
7195         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7196         `wl-acap-original-msgdb-dir'.
7197
7198         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7199         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7200
7201         * wl-mime.el (wl-mime-save-directory): Renamed from
7202         `wl-mime-save-dir'.
7203
7204 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7207
7208         * wl-demo.el: Require `path-util'.
7209         (wl-demo-bitmap-mule-available-p): New internal variable.
7210         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7211         `module-installed-p' instead.
7212         (wl-demo-insert-image): Use *.img file for a bitmap image.
7213         (wl-demo): Don't call the ascii demo recursively.
7214
7215 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7216
7217         * Version number is increased to 2.7.7.
7218
7219 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl.el (wl-exit): Eliminated byte-compile warning.
7222
7223 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7224
7225         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7226         obsolete variable using `elmo-define-obsolete-variable'.
7227         (wl-fetch-confirm-threshold): Ditto.
7228         (wl-cache-prefetch-folder-type-list): Ditto.
7229         (wl-cache-prefetch-folder-list): Ditto.
7230
7231 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7234         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7235         (wl-demo-insert-image): New function.
7236         (wl-demo-insert-text): New function.
7237         (wl-demo-image-type-alist): Redefine as a function.
7238         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7239         (wl-demo-with-temp-file-buffer): Removed.
7240         (wl-logo-xpm): Removed.
7241         (wl-logo-xbm): Removed.
7242         (wl-logo-bitmap): Removed.
7243
7244 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7245
7246         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7247         (wl-expire-localdir-get-folder-function): New user option.
7248         (wl-expire-localdir-get-folder): New function.
7249         (wl-expire-localdir-date): Ditto.
7250
7251 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7252
7253         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7254         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7255         Fixed unread number mismatch when all-unread < unread.
7256
7257 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7260         (wl-fetch-confirm-threshold): Ditto.
7261
7262         * wl-summary.el (wl-summary-confirm-appends): Removed.
7263         (wl-summary-sync-update): Don't refer
7264         `wl-summary-update-confirm-threshold' (It is now abolished).
7265
7266         * wl-message.el (wl-message-display-internal): Don't refer
7267         `wl-fetch-confirm-threshold' (It is now abolished).
7268
7269 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7272
7273 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7274
7275         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7276         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7277         Change default value to nil.
7278         (wl-summary-indent-length-limit): The value can be nil, nil means
7279         unlimited.
7280
7281         * wl-summary.el: Don't set limit for indent length if the value of
7282         wl-summary-indent-length-limit is nil.
7283         If the value of wl-summary-width is nil, it means only that the width
7284         of summary is unlimited (nil doesn't mean that the indent length is
7285         unlimited).
7286
7287         * wl-thread.el: Ditto.
7288
7289 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7290
7291         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7292         be nil, nil means never confirm.
7293         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7294
7295 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7296
7297         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7298         means unlimited).
7299
7300 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7303         Use `with-temp-buffer'.
7304
7305 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7306
7307         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7308         with new backquote style).
7309         (wl-folder-get-entity-from-buffer): Ditto.
7310
7311 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7312
7313         * wl-version.el (nemacs-version): Eliminated.
7314         (wl-extended-emacs-version2): Ignore nemacs.
7315         (wl-extended-emacs-version3): Ditto.
7316
7317 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7318
7319         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7320         (wl-draft-add-in-reply-to): New variable.
7321         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7322         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7323         (wl-draft-yank-from-mail-reply-buffer): Use
7324         `wl-draft-add-in-reply-to'.
7325         (wl-draft-insert-current-message): Ditto.
7326
7327 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7328
7329         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7330         typo (kill->hide).
7331         (wl-message-buffer-prefetch-folder-type-list): Added elements
7332         `mark' and `cache' instead of `internal'.
7333
7334 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7337         resume msgdb directory.
7338
7339 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl.el (wl-exit): Call `wl-acap-exit'.
7342
7343         * wl-summary.el (wl-summary-message-string): New function.
7344         (wl-summary-reedit): Use it.
7345         (wl-summary-resend-bounced-mail): Remove needless let.
7346         (wl-summary-supersedes-message): Ditto.
7347         (wl-summary-save): Ditto.
7348
7349         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7350         (wl-acap-init): Set it.
7351         (wl-acap-exit): New function.
7352
7353 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl.el (wl-init): Revert (require 'mime-setup). move from
7356         toplevel.
7357
7358 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7359
7360         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7361         local variables.  Add error when guess function return invalid
7362         value.
7363
7364 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7365
7366         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7367         Change local variable name.
7368         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7369         (wl-folder-get-newsgroups): Return nil when non-news folder.
7370         * wl-summary.el (wl-summary-write-current-folder): State through
7371         when guess-list return nil.
7372         (wl-summary-write-current-folder-functions): Fixed docstring.
7373
7374         * wl.el (wl-exit): Changed confirm message.
7375
7376         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7377         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7378
7379         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7380
7381 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7382
7383         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7384         user option (Renamed from wl-cache-prefetch-folder-type-list).
7385         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7386         from wl-cache-prefetch-folder-list).
7387
7388         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7389         Move to wl-vars.el.
7390         (wl-message-buffer-prefetch-p): Changed to enable
7391         `wl-message-buffer-prefetch-folder-list'.
7392
7393         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7394         `ignore-cache'.
7395
7396 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7397
7398         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7399         `part-top' and `part-bottom'.
7400         (wl-draft-config-sub-part-top): New function.
7401         (wl-draft-config-sub-part-bottom): New function.
7402
7403 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7404
7405         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7406
7407 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7408
7409         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7410
7411 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7412
7413         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7414
7415         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7416         (wl-summary-write-current-folder): Ditto.
7417
7418 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-folder.el (wl-folder-get-newsgroups): Use
7421         `elmo-folder-newsgroups'.
7422
7423 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7424
7425         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7426         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7427         `wl-draft-config-sub-header-bottom'.
7428
7429 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7430
7431         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7432         localnews folder.
7433
7434 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7435
7436         * wl-summary.el (wl-summary-mode): Undo last change.
7437
7438         * wl-folder.el (wl-folder-mode): Ditto.
7439
7440 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7441
7442         * wl-summary.el (wl-summary-mode): Locally set
7443         truncate-partial-window-width to nil.
7444         (for XEmacs)
7445
7446         * wl-folder.el (wl-folder-mode): Ditto.
7447
7448 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7451
7452 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7455         number.
7456
7457         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7458
7459         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7460
7461         * Version number is increased to 2.7.6.
7462
7463 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7466
7467 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-summary.el (wl-summary-sync-update): Enclose network
7470         related portion with `unwind-protect'.
7471
7472 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7473
7474         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7475
7476 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7479         element.
7480         * wl-vars.el (wl-message-body-button-alist): Ditto.
7481
7482         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7483         max match length.
7484         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7485
7486         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7487         for the max match length;
7488         Use 4th element value for the button string regexp group.
7489
7490         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7491         candidate exists, prompt to select.
7492
7493 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7494
7495         * wl-summary.el (wl-summary-jump-to-msg): Search before
7496         calibration point by `beginning-of-line'.
7497
7498 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7499
7500         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7501         for access group.
7502
7503 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-message.el (wl-message-display-internal): Bind
7506         `default-mime-charset'.
7507
7508         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7509
7510         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7511
7512         * Version number is increased to 2.7.5.
7513
7514 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7515
7516         * wl-expire.el (wl-summary-archive): Fixed;
7517         Use `elmo-folder-name-internal'.
7518
7519 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7520
7521         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7522         from `elmo-folder-move-messages' caller.
7523         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7524
7525         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7526         related portions are changed).
7527
7528 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7529
7530         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7531         counter.
7532
7533 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7534
7535         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7536         buffer local and set it to nil.
7537
7538         * wl-message.el (wl-message-redisplay): Ditto.
7539
7540 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-summary.el (wl-summary-mark-as-important): If message is
7543         already cached, set messag as read, otherwise encache and mark as read.
7544
7545 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7546
7547         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7548         point-min.
7549
7550 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7553         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7554         a keymap.
7555
7556 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7559         parent.
7560
7561         * wl-mule.el (wl-message-define-keymap): Ditto.
7562
7563         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7564
7565         * wl-xmas.el (wl-message-display-internal-hook): Define.
7566         (wl-xmas-setup-message-toolbar): Define as function.
7567         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7568         (wl-message-overload-functions): Abolished.
7569         (wl-message-define-keymap): New function.
7570
7571         * wl-vars.el (wl-message-display-internal-hook): New variable.
7572         (wl-message-header-button-alist): New variable (Renamed from
7573         wl-highlight-message-header-button-alist).
7574         (wl-message-body-button-alist): Ditto.
7575
7576         * wl-mule.el (wl-message-define-keymap): New function.
7577         (wl-message-overload-functions): Abolished.
7578
7579         * wl-message.el (wl-message-add-buttons-to-body): New function.
7580         (wl-message-redisplay): Don't call wl-message-overload-functions;
7581         Call wl-message-add-buttons-to-header and
7582         wl-message-add-buttons-to-body.
7583         (wl-message-display-internal): Set keymap argument for
7584         elmo-mime-display-as-is, elmo-mime-message-display;
7585         Run wl-message-display-internal-hook.
7586         (wl-message-refer-article-or-url): Abolished.
7587
7588         * wl-highlight.el (wl-highlight-headers): Don't call
7589         wl-highlight-message-add-buttons-to-header.
7590         (wl-highlight-message-add-buttons-to-header): Abolished.
7591
7592
7593         * wl-e21.el (wl-message-display-internal-hook): Define.
7594         (wl-e21-setup-toolbar): Deleted duplicated binding.
7595         (wl-e21-setup-message-toolbar): Define as function.
7596         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7597         (wl-message-define-keymap): New function.
7598         (wl-message-overload-functions): Abolished.
7599
7600 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7603         and elmo-folder-close.
7604
7605         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7606
7607 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7608
7609         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7610         boolean value.
7611         * wl-draft.el (wl-draft-do-fcc): Ditto.
7612
7613 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7614
7615         * wl-vars.el (wl-fcc-force-as-read): New variable.
7616         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7617         mark copied message as read.
7618
7619 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7620
7621         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7622
7623 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7624
7625         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7626         `wl-summary-target-above' instead of obsolete variable
7627         `wl-summary-temp-above'.
7628
7629         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7630         instead of `make-obsolete-variable'.
7631         * wl-refile.el (toplevel): Ditto.
7632
7633 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7636         with third argument t.
7637         (wl-draft): Set first argument for wl-plugged-init as t.
7638
7639         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7640         definition.
7641
7642 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7643
7644         * wl-vars.el: Tabify.
7645         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7646
7647         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7648         message.
7649
7650 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7651
7652         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7653         and set default to beep.
7654
7655 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7656
7657         * wl-vars.el (wl-draft-truncate-lines): New variable.
7658
7659         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7660         instead of wl-message-truncate-lines for truncate-lines.
7661
7662 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-message.el (wl-message-display-internal): Call
7665         `wl-highlight-message' after `elmo-mime-display-as-is'.
7666
7667         * wl-mime.el (wl-mime-display-text/plain): New function.
7668         (wl-mime-display-header): Ditto.
7669         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7670         body-presentation-method for text/plain;
7671         Register `wl-mime-display-header' as a header-presentation-method;
7672         Don't set up `elmo-message-text-content-inserted-hook' and
7673         `elmo-message-header-inserted-hook'.
7674
7675         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7676         variable.
7677         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7678         as t if flag is 'all-header;
7679         Don't bind `elmo-message-ignored-field-list',
7680         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7681
7682 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7685         for xemacs with non-mule environment.
7686
7687 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7688
7689         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7690         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7691         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7692
7693 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7694
7695         * wl-vars.el (wl-interactive-send): Set default value as t.
7696
7697 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7700         (wl-addrmgr-method-list): Abolished.
7701         (wl-addrmgr-change-method): Follow above change.
7702
7703         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7704
7705 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7706
7707         * wl-vars.el (wl-message-truncate-lines): Change default value
7708         to default-truncate-lines.
7709
7710         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7711
7712 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7713
7714         * wl-vars.el (wl-message-truncate-lines): New variable.
7715
7716         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7717         wl-message-truncate-lines.
7718
7719 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7720
7721         * wl-acap.el (wl-acap-init): Remove period from error message.
7722         (wl-acap-find-acap-service): Remove period from message.
7723
7724 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl.el (wl-check-environment): Undo last change.
7727
7728         * wl-vars.el (wl-from): Changed default value.
7729
7730         * wl-util.el (toplevel): Don't require tm-edit.
7731
7732         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7733         `wl-folder-init';
7734         Don't set mark on mail body.
7735         (wl-draft-reedit): Ditto.
7736
7737         * wl-address.el (wl-address-quote-specials): Define as an alias for
7738         elmo-address-quote-specials.
7739
7740 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7743
7744         * wl-vars.el (wl-from): Set default value as nil.
7745         (wl-organization): Set default value as ORGANIZATION environment
7746         variable.
7747
7748         * wl-draft.el (wl-smtp-extension-bind): Check value of
7749         wl-smtp-connection-type.
7750
7751         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7752         error.
7753
7754 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7755
7756         * Version number is increased to 2.7.4.
7757
7758         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7759         arguments from `wl-highlight-x-face-function' caller.
7760         Use x-face-1.3.6.12 or later.
7761
7762 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7763
7764         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7765
7766 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7767
7768         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7769         (wl-fcc): Fix to accept function.
7770         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7771
7772 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7773
7774         * wl-acap.el (toplevel): Added `product-provide' declare.
7775         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7776
7777 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl.el (wl): Changed order of calling `elmo-init'
7780         and `elmo-folder-init'.
7781
7782 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7783
7784         * wl-mime.el (wl-summary-burst): Extract message when content-type
7785         of root entity is not only `multipart' but also `message/rfc822'.
7786         (wl-summary-burst-subr): Ditto.
7787
7788 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-vars.el (toplevel): Require 'custom.
7791         (wl-trash-folder): Added to `wl-setting' group.
7792
7793         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7794         exists.
7795         (wl-addrmgr-draw): Insert empty line when no entry exists.
7796
7797         * wl-mule.el (wl-message-wheel-up): Fixed.
7798         (wl-message-wheel-down): Ditto.
7799
7800 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7801
7802         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7803         config is an anonymous lambda expression.
7804
7805 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7808         when Mule 2 is running.
7809
7810 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7813
7814 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7817         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7818
7819         * wl-address.el (wl-address-specials-regexp): Eliminated.
7820         (wl-address-quote-specials): Rewrite.
7821
7822 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7825         shy-groups for regexp.
7826
7827         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7828         character classes and Perl style shy-groups for regexp.
7829         (wl-highlight-plugged-current-line): Use Posix style character
7830         classes for regexp.
7831         (wl-e21-highlight-folder-by-numbers): Ditto.
7832         (wl-e21-display-image-p): Use `display-images-p' instead of
7833         `display-graphic-p'.
7834         (display-images-p): Make an alias to `display-graphic-p' if it is
7835         not available.  It is for Emacs version prior to 21.0.105.
7836
7837         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7838         `display-graphic-p'.
7839         (wl-demo-image-type-alist): Ditto.
7840         (display-images-p): Make an alias to `display-graphic-p' if it is
7841         not available.  It is for Emacs version prior to 21.0.105.
7842
7843 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7844
7845         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7846         support.
7847         (wl-generate-user-agent-string): Ditto.
7848
7849         * wl-version.el (wl-version): Update docsting.
7850         (wl-version-status): Ditto.
7851
7852 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7853
7854         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7855         21.0.105.  For Emacs 21.0.104 or earlier.
7856
7857 2001-09-03  Takuo KITAME <kitame@northeye.org>
7858
7859         * wl-e21.el (wl-plugged-init-icons): Use
7860         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7861         (wl-biff-init-icons): Ditto.
7862
7863 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-highlight.el (wl-highlight-summary-current-line):
7866         Fixed highlighting refile/copy destination.
7867
7868         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7869         (wl-acap-store): Encode string by wl-acap-coding-system.
7870
7871 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-acap.el (toplevel): Check and require 'un-define before
7874         'xemacs-ucs;
7875          Added checking for UTF-2000.
7876
7877 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7880         Don't enclose with `eval-and-compile'.
7881
7882         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7883         wl-init is non-nil.
7884
7885         * wl-draft.el (wl-draft): Ditto.
7886
7887         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7888
7889         * wl-acap.el (toplevel): Require 'wl.
7890         (wl-acap-store): Call `elmo-init'.
7891
7892         * wl.el (wl): Changed position of `wl-check-environment'.
7893         (toplevel): Added autoload setting for wl-acap.
7894
7895         * wl-vars.el (wl-setting): New custom group.
7896         (wl-from): Added wl-setting group.
7897         (wl-user-mail-address-list): Ditto.
7898         (wl-organization): Ditto.
7899         (wl-subscribed-mailing-list): Ditto.
7900         (wl-envelope-from): Ditto.
7901         (wl-smtp-posting-user): Ditto.
7902         (wl-smtp-posting-server): Ditto.
7903         (wl-smtp-posting-port): Ditto.
7904         (wl-smtp-authenticate-type): Ditto.
7905         (wl-pop-before-smtp-user): Ditto.
7906         (wl-pop-before-smtp-server): Ditto.
7907         (wl-pop-before-smtp-port): Ditto.
7908         (wl-pop-before-smtp-authenticate-type): Ditto.
7909         (wl-nntp-posting-server): Ditto.
7910         (wl-nntp-posting-user): Ditto.
7911         (wl-nntp-posting-port): Ditto.
7912         (wl-fetch-confirm-threshold): Ditto.
7913         (wl-prefetch-threshold): Ditto.
7914         (wl-thread-insert-opened): Ditto.
7915         (wl-ldap-server): Ditto.
7916         (wl-ldap-port): Ditto.
7917         (wl-ldap-base): Ditto.
7918         (wl-ldap-objectclass): Ditto.
7919         (wl-use-ldap): Ditto.
7920         (wl-draft-config-alist): Ditto.
7921         (wl-draft-config-matchone): Ditto.
7922         (wl-template-alist): Ditto.
7923         (wl-message-sort-field-list): Ditto.
7924         (wl-message-ignored-field-list): Ditto.
7925         (wl-message-visible-field-list): Ditto.
7926         (wl-interactive-send): Ditto.
7927         (wl-summary-move-order): Ditto.
7928         (wl-auto-select-first): Ditto.
7929         (wl-auto-select-next): Ditto.
7930         (wl-interactive-save-folders): Ditto.
7931
7932         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7933         Initialization codes are moved from wl-local-folder-init.
7934         (wl-local-folder-init): Follow the change above.
7935         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7936
7937         * wl-acap.el: New file.
7938
7939         * Version number is increased to 2.7.3.
7940
7941 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7942
7943         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7944
7945 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7946
7947         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7948         (wl-addrmgr-address-entry-list): Ditto.
7949
7950 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7951
7952         * wl-e21.el (wl-draft-mode-map): Removed binding for
7953         `wl-draft-insert-x-face-field'.
7954
7955         * wl-mule.el (wl-draft-mode-map): Ditto.
7956
7957         * wl-xmas.el (wl-draft-mode-map): Ditto.
7958
7959         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7960         (wl-cs-autoconv): Ditto.
7961         (wl-cs-local): Ditto.
7962         (wl-use-scoring): Ditto.
7963         (wl-mime-charset): Ditto.
7964         (wl-folder-check-async): Ditto.
7965
7966         * wl.el (toplevel): Ignore nemacs and tm.
7967         (wl-exit): Ditto.
7968
7969         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7970         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7971         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7972         instead of wl-address-petname-add-or-change.
7973         (wl-summary-edit-addresses-subr): Use wl-address-delete
7974         instead of wl-address-petname-delete.
7975
7976         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7977
7978         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7979         if error occured.
7980
7981         * wl-message.el (require): Remove tm support.
7982
7983         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7984
7985         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7986         (wl-folder-jump-to-current-entity): Ditto.
7987         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7988
7989         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7990         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7991         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7992
7993         * wl-mule.el (wl-draft-key-setup): Ditto.
7994
7995         * wl-xmas.el (wl-draft-key-setup): Ditto.
7996
7997         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7998         (wl-draft-std11-parse-addresses): New function.
7999         (wl-draft-parse-mailbox-list): Use it.
8000         (wl-draft): Ignore nemacs.
8001         (wl-draft-reedit): Ditto.
8002
8003         * wl-addrmgr.el: New file.
8004         (Original is wl-rcpt.el written by
8005         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8006         Thanks Kitamoto-san.)
8007
8008         * wl-address.el (wl-address-make-address-list): Modified parsing
8009         process.
8010         (wl-address-delete): Renamed from `wl-address-petname-delete';
8011         Modify wl-address-list too.
8012         (wl-address-add-or-change): Renamed from
8013         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8014
8015 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8016
8017         * wl-highlight.el (wl-highlight-summary-current-line):
8018           Work with transient-mark-mode
8019
8020 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * Version number is increased to 2.7.2.
8023
8024         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8025         instead of elmo-dop-queue-method.
8026
8027 2001-08-06  SAITO Atsunori <sai@yedo.com>
8028
8029         * wl-vars.el (wl-ldap-objectclass): New user option.
8030
8031         * wl-address.el (wl-ldap-make-filter): Use it.
8032
8033 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8036
8037 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-folder.el (wl-folder): redisplay after folder insertion.
8040
8041         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8042
8043         * wl-summary.el (wl-summary-sync-update):
8044         Change status mark only when new-msgdb exists.
8045         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8046
8047 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-summary.el (wl-summary-open-folder): New function.
8050         (wl-summary-goto-folder-subr): Use it.
8051         (wl-summary-mark-as-important): Fix;
8052         Encache only when no cache exists.
8053
8054 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8057         Use with-current-buffer.
8058
8059 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8060
8061         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8062         before call `get-buffer'. Fixed parenthesis.
8063         (wl-score-get-header-entry): Clear message and help window when
8064         keyboard quit.
8065         (wl-score-edit-insert-header): Ditto.
8066
8067 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8068
8069         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8070         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8071         (wl-default-draft-cite): Fix.
8072
8073         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8074         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8075
8076 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-message.el (wl-message-prev-page): Do same bahavior
8079         as summary when it is called in the message buffer.
8080         (wl-message-next-page): Ditto.
8081
8082 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl-summary.el (wl-summary-forward): Use cache if it is not
8085         section cache.
8086
8087 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8090         Removed redundant require of elmo-vars.
8091         (wl-biff-state-indicator-on): Changed default value for
8092         xemacs with non-mule environment.
8093
8094         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8095         wl-message-buffer is nil;
8096         Hide progress bar after moving messages.
8097
8098 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8101         message at cursor point is deleted.
8102
8103 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8104
8105         * wl-vars.el: Changed file coding system to euc-japan.
8106         Added -*-coding:-*- magic to the first line.
8107
8108         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8109         Search parent from the first message.
8110
8111         * Version number is increased to 2.7.1.
8112
8113 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8114
8115         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8116
8117 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8120         refile/delete execution.
8121
8122         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8123         Fixed docstring.
8124
8125 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8126
8127         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8128         do update process;
8129         Don't update marks when update process is interrupted.
8130
8131 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-summary.el (wl-summary-reply): Fixed problem when
8134         wl-draft-use-frame is non-nil.
8135         (wl-summary-forward): Ditto.
8136
8137         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8138         as nil.
8139         (wl-folder-mark-as-read-all-entity): Ditto.
8140         (wl-folder-prefetch-entity): Ditto.
8141
8142         * wl.el (wl): Check environment before wl-init.
8143
8144         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8145         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8146         instead of wl-summary-collect-unread.
8147         (wl-summary-reply): Split message window.
8148
8149 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8152         only if current language environment is japanese,
8153
8154         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8155         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8156         (wl-folder-goto-folder-subr): Ditto.
8157
8158         * wl-draft.el (wl-draft-dispatch-message): Call
8159         `elmo-file-cache-get-path'.
8160
8161 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-summary-cursor-move): If return value of
8164         wl-summary-next-message is not number, don't jump.
8165
8166 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * wl-summary.el (wl-summary-buffer-next-message-function): New
8169         variable.
8170         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8171         if it is bound.
8172
8173         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8174         string.
8175
8176         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8177         (wl-plugged-drawing): Ditto.
8178
8179 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8180
8181         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8182         process.
8183         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8184         with unwind-protect.
8185
8186         * wl.el (wl-init): Require mime-setup.
8187         (wl-check-environment): Don't require mime-setup.
8188
8189         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8190         instead of elmo-folder-type.
8191
8192         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8193         value as nil.
8194
8195 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * Version number is increased to 2.7.0.
8198
8199         * wl-version.el (wl-version): Changed codename.
8200
8201         * wl-summary.el (wl-summary-delete-cache): Fixed.
8202
8203         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8204         Workaround for net folders.
8205         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8206
8207         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8208         value to nil (According to the patch from
8209         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8210
8211         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8212         of elmo-folder-close.
8213
8214 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8215
8216         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8217         for postfix.
8218
8219 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl-summary.el (wl-summary-resend-message): Fixed.
8222
8223         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8224         Call wl-draft with `from' argument if its address is included in
8225         `wl-user-mail-address-list'.
8226         (wl-draft): Added `from' argument.
8227
8228         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8229         non-nil.
8230         (wl): Don't show demo if wl-demo is nil.
8231
8232         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8233         wl-summary-use-frame.
8234
8235         * wl-vars.el (wl-summary-use-frame): New user option.
8236         (wl-folder-use-frame): Changed docstring.
8237
8238         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8239         non-nil.
8240         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8241         wl-summary-use-frame.
8242
8243         * wl-vars.el (wl-folder-use-frame): New user option.
8244
8245         * wl-summary.el (wl-summary-exit): Back to folder frame if
8246         wl-folder-use-frame is non-nil.
8247         (wl-summary-redisplay-internal): Ignore cache if current folder
8248         is draft folder,
8249         (wl-summary-redisplay-no-mime): Ditto.
8250         (wl-summary-redisplay-all-header): Ditto.
8251
8252         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8253         if wl-folder-use-frame is non-nil.
8254
8255 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-summary.el (wl-summary-sync-update): Bind
8258         elmo-folder-update-threshold.
8259         (wl-summary-mark-as-important): Enclosed server mark processing
8260         with `save-match-data'.
8261
8262         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8263         only when it is already defined.
8264
8265 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8266
8267         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8268         name of folder exclude localdir is wrong.
8269         * wl-folder.el (wl-folder-sync-entity):
8270         Set `wl-summary-always-sticky-folder-list' as nil.
8271         (wl-folder-mark-as-read-all-entity): Ditto.
8272         (wl-folder-prefetch-entity): Ditto.
8273
8274 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8275
8276         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8277         instead of `wl-summary-write-current-newsgroup'.
8278
8279 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8280
8281         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8282         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8283         non-nil and selected message is important, do not display.
8284
8285 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8286
8287         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8288
8289 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8292
8293         * wl-summary.el (wl-summary-mark-as-important): Set message number
8294         using wl-summary-message-number.
8295
8296 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8297
8298         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8299         destination folder is 'null.
8300
8301 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8302
8303         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8304         New function.
8305         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8306         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8307         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8308
8309 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-mime.el (wl-mime-setup): Added setting for
8312         `mime-setup-signature-key-alist' to avoid overriding key bind for
8313         `wl-draft-send'.
8314
8315         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8316         for `wl-draft-send'.
8317         * wl-mule.el (wl-draft-overload-functions): Ditto.
8318         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8319         * wl-draft.el (wl-draft-send): Ditto.
8320
8321         * wl-message.el (wl-message-display-internal):
8322         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8323         (Patch is provided by <kita@coe.nttdata.co.jp>).
8324
8325 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8326
8327         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8328
8329 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8330
8331         * wl.el (wl): Fix for wl-demo.
8332
8333 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8334
8335         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8336
8337 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8338
8339         * wl-folder.el (wl-folder-prefetch-entity): Use
8340         `wl-folder-get-elmo-folder'.
8341         (wl-folder-count-incorporates): Do not use
8342         `wl-folder-get-elmo-folder'.
8343
8344 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8345
8346         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8347         instead of `elmo-folder-get-type'.
8348
8349 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8350
8351         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8352         position on Subject: field.
8353         (Advised by Mito <mit@nines.nec.co.jp>)
8354
8355 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8356
8357         * wl-folder.el (wl-folder-prefetch-entity): Use
8358         `wl-folder-get-elmo-folder'.
8359
8360 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8363
8364         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8365         `process-duplicates' slot.
8366
8367         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8368         if detection failed.
8369
8370 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8371
8372         * wl-version.el (wl-version-status): Set to "alpha".
8373
8374 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8375
8376         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8377         Check wl-message-buffer lives before set-buffer.
8378
8379 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8380
8381         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8382         called in folder mode.
8383         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8384         * wl-summary.el (wl-summary-exit-pre-hook): Run
8385         `wl-summary-exit-pre-hook' before exit summary mode.
8386
8387 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8388
8389         * wl-version.el (wl-version-status): New variable.
8390         (wl-version-status-alist): Removed.
8391         (wl-version-status): Rule included.
8392
8393 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8396         @sponichi.
8397
8398         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8399         when `mail-reply-buffer' is buffer-local variable.
8400         (Reported by <kita@coe.nttdata.co.jp>).
8401
8402 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl-vars.el (toplevel): Require 'elmo-util.
8405
8406 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8409         (All other related portions are changed)
8410
8411         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8412
8413         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8414
8415 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8416
8417         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8418
8419 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8422         Delete other windows to avoid an error.
8423         Use `point-marker' instead of `point' to remember the start point
8424         of body.
8425
8426         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8427
8428         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8429         number not to exceed all message number.
8430
8431 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8432
8433         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8434         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8435
8436 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * wl-summary.el (wl-summary-sync-force-update): Added argument
8439         no-check.
8440         (wl-summary-sync-update): Ditto.
8441         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8442         with `no-check'.
8443
8444         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8445         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8446         already running.
8447
8448 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8449
8450         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8451         `dst-folder-arg'.
8452         (wl-expire-archive-number1): Diito.
8453         (wl-expire-archive-number2): Diito.
8454         (wl-expire-archive-Date): Diito.
8455         (wl-archive-number1): Diito.
8456         (wl-archive-number2): Diito.
8457         (wl-archive-date): Diito.
8458         (wl-archive-folder-p): New function.
8459         (wl-summary-expire): Support of expand folder name at
8460         wl-expire-alist.
8461         * wl-util.el (wl-expand-newtext): Renamed from
8462         `wl-refile-expand-newtext'.
8463
8464 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8465
8466         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8467         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8468         `(elmo-msgdb-get-overview msgdb)'.
8469         (wl-summary-prefetch): Bind match data before call
8470         `wl-summay-prefetch-msg'.
8471         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8472         'off if `wl-summary-buffer-disp-msg' is non-nil.
8473         Fixed problem that couldn't show only one new or unread message when
8474         enter folder.
8475         (wl-summary-reply): Don't call `split-window-vertically' and other
8476         window.
8477
8478 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-expire.el (wl-expire-refile): Fixed.
8481
8482 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8485
8486         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8487         biff notification is removed.
8488
8489         * wl.el (wl): Changed position of `elmo-init'.
8490
8491         * wl-draft.el (wl-default-draft-cite): Use date field
8492         on the citation buffer.
8493
8494         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8495
8496         * wl-xmas.el (wl-folder-internal-icon-list): Added
8497         `wl-folder-shimbun-image'.
8498
8499         * wl-e21.el (wl-folder-internal-icon-list): Added
8500         `wl-folder-shimbun-image'.
8501
8502 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl.el (wl-init): Eliminated argument.
8505         (wl): Rewrite.
8506
8507         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8508         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8509         instead of `elmo-folder-msgdb-internal'.
8510         (wl-summary-sync-update): Ditto.
8511         (wl-summary-flush-pending-append-operations): Eliminated.
8512         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8513         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8514         `elmo-folder-open'.
8515
8516         * wl-mime.el (wl-summary-burst): Fixed.
8517
8518         * wl-folder.el (wl-folder-info-save): Check data type.
8519
8520         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8521         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8522         instead of `elmo-folder-msgdb-internal'.
8523         (wl-expire-hide): Ditto.
8524
8525
8526         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8527
8528 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8529
8530         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8531
8532 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8533
8534         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8535
8536 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8537
8538         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8539         Fixed `match-beginning' argument mismatch.
8540
8541 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8542
8543         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8544         the default value.
8545
8546 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8549         instead of `elmo-nntp-default-port'.
8550
8551         * wl-vars.el: Fixed some doc strings.
8552
8553 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8554
8555         * wl-summary.el (wl-summary-prefetch-msg): Use
8556         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8557
8558         * wl-vars.el: Define *-func as obsolete variable using
8559         `elmo-define-obsolete-variable'.
8560
8561         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8562         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8563         instead of `wl-message-buffer-prefetch-threshold'.
8564
8565         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8566
8567         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8568
8569         * wl-draft.el (wl-caesar-region-func): Ditto.
8570
8571         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8572         Keep unread status in elmo-folder-move-messages.
8573         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8574
8575 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8576
8577         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8578         `wl-summary-buffer-exit-func'
8579         (wl-summary-buffer-message-redisplay-function): Renamed from
8580         `wl-summary-buffer-message-redisplay-func'
8581         (wl-summary-buffer-next-folder-function): Renamed from
8582         `wl-summary-buffer-next-folder-func'.
8583         (wl-summary-buffer-prev-folder-function): Renamed from
8584         `wl-summary-buffer-prev-folder-func'.
8585         (wl-summary-get-petname-function): Renamed from
8586         `wl-summary-get-petname-func'.
8587
8588         * wl-score.el (wl-score-edit-exit-function): Renamed from
8589         `wl-score-edit-exit-func'.
8590
8591         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8592         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8593
8594         * wl-util.el (wl-load-profile-function): Renamed from
8595         `wl-load-profile-func'.
8596
8597         * wl-folder.el (wl-folder-completion-function): Renamed from
8598         `wl-folder-completion-func'.
8599         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8600
8601         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8602         `wl-expire-archive-get-folder-func'.
8603         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8604         (wl-draft-send-mail-function): Renamed from
8605         `wl-draft-send-mail-func'.
8606         (wl-draft-send-news-function): Renamed from
8607         `wl-draft-send-news-func'.
8608         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8609         (wl-generate-mailer-string-function): Renamed from
8610         `wl-generate-mailer-string-func'.
8611         (wl-highlight-signature-search-function): Renamed from
8612         `wl-highlight-signature-search-func'.
8613         (wl-highlight-x-face-function): Renamed from
8614         `wl-highlight-x-face-func'
8615         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8616         (wl-ps-print-buffer-function): Renamed from
8617         `wl-ps-print-buffer-func'
8618         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8619         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8620         (wl-summary-subject-filter-function): Renamed from
8621         `wl-summary-subject-filter-func'.
8622
8623         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8624         `wl-draft-queue-flush-send-func'
8625         (wl-draft-cite-function): Renamed from
8626         `wl-draft-cite-func'
8627
8628         * wl-address.el (wl-address-init-function): Renamed from
8629         `wl-address-init-func'.
8630
8631 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-draft.el (wl-draft-queue-flush): Don't call
8634         `elmo-dop-unlock-message'.
8635         * wl-draft.el (wl-draft-queue-append): Don't call
8636         `elmo-dop-lock-message'.
8637
8638         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8639         (wl-summary-buffer-folder-name): Ditto.
8640         (wl-summary-message-regexp): Added '-' (all other related portions
8641         are changed).
8642         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8643         wl-summary-buffer-folder-name.
8644
8645 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8646
8647         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8648         the number of mails in the folder buffer is not updated by wl-biff.
8649
8650 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8651
8652         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8653         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8654
8655 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-summary.el (wl-summary-next-message):
8658         Return next message number when wl-summary-move-order is nil.
8659
8660 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8661
8662         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8663         `wl-summary-move-spec-alist'.
8664         (wl-summary-move-spec-unplugged-alist): New variable
8665         (Move spec for unplugged status).
8666         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8667         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8668
8669 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8670
8671         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8672         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8673
8674 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8675
8676         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8677         simple quotation to quote the anonymous function.
8678         * tm-wl.el (wl-draft-preview-message): Ditto.
8679
8680 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8681
8682         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8683         Eliminate redundant `save-excursion'.
8684         (wl-highlight-summary-current-line): Ditto.
8685
8686         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8687         accessing match data when `looking-at' failed.
8688
8689         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8690         `elmo-match-string' where users don't care about the speed.
8691         (wl-draft-save): Ditto.
8692
8693 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-util.el (wl-regexp-opt): New function.
8696
8697         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8698         number from `wl-summary-buffer-number-list'.
8699         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8700         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8701         (wl-summary-move-spec-alist): Changed default setting.
8702
8703 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8704
8705         * wl-vars.el (wl-biff-notify-hook): New hook.
8706         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8707         the arrival of new mail.
8708         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8709         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8710
8711 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8712
8713         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8714
8715 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8716
8717         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8718
8719         * Version number is increased to 2.5.8.
8720
8721         * wl-thread.el (toplevel): require 'cl.
8722         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8723         (wl-thread-make-number-list): New function.
8724         (wl-thread-entity-make-number-list-from-children): Ditto.
8725         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8726         (wl-thread-entity-insert-as-children): Likewise.
8727         (wl-thread-delete-message): Likewise.
8728         (wl-meaning-of-mark): Eliminated.
8729         (wl-thread-next-failure-mark-p): Ditto.
8730         (wl-thread-entity-get-mark): Ditto.
8731         (wl-thread-meaning-alist-get-result): Ditto.
8732         (wl-thread-entity-check-prev-mark): Ditto.
8733         (wl-thread-entity-check-next-mark): Ditto.
8734         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8735         (wl-thread-entity-get-prev-marked-entity): Ditto.
8736         (wl-thread-get-prev-unread): Ditto.
8737         (wl-thread-jump-to-prev-unread): Ditto.
8738         (wl-thread-get-next-unread): Ditto.
8739         (wl-thread-jump-to-next-unread): Ditto.
8740         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8741         (wl-thread-entity-get-next-marked-entity): Ditto.
8742
8743         * wl-summary.el (wl-summary-buffer-number-list):
8744         New bufer-local variable.
8745         (wl-summary-switch-to-clone-buffer): Clone
8746         `wl-summary-buffer-number-list'.
8747         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8748         (wl-summary-cursor-move-regex): Eliminated.
8749         (wl-summary-cursor-up): Rewrite.
8750         (wl-summary-cursor-down): Ditto.
8751         (wl-summary-mode-spec-alist): New variable.
8752         (wl-summary-next-message): New inline function.
8753         (wl-summary-cursor-move): New function.
8754         (wl-summary-default-get-next-msg): Rewrite.
8755         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8756         (wl-summary-rescan): Ditto.
8757         (wl-summary-sync-all-init): Ditto.
8758         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8759         summary is not thread view.
8760         (wl-summary-sync-update): Ditto.
8761         (wl-summary-rescan): Ditto.
8762         (wl-summary-make-number-list): New function.
8763
8764         * wl-draft.el: "FCC" -> "Fcc".
8765
8766 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * wl-highlight.el (wl-highlight-summary-window):
8769         Call `set-buffer-modified-p'.
8770
8771         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8772         (wl): Call `elmo-init' and fix.
8773
8774         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8775         Use new variables.
8776
8777         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8778
8779 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8782
8783 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8784
8785         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8786
8787 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8788
8789         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8790         `wl-use-toolbar' nor `display-graphic-p'.
8791         (wl-e21-setup-message-toolbar): Ditto.
8792         (wl-e21-setup-summary-toolbar): Ditto.
8793         (wl-e21-setup-folder-toolbar): Ditto.
8794
8795         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8796         (wl-plugged-init-icons): Ditto.
8797
8798         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8799         `display-graphic-p'.
8800         (wl-plugged-set-folder-icon): Ditto.
8801         (wl-highlight-plugged-current-line): Ditto.
8802         (wl-highlight-folder-current-line): Ditto.
8803         (wl-e21-highlight-folder-group-line): Ditto.
8804         (wl-e21-setup-toolbar): Ditto.
8805         (wl-e21-display-image-p): New macro.
8806
8807         * wl-demo.el (wl-demo): Simplified.
8808         (wl-demo-image-type-alist): Use `image-type-available-p' for
8809         checking whether the image type `xbm' is available.
8810
8811 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8814         (wl-summary-input-range): Ditto.
8815
8816 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8817
8818         * wl-summary.el (wl-summary-edit-addresses): Use
8819         `wl-summary-get-original-buffer'
8820         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8821         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8822         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8823         (wl-summary-get-newsgroups): Eliminated.
8824         (wl-summary-set-crosspost): Ditto.
8825         (wl-summary-is-crosspost-folder): Ditto.
8826         (wl-crosspost-alist-load): Ditto.
8827         (wl-crosspost-alist-save): Ditto.
8828
8829         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8830         `elmo-setup-subscribed-newsgroups' instead of
8831         `elmo-nntp-make-groups-hashtb'.
8832         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8833         instead of `wl-crosspost-alist-save'.
8834
8835         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8836         of `elmo-folder-message-appendable-p'.
8837         (wl-mime-header-presentation-method): Eliminated.
8838
8839         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8840         (Error occurs in emacs21).
8841
8842         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8843         the current buffer).
8844
8845         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8846         instead of `wl-crosspost-alist-save'.
8847         (wl-init): `elmo-crosspost-message-alist-load'
8848         instead of `wl-crosspost-alist-load'
8849
8850         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8851         (wl-parse-newsgroups): Likewise.
8852         (wl-biff-notify): Run `wl-biff-notify-hook'.
8853
8854 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8857
8858         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8859         when `wl-summary-lazy-highlight' is non-nil.
8860         (wl-summary-goto-folder-subr): Highlight only when
8861         `wl-summary-lazy-highlight' is non-nil.
8862
8863         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8864         Don't display progress and highlight temp-mark when
8865         `wl-summary-lazy-highlight' is non-nil.
8866         (wl-highlight-summary-window): New function.
8867         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8868
8869 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8870
8871         * wl-summary.el (wl-summary-sync): Change `all-visible'
8872         from `all-shown'
8873         (wl-summary-input-range): Ditto.
8874
8875 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8876
8877         * wl-e21.el (wl-highlight-folder-current-line): Call
8878         `wl-folder-init-icons' when folder icons have not been initialized.
8879
8880         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8881
8882         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8883         (wl-demo-image-type-alist): New macro.
8884
8885 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8886
8887         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8888         display does not support graphics.
8889         (wl-plugged-init-icons): Ditto.
8890         (wl-folder-init-icons): Ditto.
8891
8892         * wl-demo.el (wl-demo): Chech closely whether the display
8893         supports graphics.
8894
8895 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-summary.el (wl-summary-get-original-buffer): New function.
8898         (wl-summary-set-crosspost): Use it.
8899         (wl-summary-target-mark-uudecode): Ditto.
8900         (wl-summary-reedit): Ditto.
8901         (wl-summary-resend-bounced-mail): Ditto.
8902         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8903         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8904
8905         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8906         (wl-message-display-internal): Ditto.
8907
8908 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8909
8910         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8911
8912 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8913
8914         * wl-summary.el (wl-summary-save-view): Renamed from
8915         `wl-summary-save-status'.
8916
8917 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8918
8919         * wl-summary.el (wl-summary-sync): Added `all-shown'
8920
8921 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8922
8923         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8924
8925 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8926
8927         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8928
8929 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8930
8931         * wl-highlight.el (wl-highlight-summary-line-string): Use
8932         `zerop' instead of `= 0'.
8933         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8934
8935         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8936         for comparing numbers.
8937         (wl-template-prev): Use `zerop' instead of `eq 0'.
8938
8939         * wl-draft.el (wl-draft-insert-current-message): Use
8940         `with-current-buffer' instead of `save-excursion'.
8941         Use `zerop' instead of `eq 0'.
8942
8943 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8944
8945         * wl-draft.el (wl-draft-insert-ccs): New function.
8946         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8947         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8948
8949 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8952
8953 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * wl-expire.el (wl-expire-refile): Don't call
8956         elmo-msgdb-add-msgs-to-seen-list;
8957         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8958         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8959
8960 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-message.el (wl-message-prev-page): Ignore errors while
8963         scroll-down.
8964
8965 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8966
8967         * wl-mime.el: Use elmo-original-message-mode instead of
8968         mmelmo-original-mode.
8969
8970         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8971         `elmo-folder-get-spec';
8972         (wl-fldmgr-add-completion-all-completions):
8973         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8974
8975         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8976         of `elmo-folder-get-type'.
8977
8978         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8979         `elmo-folder-get-spec';
8980         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8981         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8982         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8983         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8984         `elmo-read-msg-no-cache';
8985         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8986         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8987         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8988         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8989         `elmo-cache-save';
8990         (wl-draft-reedit): Use `elmo-message-file-name'.
8991
8992         * wl-expire.el: Use `elmo-folder-name-internal';
8993         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8994         Use macro `wl-summary-buffer-msgdb' instead of variable
8995         `wl-summary-buffer-msgdb';
8996         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8997         Use macro `wl-summary-buffer-folder-name' instead of variable
8998         `wl-summary-buffer-folder-name'.
8999         * wl-score.el: Likewise.
9000
9001         * wl-message.el: Rewrite for new message buffer cache mechanism.
9002         (wl-message-buffer-cache-buffer-get): New macro.
9003         (wl-message-buffer-cache-folder-get): Ditto.
9004         (wl-message-buffer-cache-message-get): Ditto.
9005         (wl-message-buffer-cache-entry-make): Ditto.
9006         (wl-message-buffer-cache-hit): Ditto.
9007         (wl-message-buffer-cache-sort): New function.
9008         (wl-message-buffer-cache-add): Ditto.
9009         (wl-message-buffer-cache-delete): Ditto.
9010         (wl-message-buffer-cache-clean-up): Ditto.
9011         (wl-message-buffer-window): Rewrite.
9012         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9013         (wl-message-buffer-display): New function.
9014         (wl-message-display-internal): New function.
9015
9016 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * wl-folder.el: Use `elmo-folder-name-internal';
9019         Use `wl-folder-get-elmo-folder';
9020         Use `elmo-folder-list-messages' instead of
9021         `elmo-list-folder';
9022         Use `elmo-folder-get-primitive-list' instead of
9023         `elmo-folder-get-primitive-spec-list';
9024         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9025         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9026         Use `elmo-folder-create' instead of `elmo-create-folder'.
9027         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9028         (wl-folder-get-elmo-folder): New macro.
9029         (wl-folder-elmo-folder-cache-get): Ditto.
9030         (wl-folder-elmo-folder-cache-put): Ditto.
9031         (wl-folder-suspend): Call `elmo-quit'.
9032
9033         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9034         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9035         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9036         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9037         (toplevel): require 'cl.
9038         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9039
9040         * wl-summary.el: Rewrite to use new elmo interface.
9041
9042 \f
9043 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-mime.el (wl-draft-preview-message):
9046         Run `wl-draft-send-hook' before collecting recipients information;
9047         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9048
9049         * tm-wl.el (wl-draft-preview-message): Ditto.
9050
9051 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9054         wrong recipients are displayed when forwarded message.
9055
9056 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * Version number is increased to 2.5.7.
9059
9060 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9061
9062         * wl-message.el (wl-message-next-page): Bind
9063         `window-pixel-scroll-increment' to nil while scrolling up.
9064
9065 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-vars.el (wl-save-hook): New hook.
9068         * wl.el (wl-save): Call `wl-save-hook'.
9069
9070 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9071
9072         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9073         Argument WITH-ARG instead of NO-ARG (negative mean).
9074         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9075         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9076         * wl-message.el (wl-message-follow-current-entity): Likewise.
9077
9078 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9079
9080         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9081         FROM was optional argument.
9082         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9083
9084 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9085
9086         * Version number is increased to 2.5.6.
9087
9088 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9089
9090         * wl-version.el (wl-version-show): Removed.
9091         (wl-version): Add `interactive'.
9092
9093 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9094
9095         * wl-summary.el (wl-summary-get-petname-func): New variable.
9096         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9097         instead of `wl-address-get-petname-1'.
9098         (wl-summary-simple-from): Ditto.
9099
9100         * wl-address.el (wl-address-get-petname-1): Define as function.
9101
9102 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9105         field in the original message.
9106         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9107
9108 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9109
9110         * wl-expire.el (wl-expire-hide):
9111         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9112
9113 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9116         find decoder for To, Cc, and Subject.
9117
9118 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9121         for checking `elmo-use-buffer-cache'.
9122         (wl-summary-mark-as-important): Fixed typo in comment.
9123
9124 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9125
9126         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9127         field in the original message.
9128         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9129
9130 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9131
9132         * wl-expire.el (wl-expire-hide):
9133         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9134
9135 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9138         find decoder for To, Cc, and Subject.
9139
9140 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * Version number is increased to 2.5.5.
9143
9144         * wl-address.el (wl-address-specials-regexp): New constant.
9145         (wl-address-quote-specials): Use it.
9146
9147 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-summary.el (wl-summary-rescan):
9150         Call `wl-summary-buffer-number-column-detect'.
9151         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9152
9153         * wl-message.el (wl-message-mode-map): Define.
9154         (wl-message-decode): Use it as local-map.
9155
9156 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9157
9158         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9159         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9160
9161 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9164
9165         * wl-mule.el (wl-read-event-char): Ditto.
9166
9167         * wl-e21.el (wl-read-event-char): Ditto.
9168
9169         * wl-nemacs.el (wl-read-event-char): Ditto.
9170         (read-event): Removed.
9171
9172         * wl-util.el (toplevel): Removed dummy definition of
9173         `read-event'.
9174         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9175
9176 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9177
9178         * wl-nemacs.el (elmo-archive-call-process): Moved to
9179         elmo-archive.el.
9180
9181 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9182
9183         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9184         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9185
9186         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9187         instead of magic-number 6.  Use `not' instead of `null' for symbol
9188         `nil' check (not empty list).
9189         (wl-draft-insert-x-face-field): Fixed paren style.
9190
9191         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9192         one-branch conditional statement, instead of `and' and `if'.
9193         (wl-draft-forward): Likewise.
9194         (wl-draft-add-references): Likewise.
9195         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9196
9197         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9198         conditional steatment.  Use `cond' instead of `if'.
9199         (wl-draft-confirm): Likewise.
9200
9201 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9202
9203         * wl-version.el (wl-version-show): Use `product-string-1'
9204         instead of `wl-version'.
9205         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9206
9207         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9208
9209 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl-highlight.el (wl-highlight-headers): Revert
9212         `wl-highlight-x-face-func' argument (`beg' and `end').
9213
9214 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9215
9216         * wl.el (toplevel): Move `product-provide' declare.
9217         * wl-demo.el (toplevel): Ditto.
9218         * wl-dnd.el (toplevel): Ditto.
9219         * wl-highlight.el (toplevel): Ditto.
9220         * wl-message.el (toplevel): Ditto.
9221         * wl-refile.el (toplevel): Ditto.
9222         * wl-util.el (toplevel): Ditto.
9223
9224 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9227         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9228         (wl-thread-close-all): keep cursor position.
9229
9230 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9231
9232         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9233         (eq x 0).
9234         (wl-generate-user-agent-string-1): Fix conditional statement.
9235
9236 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9237
9238         * wl.el (wl-check-environment): Additional check for
9239         'wl-local-domain' and `wl-message-id-domain'.
9240
9241 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9242
9243         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9244
9245 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9246
9247         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9248         instead of `smtp-sasl-user-realm'.
9249
9250 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9251
9252         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9253
9254 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9255
9256         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9257         to the default value as well as `eword-lexical-analyzer'.
9258
9259 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9260
9261         * wl-version.el (wl-extended-emacs-version,
9262         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9263         `elmo-match-string' instead of `wl-match-string'.
9264
9265 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9266
9267         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9268         docstring.
9269
9270 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9271
9272         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9273
9274 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9275
9276         * wl-highlight.el (wl-highlight-headers): Remove
9277         `wl-highlight-x-face-func' argument (`beg' and `end').
9278
9279 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9280
9281         * wl-summary.el (wl-summary-mark-as-important):
9282         Remove cache if folder is local.
9283
9284 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9285
9286         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9287         to get existing e-mail address string.
9288
9289 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9290
9291         * wl-version.el (wl-generate-user-agent-string): Commentary.
9292         (wl-generate-user-agent-string-1): Use `when' for
9293         one-branch conditional statement, instead of `and' and `if'.
9294         (wl-extended-emacs-version, wl-extended-emacs-version2,
9295         wl-extended-emacs-version3): Ditto.
9296
9297 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9300         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9301         condition-case; Remove initialization.
9302         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9303         (wl-summary-sync-update3): Added argument `sync-all';
9304         Eliminated local variable `msgdb';
9305         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9306         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9307         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9308
9309 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9310
9311         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9312         connection before call `wl-draft-send-mail-with-smtp'.
9313
9314 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * Version number is increased to 2.5.4.
9317
9318 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9319
9320         * wl.el (wl-check-environment): Additional check for
9321         'wl-local-domain' and `wl-message-id-domain'.
9322
9323 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9326         buffer as command specific.
9327         (wl-folder-mark-as-read-all-entity): Ditto.
9328         (wl-folder-prefetch-entity): Ditto.
9329         (wl-folder-drop-unsync-entity): Ditto.
9330
9331         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9332         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9333         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9334
9335         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9336         save-excursion.
9337
9338 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * Version number is increased to 2.5.3.
9341
9342         * wl-summary.el (wl-summary-save-view-cache):
9343         Delete duplicated `write-region';
9344         Use `write-region-as-binary' instead of `as-binary-output-file' and
9345         `write-region'.
9346
9347 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9348
9349         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9350
9351 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9352
9353         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9354         instead of `smtp-via-smtp'.
9355
9356 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9357
9358         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9359
9360 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9361
9362         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9363         instead of `smtp-sasl-user-realm'.
9364
9365 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9366
9367         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9368
9369 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9370
9371         * Version number is increased to 2.5.2.
9372
9373 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9374
9375         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9376         does not exist.
9377         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9378         (wl-biff-start): Call `timer-activate' if timer already exists.
9379
9380         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9381         only when it is bound as function.
9382
9383 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * Version number is increased to 2.5.1.
9386
9387 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9388
9389         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9390         Print refile/copy destination.
9391
9392 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9393
9394         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9395         queue-flush-only is non-nil.
9396
9397         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9398
9399         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9400         checking cache folder.
9401
9402 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9403
9404         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9405         `regexp-quote'.
9406
9407 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9408
9409         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9410         function.
9411         * wl-summary.el (wl-summary-write-current-folder-functions):
9412         Change default value.  Use it.
9413
9414 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9415
9416         * Version number is increased to 2.5.0.
9417
9418         * wl-version.el (wl-version): Changed codename.
9419
9420 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9421
9422         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9423         (wl-summary-supersedes-message): Ditto.
9424
9425 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9426
9427         * wl-refile.el (wl-refile-guess-functions): Renamed from
9428         `wl-refile-guess-func-list'.
9429
9430 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9431
9432         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9433         Fixed problem when no rule was matched.
9434
9435 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9436
9437         * wl-summary.el (wl-summary-get-mark): Fixed
9438         `wl-summary-buffer-target-mark' check logic.
9439
9440 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9441
9442         * wl-folder.el (wl-folder-write-current-folder): Added group
9443         folder check.
9444
9445         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9446         `wl-summary-write-current-newsgroup'.
9447         (wl-summary-write-current-folder-functions): New variable.
9448         * wl-folder.el (wl-folder-get-newsgroups): New function.
9449         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9450         (wl-folder-write-current-folder): Renamed from
9451         `wl-folder-write-current-newsgroup'.
9452
9453 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9454
9455         * Version number is increased to 2.3.93.
9456
9457 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9460         (wl-ldap-make-matched-value-list): Ditto.
9461         (wl-ldap-alias-safe-string): Split e-mail address.
9462
9463         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9464         petname folder default was selected.
9465         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9466         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9467
9468 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9469
9470         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9471         to `wl-draft-config-exec'.
9472
9473         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9474         instead of calling `wl-draft-config-exec';
9475         Process group-list and show recipients in minibuffer.
9476
9477         * tm-wl.el (wl-draft-preview-message): Ditto.
9478
9479 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9480
9481         * wl.el (toplevel): Added (C) to copyright notice, and
9482         sync Author header.
9483         * tm-wl.el (toplevel): Ditto.
9484         * wl-address.el (toplevel): Ditto.
9485         * wl-demo.el (toplevel): Ditto.
9486         * wl-dnd.el (toplevel): Ditto.
9487         * wl-draft.el (toplevel): Ditto.
9488         * wl-e21.el (toplevel): Ditto.
9489         * wl-expire.el (toplevel): Ditto.
9490         * wl-folder.el (toplevel): Ditto.
9491         * wl-highlight.el (toplevel): Ditto.
9492         * wl-message.el (toplevel): Ditto.
9493         * wl-mime.el (toplevel): Ditto.
9494         * wl-mule.el (toplevel): Ditto.
9495         * wl-nemacs.el (toplevel): Ditto.
9496         * wl-refile.el (toplevel): Ditto.
9497         * wl-score.el (toplevel): Ditto.
9498         * wl-summary.el (toplevel): Ditto.
9499         * wl-template.el (toplevel): Ditto.
9500         * wl-thread.el (toplevel): Ditto.
9501         * wl-util.el (toplevel): Ditto.
9502         * wl-vars.el (toplevel): Ditto.
9503         * wl-xmas.el (toplevel): Ditto.
9504
9505 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9506
9507         * wl.el (wl-init): Added comment about `wl-init-hook'.
9508         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9509         * wl-vars.el (wl-init-hook): Added docs.
9510         (wl-make-plugged-hook): Removed useless docs.
9511         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9512         * wl-xmas.el (toplevel): Ditto.
9513
9514 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9515
9516         * wl-address.el (toplevel): Fixed multiple Author header format.
9517         * wl-demo.el (toplevel): Ditto.
9518         * wl-draft.el (toplevel): Ditto.
9519         * wl-folder.el (toplevel): Ditto.
9520         * wl-summary.el (toplevel): Ditto.
9521         * wl-thread.el (toplevel): Ditto.
9522         * wl-util.el (toplevel): Ditto.
9523         * wl-vars.el (toplevel): Ditto.
9524         * wl-version.el (toplevel): Ditto.
9525         * wl-xmas.el (toplevel): Ditto.
9526         * wl.el (toplevel): Ditto.
9527
9528         * wl-version.el (toplevel): Added require `elmo-version' for
9529         `product-version-as-string'.
9530
9531 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9532
9533         * wl-vars.el (wl-draft-send-hook): Changed default value to
9534         '(wl-draft-config-exec).
9535
9536         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9537         explicitly.
9538         (wl-draft): Set `wl-draft-config-exec-flag' before running
9539         `wl-mail-setup-hook'.
9540
9541         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9542         `wl-biff-init-icons' to `wl-init-hook' instead of
9543         `wl-make-plugged-hook'.
9544         (Because if `wl-draft' command is invoked at first,
9545         they are not initialized)
9546         Updated copyright notice.
9547
9548         * wl-e21.el (toplevel): Ditto;
9549
9550         * wl-demo.el (toplevel): Updated copyright notice.
9551         * wl-address.el (toplevel): Ditto.
9552         * wl-draft.el (toplevel): Ditto.
9553         * wl-version.el (toplevel): Ditto.
9554         * wl-folder.el (toplevel): Ditto.
9555         * wl-summary.el (toplevel): Ditto.
9556         * wl-thread.el (toplevel): Ditto.
9557         * wl-util.el (toplevel): Ditto.
9558         * wl-vars.el (toplevel): Ditto.
9559         * wl.el (toplevel): Ditto.
9560
9561 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9562
9563         * wl-highlight.el (wl-highlight-message): Fixed problem of
9564         highlighting failure which occured when the last field contains
9565         multiple lines in the draft buffer.
9566
9567         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9568         `wl-biff-start' if plugged.
9569
9570         * wl-util.el (wl-biff-check-folder): New function.
9571         (wl-biff-check-folders): Don't set session name prefix.
9572         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9573         (wl-biff-check-folder-async): Ditto.
9574
9575         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9576         in email address.
9577
9578 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9579
9580         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9581
9582         * wl-draft.el (wl-draft-strip-subject-re): New function.
9583
9584         * wl-draft.el (wl-draft-reply): Use it.
9585
9586 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-message.el (wl-mmelmo-message-redisplay): Use
9589         `mime-display-message' instead of `wl-mime-display-message'.
9590
9591         * wl-mime.el (toplevel): Removed compatibility workaround
9592         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9593         (wl-mime-display-message): Abolished.
9594         (wl-mime-entity-read-field): Ditto.
9595         (wl-mime-combine-message/partial-pieces): Use
9596         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9597
9598 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9599
9600         * wl-template.el: Doc fixes.
9601
9602 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9603
9604         * wl-e21.el (wl-message-overload-functions): Do nothing if
9605         `current-local-map' is not available.
9606         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9607
9608 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9609
9610         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9611         representation.
9612
9613         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9614         number.
9615         (wl-fldmgr-save-folders): Don't use `format' when insert
9616         `wl-fldmgr-folders-header'.
9617
9618 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9619
9620         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9621
9622 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9623
9624         * wl-highlight.el (wl-highlight-message):
9625         Use `std11-field-end' to detect end point of the header field.
9626         Refer `wl-highlight-max-header-size'.
9627
9628         * wl-vars.el (wl-highlight-max-header-size): New variable.
9629
9630         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9631
9632         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9633         Set `for-draft' argument of wl-highlight-headers.
9634         (wl-draft): Ditto.
9635         (wl-draft-reedit): Ditto.
9636         (wl-user-agent-compose-internal): Ditto.
9637
9638 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9639
9640         * wl-message.el (wl-message-add-button): Use overlay.
9641
9642 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9643
9644         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9645
9646         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9647         problem when group-list content is nothing.
9648         (Reported by Mito <mit@nines.nec.co.jp>)
9649
9650 2000-10-18  SAITO Atsunori <sai@yedo.com>
9651
9652         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9653
9654 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9655
9656         * tm-wl.el (toplevel): Use product-provide.
9657
9658 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9659
9660         * Version number is increased to 2.3.92.
9661
9662 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9663
9664         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9665         title text, use `display' property for left margin under Emacs 21.
9666
9667         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9668         properties.
9669         (wl-plugged-init-icons): Ditto.
9670
9671 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9672
9673         * wl.el (wl-save-status, wl-init): Remove last period in
9674         "...done." message.
9675         * tm-wl.el (wl-summary-burst): Ditto.
9676         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9677         wl-summary-resume-cache-status,
9678         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9679         wl-summary-sync-update3, wl-summary-highlight-msgs,
9680         wl-summary-flush-pending-append-operations,
9681         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9682         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9683         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9684         wl-thread-open-all): Ditto.
9685         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9686         * wl-mime.el (wl-summary-burst): Ditto.
9687         * wl-highlight.el (wl-highlight-summary): Ditto.
9688         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9689         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9690         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9691         * wl-address.el (wl-local-address-init): Ditto.
9692
9693 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9694
9695         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9696         `add-text-properties'.
9697         (wl-plugged-init-icons): Ditto.
9698         (wl-folder-init-icons): Use `propertize' instead of
9699         `put-text-property'.
9700         (wl-plugged-set-folder-icon): Ditto.
9701         (wl-e21-highlight-folder-group-line): Ditto.
9702
9703 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9704
9705         * wl-version.el (wl-version-status-alist): New variable.
9706         (wl-version-status): New function.
9707
9708         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9709         "Cc" part of the case "Reply-To".
9710
9711         * wl-draft.el (wl-draft-reply): Use result of
9712         `eword-extract-address-components'.
9713
9714         * wl-demo.el (wl-demo-icon-name): New constant.
9715         (wl-logo-xpm): Use it.
9716         (wl-logo-xbm): Ditto.
9717         (wl-logo-bitmap): Ditto.
9718
9719         * Version number is increased to 2.3.91.
9720
9721 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9722
9723         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9724         (wl-extended-emacs-version, wl-extended-emacs-version2,
9725         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9726         docstring.
9727
9728         * wl-version.el (wl-generate-user-agent-string-1): New function.
9729         (wl-generate-user-agent-string): Use it.
9730
9731         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9732         `mime-edit-insert-user-agent-field'.
9733         (wl-generate-user-agent-string): Check
9734         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9735
9736         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9737         instead of `if', when verbose case.
9738
9739 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9740
9741         * wl-expire.el (wl-summary-expire): Fix.
9742
9743 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9744
9745         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9746         and `elmo-lost+found-folder' if 'wl-draft.
9747         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9748
9749 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9750
9751         * wl-expire.el (wl-summary-expire): Change messages.
9752         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9753         `deleing-info' instead of "Deleting..."
9754
9755 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9756
9757         * wl-summary.el (wl-summary-refile-subr): Fix.
9758
9759 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9760
9761         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9762         if pipe folder.
9763
9764 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9765
9766         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9767
9768 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9769
9770         * wl-expire.el (wl-expire-hide): New function.
9771         (wl-summary-expire): Add `hide'.
9772
9773 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-vars.el (wl-draft-reply-without-argument-list):
9776         Changed default value to consider `Reply-To:'.
9777         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9778
9779         * Version number is increased to 2.3.90.
9780
9781         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9782         elmo-imap4-get-session with unwind-protect.
9783         Don't cause error.
9784         (wl-summary-sync-marks): Don't check plugged nor folder type.
9785         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9786         (Always keep current buffer).
9787
9788 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9789
9790         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9791         Enclose with `save-excursion'.
9792
9793 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9794
9795         * wl-version.el (wl-version): Remove interactive.
9796
9797 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9798
9799         * wl-version.el (wl-generate-user-agent-string): Use
9800         `product-string-verbose' instead of `product-string-1'.
9801
9802 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9803
9804         * wl-vars.el (wl-draft-use-cache): New variable.
9805         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9806         if wl-draft-use-cache is non-nil.
9807
9808 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9809
9810         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9811         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9812
9813 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9816         (wl-thread-msg-mark-as-unread): Ditto.
9817
9818         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9819         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9820         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9821         Don't set mark in summary if return value of `elmo-mark-as-read'
9822         is nil.
9823         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9824         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9825         instead of `wl-thread-msg-mark-as-read'.
9826         (wl-summary-mark-as-unread-region): Ditto.
9827         (wl-summary-target-mark-mark-as-read): Ditto.
9828
9829         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9830
9831 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9832
9833         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9834
9835         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9836
9837 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9840         face.
9841
9842 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9843
9844         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9845         `running-xemacs'.
9846
9847 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9848
9849         * wl-version.el (toplevel): Use `product-version-as-string' for
9850         set verstion-string, if defined.
9851
9852         * wl-version.el (wl-version-show): Insert string at point, when
9853         call with argument.
9854
9855         * wl-version.el (wl-generate-user-agent-string): Use
9856         `product-string-1' instead of `wl-appname', `wl-version' and
9857         `wl-codename'.
9858
9859 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9860
9861         * wl-address.el (toplevel): Use product-provide.
9862         * wl-demo.el (toplevel): Ditto.
9863         * wl-dnd.el (toplevel): Ditto.
9864         * wl-draft.el (toplevel): Ditto.
9865         * wl-e21.el (toplevel): Ditto.
9866         * wl-expire.el (toplevel): Ditto.
9867         * wl-fldmgr.el (toplevel): Ditto.
9868         * wl-folder.el (toplevel): Ditto.
9869         * wl-highlight.el (toplevel): Ditto.
9870         * wl-message.el (toplevel): Ditto.
9871         * wl-mime.el (toplevel): Ditto.
9872         * wl-mule.el (toplevel): Ditto.
9873         * wl-nemacs.el (toplevel): Ditto.
9874         * wl-refile.el (toplevel): Ditto.
9875         * wl-score.el (toplevel): Ditto.
9876         * wl-summary.el (toplevel): Ditto.
9877         * wl-template.el (toplevel): Ditto.
9878         * wl-thread.el (toplevel): Ditto.
9879         * wl-util.el (toplevel): Ditto.
9880         * wl-vars.el (toplevel): Ditto.
9881         * wl-xmas.el (toplevel): Ditto.
9882         * wl.el (toplevel): Ditto.
9883
9884 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9885
9886         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9887         instead of product.
9888
9889         * wl-version.el (wl-version): Compile time evalution elmo-version.
9890
9891 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9892
9893         * wl-summary.el (wl-summary-sync-force-update): Append queue
9894         `mark-as-read'if unplugged.
9895
9896 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9897
9898         * wl-version.el: New file.  Use product.el.
9899         * wl.el: add (require 'wl-version).
9900         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9901         for ~/.folders header.
9902         (wl-fldmgr-folders-header): Changed.
9903         * wl-demo.el (wl-demo): Use product.el.
9904
9905         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9906         wl-version.el.
9907         * wl-util.el (wl-version, wl-version-show): Ditto.
9908
9909         * wl-util.el (wl-generate-user-agent-string,
9910         wl-extended-emacs-version, wl-extended-emacs-version2,
9911         wl-extended-emacs-version3): Move to wl-version.el.
9912         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9913         xemacs-codename, mime-edit-insert-user-agent-field,
9914         mime-edit-user-agent-value, mime-editor/version,
9915         mime-editor/codename): Compile warning killer move to
9916         wl-version.el
9917
9918 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9919
9920         * wl-summary.el (wl-summary-refile-subr): Fix.
9921
9922 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9923
9924         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9925         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9926
9927 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9928
9929         * wl.el (wl-check-environment): Check too many `@'.
9930
9931 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9932
9933         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9934
9935 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9936
9937         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9938         wl-draft-reply-myself-without-argument-list): Add variables.
9939         * wl-draft.el (wl-draft-reply): Use it.
9940
9941 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9942
9943         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9944         the 5th argument of `elmo-network-get-spec'.
9945
9946         * wl-thread.el (wl-thread-reparent-children): New inline function.
9947         (wl-thread-delete-message): Use it.
9948
9949         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9950         (wl-summary-score-update-all-lines): Don't use `dolist'.
9951
9952 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9953
9954         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9955         (require 'elmo-msgdb) for inline function.
9956
9957 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9958
9959         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9960
9961 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9962
9963         * wl-score.el (wl-score-headers): Fix for the confusing macro
9964         `elmo-kill-buffer'.
9965
9966 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9967
9968         * wl-summary.el: Don't use the 3rd argument of `require' because
9969         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9970         * wl-util.el: Ditto.
9971         * wl-draft.el: Ditto.
9972
9973 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9974
9975         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9976         window system is not used.
9977
9978 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9979
9980         * wl-thread.el: Don't use `mapcar' only for iteration.
9981         (wl-thread-resume-entity): Ditto.
9982         (wl-thread-delete-message): Ditto.
9983
9984         * wl-summary.el: Bind `dragdrop-drop-functions',
9985         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9986         of `require' for `timezone', `easymenu' and `ps-print';
9987         don't use `mapcar' only for iteration.
9988
9989         * wl-util.el: Bind `mule-version', `nemacs-version',
9990         `emacs-beta-version', `xemacs-codename',
9991         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9992         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9993         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9994         only for iteration.
9995
9996         * wl-score.el: Don't use `mapcar' only for iteration.
9997         (wl-score-simplify-buffer-fuzzy): Ditto.
9998         (wl-score-simplify-subject): Ditto.
9999         (wl-score-headers): Ditto.
10000         (wl-summary-score-update-all-lines): Ditto.
10001
10002         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10003         `enable-multibyte-characters' and `mule-version'.
10004
10005         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10006         `mapcar' only for iteration.
10007
10008         * wl-demo.el: Don't use `mapcar' only for iteration.
10009
10010         * wl-folder.el: Don't use `mapcar' only for iteration.
10011         (wl-folder-open-all): Ditto.
10012         (wl-folder-count-incorporates): Ditto.
10013
10014         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10015         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10016
10017         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10018         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10019         `smtp-connection-type'; specify 3rd argument of `require' for
10020         `timezone'; don't use `mapcar' only for iteration.
10021         (wl-draft-clone-local-variables): Don't use `mapcar'.
10022         (wl-draft-generate-clone-buffer): Ditto.
10023         (wl-user-agent-compose-internal): Ditto.
10024
10025         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10026
10027         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10028         (wl-save-status): Ditto.
10029
10030         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10031         for iteration.
10032
10033 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10034
10035         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10036         removed `Date'.
10037         (wl-fldmgr-make-filter-default): New user option.
10038
10039         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10040         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10041         (wl-fldmgr-filter-completion-alist): Abolish.
10042
10043         * wl.el (wl): Don't check servers if arg is non-nil.
10044
10045         * wl-draft.el (wl-draft-reply): Set only message-id string to
10046         In-Reply-To field.
10047
10048 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10049
10050         * wl-summary.el (wl-summary-pick): Rewrite.
10051
10052         * wl-draft.el (wl-draft-forward): Get references field from
10053         original buffer.
10054         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10055
10056 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10057
10058         * wl-draft.el (wl-draft-forward): Add references field.
10059
10060 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10063         (wl-draft-reply): Use it.
10064
10065 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10066
10067         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10068         when Emacs 21 is running.
10069
10070         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10071         bindings.
10072
10073 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10074
10075         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10076         XPM icons transparent.
10077
10078         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10079         Emacs 21.
10080
10081 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10082
10083         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10084         nil.
10085
10086         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10087         when it is persistent.
10088         (wl-summary-sync-marks): Changed argument for
10089         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10090         (wl-summary-virtual): Use `elmo-read-search-condition'.
10091         (wl-summary-redisplay-internal): If folder is local, mark as read
10092         even when folder is plugged.
10093
10094 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10095
10096         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10097         of `tool-bar-lines' in the frame parameters.
10098         (after-make-frame-functions, post-command-hook): Don't modify the
10099         value.
10100         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10101         wl-e21-tool-bar-lines): Removed.
10102
10103 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10104
10105         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10106         properties `evaporate' and `wl-momentary-overlay' as well.
10107         (wl-highlight-summary-displaying): Ditto.
10108         (wl-delete-all-overlays): Don't delete overlay which does not have
10109         a property `wl-momentary-overlay'.
10110
10111         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10112         `display-mouse-p' and `display-graphic-p'.
10113         (wl-folder-init-icons): Don't search for XBM or the other files.
10114         (wl-plugged-set-folder-icon): Make icons if and only if
10115         `display-graphic-p' returns non-nil.
10116         (wl-highlight-plugged-current-line): Use `before-string' overlay
10117         property to show icon images.
10118         (wl-highlight-folder-current-line): Ditto.
10119         (wl-e21-highlight-folder-group-line): Ditto.
10120         (wl-e21-highlight-folder-by-numbers): Ditto.
10121         (wl-e21-insert-image): Removed.
10122         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10123         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10124         said.
10125         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10126         `wl-e21-force-switch-toolbar'.
10127         (wl-e21-make-icon-image): Removed.
10128         (wl-e21-setup-toolbar): Don't search for XBM files.
10129         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10130         the default value.
10131
10132 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10133
10134         * wl-util.el (wl-biff-check-folder-async): Set
10135         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10136
10137 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10138
10139         * wl-e21.el (after-make-frame-functions): Add
10140         `wl-e21-force-switch-toolbar'.
10141         (wl-e21-force-switch-toolbar): New function force to switch the
10142         toolbar appearance automatically.
10143         (post-command-hook): Add `wl-e21-switch-toolbar'.
10144         (wl-e21-switch-toolbar): New function to switch the toolbar
10145         appearance automatically.
10146         (wl-e21-tool-bar-lines): New buffer local variable.
10147
10148 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10149
10150         * wl-util.el (wl-biff-check-folders-running): New variable.
10151         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10152         (wl-biff-check-folder-async-callback):
10153         Set `wl-biff-check-folders-running'.
10154         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10155         with unwind-protect.
10156
10157         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10158         Enclose `wl-folder-auto-check' with unwind-protect.
10159
10160         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10161         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10162
10163         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10164
10165         * wl-util.el (wl-biff-notify): New inline function.
10166         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10167         locally.
10168         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10169         folder-list' is 1.
10170         Use `wl-biff-notify'.
10171         (wl-biff-check-folder-async-callback): New function.
10172         (wl-biff-check-folder-async): Ditto.
10173
10174         * wl-folder.el (wl-folder): Don't check folders.
10175         (wl-folder-auto-check): New function.
10176
10177 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10178
10179         * wl-util.el (wl-biff-start) [Emacs19+]:
10180         Use `timer-next-integral-multiple-of-time'.
10181         (wl-biff-check-folders): Use `wl-default-folder'
10182         if `wl-biff-check-folder-list' is nil.
10183
10184 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10185
10186         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10187         instead of `elmo-delete-lists'.
10188
10189 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10190
10191         * wl.el (wl-plugged-toggle-all): Set the value of
10192         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10193         (wl-plugged-toggle): Ditto.
10194         (wl-toggle-plugged): Ditto.
10195         (wl-plugged-init): Ditto.
10196
10197         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10198         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10199         instead of `wl-biff-state-indicator-off' and
10200         `wl-biff-state-indicator-on'; don't modify the value and the type
10201         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10202         (wl-plugged-init-icons): Set icons data to
10203         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10204         instead of `wl-plug-state-indicator-off' and
10205         `wl-plug-state-indicator-on'; don't modify the value and the type
10206         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10207
10208         * wl-vars.el (wl-modeline-biff-state-off,
10209         wl-modeline-biff-state-on, wl-modeline-biff-status,
10210         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10211         wl-modeline-plug-status): New internal variables.
10212         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10213         wl-biff-check-interval, wl-biff-check-folder-list): Change
10214         customization group from `wl-folder' to `wl-highlight'.
10215         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10216         wl-show-plug-status-on-modeline): Defcustomized.
10217
10218         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10219         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10220         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10221         a flag to `mode-line-buffer-identification'.
10222
10223         * wl-e21.el (wl-biff-init-icons): Set icons data to
10224         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10225         instead of `wl-biff-state-indicator-off' and
10226         `wl-biff-state-indicator-on'.
10227         (wl-plugged-init-icons): Set icons data to
10228         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10229         instead of `wl-plug-state-indicator-off' and
10230         `wl-plug-state-indicator-on'.
10231
10232 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10233
10234         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10235         excessive titles.
10236
10237 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10238
10239         * wl.el (wl-plugged-mode): Use revised
10240         `wl-mode-line-buffer-identification'.
10241         (wl-plugged-init): Don't use `force-mode-line-update'.
10242
10243         * wl-xmas.el (wl-draft-overload-functions): Use revised
10244         `wl-mode-line-buffer-identification'.
10245         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10246         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10247         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10248         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10249         `wl-make-plugged-hook';
10250         add `wl-folder-init-icons' and `wl-setup-folder' to
10251         `wl-folder-mode-hook'.
10252
10253         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10254         19 as well.
10255         (wl-mode-line-display-priority-list): New user option.
10256         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10257         Defcustomized.
10258         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10259         Add docs.
10260
10261         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10262         start.
10263         (wl-mode-line-buffer-identification): Revised as a function.
10264
10265         * wl-summary.el (wl-summary-mode): Use revised
10266         `wl-mode-line-buffer-identification'; don't call
10267         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10268         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10269         `wl-xmas-setup-summary'.
10270
10271         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10272         `wl-mode-line-buffer-identification'.
10273
10274         * wl-mule.el (wl-draft-overload-functions): Use revised
10275         `wl-mode-line-buffer-identification'.
10276
10277         * wl-folder.el (wl-make-plugged-alist): Don't call
10278         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10279         (wl-folder): Don't call `wl-folder-init-icons' directly.
10280         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10281         `wl-xmas-setup-folder' directly;
10282         use revised `wl-mode-line-buffer-identification'.
10283         (TopLevel): Don't bind `wl-biff-init-icons',
10284         `wl-plugged-init-icons', `wl-folder-init-icons',
10285         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10286
10287         * wl-e21.el (wl-draft-overload-functions): Use revised
10288         `wl-mode-line-buffer-identification'.
10289         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10290         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10291         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10292         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10293         `wl-make-plugged-hook';
10294         add `wl-folder-init-icons' and `wl-setup-folder' to
10295         `wl-folder-mode-hook'.
10296
10297 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10298             Katsumi Yamaoka    <yamaoka@jpl.org>
10299
10300         * wl.el (wl): Call `wl-biff-start'.
10301         (wl-exit): Call `wl-biff-stop'.
10302         (wl-plugged-mode): Show biff in modeline.
10303         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10304
10305         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10306         (wl-biff-init-icons): New function.
10307         (wl-plugged-init-icons): Don't make too much keymaps.
10308         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10309
10310         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10311         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10312         variables.
10313         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10314         options.
10315
10316         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10317         wl-biff-start, wl-biff-stop): New functions.
10318         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10319         (wl-biff-timer-name): New variable.
10320
10321         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10322
10323         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10324         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10325
10326         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10327         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10328
10329         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10330         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10331         `wl-folder-init-icons' to `ignore' if they are not available.
10332         (wl-folder-mode): Show biff in modeline.
10333
10334         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10335         (wl-biff-init-icons): New function.
10336         (wl-plugged-init-icons): Don't make too much keymaps.
10337         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10338
10339 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10340
10341         * wl-vars.el (wl-strict-diff-folders): Customization Type
10342         and doc fix.  Define as a list of regular expressions for
10343         folders or nil.
10344         * wl-folder.el (wl-folder-check-one-entity): Use
10345         `wl-string-match-member' instead of `wl-string-member' for
10346         `wl-strict-diff-folders'.
10347
10348 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10349
10350         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10351         (wl-highlight-folder-current-line): Use it; new implementation.
10352         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10353         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10354         `defsubst' instead of `defun'.
10355
10356         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10357         `wl-highlight-group-folder-by-numbers'; made it can also be a
10358         number.  See info for more details.
10359
10360         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10361         running.
10362
10363         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10364         to bind them.
10365
10366         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10367         (wl-highlight-folder-current-line): New implementation.
10368
10369         * wl-highlight.el (wl-highlight-folder-group-line): New
10370         implementation.
10371         (wl-delete-all-overlays): Rewrite as a marco.
10372         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10373
10374         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10375         running.
10376         (wl-folder-*-glyph): No need to bind them.
10377
10378         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10379         `wl-e21-highlight-folder-group-icon'; rewrite.
10380         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10381         `defsubst' instead of `defun'.
10382         (wl-folder-mode-map): Bind it when compiling.
10383
10384 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10385
10386         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10387
10388         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10389
10390 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10391
10392         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10393
10394 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10395
10396         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10397         (wl-highlight-folder-current-line): Use it.
10398
10399         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10400         in `id-name'.
10401
10402 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10403
10404         * wl.el: Require `wl-e21' when Emacs 21 is running.
10405
10406         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10407         default when Emacs 21 is running.
10408         (wl-use-highlight-mouse-line): Ditto.
10409         (wl-on-emacs21): New constant.
10410         (wl-on-emacs20): Removed.
10411
10412         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10413         Emacs 21 is running.
10414
10415         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10416         Emacs 21 is running.
10417
10418         * wl-e21.el: New file.
10419
10420 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10421
10422         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10423         (wl-toggle-plugged): Ditto.
10424         (wl-plugged-toggle): Ditto.
10425         (wl-plugged-toggle-all): Ditto.
10426
10427         * wl-vars.el (wl-plug-state-indicator): Refer
10428         `wl-plug-state-indicator-on' indirectly.
10429
10430 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10431
10432         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10433         Call `wl-folder-confirm-existence'.
10434
10435         * wl-folder.el (wl-folder-confirm-existence): Added optional
10436         argument `force'.
10437
10438 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10439
10440         * wl-summary.el (wl-summary-refile-subr): Assume
10441         `copy-or-refile' as symbol.
10442         (wl-summary-refile): Follow up above change.
10443         (wl-summary-copy): Ditto.  Doc fix.
10444
10445 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-summary.el (wl-summary-pick): Don't bind
10448         `elmo-search-mime-charset'.
10449
10450         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10451         default using old backquote style.
10452         (wl-search-mime-charset): Abolished.
10453
10454         * wl-highlight.el (wl-highlight-headers):
10455         Call `point' after `re-search-forward'(for Nemacs).
10456
10457         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10458         for elmo-imap4.el.
10459
10460 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10461
10462         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10463         `wl-message-ignored-field-list' instead of
10464         `mime-view-ignored-field-list'.
10465
10466         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10467         Add interactive spec.
10468         (wl-folder-goto-bottom-of-current-folder): Ditto.
10469         (wl-folder-mode-map): Bind them.
10470
10471         * wl-vars.el (wl-message-ignored-field-list): New variable.
10472         (wl-message-visible-field-list): New variable.
10473
10474         * wl-mime.el (wl-mime-header-presentation-method): New function.
10475         (wl-mime-setup): Set header-presentation-method.
10476
10477 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10478
10479         * wl-nemacs.el (wl-draft-overload-functions): Set
10480         `mode-line-buffer-identification' instead of using
10481         `wl-make-modeline'.
10482
10483         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10484         instead of using `wl-make-modeline'.
10485
10486         * wl-xmas.el (wl-plugged-init-icons): Set up
10487         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10488         (wl-make-modeline): Abolish.
10489         (wl-draft-overload-functions): Set
10490         `mode-line-buffer-identification' instead of using
10491         `wl-make-modeline'.
10492
10493         * wl-util.el (wl-make-modeline-subr): Abolish.
10494         (wl-mode-line-buffer-identification): New alias.
10495
10496         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10497         (wl-summary-make-modeline): Abolish.
10498         (wl-summary-buffer-set-folder): Set
10499         `wl-summary-buffer-folder-indicator'.
10500         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10501         of using `wl-make-modeline'.
10502         (wl-summary-switch-to-clone-buffer): Don't set
10503         `mode-line-buffer-identification'.
10504         (wl-summary-goto-folder-subr): Ditto.
10505
10506         * wl-mule.el (wl-draft-overload-functions): Set
10507         `mode-line-buffer-identification' instead of using
10508         `wl-make-modeline'.
10509
10510         * wl-folder.el (wl-folder-mode): Set
10511         `mode-line-buffer-identification' instead of using
10512         `wl-make-modeline'.
10513         (wl-folder): Don't set `mode-line-buffer-identification'.
10514
10515 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10516
10517         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10518         instead of `member' for `wl-refile-guess-func-list' look-ups.
10519         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10520
10521 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10522
10523         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10524         `wl-message-button-dispatcher'.
10525
10526         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10527
10528         * wl-message.el (wl-message-button-dispatcher): Use it.
10529
10530         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10531         "In-Reply-To".
10532
10533         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10534         Bind `case-fold-search' to t.
10535
10536 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10537
10538         * wl-xmas.el (wl-message-overload-functions): Initialize
10539         `wl-message-button-map'.
10540
10541         * wl-mule.el (wl-message-overload-functions): Initialize
10542         `wl-message-button-map'.
10543
10544         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10545
10546         * wl-message.el (wl-message-button-map): New keymap.
10547         (wl-message-add-button): New function.
10548         (wl-message-button-dispatcher): New function.
10549         (wl-message-button-refer-article): New function.
10550
10551         * wl-highlight.el
10552         (wl-highlight-message-add-buttons-to-header): New function.
10553         (wl-highlight-headers): Use it.
10554
10555 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10556
10557         * wl-summary.el (wl-summary-default-from): Use
10558         `wl-address-get-petname-1'.
10559         (wl-summary-simple-from): Ditto.
10560
10561         * wl-address.el (wl-address-get-petname-1): New inline function.
10562         (wl-address-get-petname): Use it.
10563
10564 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10565
10566         * wl-summary.el (wl-summary-default-from): Return full-name part
10567         from the address if no petname was found.
10568         (wl-summary-simple-from): Ditto.
10569
10570         * wl-address.el (wl-address-get-petname): Return nil if no petname
10571         associated with the address was found.
10572
10573 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10574
10575         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10576         display is finished.
10577
10578 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10579
10580         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10581         `elmo-folder-exists-p' argument.
10582
10583 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10584
10585         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10586         the folder.
10587
10588 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10589
10590         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10591
10592         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10593         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10594
10595 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10596
10597         * wl-folder.el (wl-folder-create-subr): New function.
10598         (wl-folder-confirm-existence): Use it.
10599         (wl-folder-check-one-entity): Use it.
10600         Check the error symbol is derived from 'elmo-open-error.
10601
10602         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10603         `ignore-error'.
10604
10605 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10606
10607         * wl-util.el (toplevel): Add (eval-when-compile (require
10608         'elmo-util)).  (Maybe `provide' is typo.)
10609
10610 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10611
10612         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10613         (I don't know why this was needed.)
10614
10615         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10616         Follow up changes for stream-type.
10617
10618         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10619         (wl-draft-elmo-nntp-send): Ditto.
10620
10621         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10622         (wl-nntp-posting-stream-type): Ditto.
10623         (wl-pop-before-smtp-ssl): Abolished.
10624         (wl-nntp-posting-ssl): Ditto.
10625
10626         * wl-address.el (wl-address-quote-specials): New function.
10627         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10628
10629         * wl-draft.el (wl-draft-reply): Ditto.
10630
10631 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10632
10633         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10634         use function `wl-string-match-assoc'.
10635
10636 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10637
10638         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10639
10640         * wl-draft.el (wl-draft-deduce-address-list): New function.
10641         (wl-draft-parse-mailbox-list): Ditto.
10642         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10643         instead of `smtp-deduce-address-list'.
10644         (wl-draft-on-field-p): Follow group list.
10645
10646         * wl-address.el (wl-address-concat-token): New function.
10647         (wl-address-string-without-group-list-contents): Ditto.
10648         (wl-complete-field-body): Fixed problem of completion
10649         by japanese petname.
10650         (wl-address-make-completion-list): Rewrite.
10651
10652 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10653
10654         * wl-address.el (wl-address-make-completion-list): Completion by
10655         petname.
10656         (wl-complete-field-body): Likewise.
10657
10658 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10659
10660         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10661         contains invalid address syntax.
10662
10663 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10664
10665         * wl-folder.el (wl-folder-check-entity-async): Use
10666         `elmo-nntp-spec-hostname'.
10667
10668 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10669
10670         * wl-summary.el (wl-summary-msgdb-load-async): Use
10671         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10672
10673 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10674
10675         * wl-draft.el (wl-draft-reply): Set argument
10676         `content-transfer-encoding' as nil.
10677
10678 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10679
10680         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10681         `wl-refile-alist'.
10682
10683 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10684
10685         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10686         (wl-draft-edit-string): Ditto.
10687         (wl-draft-forward): Ditto.
10688         * wl-summary.el (wl-summary-write): Ditto.
10689
10690 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10691
10692         * wl-summary.el (wl-summary-sync-update3): Call
10693         `wl-summary-buffer-number-column-detect'.
10694         (wl-summary-buffer-number-column-detect): Search from point-min.
10695
10696 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10697
10698         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10699         contains an address which is not included in original to or cc.
10700
10701 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10702
10703         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10704         begin-line does not exist.
10705         * wl-message.el (wl-message-uu-substring): Ditto.
10706
10707 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10708
10709         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10710         clear local variables.
10711         (wl-summary-exit): Call `elmo-commit'.
10712         (wl-summary-switch-to-clone-buffer): Call
10713         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10714         (wl-summary-goto-folder-subr): Ditto.
10715
10716         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10717         POP folder.
10718
10719 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10720
10721         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10722         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10723         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10724         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10725         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10726         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10727
10728         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10729
10730 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10731
10732         * wl-summary.el (wl-summary-search-by-subject):
10733         Search parent message from the latest one.
10734
10735 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10736
10737         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10738         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10739
10740         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10741         New user option.
10742
10743         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10744         if elmo-nntp-use-killed-list is nil.
10745         Use `elmo-msgdb-append-to-killed-list'.
10746         (Append numbers confirmed as disappeared to the killed list.)
10747         (wl-summary-confirm-appends): Don't display negative number.
10748
10749 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10750
10751         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10752
10753 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10754
10755         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10756         range is `all'.
10757         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10758         `elmo-list-bigger-diff'.
10759
10760 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10761
10762         * wl-summary.el (wl-summary-buffer-exit-func):
10763         New buffer local variable.
10764         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10765
10766 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10767
10768         * wl-demo.el (wl-demo): Fix the last change.
10769
10770 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10771
10772         * wl-demo.el (wl-demo): Don't use `eval'.
10773
10774 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10775
10776         * wl-summary.el (wl-summary-buffer-thread-modified):
10777         New buffer-local variable.
10778         (wl-summary-set-thread-modified): New function.
10779         (wl-summary-thread-modified-p): New function.
10780         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10781         (wl-summary-yank-saved-message): Use function
10782         `wl-summary-set-thread-modified'
10783         (wl-summary-switch-to-clone-buffer): Add
10784         `wl-summary-buffer-thread-modified'.
10785
10786         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10787         (wl-summary-buffer-mark-saved-hook): Ditto.
10788         * wl-summary.el (wl-summary-msgdb-save): New hook
10789         `wl-summary-buffer-message-saved-hook' and
10790         `wl-summary-buffer-mark-saved-hook'.
10791
10792 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10793
10794         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10795
10796 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10797
10798         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10799         don't hide scroll bars under FSF Emacsen because it may incur an
10800         undesirable redrawing.
10801
10802 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10803
10804         * wl-draft.el (wl-draft-edit-string): Call
10805         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10806
10807 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10808
10809         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10810
10811 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10812
10813         * wl-summary.el (wl-summary-msgdb-load-async): Call
10814         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10815
10816 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10817
10818         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10819         fringes in demo buffer; center bitmap logo correctly even if old
10820         Mule is used.
10821
10822 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10823
10824         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10825
10826         * wl-refile.el (wl-refile-subject-alist): New variable.
10827         (wl-refile-subject-alist-file-name): Ditto.
10828         (wl-refile-alist-setup): Rewrite.
10829         (wl-refile-alist-save): Use `elmo-object-save'.
10830         Eliminated arguments.
10831         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10832         (wl-refile-guess-by-subject): New function.
10833         (wl-refile-guess-func-list): Added it.
10834
10835 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10836
10837         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10838         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10839
10840 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10841
10842         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10843         New buffer-local variable.
10844         (wl-summary-buffer-next-folder-func): Ditto.
10845         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10846         if non-nil.
10847         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10848         if non-nil.
10849         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10850         if non-nil.
10851         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10852         if non-nil.
10853
10854 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10855
10856         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10857         permanently in the demo buffer.
10858
10859 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10860
10861         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10862         `mime-entity-fetch-field'.
10863
10864         * wl.el (wl-exit): Delete plugged buffer.
10865
10866         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10867         XEmacs has menubar feature.
10868
10869 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10870
10871         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10872         cannot arrive at the beginning of the buffer under old Emacsen.
10873
10874 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10875
10876         * wl-address.el (wl-address-ldap-search):
10877         Call `ldap-search-entries' with `withdn' argument t.
10878         (wl-complete-field-body): Bind completion-ignore-case as t.
10879         Clear ldap search hash when it was sole completion.
10880         Use elmo-string for pattern string.
10881         (wl-ldap-alias-safe-string): Eliminated needless let.
10882
10883 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10884
10885         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10886         (wl-ldap-alias-sep): New constant.
10887         (wl-ldap-search-attribute-type-list): Ditto.
10888         (wl-ldap-get-value): New function.
10889         (wl-ldap-make-filter): Ditto.
10890         (wl-ldap-make-matched-value-list): Ditto.
10891         (wl-ldap-alias-safe-string): Ditto.
10892         (wl-ldap-register-dn-string): Ditto.
10893         (wl-address-ldap-search): Rewrite.
10894
10895 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10896
10897         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10898         thread is deleted.
10899         (wl-thread-delete-line-from-buffer): Ditto.
10900         (wl-thread-get-exist-children): New function.
10901
10902 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10903
10904         * wl-demo.el (wl-demo): Made it to select various image types.
10905         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10906         from `wl-title-logo'.
10907         (wl-logo-ascii): New variable.
10908         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10909         (wl-demo-copyright-notice): New constant.
10910
10911         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10912
10913 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10914
10915         * wl-vars.el (wl-summary-target-above): Renamed from
10916         wl-summary-temp-above.
10917         * wl-score.el (wl-score-get-score-alist): Use it.
10918         (wl-summary-score-update-all-lines): Use it.
10919         * wl-summary.el: Ditto. (make-variable-buffer-local).
10920
10921 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10922
10923         * wl-vars.el (wl-ldap-port): New user option.
10924
10925         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10926         Rewite whole implementation.
10927         (wl-complete-field-body): Fixed.
10928
10929 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10930
10931         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10932         Choose implementation at compile time.
10933
10934 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10935
10936         * wl-address.el (wl-ldap-search-internal): New function.
10937         (wl-complete-field-to): Use it.
10938
10939 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10940
10941         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10942         Use `let' instead of `let*'.
10943         Require 'wl-vars.
10944
10945         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10946         Define as defcustom.
10947         (wl-ldap-base): Ditto.
10948         (wl-use-ldap): Ditto.
10949
10950 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10951
10952         * wl-address.el (wl-ldap-search): New function.
10953         (wl-complete-field-body): Use `wl-ldap-search'.
10954         (wl-ldap-server): New variable.
10955         (wl-ldap-base): Ditto.
10956         (wl-use-ldap): Ditto.
10957
10958 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10959
10960         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10961         (Pointed out by Mito <mit@nines.nec.co.jp>).
10962         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10963         buffer-local variables like `wl-summary-redisplay-internal'.
10964         (wl-summary-redisplay-all-header): Likewise.  Update
10965         Summary view too.
10966
10967 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10968
10969         * wl-summary.el (wl-summary-jump-to-parent-message):
10970         Consider prefix argument.
10971
10972         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10973         when closed thread is deleted.
10974
10975 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10976
10977         * wl-summary.el (wl-summary-jump-to-parent-message):
10978         Consider thread modification.
10979
10980 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10981
10982         * wl-message.el (wl-message-normal-get-original-buffer): Use
10983         `save-excursion'.
10984
10985         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10986         (wl-summary-showto-folder-regexp): Ditto.
10987
10988 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10989
10990         * wl-util.el (wl-delete-alist): Doc fix.
10991         (wl-delete-associations): New function.
10992         (wl-inverse-alist): New function.
10993         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10994         Split temporary variables. Use `wl-delete-associations'
10995         and `wl-inverse-alist'.
10996         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10997
10998 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10999
11000         * wl-folder.el (wl-folder-prefetch-entity):
11001         Execute prefetching if new count is unknown.
11002
11003 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11004
11005         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11006
11007         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11008         delete entity.
11009         (wl-thread-set-parent): If insert as top, set linked as nil.
11010
11011         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11012         `wl-thread-cleanup-symbols' when view mode is thread.
11013
11014 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11015
11016         * wl-folder.el (wl-folder-create-folder-entity): Use
11017         with-current-buffer.
11018         (wl-local-folder-init): Call set-buffer to make sure we are in
11019         the Folder buffer. Don't touch buffer-local variables here.
11020         (wl-folder-mode): Initialize buffer-local variables here.
11021
11022         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11023         (wl-folder-entity-assign-id): Ditto.
11024         (wl-folder-create-entity-hashtb): Ditto.
11025         (wl-local-folder-init): Ditto.
11026         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11027
11028 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11029
11030         * wl-summary.el (wl-summary-default-from): Fix probrem when
11031         std11-extract-address-components return (nil "foo@bar").
11032
11033 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11034
11035         * wl-draft.el (wl-draft-clone-local-variables):
11036         Remove redundant `setq'.
11037
11038 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11039
11040         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11041         Bind wl-highlight-x-face-func as nil while highlighting header.
11042
11043 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11044
11045         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11046
11047 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11048
11049         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11050         elmo-msgdb-overview-hashtb from copy-variables.
11051         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11052         instead of `elmo-msgdb-overview-get-entity-by-number'.
11053         (wl-summary-auto-refile): Ditto.
11054
11055         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11056         `elmo-msgdb-overview-get-entity' instead of
11057         `elmo-msgdb-search-overview-entity'.  Use
11058         `elmo-msgdb-overview-get-entity' instead of
11059         `elmo-msgdb-overview-get-entity-by-number'.
11060         (wl-thread-insert-entity-sub): Ditto.
11061         (wl-thread-insert-message): Ditto.
11062
11063         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11064         `elmo-msgdb-overview-get-entity'.
11065         (wl-normal-message-redisplay): Ditto.
11066
11067 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11068
11069         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11070         `wl-thread-entities'.
11071         (wl-thread-delete-message): Fix remove top message from
11072         `wl-thread-entity-list'.
11073
11074         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11075         wl-append(nconc), because update-list is broken on Meadow.
11076
11077         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11078         updating process.
11079         (wl-summary-rescan): Ditto.
11080         (wl-summary-sync-update3): Ditto.
11081         * wl-thread.el (wl-thread-set-parent): Renamed from
11082         `wl-summary-set-parent'.
11083         (wl-thread-insert-message): Updating buffer faster.
11084         (wl-thread-delete-message): Updating buffer faster.
11085
11086         * wl-score.el (wl-summary-score-update-all-lines): Changed
11087         interval for display progress gauge.
11088
11089 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11090
11091         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11092         folder always-sticky.
11093         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11094         defmacro.
11095
11096 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11097
11098         * wl-vars.el (wl-draft-add-references): New user option.
11099
11100         * wl-draft.el (wl-draft-add-references): New function.
11101         (wl-draft-yank-from-mail-reply-buffer): Use it.
11102         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11103         as nil.
11104
11105 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11106
11107         * wl-thread.el (wl-thread-update-line-msgs): Called
11108         `wl-thread-update-line-on-buffer-sub'.
11109         (wl-thread-update-line-on-buffer): Delete routine of inserting
11110         thread.
11111         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11112         moved from `wl-thread-update-line-on-buffer'.
11113         Add threshold for displaying progress gauge.
11114         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11115         argument of `wl-thread-update-line-msgs'.
11116         Add threshold for displaying progress gauge.
11117         * wl-folder.el:
11118         Add threshold for displaying progress gauge.
11119         * wl-score.el: Ditto.
11120
11121         * wl-expire.el (wl-summary-expire): Display deleting info.
11122
11123 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11124
11125         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11126         `no-msg'.
11127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11128         argument of `wl-thread-update-line-msgs'.
11129         (wl-summary-set-parent): Added optional argument `parent-number'.
11130         (wl-summary-buffer-saved-message): New buffer local variable.
11131         (wl-summary-save-current-message): New command.
11132         (wl-summary-yank-saved-message): Ditto.
11133         (wl-summary-mode-map): Added key binding for
11134         `wl-summary-save-current-message' (\ew) and
11135         `wl-summary-yank-saved-message' (\C-y).
11136         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11137
11138 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11139
11140         * wl-summary.el (wl-summary-mode-map): Added key binding for
11141         `wl-summary-set-parent' (ts).
11142
11143 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11144
11145         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11146         subject faster. If thread number is reverse, delayed updating
11147         thread.
11148         (wl-summary-search-by-subject): Ditto.
11149         (wl-summary-put-alike): Ditto.
11150         (wl-summary-get-alike): Ditto.
11151         (wl-summary-insert-headers): Insert header of all overview in
11152         buffer.
11153         (wl-summary-rescan): Delayed updating thread. Kill search subject
11154         buffer for wl-summary-search-by-subject.
11155         (wl-summary-sync-update3): Ditto.
11156         (wl-summary-exit): Ditto.
11157         (wl-summary-goto-bottom-of-current-thread): Change for linked
11158         thread.
11159         (wl-summary-overview-create-summary-line): Change line for linked
11160         thread.
11161
11162         * wl-summary.el (wl-summary-update-thread): Use
11163         wl-thread-maybe-get-children-num.
11164         (wl-summary-set-parent): If change parent, move sub thread.
11165         (wl-summary-redisplay-internal): Add horizontal recenter.
11166         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11167
11168         * wl-thread.el (wl-thread-entity-get-linked): New function.
11169         (wl-thread-entity-set-linked): New function.
11170         (wl-thread-create-entity): Add linked element.
11171         (wl-thread-entity-insert-as-top): Use wl-append.
11172         (wl-thread-maybe-get-children-num): If closing thread, return
11173         children msgs.
11174         (wl-thread-update-line-msgs): Displaying progress message.
11175         (wl-thread-update-line-on-buffer-sub): Use
11176         wl-thread-maybe-get-children-num.
11177         (wl-thread-update-line-on-buffer): If update line is not exists,
11178         insert thread.
11179         (wl-thread-delete-message): If delete top msg of thread, search
11180         parent by subject.
11181         (wl-thread-insert-entity): Use
11182         wl-thread-maybe-get-children-num.
11183
11184         * wl-highlight.el (wl-highlight-summary-current-line): change
11185         sregexp for linked thread.
11186         * wl-util.el (wl-count-lines): Count lines.
11187         (wl-horizontal-recenter): horizontal recenter.
11188         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11189         (wl-score-get-alike): Ditto.
11190         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11191         (wl-subject-length-limit): New variable.
11192         (wl-highlight-thread-indent-string-regexp): Changed for linked
11193         thread.
11194
11195 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11196
11197         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11198         New variable (revival).
11199         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11200         by subject matching if there's no in-reply-to nor references field
11201         (revival).
11202
11203 \f
11204 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11205
11206         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11207         message.
11208
11209 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11210
11211         * wl-summary.el (wl-summary-reply): Return t if there was a
11212         message at cursor point.
11213         Added unwind-protect.
11214         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11215         returns t.
11216         (wl-summary-cancel-message): Do nothing when there's no message at
11217         cursor point.
11218         (wl-summary-forward): Ditto.
11219         (wl-summary-jump-to-parent-message): Ditto.
11220         (wl-summary-reedit): Ditto.
11221         (wl-summary-edit-addresses): Ditto.
11222         (wl-summary-pipe-message): Ditto.
11223         (wl-summary-print-message-with-ps-print): Ditto.
11224         (wl-summary-print-message): Ditto.
11225         (wl-summary-mark-as-important): Ditto.
11226         (wl-summary-mark-as-unread): Ditto.
11227
11228         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11229         message at cursor point.
11230         (wl-summary-reply-with-citation): Remove unwind-protect.
11231
11232         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11233         subject searching feature.
11234         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11235         Eliminated.
11236
11237 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11238
11239         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11240         New variable.
11241         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11242         by subject matching if there's no in-reply-to nor references field.
11243
11244         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11245
11246         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11247         when display is finished.
11248         (wl-folder-open-all): Ditto.
11249         (wl-folder-update-access-group): Ditto.
11250         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11251         * wl-thread.el (wl-thread-close-all): Ditto.
11252
11253         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11254         progress gauge only when it was displayed.
11255         * wl-folder.el (wl-folder-insert-entity): Ditto.
11256
11257 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11258
11259         * wl-summary.el (wl-summary-incorporate): Enclose
11260         `wl-summary-sync-force-update' with save-excursion.
11261
11262 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11263
11264         * wl-summary.el (wl-summary-prefetch-region):
11265         Pass current cursor point to `pos-visible-in-window-p' after
11266         moving cursor to the started point.
11267
11268 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11269
11270         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11271
11272         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11273         fields from the forwarding message.
11274         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11275         `ignored-fields'.
11276
11277 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11278
11279         * wl-mime.el (wl-message-request-partial):
11280         Eliminated argument `msgdb'.
11281         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11282         (wl-mime-combine-message/partial-pieces): Likewise.
11283         * tm-wl.el (wl-message-request-partial): Likewise.
11284         (wl-mime-combine-message/partial-pieces): Likewise.
11285
11286 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11287
11288         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11289         when display is finished.
11290
11291 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11292
11293         * wl-summary.el (wl-summary-goto-folder-subr):
11294         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11295
11296 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11297
11298         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11299         when cursor point is visible.
11300
11301 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11302
11303         * wl-expire.el (wl-expire-archive-get-max-number):
11304         Don't use `file-name-directory'.
11305
11306 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11307
11308         * wl-expire.el (wl-expire-archive-get-max-number):
11309         Use `file-name-directory'.
11310
11311 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11312
11313         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11314         only when there is progress.
11315
11316 2000-04-13  Mito <mit@nines.nec.co.jp>
11317
11318         * wl-summary.el (wl-summary-sync-marks): Display progress.
11319
11320 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11321
11322         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11323         (wl-summary-prev): Move cursor regardless of unread status.
11324         (wl-summary-next): Ditto.
11325
11326 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11327
11328         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11329         Added argument `target' and `number'.
11330         * tm-wl.el (wl-summary-burst-subr): New function.
11331         (wl-summary-burst): Use it.
11332
11333 2000-04-10  Mito <mit@nines.nec.co.jp>
11334
11335         * wl-mime.el (wl-burst): New function.
11336         (wl-summary-burst): Use it.
11337
11338 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11339
11340         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11341         as petname when there's no candidate.
11342
11343 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11344
11345         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11346         New variable.
11347         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11348
11349         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11350
11351         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11352
11353 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11354
11355         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11356         Use substring of `original' instead of buffer-substring.
11357         (wl-refile-evaluate-rule):
11358         Set `original' argument of wl-refile-expand-newtext.
11359
11360         * wl-summary.el
11361         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11362         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11363         (wl-summary-auto-refile): Check existence of destination folder just
11364         before marking.
11365
11366 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11367
11368         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11369         when wl-refile-get-field-value return nil.
11370
11371 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11372
11373         * wl-refile.el
11374         (wl-refile-expand-newtext): New function imported from Gnus.
11375         (wl-refile-evaluate-rule): Use it.
11376
11377 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11378
11379         * wl-summary.el (wl-summary-print-destination):
11380         Duplicate folder string to avoid putting text-property on
11381         original string.
11382
11383         * wl-refile.el (wl-refile-get-field-value): New function.
11384         (wl-refile-evaluate-rule): New function;
11385         Evaluate refile rule recursively.
11386         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11387         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11388         New function; Check existence of a target folder recursively.
11389         (wl-summary-auto-refile-check-refile-rule-alist):
11390         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11391
11392 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11393
11394         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11395
11396         * wl-folder.el (wl-create-folder-entity-from-buffer):
11397         Fixed problem when '}' character is contained in folder name.
11398
11399         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11400
11401 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11402
11403         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11404         (wl-fldmgr-add-completion-all-completions):
11405         Use wl-fldmgr-add-completion-hashtb.
11406
11407 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11408
11409         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11410         wl-fldmgr-add-completion-subr): New functions.
11411         * wl-folder.el (wl-folder-completion-func): New variable.
11412         * wl-summary.el (wl-summary-read-folder):
11413         Use wl-folder-completion-func.
11414
11415         * wl-refile.el: Eliminate throw & catch.
11416
11417         * wl.el (wl-plugged-sending-queue-status): Fixed.
11418
11419 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11420
11421         * wl-draft.el (wl-draft): Put category property on
11422         mail-header-separator.