* wl-score.el (wl-score-followup): Remove verbose comment (same as docstring).
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-score.el (wl-score-followup): Remove verbose comment (same as
4         docstring).
5
6         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
7         Revert `save-excursion' for `wl-summary-jump-to-msg'.
8
9 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10
11         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
12         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
13         semicolons, that should start at the left margin.
14         See. also (Info-goto-node "(elisp)Comment Tips").
15         * wl-acap.el (wl-acap-store): Ditto.
16         * wl-action.el (wl-summary-unset-mark): Ditto.
17         * wl-address.el (wl-address-ldap-search): Ditto.
18         * wl-demo.el (wl-demo-insert-image): Ditto.
19         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
20         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
21         (wl-draft-previous-history-element): Ditto.
22         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
23         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
24         (wl-folder-mode-map, wl-folder-get-prev-folder)
25         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
26         (wl-folder-check-entity-async)
27         (wl-create-folder-entity-from-buffer): Ditto.
28         * wl-fldmgr.el (toplevel): Ditto.
29         * wl-message.el (wl-message-buffer-cache-sort)
30         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
31         Ditto.
32         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
33         Ditto.
34         * wl-summary.el (toplevel, wl-summary-mode)
35         (wl-summary-edit-addresses, wl-summary-sync-update)
36         (wl-summary-stick): Ditto.
37         * wl-thread.el (toplevel, wl-thread-insert-message)
38         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
39         * wl-util.el (toplevel): Ditto.
40         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
41         Ditto.
42
43 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * Version number is increased to 2.15.8.
46
47         * wl-message.el (wl-message-uu-substring): Suppress compile
48         warnings; Use `with-current-buffer' instead of `save-excursion' &
49         `set-buffer'.
50         * wl-mime.el (wl-draft-yank-current-message-entity)
51         (wl-mime-preview-follow-no-mime)
52         (wl-mime-preview-follow-current-region): Ditto.
53         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
54         (wl-summary-switch-to-clone-buffer)
55         (wl-summary-target-mark-forward)
56         (wl-summary-target-mark-reply-with-citation)
57         (wl-summary-target-mark-uudecode): Ditto.
58
59         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
60         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
61         * wl-summary.el (wl-summary-narrow-to-region)
62         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
63
64         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
65         instead of `int-to-string'.
66         * wl-dnd.el (wl-dnd-start-drag): Ditto.
67         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
68         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
69         * wl-util.el (wl-url-nntp): Ditto.
70
71         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
72         (wl-plugged-dop-queue-status): Don't quote `lambda'.
73         * wl-thread.el (wl-thread-delete-message): Ditto
74         * wl-summary.el (wl-summary-edit-addresses)
75         (wl-summary-edit-addresses-collect-candidate-fields)
76         (wl-summary-search-by-subject): Ditto.
77         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
78         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
79         (wl-fldmgr-add-completion-subr): Ditto.
80         * wl-draft.el (wl-smtp-extension-bind)
81         (wl-draft-insert-get-message, wl-draft-default-headers)
82         (wl-jump-to-draft-buffer): Ditto.
83         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
84         (wl-summary-down): Ditto.
85         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
86         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
87         * wl-folder.el (wl-folder-make-save-access-list)
88         (wl-folder-update-access-group, wl-folder-pick): Ditto.
89
90 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
91
92         * wl-draft.el (wl-draft-default-headers): Suppress warning
93         "defsubst `wl-draft-default-headers' was used before it was
94         defined"; Use `defun' instead of `defsubst'.
95
96         * wl-address.el (wl-address-header-extract-address)
97         (wl-address-header-extract-realname): Fix mail-address in
98         docstring.
99
100         * wl-expire.el (wl-expire-make-sortable-date): Macro to
101         inline-function.
102         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
103         Macro to function.
104         (wl-folder-get-entity-from-buffer): Macro to function.
105         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
106         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
107         * wl.el (wl-plugged-string): Macro to function.
108
109         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
110         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
111         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
112         Macro to function.
113
114         * wl-thread.el (wl-thread-open, wl-thread-close): Use
115         `point-at-bol', `point-at-eol'.
116
117         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
118         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
119         `(string-to-char " ")' instead of `? ', `?\ '.
120         * wl-action.el (wl-summary-print-argument): Ditto.
121         * wl-address.el (wl-complete-field-body): Ditto.
122         * wl-demo.el (wl-demo-insert-image): Ditto.
123         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
124         * wl-util.el (wl-ask-folder, wl-set-string-width)
125         (wl-y-or-n-p-with-scroll): Ditto.
126
127         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
128         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
129         verbose point move.
130
131         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
132         and `point-at-eol'.
133         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
134         Ditto.
135
136 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
139         `(beginning-of-line) (point)'.
140
141         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
142         (wl-fldmgr-delete-line): Change from macro to function. Use
143         `point-at-bol' and `point-at-eol'.
144
145         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
146         `function' for lambda.
147
148         * wl.el (wl-plugged-server-indent): Change from macro to function.
149
150         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
151
152         * wl-draft.el (wl-draft-config-body-goto-header)
153         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
154         macro to function.
155
156         * wl-score.el (wl-score-get-alike): Change from macro to
157         inline-function.
158
159         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
160         instead of `mapcar'. Don't use `function' for lambda.
161         (wl-read-search-condition-internal): Don't use `function' for
162         lambda.
163         (wl-kill-buffers): Change from macro to function.
164         (wl-count-lines): Change from macro to inline-function.
165
166         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
167
168         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
169
170         * wl.el (wl-plugged-change): Suppress compile warnings; Use
171         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
172         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
173         * wl-address.el (wl-complete-window-show): Ditto.
174         * wl-message.el (wl-message-select-buffer): Ditto.
175         * wl-template.el (wl-template-show): Ditto.
176         * wl-util.el (wl-collect-summary): Ditto.
177         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
178         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
179         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
180         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
181         (wl-score-edit-insert-number): Ditto.
182
183         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
184         symbol.
185
186         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
187         of `goto-line'.
188
189         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
190
191 2009-12-16  Lloyd Zusman <ljz@asfast.com>
192
193         * wl-summary.el (wl-summary-detect-mark-position): Force
194         the temporary buffer to enable the use of multibyte characters
195         within searches [wl-en:2460].
196
197 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
200         of `beginning-of-buffer'.
201
202 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
203
204         * wl-summary.el (wl-summary-display-raw): New function, display
205         message in raw format.
206
207 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
208
209         * Version number is increased to 2.15.7.
210
211 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
212
213         * wl-summary.el (wl-summary-previous-message-number): New function.
214         (wl-summary-next-message-number): Ditto.
215         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
216         `wl-summary-next-message-number'.
217         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
218         Inline temporary variable `cur-id'.
219         (wl-summary-get-next-unread-folder): Ditto.
220         (wl-summary-get-next-folder): Ditto.
221         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
222
223 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
224
225         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
226
227 2008-09-05  Kenichi Okada  <okada@opaopa.org>
228
229         * wl-summary.el (wl-summary-buffer-folder-name)
230         (wl-draft-config-body-goto-header): Use backquote instead of quote.
231         * wl-draft.el (wl-draft-body-goto-top)
232         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
233
234 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
235
236         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
237         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
238
239 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
240
241         * wl-expire.el: Fix Comentary section.
242
243 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
244
245         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
246         Require mime-parse, elmo-mime, and wl-util.
247
248         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
249
250         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
251
252 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-template.el: Require elmo-util and wl-vars.
255
256         * wl-mime.el (wl-mime-display-header): Revert last change.
257         Remove `delete-matching-lines "^$"'.
258
259 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
260
261         * wl-mime.el (wl-define-dummy-functions): Split
262         `eval-when-compile' form for avoid error; when `make
263         compile-strict.
264
265         * wl-util.el: Move (eval-when-compile (require 'static)).
266         * wl-dnd.el: Add (eval-when-compile (require 'static)).
267         * wl-message.el: Ditto.
268
269         * wl-mime.el (wl-message-delete-current-part): Use
270         `insert-buffer-substring' instead of `insert-buffer'.
271         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
272         * wl-draft.el (wl-draft-generate-clone-buffer)
273         (wl-draft-do-mime-bcc): Ditto.
274
275         * wl-address.el: Add (eval-when-compile (require 'cl)).
276         * wl-addrmgr.el: Ditto.
277         * wl-mime.el: Ditto.
278         * wl-util.el: Ditto.
279         * wl-score.el: Ditto.
280
281 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
282
283         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
284         `string-to-int'.
285
286         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
287         `string-to-int'.
288
289         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
290         `string-to-number' instead of `string-to-int'.
291
292         * wl-summary.el (wl-summary-get-list-info)
293         (wl-summary-message-number): Use `string-to-number' instead of
294         `string-to-int'.
295
296         * wl-score.el (wl-score-overview-entity-get-lines)
297         (wl-score-set-mark-below, wl-score-set-expunge-below)
298         (wl-summary-increase-score, wl-score-get-header-entry): Use
299         `string-to-number' instead of `string-to-int'.
300
301         * wl-folder.el (wl-folder-update-diff-line): Use
302         `string-to-number' instead of `string-to-int'.
303
304         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
305         instead of `string-to-int'.
306
307         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
308         instead of `string-to-int'.
309
310         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
311         `string-to-int'.
312
313 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
314
315         * wl-util.el (wl-match-string, wl-match-buffer)
316         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
317         (wl-kill-buffers, wl-local-variable-p)
318         (wl-line-formatter-setup): New backquote style.
319         (wl-count-lines): Use quote instead of backquote.
320
321         * wl-summary.el (wl-summary-buffer-folder-name)
322         (wl-summary-get-alike): Use quote instead of backquote.
323         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
324         backquote style.
325
326         * wl-message.el (wl-message-buffer-cache-buffer-get)
327         (wl-message-buffer-cache-folder-get)
328         (wl-message-buffer-cache-message-get)
329         (wl-message-buffer-cache-entry-make)
330         (wl-message-buffer-cache-hit): New backquote style.
331
332         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
333         backquote.
334         (wl-folder-unread-regex, wl-folder-entity-exists-p)
335         (wl-folder-clear-entity-info)
336         (wl-folder-get-entity-info, wl-folder-set-entity-info)
337         (wl-folder-elmo-folder-cache-get)
338         (wl-folder-elmo-folder-cache-put): New backquote style.
339
340         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
341         (wl-fldmgr-assign-id): Ditto.
342         (wl-fldmgr-delete-line): Use quote instead of backquote.
343         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
344
345         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
346         (wl-draft-set-sent-message): New backquote style.
347         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
348         (wl-draft-config-body-goto-header): Use quote instead of backquote.
349
350 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
351
352         * wl-address.el (wl-address-concat-token): Fix typo.
353
354 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
355
356         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
357         (wl-score-get-alike): Ditto.
358
359         * wl-vars.el: New backquote style.
360         (wl-message-header-button-alist): Use quote instead of backquote.
361
362         * wl.el (wl-plugged-string): New backquote style.
363
364         * wl-address.el (wl-address-concat-token): New backquote style.
365
366         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
367
368 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
369
370         * wl-highlight.el (wl-highlight-folder-opened-regexp)
371         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
372
373         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
374         in the character alternative.
375
376 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
377
378         * Version number is increased to 2.15.6.
379
380 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
381
382         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
383         optional 3rd argument of epg-context-set-progress-callback; it was
384         temporarily removed in the Emacs trunk due to copyright problem.
385         (wl-mime-pgp-verify-region-with-epg): Ditto.
386
387 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
388
389         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
390
391 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
392
393         * wl-util.el (wl-biff-check-folders): Set biff flag.
394         (from Naoto Morishima [wl:14031])
395
396 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
397
398         * wl.el (wl-plugged-server-indent): Use quote instead of
399         backquote.
400
401 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
402
403         * wl-score.el (wl-score-insert-header): Add guard for
404         `std11-unfold-string'.
405         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
406         TYPE artgument when TO or CC field.
407
408 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-summary.el (wl-summary-goto-folder-subr): Call
411         `elmo-folder-close' instead of `elmo-folder-commit' if discard
412         current summary.
413
414 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-util.el (wl-read-shell-commande): New function or alias.
417
418         * wl-summary.el (wl-summary-pipe-message): Use
419         `wl-read-shell-command' instead of `read-string'.
420         (wl-summary-target-mark-pipe): Ditto.
421
422 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
423
424         * wl-summary.el (wl-summary-reply): Fix docstring.
425         * wl-draft.el (wl-draft-reply): Ditto.
426
427 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-mime.el (wl-summary-extract-attachments): New command.
430         (wl-summary-extract-attachments-1): New internal function.
431
432 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-expire.el (wl-expire-folder): New function (split from
435         wl-summary-expire).
436         (wl-summary-expire): Use it. Add argument `all' instead of remove
437         `nolist'. Cause an error only if this function is calling
438         interactively.
439
440 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-expire.el (wl-expire-refile): Display progress message.
443         (wl-summary-expire): Simplify.
444
445         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
446         unused argument `deleting-info'.
447
448 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-vars.el (wl-message-popup-buffers): New user option.
451
452         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
453         (wl-message-delete-popup-windows): New function that substitues
454         above one.
455         (wl-mime-setup): Follow the above change.
456
457 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
458
459         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
460
461 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
462
463         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
464         "tkm" to wl-thread-spam.
465
466 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-thread.el (wl-thread-entity-insert-as-children): Use
469         wl-thread-entity-set-children.
470         (wl-thread-insert-message, wl-thread-insert-entity-sub,
471         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
472         Use wl-thread-entity-get-*.
473
474 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-mime.el (wl-epg-progress-callback): New function.
477         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
478         with `elmo-with-progress-display'. Set a progress callback
479         function to epg-context.
480         (wl-mime-pgp-verify-region-with-epg): Ditto.
481
482 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-util.el (wl-completing-read-multiple): Define as an alias of
485         `completing-read-multiple' if emacs-version is not less than 22.
486
487 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
490         change.
491
492 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-summary.el (wl-summary-sync-update): Move
495         `wl-thread-update-indent-string-thread' to outside of
496         `elmo-with-progress-display'.
497
498 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-message.el (wl-message-exit): Check buffer existence.
501
502 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-util.el (wl-simple-display-progress): New function.
505         (wl-display-progress-with-gauge): Ditto.
506         (wl-progress-callback-function): Ditto.
507
508         * wl.el (wl-init): Set `elmo-progress-callback-function' as
509         `wl-progress-callback-function'
510
511         * wl-vars.el (wl-display-progress-threshold): New user option.
512         (wl-display-progress-function): Ditto.
513
514         * Version number is increased to 2.15.5.
515
516 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
517
518         * wl-thread.el (wl-thread-close-children): New function.
519         (wl-thread-open-children): Ditto.
520         * wl-action.el (wl-summary-set-mark): Redo the last change by
521         using it.
522
523         * wl-action.el (wl-summary-set-mark): Undo the last change.
524         Forbid interactive call.
525
526 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-mime.el (wl-define-dummy-functions): New macro.
529         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
530         `wl-mime-pgp-decrypt-region'.
531         (wl-mime-pgp-verify-region-with-epg): Renamed from
532         `wl-mime-pgp-verify-region'.
533         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
534         `wl-mime-pgp-decrypt-region'.
535         (wl-mime-pgp-verify-region-with-pgg): Renamed from
536         `wl-mime-pgp-verify-region'.
537         (wl-mime-pgp-decrypt-region): New function; To select dispatch
538         function at runtime.
539         (wl-mime-pgp-verify-region): Ditto.
540
541         * wl-vars.el (wl-use-pgp-module): New user option.
542
543 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
546         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
547
548 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
551         even if there are target marks only.
552
553 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * Version number is increased to 2.15.4.
556
557 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-folder.el (wl-folder-check-one-entity): Simplify.
560
561 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
564         variable.
565
566 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
567
568         * wl-spam.el (wl-thread-test-spam): New function.
569         (wl-spam-setup): Bind "tkc".
570
571 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-expire.el (wl-folder-expire-entity): Rewite without
574         `wl-summary-goto-folder-subr'.
575         (wl-folder-expire-current-entity): Don't kill summary buffer.
576
577 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-folder.el (wl-folder-sync-entity): Rewrite without
580         `wl-summary-goto-folder-subr'.
581         (wl-folder-mark-as-read-all-entity): Likewise.
582
583         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
584
585 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-thread.el (wl-thread-force-open): Arranged.
588
589 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
590
591         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
592         from regexp.
593
594         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
595         (wl-read-search-condition-internal): Append them.
596
597 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * wl-vars.el (wl-additional-search-condition-fields):
600         New user option.
601
602         * wl-util.el (wl-search-condition-fields): New function; export
603         from `wl-read-search-condition-internal'.
604         (wl-read-search-condition-internal): Use it.
605
606         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
607
608 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
609
610         * wl-summary.el (wl-summary-define-sort-command): New function.
611         (wl-summary-sort-by-date, wl-summary-sort-by-number)
612         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
613         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
614         define by `wl-summary-define-sort-command' at runtime.
615
616         * wl.el (wl-init): Call wl-summary-define-sort-command.
617
618 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
621         properties at the decrypting region.
622
623 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-util.el (wl-find-region): New function.
626
627         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
628         coding system.
629         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
630         property `wl-mime-decoded-coding-system'.
631         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
632         property `wl-mime-decoded-coding-system' to encode text.
633
634         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
635         message.
636         (wl-mime-pgp-verify-region): Ditto.
637
638 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
641         buffer. Use epa-display-verify-result.
642
643 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-draft.el (wl-draft-send): Continue even if setting parent
646         flag was failed.
647
648 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-message.el (wl-message-flag-indicator): Fixed the problem
651         of returning string only of parentheses.
652
653 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-summary.el (wl-summary-write): Add argument `folder'.
656         (wl-summary-write-current-folder): Change argument `folder' from
657         optional to require.
658         (wl-summary-get-buffer): Return the buffer associated folder only.
659
660         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
661         change.
662         (wl-folder-toggle-disp-summary): Ditto.
663
664         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
665         current summary as parent-folder.
666
667 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-draft.el (wl-draft-reedit): Don't overwrite
670         wl-draft-parent-folder.
671
672 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
675         (wl-mime-pgp-verify-region): Ditto.
676         (wl-message-decrypt-pgp-nonmime): Use the above function.
677         (wl-message-verify-pgp-nonmime): Likewise.
678         (wl-mime-preview-application/pgp): Likewise.
679
680 2006-04-20  Kenichi Okada  <okada@opaopa.org>
681
682         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
683         Fix about the order of `wl-nntp-posting-port' and
684         `wl-nntp-posting-stream-type'.
685         * wl.el (wl-plugged-port-label-alist): Add smtp.
686
687 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-summary.el (wl-summary-message-status): New macro.
690
691         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
692         (wl-summary-killed-mark): New user option.
693
694         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
695         API change.
696         (wl-thread-insert-entity-sub): Ditto.
697         (wl-thread-recover-messages): New command.
698
699         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
700         Don't call `wl-highlight-summary-current-line' directly.
701         (wl-summary-buffer-attach): Connect to signal `status-changed'
702         instead of `cache-changed'.
703         (wl-summary-buffer-detach): Follow the above change.
704         (wl-summary-detect-mark-position): Follow the API change.
705         (wl-summary-rescan-message): Ditto.
706         (wl-summary-insert-sequential): Ditto.
707         (wl-summary-update-thread): Ditto.
708         (wl-summary-message-mark): Ditto.
709         (wl-summary-persistent-mark): Ditto.
710         (wl-summary-create-line): Ditto.
711         (wl-summary-prefetch-region-no-mark): Call
712         `wl-summary-persistent-mark' with number.
713         (wl-summary-recover-messages-region): New command.
714         (wl-summary-target-mark-recover): Ditto.
715         (wl-summary-recover-message): Ditto.
716         (wl-summary-persistent-mark-string): Add argument `status' instead
717         of remove arguments `flags' and `cached'.  Treat killed status.
718         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
719
720         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
721         (wl-highlight-summary-line-face-spec): Treat killed status.
722         (wl-highlight-summary-line-string): Follow the API change.
723         (wl-highlight-summary-current-line): Ditto.
724
725         * Version number is increased to 2.15.3.
726
727 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
730         of symbolp to test whether the condition is function.
731
732 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
733
734         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
735         to nil.
736
737 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-summary.el (wl-summary-buffer-message-ring): New internal
740         variable.
741         (wl-summary-buffer-last-displayed-msg): Abolish.
742         (wl-summary-push-message): New function.
743         (wl-summary-pop-message): Ditto.
744         (wl-summary-goto-folder-subr): Reset
745         `wl-summary-buffer-message-ring'.
746         (wl-summary-pop-to-last-message): New command.
747         (wl-summary-goto-last-displayed-msg): Call
748         wl-summary-pop-to-last-message if optional argument is non-nil or
749         the last command is itself.
750         (wl-summary-redisplay-internal): Push last message number into
751         `wl-summary-buffer-message-ring'.
752
753         * wl-vars.el (wl-summary-message-ring-max): New user option.
754
755 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
758         from `wl-draft-reply').
759         (wl-draft-reply): Use it.
760         (wl-draft-find-reply-headers): Avoid compile warning.
761
762 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
765
766 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-message.el (wl-message-flag-indicator): New function.
769         (wl-message-redisplay): Use it.
770
771 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
774
775 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
778         instead of `read-event'.
779
780         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
781
782         * wl-mule.el (wl-read-event-char): Ditto.
783
784         * wl-e21.el (wl-read-event-char): Ditto.
785
786 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
787
788         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
789
790 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-vars.el (wl-draft-send-confirm-type): New user option.
793
794         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
795
796         * wl-draft.el (wl-draft-send-confirm): Confirmation by
797         `wl-draft-send-confirm-type'
798
799 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
800
801         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
802         Avoid error when the buffer name is already used.
803
804 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
805
806         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
807         the change of elmo-nmz -> elmo-search.
808         (wl-highlight-summary-line-help-echo-alist): Ditto.
809         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
810         (wl-nmz-folder-icon): Define as obsolete.
811         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
812         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
813
814 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-get-list-info): Rewrite with
817         `elmo-find-list-match-value'
818
819 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
820
821         * wl-summary.el (wl-summary-get-list-info): Optimize.
822         Use List-Id and List-Post also.
823
824 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
827
828 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
829
830         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
831
832 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-util.el (wl-completing-read-multiple-1): New internal function.
835         (wl-completing-read-multiple-2): Ditto.
836         (wl-completing-read-multiple): Define use above functions.
837
838         * wl-summary.el (wl-summary-sort): Removed the workaround for a
839         bug of `completing-read-multiple' about default value.
840
841         * wl-xmas.el (wl-completing-read-multiple): Removed.
842
843         * wl-mule.el (wl-completing-read-multiple): Ditto.
844
845         * wl-e21.el (wl-completing-read-multiple): Ditto.
846
847 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-util.el (wl-filter-associations): New function.
850
851         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
852         (wl-spam-ignored-folder-list): Ditto.
853         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
854         (wl-spam-string-member-p): New function.
855         (wl-spam-domain): Use it.
856         (wl-spam-split-numbers): New function.
857         (wl-spam-apply-partitions): Ditto.
858         (wl-spam-register-spam-messages): Use `folder' instead of
859         `wl-summary-buffer-elmo-folder'.
860         (wl-spam-register-good-messages): Ditto.
861         (wl-summary-exec-action-spam): Decide a domain by real folder of
862         message.
863         (wl-summary-exec-action-refile-with-register): Likewise.
864
865 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-e21.el (wl-e21-find-image): New function.
868         (wl-e21-setup-toolbar): Use it instead of `find-image'.
869         (wl-e21-highlight-folder-group-line): Ditto.
870         (wl-folder-init-icons): Ditto.
871         (wl-plugged-init-icons): Ditto.
872         (wl-biff-init-icons): Ditto.
873
874 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
877         (wl-inhibit-save-drafts): New internal variable.
878         (wl-disable-auto-save): Ditto.
879         (wl-save-drafts): Treat above variables.
880         (wl-auto-save-drafts): New function.
881         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
882         `wl-stop-save-drafts'.
883         (wl-start-save-drafts): New function.
884         (wl-stop-save-drafts): Ditto.
885         (wl-set-auto-save-draft): New command.
886
887         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
888         `wl-set-save-drafts'.
889
890 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
893         `make-local-variable' instead of `make-variable-buffer-local'.
894
895 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
896
897         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
898
899 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
902
903 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
906         of working buffer.
907
908 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
911
912         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
913         value into recipients; Bind `wl-draft-remove-group-list-contents'
914         as nil.
915
916 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-summary.el (wl-summary-sort): Fixed the last change.
919
920         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
921         (wl-summary-sort-messages): Ditto.
922         (wl-summary-rescan): Use it.
923         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
924         `completing-read'; Append candidates for reverse order.
925
926 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * Version number is increased to 2.15.2.
929
930 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
931
932         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
933         "Smaller".
934         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
935
936 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
937
938         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
939
940 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
941
942         * wl-vars.el (wl-draft-additional-header-alist): Add into the
943         customize group `wl-draft'.
944         (wl-draft-add-in-reply-to): Move customize group from `wl' to
945         `wl-draft'.
946         (wl-draft-add-references): Ditto.
947
948         * wl-action.el (wl-summary-print-argument): Rename argument from
949         `folder' to `data'.
950
951 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-summary.el (wl-summary-rescan-message): Call
954         `wl-thread-cleanup-symbols' before insert thread.
955
956 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl.el (wl-init): Set `elmo-get-folder-function' as
959         `wl-folder-make-elmo-folder'.
960
961         * wl-spam.el (wl-summary-exec-action-spam): Use
962         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
963
964         * wl-folder.el (wl-folder-make-elmo-folder): New function.
965         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
966         `elmo-make-folder'.
967         (wl-folder-get-elmo-folder): Ditto.
968         (wl-folder-create-subr): Simplify.
969
970 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
973
974 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
977         contents in message buffer instead of original buffer. If optional
978         argument specified, ask coding system for encode.
979
980 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
981
982         * wl-spam.el (wl-summary-test-spam-region): New function.
983         (wl-spam-setup): Bind "rkc".
984
985 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
988
989 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
990
991         * wl-spam.el (wl-summary-test-spam): Fix typo.
992         (wl-message-check-spam): Ditto.
993
994 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-summary.el (wl-summary-default-from): Simplify.
997
998 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1001         (wl-summary-exec-action-copy): Ditto.
1002         (wl-summary-auto-refile): Check existence of temporary mark.
1003
1004 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-summary.el (wl-summary-create-line): Use
1007         `elmo-time-to-datevec'.
1008
1009         * wl-expire.el (wl-expire-archive-date): Ditto.
1010         (wl-expire-localdir-date): Ditto.
1011
1012         * wl-util.el (wl-day-number): Abolish.
1013
1014         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1015         of `wl-day-number'.
1016         (wl-score-followup): Ditto.
1017         (wl-score-add-followups): Ditto.
1018         (wl-score-get-latest-msgs): Ditto.
1019         (wl-score-get-header-entry): Ditto.
1020         (wl-score-edit-insert-date): Ditto.
1021
1022 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1025         `elmo-message-entity-field' with 2nd argument `type'.
1026
1027 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1028
1029         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1030
1031 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-thread.el (wl-thread-delete-message): Delete descendant
1034         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1035
1036 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1039
1040 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1043         `Access folder'.
1044
1045 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-vars.el (wl-access-folder-icon): New user option.
1048
1049         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1050         `Access folder'.
1051
1052 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-summary.el (wl-summary-buffer-set-folder): Use
1055         `wl-folder-mime-charset'.
1056
1057         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1058         `mime-charset'.
1059         (wl-folder-get-elmo-folder): Ditto.
1060         (wl-folder-mime-charset): New function.
1061
1062 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-util.el (wl-parse-addresses): Define alias of
1065         `elmo-parse-addresses' (move to `elmo-util.el').
1066
1067         * wl-summary.el (wl-summary-default-from): Follow the API change.
1068         (wl-summary-overview-entity-compare-by-date): Ditto.
1069         (wl-summary-overview-entity-compare-by-from): Ditto.
1070         (wl-summary-get-list-info): Get value of `ml-info' field from
1071         entity at first.
1072         (wl-summary-rescan-message): Treat prefix argument.
1073         (wl-summary-prefetch-msg): Follow the API change.
1074         (wl-summary-search-by-subject): Ditto.
1075         (wl-summary-insert-thread): Ditto.
1076         (wl-summary-line-subject): Ditto.
1077         (wl-summary-line-from): Ditto.
1078         (wl-summary-create-line): Ditto.
1079         (wl-summary-print-message-with-ps-print): Ditto.
1080
1081         * wl-score.el (wl-score-ov-entity-get): Ditto.
1082         (wl-score-followup): Ditto.
1083         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1084         of `car'.
1085         (wl-score-get-latest-msgs): Follow the API change.
1086         (wl-score-get-header): Ditto.
1087
1088         * wl-refile.el (wl-refile-learn): Ditto.
1089         (wl-refile-subject-learn): Ditto.
1090         (wl-refile-get-field-value): Ditto.
1091         (wl-refile-guess-by-history): Ditto.
1092         (wl-refile-guess-by-subject): Ditto.
1093
1094         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1095
1096         * wl-expire.el (wl-expire-date-p): Removed.
1097         (wl-expire-archive-date): Follow the API change.
1098         (wl-expire-localdir-date): Ditto.
1099         (wl-summary-expire): Ditto.
1100
1101         * Version number is increased to 2.15.1.
1102
1103 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1106         group is access or not (it is not strict, like wl-fldmgr-rename).
1107
1108 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1109
1110         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1111         duplicate call of `wl-summary-print-argument' on the wrong line.
1112
1113 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1116         even if argument `number' is nil.
1117         (wl-summary-insert-line): Print action argument if current message
1118         has it.
1119
1120 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1123         (wl-draft-reply): Ditto.
1124         (wl-draft): Add optional argument `parent-number' and call
1125         `wl-draft-create-buffer' with it.
1126         (wl-draft-create-buffer): Add optional argument
1127         `parent-number'. Set wl-draft-parent-number as it.
1128
1129 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1130
1131         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1132         buffer is not for given folder, don't use it.
1133
1134 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1135
1136         * Version number is increased to 2.15.0.
1137
1138 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1141
1142         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1143         (wl-highlight-get-face-by-name): New internal function.
1144         (wl-highlight-summary-line-face-spec): Use it and fixed.
1145
1146 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-summary.el (wl-summary-sync-update): Use
1149         `elmo-message-entity-field' instead of `car' to get message-id
1150         from overview entity.
1151
1152         * wl-summary.el (wl-summary-rescan-message): Call
1153         `wl-highlight-summary-displaying' when displaying a message.
1154
1155 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1156
1157         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1158         `wl-draft-config-info-operation'.
1159         (wl-draft-buffer-change-number): New function.
1160         (wl-draft-rename-saved-config): Ditto.
1161         * wl.el (wl-init): Connect slot for message-number-changed.
1162         (toplevel): Add autoload for wl-draft-rename-saved-config.
1163
1164 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1167         `update-overview'
1168         (wl-summary-buffer-detach): Disconnect from it.
1169         (wl-summary-rescan-message): Use command.
1170
1171         * wl-message.el (wl-message-buffer-display): Use
1172         `with-current-buffer' instead of `save-excursion'.
1173
1174 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1175
1176         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1177         wl-draft-preview-attributes-list from distraction.
1178
1179 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1180
1181         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1182         `elmo-list-diff'.
1183
1184 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-summary.el
1187         (wl-summary-edit-addresses-collect-candidate-fields): Use
1188         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1189
1190         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1191         instead of `elmo-set-work-buf'.
1192
1193         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1194         (wl-address-make-address-list): Ditto.
1195
1196         * Version number is increased to 2.13.3.
1197
1198 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1199
1200         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1201         user option.
1202
1203         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1204         argument `5'.
1205
1206         * wl-message.el (wl-message-display-no-merge-p): New function.
1207         (wl-message-buffer-display): Check whether the message is
1208         reassembled and follow the API change.
1209
1210 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1213         multibyte on working buffer and removed unnecessary
1214         `buffer-disable-undo'.
1215
1216 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1219         change.
1220
1221 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-util.el (wl-read-search-condition-internal): Protect
1224         elmo-global-flags from distraction.
1225
1226 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1229
1230         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1231         (wl-summary-event-handler): Ditto.
1232         (wl-summary-update-persistent-mark-on-event): New
1233         function (renamed from `elmo-event-handler-flag-changed').
1234         (wl-summary-buffer-attach): New function.
1235         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1236         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1237         instead of `elmo-folder-add-handler'.
1238
1239         * Version number is increased to 2.13.2.
1240
1241 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1244         and "\177" to the `wl-news-previous-page'.
1245         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1246         (wl-news-previous-page): New function.
1247
1248 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1251         instead of `write-region' and simplify.
1252
1253 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-template.el (wl-template-select): Cause error if
1256         `wl-template-alist' is nil.
1257
1258 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1259
1260         * wl-news.el.in: Set file variable `no-byte-compile'.
1261
1262 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1265         whether a target message is within displaying area.
1266         (elmo-event-handler-cache-changed): Ditto.
1267
1268 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1269
1270         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1271         to `defun'.  Use `nconc' instead of `append' to collect descendant
1272         message numbers.
1273
1274 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1275
1276         * wl-thread.el (wl-thread-save-top-list)
1277         (wl-thread-save-entities): Use `with-temp-buffer'.
1278         * wl-news.el.in (wl-news-previous-version-load):
1279         (wl-news-previous-version-save): Ditto.
1280         * wl-summary.el (wl-summary-load-file-object)
1281         (wl-summary-save-view-cache): Ditto.
1282
1283 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-util.el (toplevel): Require 'elmo-flag'.
1286         (wl-read-search-condition): New function (Renamed from
1287         `elmo-read-search-condition').
1288         (wl-read-search-condition-internal): Likewise.
1289
1290         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1291         invalid.
1292         (wl-summary-pick): Use `wl-read-search-condition' instead of
1293         `elmo-read-search-condition'.
1294         (wl-summary-virtual): Ditto.
1295
1296         * wl-folder.el (wl-folder-virtual): Ditto.
1297         (wl-folder-pick): Ditto.
1298
1299         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1300
1301 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1302
1303         * wl-summary.el (wl-summary-reedit): Call
1304         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1305
1306 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-mime.el (toplevel): Require wl-vars.
1309
1310         * wl-message.el (toplevel): Require cl at compile.
1311
1312         * wl-draft.el (toplevel): Require elmo.
1313
1314 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1317         and do nothing when it is not positive.
1318         (wl-message-buffer-prefetch-next): Ditto.
1319
1320 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1323         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1324         (wl-summary-redisplay-internal): Ditto.
1325
1326         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1327         message (the condition is borrowed from `wl-check-variables-2').
1328         (wl-summary-redisplay-internal): Ditto.
1329
1330 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * wl-mime.el (wl-draft-nntp-attribute): New function.
1333         (wl-draft-attribute-nntp-posting-server): Use it.
1334         (wl-draft-attribute-nntp-posting-port): Ditto.
1335
1336         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1337         (wl-draft-show-attributes-buffer): Ditto.
1338         (wl-draft-hide-attributes-buffer): Ditto.
1339         (wl-draft-attribute-newsgroups): Ditto.
1340         (wl-draft-attribute-nntp-posting-server): Ditto.
1341         (wl-draft-attribute-nntp-posting-port): Ditto.
1342         (wl-draft-preview-message): Use there functions.
1343
1344         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1345         value.
1346
1347 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1350         (wl-draft-reedit): Ditto.
1351         (wl-draft-queue-flush): Ditto.
1352
1353         * wl-mime.el (wl-message-request-partial): Ditto.
1354         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1355         instead of `elmo-message-fetch'.
1356
1357         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1358
1359         * wl-summary.el (wl-summary-message-string): Ditto.
1360
1361 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-util.el (wl-current-message-buffer): Follow the API change.
1364
1365         * wl-summary.el (wl-summary-redisplay-internal): Call
1366         `wl-summary-mark-as-read' with 2nd argument as nil and update
1367         unread count instead of persistent mark.
1368
1369         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1370         variable.
1371         (wl-message-redisplay): Follow the API change.
1372         (wl-message-buffer-display): Managed mime-entity directly and
1373         return preview buffer only.
1374         (wl-message-display-internal): Rewrite.
1375         (wl-message-buffer-prefetch-subr): Not save return value of
1376         `wl-message-buffer-display'.
1377
1378         * Version number is increased to 2.13.1.
1379
1380 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1383         'elmo-multiple-fields-body-list' with boundary specified.
1384
1385 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1388         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1389         cache if `wl-summary-resend-use-cache' is non-nil.
1390
1391 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1394         (wl-nntp-posting-stream-type): Ditto.
1395
1396 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1397
1398         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1399
1400 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1401
1402         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1403         message.
1404
1405 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1408         Abolish.
1409         (wl-summary-buffer-persistent-mark-version): New internal
1410         variable.
1411         (wl-summary-update-mark-and-highlight-window): Check by
1412         wl-summary-persistent-mark-invalid-p.
1413         (wl-summary-update-status-marks): Ditto.
1414         (elmo-event-handler-flag-changed): Rewrite.
1415         (elmo-event-handler-cache-changed): Define.
1416         (wl-summary-prefetch-msg): Does not update persistent mark here.
1417         (wl-summary-delete-cache): Ditto.
1418         (wl-summary-resume-cache-status): Ditto.
1419         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1420         (wl-summary-persistent-mark-invalid-p): New function.
1421         (wl-summary-validate-persistent-mark): Ditto.
1422         (wl-summary-validate-persistent-mark-string): Ditto.
1423         (wl-summary-invalidate-persistent-mark): Ditto.
1424         (wl-summary-update-persistent-mark): Call
1425         `wl-summary-validate-persistent-mark'.
1426         (wl-summary-create-line): Call
1427         `wl-summary-validate-persistent-mark-string'.
1428
1429         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1430         status as t if cache used.
1431
1432 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1433
1434         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1435         only if the target is group.
1436         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1437
1438 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1441
1442 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1445
1446         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1447
1448 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1449
1450         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1451         (Thanks to Yoichi NAKAYAMA).
1452
1453 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1454
1455         * wl-util.el (wl-save-drafts): Restore echo area.
1456
1457 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * Version number is increased to 2.13.0.
1460
1461         * wl-util.el (wl-biff-check-folder-async): Use
1462         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1463
1464 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-message.el (wl-message-display-internal): Does not put
1467         wl-message-display-type property on message buffer.
1468         (wl-message-buffer-display-type): New function.
1469
1470         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1471
1472         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1473         `wl-summary-buffer-detach'.
1474         (wl-summary-message-display-type): Use
1475         `wl-summary-buffer-display-type'.
1476
1477 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1478
1479         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1480         buffer-local.
1481
1482         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1483         kill-buffer-hook instead of make-local-variable.
1484         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1485
1486 2004-12-12  Scott Renfro <scott@renfro.org>
1487
1488         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1489         regex for square-branket.
1490
1491 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1494         `wl-message-mime-analysis-p' with argument `header'.
1495
1496 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1497
1498         * wl-mime.el (wl-draft-yank-current-message-entity): 
1499         Switch to no-mime following method according to wl-message-display-type
1500         property.
1501         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1502
1503         * wl-message.el (wl-message-display-internal): 
1504         Put wl-message-display-type property on message buffer.
1505
1506         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1507         (wl-message-display-internal): Ditto;
1508
1509         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1510
1511 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-message.el (wl-message-make-display-type): New function.
1514         (wl-message-display-type-property): Ditto.
1515         (wl-message-mime-analysys-p): Ditto.
1516         (wl-message-display-all-header-p): Ditto.
1517         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1518         added `display-type'.
1519         (wl-message-buffer-display): Likewise.
1520         (wl-message-display-internal): Likewise.
1521         (wl-message-buffer-display-type): Abolish.
1522         (wl-message-buffer-prefetch-subr): Follow the API changed.
1523
1524         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1525         from wl-summary-buffer-display-all-header and changed default value.
1526         (wl-summary-message-display-type): New function.
1527         (wl-summary-buffer-display-mime-mode): Ditto.
1528         (wl-summary-buffer-display-header-mode): Ditto.
1529         (wl-summary-toggle-mime): Rewrite with above functions.
1530         (wl-summary-toggle-all-header): Ditto.
1531         (wl-summary-redisplay): Force redisplay with default mode.
1532         (wl-summary-redisplay-internal): Renamed argument from `mode',
1533         `all-header' to `mime-mode', `header-mode'.
1534         Use `wl-message-make-display-type'.
1535
1536         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1537         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1538
1539 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1540
1541         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1542
1543 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1546         in original message buffer.
1547         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1548         buffer.
1549
1550 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1553
1554 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555
1556         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1557
1558 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1559
1560         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1561         when actions succeeded.
1562         (wl-summary-exec-action-copy): Likewise.
1563
1564 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1565
1566         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1567         there is switch-to-buffer at the end of wl-message-select-buffer.
1568         (wl-summary-reply): Ditto.
1569
1570 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-summary.el (wl-summary-forward): Put subject in original
1573         message buffer as argument of wl-draft-forward.
1574         * wl-draft.el (wl-draft-forward): Decode subject as in
1575         wl-draft-reply.
1576
1577 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1578
1579         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1580         a folder under access group.
1581
1582 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1583
1584         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1585         wl-message-buffer-display.
1586
1587         * wl-util.el (wl-set-save-drafts): Fix typo.
1588
1589 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1592         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1593         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1594         the way to measure the width of a bitmap image; don't put face on
1595         ascii and bitmap images; put the mark which should not use the
1596         variable-pitch face on ascii and bitmap images.
1597         (wl-demo-setup-properties): Don't use the variable-pitch face on
1598         ascii and bitmap images; made it work on Emacs 20 and earlier.
1599         (wl-demo-insert-text): End with a newline at the bottom; don't put
1600         face on text.
1601
1602         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1603
1604 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1605
1606         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1607
1608         * wl-util.el (wl-save-drafts): Moved from sample setting.
1609         (wl-set-save-drafts): New function to set idle timer.
1610         * wl-draft.el (wl-draft): Call it.
1611         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1612
1613 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1614
1615         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1616         a summary which has toggle display status off.
1617
1618 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-draft.el (wl-draft-do-fcc): No cache save.
1621
1622 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (elmo-event-handler-flag-changed): Use
1625         `set-buffer' instead of `with-current-buffer'.
1626
1627 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-summary.el (wl-summary-after-resize-function): New function.
1630         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1631         window-size-change-functions.
1632
1633 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-draft.el (wl-draft-create-buffer): Bind
1636         `change-major-mode-hook' after current buffer is changed.
1637
1638         * wl-summary.el (wl-summary-buffer-detach): New function.
1639         (wl-summary-buffer-set-folder): Call it.
1640         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1641         change-major-mode-hook and kill-buffer-hook.
1642         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1643         (wl-summary-switch-to-clone-buffer): Ditto.
1644         (wl-summary-goto-folder-subr): Ditto.
1645
1646 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1647
1648         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1649         after boundp check.
1650
1651 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1654         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1655         for `kill-buffer'.
1656
1657         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1658         handler of current buffer from elmo-folder.
1659
1660 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1663
1664 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1665
1666         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1667         variable.
1668         (wl-summary-event-handler): New class.
1669         (elmo-event-handler-flag-changed): Define to update persistent
1670         mark.
1671         (wl-summary-buffer-set-folder): Register event handler to
1672         elmo-folder.
1673         (wl-summary-exit): Unregister event handler.
1674         (wl-summary-goto-folder-subr): Ditto.
1675         (wl-summary-mark-as-read-all): Does not call
1676         `wl-summary-update-persistent-mark' directly.
1677         (wl-summary-mark-as-read-internal): Ditto.
1678         (wl-summary-set-persistent-mark-internal): Ditto.
1679         (wl-summary-set-flags-internal): Ditto.
1680
1681         * Version number is increased to 2.11.33.
1682
1683 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1684
1685         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1686         to nil.
1687
1688 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1689
1690         * wl-spam.el (wl-spam-setup): Add hook
1691         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1692         instead of `wl-summary-prepare-hook'.
1693
1694         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1695         if folder type is `'flag'.
1696         (wl-summary-mark-as-important): Ditto.
1697
1698 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-address.el (wl-address-minibuffer-history): New variable.
1701         (wl-address-minibuffer-local-map): New keymap.
1702         (wl-address-read-from-minibuffer): New function.
1703
1704         * wl-action.el (wl-summary-get-resend-address): Use
1705         `wl-address-read-from-minibuffer' instead of `completing-read'.
1706
1707 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * Version number is increased to 2.11.32.
1710
1711 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1714         without mule to iso-8859-1.
1715         (wl-draft-add-in-reply-to): Add note in description.
1716         (wl-draft-add-references): Ditto.
1717
1718 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1721         definition for `m'.
1722         (wl-summary-mode-line-format): Add '[%m]'.
1723         (wl-message-mode-line-format-spec-alist): Ditto.
1724         (wl-summary-display-mime-mode-list): New variable.
1725
1726         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1727         from wl-summary-buffer-display-as-is.
1728         (wl-summary-buffer-display-all-header): New buffer local variable.
1729         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1730         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1731         instead of wl-summary-buffer-display-as-is.
1732         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1733         (wl-summary-set-persistent-mark): Ditto.
1734         (wl-summary-set-message-buffer-or-redisplay): Just call
1735         `wl-summary-redisplay-internal' without optional arguments.
1736         (wl-summary-toggle-mime): Rewrite.
1737         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1738         (wl-summary-toggle-all-header): New function.
1739         (wl-summary-redisplay-internal): Treat mime mode.
1740
1741         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1742         to wl-mime-preview-follow-no-mime.
1743         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1744         accodring to the display-mode.
1745
1746         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1747         (wl-message-buffer-display): Changed argument name from `as-is' to
1748         `mode'.
1749         (wl-message-display-internal): Ditto;
1750         Bind elmo-mime-display-header-analysis according to the mode.
1751         (wl-message-display-internal): Put wl-message-display-mime-mode
1752         property on entire buffer.
1753
1754 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1757
1758 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1761         Don't extract mail address.
1762         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1763
1764         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1765
1766         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1767
1768 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1769
1770         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1771         wl-fldmgr-cut-entity-list on confirmation.
1772
1773 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1774
1775         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1776         (wl-mime-quit-preview): Check existence of
1777         mime-edit-temp-message-buffer here.
1778
1779 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1780
1781         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1782         after deletion.
1783
1784         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1785         before calling wl-mime-quit-preview.
1786
1787 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-summary.el (wl-summary-pick): If call it with prefix
1790         argument, set `delete-marks' as non-nil. Pick from only visible
1791         messages.
1792         (wl-summary-check-target-mark): New function.
1793         (wl-summary-target-mark-mark-as-read): Use it.
1794         (wl-summary-target-mark-mark-as-unread): Ditto.
1795         (wl-summary-target-mark-operation): Ditto.
1796         (wl-summary-target-mark-set-flags): Ditto.
1797         (wl-summary-target-mark-save): Ditto.
1798         (wl-summary-target-mark-pick): Ditto.
1799         (wl-summary-target-mark-forward): Ditto.
1800         (wl-summary-target-mark-reply-with-citation): Ditto.
1801         (wl-summary-target-mark-print): Ditto.
1802         (wl-summary-target-mark-uudecode): Ditto.
1803
1804         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1805         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1806         with `ask-coding' is non-nil.
1807
1808 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-thread.el (wl-thread-set-parent): If parent is a message
1811         which is identified by references, set linked as nil.
1812
1813 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1814
1815         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1816         (wl-message-mode-line-format-spec-alist): Ditto.
1817         (wl-message-mode-line-format): Ditto.
1818         (wl-summary-mode-line-format): Ditto for docstring.
1819         (wl-summary-no-mime-folder-list): Fix typo.
1820
1821         * wl-util.el (wl-current-message-buffer): Call
1822         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1823
1824         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1825         variable.
1826         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1827         of `wl-summary-redisplay-no-mime'.
1828         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1829         (wl-summary-toggle-mime): New function.
1830         (wl-summary-redisplay-all-header): Rewrite.
1831         (wl-summary-redisplay-no-mime): Ditto.
1832         (wl-summary-redisplay-internal): Added argument `as-is' and
1833         `all-header'.
1834
1835         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1836         New variable.
1837         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1838         bottom.
1839         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1840         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1841         "/" unconditionally.
1842
1843         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1844         wl-mime-preview-follow-no-mime for as-is content.
1845         (wl-mime-preview-follow-no-mime): New function.
1846         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1847
1848         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1849         and added `as-is', `all-header'.
1850         (wl-message-buffer-display): Ditto.
1851         (wl-message-buffer-display-type): New function.
1852
1853 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1854
1855         * wl-vars.el (wl-message-header-button-alist): Change default
1856         value.
1857         (wl-message-body-button-alist): Ditto.
1858
1859 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1862
1863 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1866
1867 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1868
1869         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1870         is always true.
1871
1872 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1875         on null entity.
1876
1877 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1878
1879         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1880
1881 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * wl-vars.el (wl-summary-resend-hook): New hook.
1884
1885         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1886         `wl-summary-resend-hook'.
1887
1888 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1889
1890         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1891         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1892         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1893         (wl-summary-new-cached-mark): Changed default value to 'n'.
1894         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1895         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1896         (wl-folder-sync-range-alist): Remove spec for 'flag.
1897         (wl-summary-force-prefetch-folder-list): New user option.
1898
1899         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1900         `wl-summary-toggle-persistent-mark'.
1901         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1902         number is nil.
1903         (wl-summary-mark-as-answered-region): Set interactive argument of
1904         `wl-summary-set-persistent-mark-internal'.
1905         (wl-summary-mark-as-important-region): Ditto.
1906         (wl-summary-unset-persistent-mark): Ditto.
1907         (wl-summary-set-persistent-mark): Ditto.
1908         (wl-summary-mark-as-answered): Ditto.
1909         (wl-summary-mark-as-important): Ditto.
1910         (wl-summary-set-persistent-mark-internal): Do nothing
1911         when `elmo-message-flag-available-p' is nil.
1912         (wl-summary-toggle-persistent-mark): New function.
1913         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1914         when the folder matches `wl-summary-force-prefetch-folder-list'.
1915
1916
1917         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1918         when number is nil.
1919         (wl-highlight-summary-forwarded-face): New face.
1920
1921 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1922
1923         * Version number is increased to 2.11.31.
1924
1925 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1928         (wl-biff-check-folder-async): Ditto.
1929         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1930
1931 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1932
1933         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1934         Add an argument `reverse'.  All callers are updated.
1935         (wl-summary-sort): Add a prefix argument `reverse' to specify
1936         reverse sorting.
1937         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1938         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1939         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1940
1941 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-message.el (wl-message-redisplay): Does not narrow header if
1944         disply-type is all-header or as-is.
1945
1946         * wl-summary.el (wl-summary-enter-handler): Use
1947         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1948
1949 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1950
1951         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1952         after adding wl-draft-parent-variables.
1953         (wl-draft-forward): Ditto.
1954
1955 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * wl-summary.el (wl-summary-sync-marks): Call
1958         `wl-summary-set-persistent-mark' and
1959         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1960         (wl-summary-set-persistent-mark-internal): Add 4th argument
1961         `no-server'.
1962         (wl-summary-unset-persistent-mark): Ditto.
1963         (wl-summary-set-persistent-mark): Ditto.
1964         (wl-summary-add-flags-internal): Abolish.
1965         (wl-summary-remove-flags-internal): Ditto.
1966         (wl-summary-mark-as-important-internal): Ditto.
1967         (wl-summary-mark-as-important): Use
1968         `wl-summary-set-persistent-mark' instead of
1969         `wl-summary-add-flags-internal'.
1970         (wl-summary-mark-as-important-region): Ditto.
1971
1972         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1973
1974         * wl-summary.el (wl-summary-get-available-flags): New function.
1975         (wl-summary-sync-marks): Use it and simplified.
1976         (wl-summary-unset-persistent-mark): Use
1977         `wl-summary-get-available-flags'.
1978         (wl-summary-set-persistent-mark): Ditto.
1979
1980 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1981
1982         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1983         id.
1984
1985 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1988         number, call `wl-summary-prev-line-content'. Show message when the
1989         message is not found.
1990
1991 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1994         wl-summary-enter-handler.
1995         (wl-summary-enter-handler): New command.
1996
1997         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1998         docstring and custom spec.
1999
2000         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2001         flags too; Don't treat Cached and New.
2002         (wl-summary-set-persistent-mark): Ditto.
2003
2004         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2005         `wl-folder-set-flag'.
2006
2007         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2008         instead of `wl-folder-set-flag'.
2009
2010         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2011         for completion.
2012         (wl-summary-set-persistent-mark): Ditto.
2013
2014         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2015         instead of `wl-draft-quit-preview'.
2016
2017         * wl-mime.el (toplevel): Avoid compile warning.
2018         (wl-mime-quit-preview): New function
2019         (formarly defined as `wl-draft-quit-preview').
2020         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2021         quitting method.
2022
2023         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2024
2025         * wl-folder.el (wl-folder-set-flag): Renamed from
2026         `wl-draft-set-flag-on-parent'.
2027
2028         * wl-draft.el (wl-draft-quit-preview): New function.
2029         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2030         (wl-draft-send): Call `wl-folder-set-flag' instead of
2031         `wl-draft-set-flag-on-parent'.
2032         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2033
2034 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2037         (wl-draft-send): Ditto.
2038
2039 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2040
2041         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2042         (wl-draft-kill-pre-hook): Set default value as nil.
2043         (wl-summary-reply-hook): Ditto.
2044         (wl-draft-kill-flags): Abolish.
2045
2046         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2047         (wl-draft-parent-variables): Renamed from
2048         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2049         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2050         argument; Add wl-draft-parent-variables to
2051         wl-draft-config-variables.
2052         (wl-draft-reply): Likewise.
2053         (wl-draft-kill-flags): Abolish.
2054         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2055         (wl-draft-set-flag-on-parent): New function.
2056         (wl-draft-setup-parent-flag): Ditto.
2057
2058 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2059
2060         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2061         `wl-draft-parent-folder' is "".
2062
2063 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2066         (wl-summary-digit-jump): New function.
2067         (Adviced by John Owens and Hiroya Murata)
2068
2069         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2070         (Adviced by John Owens)
2071
2072         * wl-xmas.el (wl-message-define-keymap): Ditto.
2073
2074         * wl-mule.el (wl-message-define-keymap): Ditto.
2075
2076 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2077
2078         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2079         change of return value of elmo-folder-count-flags.
2080
2081         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2082         (wl-summary-mark-as-read-internal): Ditto.
2083         (wl-summary-set-persistent-mark-internal): Ditto.
2084         (wl-summary-folder-info-update): Ditto.
2085         (wl-summary-sync-update): Fixed the last change.
2086
2087         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2088
2089 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2092         (wl-draft-kill-flags): Fixed docstring.
2093
2094         * wl-draft.el (wl-draft-kill-flags): New function.
2095         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2096
2097 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2098
2099         * wl-vars.el (wl-reply-hook): Abolish.
2100         (wl-draft-reply-hook): New hook.
2101         (wl-summary-reply-hook): Ditto.
2102         (wl-draft-forward-hook): Ditto.
2103         (wl-summary-forward-hook): Ditto.
2104         (wl-draft-kill-flags): New variable.
2105
2106         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2107         wl-summary-set-persistent-mark-internal.
2108         (wl-summary-sync-marks): Use elmo-preserved-flags.
2109         (wl-summary-update-persistent-mark): Make it interactive.
2110         (wl-summary-set-persistent-mark-internal): New inline function.
2111         (wl-summary-mark-as-answered): Use it.
2112         (wl-summary-mark-as-unanswered): Ditto.
2113         (wl-summary-unset-persistent-mark): New function.
2114         (wl-summary-set-persistent-mark): Ditto.
2115         (wl-summary-reply): Don't set answered flag;
2116         Run wl-summary-reply-hook instead.
2117         (wl-summary-forward): Call wl-draft-forward with number.
2118         Run wl-summary-forward-hook.
2119
2120         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2121         (wl-highlight-summary-line-face-spec): Use it as a default
2122         persistent mark face.
2123
2124         * wl-draft.el (wl-draft-forward): Added optional argument number;
2125         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2126         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2127         (wl-draft-kill): Use wl-draft-kill-flags.
2128
2129         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2130
2131         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2132         of return value of elmo-folder-count-flags.
2133
2134         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2135
2136         * wl-summary.el (wl-summary-count-unread): Ditto.
2137         (wl-summary-sync-update): Follow the change above.
2138         (wl-summary-force-prefetch): New function.
2139
2140 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2141
2142         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2143         variable `buf' with `let' instead of `setq'.
2144
2145 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2148         add Content-Disposition heaeder on the deleted part.
2149
2150 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-draft.el (wl-draft-save): Encode address list under edit by
2153         `eword-encode-unstructured-field-body'.
2154
2155         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2156
2157 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2158
2159         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2160         wl-current-summary-buffer.
2161
2162 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2163
2164         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2165         `numbers' is ignored.
2166
2167 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2168
2169         * wl-folder.el (wl-folder-open-folder): Avoid error.
2170         Reported by John Owens, [wl-en:815]
2171
2172         * wl.el (wl): Set timer for biff process even if prefix argument
2173         is given or auto-checking is quitted.
2174
2175         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2176         immediately.
2177         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2178         (wl-toggle-plugged): Ditto.
2179
2180         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2181         * wl-util.el (wl-biff-start): Use idle timer if
2182         `wl-biff-use-idle-timer' is non-nil.
2183
2184 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2185
2186         * wl-highlight.el (wl-highlight-message): Fix description.
2187
2188 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2191         tty.
2192
2193 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-action.el (wl-summary-exec): Print failure count.
2196
2197 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2198
2199         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2200         to `defun', remove interactive form.
2201         Set elmo-message-fetch-confirm when force-reload is non-nil.
2202
2203 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (toplevel): Removed unnecessary autoload.
2206
2207 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2210         the buffer is generated from another message buffer.
2211
2212 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213
2214         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2215         extracted from `wl-fldmgr-save-folders'.
2216         (wl-fldmgr-delete): Call it after deletion.
2217
2218 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2221         multi-tty support.
2222
2223 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2224
2225         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2226
2227 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2228
2229         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2230         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2231
2232 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2235         unsubscribe list only if argument CLEAR is nil.
2236
2237 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2238
2239         * wl-draft.el (wl-draft-reply): Decode subject before removing
2240         Re: prefix.
2241
2242 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2243
2244         * wl-summary.el (wl-summary-sort-by-size): New command.
2245
2246 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * wl-summary.el (wl-summary-number-list-from-region): New
2249         function.
2250         (wl-summary-mark-as-read-region): Use it.
2251         (wl-summary-mark-as-unread-region): Ditto.
2252         (wl-summary-set-flags-region): Ditto and add optional argument
2253         remove.
2254         (wl-summary-mark-as-answered-region): Ditto.
2255         (wl-summary-mark-as-important-region): Ditto.
2256         (wl-summary-target-mark-mark-as-important): Added optional
2257         argument remove.
2258         (wl-summary-target-mark-mark-as-answered): Ditto.
2259         (wl-summary-target-mark-set-flags): Ditto.
2260
2261 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-summary.el (wl-summary-set-flags-region): Call
2264         `wl-summary-set-flags-internal' with number list instead of call
2265         one by each message.
2266         (wl-summary-target-mark-set-flags): Likewise.
2267
2268 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2271         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2272         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2273         (wl-summary-target-mark-mark-as-answered): Likewise.
2274
2275 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276
2277         * wl-summary.el (wl-summary-target-mark-forward): Use
2278         `wl-summary-delete-all-target-marks' instead of
2279         `wl-summary-delete-all-temp-marks'.
2280         (wl-summary-target-mark-reply-with-citation): Ditto.
2281         (wl-summary-target-mark-uudecode): Ditto.
2282         (wl-summary-target-mark-set-flags): Ditto and remove needless
2283         cursor move.
2284
2285 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-summary.el (wl-summary-target-mark-forward): Protect
2288         wl-summary-buffer-target-mark-list from nreverse.
2289         (wl-summary-target-mark-reply-with-citation): Ditto.
2290
2291 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2292
2293         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2294         `elmo-display-progress-threshold'.
2295
2296 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2297
2298         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2299         check `wl-summary-highlight'.
2300         (wl-summary-window-scroll-functions): Respect value of
2301         `wl-summary-highlight'.
2302         (wl-summary-sync-update): Run hooks
2303         `wl-summary-buffer-window-scroll-functions' at any time.
2304
2305 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2306
2307         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2308         from `wl-summary-cleanup-temp-marks'.
2309         (wl-summary-cleanup-temp-marks): Abolish argument.
2310         * wl.el (wl-save-status): Revert previous change.
2311         (wl-execute-temp-marks): New function, call
2312         `wl-summary-exec-with-confirmation'.
2313         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2314         (wl-folder-save-and-exec-marks): Abolished.
2315
2316 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-e21.el (wl-e21-display-image-p): Respect
2319         `wl-highlight-folder-with-icon'.
2320         (wl-e21-highlight-folder-group-line): Highlight mouse line
2321         even if wl-e21-display-image-p is nil.
2322
2323         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2324         Respect value of `wl-summary-highlight'.
2325
2326         * wl.el (wl-save-status): Remove unused variable.
2327
2328         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2329         (wl-folder-mode-map): Bind it to "x".
2330
2331 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2334
2335         * wl-thread.el (wl-thread-get-parent-list): Don't check
2336         disconnected ancestors, neglecting needless work in
2337         `wl-thread-update-indent-string-thread'.
2338
2339         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2340         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2341         argument, add argument default-keep to keep marks by default.
2342
2343         * Version number is increased to 2.11.30.
2344
2345         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2346         customization type and docstring.
2347         (wl-draft-reply-without-argument-list): Ditto.
2348
2349 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2350
2351         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2352
2353         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2354
2355 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2356
2357         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2358
2359 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2360
2361         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2362         save-excursion so as not to include run-hooks.
2363
2364 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2365
2366         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2367         Clarify that marks are going to be cleared.
2368
2369 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2370
2371         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2372         according to 3rd element of wl-summary-flag-mark.
2373
2374         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2375
2376 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * wl-action.el (wl-summary-target-mark-all): Don't set
2379         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2380
2381 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2382
2383         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2384         (wl-forward-subject-prefix): Ditto.
2385         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2386         (wl-draft-reply-make-subject): Ditto.
2387
2388         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2389         `wl-draft-forward'.
2390         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2391
2392 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2395         target message does not exist.
2396
2397 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2398
2399         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2400         `wl-subject-prefix-regexp'.
2401         (wl-subject-forward-prefix-regexp): New variable.
2402         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2403         `wl-draft-strip-subject-re' and take regexp as argument.
2404         (wl-draft-forward): Use it.
2405         (wl-draft-reply): Ditto.
2406
2407 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2408
2409         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2410         emacs multi-tty support.
2411
2412 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2413
2414         * wl-e21.el (wl-e21-display-image-p): Don't call
2415         `display-images-p'.
2416         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2417         support.
2418         (wl-highlight-folder-current-line): Ditto.
2419         (wl-folder-init-icons): Ditto.
2420
2421 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2424         the last line of summary in unplugged mode.
2425
2426 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2427
2428         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2429
2430 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2433         * wl-address.el (wl-address-user-mail-address-p): Use it.
2434         (wl-address-delete-user-mail-addresses): Ditto.
2435         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2436
2437         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2438         (wl-address-delete-user-mail-addresses): Ditto.
2439
2440         * wl-address.el (wl-address-delete-user-mail-addresses): New
2441         function.
2442         * wl-refile.el (wl-refile-guess-by-history): Use it.
2443         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2444         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2445
2446         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2447         use wl-address-user-mail-address-p.
2448
2449 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2452         after opening group.
2453
2454 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2455
2456         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2457         of elmo-set-buffer-multibyte.
2458
2459         * wl-message.el (wl-original-message-mode): Ditto.
2460
2461         * wl-score.el (wl-score-insert-header): Ditto.
2462
2463         * wl-summary.el
2464         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2465         (wl-summary-goto-folder-subr): Ditto.
2466         (wl-summary-insert-headers): Ditto.
2467
2468         * wl-util.el (wl-set-string-width): Ditto.
2469
2470         * Version number is increased to 2.11.29.
2471
2472 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2473
2474         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2475         (wl-highlight-summary-line-help-echo-alist): New variable.
2476         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2477         into `wl-highlight-summary-line-help-echo' and
2478         `wl-highlight-flag-folder-help-echo'.
2479         (wl-highlight-summary-line-string): Change accordingly.
2480         (wl-highlight-summary-current-line): Ditto.
2481
2482 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2483
2484         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2485         at the beginning of field body (Thanks to Markus Knittig).
2486
2487         * wl-draft.el (wl-draft-insert-current-message): Also check
2488         summary buffer, remove unnecessary tag.
2489
2490 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2491
2492         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2493         when wl-message-buffer is nil.
2494
2495         * wl-folder.el (wl-folder): Abolish unused argument.
2496         Call wl-folder-init when wl-folder-entity is nil.
2497         * wl.el (wl): Change accordingly.
2498
2499 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2502         multibyte string before insert into draft buffer.
2503         (wl-draft-create-buffer): Always enable multibyte characters for
2504         draft buffer.
2505
2506         * Version number is increased to 2.11.28.
2507
2508 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-folder.el (wl-folder-open-close): Handle blank line.
2511         (wl-folder-jump-to-current-entity): Ditto.
2512
2513 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * Version number is increased to 2.11.27.
2516
2517 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2518
2519         * wl-thread.el (wl-thread-insert-message): When the thread is
2520         devided by wl-summary-max-thread-depth, insert line at the end of
2521         buffer.
2522
2523 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * Version number is increased to 2.11.26.
2526
2527 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2528
2529         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2530
2531 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2532
2533         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2534         value of stream-type and session.
2535
2536 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * Version number is increased to 2.11.25.
2539
2540 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2541
2542         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2543         in a quit message.
2544
2545 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2546
2547         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2548         (wl-summary-redisplay-no-mime-internal): Ditto.
2549
2550 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2551
2552         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2553         * wl-vars.el (wl-smtp-connection-type): Ditto.
2554
2555 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2556
2557         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2558         for the separator line and quote mail-header-separator.
2559
2560 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2563         result message.
2564
2565         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2566         `elmo-multiple-fields-body-list' with boundary as
2567         mail-header-separator.
2568
2569 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2570
2571         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2572
2573 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * wl-util.el (wl-list-diff): Remove unused function.
2576
2577         * wl-draft.el (wl-draft-send-confirm): Discard input before
2578         confirmation.
2579
2580 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2583         order of flag and new.
2584
2585 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2586
2587         * wl-vars.el (wl-refile-policy-alist): Abolished.
2588
2589         * wl-action.el (wl-summary-set-action-refile): Follow the change
2590         above.
2591
2592 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * wl-highlight.el (wl-highlight-signature-search): Don't use
2595         re-search-backward for a long word since it is possible to crash
2596         XEmacs because of a bug.
2597
2598 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2599
2600         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2601
2602 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2605         argument for wl-summary-sync-force-update.
2606
2607 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2608
2609         * wl-summary.el (wl-summary-mode-map): Revival of
2610         wl-summary-mark-as-important related bindings;
2611         Bind 'F','tF','mF','rF','m&'.
2612         (wl-summary-mark-as-important-region): Revival.
2613         (wl-summary-target-mark-mark-as-important): Ditto.
2614         (wl-summary-target-mark-operation): New function.
2615         (wl-summary-target-mark-mark-as-answered): Use it.
2616         (wl-summary-decide-flag): Don't set Important as default.
2617         (wl-summary-mark-as-important-internal): Revival.
2618         (wl-summary-mark-as-important): Ditto.
2619
2620         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2621
2622         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2623         instead of facep.
2624
2625 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-dnd.el (wl-dnd-drop-func): Fix.
2628
2629         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2630         mouse-set-point instead of posn-point.
2631
2632         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2633
2634         * wl-mule.el (wl-completing-read-multiple): Ditto.
2635
2636 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-demo.el (face-background-name): Defalias to avoid compile
2639         warning.
2640
2641 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * wl-summary.el (wl-summary-decide-flag): Use
2644         wl-completing-read-multiple instead of completing-read-multiple.
2645
2646         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2647         New alias.
2648
2649         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2650         Use face-background-name instead of face-background.
2651
2652         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2653
2654         * wl-summary.el (wl-summary-save): Use it.
2655         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2656
2657         * wl-mime.el (wl-mime-save-content): Fix last change.
2658
2659 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2660
2661         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2662         New function.
2663         (wl-summary-sort-specs): Added sort.
2664         * wl-mime.el (wl-mime-save-content): Expand file name.
2665
2666 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2667
2668         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2669
2670         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2671
2672 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2673
2674         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2675         for flag if it is not defined.
2676
2677 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * wl-e21.el (wl-highlight-folder-current-line): Use
2680         elmo-folder-type-internal when elmo-folder-type returns nil.
2681
2682         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2683
2684         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2685
2686         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2687
2688         * wl-e21.el (wl-summary-toolbar): Ditto.
2689
2690         * wl-vars.el (wl-demo-background-color): Abolished.
2691         (wl-summary-persistent-mark-priority-list): Renamed from
2692         wl-summary-flag-priority-list.
2693         (wl-summary-flag-alist): New user option.
2694         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2695         (wl-message-mode-line-format-spec-alist): Added 'F'.
2696         (wl-message-mode-line-format): Likewise.
2697         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2698         instead of wl-summary-important-mark.
2699         (wl-file-folder-icon): New variable.
2700
2701         * wl-thread.el (wl-thread-set-flags): Renamed from
2702         wl-thread-mark-as-important.
2703
2704         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2705         warning.
2706         (wl-summary-mode-menu-spec): Follow the change of 
2707         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2708         (wl-summary-mode-map): Follow the change of
2709         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2710         (wl-summary-detect-mark-position): Follow the variable name change.
2711         (wl-summary-set-flags-region): New function for the replacement of
2712         wl-summary-mark-as-important-region.
2713         (wl-summary-sync-marks): Sync all global-flags.
2714         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2715         instead of elmo-message-flagged-p.
2716         (wl-summary-persistent-mark-string): Follow the variable name change;
2717         Put wl-summary-flag-mark if the message has global-flag.
2718         (wl-summary-target-mark-set-flags): Renamed from 
2719         wl-summary-target-mark-mark-as-important.
2720         (wl-summary-decide-flag): New function.
2721         (wl-summary-set-flags-internal): Renamed from
2722         wl-summary-mark-as-important-internal.
2723         (wl-summary-add-flags-internal): New function.
2724         (wl-summary-remove-flags-internal): Ditto.
2725         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2726         (wl-summary-mark-as-unimportant): Abolish.
2727         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2728         (wl-summary-next-message): List flagged messages in the msgdb.
2729
2730         * wl-score.el (wl-summary-score-update-all-lines): Use
2731         wl-summary-add-flags-internal instead of 
2732
2733         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2734
2735         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2736         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2737         (wl-message-buffer-require-all-header): Renamed from
2738         wl-message-buffer-all-header-flag (Ditto).
2739         (wl-message-buffer-flag-indicator): New variable.
2740         (wl-message-redisplay): Changed local varibale name from `flag' to
2741         `display-type'; Set up wl-message-buffer-flag-indicator.
2742         (wl-message-buffer-display): Changed varibale name from `flag' to
2743         `display-type'.
2744         (wl-message-display-internal): Likewise.
2745
2746         * wl-highlight.el (wl-highlight-demo-face): Define default background
2747         color.
2748         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2749
2750         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2751
2752         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2753         (wl-demo-setup-properties): Renamed from
2754         `wl-demo-set-background-color'.
2755         (wl-demo): Follow the change above.
2756         
2757         * Version number is increased to 2.11.24.
2758
2759 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2760
2761         * wl-summary.el (wl-summary-toggle-thread): Call
2762         `wl-summary-rescan' with disable-thread as non-nil.
2763         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2764
2765 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2768         foreground property of the face.
2769         (wl-demo-insert-text): Don't set up face property here.
2770         (wl-demo): Call wl-demo-set-background-color, anyway.
2771
2772 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2773
2774         * wl-vars.el (wl-demo-background-color): The value can be nil.
2775
2776 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2779         to wl-summary-wheel-dispatcher.
2780
2781         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2782         wl-message-wheel-dispatcher.
2783         (wl-message-wheel-dispatcher): New function.
2784         (wl-summary-wheel-dispatcher): Ditto.
2785
2786 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-action.el (wl-summary-target-mark-all): List messages which are
2789         not in the killed-list.
2790
2791         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2792         only when the folder is 'flag/important.
2793
2794         * wl-address.el (wl-complete-field-body): Complete if the last
2795         character is a space.
2796
2797 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-folder.el (wl-folder-clear-entity-info): Use
2800         elmo-clear-hash-val.
2801
2802         * wl-fldmgr.el (wl-fldmgr-rename): Set
2803         wl-folder-info-alist-modified as t.
2804
2805 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2806
2807         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2808
2809 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2810
2811         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2812         (wl-folder-buffer-last-visited-entity-id): New buffer local
2813         variable.
2814         (wl-folder-revisit-last-visited-folder): New function.
2815         (wl-folder-mode-map): Bind it to "C-i".
2816         (wl-folder-set-current-entity-id): Set last visited folder.
2817         * wl-summary.el (wl-summary-exit): Ditto.
2818
2819 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2822         before calling `recenter' in order to cope with an XEmacs bug.
2823
2824 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2825
2826         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2827         to the default value.
2828
2829 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2832         change.
2833         (wl-summary-sync-marks): Ditto.
2834         (wl-summary-mark-as-read-internal): Ditto.
2835         (wl-summary-mark-as-answered-internal): Ditto.
2836         (wl-summary-mark-as-important-internal): Ditto.
2837         (wl-summary-reply): Ditto.
2838
2839         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2840         instead of `elmo-folder-unflag-answered'.
2841
2842         * Version number is increased to 2.11.23.
2843
2844         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2845         the last change.
2846
2847 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2848
2849         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2850         Specify "spam" or "good".
2851
2852 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-spam.el (wl-summary-exec-action-spam): Call
2855         wl-folder-confirm-existence for spam folder.
2856         (wl-spam-setup): Bind "mk".
2857
2858 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2859
2860         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2861
2862 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2863
2864         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2865         destination folder is empty.
2866
2867 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2868
2869         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2870         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2871
2872         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2873         (wl-summary-refile-prev-destination-region): New function.
2874         (wl-thread-refile-prev-destination): Ditto.
2875         (wl-summary-target-mark-refile-prev-destination): Ditto.
2876
2877 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2880         (wl-demo-background-color): Changed default value.
2881
2882         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2883         color.
2884
2885         * wl-demo.el (wl-demo-set-background-color): New function.
2886         (wl-demo): Call it.
2887
2888 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2889
2890         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2891         * wl-address.el (wl-address-add-or-change): Don't add empty
2892         address.
2893
2894 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2895
2896         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2897
2898 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-vars.el (wl-demo-image-filter-alist): New variable
2901         (wl-demo-background-color): Ditto.
2902
2903         * wl-demo.el (wl-demo-xpm-set-background): New function.
2904         (wl-demo-image-filter): Ditto.
2905         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2906
2907         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2908
2909         * wl-demo.el (wl-demo-icon-name): Define as function.
2910         (wl-demo-insert-image): Use it.
2911
2912 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2913
2914         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2915
2916 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2917
2918         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2919
2920 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2921
2922         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2923
2924 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-thread.el (wl-thread-mark-as-answered): New function.
2927
2928         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2929         answered" entry.
2930         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2931         "r&" and wl-thread-mark-as-answered to "t&".
2932         (wl-summary-mark-as-important-region): Refine to toggle mark.
2933         (wl-summary-mark-as-answered-region): New function.
2934         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2935         and 3rd argument.
2936         (wl-summary-mark-as-important-internal): Likewise.
2937
2938 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-template.el (wl-template-preview): New internal variable.
2941         (wl-template-preview-p): New function.
2942         (wl-template-show): Bind `wl-template-preview' as t.
2943
2944 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2945
2946         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2947         `elmo-message-entity-field' with 3rd argument which is non-nil.
2948
2949 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2952         Removed duplicate local bind `folder'.
2953
2954 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2957
2958 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2961         duplicate definition.
2962
2963 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2964
2965         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2966         non-nil, use it; Don't fetch message if there's no message in the
2967         current cursor position.
2968
2969 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2970
2971         * wl-util.el (wl-region-exists-p): Use region-active-p.
2972         (wl-deactivate-region): New function.
2973         * wl-message.el (wl-message-redisplay): Deactivate region.
2974
2975         * wl-summary.el (wl-summary-reply): Call
2976         `wl-summary-set-message-buffer-or-redisplay' instead of
2977         `wl-summary-redisplay-internal', don't move point.
2978
2979 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2982         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2983         by regexp.
2984
2985 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2988         if no need.
2989
2990 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2991
2992         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2993         default value to nil.
2994         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2995         `wl-summary-prepare-hook'; Replace refile action to
2996         `wl-summary-exec-action-refile-with-register'.
2997
2998         * Version number is increased to 2.11.22.
2999
3000 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-summary.el (wl-summary-detect-mark-position): Set
3003         `wl-summary-buffer-weekday-name-lang'.
3004
3005 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3006
3007         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3008         (wl-summary-mark-as-read-all): Ditto.
3009         (wl-summary-delete-messages-on-buffer): Ditto.
3010         (wl-summary-sync-update): Ditto.
3011         (wl-summary-mark-as-read-internal): Ditto.
3012         (wl-summary-mark-as-answered-internal): Ditto.
3013         (wl-summary-update-folder-info): Abolished.
3014
3015 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-summary.el (wl-summary-mark-as-read-all): Use
3018         `wl-summary-update-folder-info' instead of
3019         `wl-folder-update-unread'.
3020
3021 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3022
3023         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3024         `wl-summary-folder-info-update'.
3025         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3026         instead of `wl-summary-folder-info-update'.
3027         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3028         `wl-folder-set-folder-updated'.
3029         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3030         instead of `wl-folder-update-unread'.
3031         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3032         the value of `wl-summary-buffer-unread-count' for the second parameter of
3033         `wl-folder-update-unread'.
3034
3035         * Version number is increased to 2.11.21.
3036
3037 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3038
3039         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3040         a local variable.
3041
3042 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3045         interactively.
3046
3047         * wl-summary.el (wl-summary-mark-as-important-internal): New
3048         internal function.
3049         (wl-summary-mark-as-important): Use it.
3050         (wl-summary-mark-as-unimportant): New function.
3051         (wl-summary-sync-marks): Follow the API change.
3052
3053         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3054
3055         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3056
3057 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3058
3059         * wl-folder.el (wl-folder-update-unread): Re-indent.
3060         Narrow the scope of a local variable.
3061
3062 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3065         (wl-addrmgr-merge-entries): Ditto.
3066         (wl-addrmgr): Added to address entry which exists in draft buffer
3067         if no entry is in original.
3068
3069 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * wl-batch.el: New file.
3072
3073 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3074
3075         * wl-vars.el (wl-use-semi): Remove unused variable.
3076
3077 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3080         "?".
3081
3082 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3085         wl-summary-new-mark.
3086         (wl-summary-new-cached-mark): New user option.
3087         (wl-summary-score-marks): Follow the change above.
3088         (wl-summary-auto-refile-skip-marks): Ditto.
3089         (wl-summary-incorporate-marks): Ditto.
3090         (wl-summary-expire-reserve-marks): Ditto.
3091
3092         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3093
3094         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3095         (wl-summary-persistent-mark-string): Distinguished between cached
3096         and uncached mark when the message is new.
3097
3098 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-spam.el (wl-spam-domain): Renamed from
3101         `wl-spam-folder-guess-domain'.
3102         (wl-summary-exec-action-spam): Register as spam if domain of the
3103         source folder is good.
3104         (wl-summary-exec-action-refile-with-register): Register message if
3105         domain of the source folder is not undecided.
3106
3107 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3110         detect thread loop.
3111
3112 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3115         and wl-summary-skip-mark-list.
3116
3117 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3118
3119         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3120
3121         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3122
3123         * wl-spam.el (toplevel): Require wl-highlight.
3124         (wl-spam-auto-check-policy-alist): Abolish.
3125         (wl-spam-auto-check-folder-regexp-list): New user option.
3126         (wl-spam-auto-check-marks): Ditto.
3127         (wl-spam-mark-action-list): Ditto.
3128         (wl-highlight-summary-spam-face): New face.
3129         (wl-spam-auto-check-message-p): New function.
3130         (wl-spam-map-spam-messages): Fixed message.
3131         (wl-spam-register-spam-messages): Ditto.
3132         (wl-spam-register-good-messages): Ditto.
3133         (wl-summary-spam-map): Add and remove keybind.
3134         (wl-summary-target-mark-spam): Abolish.
3135         (wl-summary-refile-spam): Ditto.
3136         (wl-summary-test-spam): New function.
3137         (wl-summary-mark-spam): Ditto.
3138         (wl-summary-auto-check-spam): Follow the above change.
3139         (wl-summary-exec-action-spam): New function.
3140         (wl-summary-exec-action-refile-with-register): Fixed message.
3141         (wl-message-check-spam): New function.
3142         (wl-spam-setup): Ditto.
3143         (toplevel): Call it if this file is loaded interactivity.
3144
3145         * Version number is increased to 2.11.20.
3146
3147 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3150         when new optional argument `force' is non nil or modified.
3151
3152 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl.el (toplevel): Require wl-spam when compile.
3155         (wl-save-status): Call wl-spam-save-status.
3156
3157         * wl-spam.el (wl-spam-register-spam-messages): New function.
3158         (wl-spam-register-good-messages): Ditto.
3159         (wl-spam-save-status): Ditto.
3160         (wl-summary-mode-map): Bind
3161         wl-summary-target-mark-register-as-spam to "ms" and
3162         wl-summary-target-mark-register-as-good to "mn".
3163         (wl-summary-register-as-spam): Abolish optional argument; Use
3164         wl-spam-register-spam-messages.
3165         (wl-summary-register-as-spam-all): Use
3166         wl-spam-register-spam-messages.
3167         (wl-summary-register-as-good): Abolish optional argument; Use
3168         wl-spam-register-good-messages.
3169         (wl-summary-register-as-good-all): Use
3170         wl-spam-register-good-messages.
3171         (wl-summary-target-mark-register-as-spam): New funtion.
3172         (wl-summary-target-mark-register-as-good): Ditto.
3173
3174 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * wl-spam.el: New file.
3177
3178 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3181
3182         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3183         (wl-summary-auto-refile): Call wl-refile-guess with
3184         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3185
3186 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3189         with disable-thread argument non-nil.
3190
3191 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3192
3193         * wl-summary.el (wl-summary-rescan): Added optional argument
3194         disable-thread.
3195         (wl-summary-sync): Call wl-summary-rescan with argument
3196         disable-thread.
3197         (wl-summary-input-range): Added new range `rescan-thread'.
3198
3199 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3200
3201         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3202
3203 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3206         internal variable.
3207         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3208         wl-summary-search-parent-by-subject-regexp and
3209         wl-summary-divide-thread-when-subject-changed as nil.
3210         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3211         (wl-summary-insert-thread): Search parent entity from
3212         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3213         thread loop.
3214
3215 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3218
3219         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3220
3221         * wl-util.el (wl-require-update-all-folder-p): New function.
3222         (wl-get-assoc-list-value): Added `function' to match directive.
3223         (wl-collect-draft): Rewrite.
3224
3225         * wl-summary.el (wl-summary-sync-update): Clear faces
3226         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3227         are non-nil.
3228         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3229         argument as function.
3230         (wl-summary-input-range): Ditto.
3231
3232         * wl-folder.el (wl-draft-get-folder): New function.
3233         (wl-folder-get-elmo-folder): Consider draft folder.
3234
3235         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3236         (wl-draft-buffer-message-number): New buffer local variable.
3237         (wl-draft-folder-internal): New internal variable.
3238         (wl-draft-delete): Rewrite.
3239         (wl-draft-save): Ditto.
3240         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3241         wl-folder-get-elmo-folder.
3242         (wl-draft-config-info-operation): Ditto.
3243         (wl-jump-to-draft-folder): Ditto.
3244         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3245         (wl-draft-reedit): Rewrite.
3246
3247         * Version number is increased to 2.11.19.
3248         
3249 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3250
3251         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3252         variable.
3253
3254 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3257         Use ignore-errors instead of unwind-protect.
3258
3259 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3260
3261         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3262         for updating `wl-thread-entity-list'.
3263
3264 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3265
3266         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3267         parameter from calling `wl-thread-entity-get-older-brothers' and
3268         `wl-thread-entity-get-younger-brothers'.
3269         Replace nested `append' with a single one.
3270
3271 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-summary.el (wl-summary-mode): Don't use the return value of
3274         `make-local-hook'.
3275
3276 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3277
3278         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3279         instead of `let*'.
3280         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3281         of local variables.
3282
3283 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3286         Renamed from wl-summary-window-scroll-functions.
3287         (wl-summary-window-scroll-functions): Don't set to variable.
3288         (wl-summary-display-top): Use run-hooks.
3289         (wl-summary-display-bottom): Ditto.
3290         (wl-summary-toggle-disp-msg): Ditto.
3291         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3292         Use it instead of wl-summary-window-scroll-functions.
3293         (wl-summary-goto-folder-subr): Don't call
3294         wl-summary-window-scroll-functions, use
3295         wl-summary-buffer-window-scroll-functions instead.
3296
3297 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3298
3299         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3300         make-local-variable.
3301
3302 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3303
3304         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3305         set-buffer-modified-p.
3306         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3307         (wl-summary-display-bottom): Ditto.
3308         (wl-summary-toggle-disp-msg): Ditto.
3309
3310 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3313
3314         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3315         (wl-summary-forward): Use elmo-message-entity-field instead of
3316         elmo-message-field.
3317
3318         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3319
3320 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3321
3322         * wl-summary.el (wl-summary-window-scroll-functions): No use
3323         `append'.
3324
3325 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3328         function.
3329         (wl-summary-window-scroll-functions): Call it when both
3330         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3331         (wl-summary-temp-mark): Added optional argument number.
3332         (wl-summary-message-mark): Added optional argument flag.
3333         (wl-summary-persistent-mark): Added optional argument number and flag.
3334         (wl-summary-update-persistent-mark): Ditto.
3335         (wl-summary-update-status-marks): Set "r" for interactive spec.
3336
3337         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3338         argument number and flag.
3339
3340         * wl-action.el (wl-summary-registered-temp-mark): 
3341         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3342
3343 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3346         internal variable (buffer local).
3347         (wl-summary-window-scroll-functions): New function.
3348         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3349         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3350         as nil.
3351         (wl-summary-update-status-marks): Added arguments beg, end and
3352         check.
3353         (wl-summary-update-mark-window): Use function.
3354         (wl-summary-sync-update): Follow the change above.
3355         (wl-summary-switch-to-clone-buffer): Copy
3356         wl-summary-buffer-unsync-mark-number-list.
3357         (wl-summary-goto-folder-subr): Set
3358         wl-summary-buffer-unsync-mark-number-list and
3359         use wl-summary-window-scroll-functions instead of
3360         wl-summary-lazy-highlight.
3361
3362         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3363
3364 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3367
3368         * wl-summary.el (wl-summary-update-persistent-mark): Call
3369         wl-summary-set-message-modified.
3370
3371         * wl-summary.el (wl-summary-sync-update): Don't call
3372         wl-summary-update-status-marks.
3373
3374         * Version number is increased to 2.11.18.
3375
3376 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3379         (wl-message-next-page): Ditto.
3380
3381 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3382
3383         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3384         local variable.  Change the order of a collected list into the
3385         same as the specified range.  Remove nil from a collected list.
3386
3387 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3388
3389         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3390         argument for elmo-folder-list-messages.
3391
3392 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3395         change (wl-summary-count-unreads return a list instead of a cons
3396         cell).
3397
3398 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3399
3400         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3401         `wl-summary-folder-info-update'.
3402
3403 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3404
3405         * wl-summary.el (wl-summary-set-message-modified): No use
3406         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3407         (wl-summary-set-mark-modified): Abolish.
3408         (wl-summary-mark-modified-p): Ditto.
3409         (wl-summary-save-view): Follow the change above.
3410
3411         * wl-expire.el (wl-summary-expire): Likewise.
3412
3413 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3414
3415         * wl-summary.el (wl-summary-detect-mark-position): Use
3416         modb-entity-handler.
3417         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3418
3419         * Version number is increased to 2.11.17.
3420
3421 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3424         entity field value.
3425         (wl-summary-prefetch-msg): Ditto.
3426         (wl-summary-print-message-with-ps-print): Ditto.
3427
3428 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3429
3430         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3431         for dummy entity.
3432         (wl-summary-insert-thread): Use elmo-message-entity-field.
3433         (wl-summary-update-thread): Use elmo-message-entity-field and
3434         elmo-message-entity-number.
3435         (wl-summary-line-number):  Use elmo-message-entity-number.
3436         (wl-summary-line-size): Use elmo-message-entity-field.
3437         (wl-summary-line-subject): Ditto.
3438         (wl-summary-line-from): Ditto.
3439         (wl-summary-line-attached): Ditto.
3440         (wl-summary-create-line): Ditto.
3441         (wl-summary-create-line): Use elmo-message-entity-number.
3442         (wl-summary-print-message-with-ps-print): Use
3443         elmo-message-entity-field.
3444
3445 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3448         change in elmo-msgdb-make-message-entity.
3449         (wl-summary-buffer-set-folder): Don't call
3450         wl-summary-detect-mark-position here.
3451         (wl-summary-rescan): Call elmo-message-entity-number.
3452         (wl-summary-sync-update): Ditto.
3453         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3454
3455         * wl-score.el (wl-score-header-index): Redefine 2th element.
3456         (wl-score-overview-entity-get-extra): Abolish.
3457         (wl-score-ov-entity-get): Rewrite.
3458         (wl-score-string-index<, wl-score-string-func<): Abolish.
3459         (wl-score-string<): New function.
3460         (wl-score-string-sort): Use it.
3461
3462         * wl-refile.el (wl-refile-guess-by-history): Use
3463         elmo-message-entity-field.
3464         (wl-refile-guess-by-from): Ditto.
3465         (wl-refile-guess-by-msgid): Ditto.
3466
3467         * Version number is increased to 2.11.16.
3468
3469 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3470
3471         * wl-folder.el (wl-folder-confirm-existence): Don't call
3472         file-exists-p if msgdb-path is nil.
3473         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3474         `wl-read-folder-hist' to `wl-read-folder-history'.
3475
3476 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3477
3478         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3479         `y-or-n-p'.
3480
3481 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3482
3483         * wl-score.el (wl-score-headers): Don't use
3484         elmo-folder-do-each-message-entity.
3485
3486         * Version number is increased to 2.11.15.
3487
3488 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-summary.el (wl-summary-delete-all-msgs): Use
3491         elmo-folder-move-messages instead of elmo-folder-delete-messages
3492         and elmo-folder-detach-messages.
3493         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3494
3495         * wl-expire.el (wl-expire-delete): Ditto.
3496         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3497
3498 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3501         (wl-message-header-narrowing-fields): Ditto.
3502         (wl-message-header-narrowing-lines): Ditto.
3503         (wl-message-header-narrowing-string): Ditto.
3504
3505         * wl-summary.el (wl-summary-mode-map): Bind
3506         wl-summary-toggle-header-narrowing to "C-cC-f".
3507         (wl-summary-toggle-header-narrowing): New function.
3508
3509         * wl-message.el (wl-message-buffer-create): Call
3510         wl-message-header-narrowing-setup.
3511         (wl-message-redisplay): Call wl-message-header-narrowing.
3512         (wl-message-header-narrowing): New function.
3513         (wl-message-header-narrowing-map): New keymap.
3514         (wl-message-header-narrowing-widen-map): New keymap.
3515         (wl-message-header-narrowing-again-at-mouse): New function.
3516         (wl-message-header-narrowing-1): Ditto.
3517         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3518         (wl-message-header-narrowing-setup): Ditto.
3519         (wl-message-header-narrowing-toggle): Ditto.
3520         
3521         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3522
3523         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3524         'flag as all.
3525         (wl-use-flag-folder-help-echo): New user option.
3526
3527         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3528         wl-summary-highlight as nil.
3529         (wl-summary-set-mark-modified): Follow the API change.
3530         (wl-summary-mark-modified-p): Ditto.
3531         (wl-summary-mark-as-read-all): Ditto.
3532         (wl-summary-sync-marks): Don't call
3533         elmo-folder-list-messages-with-global-mark.
3534         (wl-summary-mark-as-read-internal): Follow the API change.
3535         (wl-summary-mark-as-answered-internal): Ditto.
3536         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3537         Follow the API change.
3538         (wl-summary-create-line): Call with number argument.
3539         (wl-summary-reply): Follow the API change.
3540
3541         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3542         function.
3543         (wl-highlight-summary-line-string): Call it when
3544         wl-use-flag-folder-help-echo is non-nil.
3545         (wl-highlight-summary-current-line): Ditto.
3546         (elmo-flag-folder-referrer): Added autoload setting.
3547
3548         * wl-draft.el (wl-draft-kill): Follow the API change.
3549
3550         * Version number is increased to 2.11.14.
3551         
3552 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3555
3556 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3557
3558         * Version number is increased to 2.11.13.
3559
3560 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3561
3562         * wl-draft.el (wl-draft-previous-history-element): Fixed
3563         unbalanced parenthesis and bind unbound local variables.
3564
3565 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3566
3567         * wl-draft.el (wl-draft-previous-history-element): New function.
3568         (wl-draft-next-history-element): Ditto.
3569         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3570         them to M-p and M-n.
3571
3572 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3573
3574         * Version number is increased to 2.11.12.
3575
3576 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3577
3578         * wl-draft.el (wl-draft-hide): Select buffer-window.
3579
3580 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3581
3582         * wl-summary.el (wl-summary-narrow-to-region): New function.
3583         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3584         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3585         (wl-summary-save-region): Use it.
3586         * wl-action.el (wl-summary-collect-numbers-region)
3587         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3588
3589 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-folder.el (wl-folder-count-incorporates): Don't use
3592         `elmo-msgdb-mark-load'
3593
3594         * Version number is increased to 2.11.11.
3595
3596 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3597
3598         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3599         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3600
3601 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3604
3605 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3606
3607         * Version number is increased to 2.11.10.
3608
3609 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3610
3611         * wl-mime.el (wl-draft-attribute-value): Fixed.
3612
3613 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3614
3615         * wl-util.el (wl-copy-local-variables): New function.
3616
3617         * wl-mime.el (wl-draft-attribute-recipients): New function.
3618         (wl-draft-attribute-envelope-from): Ditto.
3619         (wl-draft-attribute-smtp-posting-server): Ditto.
3620         (wl-draft-attribute-smtp-posting-port): Ditto.
3621         (wl-draft-attribute-value): Ditto.
3622         (wl-draft-preview-message): Use it to get value for
3623         attributes. Reflect result of `wl-draft-config'.
3624
3625         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3626         and call `wl-summary-mark-as-read' before to call
3627         `wl-summary-unset-mark'.
3628         (wl-summary-target-mark-mark-as-unread): Likewise.
3629         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3630
3631 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-mime.el (wl-draft-preview-message): Use actual value for
3634         attributes; Fix for small window.
3635
3636 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3637
3638         * wl-refile.el (wl-refile-get-field-value): Call
3639         `elmo-message-entity-field' with 3rd argument is non-nil.
3640
3641 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl-vars.el (wl-draft-preview-attributes): New user option.
3644         (wl-draft-preview-attributes-list): Ditto.
3645         (wl-draft-preview-attributes-buffer-lines): Ditto.
3646         (wl-draft-preview-attributes-buffer-name): Ditto.
3647
3648         * wl-mime.el (wl-draft-preview-message): Display attributes.
3649
3650 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3651
3652         * wl-summary.el (wl-summary-detect-mark-position): Bind
3653         wl-summary-flag-priority-list to '(new).
3654
3655 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3656
3657         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3658         funtion.
3659         (wl-highlight-summary-line-string): Use it.
3660         (wl-highlight-summary-current-line): Ditto.
3661
3662 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3665         line even when the mark string is not changed.
3666
3667         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3668         argument change in the wl-summary-create-line.
3669         (wl-thread-insert-entity-sub): Ditto.
3670
3671         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3672         argument change in the wl-summary-create-line.
3673         (wl-summary-insert-sequential): Ditto.
3674         (wl-summary-update-thread): Ditto.
3675         (wl-summary-persistent-mark-string): New inline function.
3676         (wl-summary-message-mark): Use it.
3677         (wl-summary-create-line): Abolish argument wl-persistent-mark
3678         and added wl-flags, wl-cached.
3679
3680         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3681         mark to flags.
3682         (wl-highlight-summary-current-line): Decide the face not by the 
3683         persistent mark but flags.
3684
3685 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3686
3687         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3688         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3689         wl-summary-read-uncached-mark): Revive.
3690         (wl-summary-answered-cached-mark,
3691         wl-summary-answered-uncached-mark): New user option.
3692         (wl-summary-score-marks): Follow the change above.
3693         (wl-summary-auto-refile-skip-marks): Ditto.
3694         (wl-summary-incorporate-marks): Ditto.
3695         (wl-summary-expire-reserve-marks): Ditto.
3696         (wl-summary-flag-priority-list): New user option.
3697
3698         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3699         changes.
3700         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3701         of elmo-message-mark.
3702         (wl-summary-mark-as-read-internal): Ditto.
3703         (wl-summary-mark-as-answered): Ditto.
3704         (wl-summary-mark-as-important): Ditto.
3705         (wl-summary-redisplay-internal): Ditto.
3706         (wl-summary-redisplay-no-mime-internal): Ditto.
3707         (wl-summary-message-mark): New function.
3708         (wl-summary-insert-sequential): Use wl-summary-message-mark
3709         instead of elmo-message-mark.
3710         (wl-summary-update-thread): Ditto.
3711         (wl-summary-persistent-mark): Ditto.
3712         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3713         instead of elmo-message-mark.
3714
3715         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3716         wl-summary-message-mark instead of elmo-message-mark.
3717         (wl-thread-insert-entity-sub): Ditto.
3718         (wl-thread-get-children-msgs-uncached): Ditto.
3719
3720         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3721         variable name changes.
3722         (wl-highlight-summary-current-line): Ditto.
3723
3724         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3725         wl-summary-message-mark instead of elmo-message-mark.
3726
3727         * wl-expire.el (wl-expire-message-p): Ditto.
3728
3729         * wl-score.el (wl-score-headers): Ditto.
3730
3731         * Version number is increased to 2.11.9.
3732
3733         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3734         (wl-summary-sync-update): Follow the change above.
3735         (wl-summary-switch-to-clone-buffer): Ditto.
3736         (wl-summary-open-folder): Ditto.
3737
3738 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3739
3740         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3741         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3742
3743         * Version number is increased to 2.11.8.
3744
3745         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3746
3747         * wl-expire.el (wl-expire-refile): Follow the API change on
3748         `elmo-folder-move-messages'.
3749         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3750
3751         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3752         (wl-summary-exec-action-refile): Ditto.
3753         (wl-summary-exec-action-copy): Ditto.
3754         (wl-summary-no-auto-refile-message-p): No use
3755         `wl-summary-buffer-msgdb'.
3756         (wl-summary-auto-refile): Ditto.
3757
3758 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3759
3760         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3761
3762 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-summary.el (wl-summary-sync): Treat no-sync.
3765
3766         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3767         (wl-default-sync-range): Ditto.
3768
3769 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3770
3771         * wl-refile.el (wl-refile-subject-learn): Call
3772         `elmo-message-entity-field' with 3rd argument is non-nil.
3773         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3774         instead of `elmo-msgdb-overview-entity-get-subject'.
3775
3776 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3777
3778         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3779         scan-type is rescan.
3780         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3781         new optional argument force is non-nil.
3782         (wl-summary-save-view-cache): Call it with force argument non-nil.
3783
3784         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3785
3786 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-action.el (wl-summary-print-argument): Fixed last change.
3789
3790 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3791
3792         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3793         simplified.
3794         (wl-summary-target-mark-mark-as-unread): Likewise.
3795         (wl-summary-target-mark-mark-as-important): Likewise.
3796
3797 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3798
3799         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3800         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3801         (wl-summary-mark-as-important-region): Change accordingly.
3802         (wl-summary-target-mark-mark-as-important): Ditto.
3803
3804 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3805
3806         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3807
3808         * wl-action.el (wl-summary-print-argument): Print argument to
3809         right side of window if `wl-summary-print-argument-within-window'
3810         is non-nil.
3811
3812 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3813
3814         * wl-action.el (wl-summary-set-mark): Use
3815         `wl-summary-message-visible-p' to check visibility of the message
3816         and jump to message only when the message line is visible and have
3817         different number; Call wl-summary-unset-mark with number argument.
3818         (wl-summary-unset-mark): 
3819         Use `wl-summary-message-visible-p'
3820         to check visibility of the message and jump to message only when
3821         the message line is visible and have different number;
3822
3823 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3824
3825         * Version number is increased to 2.11.7.
3826
3827         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3828         and wl-folder-summary-line-format.
3829
3830         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3831         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3832         (wl-summary-set-score-mark): Use it.
3833         (wl-summary-target-mark-mark-as-read): Ditto.
3834         (wl-summary-target-mark-mark-as-unread): Ditto.
3835         (wl-summary-target-mark-mark-as-important): Ditto.
3836         (wl-summary-target-mark-msgs): Simplified.
3837         (wl-summary-detect-mark-position): Fixed problem when
3838         summary-line-format no contain persisten/temp mark spec.
3839         (wl-summary-temp-mark): Ditto.
3840         (wl-summary-persistent-mark): Ditto.
3841         (wl-summary-update-persistent-mark): Ditto.
3842
3843         * wl-action.el (wl-summary-set-mark): Ditto.
3844         (wl-summary-unset-mark): Ditto.
3845         All other related portions are changed.
3846
3847 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * Version number is increased to 2.11.6.
3850
3851 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3852
3853         * wl-util.el (wl-current-message-buffer): Define as function;
3854         Don't use the value of wl-messge-buffer.
3855
3856         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3857         persistent mark.
3858
3859         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3860         no current message, cause an error.
3861
3862 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3863
3864         * wl-summary.el (wl-summary-set-message-modified): Use
3865         elmo-folder-set-message-modified instead of
3866         elmo-folder-set-message-modified-internal.
3867
3868 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3871         interactively.
3872         (wl-summary-sync): nokill->entirely.
3873         (wl-summary-sync-marks): Fixed message.
3874         (wl-summary-input-range): Added mark, nokill->entirely.
3875
3876         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3877         messages as read.
3878
3879 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3880
3881         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3882         update-noscore.
3883         (wl-summary-sync): Follow the change above.
3884
3885 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3886
3887         * wl-action.el (wl-summary-target-mark-all): Use
3888         elmo-folder-list-messages.
3889
3890 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3891
3892         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3893         (wl-summary-rescan): Set wl-summary-scored as nil.
3894         (wl-summary-sync-force-update): Follow the change above.
3895         (wl-summary-sync): Ditto.
3896         (wl-summary-sync-update): Added argument disable-killed.
3897         (wl-summary-insert-headers): Set visible-only argument for
3898         elmo-folder-list-messages.
3899         (wl-summary-input-range): Added update-nokill, update-noscore,
3900         all-nokill, all-noscore and mark.
3901
3902         * Version number is increased to 2.11.5.
3903
3904         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3905
3906 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3907
3908         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3909         (wl-summary-prefetch-region-no-mark): Change accordingly.
3910         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3911
3912 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3913
3914         * wl-address.el (wl-complete-field-to): Abolished.
3915         (wl-complete-address): Completion function for completing-read.
3916         * wl-action.el (wl-summary-get-resend-address): Use it.
3917
3918         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3919         wl-summary-update-mark and abolish unused argument.
3920         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3921         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3922         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3923         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3924         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3925         * wl-draft.el (wl-draft-kill): Ditto.
3926
3927         * wl-summary.el: Remove unused binding of case-fold-search.
3928         (wl-summary-replace-status-marks): Abolished.
3929
3930 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3933         is specified or folder length is zero.
3934
3935 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3938         (wl-folder-archive-current-entity): Ditto.
3939
3940 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3943         retrieving message mark.
3944         (wl-summary-redisplay-internal): Ditto.
3945
3946         * wl-message.el (wl-message-buffer-display): Ignore errors while
3947         retrieving message-id field.
3948
3949         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3950         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3951         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3952         order of the arguments for `wl-expire-message-p'.
3953         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3954
3955         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3956         Check return value of wl-summary-reply.
3957         (wl-summary-reply): Recover window configuration when an error occured.
3958
3959 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3960
3961         * wl-summary.el (wl-summary-resend-message): Abolished, the
3962         feature is inherited by wl-summary-resend (put resend mark).
3963
3964 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3965
3966         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3967         wl-message-buffer to nil when the message is hide.
3968
3969 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3970
3971         * .cvsignore: New file.
3972
3973 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3974
3975         * wl-action.el (wl-summary-action-docstring): Add more info.
3976         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3977         duplicate definition.
3978         (wl-summary-define-mark-action): Functions wl-summary-*-region
3979         keep current position.
3980         (wl-summary-unregister-target-mark): Store result to the variable.
3981
3982 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3983
3984         * Version number is increased to 2.11.4.
3985
3986 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3987
3988         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3989         wl-summary-delete-all-temp-marks.
3990         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3991
3992         * wl-action.el (wl-summary-set-mark): Changed terminology
3993         refile-destination -> action-argument.
3994         (wl-summary-unset-mark): Ditto.
3995         (wl-summary-remove-argument): Ditto.
3996         (wl-summary-print-argument): Ditto.
3997
3998         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3999         (wl-thread-remove-argument-region): Ditto.
4000         (wl-thread-print-argument-region): Ditto.
4001         (wl-thread-close): Ditto.
4002         (wl-thread-open): Ditto.
4003
4004         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4005         (wl-highlight-refile-destination-face is abolished)
4006         (wl-highlight-action-argument-string): Ditto.
4007         (wl-highlight-summary-current-line): Highlight action argument.
4008
4009         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4010         color for light backgrounds.
4011         (wl-highlight-summary-answered-face): Ditto.
4012
4013 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4016
4017         * wl-score.el (wl-summary-score-update-all-lines): Use
4018         wl-summary-set-mark.
4019         (wl-summary-score-update-all-lines): Kill expunged messages.
4020
4021         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4022
4023 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4024
4025         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4026         directly.
4027         (wl-score-overview-entity-get-lines): Ditto.
4028         (wl-score-overview-entity-get-xref): Ditto.
4029         (wl-score-get-latest-msgs): Ditto.
4030         (wl-summary-rescore): Ditto.
4031
4032         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4033         to "&".
4034         (wl-summary-mark-as-answered-internal): New inline function.
4035         (wl-summary-mark-as-answered): New function.
4036         (wl-summary-mark-as-unanswered): Ditto.
4037         (wl-summary-sync-marks): Modified for answered-mark synching.
4038
4039 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-action.el (wl-summary-set-mark): Fixed last change.
4042
4043 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4044
4045         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4046         behavior of wl-summary-unread-message-hook
4047         (Pointed out by akira yamada <akira@arika.org>).
4048
4049 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4050
4051         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4052         wl-summary-delete.
4053         * wl-xmas.el (wl-summary-toolbar): Ditto.
4054
4055         * wl-action.el (wl-summary-set-mark): Don't override current
4056         temp-mark.
4057
4058         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4059
4060 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4061
4062         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4063         (wl-refile-msgid-learn): Ditto.
4064         (wl-refile-get-field-value): Ditto.
4065
4066         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4067
4068         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4069         (wl-expire-delete-reserved-messages): Renamed from
4070         wl-expire-reserve-marked-msgs-from-list.
4071         (wl-expire-delete): Removed argument `msgdb'.
4072         (wl-expire-refile): Ditto.
4073         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4074         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4075         mark-alist as argument.
4076         (wl-expire-archive-number1): Removed argument `msgdb'.
4077         (wl-expire-archive-number2): Ditto.
4078         (wl-expire-archive-date): Ditto.
4079         (wl-expire-localdir-date): Ditto.
4080         (wl-expire-hide): Ditto.
4081         (wl-archive-number1): Ditto.
4082         (wl-archive-number2): Ditto.
4083         (wl-archive-date): Ditto.
4084         (wl-archive-folder): Ditto.
4085         All other related portions are changed.
4086
4087 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4088
4089         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4090         mean move up and down. (suggested by Takashi Kawachi)
4091
4092 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-acap.el (toplevel): Don't require un-define.
4095
4096 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-thread.el (wl-thread-delete-message): Always update
4099         wl-summary-buffer-number-list.
4100
4101         * wl-action.el (wl-summary-print-destination): 
4102         Do nothing when folder is nil.
4103
4104 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4105
4106         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4107         persistent mark when prefetch is succeeded.
4108
4109 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4112         instead of elmo-msgdb-delete-msgs.
4113         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4114         (wl-expire-hide): Ditto.
4115
4116         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4117
4118         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4119         elmo-msgdb interface.
4120         (wl-thread-get-exist-children): Likewise.
4121         (wl-thread-insert-message): Likewise.
4122         (wl-thread-msg-mark-as-important): Likewise.
4123         (wl-thread-insert-entity-sub): Likewise.
4124         (wl-thread-get-children-msgs-uncached): Likewise.
4125
4126         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4127         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4128         (wl-summary-sync-update): Likewise.
4129         (wl-summary-auto-select-msg-p): Likewise.
4130         (wl-summary-update-thread): Likewise.
4131         (wl-summary-mark-as-important): Likewise.
4132         (wl-summary-jump-to-msg-internal): Likewise.
4133         (wl-summary-redisplay-internal): Likewise.
4134         (wl-summary-print-message-with-ps-print): Likewise.
4135         (wl-summary-folder-info-update): Likewise.
4136
4137         * wl-folder.el (wl-folder-check-one-entity):
4138         elmo-folder-count-flags instead of wl-summary-count-unread.
4139
4140         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4141
4142         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4143
4144         * wl-summary.el (wl-summary-set-message-modified): 
4145         Call wl-summary-set-mark-modified.
4146         (wl-summary-delete-messages-on-buffer): Call
4147         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4148         (wl-summary-sync-update): Call elmo-folder-length instead of
4149         elmo-folder-messages.
4150         (wl-summary-insert-headers): Don't call
4151         elmo-folder-list-message-entities.
4152
4153 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4154
4155         * wl-action.el (wl-summary-define-mark-action): Call
4156         `wl-summary-set-mark' with argument `data'.
4157         (wl-summary-auto-refile): Fixed order of arguments when call
4158         `wl-summary-refile'.
4159
4160 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4161
4162         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4163
4164         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4165
4166         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4167         (Renamed from wl-highlight-summary-deleted-face).
4168         (wl-highlight-summary-resend-face): New face.
4169
4170         (wl-highlight-summary-deleted-face): Renamed from
4171         wl-highlight-summary-erased-face.
4172
4173         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4174
4175         * wl-action.el (wl-summary-get-resend-address): New function.
4176         (wl-summary-exec-action-resend): Ditto.
4177         (wl-summary-exec-action-resend-subr): Ditto.
4178
4179         * w-thread.el (wl-thread-copy): Removed definition.
4180         (wl-thread-refile): Ditto.
4181         (wl-thread-delete): Ditto.
4182         (wl-thread-target-mark): Ditto.
4183
4184         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4185         (wl-summary-target-mark-set-action): Fixed.
4186         (wl-summary-define-mark-action): Fixed quotation.
4187         (wl-summary-move-mark-list-messages): Display message.
4188         (wl-summary-define-mark-action): Define thread functions.
4189         (wl-summary-exec-action-refile): Changed message.
4190         (wl-summary-exec): Ditto.
4191
4192 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4193         
4194         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4195         '%%'.
4196
4197 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4198
4199         * wl.el (toplevel): Require wl-action.
4200         (wl-init): Call wl-summary-define-mark-action.
4201
4202         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4203
4204         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4205         wl-summary-delete and wl-summary-erase.
4206         (wl-summary-mode-map): Ditto.
4207
4208         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4209         wl-delete-folder-alist.
4210
4211         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4212         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4213         (toplevel): Moved mark & action related functions to the wl-action.el.
4214
4215         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4216         in wl-summary-mark-action-list.
4217         (wl-highlight-summary-current-line): Ditto.
4218
4219         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4220         empty lines.
4221
4222         * wl-action.el: New file. 
4223
4224 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4225
4226         * wl-summary.el (wl-summary-target-mark-replace): New function.
4227         (wl-summary-target-mark-prefetch): Use it.
4228         (wl-summary-target-mark-delete): Ditto.
4229         (toplevel): Rearranged definition order.
4230         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4231         (wl-summary-target-mark-erase): Rewrite.
4232         (wl-summary-erase-region): New function.
4233         (wl-summary-exec-action-erase): Changed message.
4234         (wl-summary-move-mark-list-messages): New function.
4235         (wl-summary-exec-action-delete): Use it.
4236         (wl-summary-exec-action-erase): Ditto.
4237
4238         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4239         (wl-summary-skip-mark-list): Added "d".
4240
4241         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4242         while searching.
4243
4244         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4245         and define using defcustom;
4246         Define 4th element as a face.
4247         
4248         * wl-summary.el (wl-summary-incorporate): Use 
4249         `wl-summary-prefetch-region-no-mark' instead of
4250         `wl-summary-prefetch-region'.
4251         (wl-summary-prefetch-region-no-mark): Revival of old
4252         `wl-summary-prefetch-region'.
4253         (wl-summary-mark-action-list): Moved to wl-vars.el
4254
4255         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4256         face according to the `wl-summary-mark-action-list'.
4257         (wl-highlight-summary-current-line): Ditto;
4258         Removed destination highlighting.
4259
4260         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4261         (wl-highlight-summary-line-string): Highlight for "i" mark.
4262         (wl-highlight-summary-current-line): Ditto.
4263
4264         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4265         no destination.
4266
4267         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4268         exists, just go ahead.
4269         (wl-summary-prefetch-region): Rewrite.
4270         (wl-summary-prefetch): Ditto.
4271         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4272         (wl-summary-exec-action-prefetch): New function.
4273         (wl-summary-target-mark-prefetch): Rewrite.
4274
4275 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4278         (wl-highlight-summary-line-string): Added "d" and "D".
4279         (wl-highlight-summary-current-line): Ditto.
4280
4281         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4282         in wl-summary.el.
4283         (wl-thread-insert-entity-sub): Ditto.
4284         (wl-thread-remove-destination-region): Ditto.
4285         (wl-thread-print-destination-region): Ditto.
4286
4287         * wl-summary.el (wl-summary-buffer-refile-list,
4288         wl-summary-buffer-delete-list,
4289         wl-summary-buffer-copy-list): Abolish.
4290         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4291         All other related portions are changed.
4292         (wl-summary-mark-action-list): New variable.
4293         (wl-summary-set-mark): New function.
4294         (wl-summary-register-target-mark): Ditto.
4295         (wl-summary-unregister-target-mark): Ditto.
4296         (wl-summary-have-target-mark-p): Ditto.
4297         (wl-summary-register-temp-mark): Ditto.
4298         (wl-summary-unregister-temp-mark): Ditto.
4299         (wl-summary-registered-temp-mark): Ditto.
4300         (wl-summary-collect-temp-mark): Ditto.
4301         (wl-summary-unset-mark): Ditto.
4302         (wl-summary-set-target-mark): Ditto.
4303         (wl-summary-unset-target-mark): Ditto.
4304         (wl-summary-set-action-generic): Ditto.
4305         (wl-summary-unset-action-generic): Ditto.
4306         (wl-summary-exec-action-delete): Ditto.
4307         (wl-summary-exec-action-erase): Ditto.
4308         (wl-summary-set-action-refile): Ditto.
4309         (wl-summary-set-action-refile-subr): Ditto.
4310         (wl-summary-unset-action-refile): Ditto.
4311         (wl-summary-make-destination-numbers-list): Ditto.
4312         (wl-summary-exec-action-refile): Ditto.
4313         (wl-summary-set-action-copy): Ditto.
4314         (wl-summary-unset-action-copy): Ditto.
4315         (wl-summary-exec-action-copy): Ditto.
4316         (wl-summary-collect-numbers-region): Ditto.
4317         (wl-summary-delete): Rewrite.
4318         (wl-summary-erase): Ditto.
4319         (wl-summary-remove-destination): Ditto.
4320         (wl-summary-exec): Ditto.
4321         (wl-summary-exec-region): Ditto.
4322         (wl-summary-target-mark-erase): Ditto.
4323         (wl-summary-refile): Ditto.
4324         (wl-summary-copy): Ditto.
4325         (wl-summary-unmark): Ditto.
4326         (wl-summary-delete-all-mark): Ditto.
4327         (wl-summary-mark-line): Don't highlight.
4328         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4329         (wl-summary-target-mark-refile-subr): Rewrite.
4330
4331         (wl-summary-copy-prev-destination): Abolish.
4332
4333 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4334
4335         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4336         default values along the value of wl-on-mule.
4337         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4338         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4339         It is not used anywhere.
4340
4341 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4342
4343         * wl-summary.el (wl-summary-print-destination): Keep position.
4344         (wl-summary-cursor-move-surface): Keep horizontal position.
4345
4346 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4347
4348         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4349         write sendlog.
4350
4351 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4352
4353         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4354         `wl-summary-highlight'.
4355
4356 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4357
4358         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4359         trivial condition for temp-mark.
4360
4361 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4362
4363         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4364         when it hits killed buffer.
4365
4366 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4367
4368         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4369         * wl-news.el.in: `message' and `error' take format string.
4370
4371 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4372
4373         * wl-folder (wl-folder-insert-entity): Display a message,
4374         `...done', when the work finish.
4375         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4376
4377 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4378
4379         * wl-message.el (wl-message-redisplay): Remove unused local
4380         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4381
4382 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4383
4384         * wl-summary.el (wl-summary-replace-status-marks): Disable
4385         interactive use.
4386         (wl-summary-reedit): Check message existence at first.
4387         (wl-summary-mark-line): Fix doc, return value is indefinite.
4388
4389         * wl-highlight.el (wl-highlight-message): Arranged.
4390
4391         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4392         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4393         check temp-mark by wl-summary-temp-mark always.
4394         (wl-highlight-summary): Change accordingly.
4395         * wl-summary.el (wl-summary-mark-as-read-all)
4396         (wl-summary-delete-cache, wl-summary-set-score-mark)
4397         (wl-summary-mark-as-unread, wl-summary-unmark)
4398         (wl-summary-mark-line, wl-summary-mark-as-read)
4399         (wl-summary-mark-as-important): Ditto.
4400
4401         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4402         end of the window if possible.
4403         * wl-summary.el (wl-summary-sync-update): Support lazy
4404         highlighting.
4405         (wl-summary-toggle-disp-msg): Ditto.
4406
4407 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4408
4409         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4410
4411 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4412
4413         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4414         change.
4415
4416 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4419         API.
4420         (wl-summary-sync-update): Ditto.
4421
4422         * wl-score.el (wl-score-get-score-alist): Changed argument.
4423         (wl-summary-rescore-msgs): Likewise.
4424         (wl-summary-score-headers): Likewise.
4425         (wl-score-headers): Likewise;
4426         Use elmo-folder-do-each-message-entity, etc.
4427         (wl-summary-score-effect): Follow the changes above.
4428         (wl-summary-rescore): Ditto.
4429         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4430         (wl-score-get-overview): Abolish.
4431
4432         * wl-summary.el (wl-summary-default-from): Follow the API change in
4433         elmo-msgdb.
4434         (wl-summary-count-unread): Ditto.
4435         (wl-summary-detect-mark-position): Ditto.
4436         (wl-summary-overview-entity-compare-by-date): Ditto.
4437         (wl-summary-overview-entity-compare-by-number): Ditto.
4438         (wl-summary-overview-entity-compare-by-from): Ditto.
4439         (wl-summary-overview-entity-compare-by-subject): Ditto.
4440         (wl-summary-get-list-info): Ditto.
4441         (wl-summary-rescan): Ditto.
4442         (wl-summary-jump-to-msg-by-message-id): Ditto.
4443         (wl-summary-sync-update): Ditto; Removed comment.
4444         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4445         (wl-summary-insert-message): Use wl-summary-insert
4446         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4447         (wl-summary-insert-headers): Changed argument overview to folder.
4448         (wl-summary-search-by-subject): Likewise.
4449         (wl-summary-insert-thread): Renamed from 
4450         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4451
4452         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4453         too.
4454
4455         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4456         wl-string-member.
4457
4458 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4459
4460         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4461         elmo-folder-append-buffer.
4462         (wl-draft-queue-append): Likewise.
4463
4464         * wl-mime.el (wl-message-delete-current-part): Ditto.
4465         (wl-summary-burst-subr): Ditto.
4466
4467         * wl-news.el.in (wl-news-send-news): Ditto.
4468
4469 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4472         function.
4473         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4474         (wl-summary-update-mark): Enclose with save-excursion.
4475         (wl-summary-mark-as-read-internal): Fixed last change.
4476         (wl-summary-mark-as-important): Use 3rd argument of
4477         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4478         Don't use elmo-msgdb-set-mark.
4479         (wl-summary-redisplay-internal): If msgdb flag is already read,
4480         just update the mark on buffer.
4481
4482 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4483
4484         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4485         cut visible folder when elmo-folder-delete returns non-nil value.
4486
4487 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4488
4489         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4490         by Kenichi OKADA <okada@opaopa.org>).
4491
4492 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4493
4494         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4495
4496 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4497
4498         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4499         Fixed the last change, search group entity by its real name.
4500         (Thanks to: KOBAYASHI Shinji)
4501
4502 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4503
4504         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4505         (wl-fldmgr-access-display-all): Don't refer visible name.
4506         * wl-expire.el (wl-folder-archive-current-entity)
4507         (wl-folder-expire-current-entity): Ditto.
4508         * wl-folder.el (wl-folder-jump-to-current-entity)
4509         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4510         (wl-folder-open-folder-sub,wl-folder-open-all)
4511         (wl-folder-write-current-folder): Ditto.
4512         (wl-folder-insert-entity): Don't use petname for normal group.
4513         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4514         is the real name.
4515         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4516         Abolished.
4517
4518 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4519
4520         * wl-draft.el (wl-draft-create-buffer): Add
4521         `wl-summary-reply-with-citation'
4522
4523 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4524
4525         * wl-draft.el (wl-draft-reply): Fixed.
4526
4527 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4528
4529         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4530         when `wl-draft-send-confirm-with-preview' is non-nil.
4531         You can scroll up/down by j/k.
4532         (wl-draft-send-confirm-with-preview): New variable (default=t).
4533
4534 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4537         (wl-fldmgr-save-folders): Fix comment.
4538
4539 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4540
4541         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4542         along the last change in `wl-folder-buffer-group-p'.
4543
4544 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4547         folder.
4548
4549         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4550         the default value.
4551
4552         * wl-mime.el (wl-summary-burst): Update summary only when target
4553         folder equals current folder.
4554
4555 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4558
4559 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4562         value.
4563
4564 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4567         `map-extents' instead of `extent-at' repeatedly.
4568         (wl-highlight-folder-current-line): Ditto.
4569
4570         * wl-highlight.el: Remove useless dummy functions.
4571
4572 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4573
4574         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4575         (wl-folder-put-folder-property): New function to put text property.
4576         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4577         (wl-folder-insert-entity, wl-folder-update-diff-line)
4578         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4579         * wl-e21.el, wl-xmas.el, wl-mule.el
4580         (wl-highlight-folder-current-line): Ditto.
4581         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4582         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4583         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4584         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4585
4586 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * Version number is increased to 2.11.3.
4589
4590 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4593         Resume current-buffer since it is assumed by remaining tasks.
4594
4595 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4598         (wl-folder-completion-function): Abolished.
4599         (wl-folder-complete-folder): New function.
4600         (wl-folder-complete-filter-condition): Ditto.
4601         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4602         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4603
4604 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-draft.el (wl-draft-send-confirm): New function.
4607         (wl-draft-send): Use it.
4608
4609         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4610         cursor-in-echo-area while confirming.
4611
4612         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4613
4614         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4615         searching via nntp if wl-summary-search-via-nntp is 'force.
4616         Otherwise, invoke searching in nntp folder only.
4617         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4618
4619         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4620         explicitly for mime-make-text-tag.
4621
4622 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4623
4624         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4625         `mime-make-text-tag' instead of `mime-create-tag'.
4626
4627 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4630         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4631
4632 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-score.el (wl-score-save): Bind print-length and print-level.
4635         (wl-score-pretty-print): Ditto.
4636         (wl-score-edit-insert-header-entry): Ditto.
4637
4638         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4639         "From" entry to be treated with wl-draft-eword-encode-address-list.
4640         * wl-mime.el (wl-draft-preview-message): Ditto.
4641
4642         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4643         (wl-summary-mark-as-unread): Ditto.
4644         (wl-summary-mark-as-read-region): Change accordingly.
4645         (wl-summary-mark-as-unread-region): Ditto.
4646         (wl-summary-target-mark-mark-as-read): Ditto.
4647         (wl-summary-target-mark-mark-as-unread): Ditto.
4648
4649 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * Version number is increased to 2.11.2.
4652
4653 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-news.el.in (wl-news-previous-version-save): Bind
4656         print-length and print-level.
4657         * wl-thread.el (wl-thread-save-entities): Ditto.
4658         (wl-thread-save-top-list): Bind print-length.
4659
4660 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-highlight.el (wl-highlight-summary-line-string): Use
4663         wl-summary-score-below-mark, wl-summary-score-over-mark.
4664         (wl-highlight-summary-current-line): Ditto.
4665
4666 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4669         insert it.
4670
4671 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4674
4675 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4678         message without msgid.
4679         Rewrite with elmo-folder-move-messages.
4680         Set wl-message-buffer to nil.
4681
4682         * wl-summary.el (wl-summary-erase-subr): New function. Use
4683         elmo-folder-move-messages.
4684         (wl-summary-erase): Call it.
4685         (wl-summary-target-mark-erase): Ditto.
4686
4687 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4688
4689         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4690         it is not up-tp-date.
4691
4692 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4695         buffer after calling `wl-summary-goto-folder-subr' without the
4696         argument `interactive'.
4697         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4698
4699 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4700
4701         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4702         `mime-create-tag'. Use `string=' instead of `looking-at'.
4703
4704 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4707         to avoid compile warning.
4708
4709         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4710         entity-id when folder is given.
4711         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4712         save-excursion, use save-selected-window instead.
4713         Select folder buffer window if exists.
4714         (To correct behavior with wl-folder-move-cur-folder.)
4715
4716 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4717
4718         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4719
4720 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4721
4722         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4723         list-count instead of %d.
4724
4725 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4728         (wl-news): Set it.
4729         (wl-news-append-to-folder): Use it.
4730
4731         * wl-news.el.in (wl-news-send-news): Append to specified folder
4732         instead of wl-default-folder.
4733         (wl-news-append-to-folder): Show error message with specified folder.
4734
4735         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4736                 In most major modes, Emacs assumes that any opening
4737                 delimiter found at the left margin is the start of a
4738                 top-level definition, or defun. Therefore, *never put an
4739                 opening delimiter at the left margin unless it should have
4740                 that significance.*
4741
4742         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4743
4744 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4745
4746         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4747
4748 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4749
4750         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4751
4752 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4753
4754         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4755         for sequential numbering case.
4756
4757 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4760         value.
4761         (wl-draft-reply-without-argument-list): Ditto.
4762         (wl-draft-reply-myself-with-argument-list): Abolish.
4763         (wl-draft-reply-myself-without-argument-list): Ditto.
4764         * wl-draft.el (wl-draft-self-reply-p): New function.
4765         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4766
4767 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4770         (avoid error for the case without byte-compiling)
4771
4772 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4773
4774         * wl-news.el.in (wl-news-append-to-folder): New function.
4775         (wl-news-exit): Rewrite.
4776         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4777
4778 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4779
4780         * wl-draft.el (wl-draft-reply-position): New function.
4781         (wl-draft-reply-position): Fix.
4782         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4783         (wl-summary-target-mark-reply-with-citation): Ditto.
4784         (wl-summary-reply-with-citation): Ditto.
4785         * wl-vars.el (wl-draft-reply-default-position): New variable.
4786
4787 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4788
4789         * wl-draft.el (wl-draft-send): Preview when interactive send.
4790
4791 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4792
4793         * wl-draft.el (wl-draft-reply): Set default position.
4794         * wl-summary.el (wl-summary-reply): Ditto.
4795         (wl-summary-reply-with-citation): Ditto.
4796         (wl-summary-target-mark-reply-with-citation): Ditto.
4797
4798 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-news.el.in (wl-news-lang): Set default value according to
4801         current-language-environment.
4802         (wl-news-append-news): Do nothing when news-list is nil.
4803
4804 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4805
4806         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4807         (wl-news): Change message.
4808         (wl-news-exit): Check buffer.
4809         (wl-news-force-exit): New function.
4810         (wl-news-show-all): New function.
4811         (wl-news-discard-and-exit): Fix.
4812
4813 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4816         according to current-language-environment.
4817
4818         * wl-news.el.in (wl-news): If arg, show all NEWS after
4819         wl-news-default-previous-version.
4820
4821 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4822
4823         * wl-news.el.in (wl-news-check): Rewritten.
4824         (wl-news-previous-version-load): Change data type.
4825         (wl-news-previous-version-save): Change data type.
4826         (wl-news-append-news): Add return value.
4827         (wl-news-check-news): New function.
4828         (wl-news-already-current-p): New function.
4829         (wl-news-send-news): Rewritten.
4830         (wl-news-mode-map): Add new keybind.
4831         (wl-news): Rewritten.
4832         (wl-news-exit): Rewritten.
4833         (wl-news-discard-and-mail): New function.
4834         (wl-news-send-to-address): Abolished.
4835         * wl.el (wl-init): Delete a message.
4836
4837 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4838
4839         * wl-news.el.in (wl-news-exit): Update previous version.
4840         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4841
4842 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4843
4844         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4845
4846 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4847
4848         * wl-news.el.in (wl-news): New function.
4849         (wl-news-mode): New function.
4850         (wl-news-next-line): New function.
4851         (wl-news-next-page): New function.
4852         (wl-news-exit): New function.
4853         (wl-news-buf-name): New variable.
4854         (wl-news-mode-map): New variable.
4855         (wl-news-winconf): New variable.
4856         (wl-news-append-news): Add an option.
4857
4858 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4859
4860         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4861
4862 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4863
4864         * wl-news.el.in (wl-news-send-to-address): New variable.
4865         (wl-news-send-news): Use it.
4866         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4867         Return updating status.
4868         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4869
4870 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4871
4872         * wl-news.el.in (wl-news-send-news): Delete
4873         Organization and X-Face.
4874
4875 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4876
4877         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4878         (wl-news-append-news): New function.
4879         (wl-news-send-news): New function.
4880
4881 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4882
4883         * Version number is increased to 2.11.1.
4884
4885 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4886
4887         * wl-news.el.in : New file.
4888
4889 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4890
4891         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4892         default value.
4893         (wl-draft-reply-without-argument-list): Ditto.
4894
4895 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4896
4897         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4898         (wl-message-buffer-prefetch-idle-time): Ditto.
4899         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4900
4901 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-thread.el (wl-thread-insert-message): Use
4904         wl-summary-max-thread-depth.
4905
4906         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4907         loop detection.
4908
4909         * wl-message.el (wl-message-buffer-display): Back to the first page
4910         when cache is hit.
4911
4912 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4915
4916         * wl-summary.el (wl-summary-insert-thread-entity):
4917         If the thread depth is reached to wl-summary-max-thread-depth,
4918         divide the thread.
4919
4920 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4921
4922         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4923         for elmo-remove-passwd.
4924
4925 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4928         folder is sticky.
4929         (wl-folder-mark-as-read-all-entity): Ditto.
4930         (wl-folder-prefetch-entity): Ditto.
4931
4932 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4933
4934         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4935
4936 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4939         Delete messages on buffer for unplugged operation.
4940         (wl-summary-erase): Ditto.
4941
4942 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4943
4944         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4945         take nil so as not to search parent by subject.
4946
4947 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4948
4949         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4950         (wl-folder-get-next-folder): Ditto.
4951         (wl-folder-get-path): Ditto.
4952
4953 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4956         system and encode the region with it before verifying.
4957
4958 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4961         system of the echo buffer before decoding.
4962
4963 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4966         original contents.
4967
4968 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4971         with argument 'any-exists.
4972
4973 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4974
4975         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4976         Use `wl-cs-autoconv'.
4977
4978 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4981         by `mime-view-automatic-conversion'.
4982
4983         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4984         (wl-message-verify-pgp-nonmime): Ditto.
4985         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4986         Bind them to C-c:d and C-c:v respectively.
4987
4988         Merge following code by Teranishi-san from [wl-en:00167].
4989         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4990         (wl-mime-preview-application/pgp-encrypted): Ditto.
4991         (wl-mime-setup): Add entry.
4992
4993 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-summary.el (wl-summary-target-mark-erase): New function.
4996         Bind it to "mD".
4997
4998 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-vars.el (wl-draft-write-file-function): Fix.
5001         (wl-draft-reedit-hook): Changed default value.
5002
5003         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5004         wl-draft-reedit-hook.
5005         (wl-draft-remove-text-plain-tag): New function.
5006         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5007
5008         * wl-vars.el (wl-draft-write-file-function): New user option.
5009
5010         * wl-draft.el (wl-draft-prepare-edit): Use it for
5011         local-write-file-hooks.
5012         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5013
5014         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5015         (wl-draft-insert-mail-header-separator): Return the body beginning
5016         point.
5017         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5018         text/plain.
5019         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5020
5021 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5022
5023         * wl-summary.el (wl-summary-erase): New function to erase message
5024         without moving it to trash. Bind to "D".
5025
5026         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5027         as `keep' unless switch-function.
5028
5029 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5030
5031         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5032         message buffer by using `wl-summary-toggle-disp-msg'.
5033         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5034         buffer window.
5035         (wl-summary-supresedes-message): Ditto.
5036
5037         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5038         Do not delete other windows.
5039         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5040         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5041         (wl-draft-create-buffer): Set reply-or-forward also for target
5042         mark commands.
5043
5044 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-draft.el (wl-user-agent-compose): Delete special case for
5047         switch-to-buffer-other-window.
5048
5049         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5050         (wl-summary-forward): Ditto.
5051
5052         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5053         function.
5054         (wl-draft-buffer-style): New use option.
5055
5056         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5057         (wl-draft): Follow the change above.
5058         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5059         wl-draft-buffer-style.
5060         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5061         switch-function.
5062
5063 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5064
5065         * wl-address.el (wl-address-make-completion-entry): Extracted from
5066         `wl-address-make-completion-list'.
5067         (wl-address-enable-strict-loading): New variable.
5068         (wl-address-make-completion-list): Revive petname duplication
5069         inquiry, and enable it if `wl-address-enable-strict-loading'.
5070         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5071
5072 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-message.el (wl-message-get-original-buffer): Avoid
5075         'Selecting deleted buffer' error when original buffer is killed.
5076
5077 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-summary.el (wl-summary-next-message): Use
5080         elmo-message-accessible-p instead of elmo-message-cached-p.
5081
5082 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5085
5086         * wl-thread.el (wl-thread-open-all-unread): Use
5087         elmo-folder-list-flagged instead of
5088         elmo-folder-list-messages-mark-match.
5089
5090         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5091         instead of elmo-folder-list-messages-mark-match.
5092         (wl-summary-move-spec-alist): New variable.
5093         (wl-summary-move-spec-plugged-alist,
5094         wl-summary-move-spec-unplugged-alist): Abolish.
5095         (wl-summary-next-message): Follow the change above.
5096         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5097         with 'no-msg' argument.
5098
5099         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5100         variable.
5101         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5102         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5103         (wl-message-buffer-prefetch-get-next): Follow the change above.
5104
5105 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5106
5107         * wl-version.el (wl-version): Changed codename.
5108
5109         * Version number is increased to 2.11.0.
5110
5111 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5112
5113         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5114         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5115         `wl-draft-config-variables'.
5116         (wl-draft-kill): Fixed problem when the draft is reedit.
5117
5118 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5121         buffer-modified status (Thanks to
5122         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5123
5124 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5125
5126         * wl-util.el (wl-region-exists-p): New function.
5127
5128         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5129         Remove defvars for byte-compile warnings.
5130
5131 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5132
5133         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5134         defvar-maybe. Removed unused bind.
5135
5136 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5137
5138         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5139         summary buffer window before creating new frame.
5140         (wl-draft-reply): Ditto.
5141
5142 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5143
5144         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5145
5146 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5149
5150 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5151
5152         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5153         instead of `kill-region'.
5154
5155 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5158         (wl-highlight-summary-line-string): Use it.
5159         (wl-highlight-summary-current-line): Ditto.
5160
5161         * wl-mime.el (wl-message-delete-current-part): Check the class of
5162         mime-entity.
5163
5164         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5165
5166         * wl-summary.el (wl-summary-make-number-list): Initialize.
5167         (wl-summary-update-mark): New function.
5168         (wl-summary-reply): Put `answered' mark on the message.
5169         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5170
5171         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5172         (wl-draft-reply): Added optional argument `number';
5173         Set wl-draft-parent-number.
5174         (wl-draft-kill): Delete answered mark if it is a reply.
5175
5176 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5177
5178         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5179         that originates in mime-preview-follow-current-entity.
5180         (wl-draft-yank-current-message-entity): Use it if region is active.
5181
5182         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5183         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5184         `wl-message-delete-current-part'.
5185         * wl-mule.el (wl-message-define-keymap): Ditto.
5186         * wl-xmas.el (wl-message-define-keymap): Ditto.
5187
5188 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-mime.el (wl-message-delete-current-part): New function.
5191         (wl-mime-node-id-to-string): Ditto.
5192
5193         * wl-mime.el (wl-message-delete-current-part): Use existing
5194         original buffer which corresponds current mime-view buffer.
5195         (fetched buffer might have different structure, possibly)
5196
5197         * wl-mime.el (wl-message-delete-current-part): Quit if the
5198         message content differs from the actual message.
5199
5200 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5203         order.
5204         (wl-summary-search-by-subject): Search parent message from tail;
5205         Check the existence of the parent message on the current thread tree.
5206         (wl-summary-update-thread): Check whether the line is inserted.
5207
5208 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5209
5210         * wl-vars.el (wl-summary-line-format): Undo last change.
5211         * wl-summary.el (wl-summary-print-destination): Do not put
5212         invisible property when `wl-summary-width' is nil.
5213         (wl-summary-line-subject-minimum-length): Abolished.
5214         (wl-summary-line-subject): Ditto.
5215
5216 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5217
5218         * wl-vars.el (wl-summary-line-format): Change default value.
5219         (wl-summary-subject-length-limit): Abolished.
5220         * wl-summary.el (wl-summary-line-subject): Ditto.
5221
5222 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5223
5224         * wl-template.el (wl-template-select): Added optional argument.
5225         If optional argument is specified, reverse
5226         `wl-template-visible-select'.
5227
5228 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5229
5230         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5231         Take prefix argument to force asking the destination folder.
5232
5233 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5234
5235         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5236         count and update status.
5237
5238 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * wl-summary.el (wl-summary-redisplay-internal): If
5241         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5242         after fetching.
5243
5244 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5245
5246         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5247         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5248
5249         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5250
5251 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5254         (All other related portions are changed).
5255         (wl-summary-mark-as-read-all): Rewrite.
5256
5257 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5258
5259         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5260         `wl-summary-mark-as-read'.
5261         (wl-summary-mark-as-unread): Rewrite.
5262         (wl-summary-mark-as-read): Added no-modeline argument.
5263         (wl-summary-resume-cache-status): Rewrite.
5264         (wl-summary-exec-subr): Remove unused local variable.
5265
5266 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5267
5268         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5269         logic to call `wl-summary-buffer-prev-folder-function'.
5270         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5271
5272 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5275         is nil.
5276
5277 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5280         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5281         (wl-mime-setup): Add its entry.
5282
5283 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5286         (wl-summary-delete-cache): Likewise.
5287         (wl-summary-mark-as-read): Rewrite.
5288
5289 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5290
5291         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5292         `wl-summary-count-unread'.
5293
5294         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5295
5296         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5297
5298 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5301         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5302         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5303         Renamed to the elmo-msgdb-*-mark.
5304         (wl-summary-score-marks): Follow the change above.
5305         (wl-summary-auto-refile-skip-marks): Ditto.
5306         (wl-summary-incorporate-marks): Ditto.
5307         (wl-summary-expire-reserve-marks): Ditto.
5308
5309         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5310         changes.
5311         (wl-thread-insert-top): Changed updating message.
5312
5313         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5314         variable.
5315         (wl-summary-count-unread): Count answered marks.
5316         (wl-summary-rescan): Call wl-summary-insert-message instead of
5317         wl-summary-append-message-func-internal.
5318         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5319         (wl-summary-prefetch-msg): Follow the variable name changes.
5320         (wl-summary-prefetch-region): Ditto.
5321         (wl-summary-mark-as-read-all): Follow the API changes;
5322         Don't call elmo-folder-replace-marks.
5323         (wl-summary-delete-cache): Follow the variable name changes.
5324         (wl-summary-resume-cache-status): Ditto.
5325         (wl-summary-update-status-marks): New function.
5326         (wl-summary-insert-message): New function.
5327         (wl-summary-sync-marks): Follow the variable name changes.
5328         (wl-summary-sync-update): Synchronize to the msgdb, too;
5329         Changed update messages.
5330         (wl-summary-make-number-list): Rewrite.
5331         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5332         (wl-summary-mark-as-unread): Follow the API changes.
5333         (wl-summary-exec-subr): Follow the variable name changes.
5334         (wl-summary-mark-as-read): Ditto.
5335         (wl-summary-move-spec-plugged-alist): Ditto.
5336         (wl-summary-move-spec-unplugged-alist): Ditto.
5337         (wl-summary-cursor-move-surface): Ditto.
5338
5339         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5340         variable name changes.
5341         (wl-highlight-summary-current-line): Ditto.
5342
5343         * wl-expire.el (wl-expire-refile): Follow the API change in
5344         elmo-folder-move-messages.
5345         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5346         (wl-summary-archive): Use elmo-folder-msgdb instead of
5347         elmo-msgdb-load.
5348
5349 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5350
5351         * wl-mime.el (wl-draft-preview-message): Restore the position
5352         before evaluating wl-draft-send-hook in preview buffer.
5353
5354 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5357         when it creates new draft buffer.
5358
5359         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5360         without argument.
5361
5362         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5363         Evaluate content and if the value is string, insert it.
5364         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5365         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5366         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5367         wl-draft-config-sub-part-bottom): Use it.
5368
5369         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5370         with the folder name. The question was unintelligible when it is
5371         called from wl-save-status.
5372
5373 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5376         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5377         cannot take second argument).
5378
5379 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5380
5381         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5382         as t. Since type and subtype are not case sensitive (RFC 2045).
5383
5384 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5385
5386         * wl-vars.el (wl-message-mode-line-format): New variable.
5387         (wl-message-mode-line-format-spec-alist): Ditto.
5388         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5389         (wl-message-redisplay): Use wl-message-mode-line-format.
5390
5391 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5394
5395 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-summary.el (wl-summary-default-from): Write description.
5398
5399 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * wl-vars.el (wl-ldap-objectclass): Abolish.
5402
5403         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5404         (wl-ldap-make-filter): Removed condition for objectclass.
5405         (wl-ldap-make-matched-value-list): Remove meaningless process.
5406         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5407         (wl-address-ldap-search): Don't add `*' to `pat' string;
5408         use ignore-errors; added `email';
5409         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5410         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5411         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5412
5413
5414 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5415
5416         * wl-draft.el (wl-draft-parent-folder): Write description.
5417         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5418
5419 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5422         as "" (zero-length string) if no parent.
5423         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5424
5425 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5426
5427         * wl-address.el (wl-address-make-completion-list): Skip duplication
5428         checking.
5429         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5430         `append'.
5431
5432 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5433
5434         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5435         instead of `beginning-of-buffer'.
5436
5437 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5440
5441 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5442
5443         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5444         Refer wl-message-buffer-name.
5445         (wl-message-wheel-down): Ditto.
5446
5447 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-vars.el (wl-message-buffer-name): New user option.
5450
5451         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5452         directly instead of making alist dinamically.
5453
5454         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5455         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5456         wl-message-buffer-cache-name.
5457         (wl-message-buffer-cache-clean-up): Ditto.
5458
5459         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5460
5461         * Version number is increased to 2.9.15.
5462
5463 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5464
5465         * wl-vars.el (wl-summary-default-view-alist): New user option.
5466
5467         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5468
5469         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5470         while deleting address.
5471         (wl-draft-delete-myself-from-cc): Ditto.
5472
5473         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5474         If optional argument is specified, reverse sort order.
5475
5476         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5477
5478 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-thread.el (wl-thread-insert-message): Return parent number if
5481         exists.
5482         (wl-thread-update-indent-string-region): Use
5483         wl-thread-update-line-on-buffer-sub instead of
5484         wl-thread-update-line-on-buffer.
5485
5486 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5487
5488         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5489         (wl-folder-close-all): Ditto.
5490
5491 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5492
5493         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5494         and mailing-list:.
5495         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5496         value.
5497         (wl-summary-line-list-info): Print mailing-list name even when 
5498         list-number is empty.
5499
5500 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5501
5502         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5503
5504         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5505         (wl-draft-open-file): Ditto.
5506         (wl-draft-random-alphabet): Ditto.
5507
5508         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5509         bindings.
5510
5511 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5514         * wl-vars.el (wl-draft-config-alist): Ditto.
5515
5516 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * Version number is increased to 2.9.14.
5519
5520         * wl.el (wl): Don't set wl-init as nil when error occured while
5521         auto-checking folders.
5522
5523         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5524         `elmo-expand-newtext'.
5525
5526 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5527
5528         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5529         `this-command' so that `wl-folder-goto-folder' contained in
5530         `wl-summary-keep-cursor-command' work.
5531
5532 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5533
5534         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5535         message buffer displaying state.
5536
5537 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-vars.el (wl-summary-default-view): New variable to specify
5540         default value for `wl-summary-buffer-view' instead of using
5541         set-default.
5542         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5543
5544 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5545
5546         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5547
5548         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5549
5550 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5551
5552         * wl-vars.el (wl-forward-subject-prefix): New variable.
5553         * wl-draft.el (wl-draft-forward): Use it.
5554
5555 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl-message.el (wl-message-prev-page): When it is called without
5558         lines argument, scroll down by wl-message-scroll-amount lines.
5559         (wl-message-next-page): Ditto.
5560         * wl-vars.el (wl-message-scroll-amount): Change default value
5561         to preserve current behavior.
5562
5563 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5564
5565         * wl-summary.el (wl-summary-prefetch-msg): Bind
5566         `wl-message-entity' to call `wl-summary-from-function'.
5567
5568 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-message.el (wl-message-buffer-create): Run
5571         wl-message-buffer-created-hook.
5572
5573 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-summary.el (wl-summary-sort-specs): New variable.
5576         (wl-summary-default-sort-spec): Ditto.
5577         (wl-summary-sort): Rewrite.
5578         (wl-summary-sort-by-list-info): New function.
5579
5580 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5581
5582         * wl-summary.el (wl-summary-get-list-info): New function.
5583         (wl-summary-sort): Rewrite.
5584         (wl-summary-line-list-info): Ditto.
5585         (wl-summary-line-list-count): Ditto.
5586         (wl-summary-refile-region): Fixed docstring.
5587
5588 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5591         `wl-folder-entity-hashtb' as completion table.
5592
5593 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5596         only when this command is called interactively; silence the byte-
5597         compiler.
5598
5599 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5600
5601         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5602         active in XEmacs.
5603
5604 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5605
5606         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5607         plural lines.
5608
5609 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5610
5611         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5612         of current line when the cursor is on the header name.
5613         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5614
5615 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5616
5617         * wl-util.el (wl-read-directory-name): Return displayed directory
5618         as the default value also on XEmacs.
5619
5620 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5623         formatting.
5624
5625 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5628         argument and when it is non-nil, check face property before
5629         highlighting for each line.
5630         (wl-highlight-summary-window): Set it.
5631
5632 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5635         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5636
5637         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5638         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5639         (wl-draft-get-fcc-list): Likewise.
5640
5641 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5644         (wl-thread-entity-cur): Ditto.
5645         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5646         wl-thread-indent-regexp setting.
5647         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5648
5649         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5650         wl-summary-lazy-highlight.
5651         (wl-summary-display-bottom): Ditto.
5652
5653         * wl-thread.el (wl-thread-open-close): Likewise.
5654
5655         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5656         from and subject;
5657         Bind wl-draft-use-frame;
5658         Enclose with save-window-excursion;
5659         Use wl-draft-create-buffer instead of with-temp-buffer;
5660         Use wl-draft-prepare-edit;
5661         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5662         Use wl-draft-send instead of wl-draft-raw-send.
5663
5664 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5665
5666         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5667         of using wl-from.
5668
5669 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5672         insert-buffer instead of clone-buffer.
5673         (wl-draft-doing-mime-bcc): New variable.
5674         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5675         infinite loop.
5676         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5677
5678         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5679         (wl-draft-mime-bcc-body): Ditto.
5680
5681         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5682         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5683         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5684         wl-draft-do-mime-bcc.
5685         (wl-draft-mime-bcc-field): New function.
5686         (wl-draft-do-mime-bcc): Ditto.
5687
5688         * wl-address.el (wl-address-complete-header-list): New variable.
5689         (wl-address-complete-header-regexp): Changed default value.
5690
5691         * Version number is increased to 2.9.13.
5692
5693 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5696         it is differed.
5697
5698 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5699
5700         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5701         (wl-summary-line-list-count): Ditto.
5702
5703 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5706         (wl-nntp-posting-function): New variable.
5707         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5708         `wl-nntp-posting-config-alist'.
5709
5710 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5711
5712         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5713         FLIM.
5714
5715 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5716
5717         * wl-summary.el (wl-summary-target-mark-refile-sub):
5718         Remove a nuisance funcall.
5719
5720 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5723         as t for `try-completion'.
5724
5725 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * wl-summary.el (wl-summary-default-from): Use
5728         wl-address-header-extract-address instead of
5729         std11-extract-address-components.
5730         (wl-summary-simple-from): Ditto.
5731         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5732         (wl-summary-insert-headers): Show message.
5733         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5734         for whole line.
5735         (wl-summary-default-from): Revert last change.
5736         (wl-summary-simple-from): Ditto.
5737         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5738         (wl-summary-mark-as-read-region): Follow the change above.
5739         (wl-summary-sync-marks): Ditto.
5740         (wl-summary-target-mark-mark-as-read): Ditto.
5741         (wl-summary-redisplay-internal): Ditto.
5742         (wl-summary-redisplay-no-mime-internal): Ditto.
5743         (wl-summary-redisplay-all-header): Ditto.
5744         (wl-summary-mark-as-read): Removed argument `cached';
5745         Use current cache status to set cache mark.
5746         (wl-summary-redisplay-internal): Follow the change above.
5747         (wl-summary-redisplay-no-mime-internal): Ditto.
5748         (wl-summary-redisplay-all-header): Ditto.
5749
5750         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5751
5752         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5753         Don't call itself recursively (Adviced by Yamaoka-san).
5754
5755 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5756
5757         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5758         bind wl-summary-highlight as nil to avoid error caused by missing
5759         local variables.
5760
5761 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-vars.el (wl-invalid-character-message): New user option.
5764
5765         * wl-util.el (wl-set-string-width): If truncated string-width is
5766         larger than specified width, use `wl-invalid-character-message'.
5767
5768 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5769
5770         * wl-summary.el (wl-summary-prefetch-msg): 
5771         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5772
5773 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-vars.el (wl-summary-check-line-format): New user option.
5776         (wl-summary-line-format-file): Ditto.
5777
5778         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5779         variable.
5780         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5781         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5782         and `wl-summary-view-old-p' to check whether do a rescan or not.
5783         (wl-summary-view-old-p): New function.
5784         (wl-summary-line-format-changed-p): Ditto.
5785         (wl-summary-line-format-save): Ditto.
5786         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5787
5788         * wl-util.el (wl-set-string-width): Avoid using negative number
5789         for make-string.
5790
5791 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5792
5793         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5794         return value.
5795
5796         * wl-util.el (wl-set-string-width): Added optional argument
5797         `padding' (All other related portions are changed).
5798         (wl-line-parse-format): If the first letter of column number is
5799         `0', zero-padding the result (ex: "%05l").
5800
5801         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5802
5803 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5806         sequential summary view.
5807
5808 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5811         if it doesn't have a -unix version.
5812
5813 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5816
5817 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5820         content.
5821         (wl-draft): Follow the change above.
5822
5823         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5824
5825         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5826         and wl-folder-summary-line-format-alist contain %T and %P.
5827
5828         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5829         (wl-summary-mode-line-format): New user option.
5830         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5831         (wl-summary-line-format): Changed default value.
5832         (wl-summary-lazy-highlight): Changed default value.
5833
5834         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5835         change in wl-summary-create-line.
5836         (wl-thread-insert-entity-sub): Ditto.
5837
5838         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5839         (wl-summary-buffer-unread-status): Ditto.
5840         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5841         (wl-summary-buffer-persistent-mark-column): Ditto.
5842         (wl-summary-buffer-mode-line-formatter): Ditto.
5843         (wl-summary-buffer-mode-line): Ditto.
5844         (wl-summary-message-regexp): Abolished.
5845         (All other related portions are changed.)
5846         (wl-summary-detect-mark-position): New function.
5847         (wl-summary-buffer-set-folder): Setup
5848         wl-summary-buffer-mode-line-formatter.
5849         (wl-summary-mode): Setup selective-display;
5850         Setup pre-idle-hook when xemacs.
5851         (wl-summary-update-modeline): Rewrite.
5852         (wl-summary-jump-to-msg): Define as function;
5853         Changed regexp for searching messages.
5854         (wl-summary-message-number): Rewrite.
5855         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5856         Do rescan when old type summary cache.
5857         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5858         (wl-summary-remove-destination): Use '\r' to detect EOL.
5859         (wl-summary-print-destination): Ditto.
5860         (wl-summary-temp-mark): New inline function.
5861         (wl-summary-persistent-mark): Ditto.
5862         (wl-summary-line-number): New function.
5863         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5864         (wl-summary-line-list-count): New function.
5865         (wl-summary-create-line): Added argument persistent-mark.
5866         (All other related portions are changed)
5867         (wl-summary-create-line): Insert '\r'.
5868         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5869         (wl-summary-cursor-move-surface): New inline function.
5870         (wl-summary-prev): Use it.
5871         (wl-summary-next): Ditto.
5872
5873         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5874         wl-summary-message-regexp.
5875         (wl-highlight-summary): Delete progress message.
5876         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5877
5878         * Version number is increased to 2.9.12.
5879
5880 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5881
5882         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5883         variable (nil: no minimum).
5884         (wl-summary-line-subject): Add some spaces after subject by
5885         wl-summary-line-subject-minimum-length.
5886
5887 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5888
5889         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5890         and removed `F'.
5891         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5892         change above).
5893
5894 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5895
5896         * wl-summary.el (wl-summary-line-list-count): Reverted.
5897         (example setting in samples/*/dot.wl is also updated)
5898
5899 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5900
5901         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5902
5903         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5904
5905         * wl-vars.el (wl-summary-line-format): Addes some description to the
5906         docstring.
5907
5908         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5909         (wl-summary-line-close-bracket): Ditto.
5910         (wl-summary-line-children-number): Ditto.
5911         (wl-summary-line-thread-indent): Ditto.
5912         (wl-summary-line-children-and-from): Ditto.
5913
5914         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5915         't', 'c', 'F' and added 'C'.
5916
5917         * wl-util.el (wl-set-string-width): Accept negative value.
5918         (wl-line-parse-format): Added "%number(" and "%)".
5919
5920 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5921
5922         * wl-summary.el (wl-summary-line-list-count): Change format of the
5923         return value.
5924
5925 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5926
5927         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5928         from the recent message.el.
5929         (wl-draft-point-in-header-p): Ditto.
5930         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5931         wl-draft-beginning-of-line.
5932         * wl-e21.el (wl-draft-mode-map): Ditto.
5933         * wl-xmas.el (wl-draft-mode-map): Ditto.
5934
5935         * wl-folder.el: Sort macrodefs by dependencies.
5936
5937 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5938
5939         * wl-summary.el (wl-summary-prev): Fixed regexp.
5940         (wl-summary-next): Ditto.
5941
5942 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5943
5944         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5945
5946 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5947
5948         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5949         for backward compatibility.
5950
5951 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5952
5953         * wl-summary.el (wl-summary-line-list-count): New function, merged
5954         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5955         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5956         list counts.
5957
5958 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * wl-summary.el (wl-summary-create-line): Ignore errors while
5961         timezone-fix-time.
5962
5963         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5964
5965         * wl-summary.el (wl-summary-sync-update): Ditto.
5966         (wl-summary-default-from): Use wl-message-entity
5967         instead of entity.
5968
5969         * wl-summary.el (wl-summary-create-line): Fix.
5970
5971         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5972         (wl-summary-line-format): New user option.
5973         (wl-folder-summary-line-format-alist): Ditto.
5974         (wl-summary-from-width): Abolished.
5975
5976         * wl-util.el (toplevel): Require 'bytecomp.
5977         (wl-line-parse-format): New function.
5978         (wl-line-formatter-setup): New macro.
5979
5980         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5981         (wl-summary-buffer-line-formatter): New buffer local variable.
5982         (wl-summary-switch-to-clone-buffer): Follow the change above.
5983         (wl-summary-message-regexp): Fix.
5984         (wl-summary-from-func-internal): Abolished.
5985         (wl-summary-subject-func-internal): Ditto.
5986         (wl-summary-subject-filter-func-internal): Ditto.
5987         (All other related portions are changed.)
5988         (wl-summary-buffer-set-folder):
5989         Set up wl-summary-buffer-number-column and 
5990         wl-summary-buffer-line-formatter
5991         (All other related portions are changed.)
5992         (wl-summary-buffer-number-column-detect): Abolished.
5993         (All other related portions are changed.)
5994         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5995         (wl-summary-delete-all-temp-marks-on-buffer): Use
5996         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5997         (wl-summary-target-mark-delete): Ditto.
5998         (wl-summary-target-mark-refile-subr): Ditto.
5999         (wl-summary-target-mark-mark-as-read): Ditto.
6000         (wl-summary-target-mark-mark-as-unread): Ditto.
6001         (wl-summary-target-mark-mark-as-important): Ditto.
6002         (wl-summary-target-mark-save): Ditto.
6003         (wl-summary-replace-status-marks): Renamed from
6004         wl-summary-set-status-marks-on-buffer;
6005         Use wl-summary-message-regexp instead of
6006         wl-summary-buffer-number-regexp.
6007         (wl-summary-sync-update): Follow the change above.
6008         (wl-summary-goto-previous-message-beginning): New function.
6009         (wl-summary-mark-as-unread): Use it.
6010         (wl-summary-mark-as-important): Ditto.
6011         (wl-summary-line-formatter): New variable.
6012         (wl-summary-line-year): New function.
6013         (wl-summary-line-day): Ditto.
6014         (wl-summary-line-day-of-week): Ditto.
6015         (wl-summary-line-hour): Ditto.
6016         (wl-summary-line-minute): Ditto.
6017         (wl-summary-line-open-bracket): Ditto.
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-size): Ditto.
6022         (wl-summary-line-subject): Ditto.
6023         (wl-summary-line-from): Ditto.
6024         (wl-summary-line-children-and-from): Ditto.
6025         (wl-summary-create-line): Rewritten.
6026         (wl-summary-format-date): Abolished.
6027
6028         * wl-highlight.el (wl-highlight-summary-current-line): Use
6029         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6030         Use thread structure to detect thread top message.
6031
6032         * wl-draft.el (wl-default-draft-cite): Don't use
6033         wl-summary-from-func-internal.
6034
6035         * wl-refile.el (wl-refile-subject-learn): Don't use
6036         wl-summary-subject-filter-func-internal.
6037         (wl-refile-guess-by-subject): Ditto.
6038
6039         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6040         parameters.
6041
6042         * wl-thread.el (wl-thread-update-indent-string-region):
6043         Use wl-thread-update-line-on-buffer instead of
6044         wl-thread-update-indent-string.
6045         (wl-thread-update-children-number): Redefine using
6046         wl-thread-update-line-on-buffer.
6047         (wl-thread-update-indent-string): Abolished.
6048
6049         * Version number is increased to 2.9.11.
6050
6051 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6054         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6055         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6056
6057         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6058         as nil.
6059
6060         * wl-thread.el (wl-thread-open-all-unread): Use 
6061         elmo-folder-list-messages-mark-match.
6062         (wl-thread-insert-message): Removed argument `mark-alist'.
6063         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6064         elmo-msgdb-set-mark.
6065         (wl-thread-get-children-msgs-uncached): Likewise.
6066         (wl-thread-get-exist-children): Added argument include-self.
6067         (wl-thread-delete-message): Follow the change above.
6068
6069         * wl-summary.el (wl-summary-count-unread): Removed argument.
6070         (wl-summary-rescan): Follow the change above.
6071         (wl-summary-mark-as-read-region): Ditto
6072         (wl-summary-mark-as-unread-region): Ditto.
6073         (wl-summary-delete-messages-on-buffer): Ditto.
6074         (wl-summary-sync-update): Ditto.
6075         (wl-summary-switch-to-clone-buffer): Ditto.
6076         (wl-summary-goto-folder-subr): Ditto.
6077         (wl-summary-target-mark-mark-as-read): Ditto.
6078         (wl-summary-target-mark-mark-as-unread): Ditto.
6079         (wl-summary-target-mark-mark-as-important): Ditto.
6080         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6081         (wl-summary-update-thread): Removed argument `mark-alist'.
6082         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6083         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6084         (wl-summary-resume-cache-status): Likewise.
6085         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6086         elmo-msgdb-set-mark.
6087         (wl-summary-mark-as-read-all): Likewise.
6088         (wl-summary-delete-cache): Ditto.
6089         (wl-summary-auto-select-msg-p): Ditto.
6090         (wl-summary-mark-as-unread): Ditto.
6091         (wl-summary-no-auto-refile-message-p): Ditto.
6092         (wl-summary-mark-as-read): Ditto.
6093         (wl-summary-mark-as-important): Ditto.
6094         (wl-summary-auto-refile): Follow the change above.
6095         (wl-summary-delete-all-marks): Removed.
6096         (wl-summary-resume-marks-and-highlight): Ditto.
6097         (wl-summary-resume-marks): Ditto.
6098         (wl-summary-delete-important-msgs-from-list): Ditto.
6099         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6100
6101         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6102         wl-summary-count-unread.
6103
6104         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6105         (wl-summary-score-update-all-lines): Use
6106         elmo-msgdb-set-mark.
6107
6108 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6111         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6112         (wl-summary-create-line): Renamed from
6113         wl-summary-overview-create-summary-line;
6114         Argument rearrangement.
6115         (wl-summary-update-thread): Follow the change above.
6116
6117         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6118         (wl-thread-insert-entity-sub): Likewise.
6119
6120         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6121         argument `overview', `mark-alist' and added `msgdb'.
6122
6123         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6124
6125         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6126         (wl-summary-rescan): Follow the change above.
6127         (wl-summary-sync-update): Ditto.
6128         (wl-summary-insert-thread-entity): Ditto;
6129         Don't use `let*' in every while loop;
6130         Detect infinite loop of threads.
6131         (wl-summary-update-thread): Removed argument `overview'.
6132
6133         * wl-thread.el (wl-thread-insert-message): Ditto.
6134
6135         * Version number is increased to 2.9.10.
6136
6137         * wl-message.el (wl-message-redisplay): Ignore errors while
6138         wl-message-redisplay-hook.
6139
6140 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6141
6142         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6143
6144 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6145
6146         * wl.el (wl): inhibit-quit while wl-folder.
6147
6148 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6149
6150         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6151         while msgdb access.
6152
6153 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6154
6155         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6156         even if no folder is not created.
6157
6158 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6161
6162         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6163         implementation.
6164         (wl-summary-target-mark-thread): Ditto.
6165
6166         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6167
6168 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6169
6170         * wl-util.el (wl-display-bytes): Remove unused function.
6171
6172 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6175         seems critical one (partially reverse the change in 2002/03/17).
6176
6177 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6180         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6181
6182 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6183
6184         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6185         is not writable.
6186         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6187         plugged status instead of `'force' as 2nd argument.
6188
6189         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6190         is not creatable.
6191
6192         * Version number is increased to 2.9.9.
6193
6194 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6195
6196         * wl-summary.el (wl-summary-suspend): New function.
6197
6198 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6199
6200         * wl.el (wl): Do not check variables if check is nil.
6201         * wl-utils.el (wl-collect-draft): New function.
6202         * wl-folder.el (wl-folder-suspend): Put summary buffers
6203         and draft buffers at the end of buffer list.
6204         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6205
6206 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6207
6208         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6209         loop instead of recursive call.
6210
6211         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6212         2nd argument.
6213
6214 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-draft.el (wl-draft-create-contents): Don't take neither
6217         (function . args) nor (string . something) any more.
6218
6219         * wl-version.el (wl-generate-user-agent-string): Return string
6220         without header symbol.
6221         * wl-draft.el (wl-draft-default-headers): Use it.
6222
6223         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6224         `wl-draft-insert-ccs' and return field value instead of inserting
6225         the header. Abolish cc argument.
6226         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6227
6228         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6229         rather than one with string car.
6230
6231         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6232         * wl-draft.el (wl-draft-create-contents): Add it after the default
6233         headers.
6234
6235         * wl-draft.el (wl-draft-create-contents): For the case of
6236         (symbol-or-string . function) insert header only when the function
6237         returns string value.
6238
6239 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6242         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6243
6244 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6245
6246         * wl.el (wl-check-environment): Don't check Message-ID when
6247         `wl-insert-message-id' is nil.
6248         Revive checking if `wl-message-id-domain' contains "@".
6249
6250 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl.el (wl-check-environment): Merge examination for "@" at
6253         inappropriate position into the first string-match.
6254
6255         * wl-summary.el (wl-summary-target-mark-print): New function.
6256         (wl-summary-pipe-message-subr): Extracted from
6257         `wl-summary-pipe-message'.
6258         (wl-summary-target-mark-pipe): New function.
6259         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6260         `wl-summary-target-mark-pipe'.
6261
6262 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6263
6264         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6265
6266 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6267
6268         * wl.el (wl-check-environment): Use elmo-warning instead of
6269         error for non-critical ones.
6270         Remove trash folder check.
6271         (wl): Don't ignore error in wl-check-environment.
6272
6273         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6274         check, which is moved from `wl-check-environment'.
6275         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6276
6277 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6280         guess anything, call wl-summary-write.
6281         (wl-summary-write): Create draft with blank To field.
6282         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6283
6284 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6285
6286         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6287         argument full as well for wl-folder-write-current-folder.
6288         If wl-*-write-current-folder cannot guess addressee, add blank
6289         To header.
6290         Rewrite condition for positioning cursor.
6291
6292 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6293
6294         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6295         summary buffer is present, use it.
6296         (wl-folder-jump-to-previous-summary): Ditto.
6297
6298 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6301
6302         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6303         wl-summary-previous-buffer and wl-summary-next-buffer.
6304
6305         * wl-folder.el (wl-folder-mode-map): Bind
6306         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6307         (wl-folder-jump-to-next-summary): New function.
6308         (wl-folder-jump-to-previous-summary): Ditto.
6309
6310         * wl-draft.el (wl-draft): Rearranged.
6311
6312 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6313
6314         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6315         of header.
6316         (wl-draft): Collect arguments for the header as header-alist.
6317         (wl-draft-forward): Arrange arguments for wl-draft.
6318         (wl-draft-reply): Ditto.
6319         (wl-draft-edit-string): Ditto.
6320         * wl-summary.el (wl-summary-write): Ditto.
6321         (wl-summary-write-current-folder): Ditto.
6322
6323         * Version number is increased to 2.9.8.
6324
6325 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6326
6327         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6328
6329         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6330
6331         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6332         even if the guess failed.
6333
6334         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6335         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6336         wl-summary-write-current-folder.
6337         * wl-xmas.el: Ditto.
6338
6339 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6340
6341         * wl-summary.el (wl-summary-next-page): Force display message if
6342         message is not displayed yet.
6343         (wl-summary-prev-page): Ditto.
6344
6345 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6346
6347         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6348
6349 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6350
6351         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6352         add "Preview Message" and "Save Draft and Exit".
6353
6354 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6355
6356         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6357         if addrmgr is called from draft in splitted window.
6358
6359         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6360         * wl-mule.el: Ditto.
6361         * wl-xmas.el: Ditto.
6362
6363 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6364
6365         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6366
6367         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6368         * wl-xmas.el (wl-folder-toolbar): Ditto.
6369
6370 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6371
6372         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6373         and wl-draft-save-and-exit.
6374         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6375         * wl-xmas.el: Ditto.
6376         * wl-mule.el: Ditto.
6377
6378         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6379         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6380
6381 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6382
6383         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6384         lists for saving buffer.
6385
6386 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6387
6388         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6389         parent-folder argument instead of it.
6390         (wl-draft-create-buffer): Ditto.
6391         (wl-draft-forward): Ditto.
6392         (wl-draft-reply): Ditto.
6393         * wl-summary.el (wl-summary-write): Ditto.
6394         (wl-summary-write-current-folder): Ditto.
6395
6396         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6397         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6398         Folder buffer after composing.
6399
6400 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6403         header if the file `wl-x-face-file' already contains it.
6404
6405 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6406
6407         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6408         folder" entry.
6409         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6410         * wl-e21.el (wl-folder-toolbar): Ditto.
6411         * wl-xmas.el (wl-folder-toolbar): Ditto.
6412
6413 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6414
6415         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6416         wl-folder-goto-folder with sticky argument.
6417         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6418
6419 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6422         and wl-summary-previous-buffer.
6423         (wl-summary-next-buffer): New function.
6424         (wl-summary-previous-buffer): Ditto.
6425
6426 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6427
6428         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6429         wl-folder-jump-to-current-entity-with-arg.
6430         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6431         `wl-folder-jump-to-current-entity'.
6432         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6433         `wl-summary-goto-folder-sticky'.
6434         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6435         `wl-summary-goto-folder'.
6436         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6437         Unless force-exit, do not clean temp. marks for sticky summary.
6438         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6439
6440 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6443         not entire.
6444
6445 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6448         to `C-x C-s'.
6449         (wl-summary-save-status): New command.
6450         (wl-summary-exit): Don't clean-up temp marks when sticky.
6451         (Applied patch from Nakayama-san [wl: 09548])
6452         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6453         Do nothing when no mark data.
6454         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6455         Call `wl-summary-delete-all-temp-marks' before saving.
6456
6457 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6458
6459         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6460
6461 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6462
6463         * wl.el (wl-check-environment): Also cause error when (system-name)
6464         returns "localhost.localdomain". (Although it doesn't affect because
6465         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6466
6467 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6468
6469         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6470         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6471
6472         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6473         value.
6474
6475 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6478         Likewise r-cc-list and r-ng-list.
6479
6480 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6483         only if it is bound as variable.
6484
6485         * wl-mime.el (wl-draft-preview-message): Ditto.
6486
6487 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6490         needless `goto-char'.
6491
6492         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6493         `wl-summary-redisplay-no-mime-internal' instead of
6494         `wl-summary-redisplay-no-mime'.
6495         (wl-summary-redisplay-no-mime): Changed argument;
6496         Call `wl-summary-redisplay-no-mime-internal'.
6497
6498         * wl-mime.el (wl-draft-preview-message): Bind
6499         `mime-header-encode-method-alist' locally.
6500
6501         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6502         (wl-draft-std11-parse-addresses): Added the first address check.
6503         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6504
6505         * Version number is increased to 2.9.7.
6506
6507 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6510
6511 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6512
6513         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6514         related to scrollbar support, if there is no such a feature
6515         compiled in.
6516
6517 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6518
6519         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6520         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6521         for prefetch.
6522
6523 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6524
6525         * wl-summary.el (wl-summary-pick): Fix for no match.
6526
6527 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-draft.el (wl-draft-save):
6530         Override `mime-header-encode-method-alist'.
6531
6532 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-folder.el (wl-folder-pick): New function.
6535         Define key as "?".
6536
6537 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6540         Fix for unplugged.
6541
6542 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6543
6544         * wl-folder.el (wl-folder-virtual): New function.
6545         Define key as "V".
6546
6547 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6548
6549         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6550         multi folder if entity is group.
6551
6552 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6553
6554         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6555         is nil.
6556
6557 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6560         (wl-summary-target-mark-msgs): Return the number of marked messages.
6561
6562 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6563
6564         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6565         "first:" is specified.
6566
6567 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6568
6569         * wl-vars.el (wl-from): Use return value of function
6570         user-full-name instead of the variable user-full-name since
6571         XEmacs-20.4 doesn't set this variable.
6572
6573 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6576         call `wl' directly.
6577
6578 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6579
6580         * wl-draft.el (wl-draft-reedit): Removed duplicated
6581         switch-to-buffers.
6582
6583 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * wl.el (wl-other-frame): Removed garbages.
6586
6587 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6588
6589         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6590
6591         * wl-xmas.el (wl-draft-key-setup): Ditto.
6592
6593         * wl-mule.el (wl-draft-key-setup): Ditto.
6594
6595         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6596         (wl-draft-reedit): Ditto.
6597         (wl-draft-prepare-edit): Add `wl-draft-save' to
6598         `local-write-file-hooks'.
6599         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6600         (wl-draft-reedit): Set buffer-file-name.
6601         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6602
6603
6604         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6605         call it.
6606         (wl-delete-startup-frame-function): New variable.
6607         (wl-other-frame): New function
6608         (Original was written by Yamaoka san [wl: 09239]).
6609
6610         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6611         if `wl-folder-use-frame'.
6612
6613 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6616
6617 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6620         New variable.
6621         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6622         (wl-message-buffer-prefetch-get-next): Use them.
6623         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6624
6625 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6628         with unwind-protect.
6629
6630         * wl-draft.el (wl-draft-reedit): Rewrite.
6631         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6632         (wl-draft-save): Insert header separator if it does not exist;
6633         Removed condition-case.
6634
6635         * wl-summary.el (wl-summary-reedit): Revert last change.
6636
6637         * wl-draft.el (wl-draft-save): Rewrite.
6638         (wl-draft-create-buffer): Set buffer-file-name as nil.
6639
6640         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6641
6642         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6643
6644         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6645         nil.
6646
6647 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6650         If count is nil, do not prefetch.
6651         (wl-message-buffer-prefetch-next): Next.
6652
6653 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6656
6657 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6660         `delete-backward-char'
6661         (wl-draft-prepare-edit): Check major-mode.
6662         (wl-draft-decode-header): Rewrite.
6663         (wl-draft): Fix.
6664
6665 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6668
6669 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6670
6671         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6672         (wl-message-buffer-prefetch-get-next): Remove size checking.
6673         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6674
6675 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6678         (wl-draft-default-headers): Fix.
6679
6680 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6681
6682         * wl-draft.el (wl-draft-default-headers): Insert return value of
6683         `wl-generate-mailer-string-function'.
6684
6685 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6688         (wl-draft-insert-mail-header-separator): Ditto.
6689
6690         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6691         again (Reverted the change on 2002-01-17 by OKADA san).
6692
6693 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-draft.el (wl-draft): Rewrite.
6696         (wl-draft-create-buffer): New function.
6697         (wl-draft-create-contents): Ditto.
6698         (wl-draft-prepare-edit): Ditto.
6699         (wl-draft-decode-header): Ditto.
6700         (wl-draft-decode-body): Ditto.
6701         (wl-draft-check-new-line): Ditto.
6702         (wl-draft-default-headers): Ditto.
6703         (wl-draft-insert-mail-header-separator): Ditto.
6704
6705 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6706
6707         * Version number is increased to 2.9.6.
6708
6709 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6710
6711         * wl-draft.el (wl-draft-delete-field): Optional argument.
6712         (wl-draft-delete-fields): Ditto.
6713
6714 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6715
6716         * wl-message.el (toplevel): Eliminated byte-compile warning.
6717         for `itimer-function', `delete-timer' and `itimer-list'.
6718
6719 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6720
6721         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6722         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6723         `wl-message-buffer-prefetch-threshold'.
6724         * wl-summary.el (wl-summary-redisplay-internal): Remove
6725         the check of `wl-message-buffer-prefetch-depth'.
6726
6727 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6728
6729         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6730         size of article.
6731         (wl-message-buffer-prefetch-subr): Remove size check.
6732
6733 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6734
6735         * wl-vars.el (wl-plugged): Make customizable.
6736
6737 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6738
6739         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6740         (wl-message-buffer-prefetch-set-timer): New function.
6741         (wl-message-buffer-prefetch-get-next): New function.
6742         (wl-message-buffer-prefetch): New function.
6743         (wl-message-buffer-prefetch-next): Rewrite.
6744         (wl-message-buffer-prefetch-subr): Rewrite.
6745         * wl-vars.el (wl-auto-prefetch-first): New variable.
6746         * wl-summary.el (wl-summary-goto-folder-subr): Call
6747         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6748
6749 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6752         `wl-summary-unread-message-hook'.
6753
6754 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6755
6756         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6757         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6758         if range is `cache-status'.
6759
6760 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-message.el (wl-message-buffer-prefetch-subr):
6763         Improve debug message.
6764
6765 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6768         `wl-mail-send-pre-hook'.
6769         (wl-draft-send-mail-with-qmail): Ditto.
6770         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6771
6772 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-message.el (wl-message-buffer-prefetch-subr):
6775         Fix for cancel-function-timers bug.
6776         (wl-message-buffer-prefetch-debug): Default value is t.
6777
6778 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6781         (wl-message-buffer-prefetch-subr): Rewrite.
6782         Rename from `wl-message-buffer-prefetch'.
6783
6784 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6785
6786         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6787         (wl-default-draft-cite-decorate-author): Ditto.
6788
6789         * wl-draft.el (wl-draft-cite-function): Removed.
6790         (wl-default-draft-cite-decorate-author): Ditto.
6791
6792 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6793
6794         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6795         (wl-default-draft-cite): Do not arrange author name if the value of
6796         `wl-default-draft-cite-decorate-author' is nil.
6797
6798 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6799
6800         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6801
6802         * wl-folder.el (wl-folder-check-one-entity): Don't care
6803         `elmo-folder-use-flag-p'.
6804
6805 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6806
6807         * wl-folder (wl-folder-check-one-entity): Fix
6808         problem if unread is nil.
6809
6810 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6811
6812         * wl-address.el (wl-address-make-completion-list): Check whether
6813         the address is a group list.
6814         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6815
6816 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6817
6818         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6819         The number of the messages of new and unread does not count
6820         correctly.
6821
6822         * wl-summary.el (wl-summary-count-unread): Changed to return
6823         `(new . unread)' instead of total.
6824         (wl-summary-sync-update): Follow the change above.
6825
6826         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6827
6828 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6829
6830         * wl-address.el (wl-address-make-completion-list): Do not enclose
6831         address by " <" and ">" if associated realname is "".
6832         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6833         This is against the promblem with group list in .addresses pointed
6834         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6835
6836 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6837
6838         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6839         message is a format control string.
6840         * wl-expire.el (wl-expire-append-log): Ditto.
6841         * wl-mime.el (wl-summary-burst-subr): Ditto.
6842         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6843         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6844
6845 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6848         wl.el (wl-check-variables): Rename from `wl-check-type'.
6849         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6850         (wl-check-variables-2): New function.
6851         (wl): Call `wl-check-variables-2'.
6852
6853 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6854
6855         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6856         after renaming folder in access group.
6857
6858 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6861         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6862         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6863         (wl-message-buffer-prefetch): Rewrite.
6864         (wl-message-buffer-prefetch-idle-time): Removed.
6865         * wl-summary.el (wl-summary-redisplay-internal):
6866         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6867         Error check for `wl-message-buffer-prefetch-depht'.
6868
6869 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * Version number is increased to 2.9.5.
6872         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6873
6874 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6877         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6878         Based on the patch written by
6879         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6880
6881 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * wl-draft.el (wl-draft-raw-send): Fix for
6884         `wl-news-send-pre-hook'
6885
6886 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6887
6888         * wl-utils.el (wl-message-id-function): New variable.
6889         * wl-draft.el (wl-draft-insert-required-fields):
6890         Use `wl-message-id-function'.
6891
6892 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6893
6894         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6895         * wl-utils.el (wl-draft-make-message-id-string):
6896         Use `wl-from' for domain part of Message-ID
6897         if `wl-message-id-use-wl-from' if non-nil.
6898         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6899
6900 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6901
6902         * wl.el (wl): Call `wl-check-type'
6903         Do not 'condition-case'.
6904
6905 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * wl.el (wl-check-type): New function.
6908         (wl-check-type-variables): New variable.
6909
6910 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6913
6914 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6915
6916         * wl-draft.el (wl-smtp-password-key): New function.
6917         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6918         (wl-draft-send-mail-with-smtp): Ditto.
6919         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6920
6921 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6922
6923         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6924         * wl-utils.el (wl-unique-id-suffix): Remove.
6925
6926 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6927
6928         * Version number is increased to 2.9.4.
6929
6930 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6931
6932         * wl-utils.el (wl-unique-id-suffix): New variable.
6933         (wl-unique-id): Use `wl-unique-id-suffix'
6934
6935 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6936
6937         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6938         instead of `elmo-msgdb-search'.
6939
6940         * Version number is increased to 2.9.3.
6941
6942 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6943
6944         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6945
6946 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6947
6948         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6949         (wl-draft-dispatch-message): Changed for send-later.
6950         (wl-draft-queue-flush): Ditto.
6951         (wl-draft): Clear `wl-sent-message-queued'.
6952         (wl-draft-reedit): Ditto.
6953         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6954         * wl-vars.el (wl-draft-force-queuing): New variable.
6955         (wl-draft-force-queuing-mail): New variable.
6956         (wl-draft-force-queuing-news): New variable.
6957
6958 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6961         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6962
6963 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6964
6965         * Version number is increased to 2.9.2.
6966
6967 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * wl-draft.el (wl-draft-elide-region): New user command.
6970         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6971
6972         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6973         command `wl-draft-elide-region'.
6974         * wl-mule.el: Ditto.
6975         * wl-xmas.el: Ditto.
6976
6977 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6980         (wl-biff-check-folder-async): Removed needless let.
6981
6982 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6985         wl-folder-get-elmo-folder.
6986         (wl-biff-check-folder): Set `biff' argument of
6987         `wl-folder-check-one-entity'.
6988         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6989
6990         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6991         (wl-folder-check-one-entity): Added `biff' argument;
6992         Setup `biff' slot of folder.
6993
6994         * Version number is increased to 2.9.1.
6995
6996 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6999         comment out and fixed.
7000         (wl-fldmgr-add-completion-subr): Ditto.
7001
7002         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7003         and msgdb.
7004
7005         * wl.el (wl-toggle-plugged): Save summary view.
7006
7007 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7010
7011 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7012
7013         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7014
7015 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7018         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7019         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7020
7021         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7022         if it was failed.
7023         (wl-demo): Disable undo in the demo buffer.
7024
7025 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-version.el (wl-version): Changed codename.
7028
7029         * Version number is increased to 2.9.0.
7030
7031 2001-12-14  Takuo KITAME <kitame@northeye.org>
7032
7033         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7034         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7035         (wl-folder-mark-as-read-all-current-entity): Ditto.
7036
7037 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7038
7039         * wl-vars.el (wl-from-width): Define as obsolete variable.
7040         (wl-subject-length-limit): Ditto.
7041
7042         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7043
7044         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7045         wl-summary-save-view.
7046
7047         * wl.el (wl-save-status): Ditto.
7048         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7049
7050         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7051         (wl-summary-exit): Follow the change above.
7052         (wl-summary-goto-folder-subr): Ditto.
7053
7054         * wl-folder.el (wl-folder-create-subr): Don't use
7055         `elmo-folder-creatable-p'.
7056
7057 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7060
7061 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7064         rather than bitmap on Emacs 21.
7065         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7066         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7067         for xbm if the new redisplay engine is not available.
7068
7069 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl-folder.el (wl-folder-init-hook): New hook.
7072         (wl-folder-init): Run `wl-folder-init-hook'.
7073
7074 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7077
7078 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-acap.el (wl-acap-cache-filename): New variable.
7081         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7082         (wl-acap-init): Use cache if no ACAP server found.
7083
7084 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7085
7086         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7087         `wl-acap-original-msgdb-dir'.
7088
7089         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7090         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7091
7092         * wl-mime.el (wl-mime-save-directory): Renamed from
7093         `wl-mime-save-dir'.
7094
7095 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7098
7099         * wl-demo.el: Require `path-util'.
7100         (wl-demo-bitmap-mule-available-p): New internal variable.
7101         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7102         `module-installed-p' instead.
7103         (wl-demo-insert-image): Use *.img file for a bitmap image.
7104         (wl-demo): Don't call the ascii demo recursively.
7105
7106 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7107
7108         * Version number is increased to 2.7.7.
7109
7110 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl.el (wl-exit): Eliminated byte-compile warning.
7113
7114 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7115
7116         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7117         obsolete variable using `elmo-define-obsolete-variable'.
7118         (wl-fetch-confirm-threshold): Ditto.
7119         (wl-cache-prefetch-folder-type-list): Ditto.
7120         (wl-cache-prefetch-folder-list): Ditto.
7121
7122 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7125         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7126         (wl-demo-insert-image): New function.
7127         (wl-demo-insert-text): New function.
7128         (wl-demo-image-type-alist): Redefine as a function.
7129         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7130         (wl-demo-with-temp-file-buffer): Removed.
7131         (wl-logo-xpm): Removed.
7132         (wl-logo-xbm): Removed.
7133         (wl-logo-bitmap): Removed.
7134
7135 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7136
7137         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7138         (wl-expire-localdir-get-folder-function): New user option.
7139         (wl-expire-localdir-get-folder): New function.
7140         (wl-expire-localdir-date): Ditto.
7141
7142 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7143
7144         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7145         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7146         Fixed unread number mismatch when all-unread < unread.
7147
7148 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7151         (wl-fetch-confirm-threshold): Ditto.
7152
7153         * wl-summary.el (wl-summary-confirm-appends): Removed.
7154         (wl-summary-sync-update): Don't refer
7155         `wl-summary-update-confirm-threshold' (It is now abolished).
7156
7157         * wl-message.el (wl-message-display-internal): Don't refer
7158         `wl-fetch-confirm-threshold' (It is now abolished).
7159
7160 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7163
7164 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7165
7166         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7167         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7168         Change default value to nil.
7169         (wl-summary-indent-length-limit): The value can be nil, nil means
7170         unlimited.
7171
7172         * wl-summary.el: Don't set limit for indent length if the value of
7173         wl-summary-indent-length-limit is nil.
7174         If the value of wl-summary-width is nil, it means only that the width
7175         of summary is unlimited (nil doesn't mean that the indent length is
7176         unlimited).
7177
7178         * wl-thread.el: Ditto.
7179
7180 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7181
7182         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7183         be nil, nil means never confirm.
7184         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7185
7186 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7187
7188         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7189         means unlimited).
7190
7191 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7194         Use `with-temp-buffer'.
7195
7196 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7197
7198         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7199         with new backquote style).
7200         (wl-folder-get-entity-from-buffer): Ditto.
7201
7202 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7203
7204         * wl-version.el (nemacs-version): Eliminated.
7205         (wl-extended-emacs-version2): Ignore nemacs.
7206         (wl-extended-emacs-version3): Ditto.
7207
7208 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7209
7210         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7211         (wl-draft-add-in-reply-to): New variable.
7212         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7213         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7214         (wl-draft-yank-from-mail-reply-buffer): Use
7215         `wl-draft-add-in-reply-to'.
7216         (wl-draft-insert-current-message): Ditto.
7217
7218 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7219
7220         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7221         typo (kill->hide).
7222         (wl-message-buffer-prefetch-folder-type-list): Added elements
7223         `mark' and `cache' instead of `internal'.
7224
7225 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7228         resume msgdb directory.
7229
7230 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl.el (wl-exit): Call `wl-acap-exit'.
7233
7234         * wl-summary.el (wl-summary-message-string): New function.
7235         (wl-summary-reedit): Use it.
7236         (wl-summary-resend-bounced-mail): Remove needless let.
7237         (wl-summary-supersedes-message): Ditto.
7238         (wl-summary-save): Ditto.
7239
7240         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7241         (wl-acap-init): Set it.
7242         (wl-acap-exit): New function.
7243
7244 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7245
7246         * wl.el (wl-init): Revert (require 'mime-setup). move from
7247         toplevel.
7248
7249 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7250
7251         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7252         local variables.  Add error when guess function return invalid
7253         value.
7254
7255 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7258         Change local variable name.
7259         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7260         (wl-folder-get-newsgroups): Return nil when non-news folder.
7261         * wl-summary.el (wl-summary-write-current-folder): State through
7262         when guess-list return nil.
7263         (wl-summary-write-current-folder-functions): Fixed docstring.
7264
7265         * wl.el (wl-exit): Changed confirm message.
7266
7267         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7268         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7269
7270         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7271
7272 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7273
7274         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7275         user option (Renamed from wl-cache-prefetch-folder-type-list).
7276         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7277         from wl-cache-prefetch-folder-list).
7278
7279         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7280         Move to wl-vars.el.
7281         (wl-message-buffer-prefetch-p): Changed to enable
7282         `wl-message-buffer-prefetch-folder-list'.
7283
7284         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7285         `ignore-cache'.
7286
7287 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7288
7289         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7290         `part-top' and `part-bottom'.
7291         (wl-draft-config-sub-part-top): New function.
7292         (wl-draft-config-sub-part-bottom): New function.
7293
7294 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7295
7296         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7297
7298 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7299
7300         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7301
7302 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7303
7304         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7305
7306         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7307         (wl-summary-write-current-folder): Ditto.
7308
7309 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-folder.el (wl-folder-get-newsgroups): Use
7312         `elmo-folder-newsgroups'.
7313
7314 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7315
7316         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7317         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7318         `wl-draft-config-sub-header-bottom'.
7319
7320 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7321
7322         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7323         localnews folder.
7324
7325 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7326
7327         * wl-summary.el (wl-summary-mode): Undo last change.
7328
7329         * wl-folder.el (wl-folder-mode): Ditto.
7330
7331 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7332
7333         * wl-summary.el (wl-summary-mode): Locally set
7334         truncate-partial-window-width to nil.
7335         (for XEmacs)
7336
7337         * wl-folder.el (wl-folder-mode): Ditto.
7338
7339 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7342
7343 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7346         number.
7347
7348         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7349
7350         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7351
7352         * Version number is increased to 2.7.6.
7353
7354 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7355
7356         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7357
7358 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-summary.el (wl-summary-sync-update): Enclose network
7361         related portion with `unwind-protect'.
7362
7363 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7364
7365         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7366
7367 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7370         element.
7371         * wl-vars.el (wl-message-body-button-alist): Ditto.
7372
7373         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7374         max match length.
7375         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7376
7377         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7378         for the max match length;
7379         Use 4th element value for the button string regexp group.
7380
7381         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7382         candidate exists, prompt to select.
7383
7384 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7385
7386         * wl-summary.el (wl-summary-jump-to-msg): Search before
7387         calibration point by `beginning-of-line'.
7388
7389 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7390
7391         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7392         for access group.
7393
7394 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * wl-message.el (wl-message-display-internal): Bind
7397         `default-mime-charset'.
7398
7399         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7400
7401         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7402
7403         * Version number is increased to 2.7.5.
7404
7405 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7406
7407         * wl-expire.el (wl-summary-archive): Fixed;
7408         Use `elmo-folder-name-internal'.
7409
7410 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7411
7412         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7413         from `elmo-folder-move-messages' caller.
7414         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7415
7416         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7417         related portions are changed).
7418
7419 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7420
7421         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7422         counter.
7423
7424 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7425
7426         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7427         buffer local and set it to nil.
7428
7429         * wl-message.el (wl-message-redisplay): Ditto.
7430
7431 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-summary.el (wl-summary-mark-as-important): If message is
7434         already cached, set messag as read, otherwise encache and mark as read.
7435
7436 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7437
7438         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7439         point-min.
7440
7441 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7444         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7445         a keymap.
7446
7447 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7450         parent.
7451
7452         * wl-mule.el (wl-message-define-keymap): Ditto.
7453
7454         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7455
7456         * wl-xmas.el (wl-message-display-internal-hook): Define.
7457         (wl-xmas-setup-message-toolbar): Define as function.
7458         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7459         (wl-message-overload-functions): Abolished.
7460         (wl-message-define-keymap): New function.
7461
7462         * wl-vars.el (wl-message-display-internal-hook): New variable.
7463         (wl-message-header-button-alist): New variable (Renamed from
7464         wl-highlight-message-header-button-alist).
7465         (wl-message-body-button-alist): Ditto.
7466
7467         * wl-mule.el (wl-message-define-keymap): New function.
7468         (wl-message-overload-functions): Abolished.
7469
7470         * wl-message.el (wl-message-add-buttons-to-body): New function.
7471         (wl-message-redisplay): Don't call wl-message-overload-functions;
7472         Call wl-message-add-buttons-to-header and
7473         wl-message-add-buttons-to-body.
7474         (wl-message-display-internal): Set keymap argument for
7475         elmo-mime-display-as-is, elmo-mime-message-display;
7476         Run wl-message-display-internal-hook.
7477         (wl-message-refer-article-or-url): Abolished.
7478
7479         * wl-highlight.el (wl-highlight-headers): Don't call
7480         wl-highlight-message-add-buttons-to-header.
7481         (wl-highlight-message-add-buttons-to-header): Abolished.
7482
7483
7484         * wl-e21.el (wl-message-display-internal-hook): Define.
7485         (wl-e21-setup-toolbar): Deleted duplicated binding.
7486         (wl-e21-setup-message-toolbar): Define as function.
7487         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7488         (wl-message-define-keymap): New function.
7489         (wl-message-overload-functions): Abolished.
7490
7491 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7494         and elmo-folder-close.
7495
7496         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7497
7498 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7499
7500         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7501         boolean value.
7502         * wl-draft.el (wl-draft-do-fcc): Ditto.
7503
7504 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7505
7506         * wl-vars.el (wl-fcc-force-as-read): New variable.
7507         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7508         mark copied message as read.
7509
7510 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7511
7512         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7513
7514 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7515
7516         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7517         `wl-summary-target-above' instead of obsolete variable
7518         `wl-summary-temp-above'.
7519
7520         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7521         instead of `make-obsolete-variable'.
7522         * wl-refile.el (toplevel): Ditto.
7523
7524 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7527         with third argument t.
7528         (wl-draft): Set first argument for wl-plugged-init as t.
7529
7530         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7531         definition.
7532
7533 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7534
7535         * wl-vars.el: Tabify.
7536         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7537
7538         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7539         message.
7540
7541 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7542
7543         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7544         and set default to beep.
7545
7546 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7547
7548         * wl-vars.el (wl-draft-truncate-lines): New variable.
7549
7550         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7551         instead of wl-message-truncate-lines for truncate-lines.
7552
7553 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-message.el (wl-message-display-internal): Call
7556         `wl-highlight-message' after `elmo-mime-display-as-is'.
7557
7558         * wl-mime.el (wl-mime-display-text/plain): New function.
7559         (wl-mime-display-header): Ditto.
7560         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7561         body-presentation-method for text/plain;
7562         Register `wl-mime-display-header' as a header-presentation-method;
7563         Don't set up `elmo-message-text-content-inserted-hook' and
7564         `elmo-message-header-inserted-hook'.
7565
7566         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7567         variable.
7568         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7569         as t if flag is 'all-header;
7570         Don't bind `elmo-message-ignored-field-list',
7571         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7572
7573 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7576         for xemacs with non-mule environment.
7577
7578 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7579
7580         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7581         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7582         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7583
7584 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7585
7586         * wl-vars.el (wl-interactive-send): Set default value as t.
7587
7588 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7591         (wl-addrmgr-method-list): Abolished.
7592         (wl-addrmgr-change-method): Follow above change.
7593
7594         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7595
7596 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7597
7598         * wl-vars.el (wl-message-truncate-lines): Change default value
7599         to default-truncate-lines.
7600
7601         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7602
7603 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7604
7605         * wl-vars.el (wl-message-truncate-lines): New variable.
7606
7607         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7608         wl-message-truncate-lines.
7609
7610 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7611
7612         * wl-acap.el (wl-acap-init): Remove period from error message.
7613         (wl-acap-find-acap-service): Remove period from message.
7614
7615 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7616
7617         * wl.el (wl-check-environment): Undo last change.
7618
7619         * wl-vars.el (wl-from): Changed default value.
7620
7621         * wl-util.el (toplevel): Don't require tm-edit.
7622
7623         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7624         `wl-folder-init';
7625         Don't set mark on mail body.
7626         (wl-draft-reedit): Ditto.
7627
7628         * wl-address.el (wl-address-quote-specials): Define as an alias for
7629         elmo-address-quote-specials.
7630
7631 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7634
7635         * wl-vars.el (wl-from): Set default value as nil.
7636         (wl-organization): Set default value as ORGANIZATION environment
7637         variable.
7638
7639         * wl-draft.el (wl-smtp-extension-bind): Check value of
7640         wl-smtp-connection-type.
7641
7642         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7643         error.
7644
7645 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * Version number is increased to 2.7.4.
7648
7649         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7650         arguments from `wl-highlight-x-face-function' caller.
7651         Use x-face-1.3.6.12 or later.
7652
7653 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7654
7655         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7656
7657 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7658
7659         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7660         (wl-fcc): Fix to accept function.
7661         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7662
7663 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7664
7665         * wl-acap.el (toplevel): Added `product-provide' declare.
7666         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7667
7668 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * wl.el (wl): Changed order of calling `elmo-init'
7671         and `elmo-folder-init'.
7672
7673 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7674
7675         * wl-mime.el (wl-summary-burst): Extract message when content-type
7676         of root entity is not only `multipart' but also `message/rfc822'.
7677         (wl-summary-burst-subr): Ditto.
7678
7679 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-vars.el (toplevel): Require 'custom.
7682         (wl-trash-folder): Added to `wl-setting' group.
7683
7684         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7685         exists.
7686         (wl-addrmgr-draw): Insert empty line when no entry exists.
7687
7688         * wl-mule.el (wl-message-wheel-up): Fixed.
7689         (wl-message-wheel-down): Ditto.
7690
7691 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7692
7693         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7694         config is an anonymous lambda expression.
7695
7696 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7699         when Mule 2 is running.
7700
7701 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7704
7705 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7708         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7709
7710         * wl-address.el (wl-address-specials-regexp): Eliminated.
7711         (wl-address-quote-specials): Rewrite.
7712
7713 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7716         shy-groups for regexp.
7717
7718         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7719         character classes and Perl style shy-groups for regexp.
7720         (wl-highlight-plugged-current-line): Use Posix style character
7721         classes for regexp.
7722         (wl-e21-highlight-folder-by-numbers): Ditto.
7723         (wl-e21-display-image-p): Use `display-images-p' instead of
7724         `display-graphic-p'.
7725         (display-images-p): Make an alias to `display-graphic-p' if it is
7726         not available.  It is for Emacs version prior to 21.0.105.
7727
7728         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7729         `display-graphic-p'.
7730         (wl-demo-image-type-alist): Ditto.
7731         (display-images-p): Make an alias to `display-graphic-p' if it is
7732         not available.  It is for Emacs version prior to 21.0.105.
7733
7734 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7735
7736         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7737         support.
7738         (wl-generate-user-agent-string): Ditto.
7739
7740         * wl-version.el (wl-version): Update docsting.
7741         (wl-version-status): Ditto.
7742
7743 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7746         21.0.105.  For Emacs 21.0.104 or earlier.
7747
7748 2001-09-03  Takuo KITAME <kitame@northeye.org>
7749
7750         * wl-e21.el (wl-plugged-init-icons): Use
7751         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7752         (wl-biff-init-icons): Ditto.
7753
7754 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-highlight.el (wl-highlight-summary-current-line):
7757         Fixed highlighting refile/copy destination.
7758
7759         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7760         (wl-acap-store): Encode string by wl-acap-coding-system.
7761
7762 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-acap.el (toplevel): Check and require 'un-define before
7765         'xemacs-ucs;
7766          Added checking for UTF-2000.
7767
7768 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7771         Don't enclose with `eval-and-compile'.
7772
7773         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7774         wl-init is non-nil.
7775
7776         * wl-draft.el (wl-draft): Ditto.
7777
7778         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7779
7780         * wl-acap.el (toplevel): Require 'wl.
7781         (wl-acap-store): Call `elmo-init'.
7782
7783         * wl.el (wl): Changed position of `wl-check-environment'.
7784         (toplevel): Added autoload setting for wl-acap.
7785
7786         * wl-vars.el (wl-setting): New custom group.
7787         (wl-from): Added wl-setting group.
7788         (wl-user-mail-address-list): Ditto.
7789         (wl-organization): Ditto.
7790         (wl-subscribed-mailing-list): Ditto.
7791         (wl-envelope-from): Ditto.
7792         (wl-smtp-posting-user): Ditto.
7793         (wl-smtp-posting-server): Ditto.
7794         (wl-smtp-posting-port): Ditto.
7795         (wl-smtp-authenticate-type): Ditto.
7796         (wl-pop-before-smtp-user): Ditto.
7797         (wl-pop-before-smtp-server): Ditto.
7798         (wl-pop-before-smtp-port): Ditto.
7799         (wl-pop-before-smtp-authenticate-type): Ditto.
7800         (wl-nntp-posting-server): Ditto.
7801         (wl-nntp-posting-user): Ditto.
7802         (wl-nntp-posting-port): Ditto.
7803         (wl-fetch-confirm-threshold): Ditto.
7804         (wl-prefetch-threshold): Ditto.
7805         (wl-thread-insert-opened): Ditto.
7806         (wl-ldap-server): Ditto.
7807         (wl-ldap-port): Ditto.
7808         (wl-ldap-base): Ditto.
7809         (wl-ldap-objectclass): Ditto.
7810         (wl-use-ldap): Ditto.
7811         (wl-draft-config-alist): Ditto.
7812         (wl-draft-config-matchone): Ditto.
7813         (wl-template-alist): Ditto.
7814         (wl-message-sort-field-list): Ditto.
7815         (wl-message-ignored-field-list): Ditto.
7816         (wl-message-visible-field-list): Ditto.
7817         (wl-interactive-send): Ditto.
7818         (wl-summary-move-order): Ditto.
7819         (wl-auto-select-first): Ditto.
7820         (wl-auto-select-next): Ditto.
7821         (wl-interactive-save-folders): Ditto.
7822
7823         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7824         Initialization codes are moved from wl-local-folder-init.
7825         (wl-local-folder-init): Follow the change above.
7826         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7827
7828         * wl-acap.el: New file.
7829
7830         * Version number is increased to 2.7.3.
7831
7832 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7833
7834         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7835
7836 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7837
7838         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7839         (wl-addrmgr-address-entry-list): Ditto.
7840
7841 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-e21.el (wl-draft-mode-map): Removed binding for
7844         `wl-draft-insert-x-face-field'.
7845
7846         * wl-mule.el (wl-draft-mode-map): Ditto.
7847
7848         * wl-xmas.el (wl-draft-mode-map): Ditto.
7849
7850         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7851         (wl-cs-autoconv): Ditto.
7852         (wl-cs-local): Ditto.
7853         (wl-use-scoring): Ditto.
7854         (wl-mime-charset): Ditto.
7855         (wl-folder-check-async): Ditto.
7856
7857         * wl.el (toplevel): Ignore nemacs and tm.
7858         (wl-exit): Ditto.
7859
7860         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7861         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7862         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7863         instead of wl-address-petname-add-or-change.
7864         (wl-summary-edit-addresses-subr): Use wl-address-delete
7865         instead of wl-address-petname-delete.
7866
7867         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7868
7869         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7870         if error occured.
7871
7872         * wl-message.el (require): Remove tm support.
7873
7874         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7875
7876         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7877         (wl-folder-jump-to-current-entity): Ditto.
7878         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7879
7880         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7881         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7882         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7883
7884         * wl-mule.el (wl-draft-key-setup): Ditto.
7885
7886         * wl-xmas.el (wl-draft-key-setup): Ditto.
7887
7888         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7889         (wl-draft-std11-parse-addresses): New function.
7890         (wl-draft-parse-mailbox-list): Use it.
7891         (wl-draft): Ignore nemacs.
7892         (wl-draft-reedit): Ditto.
7893
7894         * wl-addrmgr.el: New file.
7895         (Original is wl-rcpt.el written by
7896         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7897         Thanks Kitamoto-san.)
7898
7899         * wl-address.el (wl-address-make-address-list): Modified parsing
7900         process.
7901         (wl-address-delete): Renamed from `wl-address-petname-delete';
7902         Modify wl-address-list too.
7903         (wl-address-add-or-change): Renamed from
7904         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7905
7906 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7907
7908         * wl-highlight.el (wl-highlight-summary-current-line):
7909           Work with transient-mark-mode
7910
7911 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7912
7913         * Version number is increased to 2.7.2.
7914
7915         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7916         instead of elmo-dop-queue-method.
7917
7918 2001-08-06  SAITO Atsunori <sai@yedo.com>
7919
7920         * wl-vars.el (wl-ldap-objectclass): New user option.
7921
7922         * wl-address.el (wl-ldap-make-filter): Use it.
7923
7924 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7927
7928 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7929
7930         * wl-folder.el (wl-folder): redisplay after folder insertion.
7931
7932         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7933
7934         * wl-summary.el (wl-summary-sync-update):
7935         Change status mark only when new-msgdb exists.
7936         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7937
7938 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-summary.el (wl-summary-open-folder): New function.
7941         (wl-summary-goto-folder-subr): Use it.
7942         (wl-summary-mark-as-important): Fix;
7943         Encache only when no cache exists.
7944
7945 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7948         Use with-current-buffer.
7949
7950 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7951
7952         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7953         before call `get-buffer'. Fixed parenthesis.
7954         (wl-score-get-header-entry): Clear message and help window when
7955         keyboard quit.
7956         (wl-score-edit-insert-header): Ditto.
7957
7958 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7961         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7962         (wl-default-draft-cite): Fix.
7963
7964         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7965         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7966
7967 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-message.el (wl-message-prev-page): Do same bahavior
7970         as summary when it is called in the message buffer.
7971         (wl-message-next-page): Ditto.
7972
7973 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-summary.el (wl-summary-forward): Use cache if it is not
7976         section cache.
7977
7978 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7981         Removed redundant require of elmo-vars.
7982         (wl-biff-state-indicator-on): Changed default value for
7983         xemacs with non-mule environment.
7984
7985         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7986         wl-message-buffer is nil;
7987         Hide progress bar after moving messages.
7988
7989 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7990
7991         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7992         message at cursor point is deleted.
7993
7994 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-vars.el: Changed file coding system to euc-japan.
7997         Added -*-coding:-*- magic to the first line.
7998
7999         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8000         Search parent from the first message.
8001
8002         * Version number is increased to 2.7.1.
8003
8004 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8005
8006         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8007
8008 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8011         refile/delete execution.
8012
8013         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8014         Fixed docstring.
8015
8016 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8019         do update process;
8020         Don't update marks when update process is interrupted.
8021
8022 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * wl-summary.el (wl-summary-reply): Fixed problem when
8025         wl-draft-use-frame is non-nil.
8026         (wl-summary-forward): Ditto.
8027
8028         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8029         as nil.
8030         (wl-folder-mark-as-read-all-entity): Ditto.
8031         (wl-folder-prefetch-entity): Ditto.
8032
8033         * wl.el (wl): Check environment before wl-init.
8034
8035         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8036         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8037         instead of wl-summary-collect-unread.
8038         (wl-summary-reply): Split message window.
8039
8040 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8043         only if current language environment is japanese,
8044
8045         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8046         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8047         (wl-folder-goto-folder-subr): Ditto.
8048
8049         * wl-draft.el (wl-draft-dispatch-message): Call
8050         `elmo-file-cache-get-path'.
8051
8052 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * wl-summary.el (wl-summary-cursor-move): If return value of
8055         wl-summary-next-message is not number, don't jump.
8056
8057 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8058
8059         * wl-summary.el (wl-summary-buffer-next-message-function): New
8060         variable.
8061         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8062         if it is bound.
8063
8064         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8065         string.
8066
8067         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8068         (wl-plugged-drawing): Ditto.
8069
8070 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8073         process.
8074         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8075         with unwind-protect.
8076
8077         * wl.el (wl-init): Require mime-setup.
8078         (wl-check-environment): Don't require mime-setup.
8079
8080         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8081         instead of elmo-folder-type.
8082
8083         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8084         value as nil.
8085
8086 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * Version number is increased to 2.7.0.
8089
8090         * wl-version.el (wl-version): Changed codename.
8091
8092         * wl-summary.el (wl-summary-delete-cache): Fixed.
8093
8094         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8095         Workaround for net folders.
8096         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8097
8098         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8099         value to nil (According to the patch from
8100         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8101
8102         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8103         of elmo-folder-close.
8104
8105 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8106
8107         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8108         for postfix.
8109
8110 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-summary.el (wl-summary-resend-message): Fixed.
8113
8114         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8115         Call wl-draft with `from' argument if its address is included in
8116         `wl-user-mail-address-list'.
8117         (wl-draft): Added `from' argument.
8118
8119         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8120         non-nil.
8121         (wl): Don't show demo if wl-demo is nil.
8122
8123         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8124         wl-summary-use-frame.
8125
8126         * wl-vars.el (wl-summary-use-frame): New user option.
8127         (wl-folder-use-frame): Changed docstring.
8128
8129         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8130         non-nil.
8131         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8132         wl-summary-use-frame.
8133
8134         * wl-vars.el (wl-folder-use-frame): New user option.
8135
8136         * wl-summary.el (wl-summary-exit): Back to folder frame if
8137         wl-folder-use-frame is non-nil.
8138         (wl-summary-redisplay-internal): Ignore cache if current folder
8139         is draft folder,
8140         (wl-summary-redisplay-no-mime): Ditto.
8141         (wl-summary-redisplay-all-header): Ditto.
8142
8143         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8144         if wl-folder-use-frame is non-nil.
8145
8146 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * wl-summary.el (wl-summary-sync-update): Bind
8149         elmo-folder-update-threshold.
8150         (wl-summary-mark-as-important): Enclosed server mark processing
8151         with `save-match-data'.
8152
8153         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8154         only when it is already defined.
8155
8156 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8157
8158         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8159         name of folder exclude localdir is wrong.
8160         * wl-folder.el (wl-folder-sync-entity):
8161         Set `wl-summary-always-sticky-folder-list' as nil.
8162         (wl-folder-mark-as-read-all-entity): Ditto.
8163         (wl-folder-prefetch-entity): Ditto.
8164
8165 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8166
8167         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8168         instead of `wl-summary-write-current-newsgroup'.
8169
8170 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8171
8172         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8173         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8174         non-nil and selected message is important, do not display.
8175
8176 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8177
8178         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8179
8180 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8181
8182         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8183
8184         * wl-summary.el (wl-summary-mark-as-important): Set message number
8185         using wl-summary-message-number.
8186
8187 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8188
8189         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8190         destination folder is 'null.
8191
8192 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8193
8194         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8195         New function.
8196         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8197         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8198         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8199
8200 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-mime.el (wl-mime-setup): Added setting for
8203         `mime-setup-signature-key-alist' to avoid overriding key bind for
8204         `wl-draft-send'.
8205
8206         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8207         for `wl-draft-send'.
8208         * wl-mule.el (wl-draft-overload-functions): Ditto.
8209         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8210         * wl-draft.el (wl-draft-send): Ditto.
8211
8212         * wl-message.el (wl-message-display-internal):
8213         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8214         (Patch is provided by <kita@coe.nttdata.co.jp>).
8215
8216 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8217
8218         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8219
8220 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8221
8222         * wl.el (wl): Fix for wl-demo.
8223
8224 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8225
8226         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8227
8228 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8229
8230         * wl-folder.el (wl-folder-prefetch-entity): Use
8231         `wl-folder-get-elmo-folder'.
8232         (wl-folder-count-incorporates): Do not use
8233         `wl-folder-get-elmo-folder'.
8234
8235 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8236
8237         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8238         instead of `elmo-folder-get-type'.
8239
8240 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8241
8242         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8243         position on Subject: field.
8244         (Advised by Mito <mit@nines.nec.co.jp>)
8245
8246 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8247
8248         * wl-folder.el (wl-folder-prefetch-entity): Use
8249         `wl-folder-get-elmo-folder'.
8250
8251 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8254
8255         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8256         `process-duplicates' slot.
8257
8258         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8259         if detection failed.
8260
8261 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8262
8263         * wl-version.el (wl-version-status): Set to "alpha".
8264
8265 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8268         Check wl-message-buffer lives before set-buffer.
8269
8270 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8271
8272         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8273         called in folder mode.
8274         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8275         * wl-summary.el (wl-summary-exit-pre-hook): Run
8276         `wl-summary-exit-pre-hook' before exit summary mode.
8277
8278 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8279
8280         * wl-version.el (wl-version-status): New variable.
8281         (wl-version-status-alist): Removed.
8282         (wl-version-status): Rule included.
8283
8284 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8287         @sponichi.
8288
8289         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8290         when `mail-reply-buffer' is buffer-local variable.
8291         (Reported by <kita@coe.nttdata.co.jp>).
8292
8293 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-vars.el (toplevel): Require 'elmo-util.
8296
8297 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8300         (All other related portions are changed)
8301
8302         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8303
8304         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8305
8306 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8307
8308         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8309
8310 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8313         Delete other windows to avoid an error.
8314         Use `point-marker' instead of `point' to remember the start point
8315         of body.
8316
8317         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8318
8319         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8320         number not to exceed all message number.
8321
8322 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8323
8324         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8325         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8326
8327 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-summary.el (wl-summary-sync-force-update): Added argument
8330         no-check.
8331         (wl-summary-sync-update): Ditto.
8332         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8333         with `no-check'.
8334
8335         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8336         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8337         already running.
8338
8339 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8340
8341         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8342         `dst-folder-arg'.
8343         (wl-expire-archive-number1): Diito.
8344         (wl-expire-archive-number2): Diito.
8345         (wl-expire-archive-Date): Diito.
8346         (wl-archive-number1): Diito.
8347         (wl-archive-number2): Diito.
8348         (wl-archive-date): Diito.
8349         (wl-archive-folder-p): New function.
8350         (wl-summary-expire): Support of expand folder name at
8351         wl-expire-alist.
8352         * wl-util.el (wl-expand-newtext): Renamed from
8353         `wl-refile-expand-newtext'.
8354
8355 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8356
8357         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8358         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8359         `(elmo-msgdb-get-overview msgdb)'.
8360         (wl-summary-prefetch): Bind match data before call
8361         `wl-summay-prefetch-msg'.
8362         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8363         'off if `wl-summary-buffer-disp-msg' is non-nil.
8364         Fixed problem that couldn't show only one new or unread message when
8365         enter folder.
8366         (wl-summary-reply): Don't call `split-window-vertically' and other
8367         window.
8368
8369 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-expire.el (wl-expire-refile): Fixed.
8372
8373 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8376
8377         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8378         biff notification is removed.
8379
8380         * wl.el (wl): Changed position of `elmo-init'.
8381
8382         * wl-draft.el (wl-default-draft-cite): Use date field
8383         on the citation buffer.
8384
8385         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8386
8387         * wl-xmas.el (wl-folder-internal-icon-list): Added
8388         `wl-folder-shimbun-image'.
8389
8390         * wl-e21.el (wl-folder-internal-icon-list): Added
8391         `wl-folder-shimbun-image'.
8392
8393 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl.el (wl-init): Eliminated argument.
8396         (wl): Rewrite.
8397
8398         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8399         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8400         instead of `elmo-folder-msgdb-internal'.
8401         (wl-summary-sync-update): Ditto.
8402         (wl-summary-flush-pending-append-operations): Eliminated.
8403         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8404         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8405         `elmo-folder-open'.
8406
8407         * wl-mime.el (wl-summary-burst): Fixed.
8408
8409         * wl-folder.el (wl-folder-info-save): Check data type.
8410
8411         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8412         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8413         instead of `elmo-folder-msgdb-internal'.
8414         (wl-expire-hide): Ditto.
8415
8416
8417         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8418
8419 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8420
8421         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8422
8423 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8424
8425         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8426
8427 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8428
8429         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8430         Fixed `match-beginning' argument mismatch.
8431
8432 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8433
8434         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8435         the default value.
8436
8437 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8440         instead of `elmo-nntp-default-port'.
8441
8442         * wl-vars.el: Fixed some doc strings.
8443
8444 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-summary.el (wl-summary-prefetch-msg): Use
8447         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8448
8449         * wl-vars.el: Define *-func as obsolete variable using
8450         `elmo-define-obsolete-variable'.
8451
8452         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8453         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8454         instead of `wl-message-buffer-prefetch-threshold'.
8455
8456         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8457
8458         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8459
8460         * wl-draft.el (wl-caesar-region-func): Ditto.
8461
8462         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8463         Keep unread status in elmo-folder-move-messages.
8464         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8465
8466 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8467
8468         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8469         `wl-summary-buffer-exit-func'
8470         (wl-summary-buffer-message-redisplay-function): Renamed from
8471         `wl-summary-buffer-message-redisplay-func'
8472         (wl-summary-buffer-next-folder-function): Renamed from
8473         `wl-summary-buffer-next-folder-func'.
8474         (wl-summary-buffer-prev-folder-function): Renamed from
8475         `wl-summary-buffer-prev-folder-func'.
8476         (wl-summary-get-petname-function): Renamed from
8477         `wl-summary-get-petname-func'.
8478
8479         * wl-score.el (wl-score-edit-exit-function): Renamed from
8480         `wl-score-edit-exit-func'.
8481
8482         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8483         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8484
8485         * wl-util.el (wl-load-profile-function): Renamed from
8486         `wl-load-profile-func'.
8487
8488         * wl-folder.el (wl-folder-completion-function): Renamed from
8489         `wl-folder-completion-func'.
8490         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8491
8492         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8493         `wl-expire-archive-get-folder-func'.
8494         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8495         (wl-draft-send-mail-function): Renamed from
8496         `wl-draft-send-mail-func'.
8497         (wl-draft-send-news-function): Renamed from
8498         `wl-draft-send-news-func'.
8499         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8500         (wl-generate-mailer-string-function): Renamed from
8501         `wl-generate-mailer-string-func'.
8502         (wl-highlight-signature-search-function): Renamed from
8503         `wl-highlight-signature-search-func'.
8504         (wl-highlight-x-face-function): Renamed from
8505         `wl-highlight-x-face-func'
8506         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8507         (wl-ps-print-buffer-function): Renamed from
8508         `wl-ps-print-buffer-func'
8509         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8510         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8511         (wl-summary-subject-filter-function): Renamed from
8512         `wl-summary-subject-filter-func'.
8513
8514         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8515         `wl-draft-queue-flush-send-func'
8516         (wl-draft-cite-function): Renamed from
8517         `wl-draft-cite-func'
8518
8519         * wl-address.el (wl-address-init-function): Renamed from
8520         `wl-address-init-func'.
8521
8522 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8523
8524         * wl-draft.el (wl-draft-queue-flush): Don't call
8525         `elmo-dop-unlock-message'.
8526         * wl-draft.el (wl-draft-queue-append): Don't call
8527         `elmo-dop-lock-message'.
8528
8529         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8530         (wl-summary-buffer-folder-name): Ditto.
8531         (wl-summary-message-regexp): Added '-' (all other related portions
8532         are changed).
8533         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8534         wl-summary-buffer-folder-name.
8535
8536 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8537
8538         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8539         the number of mails in the folder buffer is not updated by wl-biff.
8540
8541 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8542
8543         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8544         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8545
8546 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-summary.el (wl-summary-next-message):
8549         Return next message number when wl-summary-move-order is nil.
8550
8551 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8552
8553         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8554         `wl-summary-move-spec-alist'.
8555         (wl-summary-move-spec-unplugged-alist): New variable
8556         (Move spec for unplugged status).
8557         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8558         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8559
8560 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8561
8562         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8563         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8564
8565 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8566
8567         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8568         simple quotation to quote the anonymous function.
8569         * tm-wl.el (wl-draft-preview-message): Ditto.
8570
8571 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8572
8573         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8574         Eliminate redundant `save-excursion'.
8575         (wl-highlight-summary-current-line): Ditto.
8576
8577         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8578         accessing match data when `looking-at' failed.
8579
8580         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8581         `elmo-match-string' where users don't care about the speed.
8582         (wl-draft-save): Ditto.
8583
8584 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-util.el (wl-regexp-opt): New function.
8587
8588         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8589         number from `wl-summary-buffer-number-list'.
8590         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8591         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8592         (wl-summary-move-spec-alist): Changed default setting.
8593
8594 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8595
8596         * wl-vars.el (wl-biff-notify-hook): New hook.
8597         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8598         the arrival of new mail.
8599         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8600         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8601
8602 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8605
8606 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8609
8610         * Version number is increased to 2.5.8.
8611
8612         * wl-thread.el (toplevel): require 'cl.
8613         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8614         (wl-thread-make-number-list): New function.
8615         (wl-thread-entity-make-number-list-from-children): Ditto.
8616         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8617         (wl-thread-entity-insert-as-children): Likewise.
8618         (wl-thread-delete-message): Likewise.
8619         (wl-meaning-of-mark): Eliminated.
8620         (wl-thread-next-failure-mark-p): Ditto.
8621         (wl-thread-entity-get-mark): Ditto.
8622         (wl-thread-meaning-alist-get-result): Ditto.
8623         (wl-thread-entity-check-prev-mark): Ditto.
8624         (wl-thread-entity-check-next-mark): Ditto.
8625         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8626         (wl-thread-entity-get-prev-marked-entity): Ditto.
8627         (wl-thread-get-prev-unread): Ditto.
8628         (wl-thread-jump-to-prev-unread): Ditto.
8629         (wl-thread-get-next-unread): Ditto.
8630         (wl-thread-jump-to-next-unread): Ditto.
8631         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8632         (wl-thread-entity-get-next-marked-entity): Ditto.
8633
8634         * wl-summary.el (wl-summary-buffer-number-list):
8635         New bufer-local variable.
8636         (wl-summary-switch-to-clone-buffer): Clone
8637         `wl-summary-buffer-number-list'.
8638         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8639         (wl-summary-cursor-move-regex): Eliminated.
8640         (wl-summary-cursor-up): Rewrite.
8641         (wl-summary-cursor-down): Ditto.
8642         (wl-summary-mode-spec-alist): New variable.
8643         (wl-summary-next-message): New inline function.
8644         (wl-summary-cursor-move): New function.
8645         (wl-summary-default-get-next-msg): Rewrite.
8646         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8647         (wl-summary-rescan): Ditto.
8648         (wl-summary-sync-all-init): Ditto.
8649         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8650         summary is not thread view.
8651         (wl-summary-sync-update): Ditto.
8652         (wl-summary-rescan): Ditto.
8653         (wl-summary-make-number-list): New function.
8654
8655         * wl-draft.el: "FCC" -> "Fcc".
8656
8657 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-highlight.el (wl-highlight-summary-window):
8660         Call `set-buffer-modified-p'.
8661
8662         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8663         (wl): Call `elmo-init' and fix.
8664
8665         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8666         Use new variables.
8667
8668         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8669
8670 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8671
8672         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8673
8674 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8675
8676         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8677
8678 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8679
8680         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8681         `wl-use-toolbar' nor `display-graphic-p'.
8682         (wl-e21-setup-message-toolbar): Ditto.
8683         (wl-e21-setup-summary-toolbar): Ditto.
8684         (wl-e21-setup-folder-toolbar): Ditto.
8685
8686         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8687         (wl-plugged-init-icons): Ditto.
8688
8689         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8690         `display-graphic-p'.
8691         (wl-plugged-set-folder-icon): Ditto.
8692         (wl-highlight-plugged-current-line): Ditto.
8693         (wl-highlight-folder-current-line): Ditto.
8694         (wl-e21-highlight-folder-group-line): Ditto.
8695         (wl-e21-setup-toolbar): Ditto.
8696         (wl-e21-display-image-p): New macro.
8697
8698         * wl-demo.el (wl-demo): Simplified.
8699         (wl-demo-image-type-alist): Use `image-type-available-p' for
8700         checking whether the image type `xbm' is available.
8701
8702 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8705         (wl-summary-input-range): Ditto.
8706
8707 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl-summary.el (wl-summary-edit-addresses): Use
8710         `wl-summary-get-original-buffer'
8711         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8712         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8713         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8714         (wl-summary-get-newsgroups): Eliminated.
8715         (wl-summary-set-crosspost): Ditto.
8716         (wl-summary-is-crosspost-folder): Ditto.
8717         (wl-crosspost-alist-load): Ditto.
8718         (wl-crosspost-alist-save): Ditto.
8719
8720         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8721         `elmo-setup-subscribed-newsgroups' instead of
8722         `elmo-nntp-make-groups-hashtb'.
8723         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8724         instead of `wl-crosspost-alist-save'.
8725
8726         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8727         of `elmo-folder-message-appendable-p'.
8728         (wl-mime-header-presentation-method): Eliminated.
8729
8730         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8731         (Error occurs in emacs21).
8732
8733         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8734         the current buffer).
8735
8736         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8737         instead of `wl-crosspost-alist-save'.
8738         (wl-init): `elmo-crosspost-message-alist-load'
8739         instead of `wl-crosspost-alist-load'
8740
8741         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8742         (wl-parse-newsgroups): Likewise.
8743         (wl-biff-notify): Run `wl-biff-notify-hook'.
8744
8745 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8746
8747         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8748
8749         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8750         when `wl-summary-lazy-highlight' is non-nil.
8751         (wl-summary-goto-folder-subr): Highlight only when
8752         `wl-summary-lazy-highlight' is non-nil.
8753
8754         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8755         Don't display progress and highlight temp-mark when
8756         `wl-summary-lazy-highlight' is non-nil.
8757         (wl-highlight-summary-window): New function.
8758         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8759
8760 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8761
8762         * wl-summary.el (wl-summary-sync): Change `all-visible'
8763         from `all-shown'
8764         (wl-summary-input-range): Ditto.
8765
8766 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8767
8768         * wl-e21.el (wl-highlight-folder-current-line): Call
8769         `wl-folder-init-icons' when folder icons have not been initialized.
8770
8771         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8772
8773         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8774         (wl-demo-image-type-alist): New macro.
8775
8776 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8777
8778         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8779         display does not support graphics.
8780         (wl-plugged-init-icons): Ditto.
8781         (wl-folder-init-icons): Ditto.
8782
8783         * wl-demo.el (wl-demo): Chech closely whether the display
8784         supports graphics.
8785
8786 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * wl-summary.el (wl-summary-get-original-buffer): New function.
8789         (wl-summary-set-crosspost): Use it.
8790         (wl-summary-target-mark-uudecode): Ditto.
8791         (wl-summary-reedit): Ditto.
8792         (wl-summary-resend-bounced-mail): Ditto.
8793         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8794         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8795
8796         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8797         (wl-message-display-internal): Ditto.
8798
8799 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8802
8803 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8804
8805         * wl-summary.el (wl-summary-save-view): Renamed from
8806         `wl-summary-save-status'.
8807
8808 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8809
8810         * wl-summary.el (wl-summary-sync): Added `all-shown'
8811
8812 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8813
8814         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8815
8816 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8817
8818         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8819
8820 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8821
8822         * wl-highlight.el (wl-highlight-summary-line-string): Use
8823         `zerop' instead of `= 0'.
8824         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8825
8826         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8827         for comparing numbers.
8828         (wl-template-prev): Use `zerop' instead of `eq 0'.
8829
8830         * wl-draft.el (wl-draft-insert-current-message): Use
8831         `with-current-buffer' instead of `save-excursion'.
8832         Use `zerop' instead of `eq 0'.
8833
8834 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8835
8836         * wl-draft.el (wl-draft-insert-ccs): New function.
8837         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8838         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8839
8840 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8843
8844 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-expire.el (wl-expire-refile): Don't call
8847         elmo-msgdb-add-msgs-to-seen-list;
8848         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8849         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8850
8851 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-message.el (wl-message-prev-page): Ignore errors while
8854         scroll-down.
8855
8856 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-mime.el: Use elmo-original-message-mode instead of
8859         mmelmo-original-mode.
8860
8861         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8862         `elmo-folder-get-spec';
8863         (wl-fldmgr-add-completion-all-completions):
8864         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8865
8866         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8867         of `elmo-folder-get-type'.
8868
8869         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8870         `elmo-folder-get-spec';
8871         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8872         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8873         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8874         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8875         `elmo-read-msg-no-cache';
8876         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8877         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8878         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8879         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8880         `elmo-cache-save';
8881         (wl-draft-reedit): Use `elmo-message-file-name'.
8882
8883         * wl-expire.el: Use `elmo-folder-name-internal';
8884         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8885         Use macro `wl-summary-buffer-msgdb' instead of variable
8886         `wl-summary-buffer-msgdb';
8887         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8888         Use macro `wl-summary-buffer-folder-name' instead of variable
8889         `wl-summary-buffer-folder-name'.
8890         * wl-score.el: Likewise.
8891
8892         * wl-message.el: Rewrite for new message buffer cache mechanism.
8893         (wl-message-buffer-cache-buffer-get): New macro.
8894         (wl-message-buffer-cache-folder-get): Ditto.
8895         (wl-message-buffer-cache-message-get): Ditto.
8896         (wl-message-buffer-cache-entry-make): Ditto.
8897         (wl-message-buffer-cache-hit): Ditto.
8898         (wl-message-buffer-cache-sort): New function.
8899         (wl-message-buffer-cache-add): Ditto.
8900         (wl-message-buffer-cache-delete): Ditto.
8901         (wl-message-buffer-cache-clean-up): Ditto.
8902         (wl-message-buffer-window): Rewrite.
8903         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8904         (wl-message-buffer-display): New function.
8905         (wl-message-display-internal): New function.
8906
8907 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-folder.el: Use `elmo-folder-name-internal';
8910         Use `wl-folder-get-elmo-folder';
8911         Use `elmo-folder-list-messages' instead of
8912         `elmo-list-folder';
8913         Use `elmo-folder-get-primitive-list' instead of
8914         `elmo-folder-get-primitive-spec-list';
8915         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8916         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8917         Use `elmo-folder-create' instead of `elmo-create-folder'.
8918         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8919         (wl-folder-get-elmo-folder): New macro.
8920         (wl-folder-elmo-folder-cache-get): Ditto.
8921         (wl-folder-elmo-folder-cache-put): Ditto.
8922         (wl-folder-suspend): Call `elmo-quit'.
8923
8924         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8925         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8926         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8927         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8928         (toplevel): require 'cl.
8929         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8930
8931         * wl-summary.el: Rewrite to use new elmo interface.
8932
8933 \f
8934 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8935
8936         * wl-mime.el (wl-draft-preview-message):
8937         Run `wl-draft-send-hook' before collecting recipients information;
8938         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8939
8940         * tm-wl.el (wl-draft-preview-message): Ditto.
8941
8942 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8945         wrong recipients are displayed when forwarded message.
8946
8947 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8948
8949         * Version number is increased to 2.5.7.
8950
8951 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8952
8953         * wl-message.el (wl-message-next-page): Bind
8954         `window-pixel-scroll-increment' to nil while scrolling up.
8955
8956 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8957
8958         * wl-vars.el (wl-save-hook): New hook.
8959         * wl.el (wl-save): Call `wl-save-hook'.
8960
8961 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8962
8963         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8964         Argument WITH-ARG instead of NO-ARG (negative mean).
8965         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8966         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8967         * wl-message.el (wl-message-follow-current-entity): Likewise.
8968
8969 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8970
8971         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8972         FROM was optional argument.
8973         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8974
8975 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8976
8977         * Version number is increased to 2.5.6.
8978
8979 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-version.el (wl-version-show): Removed.
8982         (wl-version): Add `interactive'.
8983
8984 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8985
8986         * wl-summary.el (wl-summary-get-petname-func): New variable.
8987         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8988         instead of `wl-address-get-petname-1'.
8989         (wl-summary-simple-from): Ditto.
8990
8991         * wl-address.el (wl-address-get-petname-1): Define as function.
8992
8993 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8994
8995         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8996         field in the original message.
8997         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8998
8999 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9000
9001         * wl-expire.el (wl-expire-hide):
9002         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9003
9004 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9005
9006         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9007         find decoder for To, Cc, and Subject.
9008
9009 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9012         for checking `elmo-use-buffer-cache'.
9013         (wl-summary-mark-as-important): Fixed typo in comment.
9014
9015 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9016
9017         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9018         field in the original message.
9019         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9020
9021 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9022
9023         * wl-expire.el (wl-expire-hide):
9024         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9025
9026 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9029         find decoder for To, Cc, and Subject.
9030
9031 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9032
9033         * Version number is increased to 2.5.5.
9034
9035         * wl-address.el (wl-address-specials-regexp): New constant.
9036         (wl-address-quote-specials): Use it.
9037
9038 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * wl-summary.el (wl-summary-rescan):
9041         Call `wl-summary-buffer-number-column-detect'.
9042         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9043
9044         * wl-message.el (wl-message-mode-map): Define.
9045         (wl-message-decode): Use it as local-map.
9046
9047 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9050         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9051
9052 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9055
9056         * wl-mule.el (wl-read-event-char): Ditto.
9057
9058         * wl-e21.el (wl-read-event-char): Ditto.
9059
9060         * wl-nemacs.el (wl-read-event-char): Ditto.
9061         (read-event): Removed.
9062
9063         * wl-util.el (toplevel): Removed dummy definition of
9064         `read-event'.
9065         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9066
9067 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9068
9069         * wl-nemacs.el (elmo-archive-call-process): Moved to
9070         elmo-archive.el.
9071
9072 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9073
9074         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9075         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9076
9077         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9078         instead of magic-number 6.  Use `not' instead of `null' for symbol
9079         `nil' check (not empty list).
9080         (wl-draft-insert-x-face-field): Fixed paren style.
9081
9082         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9083         one-branch conditional statement, instead of `and' and `if'.
9084         (wl-draft-forward): Likewise.
9085         (wl-draft-add-references): Likewise.
9086         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9087
9088         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9089         conditional steatment.  Use `cond' instead of `if'.
9090         (wl-draft-confirm): Likewise.
9091
9092 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9093
9094         * wl-version.el (wl-version-show): Use `product-string-1'
9095         instead of `wl-version'.
9096         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9097
9098         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9099
9100 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9101
9102         * wl-highlight.el (wl-highlight-headers): Revert
9103         `wl-highlight-x-face-func' argument (`beg' and `end').
9104
9105 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9106
9107         * wl.el (toplevel): Move `product-provide' declare.
9108         * wl-demo.el (toplevel): Ditto.
9109         * wl-dnd.el (toplevel): Ditto.
9110         * wl-highlight.el (toplevel): Ditto.
9111         * wl-message.el (toplevel): Ditto.
9112         * wl-refile.el (toplevel): Ditto.
9113         * wl-util.el (toplevel): Ditto.
9114
9115 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9118         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9119         (wl-thread-close-all): keep cursor position.
9120
9121 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9124         (eq x 0).
9125         (wl-generate-user-agent-string-1): Fix conditional statement.
9126
9127 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9128
9129         * wl.el (wl-check-environment): Additional check for
9130         'wl-local-domain' and `wl-message-id-domain'.
9131
9132 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9133
9134         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9135
9136 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9137
9138         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9139         instead of `smtp-sasl-user-realm'.
9140
9141 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9142
9143         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9144
9145 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9148         to the default value as well as `eword-lexical-analyzer'.
9149
9150 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9151
9152         * wl-version.el (wl-extended-emacs-version,
9153         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9154         `elmo-match-string' instead of `wl-match-string'.
9155
9156 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9157
9158         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9159         docstring.
9160
9161 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9162
9163         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9164
9165 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9166
9167         * wl-highlight.el (wl-highlight-headers): Remove
9168         `wl-highlight-x-face-func' argument (`beg' and `end').
9169
9170 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * wl-summary.el (wl-summary-mark-as-important):
9173         Remove cache if folder is local.
9174
9175 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9176
9177         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9178         to get existing e-mail address string.
9179
9180 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9181
9182         * wl-version.el (wl-generate-user-agent-string): Commentary.
9183         (wl-generate-user-agent-string-1): Use `when' for
9184         one-branch conditional statement, instead of `and' and `if'.
9185         (wl-extended-emacs-version, wl-extended-emacs-version2,
9186         wl-extended-emacs-version3): Ditto.
9187
9188 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9191         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9192         condition-case; Remove initialization.
9193         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9194         (wl-summary-sync-update3): Added argument `sync-all';
9195         Eliminated local variable `msgdb';
9196         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9197         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9198         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9199
9200 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9201
9202         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9203         connection before call `wl-draft-send-mail-with-smtp'.
9204
9205 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9206
9207         * Version number is increased to 2.5.4.
9208
9209 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9210
9211         * wl.el (wl-check-environment): Additional check for
9212         'wl-local-domain' and `wl-message-id-domain'.
9213
9214 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9217         buffer as command specific.
9218         (wl-folder-mark-as-read-all-entity): Ditto.
9219         (wl-folder-prefetch-entity): Ditto.
9220         (wl-folder-drop-unsync-entity): Ditto.
9221
9222         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9223         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9224         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9225
9226         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9227         save-excursion.
9228
9229 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9230
9231         * Version number is increased to 2.5.3.
9232
9233         * wl-summary.el (wl-summary-save-view-cache):
9234         Delete duplicated `write-region';
9235         Use `write-region-as-binary' instead of `as-binary-output-file' and
9236         `write-region'.
9237
9238 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9239
9240         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9241
9242 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9243
9244         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9245         instead of `smtp-via-smtp'.
9246
9247 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9248
9249         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9250
9251 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9252
9253         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9254         instead of `smtp-sasl-user-realm'.
9255
9256 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9257
9258         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9259
9260 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9261
9262         * Version number is increased to 2.5.2.
9263
9264 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9265
9266         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9267         does not exist.
9268         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9269         (wl-biff-start): Call `timer-activate' if timer already exists.
9270
9271         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9272         only when it is bound as function.
9273
9274 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9275
9276         * Version number is increased to 2.5.1.
9277
9278 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9279
9280         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9281         Print refile/copy destination.
9282
9283 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9284
9285         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9286         queue-flush-only is non-nil.
9287
9288         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9289
9290         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9291         checking cache folder.
9292
9293 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9294
9295         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9296         `regexp-quote'.
9297
9298 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9299
9300         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9301         function.
9302         * wl-summary.el (wl-summary-write-current-folder-functions):
9303         Change default value.  Use it.
9304
9305 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9306
9307         * Version number is increased to 2.5.0.
9308
9309         * wl-version.el (wl-version): Changed codename.
9310
9311 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9312
9313         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9314         (wl-summary-supersedes-message): Ditto.
9315
9316 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9317
9318         * wl-refile.el (wl-refile-guess-functions): Renamed from
9319         `wl-refile-guess-func-list'.
9320
9321 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9324         Fixed problem when no rule was matched.
9325
9326 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9327
9328         * wl-summary.el (wl-summary-get-mark): Fixed
9329         `wl-summary-buffer-target-mark' check logic.
9330
9331 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9332
9333         * wl-folder.el (wl-folder-write-current-folder): Added group
9334         folder check.
9335
9336         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9337         `wl-summary-write-current-newsgroup'.
9338         (wl-summary-write-current-folder-functions): New variable.
9339         * wl-folder.el (wl-folder-get-newsgroups): New function.
9340         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9341         (wl-folder-write-current-folder): Renamed from
9342         `wl-folder-write-current-newsgroup'.
9343
9344 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9345
9346         * Version number is increased to 2.3.93.
9347
9348 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9351         (wl-ldap-make-matched-value-list): Ditto.
9352         (wl-ldap-alias-safe-string): Split e-mail address.
9353
9354         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9355         petname folder default was selected.
9356         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9357         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9358
9359 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9362         to `wl-draft-config-exec'.
9363
9364         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9365         instead of calling `wl-draft-config-exec';
9366         Process group-list and show recipients in minibuffer.
9367
9368         * tm-wl.el (wl-draft-preview-message): Ditto.
9369
9370 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9371
9372         * wl.el (toplevel): Added (C) to copyright notice, and
9373         sync Author header.
9374         * tm-wl.el (toplevel): Ditto.
9375         * wl-address.el (toplevel): Ditto.
9376         * wl-demo.el (toplevel): Ditto.
9377         * wl-dnd.el (toplevel): Ditto.
9378         * wl-draft.el (toplevel): Ditto.
9379         * wl-e21.el (toplevel): Ditto.
9380         * wl-expire.el (toplevel): Ditto.
9381         * wl-folder.el (toplevel): Ditto.
9382         * wl-highlight.el (toplevel): Ditto.
9383         * wl-message.el (toplevel): Ditto.
9384         * wl-mime.el (toplevel): Ditto.
9385         * wl-mule.el (toplevel): Ditto.
9386         * wl-nemacs.el (toplevel): Ditto.
9387         * wl-refile.el (toplevel): Ditto.
9388         * wl-score.el (toplevel): Ditto.
9389         * wl-summary.el (toplevel): Ditto.
9390         * wl-template.el (toplevel): Ditto.
9391         * wl-thread.el (toplevel): Ditto.
9392         * wl-util.el (toplevel): Ditto.
9393         * wl-vars.el (toplevel): Ditto.
9394         * wl-xmas.el (toplevel): Ditto.
9395
9396 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9397
9398         * wl.el (wl-init): Added comment about `wl-init-hook'.
9399         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9400         * wl-vars.el (wl-init-hook): Added docs.
9401         (wl-make-plugged-hook): Removed useless docs.
9402         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9403         * wl-xmas.el (toplevel): Ditto.
9404
9405 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9406
9407         * wl-address.el (toplevel): Fixed multiple Author header format.
9408         * wl-demo.el (toplevel): Ditto.
9409         * wl-draft.el (toplevel): Ditto.
9410         * wl-folder.el (toplevel): Ditto.
9411         * wl-summary.el (toplevel): Ditto.
9412         * wl-thread.el (toplevel): Ditto.
9413         * wl-util.el (toplevel): Ditto.
9414         * wl-vars.el (toplevel): Ditto.
9415         * wl-version.el (toplevel): Ditto.
9416         * wl-xmas.el (toplevel): Ditto.
9417         * wl.el (toplevel): Ditto.
9418
9419         * wl-version.el (toplevel): Added require `elmo-version' for
9420         `product-version-as-string'.
9421
9422 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9423
9424         * wl-vars.el (wl-draft-send-hook): Changed default value to
9425         '(wl-draft-config-exec).
9426
9427         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9428         explicitly.
9429         (wl-draft): Set `wl-draft-config-exec-flag' before running
9430         `wl-mail-setup-hook'.
9431
9432         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9433         `wl-biff-init-icons' to `wl-init-hook' instead of
9434         `wl-make-plugged-hook'.
9435         (Because if `wl-draft' command is invoked at first,
9436         they are not initialized)
9437         Updated copyright notice.
9438
9439         * wl-e21.el (toplevel): Ditto;
9440
9441         * wl-demo.el (toplevel): Updated copyright notice.
9442         * wl-address.el (toplevel): Ditto.
9443         * wl-draft.el (toplevel): Ditto.
9444         * wl-version.el (toplevel): Ditto.
9445         * wl-folder.el (toplevel): Ditto.
9446         * wl-summary.el (toplevel): Ditto.
9447         * wl-thread.el (toplevel): Ditto.
9448         * wl-util.el (toplevel): Ditto.
9449         * wl-vars.el (toplevel): Ditto.
9450         * wl.el (toplevel): Ditto.
9451
9452 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-highlight.el (wl-highlight-message): Fixed problem of
9455         highlighting failure which occured when the last field contains
9456         multiple lines in the draft buffer.
9457
9458         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9459         `wl-biff-start' if plugged.
9460
9461         * wl-util.el (wl-biff-check-folder): New function.
9462         (wl-biff-check-folders): Don't set session name prefix.
9463         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9464         (wl-biff-check-folder-async): Ditto.
9465
9466         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9467         in email address.
9468
9469 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9470
9471         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9472
9473         * wl-draft.el (wl-draft-strip-subject-re): New function.
9474
9475         * wl-draft.el (wl-draft-reply): Use it.
9476
9477 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-message.el (wl-mmelmo-message-redisplay): Use
9480         `mime-display-message' instead of `wl-mime-display-message'.
9481
9482         * wl-mime.el (toplevel): Removed compatibility workaround
9483         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9484         (wl-mime-display-message): Abolished.
9485         (wl-mime-entity-read-field): Ditto.
9486         (wl-mime-combine-message/partial-pieces): Use
9487         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9488
9489 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9490
9491         * wl-template.el: Doc fixes.
9492
9493 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9494
9495         * wl-e21.el (wl-message-overload-functions): Do nothing if
9496         `current-local-map' is not available.
9497         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9498
9499 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9500
9501         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9502         representation.
9503
9504         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9505         number.
9506         (wl-fldmgr-save-folders): Don't use `format' when insert
9507         `wl-fldmgr-folders-header'.
9508
9509 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9510
9511         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9512
9513 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-highlight.el (wl-highlight-message):
9516         Use `std11-field-end' to detect end point of the header field.
9517         Refer `wl-highlight-max-header-size'.
9518
9519         * wl-vars.el (wl-highlight-max-header-size): New variable.
9520
9521         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9522
9523         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9524         Set `for-draft' argument of wl-highlight-headers.
9525         (wl-draft): Ditto.
9526         (wl-draft-reedit): Ditto.
9527         (wl-user-agent-compose-internal): Ditto.
9528
9529 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9530
9531         * wl-message.el (wl-message-add-button): Use overlay.
9532
9533 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9534
9535         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9536
9537         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9538         problem when group-list content is nothing.
9539         (Reported by Mito <mit@nines.nec.co.jp>)
9540
9541 2000-10-18  SAITO Atsunori <sai@yedo.com>
9542
9543         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9544
9545 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9546
9547         * tm-wl.el (toplevel): Use product-provide.
9548
9549 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9550
9551         * Version number is increased to 2.3.92.
9552
9553 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9554
9555         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9556         title text, use `display' property for left margin under Emacs 21.
9557
9558         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9559         properties.
9560         (wl-plugged-init-icons): Ditto.
9561
9562 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9563
9564         * wl.el (wl-save-status, wl-init): Remove last period in
9565         "...done." message.
9566         * tm-wl.el (wl-summary-burst): Ditto.
9567         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9568         wl-summary-resume-cache-status,
9569         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9570         wl-summary-sync-update3, wl-summary-highlight-msgs,
9571         wl-summary-flush-pending-append-operations,
9572         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9573         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9574         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9575         wl-thread-open-all): Ditto.
9576         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9577         * wl-mime.el (wl-summary-burst): Ditto.
9578         * wl-highlight.el (wl-highlight-summary): Ditto.
9579         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9580         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9581         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9582         * wl-address.el (wl-local-address-init): Ditto.
9583
9584 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9585
9586         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9587         `add-text-properties'.
9588         (wl-plugged-init-icons): Ditto.
9589         (wl-folder-init-icons): Use `propertize' instead of
9590         `put-text-property'.
9591         (wl-plugged-set-folder-icon): Ditto.
9592         (wl-e21-highlight-folder-group-line): Ditto.
9593
9594 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9595
9596         * wl-version.el (wl-version-status-alist): New variable.
9597         (wl-version-status): New function.
9598
9599         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9600         "Cc" part of the case "Reply-To".
9601
9602         * wl-draft.el (wl-draft-reply): Use result of
9603         `eword-extract-address-components'.
9604
9605         * wl-demo.el (wl-demo-icon-name): New constant.
9606         (wl-logo-xpm): Use it.
9607         (wl-logo-xbm): Ditto.
9608         (wl-logo-bitmap): Ditto.
9609
9610         * Version number is increased to 2.3.91.
9611
9612 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9613
9614         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9615         (wl-extended-emacs-version, wl-extended-emacs-version2,
9616         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9617         docstring.
9618
9619         * wl-version.el (wl-generate-user-agent-string-1): New function.
9620         (wl-generate-user-agent-string): Use it.
9621
9622         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9623         `mime-edit-insert-user-agent-field'.
9624         (wl-generate-user-agent-string): Check
9625         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9626
9627         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9628         instead of `if', when verbose case.
9629
9630 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9631
9632         * wl-expire.el (wl-summary-expire): Fix.
9633
9634 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9635
9636         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9637         and `elmo-lost+found-folder' if 'wl-draft.
9638         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9639
9640 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9641
9642         * wl-expire.el (wl-summary-expire): Change messages.
9643         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9644         `deleing-info' instead of "Deleting..."
9645
9646 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9647
9648         * wl-summary.el (wl-summary-refile-subr): Fix.
9649
9650 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9651
9652         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9653         if pipe folder.
9654
9655 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9656
9657         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9658
9659 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9660
9661         * wl-expire.el (wl-expire-hide): New function.
9662         (wl-summary-expire): Add `hide'.
9663
9664 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9665
9666         * wl-vars.el (wl-draft-reply-without-argument-list):
9667         Changed default value to consider `Reply-To:'.
9668         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9669
9670         * Version number is increased to 2.3.90.
9671
9672         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9673         elmo-imap4-get-session with unwind-protect.
9674         Don't cause error.
9675         (wl-summary-sync-marks): Don't check plugged nor folder type.
9676         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9677         (Always keep current buffer).
9678
9679 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9680
9681         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9682         Enclose with `save-excursion'.
9683
9684 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9685
9686         * wl-version.el (wl-version): Remove interactive.
9687
9688 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9689
9690         * wl-version.el (wl-generate-user-agent-string): Use
9691         `product-string-verbose' instead of `product-string-1'.
9692
9693 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9694
9695         * wl-vars.el (wl-draft-use-cache): New variable.
9696         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9697         if wl-draft-use-cache is non-nil.
9698
9699 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9700
9701         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9702         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9703
9704 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9705
9706         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9707         (wl-thread-msg-mark-as-unread): Ditto.
9708
9709         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9710         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9711         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9712         Don't set mark in summary if return value of `elmo-mark-as-read'
9713         is nil.
9714         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9715         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9716         instead of `wl-thread-msg-mark-as-read'.
9717         (wl-summary-mark-as-unread-region): Ditto.
9718         (wl-summary-target-mark-mark-as-read): Ditto.
9719
9720         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9721
9722 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9723
9724         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9725
9726         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9727
9728 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9729
9730         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9731         face.
9732
9733 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9734
9735         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9736         `running-xemacs'.
9737
9738 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9739
9740         * wl-version.el (toplevel): Use `product-version-as-string' for
9741         set verstion-string, if defined.
9742
9743         * wl-version.el (wl-version-show): Insert string at point, when
9744         call with argument.
9745
9746         * wl-version.el (wl-generate-user-agent-string): Use
9747         `product-string-1' instead of `wl-appname', `wl-version' and
9748         `wl-codename'.
9749
9750 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9751
9752         * wl-address.el (toplevel): Use product-provide.
9753         * wl-demo.el (toplevel): Ditto.
9754         * wl-dnd.el (toplevel): Ditto.
9755         * wl-draft.el (toplevel): Ditto.
9756         * wl-e21.el (toplevel): Ditto.
9757         * wl-expire.el (toplevel): Ditto.
9758         * wl-fldmgr.el (toplevel): Ditto.
9759         * wl-folder.el (toplevel): Ditto.
9760         * wl-highlight.el (toplevel): Ditto.
9761         * wl-message.el (toplevel): Ditto.
9762         * wl-mime.el (toplevel): Ditto.
9763         * wl-mule.el (toplevel): Ditto.
9764         * wl-nemacs.el (toplevel): Ditto.
9765         * wl-refile.el (toplevel): Ditto.
9766         * wl-score.el (toplevel): Ditto.
9767         * wl-summary.el (toplevel): Ditto.
9768         * wl-template.el (toplevel): Ditto.
9769         * wl-thread.el (toplevel): Ditto.
9770         * wl-util.el (toplevel): Ditto.
9771         * wl-vars.el (toplevel): Ditto.
9772         * wl-xmas.el (toplevel): Ditto.
9773         * wl.el (toplevel): Ditto.
9774
9775 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9776
9777         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9778         instead of product.
9779
9780         * wl-version.el (wl-version): Compile time evalution elmo-version.
9781
9782 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9783
9784         * wl-summary.el (wl-summary-sync-force-update): Append queue
9785         `mark-as-read'if unplugged.
9786
9787 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9788
9789         * wl-version.el: New file.  Use product.el.
9790         * wl.el: add (require 'wl-version).
9791         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9792         for ~/.folders header.
9793         (wl-fldmgr-folders-header): Changed.
9794         * wl-demo.el (wl-demo): Use product.el.
9795
9796         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9797         wl-version.el.
9798         * wl-util.el (wl-version, wl-version-show): Ditto.
9799
9800         * wl-util.el (wl-generate-user-agent-string,
9801         wl-extended-emacs-version, wl-extended-emacs-version2,
9802         wl-extended-emacs-version3): Move to wl-version.el.
9803         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9804         xemacs-codename, mime-edit-insert-user-agent-field,
9805         mime-edit-user-agent-value, mime-editor/version,
9806         mime-editor/codename): Compile warning killer move to
9807         wl-version.el
9808
9809 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9810
9811         * wl-summary.el (wl-summary-refile-subr): Fix.
9812
9813 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9816         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9817
9818 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9819
9820         * wl.el (wl-check-environment): Check too many `@'.
9821
9822 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9823
9824         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9825
9826 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9827
9828         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9829         wl-draft-reply-myself-without-argument-list): Add variables.
9830         * wl-draft.el (wl-draft-reply): Use it.
9831
9832 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9833
9834         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9835         the 5th argument of `elmo-network-get-spec'.
9836
9837         * wl-thread.el (wl-thread-reparent-children): New inline function.
9838         (wl-thread-delete-message): Use it.
9839
9840         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9841         (wl-summary-score-update-all-lines): Don't use `dolist'.
9842
9843 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9844
9845         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9846         (require 'elmo-msgdb) for inline function.
9847
9848 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9849
9850         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9851
9852 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9853
9854         * wl-score.el (wl-score-headers): Fix for the confusing macro
9855         `elmo-kill-buffer'.
9856
9857 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9858
9859         * wl-summary.el: Don't use the 3rd argument of `require' because
9860         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9861         * wl-util.el: Ditto.
9862         * wl-draft.el: Ditto.
9863
9864 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9865
9866         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9867         window system is not used.
9868
9869 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9870
9871         * wl-thread.el: Don't use `mapcar' only for iteration.
9872         (wl-thread-resume-entity): Ditto.
9873         (wl-thread-delete-message): Ditto.
9874
9875         * wl-summary.el: Bind `dragdrop-drop-functions',
9876         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9877         of `require' for `timezone', `easymenu' and `ps-print';
9878         don't use `mapcar' only for iteration.
9879
9880         * wl-util.el: Bind `mule-version', `nemacs-version',
9881         `emacs-beta-version', `xemacs-codename',
9882         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9883         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9884         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9885         only for iteration.
9886
9887         * wl-score.el: Don't use `mapcar' only for iteration.
9888         (wl-score-simplify-buffer-fuzzy): Ditto.
9889         (wl-score-simplify-subject): Ditto.
9890         (wl-score-headers): Ditto.
9891         (wl-summary-score-update-all-lines): Ditto.
9892
9893         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9894         `enable-multibyte-characters' and `mule-version'.
9895
9896         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9897         `mapcar' only for iteration.
9898
9899         * wl-demo.el: Don't use `mapcar' only for iteration.
9900
9901         * wl-folder.el: Don't use `mapcar' only for iteration.
9902         (wl-folder-open-all): Ditto.
9903         (wl-folder-count-incorporates): Ditto.
9904
9905         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9906         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9907
9908         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9909         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9910         `smtp-connection-type'; specify 3rd argument of `require' for
9911         `timezone'; don't use `mapcar' only for iteration.
9912         (wl-draft-clone-local-variables): Don't use `mapcar'.
9913         (wl-draft-generate-clone-buffer): Ditto.
9914         (wl-user-agent-compose-internal): Ditto.
9915
9916         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9917
9918         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9919         (wl-save-status): Ditto.
9920
9921         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9922         for iteration.
9923
9924 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9925
9926         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9927         removed `Date'.
9928         (wl-fldmgr-make-filter-default): New user option.
9929
9930         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9931         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9932         (wl-fldmgr-filter-completion-alist): Abolish.
9933
9934         * wl.el (wl): Don't check servers if arg is non-nil.
9935
9936         * wl-draft.el (wl-draft-reply): Set only message-id string to
9937         In-Reply-To field.
9938
9939 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9940
9941         * wl-summary.el (wl-summary-pick): Rewrite.
9942
9943         * wl-draft.el (wl-draft-forward): Get references field from
9944         original buffer.
9945         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9946
9947 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9948
9949         * wl-draft.el (wl-draft-forward): Add references field.
9950
9951 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9952
9953         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9954         (wl-draft-reply): Use it.
9955
9956 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9959         when Emacs 21 is running.
9960
9961         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9962         bindings.
9963
9964 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9965
9966         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9967         XPM icons transparent.
9968
9969         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9970         Emacs 21.
9971
9972 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9973
9974         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9975         nil.
9976
9977         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9978         when it is persistent.
9979         (wl-summary-sync-marks): Changed argument for
9980         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9981         (wl-summary-virtual): Use `elmo-read-search-condition'.
9982         (wl-summary-redisplay-internal): If folder is local, mark as read
9983         even when folder is plugged.
9984
9985 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9986
9987         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9988         of `tool-bar-lines' in the frame parameters.
9989         (after-make-frame-functions, post-command-hook): Don't modify the
9990         value.
9991         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9992         wl-e21-tool-bar-lines): Removed.
9993
9994 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9995
9996         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9997         properties `evaporate' and `wl-momentary-overlay' as well.
9998         (wl-highlight-summary-displaying): Ditto.
9999         (wl-delete-all-overlays): Don't delete overlay which does not have
10000         a property `wl-momentary-overlay'.
10001
10002         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10003         `display-mouse-p' and `display-graphic-p'.
10004         (wl-folder-init-icons): Don't search for XBM or the other files.
10005         (wl-plugged-set-folder-icon): Make icons if and only if
10006         `display-graphic-p' returns non-nil.
10007         (wl-highlight-plugged-current-line): Use `before-string' overlay
10008         property to show icon images.
10009         (wl-highlight-folder-current-line): Ditto.
10010         (wl-e21-highlight-folder-group-line): Ditto.
10011         (wl-e21-highlight-folder-by-numbers): Ditto.
10012         (wl-e21-insert-image): Removed.
10013         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10014         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10015         said.
10016         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10017         `wl-e21-force-switch-toolbar'.
10018         (wl-e21-make-icon-image): Removed.
10019         (wl-e21-setup-toolbar): Don't search for XBM files.
10020         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10021         the default value.
10022
10023 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-util.el (wl-biff-check-folder-async): Set
10026         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10027
10028 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10029
10030         * wl-e21.el (after-make-frame-functions): Add
10031         `wl-e21-force-switch-toolbar'.
10032         (wl-e21-force-switch-toolbar): New function force to switch the
10033         toolbar appearance automatically.
10034         (post-command-hook): Add `wl-e21-switch-toolbar'.
10035         (wl-e21-switch-toolbar): New function to switch the toolbar
10036         appearance automatically.
10037         (wl-e21-tool-bar-lines): New buffer local variable.
10038
10039 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10040
10041         * wl-util.el (wl-biff-check-folders-running): New variable.
10042         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10043         (wl-biff-check-folder-async-callback):
10044         Set `wl-biff-check-folders-running'.
10045         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10046         with unwind-protect.
10047
10048         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10049         Enclose `wl-folder-auto-check' with unwind-protect.
10050
10051         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10052         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10053
10054         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10055
10056         * wl-util.el (wl-biff-notify): New inline function.
10057         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10058         locally.
10059         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10060         folder-list' is 1.
10061         Use `wl-biff-notify'.
10062         (wl-biff-check-folder-async-callback): New function.
10063         (wl-biff-check-folder-async): Ditto.
10064
10065         * wl-folder.el (wl-folder): Don't check folders.
10066         (wl-folder-auto-check): New function.
10067
10068 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10069
10070         * wl-util.el (wl-biff-start) [Emacs19+]:
10071         Use `timer-next-integral-multiple-of-time'.
10072         (wl-biff-check-folders): Use `wl-default-folder'
10073         if `wl-biff-check-folder-list' is nil.
10074
10075 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10076
10077         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10078         instead of `elmo-delete-lists'.
10079
10080 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10081
10082         * wl.el (wl-plugged-toggle-all): Set the value of
10083         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10084         (wl-plugged-toggle): Ditto.
10085         (wl-toggle-plugged): Ditto.
10086         (wl-plugged-init): Ditto.
10087
10088         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10089         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10090         instead of `wl-biff-state-indicator-off' and
10091         `wl-biff-state-indicator-on'; don't modify the value and the type
10092         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10093         (wl-plugged-init-icons): Set icons data to
10094         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10095         instead of `wl-plug-state-indicator-off' and
10096         `wl-plug-state-indicator-on'; don't modify the value and the type
10097         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10098
10099         * wl-vars.el (wl-modeline-biff-state-off,
10100         wl-modeline-biff-state-on, wl-modeline-biff-status,
10101         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10102         wl-modeline-plug-status): New internal variables.
10103         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10104         wl-biff-check-interval, wl-biff-check-folder-list): Change
10105         customization group from `wl-folder' to `wl-highlight'.
10106         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10107         wl-show-plug-status-on-modeline): Defcustomized.
10108
10109         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10110         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10111         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10112         a flag to `mode-line-buffer-identification'.
10113
10114         * wl-e21.el (wl-biff-init-icons): Set icons data to
10115         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10116         instead of `wl-biff-state-indicator-off' and
10117         `wl-biff-state-indicator-on'.
10118         (wl-plugged-init-icons): Set icons data to
10119         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10120         instead of `wl-plug-state-indicator-off' and
10121         `wl-plug-state-indicator-on'.
10122
10123 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10124
10125         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10126         excessive titles.
10127
10128 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10129
10130         * wl.el (wl-plugged-mode): Use revised
10131         `wl-mode-line-buffer-identification'.
10132         (wl-plugged-init): Don't use `force-mode-line-update'.
10133
10134         * wl-xmas.el (wl-draft-overload-functions): Use revised
10135         `wl-mode-line-buffer-identification'.
10136         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10137         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10138         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10139         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10140         `wl-make-plugged-hook';
10141         add `wl-folder-init-icons' and `wl-setup-folder' to
10142         `wl-folder-mode-hook'.
10143
10144         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10145         19 as well.
10146         (wl-mode-line-display-priority-list): New user option.
10147         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10148         Defcustomized.
10149         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10150         Add docs.
10151
10152         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10153         start.
10154         (wl-mode-line-buffer-identification): Revised as a function.
10155
10156         * wl-summary.el (wl-summary-mode): Use revised
10157         `wl-mode-line-buffer-identification'; don't call
10158         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10159         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10160         `wl-xmas-setup-summary'.
10161
10162         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10163         `wl-mode-line-buffer-identification'.
10164
10165         * wl-mule.el (wl-draft-overload-functions): Use revised
10166         `wl-mode-line-buffer-identification'.
10167
10168         * wl-folder.el (wl-make-plugged-alist): Don't call
10169         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10170         (wl-folder): Don't call `wl-folder-init-icons' directly.
10171         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10172         `wl-xmas-setup-folder' directly;
10173         use revised `wl-mode-line-buffer-identification'.
10174         (TopLevel): Don't bind `wl-biff-init-icons',
10175         `wl-plugged-init-icons', `wl-folder-init-icons',
10176         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10177
10178         * wl-e21.el (wl-draft-overload-functions): Use revised
10179         `wl-mode-line-buffer-identification'.
10180         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10181         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10182         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10183         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10184         `wl-make-plugged-hook';
10185         add `wl-folder-init-icons' and `wl-setup-folder' to
10186         `wl-folder-mode-hook'.
10187
10188 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10189             Katsumi Yamaoka    <yamaoka@jpl.org>
10190
10191         * wl.el (wl): Call `wl-biff-start'.
10192         (wl-exit): Call `wl-biff-stop'.
10193         (wl-plugged-mode): Show biff in modeline.
10194         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10195
10196         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10197         (wl-biff-init-icons): New function.
10198         (wl-plugged-init-icons): Don't make too much keymaps.
10199         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10200
10201         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10202         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10203         variables.
10204         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10205         options.
10206
10207         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10208         wl-biff-start, wl-biff-stop): New functions.
10209         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10210         (wl-biff-timer-name): New variable.
10211
10212         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10213
10214         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10215         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10216
10217         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10218         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10219
10220         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10221         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10222         `wl-folder-init-icons' to `ignore' if they are not available.
10223         (wl-folder-mode): Show biff in modeline.
10224
10225         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10226         (wl-biff-init-icons): New function.
10227         (wl-plugged-init-icons): Don't make too much keymaps.
10228         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10229
10230 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10231
10232         * wl-vars.el (wl-strict-diff-folders): Customization Type
10233         and doc fix.  Define as a list of regular expressions for
10234         folders or nil.
10235         * wl-folder.el (wl-folder-check-one-entity): Use
10236         `wl-string-match-member' instead of `wl-string-member' for
10237         `wl-strict-diff-folders'.
10238
10239 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10240
10241         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10242         (wl-highlight-folder-current-line): Use it; new implementation.
10243         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10244         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10245         `defsubst' instead of `defun'.
10246
10247         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10248         `wl-highlight-group-folder-by-numbers'; made it can also be a
10249         number.  See info for more details.
10250
10251         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10252         running.
10253
10254         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10255         to bind them.
10256
10257         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10258         (wl-highlight-folder-current-line): New implementation.
10259
10260         * wl-highlight.el (wl-highlight-folder-group-line): New
10261         implementation.
10262         (wl-delete-all-overlays): Rewrite as a marco.
10263         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10264
10265         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10266         running.
10267         (wl-folder-*-glyph): No need to bind them.
10268
10269         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10270         `wl-e21-highlight-folder-group-icon'; rewrite.
10271         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10272         `defsubst' instead of `defun'.
10273         (wl-folder-mode-map): Bind it when compiling.
10274
10275 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10276
10277         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10278
10279         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10280
10281 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10282
10283         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10284
10285 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10286
10287         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10288         (wl-highlight-folder-current-line): Use it.
10289
10290         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10291         in `id-name'.
10292
10293 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10294
10295         * wl.el: Require `wl-e21' when Emacs 21 is running.
10296
10297         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10298         default when Emacs 21 is running.
10299         (wl-use-highlight-mouse-line): Ditto.
10300         (wl-on-emacs21): New constant.
10301         (wl-on-emacs20): Removed.
10302
10303         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10304         Emacs 21 is running.
10305
10306         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10307         Emacs 21 is running.
10308
10309         * wl-e21.el: New file.
10310
10311 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10312
10313         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10314         (wl-toggle-plugged): Ditto.
10315         (wl-plugged-toggle): Ditto.
10316         (wl-plugged-toggle-all): Ditto.
10317
10318         * wl-vars.el (wl-plug-state-indicator): Refer
10319         `wl-plug-state-indicator-on' indirectly.
10320
10321 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10322
10323         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10324         Call `wl-folder-confirm-existence'.
10325
10326         * wl-folder.el (wl-folder-confirm-existence): Added optional
10327         argument `force'.
10328
10329 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10330
10331         * wl-summary.el (wl-summary-refile-subr): Assume
10332         `copy-or-refile' as symbol.
10333         (wl-summary-refile): Follow up above change.
10334         (wl-summary-copy): Ditto.  Doc fix.
10335
10336 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10337
10338         * wl-summary.el (wl-summary-pick): Don't bind
10339         `elmo-search-mime-charset'.
10340
10341         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10342         default using old backquote style.
10343         (wl-search-mime-charset): Abolished.
10344
10345         * wl-highlight.el (wl-highlight-headers):
10346         Call `point' after `re-search-forward'(for Nemacs).
10347
10348         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10349         for elmo-imap4.el.
10350
10351 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10352
10353         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10354         `wl-message-ignored-field-list' instead of
10355         `mime-view-ignored-field-list'.
10356
10357         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10358         Add interactive spec.
10359         (wl-folder-goto-bottom-of-current-folder): Ditto.
10360         (wl-folder-mode-map): Bind them.
10361
10362         * wl-vars.el (wl-message-ignored-field-list): New variable.
10363         (wl-message-visible-field-list): New variable.
10364
10365         * wl-mime.el (wl-mime-header-presentation-method): New function.
10366         (wl-mime-setup): Set header-presentation-method.
10367
10368 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10369
10370         * wl-nemacs.el (wl-draft-overload-functions): Set
10371         `mode-line-buffer-identification' instead of using
10372         `wl-make-modeline'.
10373
10374         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10375         instead of using `wl-make-modeline'.
10376
10377         * wl-xmas.el (wl-plugged-init-icons): Set up
10378         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10379         (wl-make-modeline): Abolish.
10380         (wl-draft-overload-functions): Set
10381         `mode-line-buffer-identification' instead of using
10382         `wl-make-modeline'.
10383
10384         * wl-util.el (wl-make-modeline-subr): Abolish.
10385         (wl-mode-line-buffer-identification): New alias.
10386
10387         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10388         (wl-summary-make-modeline): Abolish.
10389         (wl-summary-buffer-set-folder): Set
10390         `wl-summary-buffer-folder-indicator'.
10391         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10392         of using `wl-make-modeline'.
10393         (wl-summary-switch-to-clone-buffer): Don't set
10394         `mode-line-buffer-identification'.
10395         (wl-summary-goto-folder-subr): Ditto.
10396
10397         * wl-mule.el (wl-draft-overload-functions): Set
10398         `mode-line-buffer-identification' instead of using
10399         `wl-make-modeline'.
10400
10401         * wl-folder.el (wl-folder-mode): Set
10402         `mode-line-buffer-identification' instead of using
10403         `wl-make-modeline'.
10404         (wl-folder): Don't set `mode-line-buffer-identification'.
10405
10406 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10407
10408         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10409         instead of `member' for `wl-refile-guess-func-list' look-ups.
10410         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10411
10412 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10413
10414         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10415         `wl-message-button-dispatcher'.
10416
10417         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10418
10419         * wl-message.el (wl-message-button-dispatcher): Use it.
10420
10421         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10422         "In-Reply-To".
10423
10424         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10425         Bind `case-fold-search' to t.
10426
10427 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10428
10429         * wl-xmas.el (wl-message-overload-functions): Initialize
10430         `wl-message-button-map'.
10431
10432         * wl-mule.el (wl-message-overload-functions): Initialize
10433         `wl-message-button-map'.
10434
10435         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10436
10437         * wl-message.el (wl-message-button-map): New keymap.
10438         (wl-message-add-button): New function.
10439         (wl-message-button-dispatcher): New function.
10440         (wl-message-button-refer-article): New function.
10441
10442         * wl-highlight.el
10443         (wl-highlight-message-add-buttons-to-header): New function.
10444         (wl-highlight-headers): Use it.
10445
10446 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10447
10448         * wl-summary.el (wl-summary-default-from): Use
10449         `wl-address-get-petname-1'.
10450         (wl-summary-simple-from): Ditto.
10451
10452         * wl-address.el (wl-address-get-petname-1): New inline function.
10453         (wl-address-get-petname): Use it.
10454
10455 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10456
10457         * wl-summary.el (wl-summary-default-from): Return full-name part
10458         from the address if no petname was found.
10459         (wl-summary-simple-from): Ditto.
10460
10461         * wl-address.el (wl-address-get-petname): Return nil if no petname
10462         associated with the address was found.
10463
10464 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10465
10466         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10467         display is finished.
10468
10469 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10470
10471         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10472         `elmo-folder-exists-p' argument.
10473
10474 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10475
10476         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10477         the folder.
10478
10479 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10480
10481         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10482
10483         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10484         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10485
10486 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10487
10488         * wl-folder.el (wl-folder-create-subr): New function.
10489         (wl-folder-confirm-existence): Use it.
10490         (wl-folder-check-one-entity): Use it.
10491         Check the error symbol is derived from 'elmo-open-error.
10492
10493         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10494         `ignore-error'.
10495
10496 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10497
10498         * wl-util.el (toplevel): Add (eval-when-compile (require
10499         'elmo-util)).  (Maybe `provide' is typo.)
10500
10501 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10502
10503         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10504         (I don't know why this was needed.)
10505
10506         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10507         Follow up changes for stream-type.
10508
10509         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10510         (wl-draft-elmo-nntp-send): Ditto.
10511
10512         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10513         (wl-nntp-posting-stream-type): Ditto.
10514         (wl-pop-before-smtp-ssl): Abolished.
10515         (wl-nntp-posting-ssl): Ditto.
10516
10517         * wl-address.el (wl-address-quote-specials): New function.
10518         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10519
10520         * wl-draft.el (wl-draft-reply): Ditto.
10521
10522 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10523
10524         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10525         use function `wl-string-match-assoc'.
10526
10527 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10528
10529         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10530
10531         * wl-draft.el (wl-draft-deduce-address-list): New function.
10532         (wl-draft-parse-mailbox-list): Ditto.
10533         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10534         instead of `smtp-deduce-address-list'.
10535         (wl-draft-on-field-p): Follow group list.
10536
10537         * wl-address.el (wl-address-concat-token): New function.
10538         (wl-address-string-without-group-list-contents): Ditto.
10539         (wl-complete-field-body): Fixed problem of completion
10540         by japanese petname.
10541         (wl-address-make-completion-list): Rewrite.
10542
10543 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10544
10545         * wl-address.el (wl-address-make-completion-list): Completion by
10546         petname.
10547         (wl-complete-field-body): Likewise.
10548
10549 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10550
10551         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10552         contains invalid address syntax.
10553
10554 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10555
10556         * wl-folder.el (wl-folder-check-entity-async): Use
10557         `elmo-nntp-spec-hostname'.
10558
10559 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10560
10561         * wl-summary.el (wl-summary-msgdb-load-async): Use
10562         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10563
10564 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10565
10566         * wl-draft.el (wl-draft-reply): Set argument
10567         `content-transfer-encoding' as nil.
10568
10569 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10570
10571         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10572         `wl-refile-alist'.
10573
10574 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10575
10576         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10577         (wl-draft-edit-string): Ditto.
10578         (wl-draft-forward): Ditto.
10579         * wl-summary.el (wl-summary-write): Ditto.
10580
10581 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10582
10583         * wl-summary.el (wl-summary-sync-update3): Call
10584         `wl-summary-buffer-number-column-detect'.
10585         (wl-summary-buffer-number-column-detect): Search from point-min.
10586
10587 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10588
10589         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10590         contains an address which is not included in original to or cc.
10591
10592 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10593
10594         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10595         begin-line does not exist.
10596         * wl-message.el (wl-message-uu-substring): Ditto.
10597
10598 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10599
10600         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10601         clear local variables.
10602         (wl-summary-exit): Call `elmo-commit'.
10603         (wl-summary-switch-to-clone-buffer): Call
10604         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10605         (wl-summary-goto-folder-subr): Ditto.
10606
10607         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10608         POP folder.
10609
10610 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10611
10612         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10613         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10614         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10615         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10616         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10617         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10618
10619         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10620
10621 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10622
10623         * wl-summary.el (wl-summary-search-by-subject):
10624         Search parent message from the latest one.
10625
10626 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10629         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10630
10631         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10632         New user option.
10633
10634         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10635         if elmo-nntp-use-killed-list is nil.
10636         Use `elmo-msgdb-append-to-killed-list'.
10637         (Append numbers confirmed as disappeared to the killed list.)
10638         (wl-summary-confirm-appends): Don't display negative number.
10639
10640 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10641
10642         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10643
10644 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10645
10646         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10647         range is `all'.
10648         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10649         `elmo-list-bigger-diff'.
10650
10651 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10652
10653         * wl-summary.el (wl-summary-buffer-exit-func):
10654         New buffer local variable.
10655         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10656
10657 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10658
10659         * wl-demo.el (wl-demo): Fix the last change.
10660
10661 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10662
10663         * wl-demo.el (wl-demo): Don't use `eval'.
10664
10665 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10666
10667         * wl-summary.el (wl-summary-buffer-thread-modified):
10668         New buffer-local variable.
10669         (wl-summary-set-thread-modified): New function.
10670         (wl-summary-thread-modified-p): New function.
10671         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10672         (wl-summary-yank-saved-message): Use function
10673         `wl-summary-set-thread-modified'
10674         (wl-summary-switch-to-clone-buffer): Add
10675         `wl-summary-buffer-thread-modified'.
10676
10677         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10678         (wl-summary-buffer-mark-saved-hook): Ditto.
10679         * wl-summary.el (wl-summary-msgdb-save): New hook
10680         `wl-summary-buffer-message-saved-hook' and
10681         `wl-summary-buffer-mark-saved-hook'.
10682
10683 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10684
10685         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10686
10687 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10688
10689         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10690         don't hide scroll bars under FSF Emacsen because it may incur an
10691         undesirable redrawing.
10692
10693 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10694
10695         * wl-draft.el (wl-draft-edit-string): Call
10696         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10697
10698 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10699
10700         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10701
10702 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10703
10704         * wl-summary.el (wl-summary-msgdb-load-async): Call
10705         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10706
10707 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10708
10709         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10710         fringes in demo buffer; center bitmap logo correctly even if old
10711         Mule is used.
10712
10713 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10714
10715         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10716
10717         * wl-refile.el (wl-refile-subject-alist): New variable.
10718         (wl-refile-subject-alist-file-name): Ditto.
10719         (wl-refile-alist-setup): Rewrite.
10720         (wl-refile-alist-save): Use `elmo-object-save'.
10721         Eliminated arguments.
10722         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10723         (wl-refile-guess-by-subject): New function.
10724         (wl-refile-guess-func-list): Added it.
10725
10726 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10727
10728         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10729         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10730
10731 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10732
10733         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10734         New buffer-local variable.
10735         (wl-summary-buffer-next-folder-func): Ditto.
10736         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10737         if non-nil.
10738         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10739         if non-nil.
10740         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10741         if non-nil.
10742         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10743         if non-nil.
10744
10745 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10746
10747         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10748         permanently in the demo buffer.
10749
10750 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10751
10752         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10753         `mime-entity-fetch-field'.
10754
10755         * wl.el (wl-exit): Delete plugged buffer.
10756
10757         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10758         XEmacs has menubar feature.
10759
10760 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10761
10762         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10763         cannot arrive at the beginning of the buffer under old Emacsen.
10764
10765 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10766
10767         * wl-address.el (wl-address-ldap-search):
10768         Call `ldap-search-entries' with `withdn' argument t.
10769         (wl-complete-field-body): Bind completion-ignore-case as t.
10770         Clear ldap search hash when it was sole completion.
10771         Use elmo-string for pattern string.
10772         (wl-ldap-alias-safe-string): Eliminated needless let.
10773
10774 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10775
10776         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10777         (wl-ldap-alias-sep): New constant.
10778         (wl-ldap-search-attribute-type-list): Ditto.
10779         (wl-ldap-get-value): New function.
10780         (wl-ldap-make-filter): Ditto.
10781         (wl-ldap-make-matched-value-list): Ditto.
10782         (wl-ldap-alias-safe-string): Ditto.
10783         (wl-ldap-register-dn-string): Ditto.
10784         (wl-address-ldap-search): Rewrite.
10785
10786 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10787
10788         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10789         thread is deleted.
10790         (wl-thread-delete-line-from-buffer): Ditto.
10791         (wl-thread-get-exist-children): New function.
10792
10793 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10794
10795         * wl-demo.el (wl-demo): Made it to select various image types.
10796         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10797         from `wl-title-logo'.
10798         (wl-logo-ascii): New variable.
10799         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10800         (wl-demo-copyright-notice): New constant.
10801
10802         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10803
10804 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10805
10806         * wl-vars.el (wl-summary-target-above): Renamed from
10807         wl-summary-temp-above.
10808         * wl-score.el (wl-score-get-score-alist): Use it.
10809         (wl-summary-score-update-all-lines): Use it.
10810         * wl-summary.el: Ditto. (make-variable-buffer-local).
10811
10812 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10813
10814         * wl-vars.el (wl-ldap-port): New user option.
10815
10816         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10817         Rewite whole implementation.
10818         (wl-complete-field-body): Fixed.
10819
10820 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10821
10822         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10823         Choose implementation at compile time.
10824
10825 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10826
10827         * wl-address.el (wl-ldap-search-internal): New function.
10828         (wl-complete-field-to): Use it.
10829
10830 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10831
10832         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10833         Use `let' instead of `let*'.
10834         Require 'wl-vars.
10835
10836         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10837         Define as defcustom.
10838         (wl-ldap-base): Ditto.
10839         (wl-use-ldap): Ditto.
10840
10841 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10842
10843         * wl-address.el (wl-ldap-search): New function.
10844         (wl-complete-field-body): Use `wl-ldap-search'.
10845         (wl-ldap-server): New variable.
10846         (wl-ldap-base): Ditto.
10847         (wl-use-ldap): Ditto.
10848
10849 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10850
10851         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10852         (Pointed out by Mito <mit@nines.nec.co.jp>).
10853         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10854         buffer-local variables like `wl-summary-redisplay-internal'.
10855         (wl-summary-redisplay-all-header): Likewise.  Update
10856         Summary view too.
10857
10858 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10859
10860         * wl-summary.el (wl-summary-jump-to-parent-message):
10861         Consider prefix argument.
10862
10863         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10864         when closed thread is deleted.
10865
10866 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10867
10868         * wl-summary.el (wl-summary-jump-to-parent-message):
10869         Consider thread modification.
10870
10871 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10872
10873         * wl-message.el (wl-message-normal-get-original-buffer): Use
10874         `save-excursion'.
10875
10876         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10877         (wl-summary-showto-folder-regexp): Ditto.
10878
10879 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10880
10881         * wl-util.el (wl-delete-alist): Doc fix.
10882         (wl-delete-associations): New function.
10883         (wl-inverse-alist): New function.
10884         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10885         Split temporary variables. Use `wl-delete-associations'
10886         and `wl-inverse-alist'.
10887         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10888
10889 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10890
10891         * wl-folder.el (wl-folder-prefetch-entity):
10892         Execute prefetching if new count is unknown.
10893
10894 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10895
10896         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10897
10898         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10899         delete entity.
10900         (wl-thread-set-parent): If insert as top, set linked as nil.
10901
10902         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10903         `wl-thread-cleanup-symbols' when view mode is thread.
10904
10905 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10906
10907         * wl-folder.el (wl-folder-create-folder-entity): Use
10908         with-current-buffer.
10909         (wl-local-folder-init): Call set-buffer to make sure we are in
10910         the Folder buffer. Don't touch buffer-local variables here.
10911         (wl-folder-mode): Initialize buffer-local variables here.
10912
10913         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10914         (wl-folder-entity-assign-id): Ditto.
10915         (wl-folder-create-entity-hashtb): Ditto.
10916         (wl-local-folder-init): Ditto.
10917         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10918
10919 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10920
10921         * wl-summary.el (wl-summary-default-from): Fix probrem when
10922         std11-extract-address-components return (nil "foo@bar").
10923
10924 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10925
10926         * wl-draft.el (wl-draft-clone-local-variables):
10927         Remove redundant `setq'.
10928
10929 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10930
10931         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10932         Bind wl-highlight-x-face-func as nil while highlighting header.
10933
10934 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10935
10936         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10937
10938 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10939
10940         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10941         elmo-msgdb-overview-hashtb from copy-variables.
10942         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10943         instead of `elmo-msgdb-overview-get-entity-by-number'.
10944         (wl-summary-auto-refile): Ditto.
10945
10946         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10947         `elmo-msgdb-overview-get-entity' instead of
10948         `elmo-msgdb-search-overview-entity'.  Use
10949         `elmo-msgdb-overview-get-entity' instead of
10950         `elmo-msgdb-overview-get-entity-by-number'.
10951         (wl-thread-insert-entity-sub): Ditto.
10952         (wl-thread-insert-message): Ditto.
10953
10954         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10955         `elmo-msgdb-overview-get-entity'.
10956         (wl-normal-message-redisplay): Ditto.
10957
10958 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10959
10960         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10961         `wl-thread-entities'.
10962         (wl-thread-delete-message): Fix remove top message from
10963         `wl-thread-entity-list'.
10964
10965         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10966         wl-append(nconc), because update-list is broken on Meadow.
10967
10968         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10969         updating process.
10970         (wl-summary-rescan): Ditto.
10971         (wl-summary-sync-update3): Ditto.
10972         * wl-thread.el (wl-thread-set-parent): Renamed from
10973         `wl-summary-set-parent'.
10974         (wl-thread-insert-message): Updating buffer faster.
10975         (wl-thread-delete-message): Updating buffer faster.
10976
10977         * wl-score.el (wl-summary-score-update-all-lines): Changed
10978         interval for display progress gauge.
10979
10980 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10981
10982         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10983         folder always-sticky.
10984         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10985         defmacro.
10986
10987 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10988
10989         * wl-vars.el (wl-draft-add-references): New user option.
10990
10991         * wl-draft.el (wl-draft-add-references): New function.
10992         (wl-draft-yank-from-mail-reply-buffer): Use it.
10993         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10994         as nil.
10995
10996 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10997
10998         * wl-thread.el (wl-thread-update-line-msgs): Called
10999         `wl-thread-update-line-on-buffer-sub'.
11000         (wl-thread-update-line-on-buffer): Delete routine of inserting
11001         thread.
11002         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11003         moved from `wl-thread-update-line-on-buffer'.
11004         Add threshold for displaying progress gauge.
11005         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11006         argument of `wl-thread-update-line-msgs'.
11007         Add threshold for displaying progress gauge.
11008         * wl-folder.el:
11009         Add threshold for displaying progress gauge.
11010         * wl-score.el: Ditto.
11011
11012         * wl-expire.el (wl-summary-expire): Display deleting info.
11013
11014 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11015
11016         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11017         `no-msg'.
11018         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11019         argument of `wl-thread-update-line-msgs'.
11020         (wl-summary-set-parent): Added optional argument `parent-number'.
11021         (wl-summary-buffer-saved-message): New buffer local variable.
11022         (wl-summary-save-current-message): New command.
11023         (wl-summary-yank-saved-message): Ditto.
11024         (wl-summary-mode-map): Added key binding for
11025         `wl-summary-save-current-message' (\ew) and
11026         `wl-summary-yank-saved-message' (\C-y).
11027         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11028
11029 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11030
11031         * wl-summary.el (wl-summary-mode-map): Added key binding for
11032         `wl-summary-set-parent' (ts).
11033
11034 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11035
11036         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11037         subject faster. If thread number is reverse, delayed updating
11038         thread.
11039         (wl-summary-search-by-subject): Ditto.
11040         (wl-summary-put-alike): Ditto.
11041         (wl-summary-get-alike): Ditto.
11042         (wl-summary-insert-headers): Insert header of all overview in
11043         buffer.
11044         (wl-summary-rescan): Delayed updating thread. Kill search subject
11045         buffer for wl-summary-search-by-subject.
11046         (wl-summary-sync-update3): Ditto.
11047         (wl-summary-exit): Ditto.
11048         (wl-summary-goto-bottom-of-current-thread): Change for linked
11049         thread.
11050         (wl-summary-overview-create-summary-line): Change line for linked
11051         thread.
11052
11053         * wl-summary.el (wl-summary-update-thread): Use
11054         wl-thread-maybe-get-children-num.
11055         (wl-summary-set-parent): If change parent, move sub thread.
11056         (wl-summary-redisplay-internal): Add horizontal recenter.
11057         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11058
11059         * wl-thread.el (wl-thread-entity-get-linked): New function.
11060         (wl-thread-entity-set-linked): New function.
11061         (wl-thread-create-entity): Add linked element.
11062         (wl-thread-entity-insert-as-top): Use wl-append.
11063         (wl-thread-maybe-get-children-num): If closing thread, return
11064         children msgs.
11065         (wl-thread-update-line-msgs): Displaying progress message.
11066         (wl-thread-update-line-on-buffer-sub): Use
11067         wl-thread-maybe-get-children-num.
11068         (wl-thread-update-line-on-buffer): If update line is not exists,
11069         insert thread.
11070         (wl-thread-delete-message): If delete top msg of thread, search
11071         parent by subject.
11072         (wl-thread-insert-entity): Use
11073         wl-thread-maybe-get-children-num.
11074
11075         * wl-highlight.el (wl-highlight-summary-current-line): change
11076         sregexp for linked thread.
11077         * wl-util.el (wl-count-lines): Count lines.
11078         (wl-horizontal-recenter): horizontal recenter.
11079         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11080         (wl-score-get-alike): Ditto.
11081         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11082         (wl-subject-length-limit): New variable.
11083         (wl-highlight-thread-indent-string-regexp): Changed for linked
11084         thread.
11085
11086 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11087
11088         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11089         New variable (revival).
11090         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11091         by subject matching if there's no in-reply-to nor references field
11092         (revival).
11093
11094 \f
11095 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11096
11097         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11098         message.
11099
11100 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11101
11102         * wl-summary.el (wl-summary-reply): Return t if there was a
11103         message at cursor point.
11104         Added unwind-protect.
11105         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11106         returns t.
11107         (wl-summary-cancel-message): Do nothing when there's no message at
11108         cursor point.
11109         (wl-summary-forward): Ditto.
11110         (wl-summary-jump-to-parent-message): Ditto.
11111         (wl-summary-reedit): Ditto.
11112         (wl-summary-edit-addresses): Ditto.
11113         (wl-summary-pipe-message): Ditto.
11114         (wl-summary-print-message-with-ps-print): Ditto.
11115         (wl-summary-print-message): Ditto.
11116         (wl-summary-mark-as-important): Ditto.
11117         (wl-summary-mark-as-unread): Ditto.
11118
11119         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11120         message at cursor point.
11121         (wl-summary-reply-with-citation): Remove unwind-protect.
11122
11123         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11124         subject searching feature.
11125         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11126         Eliminated.
11127
11128 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11129
11130         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11131         New variable.
11132         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11133         by subject matching if there's no in-reply-to nor references field.
11134
11135         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11136
11137         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11138         when display is finished.
11139         (wl-folder-open-all): Ditto.
11140         (wl-folder-update-access-group): Ditto.
11141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11142         * wl-thread.el (wl-thread-close-all): Ditto.
11143
11144         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11145         progress gauge only when it was displayed.
11146         * wl-folder.el (wl-folder-insert-entity): Ditto.
11147
11148 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11149
11150         * wl-summary.el (wl-summary-incorporate): Enclose
11151         `wl-summary-sync-force-update' with save-excursion.
11152
11153 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11154
11155         * wl-summary.el (wl-summary-prefetch-region):
11156         Pass current cursor point to `pos-visible-in-window-p' after
11157         moving cursor to the started point.
11158
11159 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11160
11161         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11162
11163         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11164         fields from the forwarding message.
11165         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11166         `ignored-fields'.
11167
11168 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11169
11170         * wl-mime.el (wl-message-request-partial):
11171         Eliminated argument `msgdb'.
11172         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11173         (wl-mime-combine-message/partial-pieces): Likewise.
11174         * tm-wl.el (wl-message-request-partial): Likewise.
11175         (wl-mime-combine-message/partial-pieces): Likewise.
11176
11177 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11178
11179         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11180         when display is finished.
11181
11182 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11183
11184         * wl-summary.el (wl-summary-goto-folder-subr):
11185         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11186
11187 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11188
11189         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11190         when cursor point is visible.
11191
11192 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11193
11194         * wl-expire.el (wl-expire-archive-get-max-number):
11195         Don't use `file-name-directory'.
11196
11197 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11198
11199         * wl-expire.el (wl-expire-archive-get-max-number):
11200         Use `file-name-directory'.
11201
11202 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11203
11204         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11205         only when there is progress.
11206
11207 2000-04-13  Mito <mit@nines.nec.co.jp>
11208
11209         * wl-summary.el (wl-summary-sync-marks): Display progress.
11210
11211 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11212
11213         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11214         (wl-summary-prev): Move cursor regardless of unread status.
11215         (wl-summary-next): Ditto.
11216
11217 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11218
11219         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11220         Added argument `target' and `number'.
11221         * tm-wl.el (wl-summary-burst-subr): New function.
11222         (wl-summary-burst): Use it.
11223
11224 2000-04-10  Mito <mit@nines.nec.co.jp>
11225
11226         * wl-mime.el (wl-burst): New function.
11227         (wl-summary-burst): Use it.
11228
11229 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11230
11231         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11232         as petname when there's no candidate.
11233
11234 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11235
11236         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11237         New variable.
11238         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11239
11240         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11241
11242         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11243
11244 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11245
11246         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11247         Use substring of `original' instead of buffer-substring.
11248         (wl-refile-evaluate-rule):
11249         Set `original' argument of wl-refile-expand-newtext.
11250
11251         * wl-summary.el
11252         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11253         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11254         (wl-summary-auto-refile): Check existence of destination folder just
11255         before marking.
11256
11257 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11258
11259         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11260         when wl-refile-get-field-value return nil.
11261
11262 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11263
11264         * wl-refile.el
11265         (wl-refile-expand-newtext): New function imported from Gnus.
11266         (wl-refile-evaluate-rule): Use it.
11267
11268 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11269
11270         * wl-summary.el (wl-summary-print-destination):
11271         Duplicate folder string to avoid putting text-property on
11272         original string.
11273
11274         * wl-refile.el (wl-refile-get-field-value): New function.
11275         (wl-refile-evaluate-rule): New function;
11276         Evaluate refile rule recursively.
11277         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11278         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11279         New function; Check existence of a target folder recursively.
11280         (wl-summary-auto-refile-check-refile-rule-alist):
11281         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11282
11283 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11284
11285         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11286
11287         * wl-folder.el (wl-create-folder-entity-from-buffer):
11288         Fixed problem when '}' character is contained in folder name.
11289
11290         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11291
11292 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11293
11294         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11295         (wl-fldmgr-add-completion-all-completions):
11296         Use wl-fldmgr-add-completion-hashtb.
11297
11298 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11299
11300         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11301         wl-fldmgr-add-completion-subr): New functions.
11302         * wl-folder.el (wl-folder-completion-func): New variable.
11303         * wl-summary.el (wl-summary-read-folder):
11304         Use wl-folder-completion-func.
11305
11306         * wl-refile.el: Eliminate throw & catch.
11307
11308         * wl.el (wl-plugged-sending-queue-status): Fixed.
11309
11310 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11311
11312         * wl-draft.el (wl-draft): Put category property on
11313         mail-header-separator.