(wl-user-agent-insert-body): Make sure body ends with newline.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
4         newline.
5         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
6         so as to match header tokens strictly.
7
8 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
9
10         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
11         for the message not classified as spam.
12         (wl-summary-test-spam-messages): New function.
13         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
14         instead of `wl-spam-map-spam-messages'.
15
16 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
17
18         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
19         (wl-summary-define-mark-action): Define unmark functions.
20         (wl-summary-unmark): Add the second argument `mark'.
21         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
22
23 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
24
25         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
26         autodecryption for draft preview.
27
28 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
29         * wl-summary.el (toplevel): New function
30         `wl-summary-toggle-mime-buttons' and keybinding to toggle
31         visibility of MIME buttons in message view mode.
32
33 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
34
35         * Version number is increased to 2.15.9.
36
37 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
38
39         * wl-score.el (wl-score-followup): Remove verbose comment (same as
40         docstring).
41
42         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
43         Revert `save-excursion' for `wl-summary-jump-to-msg'.
44
45 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
46
47         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
48         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
49         semicolons, that should start at the left margin.
50         See. also (Info-goto-node "(elisp)Comment Tips").
51         * wl-acap.el (wl-acap-store): Ditto.
52         * wl-action.el (wl-summary-unset-mark): Ditto.
53         * wl-address.el (wl-address-ldap-search): Ditto.
54         * wl-demo.el (wl-demo-insert-image): Ditto.
55         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
56         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
57         (wl-draft-previous-history-element): Ditto.
58         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
59         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
60         (wl-folder-mode-map, wl-folder-get-prev-folder)
61         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
62         (wl-folder-check-entity-async)
63         (wl-create-folder-entity-from-buffer): Ditto.
64         * wl-fldmgr.el (toplevel): Ditto.
65         * wl-message.el (wl-message-buffer-cache-sort)
66         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
67         Ditto.
68         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
69         Ditto.
70         * wl-summary.el (toplevel, wl-summary-mode)
71         (wl-summary-edit-addresses, wl-summary-sync-update)
72         (wl-summary-stick): Ditto.
73         * wl-thread.el (toplevel, wl-thread-insert-message)
74         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
75         * wl-util.el (toplevel): Ditto.
76         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
77         Ditto.
78
79 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
80
81         * Version number is increased to 2.15.8.
82
83         * wl-message.el (wl-message-uu-substring): Suppress compile
84         warnings; Use `with-current-buffer' instead of `save-excursion' &
85         `set-buffer'.
86         * wl-mime.el (wl-draft-yank-current-message-entity)
87         (wl-mime-preview-follow-no-mime)
88         (wl-mime-preview-follow-current-region): Ditto.
89         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
90         (wl-summary-switch-to-clone-buffer)
91         (wl-summary-target-mark-forward)
92         (wl-summary-target-mark-reply-with-citation)
93         (wl-summary-target-mark-uudecode): Ditto.
94
95         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
96         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
97         * wl-summary.el (wl-summary-narrow-to-region)
98         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
99
100         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
101         instead of `int-to-string'.
102         * wl-dnd.el (wl-dnd-start-drag): Ditto.
103         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
104         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
105         * wl-util.el (wl-url-nntp): Ditto.
106
107         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
108         (wl-plugged-dop-queue-status): Don't quote `lambda'.
109         * wl-thread.el (wl-thread-delete-message): Ditto
110         * wl-summary.el (wl-summary-edit-addresses)
111         (wl-summary-edit-addresses-collect-candidate-fields)
112         (wl-summary-search-by-subject): Ditto.
113         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
114         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
115         (wl-fldmgr-add-completion-subr): Ditto.
116         * wl-draft.el (wl-smtp-extension-bind)
117         (wl-draft-insert-get-message, wl-draft-default-headers)
118         (wl-jump-to-draft-buffer): Ditto.
119         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
120         (wl-summary-down): Ditto.
121         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
122         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
123         * wl-folder.el (wl-folder-make-save-access-list)
124         (wl-folder-update-access-group, wl-folder-pick): Ditto.
125
126 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
127
128         * wl-draft.el (wl-draft-default-headers): Suppress warning
129         "defsubst `wl-draft-default-headers' was used before it was
130         defined"; Use `defun' instead of `defsubst'.
131
132         * wl-address.el (wl-address-header-extract-address)
133         (wl-address-header-extract-realname): Fix mail-address in
134         docstring.
135
136         * wl-expire.el (wl-expire-make-sortable-date): Macro to
137         inline-function.
138         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
139         Macro to function.
140         (wl-folder-get-entity-from-buffer): Macro to function.
141         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
142         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
143         * wl.el (wl-plugged-string): Macro to function.
144
145         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
146         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
147         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
148         Macro to function.
149
150         * wl-thread.el (wl-thread-open, wl-thread-close): Use
151         `point-at-bol', `point-at-eol'.
152
153         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
154         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
155         `(string-to-char " ")' instead of `? ', `?\ '.
156         * wl-action.el (wl-summary-print-argument): Ditto.
157         * wl-address.el (wl-complete-field-body): Ditto.
158         * wl-demo.el (wl-demo-insert-image): Ditto.
159         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
160         * wl-util.el (wl-ask-folder, wl-set-string-width)
161         (wl-y-or-n-p-with-scroll): Ditto.
162
163         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
164         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
165         verbose point move.
166
167         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
168         and `point-at-eol'.
169         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
170         Ditto.
171
172 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
173
174         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
175         `(beginning-of-line) (point)'.
176
177         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
178         (wl-fldmgr-delete-line): Change from macro to function. Use
179         `point-at-bol' and `point-at-eol'.
180
181         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
182         `function' for lambda.
183
184         * wl.el (wl-plugged-server-indent): Change from macro to function.
185
186         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
187
188         * wl-draft.el (wl-draft-config-body-goto-header)
189         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
190         macro to function.
191
192         * wl-score.el (wl-score-get-alike): Change from macro to
193         inline-function.
194
195         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
196         instead of `mapcar'. Don't use `function' for lambda.
197         (wl-read-search-condition-internal): Don't use `function' for
198         lambda.
199         (wl-kill-buffers): Change from macro to function.
200         (wl-count-lines): Change from macro to inline-function.
201
202         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
203
204         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
205
206         * wl.el (wl-plugged-change): Suppress compile warnings; Use
207         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
208         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
209         * wl-address.el (wl-complete-window-show): Ditto.
210         * wl-message.el (wl-message-select-buffer): Ditto.
211         * wl-template.el (wl-template-show): Ditto.
212         * wl-util.el (wl-collect-summary): Ditto.
213         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
214         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
215         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
216         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
217         (wl-score-edit-insert-number): Ditto.
218
219         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
220         symbol.
221
222         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
223         of `goto-line'.
224
225         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
226
227 2009-12-16  Lloyd Zusman <ljz@asfast.com>
228
229         * wl-summary.el (wl-summary-detect-mark-position): Force
230         the temporary buffer to enable the use of multibyte characters
231         within searches [wl-en:2460].
232
233 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
234
235         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
236         of `beginning-of-buffer'.
237
238 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
239
240         * wl-summary.el (wl-summary-display-raw): New function, display
241         message in raw format.
242
243 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
244
245         * Version number is increased to 2.15.7.
246
247 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
248
249         * wl-summary.el (wl-summary-previous-message-number): New function.
250         (wl-summary-next-message-number): Ditto.
251         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
252         `wl-summary-next-message-number'.
253         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
254         Inline temporary variable `cur-id'.
255         (wl-summary-get-next-unread-folder): Ditto.
256         (wl-summary-get-next-folder): Ditto.
257         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
258
259 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
260
261         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
262
263 2008-09-05  Kenichi Okada  <okada@opaopa.org>
264
265         * wl-summary.el (wl-summary-buffer-folder-name)
266         (wl-draft-config-body-goto-header): Use backquote instead of quote.
267         * wl-draft.el (wl-draft-body-goto-top)
268         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
269
270 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
271
272         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
273         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
274
275 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
276
277         * wl-expire.el: Fix Comentary section.
278
279 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
280
281         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
282         Require mime-parse, elmo-mime, and wl-util.
283
284         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
285
286         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
287
288 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
289
290         * wl-template.el: Require elmo-util and wl-vars.
291
292         * wl-mime.el (wl-mime-display-header): Revert last change.
293         Remove `delete-matching-lines "^$"'.
294
295 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
296
297         * wl-mime.el (wl-define-dummy-functions): Split
298         `eval-when-compile' form for avoid error; when `make
299         compile-strict.
300
301         * wl-util.el: Move (eval-when-compile (require 'static)).
302         * wl-dnd.el: Add (eval-when-compile (require 'static)).
303         * wl-message.el: Ditto.
304
305         * wl-mime.el (wl-message-delete-current-part): Use
306         `insert-buffer-substring' instead of `insert-buffer'.
307         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
308         * wl-draft.el (wl-draft-generate-clone-buffer)
309         (wl-draft-do-mime-bcc): Ditto.
310
311         * wl-address.el: Add (eval-when-compile (require 'cl)).
312         * wl-addrmgr.el: Ditto.
313         * wl-mime.el: Ditto.
314         * wl-util.el: Ditto.
315         * wl-score.el: Ditto.
316
317 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
318
319         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
320         `string-to-int'.
321
322         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
323         `string-to-int'.
324
325         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
326         `string-to-number' instead of `string-to-int'.
327
328         * wl-summary.el (wl-summary-get-list-info)
329         (wl-summary-message-number): Use `string-to-number' instead of
330         `string-to-int'.
331
332         * wl-score.el (wl-score-overview-entity-get-lines)
333         (wl-score-set-mark-below, wl-score-set-expunge-below)
334         (wl-summary-increase-score, wl-score-get-header-entry): Use
335         `string-to-number' instead of `string-to-int'.
336
337         * wl-folder.el (wl-folder-update-diff-line): Use
338         `string-to-number' instead of `string-to-int'.
339
340         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
341         instead of `string-to-int'.
342
343         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
344         instead of `string-to-int'.
345
346         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
347         `string-to-int'.
348
349 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
350
351         * wl-util.el (wl-match-string, wl-match-buffer)
352         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
353         (wl-kill-buffers, wl-local-variable-p)
354         (wl-line-formatter-setup): New backquote style.
355         (wl-count-lines): Use quote instead of backquote.
356
357         * wl-summary.el (wl-summary-buffer-folder-name)
358         (wl-summary-get-alike): Use quote instead of backquote.
359         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
360         backquote style.
361
362         * wl-message.el (wl-message-buffer-cache-buffer-get)
363         (wl-message-buffer-cache-folder-get)
364         (wl-message-buffer-cache-message-get)
365         (wl-message-buffer-cache-entry-make)
366         (wl-message-buffer-cache-hit): New backquote style.
367
368         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
369         backquote.
370         (wl-folder-unread-regex, wl-folder-entity-exists-p)
371         (wl-folder-clear-entity-info)
372         (wl-folder-get-entity-info, wl-folder-set-entity-info)
373         (wl-folder-elmo-folder-cache-get)
374         (wl-folder-elmo-folder-cache-put): New backquote style.
375
376         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
377         (wl-fldmgr-assign-id): Ditto.
378         (wl-fldmgr-delete-line): Use quote instead of backquote.
379         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
380
381         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
382         (wl-draft-set-sent-message): New backquote style.
383         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
384         (wl-draft-config-body-goto-header): Use quote instead of backquote.
385
386 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
387
388         * wl-address.el (wl-address-concat-token): Fix typo.
389
390 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
391
392         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
393         (wl-score-get-alike): Ditto.
394
395         * wl-vars.el: New backquote style.
396         (wl-message-header-button-alist): Use quote instead of backquote.
397
398         * wl.el (wl-plugged-string): New backquote style.
399
400         * wl-address.el (wl-address-concat-token): New backquote style.
401
402         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
403
404 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
405
406         * wl-highlight.el (wl-highlight-folder-opened-regexp)
407         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
408
409         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
410         in the character alternative.
411
412 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
413
414         * Version number is increased to 2.15.6.
415
416 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
417
418         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
419         optional 3rd argument of epg-context-set-progress-callback; it was
420         temporarily removed in the Emacs trunk due to copyright problem.
421         (wl-mime-pgp-verify-region-with-epg): Ditto.
422
423 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
424
425         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
426
427 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl-util.el (wl-biff-check-folders): Set biff flag.
430         (from Naoto Morishima [wl:14031])
431
432 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
433
434         * wl.el (wl-plugged-server-indent): Use quote instead of
435         backquote.
436
437 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
438
439         * wl-score.el (wl-score-insert-header): Add guard for
440         `std11-unfold-string'.
441         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
442         TYPE artgument when TO or CC field.
443
444 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445
446         * wl-summary.el (wl-summary-goto-folder-subr): Call
447         `elmo-folder-close' instead of `elmo-folder-commit' if discard
448         current summary.
449
450 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-util.el (wl-read-shell-commande): New function or alias.
453
454         * wl-summary.el (wl-summary-pipe-message): Use
455         `wl-read-shell-command' instead of `read-string'.
456         (wl-summary-target-mark-pipe): Ditto.
457
458 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
459
460         * wl-summary.el (wl-summary-reply): Fix docstring.
461         * wl-draft.el (wl-draft-reply): Ditto.
462
463 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-mime.el (wl-summary-extract-attachments): New command.
466         (wl-summary-extract-attachments-1): New internal function.
467
468 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-expire.el (wl-expire-folder): New function (split from
471         wl-summary-expire).
472         (wl-summary-expire): Use it. Add argument `all' instead of remove
473         `nolist'. Cause an error only if this function is calling
474         interactively.
475
476 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-expire.el (wl-expire-refile): Display progress message.
479         (wl-summary-expire): Simplify.
480
481         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
482         unused argument `deleting-info'.
483
484 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-vars.el (wl-message-popup-buffers): New user option.
487
488         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
489         (wl-message-delete-popup-windows): New function that substitues
490         above one.
491         (wl-mime-setup): Follow the above change.
492
493 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
494
495         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
496
497 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
498
499         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
500         "tkm" to wl-thread-spam.
501
502 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
503
504         * wl-thread.el (wl-thread-entity-insert-as-children): Use
505         wl-thread-entity-set-children.
506         (wl-thread-insert-message, wl-thread-insert-entity-sub,
507         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
508         Use wl-thread-entity-get-*.
509
510 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-mime.el (wl-epg-progress-callback): New function.
513         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
514         with `elmo-with-progress-display'. Set a progress callback
515         function to epg-context.
516         (wl-mime-pgp-verify-region-with-epg): Ditto.
517
518 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-util.el (wl-completing-read-multiple): Define as an alias of
521         `completing-read-multiple' if emacs-version is not less than 22.
522
523 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
526         change.
527
528 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-summary.el (wl-summary-sync-update): Move
531         `wl-thread-update-indent-string-thread' to outside of
532         `elmo-with-progress-display'.
533
534 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-message.el (wl-message-exit): Check buffer existence.
537
538 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-util.el (wl-simple-display-progress): New function.
541         (wl-display-progress-with-gauge): Ditto.
542         (wl-progress-callback-function): Ditto.
543
544         * wl.el (wl-init): Set `elmo-progress-callback-function' as
545         `wl-progress-callback-function'
546
547         * wl-vars.el (wl-display-progress-threshold): New user option.
548         (wl-display-progress-function): Ditto.
549
550         * Version number is increased to 2.15.5.
551
552 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
553
554         * wl-thread.el (wl-thread-close-children): New function.
555         (wl-thread-open-children): Ditto.
556         * wl-action.el (wl-summary-set-mark): Redo the last change by
557         using it.
558
559         * wl-action.el (wl-summary-set-mark): Undo the last change.
560         Forbid interactive call.
561
562 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-mime.el (wl-define-dummy-functions): New macro.
565         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
566         `wl-mime-pgp-decrypt-region'.
567         (wl-mime-pgp-verify-region-with-epg): Renamed from
568         `wl-mime-pgp-verify-region'.
569         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
570         `wl-mime-pgp-decrypt-region'.
571         (wl-mime-pgp-verify-region-with-pgg): Renamed from
572         `wl-mime-pgp-verify-region'.
573         (wl-mime-pgp-decrypt-region): New function; To select dispatch
574         function at runtime.
575         (wl-mime-pgp-verify-region): Ditto.
576
577         * wl-vars.el (wl-use-pgp-module): New user option.
578
579 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
582         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
583
584 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
585
586         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
587         even if there are target marks only.
588
589 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * Version number is increased to 2.15.4.
592
593 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-folder.el (wl-folder-check-one-entity): Simplify.
596
597 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
600         variable.
601
602 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
603
604         * wl-spam.el (wl-thread-test-spam): New function.
605         (wl-spam-setup): Bind "tkc".
606
607 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-expire.el (wl-folder-expire-entity): Rewite without
610         `wl-summary-goto-folder-subr'.
611         (wl-folder-expire-current-entity): Don't kill summary buffer.
612
613 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-folder.el (wl-folder-sync-entity): Rewrite without
616         `wl-summary-goto-folder-subr'.
617         (wl-folder-mark-as-read-all-entity): Likewise.
618
619         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
620
621 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
622
623         * wl-thread.el (wl-thread-force-open): Arranged.
624
625 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
628         from regexp.
629
630         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
631         (wl-read-search-condition-internal): Append them.
632
633 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-vars.el (wl-additional-search-condition-fields):
636         New user option.
637
638         * wl-util.el (wl-search-condition-fields): New function; export
639         from `wl-read-search-condition-internal'.
640         (wl-read-search-condition-internal): Use it.
641
642         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
643
644 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-summary.el (wl-summary-define-sort-command): New function.
647         (wl-summary-sort-by-date, wl-summary-sort-by-number)
648         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
649         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
650         define by `wl-summary-define-sort-command' at runtime.
651
652         * wl.el (wl-init): Call wl-summary-define-sort-command.
653
654 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
657         properties at the decrypting region.
658
659 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-util.el (wl-find-region): New function.
662
663         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
664         coding system.
665         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
666         property `wl-mime-decoded-coding-system'.
667         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
668         property `wl-mime-decoded-coding-system' to encode text.
669
670         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
671         message.
672         (wl-mime-pgp-verify-region): Ditto.
673
674 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
677         buffer. Use epa-display-verify-result.
678
679 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-draft.el (wl-draft-send): Continue even if setting parent
682         flag was failed.
683
684 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-message.el (wl-message-flag-indicator): Fixed the problem
687         of returning string only of parentheses.
688
689 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-summary.el (wl-summary-write): Add argument `folder'.
692         (wl-summary-write-current-folder): Change argument `folder' from
693         optional to require.
694         (wl-summary-get-buffer): Return the buffer associated folder only.
695
696         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
697         change.
698         (wl-folder-toggle-disp-summary): Ditto.
699
700         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
701         current summary as parent-folder.
702
703 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-draft.el (wl-draft-reedit): Don't overwrite
706         wl-draft-parent-folder.
707
708 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
711         (wl-mime-pgp-verify-region): Ditto.
712         (wl-message-decrypt-pgp-nonmime): Use the above function.
713         (wl-message-verify-pgp-nonmime): Likewise.
714         (wl-mime-preview-application/pgp): Likewise.
715
716 2006-04-20  Kenichi Okada  <okada@opaopa.org>
717
718         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
719         Fix about the order of `wl-nntp-posting-port' and
720         `wl-nntp-posting-stream-type'.
721         * wl.el (wl-plugged-port-label-alist): Add smtp.
722
723 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-summary.el (wl-summary-message-status): New macro.
726
727         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
728         (wl-summary-killed-mark): New user option.
729
730         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
731         API change.
732         (wl-thread-insert-entity-sub): Ditto.
733         (wl-thread-recover-messages): New command.
734
735         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
736         Don't call `wl-highlight-summary-current-line' directly.
737         (wl-summary-buffer-attach): Connect to signal `status-changed'
738         instead of `cache-changed'.
739         (wl-summary-buffer-detach): Follow the above change.
740         (wl-summary-detect-mark-position): Follow the API change.
741         (wl-summary-rescan-message): Ditto.
742         (wl-summary-insert-sequential): Ditto.
743         (wl-summary-update-thread): Ditto.
744         (wl-summary-message-mark): Ditto.
745         (wl-summary-persistent-mark): Ditto.
746         (wl-summary-create-line): Ditto.
747         (wl-summary-prefetch-region-no-mark): Call
748         `wl-summary-persistent-mark' with number.
749         (wl-summary-recover-messages-region): New command.
750         (wl-summary-target-mark-recover): Ditto.
751         (wl-summary-recover-message): Ditto.
752         (wl-summary-persistent-mark-string): Add argument `status' instead
753         of remove arguments `flags' and `cached'.  Treat killed status.
754         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
755
756         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
757         (wl-highlight-summary-line-face-spec): Treat killed status.
758         (wl-highlight-summary-line-string): Follow the API change.
759         (wl-highlight-summary-current-line): Ditto.
760
761         * Version number is increased to 2.15.3.
762
763 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
766         of symbolp to test whether the condition is function.
767
768 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
769
770         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
771         to nil.
772
773 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-summary.el (wl-summary-buffer-message-ring): New internal
776         variable.
777         (wl-summary-buffer-last-displayed-msg): Abolish.
778         (wl-summary-push-message): New function.
779         (wl-summary-pop-message): Ditto.
780         (wl-summary-goto-folder-subr): Reset
781         `wl-summary-buffer-message-ring'.
782         (wl-summary-pop-to-last-message): New command.
783         (wl-summary-goto-last-displayed-msg): Call
784         wl-summary-pop-to-last-message if optional argument is non-nil or
785         the last command is itself.
786         (wl-summary-redisplay-internal): Push last message number into
787         `wl-summary-buffer-message-ring'.
788
789         * wl-vars.el (wl-summary-message-ring-max): New user option.
790
791 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
794         from `wl-draft-reply').
795         (wl-draft-reply): Use it.
796         (wl-draft-find-reply-headers): Avoid compile warning.
797
798 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
799
800         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
801
802 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * wl-message.el (wl-message-flag-indicator): New function.
805         (wl-message-redisplay): Use it.
806
807 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
810
811 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
814         instead of `read-event'.
815
816         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
817
818         * wl-mule.el (wl-read-event-char): Ditto.
819
820         * wl-e21.el (wl-read-event-char): Ditto.
821
822 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
823
824         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
825
826 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * wl-vars.el (wl-draft-send-confirm-type): New user option.
829
830         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
831
832         * wl-draft.el (wl-draft-send-confirm): Confirmation by
833         `wl-draft-send-confirm-type'
834
835 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
836
837         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
838         Avoid error when the buffer name is already used.
839
840 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
843         the change of elmo-nmz -> elmo-search.
844         (wl-highlight-summary-line-help-echo-alist): Ditto.
845         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
846         (wl-nmz-folder-icon): Define as obsolete.
847         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
848         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
849
850 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-summary.el (wl-summary-get-list-info): Rewrite with
853         `elmo-find-list-match-value'
854
855 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-summary.el (wl-summary-get-list-info): Optimize.
858         Use List-Id and List-Post also.
859
860 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
863
864 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
865
866         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
867
868 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-util.el (wl-completing-read-multiple-1): New internal function.
871         (wl-completing-read-multiple-2): Ditto.
872         (wl-completing-read-multiple): Define use above functions.
873
874         * wl-summary.el (wl-summary-sort): Removed the workaround for a
875         bug of `completing-read-multiple' about default value.
876
877         * wl-xmas.el (wl-completing-read-multiple): Removed.
878
879         * wl-mule.el (wl-completing-read-multiple): Ditto.
880
881         * wl-e21.el (wl-completing-read-multiple): Ditto.
882
883 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-util.el (wl-filter-associations): New function.
886
887         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
888         (wl-spam-ignored-folder-list): Ditto.
889         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
890         (wl-spam-string-member-p): New function.
891         (wl-spam-domain): Use it.
892         (wl-spam-split-numbers): New function.
893         (wl-spam-apply-partitions): Ditto.
894         (wl-spam-register-spam-messages): Use `folder' instead of
895         `wl-summary-buffer-elmo-folder'.
896         (wl-spam-register-good-messages): Ditto.
897         (wl-summary-exec-action-spam): Decide a domain by real folder of
898         message.
899         (wl-summary-exec-action-refile-with-register): Likewise.
900
901 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-e21.el (wl-e21-find-image): New function.
904         (wl-e21-setup-toolbar): Use it instead of `find-image'.
905         (wl-e21-highlight-folder-group-line): Ditto.
906         (wl-folder-init-icons): Ditto.
907         (wl-plugged-init-icons): Ditto.
908         (wl-biff-init-icons): Ditto.
909
910 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
913         (wl-inhibit-save-drafts): New internal variable.
914         (wl-disable-auto-save): Ditto.
915         (wl-save-drafts): Treat above variables.
916         (wl-auto-save-drafts): New function.
917         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
918         `wl-stop-save-drafts'.
919         (wl-start-save-drafts): New function.
920         (wl-stop-save-drafts): Ditto.
921         (wl-set-auto-save-draft): New command.
922
923         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
924         `wl-set-save-drafts'.
925
926 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
929         `make-local-variable' instead of `make-variable-buffer-local'.
930
931 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
932
933         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
934
935 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
936
937         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
938
939 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940
941         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
942         of working buffer.
943
944 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
947
948         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
949         value into recipients; Bind `wl-draft-remove-group-list-contents'
950         as nil.
951
952 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-summary.el (wl-summary-sort): Fixed the last change.
955
956         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
957         (wl-summary-sort-messages): Ditto.
958         (wl-summary-rescan): Use it.
959         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
960         `completing-read'; Append candidates for reverse order.
961
962 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * Version number is increased to 2.15.2.
965
966 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
969         "Smaller".
970         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
971
972 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
975
976 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * wl-vars.el (wl-draft-additional-header-alist): Add into the
979         customize group `wl-draft'.
980         (wl-draft-add-in-reply-to): Move customize group from `wl' to
981         `wl-draft'.
982         (wl-draft-add-references): Ditto.
983
984         * wl-action.el (wl-summary-print-argument): Rename argument from
985         `folder' to `data'.
986
987 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-summary.el (wl-summary-rescan-message): Call
990         `wl-thread-cleanup-symbols' before insert thread.
991
992 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
993
994         * wl.el (wl-init): Set `elmo-get-folder-function' as
995         `wl-folder-make-elmo-folder'.
996
997         * wl-spam.el (wl-summary-exec-action-spam): Use
998         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
999
1000         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1001         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1002         `elmo-make-folder'.
1003         (wl-folder-get-elmo-folder): Ditto.
1004         (wl-folder-create-subr): Simplify.
1005
1006 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1009
1010 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1013         contents in message buffer instead of original buffer. If optional
1014         argument specified, ask coding system for encode.
1015
1016 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1017
1018         * wl-spam.el (wl-summary-test-spam-region): New function.
1019         (wl-spam-setup): Bind "rkc".
1020
1021 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1022
1023         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1024
1025 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1026
1027         * wl-spam.el (wl-summary-test-spam): Fix typo.
1028         (wl-message-check-spam): Ditto.
1029
1030 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-summary.el (wl-summary-default-from): Simplify.
1033
1034 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1037         (wl-summary-exec-action-copy): Ditto.
1038         (wl-summary-auto-refile): Check existence of temporary mark.
1039
1040 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-create-line): Use
1043         `elmo-time-to-datevec'.
1044
1045         * wl-expire.el (wl-expire-archive-date): Ditto.
1046         (wl-expire-localdir-date): Ditto.
1047
1048         * wl-util.el (wl-day-number): Abolish.
1049
1050         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1051         of `wl-day-number'.
1052         (wl-score-followup): Ditto.
1053         (wl-score-add-followups): Ditto.
1054         (wl-score-get-latest-msgs): Ditto.
1055         (wl-score-get-header-entry): Ditto.
1056         (wl-score-edit-insert-date): Ditto.
1057
1058 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1061         `elmo-message-entity-field' with 2nd argument `type'.
1062
1063 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1064
1065         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1066
1067 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-thread.el (wl-thread-delete-message): Delete descendant
1070         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1071
1072 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1073
1074         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1075
1076 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1079         `Access folder'.
1080
1081 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-vars.el (wl-access-folder-icon): New user option.
1084
1085         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1086         `Access folder'.
1087
1088 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-summary.el (wl-summary-buffer-set-folder): Use
1091         `wl-folder-mime-charset'.
1092
1093         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1094         `mime-charset'.
1095         (wl-folder-get-elmo-folder): Ditto.
1096         (wl-folder-mime-charset): New function.
1097
1098 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-util.el (wl-parse-addresses): Define alias of
1101         `elmo-parse-addresses' (move to `elmo-util.el').
1102
1103         * wl-summary.el (wl-summary-default-from): Follow the API change.
1104         (wl-summary-overview-entity-compare-by-date): Ditto.
1105         (wl-summary-overview-entity-compare-by-from): Ditto.
1106         (wl-summary-get-list-info): Get value of `ml-info' field from
1107         entity at first.
1108         (wl-summary-rescan-message): Treat prefix argument.
1109         (wl-summary-prefetch-msg): Follow the API change.
1110         (wl-summary-search-by-subject): Ditto.
1111         (wl-summary-insert-thread): Ditto.
1112         (wl-summary-line-subject): Ditto.
1113         (wl-summary-line-from): Ditto.
1114         (wl-summary-create-line): Ditto.
1115         (wl-summary-print-message-with-ps-print): Ditto.
1116
1117         * wl-score.el (wl-score-ov-entity-get): Ditto.
1118         (wl-score-followup): Ditto.
1119         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1120         of `car'.
1121         (wl-score-get-latest-msgs): Follow the API change.
1122         (wl-score-get-header): Ditto.
1123
1124         * wl-refile.el (wl-refile-learn): Ditto.
1125         (wl-refile-subject-learn): Ditto.
1126         (wl-refile-get-field-value): Ditto.
1127         (wl-refile-guess-by-history): Ditto.
1128         (wl-refile-guess-by-subject): Ditto.
1129
1130         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1131
1132         * wl-expire.el (wl-expire-date-p): Removed.
1133         (wl-expire-archive-date): Follow the API change.
1134         (wl-expire-localdir-date): Ditto.
1135         (wl-summary-expire): Ditto.
1136
1137         * Version number is increased to 2.15.1.
1138
1139 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1140
1141         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1142         group is access or not (it is not strict, like wl-fldmgr-rename).
1143
1144 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1145
1146         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1147         duplicate call of `wl-summary-print-argument' on the wrong line.
1148
1149 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1152         even if argument `number' is nil.
1153         (wl-summary-insert-line): Print action argument if current message
1154         has it.
1155
1156 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1159         (wl-draft-reply): Ditto.
1160         (wl-draft): Add optional argument `parent-number' and call
1161         `wl-draft-create-buffer' with it.
1162         (wl-draft-create-buffer): Add optional argument
1163         `parent-number'. Set wl-draft-parent-number as it.
1164
1165 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1168         buffer is not for given folder, don't use it.
1169
1170 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1171
1172         * Version number is increased to 2.15.0.
1173
1174 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1175
1176         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1177
1178         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1179         (wl-highlight-get-face-by-name): New internal function.
1180         (wl-highlight-summary-line-face-spec): Use it and fixed.
1181
1182 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-summary.el (wl-summary-sync-update): Use
1185         `elmo-message-entity-field' instead of `car' to get message-id
1186         from overview entity.
1187
1188         * wl-summary.el (wl-summary-rescan-message): Call
1189         `wl-highlight-summary-displaying' when displaying a message.
1190
1191 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1194         `wl-draft-config-info-operation'.
1195         (wl-draft-buffer-change-number): New function.
1196         (wl-draft-rename-saved-config): Ditto.
1197         * wl.el (wl-init): Connect slot for message-number-changed.
1198         (toplevel): Add autoload for wl-draft-rename-saved-config.
1199
1200 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1203         `update-overview'
1204         (wl-summary-buffer-detach): Disconnect from it.
1205         (wl-summary-rescan-message): Use command.
1206
1207         * wl-message.el (wl-message-buffer-display): Use
1208         `with-current-buffer' instead of `save-excursion'.
1209
1210 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1211
1212         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1213         wl-draft-preview-attributes-list from distraction.
1214
1215 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1218         `elmo-list-diff'.
1219
1220 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * wl-summary.el
1223         (wl-summary-edit-addresses-collect-candidate-fields): Use
1224         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1225
1226         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1227         instead of `elmo-set-work-buf'.
1228
1229         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1230         (wl-address-make-address-list): Ditto.
1231
1232         * Version number is increased to 2.13.3.
1233
1234 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1235
1236         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1237         user option.
1238
1239         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1240         argument `5'.
1241
1242         * wl-message.el (wl-message-display-no-merge-p): New function.
1243         (wl-message-buffer-display): Check whether the message is
1244         reassembled and follow the API change.
1245
1246 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1249         multibyte on working buffer and removed unnecessary
1250         `buffer-disable-undo'.
1251
1252 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1255         change.
1256
1257 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-util.el (wl-read-search-condition-internal): Protect
1260         elmo-global-flags from distraction.
1261
1262 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1265
1266         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1267         (wl-summary-event-handler): Ditto.
1268         (wl-summary-update-persistent-mark-on-event): New
1269         function (renamed from `elmo-event-handler-flag-changed').
1270         (wl-summary-buffer-attach): New function.
1271         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1272         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1273         instead of `elmo-folder-add-handler'.
1274
1275         * Version number is increased to 2.13.2.
1276
1277 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1280         and "\177" to the `wl-news-previous-page'.
1281         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1282         (wl-news-previous-page): New function.
1283
1284 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1287         instead of `write-region' and simplify.
1288
1289 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-template.el (wl-template-select): Cause error if
1292         `wl-template-alist' is nil.
1293
1294 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1295
1296         * wl-news.el.in: Set file variable `no-byte-compile'.
1297
1298 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1301         whether a target message is within displaying area.
1302         (elmo-event-handler-cache-changed): Ditto.
1303
1304 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1305
1306         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1307         to `defun'.  Use `nconc' instead of `append' to collect descendant
1308         message numbers.
1309
1310 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1311
1312         * wl-thread.el (wl-thread-save-top-list)
1313         (wl-thread-save-entities): Use `with-temp-buffer'.
1314         * wl-news.el.in (wl-news-previous-version-load):
1315         (wl-news-previous-version-save): Ditto.
1316         * wl-summary.el (wl-summary-load-file-object)
1317         (wl-summary-save-view-cache): Ditto.
1318
1319 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-util.el (toplevel): Require 'elmo-flag'.
1322         (wl-read-search-condition): New function (Renamed from
1323         `elmo-read-search-condition').
1324         (wl-read-search-condition-internal): Likewise.
1325
1326         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1327         invalid.
1328         (wl-summary-pick): Use `wl-read-search-condition' instead of
1329         `elmo-read-search-condition'.
1330         (wl-summary-virtual): Ditto.
1331
1332         * wl-folder.el (wl-folder-virtual): Ditto.
1333         (wl-folder-pick): Ditto.
1334
1335         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1336
1337 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1338
1339         * wl-summary.el (wl-summary-reedit): Call
1340         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1341
1342 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-mime.el (toplevel): Require wl-vars.
1345
1346         * wl-message.el (toplevel): Require cl at compile.
1347
1348         * wl-draft.el (toplevel): Require elmo.
1349
1350 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1351
1352         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1353         and do nothing when it is not positive.
1354         (wl-message-buffer-prefetch-next): Ditto.
1355
1356 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1357
1358         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1359         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1360         (wl-summary-redisplay-internal): Ditto.
1361
1362         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1363         message (the condition is borrowed from `wl-check-variables-2').
1364         (wl-summary-redisplay-internal): Ditto.
1365
1366 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-mime.el (wl-draft-nntp-attribute): New function.
1369         (wl-draft-attribute-nntp-posting-server): Use it.
1370         (wl-draft-attribute-nntp-posting-port): Ditto.
1371
1372         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1373         (wl-draft-show-attributes-buffer): Ditto.
1374         (wl-draft-hide-attributes-buffer): Ditto.
1375         (wl-draft-attribute-newsgroups): Ditto.
1376         (wl-draft-attribute-nntp-posting-server): Ditto.
1377         (wl-draft-attribute-nntp-posting-port): Ditto.
1378         (wl-draft-preview-message): Use there functions.
1379
1380         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1381         value.
1382
1383 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1386         (wl-draft-reedit): Ditto.
1387         (wl-draft-queue-flush): Ditto.
1388
1389         * wl-mime.el (wl-message-request-partial): Ditto.
1390         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1391         instead of `elmo-message-fetch'.
1392
1393         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1394
1395         * wl-summary.el (wl-summary-message-string): Ditto.
1396
1397 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-util.el (wl-current-message-buffer): Follow the API change.
1400
1401         * wl-summary.el (wl-summary-redisplay-internal): Call
1402         `wl-summary-mark-as-read' with 2nd argument as nil and update
1403         unread count instead of persistent mark.
1404
1405         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1406         variable.
1407         (wl-message-redisplay): Follow the API change.
1408         (wl-message-buffer-display): Managed mime-entity directly and
1409         return preview buffer only.
1410         (wl-message-display-internal): Rewrite.
1411         (wl-message-buffer-prefetch-subr): Not save return value of
1412         `wl-message-buffer-display'.
1413
1414         * Version number is increased to 2.13.1.
1415
1416 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1419         'elmo-multiple-fields-body-list' with boundary specified.
1420
1421 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1424         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1425         cache if `wl-summary-resend-use-cache' is non-nil.
1426
1427 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1430         (wl-nntp-posting-stream-type): Ditto.
1431
1432 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1433
1434         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1435
1436 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1437
1438         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1439         message.
1440
1441 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1442
1443         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1444         Abolish.
1445         (wl-summary-buffer-persistent-mark-version): New internal
1446         variable.
1447         (wl-summary-update-mark-and-highlight-window): Check by
1448         wl-summary-persistent-mark-invalid-p.
1449         (wl-summary-update-status-marks): Ditto.
1450         (elmo-event-handler-flag-changed): Rewrite.
1451         (elmo-event-handler-cache-changed): Define.
1452         (wl-summary-prefetch-msg): Does not update persistent mark here.
1453         (wl-summary-delete-cache): Ditto.
1454         (wl-summary-resume-cache-status): Ditto.
1455         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1456         (wl-summary-persistent-mark-invalid-p): New function.
1457         (wl-summary-validate-persistent-mark): Ditto.
1458         (wl-summary-validate-persistent-mark-string): Ditto.
1459         (wl-summary-invalidate-persistent-mark): Ditto.
1460         (wl-summary-update-persistent-mark): Call
1461         `wl-summary-validate-persistent-mark'.
1462         (wl-summary-create-line): Call
1463         `wl-summary-validate-persistent-mark-string'.
1464
1465         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1466         status as t if cache used.
1467
1468 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1469
1470         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1471         only if the target is group.
1472         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1473
1474 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1477
1478 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1479
1480         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1481
1482         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1483
1484 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1485
1486         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1487         (Thanks to Yoichi NAKAYAMA).
1488
1489 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-util.el (wl-save-drafts): Restore echo area.
1492
1493 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * Version number is increased to 2.13.0.
1496
1497         * wl-util.el (wl-biff-check-folder-async): Use
1498         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1499
1500 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-message.el (wl-message-display-internal): Does not put
1503         wl-message-display-type property on message buffer.
1504         (wl-message-buffer-display-type): New function.
1505
1506         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1507
1508         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1509         `wl-summary-buffer-detach'.
1510         (wl-summary-message-display-type): Use
1511         `wl-summary-buffer-display-type'.
1512
1513 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1516         buffer-local.
1517
1518         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1519         kill-buffer-hook instead of make-local-variable.
1520         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1521
1522 2004-12-12  Scott Renfro <scott@renfro.org>
1523
1524         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1525         regex for square-branket.
1526
1527 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1530         `wl-message-mime-analysis-p' with argument `header'.
1531
1532 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-mime.el (wl-draft-yank-current-message-entity): 
1535         Switch to no-mime following method according to wl-message-display-type
1536         property.
1537         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1538
1539         * wl-message.el (wl-message-display-internal): 
1540         Put wl-message-display-type property on message buffer.
1541
1542         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1543         (wl-message-display-internal): Ditto;
1544
1545         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1546
1547 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1548
1549         * wl-message.el (wl-message-make-display-type): New function.
1550         (wl-message-display-type-property): Ditto.
1551         (wl-message-mime-analysys-p): Ditto.
1552         (wl-message-display-all-header-p): Ditto.
1553         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1554         added `display-type'.
1555         (wl-message-buffer-display): Likewise.
1556         (wl-message-display-internal): Likewise.
1557         (wl-message-buffer-display-type): Abolish.
1558         (wl-message-buffer-prefetch-subr): Follow the API changed.
1559
1560         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1561         from wl-summary-buffer-display-all-header and changed default value.
1562         (wl-summary-message-display-type): New function.
1563         (wl-summary-buffer-display-mime-mode): Ditto.
1564         (wl-summary-buffer-display-header-mode): Ditto.
1565         (wl-summary-toggle-mime): Rewrite with above functions.
1566         (wl-summary-toggle-all-header): Ditto.
1567         (wl-summary-redisplay): Force redisplay with default mode.
1568         (wl-summary-redisplay-internal): Renamed argument from `mode',
1569         `all-header' to `mime-mode', `header-mode'.
1570         Use `wl-message-make-display-type'.
1571
1572         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1573         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1574
1575 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1578
1579 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1580
1581         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1582         in original message buffer.
1583         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1584         buffer.
1585
1586 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1589
1590 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1593
1594 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1595
1596         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1597         when actions succeeded.
1598         (wl-summary-exec-action-copy): Likewise.
1599
1600 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1601
1602         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1603         there is switch-to-buffer at the end of wl-message-select-buffer.
1604         (wl-summary-reply): Ditto.
1605
1606 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl-summary.el (wl-summary-forward): Put subject in original
1609         message buffer as argument of wl-draft-forward.
1610         * wl-draft.el (wl-draft-forward): Decode subject as in
1611         wl-draft-reply.
1612
1613 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1614
1615         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1616         a folder under access group.
1617
1618 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1621         wl-message-buffer-display.
1622
1623         * wl-util.el (wl-set-save-drafts): Fix typo.
1624
1625 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1628         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1629         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1630         the way to measure the width of a bitmap image; don't put face on
1631         ascii and bitmap images; put the mark which should not use the
1632         variable-pitch face on ascii and bitmap images.
1633         (wl-demo-setup-properties): Don't use the variable-pitch face on
1634         ascii and bitmap images; made it work on Emacs 20 and earlier.
1635         (wl-demo-insert-text): End with a newline at the bottom; don't put
1636         face on text.
1637
1638         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1639
1640 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1641
1642         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1643
1644         * wl-util.el (wl-save-drafts): Moved from sample setting.
1645         (wl-set-save-drafts): New function to set idle timer.
1646         * wl-draft.el (wl-draft): Call it.
1647         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1648
1649 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1650
1651         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1652         a summary which has toggle display status off.
1653
1654 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-draft.el (wl-draft-do-fcc): No cache save.
1657
1658 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1659
1660         * wl-summary.el (elmo-event-handler-flag-changed): Use
1661         `set-buffer' instead of `with-current-buffer'.
1662
1663 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-summary.el (wl-summary-after-resize-function): New function.
1666         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1667         window-size-change-functions.
1668
1669 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1670
1671         * wl-draft.el (wl-draft-create-buffer): Bind
1672         `change-major-mode-hook' after current buffer is changed.
1673
1674         * wl-summary.el (wl-summary-buffer-detach): New function.
1675         (wl-summary-buffer-set-folder): Call it.
1676         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1677         change-major-mode-hook and kill-buffer-hook.
1678         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1679         (wl-summary-switch-to-clone-buffer): Ditto.
1680         (wl-summary-goto-folder-subr): Ditto.
1681
1682 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1683
1684         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1685         after boundp check.
1686
1687 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1688
1689         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1690         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1691         for `kill-buffer'.
1692
1693         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1694         handler of current buffer from elmo-folder.
1695
1696 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1699
1700 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1703         variable.
1704         (wl-summary-event-handler): New class.
1705         (elmo-event-handler-flag-changed): Define to update persistent
1706         mark.
1707         (wl-summary-buffer-set-folder): Register event handler to
1708         elmo-folder.
1709         (wl-summary-exit): Unregister event handler.
1710         (wl-summary-goto-folder-subr): Ditto.
1711         (wl-summary-mark-as-read-all): Does not call
1712         `wl-summary-update-persistent-mark' directly.
1713         (wl-summary-mark-as-read-internal): Ditto.
1714         (wl-summary-set-persistent-mark-internal): Ditto.
1715         (wl-summary-set-flags-internal): Ditto.
1716
1717         * Version number is increased to 2.11.33.
1718
1719 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1720
1721         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1722         to nil.
1723
1724 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1725
1726         * wl-spam.el (wl-spam-setup): Add hook
1727         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1728         instead of `wl-summary-prepare-hook'.
1729
1730         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1731         if folder type is `'flag'.
1732         (wl-summary-mark-as-important): Ditto.
1733
1734 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * wl-address.el (wl-address-minibuffer-history): New variable.
1737         (wl-address-minibuffer-local-map): New keymap.
1738         (wl-address-read-from-minibuffer): New function.
1739
1740         * wl-action.el (wl-summary-get-resend-address): Use
1741         `wl-address-read-from-minibuffer' instead of `completing-read'.
1742
1743 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * Version number is increased to 2.11.32.
1746
1747 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1750         without mule to iso-8859-1.
1751         (wl-draft-add-in-reply-to): Add note in description.
1752         (wl-draft-add-references): Ditto.
1753
1754 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1757         definition for `m'.
1758         (wl-summary-mode-line-format): Add '[%m]'.
1759         (wl-message-mode-line-format-spec-alist): Ditto.
1760         (wl-summary-display-mime-mode-list): New variable.
1761
1762         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1763         from wl-summary-buffer-display-as-is.
1764         (wl-summary-buffer-display-all-header): New buffer local variable.
1765         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1766         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1767         instead of wl-summary-buffer-display-as-is.
1768         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1769         (wl-summary-set-persistent-mark): Ditto.
1770         (wl-summary-set-message-buffer-or-redisplay): Just call
1771         `wl-summary-redisplay-internal' without optional arguments.
1772         (wl-summary-toggle-mime): Rewrite.
1773         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1774         (wl-summary-toggle-all-header): New function.
1775         (wl-summary-redisplay-internal): Treat mime mode.
1776
1777         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1778         to wl-mime-preview-follow-no-mime.
1779         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1780         accodring to the display-mode.
1781
1782         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1783         (wl-message-buffer-display): Changed argument name from `as-is' to
1784         `mode'.
1785         (wl-message-display-internal): Ditto;
1786         Bind elmo-mime-display-header-analysis according to the mode.
1787         (wl-message-display-internal): Put wl-message-display-mime-mode
1788         property on entire buffer.
1789
1790 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1793
1794 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1795
1796         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1797         Don't extract mail address.
1798         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1799
1800         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1801
1802         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1803
1804 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1805
1806         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1807         wl-fldmgr-cut-entity-list on confirmation.
1808
1809 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1810
1811         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1812         (wl-mime-quit-preview): Check existence of
1813         mime-edit-temp-message-buffer here.
1814
1815 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1816
1817         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1818         after deletion.
1819
1820         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1821         before calling wl-mime-quit-preview.
1822
1823 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl-summary.el (wl-summary-pick): If call it with prefix
1826         argument, set `delete-marks' as non-nil. Pick from only visible
1827         messages.
1828         (wl-summary-check-target-mark): New function.
1829         (wl-summary-target-mark-mark-as-read): Use it.
1830         (wl-summary-target-mark-mark-as-unread): Ditto.
1831         (wl-summary-target-mark-operation): Ditto.
1832         (wl-summary-target-mark-set-flags): Ditto.
1833         (wl-summary-target-mark-save): Ditto.
1834         (wl-summary-target-mark-pick): Ditto.
1835         (wl-summary-target-mark-forward): Ditto.
1836         (wl-summary-target-mark-reply-with-citation): Ditto.
1837         (wl-summary-target-mark-print): Ditto.
1838         (wl-summary-target-mark-uudecode): Ditto.
1839
1840         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1841         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1842         with `ask-coding' is non-nil.
1843
1844 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1845
1846         * wl-thread.el (wl-thread-set-parent): If parent is a message
1847         which is identified by references, set linked as nil.
1848
1849 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1850
1851         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1852         (wl-message-mode-line-format-spec-alist): Ditto.
1853         (wl-message-mode-line-format): Ditto.
1854         (wl-summary-mode-line-format): Ditto for docstring.
1855         (wl-summary-no-mime-folder-list): Fix typo.
1856
1857         * wl-util.el (wl-current-message-buffer): Call
1858         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1859
1860         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1861         variable.
1862         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1863         of `wl-summary-redisplay-no-mime'.
1864         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1865         (wl-summary-toggle-mime): New function.
1866         (wl-summary-redisplay-all-header): Rewrite.
1867         (wl-summary-redisplay-no-mime): Ditto.
1868         (wl-summary-redisplay-internal): Added argument `as-is' and
1869         `all-header'.
1870
1871         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1872         New variable.
1873         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1874         bottom.
1875         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1876         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1877         "/" unconditionally.
1878
1879         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1880         wl-mime-preview-follow-no-mime for as-is content.
1881         (wl-mime-preview-follow-no-mime): New function.
1882         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1883
1884         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1885         and added `as-is', `all-header'.
1886         (wl-message-buffer-display): Ditto.
1887         (wl-message-buffer-display-type): New function.
1888
1889 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1890
1891         * wl-vars.el (wl-message-header-button-alist): Change default
1892         value.
1893         (wl-message-body-button-alist): Ditto.
1894
1895 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1898
1899 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1902
1903 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1904
1905         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1906         is always true.
1907
1908 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1911         on null entity.
1912
1913 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1914
1915         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1916
1917 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-vars.el (wl-summary-resend-hook): New hook.
1920
1921         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1922         `wl-summary-resend-hook'.
1923
1924 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1927         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1928         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1929         (wl-summary-new-cached-mark): Changed default value to 'n'.
1930         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1931         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1932         (wl-folder-sync-range-alist): Remove spec for 'flag.
1933         (wl-summary-force-prefetch-folder-list): New user option.
1934
1935         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1936         `wl-summary-toggle-persistent-mark'.
1937         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1938         number is nil.
1939         (wl-summary-mark-as-answered-region): Set interactive argument of
1940         `wl-summary-set-persistent-mark-internal'.
1941         (wl-summary-mark-as-important-region): Ditto.
1942         (wl-summary-unset-persistent-mark): Ditto.
1943         (wl-summary-set-persistent-mark): Ditto.
1944         (wl-summary-mark-as-answered): Ditto.
1945         (wl-summary-mark-as-important): Ditto.
1946         (wl-summary-set-persistent-mark-internal): Do nothing
1947         when `elmo-message-flag-available-p' is nil.
1948         (wl-summary-toggle-persistent-mark): New function.
1949         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1950         when the folder matches `wl-summary-force-prefetch-folder-list'.
1951
1952
1953         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1954         when number is nil.
1955         (wl-highlight-summary-forwarded-face): New face.
1956
1957 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1958
1959         * Version number is increased to 2.11.31.
1960
1961 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1964         (wl-biff-check-folder-async): Ditto.
1965         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1966
1967 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1968
1969         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1970         Add an argument `reverse'.  All callers are updated.
1971         (wl-summary-sort): Add a prefix argument `reverse' to specify
1972         reverse sorting.
1973         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1974         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1975         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1976
1977 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1978
1979         * wl-message.el (wl-message-redisplay): Does not narrow header if
1980         disply-type is all-header or as-is.
1981
1982         * wl-summary.el (wl-summary-enter-handler): Use
1983         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1984
1985 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1986
1987         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1988         after adding wl-draft-parent-variables.
1989         (wl-draft-forward): Ditto.
1990
1991 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1992
1993         * wl-summary.el (wl-summary-sync-marks): Call
1994         `wl-summary-set-persistent-mark' and
1995         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1996         (wl-summary-set-persistent-mark-internal): Add 4th argument
1997         `no-server'.
1998         (wl-summary-unset-persistent-mark): Ditto.
1999         (wl-summary-set-persistent-mark): Ditto.
2000         (wl-summary-add-flags-internal): Abolish.
2001         (wl-summary-remove-flags-internal): Ditto.
2002         (wl-summary-mark-as-important-internal): Ditto.
2003         (wl-summary-mark-as-important): Use
2004         `wl-summary-set-persistent-mark' instead of
2005         `wl-summary-add-flags-internal'.
2006         (wl-summary-mark-as-important-region): Ditto.
2007
2008         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2009
2010         * wl-summary.el (wl-summary-get-available-flags): New function.
2011         (wl-summary-sync-marks): Use it and simplified.
2012         (wl-summary-unset-persistent-mark): Use
2013         `wl-summary-get-available-flags'.
2014         (wl-summary-set-persistent-mark): Ditto.
2015
2016 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2017
2018         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2019         id.
2020
2021 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022
2023         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2024         number, call `wl-summary-prev-line-content'. Show message when the
2025         message is not found.
2026
2027 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2028
2029         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2030         wl-summary-enter-handler.
2031         (wl-summary-enter-handler): New command.
2032
2033         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2034         docstring and custom spec.
2035
2036         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2037         flags too; Don't treat Cached and New.
2038         (wl-summary-set-persistent-mark): Ditto.
2039
2040         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2041         `wl-folder-set-flag'.
2042
2043         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2044         instead of `wl-folder-set-flag'.
2045
2046         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2047         for completion.
2048         (wl-summary-set-persistent-mark): Ditto.
2049
2050         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2051         instead of `wl-draft-quit-preview'.
2052
2053         * wl-mime.el (toplevel): Avoid compile warning.
2054         (wl-mime-quit-preview): New function
2055         (formarly defined as `wl-draft-quit-preview').
2056         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2057         quitting method.
2058
2059         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2060
2061         * wl-folder.el (wl-folder-set-flag): Renamed from
2062         `wl-draft-set-flag-on-parent'.
2063
2064         * wl-draft.el (wl-draft-quit-preview): New function.
2065         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2066         (wl-draft-send): Call `wl-folder-set-flag' instead of
2067         `wl-draft-set-flag-on-parent'.
2068         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2069
2070 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2071
2072         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2073         (wl-draft-send): Ditto.
2074
2075 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2078         (wl-draft-kill-pre-hook): Set default value as nil.
2079         (wl-summary-reply-hook): Ditto.
2080         (wl-draft-kill-flags): Abolish.
2081
2082         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2083         (wl-draft-parent-variables): Renamed from
2084         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2085         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2086         argument; Add wl-draft-parent-variables to
2087         wl-draft-config-variables.
2088         (wl-draft-reply): Likewise.
2089         (wl-draft-kill-flags): Abolish.
2090         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2091         (wl-draft-set-flag-on-parent): New function.
2092         (wl-draft-setup-parent-flag): Ditto.
2093
2094 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2095
2096         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2097         `wl-draft-parent-folder' is "".
2098
2099 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2100
2101         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2102         (wl-summary-digit-jump): New function.
2103         (Adviced by John Owens and Hiroya Murata)
2104
2105         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2106         (Adviced by John Owens)
2107
2108         * wl-xmas.el (wl-message-define-keymap): Ditto.
2109
2110         * wl-mule.el (wl-message-define-keymap): Ditto.
2111
2112 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2113
2114         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2115         change of return value of elmo-folder-count-flags.
2116
2117         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2118         (wl-summary-mark-as-read-internal): Ditto.
2119         (wl-summary-set-persistent-mark-internal): Ditto.
2120         (wl-summary-folder-info-update): Ditto.
2121         (wl-summary-sync-update): Fixed the last change.
2122
2123         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2124
2125 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2126
2127         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2128         (wl-draft-kill-flags): Fixed docstring.
2129
2130         * wl-draft.el (wl-draft-kill-flags): New function.
2131         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2132
2133 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2134
2135         * wl-vars.el (wl-reply-hook): Abolish.
2136         (wl-draft-reply-hook): New hook.
2137         (wl-summary-reply-hook): Ditto.
2138         (wl-draft-forward-hook): Ditto.
2139         (wl-summary-forward-hook): Ditto.
2140         (wl-draft-kill-flags): New variable.
2141
2142         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2143         wl-summary-set-persistent-mark-internal.
2144         (wl-summary-sync-marks): Use elmo-preserved-flags.
2145         (wl-summary-update-persistent-mark): Make it interactive.
2146         (wl-summary-set-persistent-mark-internal): New inline function.
2147         (wl-summary-mark-as-answered): Use it.
2148         (wl-summary-mark-as-unanswered): Ditto.
2149         (wl-summary-unset-persistent-mark): New function.
2150         (wl-summary-set-persistent-mark): Ditto.
2151         (wl-summary-reply): Don't set answered flag;
2152         Run wl-summary-reply-hook instead.
2153         (wl-summary-forward): Call wl-draft-forward with number.
2154         Run wl-summary-forward-hook.
2155
2156         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2157         (wl-highlight-summary-line-face-spec): Use it as a default
2158         persistent mark face.
2159
2160         * wl-draft.el (wl-draft-forward): Added optional argument number;
2161         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2162         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2163         (wl-draft-kill): Use wl-draft-kill-flags.
2164
2165         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2166
2167         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2168         of return value of elmo-folder-count-flags.
2169
2170         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2171
2172         * wl-summary.el (wl-summary-count-unread): Ditto.
2173         (wl-summary-sync-update): Follow the change above.
2174         (wl-summary-force-prefetch): New function.
2175
2176 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2177
2178         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2179         variable `buf' with `let' instead of `setq'.
2180
2181 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2182
2183         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2184         add Content-Disposition heaeder on the deleted part.
2185
2186 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2187
2188         * wl-draft.el (wl-draft-save): Encode address list under edit by
2189         `eword-encode-unstructured-field-body'.
2190
2191         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2192
2193 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2196         wl-current-summary-buffer.
2197
2198 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2199
2200         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2201         `numbers' is ignored.
2202
2203 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2204
2205         * wl-folder.el (wl-folder-open-folder): Avoid error.
2206         Reported by John Owens, [wl-en:815]
2207
2208         * wl.el (wl): Set timer for biff process even if prefix argument
2209         is given or auto-checking is quitted.
2210
2211         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2212         immediately.
2213         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2214         (wl-toggle-plugged): Ditto.
2215
2216         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2217         * wl-util.el (wl-biff-start): Use idle timer if
2218         `wl-biff-use-idle-timer' is non-nil.
2219
2220 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-highlight.el (wl-highlight-message): Fix description.
2223
2224 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2225
2226         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2227         tty.
2228
2229 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-action.el (wl-summary-exec): Print failure count.
2232
2233 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2236         to `defun', remove interactive form.
2237         Set elmo-message-fetch-confirm when force-reload is non-nil.
2238
2239 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-summary.el (toplevel): Removed unnecessary autoload.
2242
2243 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2244
2245         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2246         the buffer is generated from another message buffer.
2247
2248 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2251         extracted from `wl-fldmgr-save-folders'.
2252         (wl-fldmgr-delete): Call it after deletion.
2253
2254 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2257         multi-tty support.
2258
2259 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2260
2261         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2262
2263 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2264
2265         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2266         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2267
2268 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2271         unsubscribe list only if argument CLEAR is nil.
2272
2273 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * wl-draft.el (wl-draft-reply): Decode subject before removing
2276         Re: prefix.
2277
2278 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2279
2280         * wl-summary.el (wl-summary-sort-by-size): New command.
2281
2282 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-summary.el (wl-summary-number-list-from-region): New
2285         function.
2286         (wl-summary-mark-as-read-region): Use it.
2287         (wl-summary-mark-as-unread-region): Ditto.
2288         (wl-summary-set-flags-region): Ditto and add optional argument
2289         remove.
2290         (wl-summary-mark-as-answered-region): Ditto.
2291         (wl-summary-mark-as-important-region): Ditto.
2292         (wl-summary-target-mark-mark-as-important): Added optional
2293         argument remove.
2294         (wl-summary-target-mark-mark-as-answered): Ditto.
2295         (wl-summary-target-mark-set-flags): Ditto.
2296
2297 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-summary.el (wl-summary-set-flags-region): Call
2300         `wl-summary-set-flags-internal' with number list instead of call
2301         one by each message.
2302         (wl-summary-target-mark-set-flags): Likewise.
2303
2304 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2307         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2308         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2309         (wl-summary-target-mark-mark-as-answered): Likewise.
2310
2311 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-summary.el (wl-summary-target-mark-forward): Use
2314         `wl-summary-delete-all-target-marks' instead of
2315         `wl-summary-delete-all-temp-marks'.
2316         (wl-summary-target-mark-reply-with-citation): Ditto.
2317         (wl-summary-target-mark-uudecode): Ditto.
2318         (wl-summary-target-mark-set-flags): Ditto and remove needless
2319         cursor move.
2320
2321 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-summary.el (wl-summary-target-mark-forward): Protect
2324         wl-summary-buffer-target-mark-list from nreverse.
2325         (wl-summary-target-mark-reply-with-citation): Ditto.
2326
2327 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2330         `elmo-display-progress-threshold'.
2331
2332 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2335         check `wl-summary-highlight'.
2336         (wl-summary-window-scroll-functions): Respect value of
2337         `wl-summary-highlight'.
2338         (wl-summary-sync-update): Run hooks
2339         `wl-summary-buffer-window-scroll-functions' at any time.
2340
2341 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2344         from `wl-summary-cleanup-temp-marks'.
2345         (wl-summary-cleanup-temp-marks): Abolish argument.
2346         * wl.el (wl-save-status): Revert previous change.
2347         (wl-execute-temp-marks): New function, call
2348         `wl-summary-exec-with-confirmation'.
2349         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2350         (wl-folder-save-and-exec-marks): Abolished.
2351
2352 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-e21.el (wl-e21-display-image-p): Respect
2355         `wl-highlight-folder-with-icon'.
2356         (wl-e21-highlight-folder-group-line): Highlight mouse line
2357         even if wl-e21-display-image-p is nil.
2358
2359         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2360         Respect value of `wl-summary-highlight'.
2361
2362         * wl.el (wl-save-status): Remove unused variable.
2363
2364         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2365         (wl-folder-mode-map): Bind it to "x".
2366
2367 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2368
2369         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2370
2371         * wl-thread.el (wl-thread-get-parent-list): Don't check
2372         disconnected ancestors, neglecting needless work in
2373         `wl-thread-update-indent-string-thread'.
2374
2375         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2376         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2377         argument, add argument default-keep to keep marks by default.
2378
2379         * Version number is increased to 2.11.30.
2380
2381         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2382         customization type and docstring.
2383         (wl-draft-reply-without-argument-list): Ditto.
2384
2385 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2388
2389         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2390
2391 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2392
2393         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2394
2395 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2396
2397         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2398         save-excursion so as not to include run-hooks.
2399
2400 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2401
2402         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2403         Clarify that marks are going to be cleared.
2404
2405 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2408         according to 3rd element of wl-summary-flag-mark.
2409
2410         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2411
2412 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2413
2414         * wl-action.el (wl-summary-target-mark-all): Don't set
2415         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2416
2417 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2420         (wl-forward-subject-prefix): Ditto.
2421         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2422         (wl-draft-reply-make-subject): Ditto.
2423
2424         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2425         `wl-draft-forward'.
2426         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2427
2428 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2429
2430         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2431         target message does not exist.
2432
2433 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2434
2435         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2436         `wl-subject-prefix-regexp'.
2437         (wl-subject-forward-prefix-regexp): New variable.
2438         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2439         `wl-draft-strip-subject-re' and take regexp as argument.
2440         (wl-draft-forward): Use it.
2441         (wl-draft-reply): Ditto.
2442
2443 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2444
2445         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2446         emacs multi-tty support.
2447
2448 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2449
2450         * wl-e21.el (wl-e21-display-image-p): Don't call
2451         `display-images-p'.
2452         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2453         support.
2454         (wl-highlight-folder-current-line): Ditto.
2455         (wl-folder-init-icons): Ditto.
2456
2457 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2458
2459         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2460         the last line of summary in unplugged mode.
2461
2462 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2463
2464         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2465
2466 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2467
2468         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2469         * wl-address.el (wl-address-user-mail-address-p): Use it.
2470         (wl-address-delete-user-mail-addresses): Ditto.
2471         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2472
2473         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2474         (wl-address-delete-user-mail-addresses): Ditto.
2475
2476         * wl-address.el (wl-address-delete-user-mail-addresses): New
2477         function.
2478         * wl-refile.el (wl-refile-guess-by-history): Use it.
2479         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2480         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2481
2482         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2483         use wl-address-user-mail-address-p.
2484
2485 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2488         after opening group.
2489
2490 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2493         of elmo-set-buffer-multibyte.
2494
2495         * wl-message.el (wl-original-message-mode): Ditto.
2496
2497         * wl-score.el (wl-score-insert-header): Ditto.
2498
2499         * wl-summary.el
2500         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2501         (wl-summary-goto-folder-subr): Ditto.
2502         (wl-summary-insert-headers): Ditto.
2503
2504         * wl-util.el (wl-set-string-width): Ditto.
2505
2506         * Version number is increased to 2.11.29.
2507
2508 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2511         (wl-highlight-summary-line-help-echo-alist): New variable.
2512         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2513         into `wl-highlight-summary-line-help-echo' and
2514         `wl-highlight-flag-folder-help-echo'.
2515         (wl-highlight-summary-line-string): Change accordingly.
2516         (wl-highlight-summary-current-line): Ditto.
2517
2518 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2519
2520         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2521         at the beginning of field body (Thanks to Markus Knittig).
2522
2523         * wl-draft.el (wl-draft-insert-current-message): Also check
2524         summary buffer, remove unnecessary tag.
2525
2526 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2527
2528         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2529         when wl-message-buffer is nil.
2530
2531         * wl-folder.el (wl-folder): Abolish unused argument.
2532         Call wl-folder-init when wl-folder-entity is nil.
2533         * wl.el (wl): Change accordingly.
2534
2535 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2538         multibyte string before insert into draft buffer.
2539         (wl-draft-create-buffer): Always enable multibyte characters for
2540         draft buffer.
2541
2542         * Version number is increased to 2.11.28.
2543
2544 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2545
2546         * wl-folder.el (wl-folder-open-close): Handle blank line.
2547         (wl-folder-jump-to-current-entity): Ditto.
2548
2549 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * Version number is increased to 2.11.27.
2552
2553 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2554
2555         * wl-thread.el (wl-thread-insert-message): When the thread is
2556         devided by wl-summary-max-thread-depth, insert line at the end of
2557         buffer.
2558
2559 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * Version number is increased to 2.11.26.
2562
2563 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2564
2565         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2566
2567 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2568
2569         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2570         value of stream-type and session.
2571
2572 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573
2574         * Version number is increased to 2.11.25.
2575
2576 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2577
2578         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2579         in a quit message.
2580
2581 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2582
2583         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2584         (wl-summary-redisplay-no-mime-internal): Ditto.
2585
2586 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2587
2588         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2589         * wl-vars.el (wl-smtp-connection-type): Ditto.
2590
2591 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2592
2593         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2594         for the separator line and quote mail-header-separator.
2595
2596 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2599         result message.
2600
2601         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2602         `elmo-multiple-fields-body-list' with boundary as
2603         mail-header-separator.
2604
2605 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2606
2607         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2608
2609 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2610
2611         * wl-util.el (wl-list-diff): Remove unused function.
2612
2613         * wl-draft.el (wl-draft-send-confirm): Discard input before
2614         confirmation.
2615
2616 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2617
2618         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2619         order of flag and new.
2620
2621 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-vars.el (wl-refile-policy-alist): Abolished.
2624
2625         * wl-action.el (wl-summary-set-action-refile): Follow the change
2626         above.
2627
2628 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * wl-highlight.el (wl-highlight-signature-search): Don't use
2631         re-search-backward for a long word since it is possible to crash
2632         XEmacs because of a bug.
2633
2634 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2635
2636         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2637
2638 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2641         argument for wl-summary-sync-force-update.
2642
2643 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-mode-map): Revival of
2646         wl-summary-mark-as-important related bindings;
2647         Bind 'F','tF','mF','rF','m&'.
2648         (wl-summary-mark-as-important-region): Revival.
2649         (wl-summary-target-mark-mark-as-important): Ditto.
2650         (wl-summary-target-mark-operation): New function.
2651         (wl-summary-target-mark-mark-as-answered): Use it.
2652         (wl-summary-decide-flag): Don't set Important as default.
2653         (wl-summary-mark-as-important-internal): Revival.
2654         (wl-summary-mark-as-important): Ditto.
2655
2656         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2657
2658         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2659         instead of facep.
2660
2661 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2662
2663         * wl-dnd.el (wl-dnd-drop-func): Fix.
2664
2665         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2666         mouse-set-point instead of posn-point.
2667
2668         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2669
2670         * wl-mule.el (wl-completing-read-multiple): Ditto.
2671
2672 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2673
2674         * wl-demo.el (face-background-name): Defalias to avoid compile
2675         warning.
2676
2677 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2678
2679         * wl-summary.el (wl-summary-decide-flag): Use
2680         wl-completing-read-multiple instead of completing-read-multiple.
2681
2682         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2683         New alias.
2684
2685         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2686         Use face-background-name instead of face-background.
2687
2688         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2689
2690         * wl-summary.el (wl-summary-save): Use it.
2691         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2692
2693         * wl-mime.el (wl-mime-save-content): Fix last change.
2694
2695 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2696
2697         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2698         New function.
2699         (wl-summary-sort-specs): Added sort.
2700         * wl-mime.el (wl-mime-save-content): Expand file name.
2701
2702 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2705
2706         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2707
2708 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2711         for flag if it is not defined.
2712
2713 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-e21.el (wl-highlight-folder-current-line): Use
2716         elmo-folder-type-internal when elmo-folder-type returns nil.
2717
2718         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2719
2720         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2721
2722         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2723
2724         * wl-e21.el (wl-summary-toolbar): Ditto.
2725
2726         * wl-vars.el (wl-demo-background-color): Abolished.
2727         (wl-summary-persistent-mark-priority-list): Renamed from
2728         wl-summary-flag-priority-list.
2729         (wl-summary-flag-alist): New user option.
2730         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2731         (wl-message-mode-line-format-spec-alist): Added 'F'.
2732         (wl-message-mode-line-format): Likewise.
2733         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2734         instead of wl-summary-important-mark.
2735         (wl-file-folder-icon): New variable.
2736
2737         * wl-thread.el (wl-thread-set-flags): Renamed from
2738         wl-thread-mark-as-important.
2739
2740         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2741         warning.
2742         (wl-summary-mode-menu-spec): Follow the change of 
2743         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2744         (wl-summary-mode-map): Follow the change of
2745         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2746         (wl-summary-detect-mark-position): Follow the variable name change.
2747         (wl-summary-set-flags-region): New function for the replacement of
2748         wl-summary-mark-as-important-region.
2749         (wl-summary-sync-marks): Sync all global-flags.
2750         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2751         instead of elmo-message-flagged-p.
2752         (wl-summary-persistent-mark-string): Follow the variable name change;
2753         Put wl-summary-flag-mark if the message has global-flag.
2754         (wl-summary-target-mark-set-flags): Renamed from 
2755         wl-summary-target-mark-mark-as-important.
2756         (wl-summary-decide-flag): New function.
2757         (wl-summary-set-flags-internal): Renamed from
2758         wl-summary-mark-as-important-internal.
2759         (wl-summary-add-flags-internal): New function.
2760         (wl-summary-remove-flags-internal): Ditto.
2761         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2762         (wl-summary-mark-as-unimportant): Abolish.
2763         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2764         (wl-summary-next-message): List flagged messages in the msgdb.
2765
2766         * wl-score.el (wl-summary-score-update-all-lines): Use
2767         wl-summary-add-flags-internal instead of 
2768
2769         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2770
2771         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2772         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2773         (wl-message-buffer-require-all-header): Renamed from
2774         wl-message-buffer-all-header-flag (Ditto).
2775         (wl-message-buffer-flag-indicator): New variable.
2776         (wl-message-redisplay): Changed local varibale name from `flag' to
2777         `display-type'; Set up wl-message-buffer-flag-indicator.
2778         (wl-message-buffer-display): Changed varibale name from `flag' to
2779         `display-type'.
2780         (wl-message-display-internal): Likewise.
2781
2782         * wl-highlight.el (wl-highlight-demo-face): Define default background
2783         color.
2784         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2785
2786         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2787
2788         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2789         (wl-demo-setup-properties): Renamed from
2790         `wl-demo-set-background-color'.
2791         (wl-demo): Follow the change above.
2792         
2793         * Version number is increased to 2.11.24.
2794
2795 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-summary.el (wl-summary-toggle-thread): Call
2798         `wl-summary-rescan' with disable-thread as non-nil.
2799         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2800
2801 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2802
2803         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2804         foreground property of the face.
2805         (wl-demo-insert-text): Don't set up face property here.
2806         (wl-demo): Call wl-demo-set-background-color, anyway.
2807
2808 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2809
2810         * wl-vars.el (wl-demo-background-color): The value can be nil.
2811
2812 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2813
2814         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2815         to wl-summary-wheel-dispatcher.
2816
2817         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2818         wl-message-wheel-dispatcher.
2819         (wl-message-wheel-dispatcher): New function.
2820         (wl-summary-wheel-dispatcher): Ditto.
2821
2822 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-action.el (wl-summary-target-mark-all): List messages which are
2825         not in the killed-list.
2826
2827         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2828         only when the folder is 'flag/important.
2829
2830         * wl-address.el (wl-complete-field-body): Complete if the last
2831         character is a space.
2832
2833 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2834
2835         * wl-folder.el (wl-folder-clear-entity-info): Use
2836         elmo-clear-hash-val.
2837
2838         * wl-fldmgr.el (wl-fldmgr-rename): Set
2839         wl-folder-info-alist-modified as t.
2840
2841 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2842
2843         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2844
2845 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2846
2847         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2848         (wl-folder-buffer-last-visited-entity-id): New buffer local
2849         variable.
2850         (wl-folder-revisit-last-visited-folder): New function.
2851         (wl-folder-mode-map): Bind it to "C-i".
2852         (wl-folder-set-current-entity-id): Set last visited folder.
2853         * wl-summary.el (wl-summary-exit): Ditto.
2854
2855 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2858         before calling `recenter' in order to cope with an XEmacs bug.
2859
2860 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2861
2862         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2863         to the default value.
2864
2865 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2868         change.
2869         (wl-summary-sync-marks): Ditto.
2870         (wl-summary-mark-as-read-internal): Ditto.
2871         (wl-summary-mark-as-answered-internal): Ditto.
2872         (wl-summary-mark-as-important-internal): Ditto.
2873         (wl-summary-reply): Ditto.
2874
2875         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2876         instead of `elmo-folder-unflag-answered'.
2877
2878         * Version number is increased to 2.11.23.
2879
2880         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2881         the last change.
2882
2883 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2884
2885         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2886         Specify "spam" or "good".
2887
2888 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-spam.el (wl-summary-exec-action-spam): Call
2891         wl-folder-confirm-existence for spam folder.
2892         (wl-spam-setup): Bind "mk".
2893
2894 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2897
2898 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2899
2900         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2901         destination folder is empty.
2902
2903 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2906         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2907
2908         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2909         (wl-summary-refile-prev-destination-region): New function.
2910         (wl-thread-refile-prev-destination): Ditto.
2911         (wl-summary-target-mark-refile-prev-destination): Ditto.
2912
2913 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2914
2915         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2916         (wl-demo-background-color): Changed default value.
2917
2918         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2919         color.
2920
2921         * wl-demo.el (wl-demo-set-background-color): New function.
2922         (wl-demo): Call it.
2923
2924 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2925
2926         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2927         * wl-address.el (wl-address-add-or-change): Don't add empty
2928         address.
2929
2930 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2931
2932         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2933
2934 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-vars.el (wl-demo-image-filter-alist): New variable
2937         (wl-demo-background-color): Ditto.
2938
2939         * wl-demo.el (wl-demo-xpm-set-background): New function.
2940         (wl-demo-image-filter): Ditto.
2941         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2942
2943         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2944
2945         * wl-demo.el (wl-demo-icon-name): Define as function.
2946         (wl-demo-insert-image): Use it.
2947
2948 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2949
2950         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2951
2952 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2953
2954         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2955
2956 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2959
2960 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * wl-thread.el (wl-thread-mark-as-answered): New function.
2963
2964         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2965         answered" entry.
2966         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2967         "r&" and wl-thread-mark-as-answered to "t&".
2968         (wl-summary-mark-as-important-region): Refine to toggle mark.
2969         (wl-summary-mark-as-answered-region): New function.
2970         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2971         and 3rd argument.
2972         (wl-summary-mark-as-important-internal): Likewise.
2973
2974 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-template.el (wl-template-preview): New internal variable.
2977         (wl-template-preview-p): New function.
2978         (wl-template-show): Bind `wl-template-preview' as t.
2979
2980 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2983         `elmo-message-entity-field' with 3rd argument which is non-nil.
2984
2985 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2988         Removed duplicate local bind `folder'.
2989
2990 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2991
2992         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2993
2994 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2995
2996         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2997         duplicate definition.
2998
2999 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3000
3001         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3002         non-nil, use it; Don't fetch message if there's no message in the
3003         current cursor position.
3004
3005 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3006
3007         * wl-util.el (wl-region-exists-p): Use region-active-p.
3008         (wl-deactivate-region): New function.
3009         * wl-message.el (wl-message-redisplay): Deactivate region.
3010
3011         * wl-summary.el (wl-summary-reply): Call
3012         `wl-summary-set-message-buffer-or-redisplay' instead of
3013         `wl-summary-redisplay-internal', don't move point.
3014
3015 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3018         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3019         by regexp.
3020
3021 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3024         if no need.
3025
3026 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3027
3028         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3029         default value to nil.
3030         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3031         `wl-summary-prepare-hook'; Replace refile action to
3032         `wl-summary-exec-action-refile-with-register'.
3033
3034         * Version number is increased to 2.11.22.
3035
3036 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-summary.el (wl-summary-detect-mark-position): Set
3039         `wl-summary-buffer-weekday-name-lang'.
3040
3041 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3042
3043         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3044         (wl-summary-mark-as-read-all): Ditto.
3045         (wl-summary-delete-messages-on-buffer): Ditto.
3046         (wl-summary-sync-update): Ditto.
3047         (wl-summary-mark-as-read-internal): Ditto.
3048         (wl-summary-mark-as-answered-internal): Ditto.
3049         (wl-summary-update-folder-info): Abolished.
3050
3051 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-summary.el (wl-summary-mark-as-read-all): Use
3054         `wl-summary-update-folder-info' instead of
3055         `wl-folder-update-unread'.
3056
3057 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3058
3059         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3060         `wl-summary-folder-info-update'.
3061         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3062         instead of `wl-summary-folder-info-update'.
3063         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3064         `wl-folder-set-folder-updated'.
3065         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3066         instead of `wl-folder-update-unread'.
3067         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3068         the value of `wl-summary-buffer-unread-count' for the second parameter of
3069         `wl-folder-update-unread'.
3070
3071         * Version number is increased to 2.11.21.
3072
3073 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3074
3075         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3076         a local variable.
3077
3078 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3081         interactively.
3082
3083         * wl-summary.el (wl-summary-mark-as-important-internal): New
3084         internal function.
3085         (wl-summary-mark-as-important): Use it.
3086         (wl-summary-mark-as-unimportant): New function.
3087         (wl-summary-sync-marks): Follow the API change.
3088
3089         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3090
3091         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3092
3093 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3094
3095         * wl-folder.el (wl-folder-update-unread): Re-indent.
3096         Narrow the scope of a local variable.
3097
3098 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3101         (wl-addrmgr-merge-entries): Ditto.
3102         (wl-addrmgr): Added to address entry which exists in draft buffer
3103         if no entry is in original.
3104
3105 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3106
3107         * wl-batch.el: New file.
3108
3109 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3110
3111         * wl-vars.el (wl-use-semi): Remove unused variable.
3112
3113 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3114
3115         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3116         "?".
3117
3118 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119
3120         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3121         wl-summary-new-mark.
3122         (wl-summary-new-cached-mark): New user option.
3123         (wl-summary-score-marks): Follow the change above.
3124         (wl-summary-auto-refile-skip-marks): Ditto.
3125         (wl-summary-incorporate-marks): Ditto.
3126         (wl-summary-expire-reserve-marks): Ditto.
3127
3128         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3129
3130         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3131         (wl-summary-persistent-mark-string): Distinguished between cached
3132         and uncached mark when the message is new.
3133
3134 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-spam.el (wl-spam-domain): Renamed from
3137         `wl-spam-folder-guess-domain'.
3138         (wl-summary-exec-action-spam): Register as spam if domain of the
3139         source folder is good.
3140         (wl-summary-exec-action-refile-with-register): Register message if
3141         domain of the source folder is not undecided.
3142
3143 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3144
3145         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3146         detect thread loop.
3147
3148 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3149
3150         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3151         and wl-summary-skip-mark-list.
3152
3153 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3154
3155         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3156
3157         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3158
3159         * wl-spam.el (toplevel): Require wl-highlight.
3160         (wl-spam-auto-check-policy-alist): Abolish.
3161         (wl-spam-auto-check-folder-regexp-list): New user option.
3162         (wl-spam-auto-check-marks): Ditto.
3163         (wl-spam-mark-action-list): Ditto.
3164         (wl-highlight-summary-spam-face): New face.
3165         (wl-spam-auto-check-message-p): New function.
3166         (wl-spam-map-spam-messages): Fixed message.
3167         (wl-spam-register-spam-messages): Ditto.
3168         (wl-spam-register-good-messages): Ditto.
3169         (wl-summary-spam-map): Add and remove keybind.
3170         (wl-summary-target-mark-spam): Abolish.
3171         (wl-summary-refile-spam): Ditto.
3172         (wl-summary-test-spam): New function.
3173         (wl-summary-mark-spam): Ditto.
3174         (wl-summary-auto-check-spam): Follow the above change.
3175         (wl-summary-exec-action-spam): New function.
3176         (wl-summary-exec-action-refile-with-register): Fixed message.
3177         (wl-message-check-spam): New function.
3178         (wl-spam-setup): Ditto.
3179         (toplevel): Call it if this file is loaded interactivity.
3180
3181         * Version number is increased to 2.11.20.
3182
3183 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3186         when new optional argument `force' is non nil or modified.
3187
3188 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3189
3190         * wl.el (toplevel): Require wl-spam when compile.
3191         (wl-save-status): Call wl-spam-save-status.
3192
3193         * wl-spam.el (wl-spam-register-spam-messages): New function.
3194         (wl-spam-register-good-messages): Ditto.
3195         (wl-spam-save-status): Ditto.
3196         (wl-summary-mode-map): Bind
3197         wl-summary-target-mark-register-as-spam to "ms" and
3198         wl-summary-target-mark-register-as-good to "mn".
3199         (wl-summary-register-as-spam): Abolish optional argument; Use
3200         wl-spam-register-spam-messages.
3201         (wl-summary-register-as-spam-all): Use
3202         wl-spam-register-spam-messages.
3203         (wl-summary-register-as-good): Abolish optional argument; Use
3204         wl-spam-register-good-messages.
3205         (wl-summary-register-as-good-all): Use
3206         wl-spam-register-good-messages.
3207         (wl-summary-target-mark-register-as-spam): New funtion.
3208         (wl-summary-target-mark-register-as-good): Ditto.
3209
3210 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-spam.el: New file.
3213
3214 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3217
3218         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3219         (wl-summary-auto-refile): Call wl-refile-guess with
3220         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3221
3222 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3225         with disable-thread argument non-nil.
3226
3227 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-summary.el (wl-summary-rescan): Added optional argument
3230         disable-thread.
3231         (wl-summary-sync): Call wl-summary-rescan with argument
3232         disable-thread.
3233         (wl-summary-input-range): Added new range `rescan-thread'.
3234
3235 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3238
3239 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3240
3241         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3242         internal variable.
3243         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3244         wl-summary-search-parent-by-subject-regexp and
3245         wl-summary-divide-thread-when-subject-changed as nil.
3246         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3247         (wl-summary-insert-thread): Search parent entity from
3248         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3249         thread loop.
3250
3251 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3254
3255         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3256
3257         * wl-util.el (wl-require-update-all-folder-p): New function.
3258         (wl-get-assoc-list-value): Added `function' to match directive.
3259         (wl-collect-draft): Rewrite.
3260
3261         * wl-summary.el (wl-summary-sync-update): Clear faces
3262         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3263         are non-nil.
3264         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3265         argument as function.
3266         (wl-summary-input-range): Ditto.
3267
3268         * wl-folder.el (wl-draft-get-folder): New function.
3269         (wl-folder-get-elmo-folder): Consider draft folder.
3270
3271         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3272         (wl-draft-buffer-message-number): New buffer local variable.
3273         (wl-draft-folder-internal): New internal variable.
3274         (wl-draft-delete): Rewrite.
3275         (wl-draft-save): Ditto.
3276         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3277         wl-folder-get-elmo-folder.
3278         (wl-draft-config-info-operation): Ditto.
3279         (wl-jump-to-draft-folder): Ditto.
3280         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3281         (wl-draft-reedit): Rewrite.
3282
3283         * Version number is increased to 2.11.19.
3284         
3285 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3286
3287         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3288         variable.
3289
3290 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3293         Use ignore-errors instead of unwind-protect.
3294
3295 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3296
3297         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3298         for updating `wl-thread-entity-list'.
3299
3300 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3301
3302         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3303         parameter from calling `wl-thread-entity-get-older-brothers' and
3304         `wl-thread-entity-get-younger-brothers'.
3305         Replace nested `append' with a single one.
3306
3307 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-summary.el (wl-summary-mode): Don't use the return value of
3310         `make-local-hook'.
3311
3312 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3313
3314         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3315         instead of `let*'.
3316         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3317         of local variables.
3318
3319 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3322         Renamed from wl-summary-window-scroll-functions.
3323         (wl-summary-window-scroll-functions): Don't set to variable.
3324         (wl-summary-display-top): Use run-hooks.
3325         (wl-summary-display-bottom): Ditto.
3326         (wl-summary-toggle-disp-msg): Ditto.
3327         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3328         Use it instead of wl-summary-window-scroll-functions.
3329         (wl-summary-goto-folder-subr): Don't call
3330         wl-summary-window-scroll-functions, use
3331         wl-summary-buffer-window-scroll-functions instead.
3332
3333 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3334
3335         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3336         make-local-variable.
3337
3338 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3339
3340         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3341         set-buffer-modified-p.
3342         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3343         (wl-summary-display-bottom): Ditto.
3344         (wl-summary-toggle-disp-msg): Ditto.
3345
3346 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3347
3348         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3349
3350         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3351         (wl-summary-forward): Use elmo-message-entity-field instead of
3352         elmo-message-field.
3353
3354         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3355
3356 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-summary.el (wl-summary-window-scroll-functions): No use
3359         `append'.
3360
3361 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3364         function.
3365         (wl-summary-window-scroll-functions): Call it when both
3366         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3367         (wl-summary-temp-mark): Added optional argument number.
3368         (wl-summary-message-mark): Added optional argument flag.
3369         (wl-summary-persistent-mark): Added optional argument number and flag.
3370         (wl-summary-update-persistent-mark): Ditto.
3371         (wl-summary-update-status-marks): Set "r" for interactive spec.
3372
3373         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3374         argument number and flag.
3375
3376         * wl-action.el (wl-summary-registered-temp-mark): 
3377         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3378
3379 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3380
3381         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3382         internal variable (buffer local).
3383         (wl-summary-window-scroll-functions): New function.
3384         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3385         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3386         as nil.
3387         (wl-summary-update-status-marks): Added arguments beg, end and
3388         check.
3389         (wl-summary-update-mark-window): Use function.
3390         (wl-summary-sync-update): Follow the change above.
3391         (wl-summary-switch-to-clone-buffer): Copy
3392         wl-summary-buffer-unsync-mark-number-list.
3393         (wl-summary-goto-folder-subr): Set
3394         wl-summary-buffer-unsync-mark-number-list and
3395         use wl-summary-window-scroll-functions instead of
3396         wl-summary-lazy-highlight.
3397
3398         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3399
3400 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3401
3402         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3403
3404         * wl-summary.el (wl-summary-update-persistent-mark): Call
3405         wl-summary-set-message-modified.
3406
3407         * wl-summary.el (wl-summary-sync-update): Don't call
3408         wl-summary-update-status-marks.
3409
3410         * Version number is increased to 2.11.18.
3411
3412 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3415         (wl-message-next-page): Ditto.
3416
3417 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3418
3419         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3420         local variable.  Change the order of a collected list into the
3421         same as the specified range.  Remove nil from a collected list.
3422
3423 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3426         argument for elmo-folder-list-messages.
3427
3428 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3431         change (wl-summary-count-unreads return a list instead of a cons
3432         cell).
3433
3434 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3435
3436         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3437         `wl-summary-folder-info-update'.
3438
3439 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3440
3441         * wl-summary.el (wl-summary-set-message-modified): No use
3442         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3443         (wl-summary-set-mark-modified): Abolish.
3444         (wl-summary-mark-modified-p): Ditto.
3445         (wl-summary-save-view): Follow the change above.
3446
3447         * wl-expire.el (wl-summary-expire): Likewise.
3448
3449 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-summary.el (wl-summary-detect-mark-position): Use
3452         modb-entity-handler.
3453         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3454
3455         * Version number is increased to 2.11.17.
3456
3457 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3458
3459         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3460         entity field value.
3461         (wl-summary-prefetch-msg): Ditto.
3462         (wl-summary-print-message-with-ps-print): Ditto.
3463
3464 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3467         for dummy entity.
3468         (wl-summary-insert-thread): Use elmo-message-entity-field.
3469         (wl-summary-update-thread): Use elmo-message-entity-field and
3470         elmo-message-entity-number.
3471         (wl-summary-line-number):  Use elmo-message-entity-number.
3472         (wl-summary-line-size): Use elmo-message-entity-field.
3473         (wl-summary-line-subject): Ditto.
3474         (wl-summary-line-from): Ditto.
3475         (wl-summary-line-attached): Ditto.
3476         (wl-summary-create-line): Ditto.
3477         (wl-summary-create-line): Use elmo-message-entity-number.
3478         (wl-summary-print-message-with-ps-print): Use
3479         elmo-message-entity-field.
3480
3481 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3484         change in elmo-msgdb-make-message-entity.
3485         (wl-summary-buffer-set-folder): Don't call
3486         wl-summary-detect-mark-position here.
3487         (wl-summary-rescan): Call elmo-message-entity-number.
3488         (wl-summary-sync-update): Ditto.
3489         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3490
3491         * wl-score.el (wl-score-header-index): Redefine 2th element.
3492         (wl-score-overview-entity-get-extra): Abolish.
3493         (wl-score-ov-entity-get): Rewrite.
3494         (wl-score-string-index<, wl-score-string-func<): Abolish.
3495         (wl-score-string<): New function.
3496         (wl-score-string-sort): Use it.
3497
3498         * wl-refile.el (wl-refile-guess-by-history): Use
3499         elmo-message-entity-field.
3500         (wl-refile-guess-by-from): Ditto.
3501         (wl-refile-guess-by-msgid): Ditto.
3502
3503         * Version number is increased to 2.11.16.
3504
3505 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3506
3507         * wl-folder.el (wl-folder-confirm-existence): Don't call
3508         file-exists-p if msgdb-path is nil.
3509         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3510         `wl-read-folder-hist' to `wl-read-folder-history'.
3511
3512 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3513
3514         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3515         `y-or-n-p'.
3516
3517 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3518
3519         * wl-score.el (wl-score-headers): Don't use
3520         elmo-folder-do-each-message-entity.
3521
3522         * Version number is increased to 2.11.15.
3523
3524 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3525
3526         * wl-summary.el (wl-summary-delete-all-msgs): Use
3527         elmo-folder-move-messages instead of elmo-folder-delete-messages
3528         and elmo-folder-detach-messages.
3529         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3530
3531         * wl-expire.el (wl-expire-delete): Ditto.
3532         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3533
3534 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3537         (wl-message-header-narrowing-fields): Ditto.
3538         (wl-message-header-narrowing-lines): Ditto.
3539         (wl-message-header-narrowing-string): Ditto.
3540
3541         * wl-summary.el (wl-summary-mode-map): Bind
3542         wl-summary-toggle-header-narrowing to "C-cC-f".
3543         (wl-summary-toggle-header-narrowing): New function.
3544
3545         * wl-message.el (wl-message-buffer-create): Call
3546         wl-message-header-narrowing-setup.
3547         (wl-message-redisplay): Call wl-message-header-narrowing.
3548         (wl-message-header-narrowing): New function.
3549         (wl-message-header-narrowing-map): New keymap.
3550         (wl-message-header-narrowing-widen-map): New keymap.
3551         (wl-message-header-narrowing-again-at-mouse): New function.
3552         (wl-message-header-narrowing-1): Ditto.
3553         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3554         (wl-message-header-narrowing-setup): Ditto.
3555         (wl-message-header-narrowing-toggle): Ditto.
3556         
3557         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3558
3559         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3560         'flag as all.
3561         (wl-use-flag-folder-help-echo): New user option.
3562
3563         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3564         wl-summary-highlight as nil.
3565         (wl-summary-set-mark-modified): Follow the API change.
3566         (wl-summary-mark-modified-p): Ditto.
3567         (wl-summary-mark-as-read-all): Ditto.
3568         (wl-summary-sync-marks): Don't call
3569         elmo-folder-list-messages-with-global-mark.
3570         (wl-summary-mark-as-read-internal): Follow the API change.
3571         (wl-summary-mark-as-answered-internal): Ditto.
3572         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3573         Follow the API change.
3574         (wl-summary-create-line): Call with number argument.
3575         (wl-summary-reply): Follow the API change.
3576
3577         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3578         function.
3579         (wl-highlight-summary-line-string): Call it when
3580         wl-use-flag-folder-help-echo is non-nil.
3581         (wl-highlight-summary-current-line): Ditto.
3582         (elmo-flag-folder-referrer): Added autoload setting.
3583
3584         * wl-draft.el (wl-draft-kill): Follow the API change.
3585
3586         * Version number is increased to 2.11.14.
3587         
3588 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3589
3590         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3591
3592 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3593
3594         * Version number is increased to 2.11.13.
3595
3596 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3597
3598         * wl-draft.el (wl-draft-previous-history-element): Fixed
3599         unbalanced parenthesis and bind unbound local variables.
3600
3601 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3602
3603         * wl-draft.el (wl-draft-previous-history-element): New function.
3604         (wl-draft-next-history-element): Ditto.
3605         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3606         them to M-p and M-n.
3607
3608 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3609
3610         * Version number is increased to 2.11.12.
3611
3612 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3613
3614         * wl-draft.el (wl-draft-hide): Select buffer-window.
3615
3616 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3617
3618         * wl-summary.el (wl-summary-narrow-to-region): New function.
3619         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3620         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3621         (wl-summary-save-region): Use it.
3622         * wl-action.el (wl-summary-collect-numbers-region)
3623         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3624
3625 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3626
3627         * wl-folder.el (wl-folder-count-incorporates): Don't use
3628         `elmo-msgdb-mark-load'
3629
3630         * Version number is increased to 2.11.11.
3631
3632 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3633
3634         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3635         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3636
3637 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3638
3639         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3640
3641 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * Version number is increased to 2.11.10.
3644
3645 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3646
3647         * wl-mime.el (wl-draft-attribute-value): Fixed.
3648
3649 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3650
3651         * wl-util.el (wl-copy-local-variables): New function.
3652
3653         * wl-mime.el (wl-draft-attribute-recipients): New function.
3654         (wl-draft-attribute-envelope-from): Ditto.
3655         (wl-draft-attribute-smtp-posting-server): Ditto.
3656         (wl-draft-attribute-smtp-posting-port): Ditto.
3657         (wl-draft-attribute-value): Ditto.
3658         (wl-draft-preview-message): Use it to get value for
3659         attributes. Reflect result of `wl-draft-config'.
3660
3661         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3662         and call `wl-summary-mark-as-read' before to call
3663         `wl-summary-unset-mark'.
3664         (wl-summary-target-mark-mark-as-unread): Likewise.
3665         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3666
3667 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-mime.el (wl-draft-preview-message): Use actual value for
3670         attributes; Fix for small window.
3671
3672 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3673
3674         * wl-refile.el (wl-refile-get-field-value): Call
3675         `elmo-message-entity-field' with 3rd argument is non-nil.
3676
3677 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-vars.el (wl-draft-preview-attributes): New user option.
3680         (wl-draft-preview-attributes-list): Ditto.
3681         (wl-draft-preview-attributes-buffer-lines): Ditto.
3682         (wl-draft-preview-attributes-buffer-name): Ditto.
3683
3684         * wl-mime.el (wl-draft-preview-message): Display attributes.
3685
3686 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3687
3688         * wl-summary.el (wl-summary-detect-mark-position): Bind
3689         wl-summary-flag-priority-list to '(new).
3690
3691 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3692
3693         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3694         funtion.
3695         (wl-highlight-summary-line-string): Use it.
3696         (wl-highlight-summary-current-line): Ditto.
3697
3698 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3699
3700         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3701         line even when the mark string is not changed.
3702
3703         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3704         argument change in the wl-summary-create-line.
3705         (wl-thread-insert-entity-sub): Ditto.
3706
3707         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3708         argument change in the wl-summary-create-line.
3709         (wl-summary-insert-sequential): Ditto.
3710         (wl-summary-update-thread): Ditto.
3711         (wl-summary-persistent-mark-string): New inline function.
3712         (wl-summary-message-mark): Use it.
3713         (wl-summary-create-line): Abolish argument wl-persistent-mark
3714         and added wl-flags, wl-cached.
3715
3716         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3717         mark to flags.
3718         (wl-highlight-summary-current-line): Decide the face not by the 
3719         persistent mark but flags.
3720
3721 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3722
3723         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3724         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3725         wl-summary-read-uncached-mark): Revive.
3726         (wl-summary-answered-cached-mark,
3727         wl-summary-answered-uncached-mark): New user option.
3728         (wl-summary-score-marks): Follow the change above.
3729         (wl-summary-auto-refile-skip-marks): Ditto.
3730         (wl-summary-incorporate-marks): Ditto.
3731         (wl-summary-expire-reserve-marks): Ditto.
3732         (wl-summary-flag-priority-list): New user option.
3733
3734         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3735         changes.
3736         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3737         of elmo-message-mark.
3738         (wl-summary-mark-as-read-internal): Ditto.
3739         (wl-summary-mark-as-answered): Ditto.
3740         (wl-summary-mark-as-important): Ditto.
3741         (wl-summary-redisplay-internal): Ditto.
3742         (wl-summary-redisplay-no-mime-internal): Ditto.
3743         (wl-summary-message-mark): New function.
3744         (wl-summary-insert-sequential): Use wl-summary-message-mark
3745         instead of elmo-message-mark.
3746         (wl-summary-update-thread): Ditto.
3747         (wl-summary-persistent-mark): Ditto.
3748         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3749         instead of elmo-message-mark.
3750
3751         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3752         wl-summary-message-mark instead of elmo-message-mark.
3753         (wl-thread-insert-entity-sub): Ditto.
3754         (wl-thread-get-children-msgs-uncached): Ditto.
3755
3756         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3757         variable name changes.
3758         (wl-highlight-summary-current-line): Ditto.
3759
3760         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3761         wl-summary-message-mark instead of elmo-message-mark.
3762
3763         * wl-expire.el (wl-expire-message-p): Ditto.
3764
3765         * wl-score.el (wl-score-headers): Ditto.
3766
3767         * Version number is increased to 2.11.9.
3768
3769         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3770         (wl-summary-sync-update): Follow the change above.
3771         (wl-summary-switch-to-clone-buffer): Ditto.
3772         (wl-summary-open-folder): Ditto.
3773
3774 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3775
3776         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3777         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3778
3779         * Version number is increased to 2.11.8.
3780
3781         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3782
3783         * wl-expire.el (wl-expire-refile): Follow the API change on
3784         `elmo-folder-move-messages'.
3785         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3786
3787         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3788         (wl-summary-exec-action-refile): Ditto.
3789         (wl-summary-exec-action-copy): Ditto.
3790         (wl-summary-no-auto-refile-message-p): No use
3791         `wl-summary-buffer-msgdb'.
3792         (wl-summary-auto-refile): Ditto.
3793
3794 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3795
3796         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3797
3798 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-summary.el (wl-summary-sync): Treat no-sync.
3801
3802         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3803         (wl-default-sync-range): Ditto.
3804
3805 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3806
3807         * wl-refile.el (wl-refile-subject-learn): Call
3808         `elmo-message-entity-field' with 3rd argument is non-nil.
3809         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3810         instead of `elmo-msgdb-overview-entity-get-subject'.
3811
3812 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3813
3814         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3815         scan-type is rescan.
3816         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3817         new optional argument force is non-nil.
3818         (wl-summary-save-view-cache): Call it with force argument non-nil.
3819
3820         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3821
3822 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3823
3824         * wl-action.el (wl-summary-print-argument): Fixed last change.
3825
3826 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3827
3828         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3829         simplified.
3830         (wl-summary-target-mark-mark-as-unread): Likewise.
3831         (wl-summary-target-mark-mark-as-important): Likewise.
3832
3833 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3834
3835         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3836         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3837         (wl-summary-mark-as-important-region): Change accordingly.
3838         (wl-summary-target-mark-mark-as-important): Ditto.
3839
3840 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3841
3842         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3843
3844         * wl-action.el (wl-summary-print-argument): Print argument to
3845         right side of window if `wl-summary-print-argument-within-window'
3846         is non-nil.
3847
3848 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-action.el (wl-summary-set-mark): Use
3851         `wl-summary-message-visible-p' to check visibility of the message
3852         and jump to message only when the message line is visible and have
3853         different number; Call wl-summary-unset-mark with number argument.
3854         (wl-summary-unset-mark): 
3855         Use `wl-summary-message-visible-p'
3856         to check visibility of the message and jump to message only when
3857         the message line is visible and have different number;
3858
3859 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3860
3861         * Version number is increased to 2.11.7.
3862
3863         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3864         and wl-folder-summary-line-format.
3865
3866         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3867         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3868         (wl-summary-set-score-mark): Use it.
3869         (wl-summary-target-mark-mark-as-read): Ditto.
3870         (wl-summary-target-mark-mark-as-unread): Ditto.
3871         (wl-summary-target-mark-mark-as-important): Ditto.
3872         (wl-summary-target-mark-msgs): Simplified.
3873         (wl-summary-detect-mark-position): Fixed problem when
3874         summary-line-format no contain persisten/temp mark spec.
3875         (wl-summary-temp-mark): Ditto.
3876         (wl-summary-persistent-mark): Ditto.
3877         (wl-summary-update-persistent-mark): Ditto.
3878
3879         * wl-action.el (wl-summary-set-mark): Ditto.
3880         (wl-summary-unset-mark): Ditto.
3881         All other related portions are changed.
3882
3883 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3884
3885         * Version number is increased to 2.11.6.
3886
3887 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-util.el (wl-current-message-buffer): Define as function;
3890         Don't use the value of wl-messge-buffer.
3891
3892         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3893         persistent mark.
3894
3895         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3896         no current message, cause an error.
3897
3898 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3899
3900         * wl-summary.el (wl-summary-set-message-modified): Use
3901         elmo-folder-set-message-modified instead of
3902         elmo-folder-set-message-modified-internal.
3903
3904 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3907         interactively.
3908         (wl-summary-sync): nokill->entirely.
3909         (wl-summary-sync-marks): Fixed message.
3910         (wl-summary-input-range): Added mark, nokill->entirely.
3911
3912         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3913         messages as read.
3914
3915 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3918         update-noscore.
3919         (wl-summary-sync): Follow the change above.
3920
3921 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3922
3923         * wl-action.el (wl-summary-target-mark-all): Use
3924         elmo-folder-list-messages.
3925
3926 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3929         (wl-summary-rescan): Set wl-summary-scored as nil.
3930         (wl-summary-sync-force-update): Follow the change above.
3931         (wl-summary-sync): Ditto.
3932         (wl-summary-sync-update): Added argument disable-killed.
3933         (wl-summary-insert-headers): Set visible-only argument for
3934         elmo-folder-list-messages.
3935         (wl-summary-input-range): Added update-nokill, update-noscore,
3936         all-nokill, all-noscore and mark.
3937
3938         * Version number is increased to 2.11.5.
3939
3940         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3941
3942 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3943
3944         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3945         (wl-summary-prefetch-region-no-mark): Change accordingly.
3946         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3947
3948 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3949
3950         * wl-address.el (wl-complete-field-to): Abolished.
3951         (wl-complete-address): Completion function for completing-read.
3952         * wl-action.el (wl-summary-get-resend-address): Use it.
3953
3954         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3955         wl-summary-update-mark and abolish unused argument.
3956         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3957         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3958         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3959         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3960         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3961         * wl-draft.el (wl-draft-kill): Ditto.
3962
3963         * wl-summary.el: Remove unused binding of case-fold-search.
3964         (wl-summary-replace-status-marks): Abolished.
3965
3966 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3967
3968         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3969         is specified or folder length is zero.
3970
3971 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3972
3973         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3974         (wl-folder-archive-current-entity): Ditto.
3975
3976 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3977
3978         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3979         retrieving message mark.
3980         (wl-summary-redisplay-internal): Ditto.
3981
3982         * wl-message.el (wl-message-buffer-display): Ignore errors while
3983         retrieving message-id field.
3984
3985         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3986         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3987         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3988         order of the arguments for `wl-expire-message-p'.
3989         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3990
3991         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3992         Check return value of wl-summary-reply.
3993         (wl-summary-reply): Recover window configuration when an error occured.
3994
3995 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3996
3997         * wl-summary.el (wl-summary-resend-message): Abolished, the
3998         feature is inherited by wl-summary-resend (put resend mark).
3999
4000 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4001
4002         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4003         wl-message-buffer to nil when the message is hide.
4004
4005 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4006
4007         * .cvsignore: New file.
4008
4009 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4010
4011         * wl-action.el (wl-summary-action-docstring): Add more info.
4012         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4013         duplicate definition.
4014         (wl-summary-define-mark-action): Functions wl-summary-*-region
4015         keep current position.
4016         (wl-summary-unregister-target-mark): Store result to the variable.
4017
4018 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4019
4020         * Version number is increased to 2.11.4.
4021
4022 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4025         wl-summary-delete-all-temp-marks.
4026         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4027
4028         * wl-action.el (wl-summary-set-mark): Changed terminology
4029         refile-destination -> action-argument.
4030         (wl-summary-unset-mark): Ditto.
4031         (wl-summary-remove-argument): Ditto.
4032         (wl-summary-print-argument): Ditto.
4033
4034         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4035         (wl-thread-remove-argument-region): Ditto.
4036         (wl-thread-print-argument-region): Ditto.
4037         (wl-thread-close): Ditto.
4038         (wl-thread-open): Ditto.
4039
4040         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4041         (wl-highlight-refile-destination-face is abolished)
4042         (wl-highlight-action-argument-string): Ditto.
4043         (wl-highlight-summary-current-line): Highlight action argument.
4044
4045         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4046         color for light backgrounds.
4047         (wl-highlight-summary-answered-face): Ditto.
4048
4049 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4050
4051         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4052
4053         * wl-score.el (wl-summary-score-update-all-lines): Use
4054         wl-summary-set-mark.
4055         (wl-summary-score-update-all-lines): Kill expunged messages.
4056
4057         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4058
4059 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4062         directly.
4063         (wl-score-overview-entity-get-lines): Ditto.
4064         (wl-score-overview-entity-get-xref): Ditto.
4065         (wl-score-get-latest-msgs): Ditto.
4066         (wl-summary-rescore): Ditto.
4067
4068         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4069         to "&".
4070         (wl-summary-mark-as-answered-internal): New inline function.
4071         (wl-summary-mark-as-answered): New function.
4072         (wl-summary-mark-as-unanswered): Ditto.
4073         (wl-summary-sync-marks): Modified for answered-mark synching.
4074
4075 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4076
4077         * wl-action.el (wl-summary-set-mark): Fixed last change.
4078
4079 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4080
4081         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4082         behavior of wl-summary-unread-message-hook
4083         (Pointed out by akira yamada <akira@arika.org>).
4084
4085 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4086
4087         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4088         wl-summary-delete.
4089         * wl-xmas.el (wl-summary-toolbar): Ditto.
4090
4091         * wl-action.el (wl-summary-set-mark): Don't override current
4092         temp-mark.
4093
4094         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4095
4096 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4099         (wl-refile-msgid-learn): Ditto.
4100         (wl-refile-get-field-value): Ditto.
4101
4102         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4103
4104         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4105         (wl-expire-delete-reserved-messages): Renamed from
4106         wl-expire-reserve-marked-msgs-from-list.
4107         (wl-expire-delete): Removed argument `msgdb'.
4108         (wl-expire-refile): Ditto.
4109         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4110         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4111         mark-alist as argument.
4112         (wl-expire-archive-number1): Removed argument `msgdb'.
4113         (wl-expire-archive-number2): Ditto.
4114         (wl-expire-archive-date): Ditto.
4115         (wl-expire-localdir-date): Ditto.
4116         (wl-expire-hide): Ditto.
4117         (wl-archive-number1): Ditto.
4118         (wl-archive-number2): Ditto.
4119         (wl-archive-date): Ditto.
4120         (wl-archive-folder): Ditto.
4121         All other related portions are changed.
4122
4123 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4124
4125         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4126         mean move up and down. (suggested by Takashi Kawachi)
4127
4128 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4129
4130         * wl-acap.el (toplevel): Don't require un-define.
4131
4132 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4133
4134         * wl-thread.el (wl-thread-delete-message): Always update
4135         wl-summary-buffer-number-list.
4136
4137         * wl-action.el (wl-summary-print-destination): 
4138         Do nothing when folder is nil.
4139
4140 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4141
4142         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4143         persistent mark when prefetch is succeeded.
4144
4145 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4148         instead of elmo-msgdb-delete-msgs.
4149         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4150         (wl-expire-hide): Ditto.
4151
4152         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4153
4154         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4155         elmo-msgdb interface.
4156         (wl-thread-get-exist-children): Likewise.
4157         (wl-thread-insert-message): Likewise.
4158         (wl-thread-msg-mark-as-important): Likewise.
4159         (wl-thread-insert-entity-sub): Likewise.
4160         (wl-thread-get-children-msgs-uncached): Likewise.
4161
4162         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4163         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4164         (wl-summary-sync-update): Likewise.
4165         (wl-summary-auto-select-msg-p): Likewise.
4166         (wl-summary-update-thread): Likewise.
4167         (wl-summary-mark-as-important): Likewise.
4168         (wl-summary-jump-to-msg-internal): Likewise.
4169         (wl-summary-redisplay-internal): Likewise.
4170         (wl-summary-print-message-with-ps-print): Likewise.
4171         (wl-summary-folder-info-update): Likewise.
4172
4173         * wl-folder.el (wl-folder-check-one-entity):
4174         elmo-folder-count-flags instead of wl-summary-count-unread.
4175
4176         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4177
4178         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4179
4180         * wl-summary.el (wl-summary-set-message-modified): 
4181         Call wl-summary-set-mark-modified.
4182         (wl-summary-delete-messages-on-buffer): Call
4183         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4184         (wl-summary-sync-update): Call elmo-folder-length instead of
4185         elmo-folder-messages.
4186         (wl-summary-insert-headers): Don't call
4187         elmo-folder-list-message-entities.
4188
4189 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4190
4191         * wl-action.el (wl-summary-define-mark-action): Call
4192         `wl-summary-set-mark' with argument `data'.
4193         (wl-summary-auto-refile): Fixed order of arguments when call
4194         `wl-summary-refile'.
4195
4196 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4199
4200         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4201
4202         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4203         (Renamed from wl-highlight-summary-deleted-face).
4204         (wl-highlight-summary-resend-face): New face.
4205
4206         (wl-highlight-summary-deleted-face): Renamed from
4207         wl-highlight-summary-erased-face.
4208
4209         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4210
4211         * wl-action.el (wl-summary-get-resend-address): New function.
4212         (wl-summary-exec-action-resend): Ditto.
4213         (wl-summary-exec-action-resend-subr): Ditto.
4214
4215         * w-thread.el (wl-thread-copy): Removed definition.
4216         (wl-thread-refile): Ditto.
4217         (wl-thread-delete): Ditto.
4218         (wl-thread-target-mark): Ditto.
4219
4220         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4221         (wl-summary-target-mark-set-action): Fixed.
4222         (wl-summary-define-mark-action): Fixed quotation.
4223         (wl-summary-move-mark-list-messages): Display message.
4224         (wl-summary-define-mark-action): Define thread functions.
4225         (wl-summary-exec-action-refile): Changed message.
4226         (wl-summary-exec): Ditto.
4227
4228 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4229         
4230         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4231         '%%'.
4232
4233 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl.el (toplevel): Require wl-action.
4236         (wl-init): Call wl-summary-define-mark-action.
4237
4238         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4239
4240         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4241         wl-summary-delete and wl-summary-erase.
4242         (wl-summary-mode-map): Ditto.
4243
4244         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4245         wl-delete-folder-alist.
4246
4247         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4248         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4249         (toplevel): Moved mark & action related functions to the wl-action.el.
4250
4251         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4252         in wl-summary-mark-action-list.
4253         (wl-highlight-summary-current-line): Ditto.
4254
4255         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4256         empty lines.
4257
4258         * wl-action.el: New file. 
4259
4260 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4261
4262         * wl-summary.el (wl-summary-target-mark-replace): New function.
4263         (wl-summary-target-mark-prefetch): Use it.
4264         (wl-summary-target-mark-delete): Ditto.
4265         (toplevel): Rearranged definition order.
4266         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4267         (wl-summary-target-mark-erase): Rewrite.
4268         (wl-summary-erase-region): New function.
4269         (wl-summary-exec-action-erase): Changed message.
4270         (wl-summary-move-mark-list-messages): New function.
4271         (wl-summary-exec-action-delete): Use it.
4272         (wl-summary-exec-action-erase): Ditto.
4273
4274         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4275         (wl-summary-skip-mark-list): Added "d".
4276
4277         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4278         while searching.
4279
4280         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4281         and define using defcustom;
4282         Define 4th element as a face.
4283         
4284         * wl-summary.el (wl-summary-incorporate): Use 
4285         `wl-summary-prefetch-region-no-mark' instead of
4286         `wl-summary-prefetch-region'.
4287         (wl-summary-prefetch-region-no-mark): Revival of old
4288         `wl-summary-prefetch-region'.
4289         (wl-summary-mark-action-list): Moved to wl-vars.el
4290
4291         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4292         face according to the `wl-summary-mark-action-list'.
4293         (wl-highlight-summary-current-line): Ditto;
4294         Removed destination highlighting.
4295
4296         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4297         (wl-highlight-summary-line-string): Highlight for "i" mark.
4298         (wl-highlight-summary-current-line): Ditto.
4299
4300         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4301         no destination.
4302
4303         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4304         exists, just go ahead.
4305         (wl-summary-prefetch-region): Rewrite.
4306         (wl-summary-prefetch): Ditto.
4307         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4308         (wl-summary-exec-action-prefetch): New function.
4309         (wl-summary-target-mark-prefetch): Rewrite.
4310
4311 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4312
4313         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4314         (wl-highlight-summary-line-string): Added "d" and "D".
4315         (wl-highlight-summary-current-line): Ditto.
4316
4317         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4318         in wl-summary.el.
4319         (wl-thread-insert-entity-sub): Ditto.
4320         (wl-thread-remove-destination-region): Ditto.
4321         (wl-thread-print-destination-region): Ditto.
4322
4323         * wl-summary.el (wl-summary-buffer-refile-list,
4324         wl-summary-buffer-delete-list,
4325         wl-summary-buffer-copy-list): Abolish.
4326         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4327         All other related portions are changed.
4328         (wl-summary-mark-action-list): New variable.
4329         (wl-summary-set-mark): New function.
4330         (wl-summary-register-target-mark): Ditto.
4331         (wl-summary-unregister-target-mark): Ditto.
4332         (wl-summary-have-target-mark-p): Ditto.
4333         (wl-summary-register-temp-mark): Ditto.
4334         (wl-summary-unregister-temp-mark): Ditto.
4335         (wl-summary-registered-temp-mark): Ditto.
4336         (wl-summary-collect-temp-mark): Ditto.
4337         (wl-summary-unset-mark): Ditto.
4338         (wl-summary-set-target-mark): Ditto.
4339         (wl-summary-unset-target-mark): Ditto.
4340         (wl-summary-set-action-generic): Ditto.
4341         (wl-summary-unset-action-generic): Ditto.
4342         (wl-summary-exec-action-delete): Ditto.
4343         (wl-summary-exec-action-erase): Ditto.
4344         (wl-summary-set-action-refile): Ditto.
4345         (wl-summary-set-action-refile-subr): Ditto.
4346         (wl-summary-unset-action-refile): Ditto.
4347         (wl-summary-make-destination-numbers-list): Ditto.
4348         (wl-summary-exec-action-refile): Ditto.
4349         (wl-summary-set-action-copy): Ditto.
4350         (wl-summary-unset-action-copy): Ditto.
4351         (wl-summary-exec-action-copy): Ditto.
4352         (wl-summary-collect-numbers-region): Ditto.
4353         (wl-summary-delete): Rewrite.
4354         (wl-summary-erase): Ditto.
4355         (wl-summary-remove-destination): Ditto.
4356         (wl-summary-exec): Ditto.
4357         (wl-summary-exec-region): Ditto.
4358         (wl-summary-target-mark-erase): Ditto.
4359         (wl-summary-refile): Ditto.
4360         (wl-summary-copy): Ditto.
4361         (wl-summary-unmark): Ditto.
4362         (wl-summary-delete-all-mark): Ditto.
4363         (wl-summary-mark-line): Don't highlight.
4364         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4365         (wl-summary-target-mark-refile-subr): Rewrite.
4366
4367         (wl-summary-copy-prev-destination): Abolish.
4368
4369 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4370
4371         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4372         default values along the value of wl-on-mule.
4373         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4374         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4375         It is not used anywhere.
4376
4377 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4378
4379         * wl-summary.el (wl-summary-print-destination): Keep position.
4380         (wl-summary-cursor-move-surface): Keep horizontal position.
4381
4382 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4383
4384         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4385         write sendlog.
4386
4387 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4388
4389         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4390         `wl-summary-highlight'.
4391
4392 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4393
4394         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4395         trivial condition for temp-mark.
4396
4397 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4398
4399         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4400         when it hits killed buffer.
4401
4402 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4403
4404         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4405         * wl-news.el.in: `message' and `error' take format string.
4406
4407 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4408
4409         * wl-folder (wl-folder-insert-entity): Display a message,
4410         `...done', when the work finish.
4411         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4412
4413 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4414
4415         * wl-message.el (wl-message-redisplay): Remove unused local
4416         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4417
4418 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4419
4420         * wl-summary.el (wl-summary-replace-status-marks): Disable
4421         interactive use.
4422         (wl-summary-reedit): Check message existence at first.
4423         (wl-summary-mark-line): Fix doc, return value is indefinite.
4424
4425         * wl-highlight.el (wl-highlight-message): Arranged.
4426
4427         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4428         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4429         check temp-mark by wl-summary-temp-mark always.
4430         (wl-highlight-summary): Change accordingly.
4431         * wl-summary.el (wl-summary-mark-as-read-all)
4432         (wl-summary-delete-cache, wl-summary-set-score-mark)
4433         (wl-summary-mark-as-unread, wl-summary-unmark)
4434         (wl-summary-mark-line, wl-summary-mark-as-read)
4435         (wl-summary-mark-as-important): Ditto.
4436
4437         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4438         end of the window if possible.
4439         * wl-summary.el (wl-summary-sync-update): Support lazy
4440         highlighting.
4441         (wl-summary-toggle-disp-msg): Ditto.
4442
4443 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4444
4445         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4446
4447 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4448
4449         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4450         change.
4451
4452 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4453
4454         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4455         API.
4456         (wl-summary-sync-update): Ditto.
4457
4458         * wl-score.el (wl-score-get-score-alist): Changed argument.
4459         (wl-summary-rescore-msgs): Likewise.
4460         (wl-summary-score-headers): Likewise.
4461         (wl-score-headers): Likewise;
4462         Use elmo-folder-do-each-message-entity, etc.
4463         (wl-summary-score-effect): Follow the changes above.
4464         (wl-summary-rescore): Ditto.
4465         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4466         (wl-score-get-overview): Abolish.
4467
4468         * wl-summary.el (wl-summary-default-from): Follow the API change in
4469         elmo-msgdb.
4470         (wl-summary-count-unread): Ditto.
4471         (wl-summary-detect-mark-position): Ditto.
4472         (wl-summary-overview-entity-compare-by-date): Ditto.
4473         (wl-summary-overview-entity-compare-by-number): Ditto.
4474         (wl-summary-overview-entity-compare-by-from): Ditto.
4475         (wl-summary-overview-entity-compare-by-subject): Ditto.
4476         (wl-summary-get-list-info): Ditto.
4477         (wl-summary-rescan): Ditto.
4478         (wl-summary-jump-to-msg-by-message-id): Ditto.
4479         (wl-summary-sync-update): Ditto; Removed comment.
4480         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4481         (wl-summary-insert-message): Use wl-summary-insert
4482         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4483         (wl-summary-insert-headers): Changed argument overview to folder.
4484         (wl-summary-search-by-subject): Likewise.
4485         (wl-summary-insert-thread): Renamed from 
4486         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4487
4488         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4489         too.
4490
4491         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4492         wl-string-member.
4493
4494 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4497         elmo-folder-append-buffer.
4498         (wl-draft-queue-append): Likewise.
4499
4500         * wl-mime.el (wl-message-delete-current-part): Ditto.
4501         (wl-summary-burst-subr): Ditto.
4502
4503         * wl-news.el.in (wl-news-send-news): Ditto.
4504
4505 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4506
4507         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4508         function.
4509         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4510         (wl-summary-update-mark): Enclose with save-excursion.
4511         (wl-summary-mark-as-read-internal): Fixed last change.
4512         (wl-summary-mark-as-important): Use 3rd argument of
4513         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4514         Don't use elmo-msgdb-set-mark.
4515         (wl-summary-redisplay-internal): If msgdb flag is already read,
4516         just update the mark on buffer.
4517
4518 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4519
4520         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4521         cut visible folder when elmo-folder-delete returns non-nil value.
4522
4523 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4524
4525         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4526         by Kenichi OKADA <okada@opaopa.org>).
4527
4528 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4529
4530         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4531
4532 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4533
4534         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4535         Fixed the last change, search group entity by its real name.
4536         (Thanks to: KOBAYASHI Shinji)
4537
4538 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4539
4540         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4541         (wl-fldmgr-access-display-all): Don't refer visible name.
4542         * wl-expire.el (wl-folder-archive-current-entity)
4543         (wl-folder-expire-current-entity): Ditto.
4544         * wl-folder.el (wl-folder-jump-to-current-entity)
4545         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4546         (wl-folder-open-folder-sub,wl-folder-open-all)
4547         (wl-folder-write-current-folder): Ditto.
4548         (wl-folder-insert-entity): Don't use petname for normal group.
4549         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4550         is the real name.
4551         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4552         Abolished.
4553
4554 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4555
4556         * wl-draft.el (wl-draft-create-buffer): Add
4557         `wl-summary-reply-with-citation'
4558
4559 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4560
4561         * wl-draft.el (wl-draft-reply): Fixed.
4562
4563 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4564
4565         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4566         when `wl-draft-send-confirm-with-preview' is non-nil.
4567         You can scroll up/down by j/k.
4568         (wl-draft-send-confirm-with-preview): New variable (default=t).
4569
4570 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4571
4572         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4573         (wl-fldmgr-save-folders): Fix comment.
4574
4575 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4578         along the last change in `wl-folder-buffer-group-p'.
4579
4580 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4583         folder.
4584
4585         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4586         the default value.
4587
4588         * wl-mime.el (wl-summary-burst): Update summary only when target
4589         folder equals current folder.
4590
4591 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4594
4595 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4598         value.
4599
4600 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4603         `map-extents' instead of `extent-at' repeatedly.
4604         (wl-highlight-folder-current-line): Ditto.
4605
4606         * wl-highlight.el: Remove useless dummy functions.
4607
4608 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4611         (wl-folder-put-folder-property): New function to put text property.
4612         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4613         (wl-folder-insert-entity, wl-folder-update-diff-line)
4614         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4615         * wl-e21.el, wl-xmas.el, wl-mule.el
4616         (wl-highlight-folder-current-line): Ditto.
4617         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4618         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4619         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4620         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4621
4622 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * Version number is increased to 2.11.3.
4625
4626 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4629         Resume current-buffer since it is assumed by remaining tasks.
4630
4631 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4632
4633         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4634         (wl-folder-completion-function): Abolished.
4635         (wl-folder-complete-folder): New function.
4636         (wl-folder-complete-filter-condition): Ditto.
4637         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4638         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4639
4640 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * wl-draft.el (wl-draft-send-confirm): New function.
4643         (wl-draft-send): Use it.
4644
4645         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4646         cursor-in-echo-area while confirming.
4647
4648         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4649
4650         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4651         searching via nntp if wl-summary-search-via-nntp is 'force.
4652         Otherwise, invoke searching in nntp folder only.
4653         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4654
4655         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4656         explicitly for mime-make-text-tag.
4657
4658 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4659
4660         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4661         `mime-make-text-tag' instead of `mime-create-tag'.
4662
4663 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4666         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4667
4668 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-score.el (wl-score-save): Bind print-length and print-level.
4671         (wl-score-pretty-print): Ditto.
4672         (wl-score-edit-insert-header-entry): Ditto.
4673
4674         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4675         "From" entry to be treated with wl-draft-eword-encode-address-list.
4676         * wl-mime.el (wl-draft-preview-message): Ditto.
4677
4678         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4679         (wl-summary-mark-as-unread): Ditto.
4680         (wl-summary-mark-as-read-region): Change accordingly.
4681         (wl-summary-mark-as-unread-region): Ditto.
4682         (wl-summary-target-mark-mark-as-read): Ditto.
4683         (wl-summary-target-mark-mark-as-unread): Ditto.
4684
4685 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * Version number is increased to 2.11.2.
4688
4689 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-news.el.in (wl-news-previous-version-save): Bind
4692         print-length and print-level.
4693         * wl-thread.el (wl-thread-save-entities): Ditto.
4694         (wl-thread-save-top-list): Bind print-length.
4695
4696 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-highlight.el (wl-highlight-summary-line-string): Use
4699         wl-summary-score-below-mark, wl-summary-score-over-mark.
4700         (wl-highlight-summary-current-line): Ditto.
4701
4702 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4705         insert it.
4706
4707 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4708
4709         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4710
4711 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4714         message without msgid.
4715         Rewrite with elmo-folder-move-messages.
4716         Set wl-message-buffer to nil.
4717
4718         * wl-summary.el (wl-summary-erase-subr): New function. Use
4719         elmo-folder-move-messages.
4720         (wl-summary-erase): Call it.
4721         (wl-summary-target-mark-erase): Ditto.
4722
4723 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4726         it is not up-tp-date.
4727
4728 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4731         buffer after calling `wl-summary-goto-folder-subr' without the
4732         argument `interactive'.
4733         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4734
4735 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4736
4737         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4738         `mime-create-tag'. Use `string=' instead of `looking-at'.
4739
4740 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4743         to avoid compile warning.
4744
4745         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4746         entity-id when folder is given.
4747         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4748         save-excursion, use save-selected-window instead.
4749         Select folder buffer window if exists.
4750         (To correct behavior with wl-folder-move-cur-folder.)
4751
4752 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4753
4754         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4755
4756 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4757
4758         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4759         list-count instead of %d.
4760
4761 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4762
4763         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4764         (wl-news): Set it.
4765         (wl-news-append-to-folder): Use it.
4766
4767         * wl-news.el.in (wl-news-send-news): Append to specified folder
4768         instead of wl-default-folder.
4769         (wl-news-append-to-folder): Show error message with specified folder.
4770
4771         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4772                 In most major modes, Emacs assumes that any opening
4773                 delimiter found at the left margin is the start of a
4774                 top-level definition, or defun. Therefore, *never put an
4775                 opening delimiter at the left margin unless it should have
4776                 that significance.*
4777
4778         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4779
4780 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4781
4782         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4783
4784 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4785
4786         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4787
4788 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4789
4790         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4791         for sequential numbering case.
4792
4793 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4794
4795         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4796         value.
4797         (wl-draft-reply-without-argument-list): Ditto.
4798         (wl-draft-reply-myself-with-argument-list): Abolish.
4799         (wl-draft-reply-myself-without-argument-list): Ditto.
4800         * wl-draft.el (wl-draft-self-reply-p): New function.
4801         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4802
4803 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4806         (avoid error for the case without byte-compiling)
4807
4808 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4809
4810         * wl-news.el.in (wl-news-append-to-folder): New function.
4811         (wl-news-exit): Rewrite.
4812         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4813
4814 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4815
4816         * wl-draft.el (wl-draft-reply-position): New function.
4817         (wl-draft-reply-position): Fix.
4818         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4819         (wl-summary-target-mark-reply-with-citation): Ditto.
4820         (wl-summary-reply-with-citation): Ditto.
4821         * wl-vars.el (wl-draft-reply-default-position): New variable.
4822
4823 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4824
4825         * wl-draft.el (wl-draft-send): Preview when interactive send.
4826
4827 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4828
4829         * wl-draft.el (wl-draft-reply): Set default position.
4830         * wl-summary.el (wl-summary-reply): Ditto.
4831         (wl-summary-reply-with-citation): Ditto.
4832         (wl-summary-target-mark-reply-with-citation): Ditto.
4833
4834 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-news.el.in (wl-news-lang): Set default value according to
4837         current-language-environment.
4838         (wl-news-append-news): Do nothing when news-list is nil.
4839
4840 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4841
4842         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4843         (wl-news): Change message.
4844         (wl-news-exit): Check buffer.
4845         (wl-news-force-exit): New function.
4846         (wl-news-show-all): New function.
4847         (wl-news-discard-and-exit): Fix.
4848
4849 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4852         according to current-language-environment.
4853
4854         * wl-news.el.in (wl-news): If arg, show all NEWS after
4855         wl-news-default-previous-version.
4856
4857 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-news.el.in (wl-news-check): Rewritten.
4860         (wl-news-previous-version-load): Change data type.
4861         (wl-news-previous-version-save): Change data type.
4862         (wl-news-append-news): Add return value.
4863         (wl-news-check-news): New function.
4864         (wl-news-already-current-p): New function.
4865         (wl-news-send-news): Rewritten.
4866         (wl-news-mode-map): Add new keybind.
4867         (wl-news): Rewritten.
4868         (wl-news-exit): Rewritten.
4869         (wl-news-discard-and-mail): New function.
4870         (wl-news-send-to-address): Abolished.
4871         * wl.el (wl-init): Delete a message.
4872
4873 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4874
4875         * wl-news.el.in (wl-news-exit): Update previous version.
4876         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4877
4878 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4881
4882 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4883
4884         * wl-news.el.in (wl-news): New function.
4885         (wl-news-mode): New function.
4886         (wl-news-next-line): New function.
4887         (wl-news-next-page): New function.
4888         (wl-news-exit): New function.
4889         (wl-news-buf-name): New variable.
4890         (wl-news-mode-map): New variable.
4891         (wl-news-winconf): New variable.
4892         (wl-news-append-news): Add an option.
4893
4894 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4897
4898 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-news.el.in (wl-news-send-to-address): New variable.
4901         (wl-news-send-news): Use it.
4902         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4903         Return updating status.
4904         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4905
4906 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-news.el.in (wl-news-send-news): Delete
4909         Organization and X-Face.
4910
4911 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4914         (wl-news-append-news): New function.
4915         (wl-news-send-news): New function.
4916
4917 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4918
4919         * Version number is increased to 2.11.1.
4920
4921 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4922
4923         * wl-news.el.in : New file.
4924
4925 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4928         default value.
4929         (wl-draft-reply-without-argument-list): Ditto.
4930
4931 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4932
4933         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4934         (wl-message-buffer-prefetch-idle-time): Ditto.
4935         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4936
4937 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-thread.el (wl-thread-insert-message): Use
4940         wl-summary-max-thread-depth.
4941
4942         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4943         loop detection.
4944
4945         * wl-message.el (wl-message-buffer-display): Back to the first page
4946         when cache is hit.
4947
4948 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4949
4950         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4951
4952         * wl-summary.el (wl-summary-insert-thread-entity):
4953         If the thread depth is reached to wl-summary-max-thread-depth,
4954         divide the thread.
4955
4956 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4957
4958         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4959         for elmo-remove-passwd.
4960
4961 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4964         folder is sticky.
4965         (wl-folder-mark-as-read-all-entity): Ditto.
4966         (wl-folder-prefetch-entity): Ditto.
4967
4968 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4969
4970         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4971
4972 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4975         Delete messages on buffer for unplugged operation.
4976         (wl-summary-erase): Ditto.
4977
4978 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4981         take nil so as not to search parent by subject.
4982
4983 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4986         (wl-folder-get-next-folder): Ditto.
4987         (wl-folder-get-path): Ditto.
4988
4989 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4990
4991         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4992         system and encode the region with it before verifying.
4993
4994 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4995
4996         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4997         system of the echo buffer before decoding.
4998
4999 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5002         original contents.
5003
5004 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5007         with argument 'any-exists.
5008
5009 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5012         Use `wl-cs-autoconv'.
5013
5014 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5017         by `mime-view-automatic-conversion'.
5018
5019         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5020         (wl-message-verify-pgp-nonmime): Ditto.
5021         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5022         Bind them to C-c:d and C-c:v respectively.
5023
5024         Merge following code by Teranishi-san from [wl-en:00167].
5025         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5026         (wl-mime-preview-application/pgp-encrypted): Ditto.
5027         (wl-mime-setup): Add entry.
5028
5029 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5030
5031         * wl-summary.el (wl-summary-target-mark-erase): New function.
5032         Bind it to "mD".
5033
5034 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-vars.el (wl-draft-write-file-function): Fix.
5037         (wl-draft-reedit-hook): Changed default value.
5038
5039         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5040         wl-draft-reedit-hook.
5041         (wl-draft-remove-text-plain-tag): New function.
5042         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5043
5044         * wl-vars.el (wl-draft-write-file-function): New user option.
5045
5046         * wl-draft.el (wl-draft-prepare-edit): Use it for
5047         local-write-file-hooks.
5048         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5049
5050         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5051         (wl-draft-insert-mail-header-separator): Return the body beginning
5052         point.
5053         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5054         text/plain.
5055         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5056
5057 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-summary.el (wl-summary-erase): New function to erase message
5060         without moving it to trash. Bind to "D".
5061
5062         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5063         as `keep' unless switch-function.
5064
5065 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5068         message buffer by using `wl-summary-toggle-disp-msg'.
5069         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5070         buffer window.
5071         (wl-summary-supresedes-message): Ditto.
5072
5073         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5074         Do not delete other windows.
5075         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5076         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5077         (wl-draft-create-buffer): Set reply-or-forward also for target
5078         mark commands.
5079
5080 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl-draft.el (wl-user-agent-compose): Delete special case for
5083         switch-to-buffer-other-window.
5084
5085         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5086         (wl-summary-forward): Ditto.
5087
5088         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5089         function.
5090         (wl-draft-buffer-style): New use option.
5091
5092         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5093         (wl-draft): Follow the change above.
5094         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5095         wl-draft-buffer-style.
5096         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5097         switch-function.
5098
5099 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5100
5101         * wl-address.el (wl-address-make-completion-entry): Extracted from
5102         `wl-address-make-completion-list'.
5103         (wl-address-enable-strict-loading): New variable.
5104         (wl-address-make-completion-list): Revive petname duplication
5105         inquiry, and enable it if `wl-address-enable-strict-loading'.
5106         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5107
5108 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5109
5110         * wl-message.el (wl-message-get-original-buffer): Avoid
5111         'Selecting deleted buffer' error when original buffer is killed.
5112
5113 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * wl-summary.el (wl-summary-next-message): Use
5116         elmo-message-accessible-p instead of elmo-message-cached-p.
5117
5118 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5121
5122         * wl-thread.el (wl-thread-open-all-unread): Use
5123         elmo-folder-list-flagged instead of
5124         elmo-folder-list-messages-mark-match.
5125
5126         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5127         instead of elmo-folder-list-messages-mark-match.
5128         (wl-summary-move-spec-alist): New variable.
5129         (wl-summary-move-spec-plugged-alist,
5130         wl-summary-move-spec-unplugged-alist): Abolish.
5131         (wl-summary-next-message): Follow the change above.
5132         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5133         with 'no-msg' argument.
5134
5135         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5136         variable.
5137         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5138         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5139         (wl-message-buffer-prefetch-get-next): Follow the change above.
5140
5141 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-version.el (wl-version): Changed codename.
5144
5145         * Version number is increased to 2.11.0.
5146
5147 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5148
5149         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5150         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5151         `wl-draft-config-variables'.
5152         (wl-draft-kill): Fixed problem when the draft is reedit.
5153
5154 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5155
5156         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5157         buffer-modified status (Thanks to
5158         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5159
5160 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-util.el (wl-region-exists-p): New function.
5163
5164         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5165         Remove defvars for byte-compile warnings.
5166
5167 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5168
5169         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5170         defvar-maybe. Removed unused bind.
5171
5172 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5175         summary buffer window before creating new frame.
5176         (wl-draft-reply): Ditto.
5177
5178 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5181
5182 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5183
5184         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5185
5186 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5187
5188         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5189         instead of `kill-region'.
5190
5191 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5194         (wl-highlight-summary-line-string): Use it.
5195         (wl-highlight-summary-current-line): Ditto.
5196
5197         * wl-mime.el (wl-message-delete-current-part): Check the class of
5198         mime-entity.
5199
5200         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5201
5202         * wl-summary.el (wl-summary-make-number-list): Initialize.
5203         (wl-summary-update-mark): New function.
5204         (wl-summary-reply): Put `answered' mark on the message.
5205         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5206
5207         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5208         (wl-draft-reply): Added optional argument `number';
5209         Set wl-draft-parent-number.
5210         (wl-draft-kill): Delete answered mark if it is a reply.
5211
5212 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5215         that originates in mime-preview-follow-current-entity.
5216         (wl-draft-yank-current-message-entity): Use it if region is active.
5217
5218         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5219         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5220         `wl-message-delete-current-part'.
5221         * wl-mule.el (wl-message-define-keymap): Ditto.
5222         * wl-xmas.el (wl-message-define-keymap): Ditto.
5223
5224 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-mime.el (wl-message-delete-current-part): New function.
5227         (wl-mime-node-id-to-string): Ditto.
5228
5229         * wl-mime.el (wl-message-delete-current-part): Use existing
5230         original buffer which corresponds current mime-view buffer.
5231         (fetched buffer might have different structure, possibly)
5232
5233         * wl-mime.el (wl-message-delete-current-part): Quit if the
5234         message content differs from the actual message.
5235
5236 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5239         order.
5240         (wl-summary-search-by-subject): Search parent message from tail;
5241         Check the existence of the parent message on the current thread tree.
5242         (wl-summary-update-thread): Check whether the line is inserted.
5243
5244 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5245
5246         * wl-vars.el (wl-summary-line-format): Undo last change.
5247         * wl-summary.el (wl-summary-print-destination): Do not put
5248         invisible property when `wl-summary-width' is nil.
5249         (wl-summary-line-subject-minimum-length): Abolished.
5250         (wl-summary-line-subject): Ditto.
5251
5252 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5253
5254         * wl-vars.el (wl-summary-line-format): Change default value.
5255         (wl-summary-subject-length-limit): Abolished.
5256         * wl-summary.el (wl-summary-line-subject): Ditto.
5257
5258 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5259
5260         * wl-template.el (wl-template-select): Added optional argument.
5261         If optional argument is specified, reverse
5262         `wl-template-visible-select'.
5263
5264 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5265
5266         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5267         Take prefix argument to force asking the destination folder.
5268
5269 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5270
5271         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5272         count and update status.
5273
5274 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-summary.el (wl-summary-redisplay-internal): If
5277         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5278         after fetching.
5279
5280 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5281
5282         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5283         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5284
5285         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5286
5287 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5290         (All other related portions are changed).
5291         (wl-summary-mark-as-read-all): Rewrite.
5292
5293 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5296         `wl-summary-mark-as-read'.
5297         (wl-summary-mark-as-unread): Rewrite.
5298         (wl-summary-mark-as-read): Added no-modeline argument.
5299         (wl-summary-resume-cache-status): Rewrite.
5300         (wl-summary-exec-subr): Remove unused local variable.
5301
5302 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5303
5304         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5305         logic to call `wl-summary-buffer-prev-folder-function'.
5306         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5307
5308 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5311         is nil.
5312
5313 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5314
5315         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5316         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5317         (wl-mime-setup): Add its entry.
5318
5319 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5322         (wl-summary-delete-cache): Likewise.
5323         (wl-summary-mark-as-read): Rewrite.
5324
5325 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5328         `wl-summary-count-unread'.
5329
5330         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5331
5332         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5333
5334 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5337         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5338         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5339         Renamed to the elmo-msgdb-*-mark.
5340         (wl-summary-score-marks): Follow the change above.
5341         (wl-summary-auto-refile-skip-marks): Ditto.
5342         (wl-summary-incorporate-marks): Ditto.
5343         (wl-summary-expire-reserve-marks): Ditto.
5344
5345         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5346         changes.
5347         (wl-thread-insert-top): Changed updating message.
5348
5349         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5350         variable.
5351         (wl-summary-count-unread): Count answered marks.
5352         (wl-summary-rescan): Call wl-summary-insert-message instead of
5353         wl-summary-append-message-func-internal.
5354         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5355         (wl-summary-prefetch-msg): Follow the variable name changes.
5356         (wl-summary-prefetch-region): Ditto.
5357         (wl-summary-mark-as-read-all): Follow the API changes;
5358         Don't call elmo-folder-replace-marks.
5359         (wl-summary-delete-cache): Follow the variable name changes.
5360         (wl-summary-resume-cache-status): Ditto.
5361         (wl-summary-update-status-marks): New function.
5362         (wl-summary-insert-message): New function.
5363         (wl-summary-sync-marks): Follow the variable name changes.
5364         (wl-summary-sync-update): Synchronize to the msgdb, too;
5365         Changed update messages.
5366         (wl-summary-make-number-list): Rewrite.
5367         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5368         (wl-summary-mark-as-unread): Follow the API changes.
5369         (wl-summary-exec-subr): Follow the variable name changes.
5370         (wl-summary-mark-as-read): Ditto.
5371         (wl-summary-move-spec-plugged-alist): Ditto.
5372         (wl-summary-move-spec-unplugged-alist): Ditto.
5373         (wl-summary-cursor-move-surface): Ditto.
5374
5375         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5376         variable name changes.
5377         (wl-highlight-summary-current-line): Ditto.
5378
5379         * wl-expire.el (wl-expire-refile): Follow the API change in
5380         elmo-folder-move-messages.
5381         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5382         (wl-summary-archive): Use elmo-folder-msgdb instead of
5383         elmo-msgdb-load.
5384
5385 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5386
5387         * wl-mime.el (wl-draft-preview-message): Restore the position
5388         before evaluating wl-draft-send-hook in preview buffer.
5389
5390 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5391
5392         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5393         when it creates new draft buffer.
5394
5395         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5396         without argument.
5397
5398         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5399         Evaluate content and if the value is string, insert it.
5400         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5401         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5402         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5403         wl-draft-config-sub-part-bottom): Use it.
5404
5405         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5406         with the folder name. The question was unintelligible when it is
5407         called from wl-save-status.
5408
5409 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5412         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5413         cannot take second argument).
5414
5415 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5416
5417         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5418         as t. Since type and subtype are not case sensitive (RFC 2045).
5419
5420 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-vars.el (wl-message-mode-line-format): New variable.
5423         (wl-message-mode-line-format-spec-alist): Ditto.
5424         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5425         (wl-message-redisplay): Use wl-message-mode-line-format.
5426
5427 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5430
5431 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-summary.el (wl-summary-default-from): Write description.
5434
5435 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-vars.el (wl-ldap-objectclass): Abolish.
5438
5439         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5440         (wl-ldap-make-filter): Removed condition for objectclass.
5441         (wl-ldap-make-matched-value-list): Remove meaningless process.
5442         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5443         (wl-address-ldap-search): Don't add `*' to `pat' string;
5444         use ignore-errors; added `email';
5445         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5446         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5447         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5448
5449
5450 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5451
5452         * wl-draft.el (wl-draft-parent-folder): Write description.
5453         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5454
5455 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5458         as "" (zero-length string) if no parent.
5459         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5460
5461 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-address.el (wl-address-make-completion-list): Skip duplication
5464         checking.
5465         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5466         `append'.
5467
5468 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5469
5470         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5471         instead of `beginning-of-buffer'.
5472
5473 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5476
5477 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5480         Refer wl-message-buffer-name.
5481         (wl-message-wheel-down): Ditto.
5482
5483 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-vars.el (wl-message-buffer-name): New user option.
5486
5487         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5488         directly instead of making alist dinamically.
5489
5490         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5491         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5492         wl-message-buffer-cache-name.
5493         (wl-message-buffer-cache-clean-up): Ditto.
5494
5495         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5496
5497         * Version number is increased to 2.9.15.
5498
5499 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-vars.el (wl-summary-default-view-alist): New user option.
5502
5503         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5504
5505         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5506         while deleting address.
5507         (wl-draft-delete-myself-from-cc): Ditto.
5508
5509         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5510         If optional argument is specified, reverse sort order.
5511
5512         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5513
5514 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * wl-thread.el (wl-thread-insert-message): Return parent number if
5517         exists.
5518         (wl-thread-update-indent-string-region): Use
5519         wl-thread-update-line-on-buffer-sub instead of
5520         wl-thread-update-line-on-buffer.
5521
5522 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5523
5524         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5525         (wl-folder-close-all): Ditto.
5526
5527 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5528
5529         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5530         and mailing-list:.
5531         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5532         value.
5533         (wl-summary-line-list-info): Print mailing-list name even when 
5534         list-number is empty.
5535
5536 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5537
5538         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5539
5540         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5541         (wl-draft-open-file): Ditto.
5542         (wl-draft-random-alphabet): Ditto.
5543
5544         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5545         bindings.
5546
5547 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5550         * wl-vars.el (wl-draft-config-alist): Ditto.
5551
5552 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * Version number is increased to 2.9.14.
5555
5556         * wl.el (wl): Don't set wl-init as nil when error occured while
5557         auto-checking folders.
5558
5559         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5560         `elmo-expand-newtext'.
5561
5562 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5563
5564         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5565         `this-command' so that `wl-folder-goto-folder' contained in
5566         `wl-summary-keep-cursor-command' work.
5567
5568 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5571         message buffer displaying state.
5572
5573 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5574
5575         * wl-vars.el (wl-summary-default-view): New variable to specify
5576         default value for `wl-summary-buffer-view' instead of using
5577         set-default.
5578         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5579
5580 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5581
5582         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5583
5584         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5585
5586 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5587
5588         * wl-vars.el (wl-forward-subject-prefix): New variable.
5589         * wl-draft.el (wl-draft-forward): Use it.
5590
5591 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5592
5593         * wl-message.el (wl-message-prev-page): When it is called without
5594         lines argument, scroll down by wl-message-scroll-amount lines.
5595         (wl-message-next-page): Ditto.
5596         * wl-vars.el (wl-message-scroll-amount): Change default value
5597         to preserve current behavior.
5598
5599 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5600
5601         * wl-summary.el (wl-summary-prefetch-msg): Bind
5602         `wl-message-entity' to call `wl-summary-from-function'.
5603
5604 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5605
5606         * wl-message.el (wl-message-buffer-create): Run
5607         wl-message-buffer-created-hook.
5608
5609 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5610
5611         * wl-summary.el (wl-summary-sort-specs): New variable.
5612         (wl-summary-default-sort-spec): Ditto.
5613         (wl-summary-sort): Rewrite.
5614         (wl-summary-sort-by-list-info): New function.
5615
5616 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5617
5618         * wl-summary.el (wl-summary-get-list-info): New function.
5619         (wl-summary-sort): Rewrite.
5620         (wl-summary-line-list-info): Ditto.
5621         (wl-summary-line-list-count): Ditto.
5622         (wl-summary-refile-region): Fixed docstring.
5623
5624 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5627         `wl-folder-entity-hashtb' as completion table.
5628
5629 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5632         only when this command is called interactively; silence the byte-
5633         compiler.
5634
5635 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5636
5637         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5638         active in XEmacs.
5639
5640 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5641
5642         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5643         plural lines.
5644
5645 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5646
5647         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5648         of current line when the cursor is on the header name.
5649         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5650
5651 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5652
5653         * wl-util.el (wl-read-directory-name): Return displayed directory
5654         as the default value also on XEmacs.
5655
5656 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5659         formatting.
5660
5661 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5664         argument and when it is non-nil, check face property before
5665         highlighting for each line.
5666         (wl-highlight-summary-window): Set it.
5667
5668 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5671         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5672
5673         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5674         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5675         (wl-draft-get-fcc-list): Likewise.
5676
5677 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5680         (wl-thread-entity-cur): Ditto.
5681         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5682         wl-thread-indent-regexp setting.
5683         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5684
5685         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5686         wl-summary-lazy-highlight.
5687         (wl-summary-display-bottom): Ditto.
5688
5689         * wl-thread.el (wl-thread-open-close): Likewise.
5690
5691         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5692         from and subject;
5693         Bind wl-draft-use-frame;
5694         Enclose with save-window-excursion;
5695         Use wl-draft-create-buffer instead of with-temp-buffer;
5696         Use wl-draft-prepare-edit;
5697         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5698         Use wl-draft-send instead of wl-draft-raw-send.
5699
5700 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5703         of using wl-from.
5704
5705 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5708         insert-buffer instead of clone-buffer.
5709         (wl-draft-doing-mime-bcc): New variable.
5710         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5711         infinite loop.
5712         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5713
5714         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5715         (wl-draft-mime-bcc-body): Ditto.
5716
5717         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5718         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5719         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5720         wl-draft-do-mime-bcc.
5721         (wl-draft-mime-bcc-field): New function.
5722         (wl-draft-do-mime-bcc): Ditto.
5723
5724         * wl-address.el (wl-address-complete-header-list): New variable.
5725         (wl-address-complete-header-regexp): Changed default value.
5726
5727         * Version number is increased to 2.9.13.
5728
5729 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5732         it is differed.
5733
5734 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5735
5736         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5737         (wl-summary-line-list-count): Ditto.
5738
5739 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5740
5741         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5742         (wl-nntp-posting-function): New variable.
5743         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5744         `wl-nntp-posting-config-alist'.
5745
5746 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5749         FLIM.
5750
5751 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5752
5753         * wl-summary.el (wl-summary-target-mark-refile-sub):
5754         Remove a nuisance funcall.
5755
5756 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5759         as t for `try-completion'.
5760
5761 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-default-from): Use
5764         wl-address-header-extract-address instead of
5765         std11-extract-address-components.
5766         (wl-summary-simple-from): Ditto.
5767         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5768         (wl-summary-insert-headers): Show message.
5769         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5770         for whole line.
5771         (wl-summary-default-from): Revert last change.
5772         (wl-summary-simple-from): Ditto.
5773         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5774         (wl-summary-mark-as-read-region): Follow the change above.
5775         (wl-summary-sync-marks): Ditto.
5776         (wl-summary-target-mark-mark-as-read): Ditto.
5777         (wl-summary-redisplay-internal): Ditto.
5778         (wl-summary-redisplay-no-mime-internal): Ditto.
5779         (wl-summary-redisplay-all-header): Ditto.
5780         (wl-summary-mark-as-read): Removed argument `cached';
5781         Use current cache status to set cache mark.
5782         (wl-summary-redisplay-internal): Follow the change above.
5783         (wl-summary-redisplay-no-mime-internal): Ditto.
5784         (wl-summary-redisplay-all-header): Ditto.
5785
5786         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5787
5788         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5789         Don't call itself recursively (Adviced by Yamaoka-san).
5790
5791 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5792
5793         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5794         bind wl-summary-highlight as nil to avoid error caused by missing
5795         local variables.
5796
5797 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-vars.el (wl-invalid-character-message): New user option.
5800
5801         * wl-util.el (wl-set-string-width): If truncated string-width is
5802         larger than specified width, use `wl-invalid-character-message'.
5803
5804 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5805
5806         * wl-summary.el (wl-summary-prefetch-msg): 
5807         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5808
5809 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5810
5811         * wl-vars.el (wl-summary-check-line-format): New user option.
5812         (wl-summary-line-format-file): Ditto.
5813
5814         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5815         variable.
5816         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5817         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5818         and `wl-summary-view-old-p' to check whether do a rescan or not.
5819         (wl-summary-view-old-p): New function.
5820         (wl-summary-line-format-changed-p): Ditto.
5821         (wl-summary-line-format-save): Ditto.
5822         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5823
5824         * wl-util.el (wl-set-string-width): Avoid using negative number
5825         for make-string.
5826
5827 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5828
5829         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5830         return value.
5831
5832         * wl-util.el (wl-set-string-width): Added optional argument
5833         `padding' (All other related portions are changed).
5834         (wl-line-parse-format): If the first letter of column number is
5835         `0', zero-padding the result (ex: "%05l").
5836
5837         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5838
5839 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5842         sequential summary view.
5843
5844 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5847         if it doesn't have a -unix version.
5848
5849 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5850
5851         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5852
5853 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5854
5855         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5856         content.
5857         (wl-draft): Follow the change above.
5858
5859         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5860
5861         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5862         and wl-folder-summary-line-format-alist contain %T and %P.
5863
5864         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5865         (wl-summary-mode-line-format): New user option.
5866         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5867         (wl-summary-line-format): Changed default value.
5868         (wl-summary-lazy-highlight): Changed default value.
5869
5870         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5871         change in wl-summary-create-line.
5872         (wl-thread-insert-entity-sub): Ditto.
5873
5874         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5875         (wl-summary-buffer-unread-status): Ditto.
5876         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5877         (wl-summary-buffer-persistent-mark-column): Ditto.
5878         (wl-summary-buffer-mode-line-formatter): Ditto.
5879         (wl-summary-buffer-mode-line): Ditto.
5880         (wl-summary-message-regexp): Abolished.
5881         (All other related portions are changed.)
5882         (wl-summary-detect-mark-position): New function.
5883         (wl-summary-buffer-set-folder): Setup
5884         wl-summary-buffer-mode-line-formatter.
5885         (wl-summary-mode): Setup selective-display;
5886         Setup pre-idle-hook when xemacs.
5887         (wl-summary-update-modeline): Rewrite.
5888         (wl-summary-jump-to-msg): Define as function;
5889         Changed regexp for searching messages.
5890         (wl-summary-message-number): Rewrite.
5891         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5892         Do rescan when old type summary cache.
5893         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5894         (wl-summary-remove-destination): Use '\r' to detect EOL.
5895         (wl-summary-print-destination): Ditto.
5896         (wl-summary-temp-mark): New inline function.
5897         (wl-summary-persistent-mark): Ditto.
5898         (wl-summary-line-number): New function.
5899         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5900         (wl-summary-line-list-count): New function.
5901         (wl-summary-create-line): Added argument persistent-mark.
5902         (All other related portions are changed)
5903         (wl-summary-create-line): Insert '\r'.
5904         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5905         (wl-summary-cursor-move-surface): New inline function.
5906         (wl-summary-prev): Use it.
5907         (wl-summary-next): Ditto.
5908
5909         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5910         wl-summary-message-regexp.
5911         (wl-highlight-summary): Delete progress message.
5912         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5913
5914         * Version number is increased to 2.9.12.
5915
5916 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5917
5918         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5919         variable (nil: no minimum).
5920         (wl-summary-line-subject): Add some spaces after subject by
5921         wl-summary-line-subject-minimum-length.
5922
5923 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5924
5925         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5926         and removed `F'.
5927         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5928         change above).
5929
5930 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5931
5932         * wl-summary.el (wl-summary-line-list-count): Reverted.
5933         (example setting in samples/*/dot.wl is also updated)
5934
5935 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5938
5939         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5940
5941         * wl-vars.el (wl-summary-line-format): Addes some description to the
5942         docstring.
5943
5944         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5945         (wl-summary-line-close-bracket): Ditto.
5946         (wl-summary-line-children-number): Ditto.
5947         (wl-summary-line-thread-indent): Ditto.
5948         (wl-summary-line-children-and-from): Ditto.
5949
5950         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5951         't', 'c', 'F' and added 'C'.
5952
5953         * wl-util.el (wl-set-string-width): Accept negative value.
5954         (wl-line-parse-format): Added "%number(" and "%)".
5955
5956 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5957
5958         * wl-summary.el (wl-summary-line-list-count): Change format of the
5959         return value.
5960
5961 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5962
5963         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5964         from the recent message.el.
5965         (wl-draft-point-in-header-p): Ditto.
5966         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5967         wl-draft-beginning-of-line.
5968         * wl-e21.el (wl-draft-mode-map): Ditto.
5969         * wl-xmas.el (wl-draft-mode-map): Ditto.
5970
5971         * wl-folder.el: Sort macrodefs by dependencies.
5972
5973 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5974
5975         * wl-summary.el (wl-summary-prev): Fixed regexp.
5976         (wl-summary-next): Ditto.
5977
5978 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5979
5980         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5981
5982 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5983
5984         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5985         for backward compatibility.
5986
5987 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5988
5989         * wl-summary.el (wl-summary-line-list-count): New function, merged
5990         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5991         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5992         list counts.
5993
5994 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-summary.el (wl-summary-create-line): Ignore errors while
5997         timezone-fix-time.
5998
5999         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6000
6001         * wl-summary.el (wl-summary-sync-update): Ditto.
6002         (wl-summary-default-from): Use wl-message-entity
6003         instead of entity.
6004
6005         * wl-summary.el (wl-summary-create-line): Fix.
6006
6007         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6008         (wl-summary-line-format): New user option.
6009         (wl-folder-summary-line-format-alist): Ditto.
6010         (wl-summary-from-width): Abolished.
6011
6012         * wl-util.el (toplevel): Require 'bytecomp.
6013         (wl-line-parse-format): New function.
6014         (wl-line-formatter-setup): New macro.
6015
6016         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6017         (wl-summary-buffer-line-formatter): New buffer local variable.
6018         (wl-summary-switch-to-clone-buffer): Follow the change above.
6019         (wl-summary-message-regexp): Fix.
6020         (wl-summary-from-func-internal): Abolished.
6021         (wl-summary-subject-func-internal): Ditto.
6022         (wl-summary-subject-filter-func-internal): Ditto.
6023         (All other related portions are changed.)
6024         (wl-summary-buffer-set-folder):
6025         Set up wl-summary-buffer-number-column and 
6026         wl-summary-buffer-line-formatter
6027         (All other related portions are changed.)
6028         (wl-summary-buffer-number-column-detect): Abolished.
6029         (All other related portions are changed.)
6030         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6031         (wl-summary-delete-all-temp-marks-on-buffer): Use
6032         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6033         (wl-summary-target-mark-delete): Ditto.
6034         (wl-summary-target-mark-refile-subr): Ditto.
6035         (wl-summary-target-mark-mark-as-read): Ditto.
6036         (wl-summary-target-mark-mark-as-unread): Ditto.
6037         (wl-summary-target-mark-mark-as-important): Ditto.
6038         (wl-summary-target-mark-save): Ditto.
6039         (wl-summary-replace-status-marks): Renamed from
6040         wl-summary-set-status-marks-on-buffer;
6041         Use wl-summary-message-regexp instead of
6042         wl-summary-buffer-number-regexp.
6043         (wl-summary-sync-update): Follow the change above.
6044         (wl-summary-goto-previous-message-beginning): New function.
6045         (wl-summary-mark-as-unread): Use it.
6046         (wl-summary-mark-as-important): Ditto.
6047         (wl-summary-line-formatter): New variable.
6048         (wl-summary-line-year): New function.
6049         (wl-summary-line-day): Ditto.
6050         (wl-summary-line-day-of-week): Ditto.
6051         (wl-summary-line-hour): Ditto.
6052         (wl-summary-line-minute): Ditto.
6053         (wl-summary-line-open-bracket): Ditto.
6054         (wl-summary-line-close-bracket): Ditto.
6055         (wl-summary-line-children-number): Ditto.
6056         (wl-summary-line-thread-indent): Ditto.
6057         (wl-summary-line-size): Ditto.
6058         (wl-summary-line-subject): Ditto.
6059         (wl-summary-line-from): Ditto.
6060         (wl-summary-line-children-and-from): Ditto.
6061         (wl-summary-create-line): Rewritten.
6062         (wl-summary-format-date): Abolished.
6063
6064         * wl-highlight.el (wl-highlight-summary-current-line): Use
6065         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6066         Use thread structure to detect thread top message.
6067
6068         * wl-draft.el (wl-default-draft-cite): Don't use
6069         wl-summary-from-func-internal.
6070
6071         * wl-refile.el (wl-refile-subject-learn): Don't use
6072         wl-summary-subject-filter-func-internal.
6073         (wl-refile-guess-by-subject): Ditto.
6074
6075         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6076         parameters.
6077
6078         * wl-thread.el (wl-thread-update-indent-string-region):
6079         Use wl-thread-update-line-on-buffer instead of
6080         wl-thread-update-indent-string.
6081         (wl-thread-update-children-number): Redefine using
6082         wl-thread-update-line-on-buffer.
6083         (wl-thread-update-indent-string): Abolished.
6084
6085         * Version number is increased to 2.9.11.
6086
6087 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6090         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6091         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6092
6093         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6094         as nil.
6095
6096         * wl-thread.el (wl-thread-open-all-unread): Use 
6097         elmo-folder-list-messages-mark-match.
6098         (wl-thread-insert-message): Removed argument `mark-alist'.
6099         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6100         elmo-msgdb-set-mark.
6101         (wl-thread-get-children-msgs-uncached): Likewise.
6102         (wl-thread-get-exist-children): Added argument include-self.
6103         (wl-thread-delete-message): Follow the change above.
6104
6105         * wl-summary.el (wl-summary-count-unread): Removed argument.
6106         (wl-summary-rescan): Follow the change above.
6107         (wl-summary-mark-as-read-region): Ditto
6108         (wl-summary-mark-as-unread-region): Ditto.
6109         (wl-summary-delete-messages-on-buffer): Ditto.
6110         (wl-summary-sync-update): Ditto.
6111         (wl-summary-switch-to-clone-buffer): Ditto.
6112         (wl-summary-goto-folder-subr): Ditto.
6113         (wl-summary-target-mark-mark-as-read): Ditto.
6114         (wl-summary-target-mark-mark-as-unread): Ditto.
6115         (wl-summary-target-mark-mark-as-important): Ditto.
6116         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6117         (wl-summary-update-thread): Removed argument `mark-alist'.
6118         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6119         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6120         (wl-summary-resume-cache-status): Likewise.
6121         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6122         elmo-msgdb-set-mark.
6123         (wl-summary-mark-as-read-all): Likewise.
6124         (wl-summary-delete-cache): Ditto.
6125         (wl-summary-auto-select-msg-p): Ditto.
6126         (wl-summary-mark-as-unread): Ditto.
6127         (wl-summary-no-auto-refile-message-p): Ditto.
6128         (wl-summary-mark-as-read): Ditto.
6129         (wl-summary-mark-as-important): Ditto.
6130         (wl-summary-auto-refile): Follow the change above.
6131         (wl-summary-delete-all-marks): Removed.
6132         (wl-summary-resume-marks-and-highlight): Ditto.
6133         (wl-summary-resume-marks): Ditto.
6134         (wl-summary-delete-important-msgs-from-list): Ditto.
6135         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6136
6137         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6138         wl-summary-count-unread.
6139
6140         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6141         (wl-summary-score-update-all-lines): Use
6142         elmo-msgdb-set-mark.
6143
6144 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6145
6146         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6147         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6148         (wl-summary-create-line): Renamed from
6149         wl-summary-overview-create-summary-line;
6150         Argument rearrangement.
6151         (wl-summary-update-thread): Follow the change above.
6152
6153         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6154         (wl-thread-insert-entity-sub): Likewise.
6155
6156         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6157         argument `overview', `mark-alist' and added `msgdb'.
6158
6159         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6160
6161         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6162         (wl-summary-rescan): Follow the change above.
6163         (wl-summary-sync-update): Ditto.
6164         (wl-summary-insert-thread-entity): Ditto;
6165         Don't use `let*' in every while loop;
6166         Detect infinite loop of threads.
6167         (wl-summary-update-thread): Removed argument `overview'.
6168
6169         * wl-thread.el (wl-thread-insert-message): Ditto.
6170
6171         * Version number is increased to 2.9.10.
6172
6173         * wl-message.el (wl-message-redisplay): Ignore errors while
6174         wl-message-redisplay-hook.
6175
6176 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6177
6178         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6179
6180 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6181
6182         * wl.el (wl): inhibit-quit while wl-folder.
6183
6184 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6187         while msgdb access.
6188
6189 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6190
6191         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6192         even if no folder is not created.
6193
6194 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6197
6198         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6199         implementation.
6200         (wl-summary-target-mark-thread): Ditto.
6201
6202         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6203
6204 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6205
6206         * wl-util.el (wl-display-bytes): Remove unused function.
6207
6208 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6209
6210         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6211         seems critical one (partially reverse the change in 2002/03/17).
6212
6213 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6214
6215         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6216         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6217
6218 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6219
6220         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6221         is not writable.
6222         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6223         plugged status instead of `'force' as 2nd argument.
6224
6225         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6226         is not creatable.
6227
6228         * Version number is increased to 2.9.9.
6229
6230 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6231
6232         * wl-summary.el (wl-summary-suspend): New function.
6233
6234 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl.el (wl): Do not check variables if check is nil.
6237         * wl-utils.el (wl-collect-draft): New function.
6238         * wl-folder.el (wl-folder-suspend): Put summary buffers
6239         and draft buffers at the end of buffer list.
6240         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6241
6242 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6243
6244         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6245         loop instead of recursive call.
6246
6247         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6248         2nd argument.
6249
6250 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-draft.el (wl-draft-create-contents): Don't take neither
6253         (function . args) nor (string . something) any more.
6254
6255         * wl-version.el (wl-generate-user-agent-string): Return string
6256         without header symbol.
6257         * wl-draft.el (wl-draft-default-headers): Use it.
6258
6259         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6260         `wl-draft-insert-ccs' and return field value instead of inserting
6261         the header. Abolish cc argument.
6262         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6263
6264         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6265         rather than one with string car.
6266
6267         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6268         * wl-draft.el (wl-draft-create-contents): Add it after the default
6269         headers.
6270
6271         * wl-draft.el (wl-draft-create-contents): For the case of
6272         (symbol-or-string . function) insert header only when the function
6273         returns string value.
6274
6275 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6276
6277         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6278         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6279
6280 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6281
6282         * wl.el (wl-check-environment): Don't check Message-ID when
6283         `wl-insert-message-id' is nil.
6284         Revive checking if `wl-message-id-domain' contains "@".
6285
6286 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6287
6288         * wl.el (wl-check-environment): Merge examination for "@" at
6289         inappropriate position into the first string-match.
6290
6291         * wl-summary.el (wl-summary-target-mark-print): New function.
6292         (wl-summary-pipe-message-subr): Extracted from
6293         `wl-summary-pipe-message'.
6294         (wl-summary-target-mark-pipe): New function.
6295         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6296         `wl-summary-target-mark-pipe'.
6297
6298 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6301
6302 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6303
6304         * wl.el (wl-check-environment): Use elmo-warning instead of
6305         error for non-critical ones.
6306         Remove trash folder check.
6307         (wl): Don't ignore error in wl-check-environment.
6308
6309         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6310         check, which is moved from `wl-check-environment'.
6311         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6312
6313 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6314
6315         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6316         guess anything, call wl-summary-write.
6317         (wl-summary-write): Create draft with blank To field.
6318         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6319
6320 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6321
6322         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6323         argument full as well for wl-folder-write-current-folder.
6324         If wl-*-write-current-folder cannot guess addressee, add blank
6325         To header.
6326         Rewrite condition for positioning cursor.
6327
6328 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6329
6330         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6331         summary buffer is present, use it.
6332         (wl-folder-jump-to-previous-summary): Ditto.
6333
6334 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6335
6336         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6337
6338         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6339         wl-summary-previous-buffer and wl-summary-next-buffer.
6340
6341         * wl-folder.el (wl-folder-mode-map): Bind
6342         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6343         (wl-folder-jump-to-next-summary): New function.
6344         (wl-folder-jump-to-previous-summary): Ditto.
6345
6346         * wl-draft.el (wl-draft): Rearranged.
6347
6348 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6349
6350         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6351         of header.
6352         (wl-draft): Collect arguments for the header as header-alist.
6353         (wl-draft-forward): Arrange arguments for wl-draft.
6354         (wl-draft-reply): Ditto.
6355         (wl-draft-edit-string): Ditto.
6356         * wl-summary.el (wl-summary-write): Ditto.
6357         (wl-summary-write-current-folder): Ditto.
6358
6359         * Version number is increased to 2.9.8.
6360
6361 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6362
6363         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6364
6365         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6366
6367         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6368         even if the guess failed.
6369
6370         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6371         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6372         wl-summary-write-current-folder.
6373         * wl-xmas.el: Ditto.
6374
6375 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * wl-summary.el (wl-summary-next-page): Force display message if
6378         message is not displayed yet.
6379         (wl-summary-prev-page): Ditto.
6380
6381 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6382
6383         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6384
6385 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6386
6387         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6388         add "Preview Message" and "Save Draft and Exit".
6389
6390 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6391
6392         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6393         if addrmgr is called from draft in splitted window.
6394
6395         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6396         * wl-mule.el: Ditto.
6397         * wl-xmas.el: Ditto.
6398
6399 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6400
6401         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6402
6403         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6404         * wl-xmas.el (wl-folder-toolbar): Ditto.
6405
6406 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6407
6408         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6409         and wl-draft-save-and-exit.
6410         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6411         * wl-xmas.el: Ditto.
6412         * wl-mule.el: Ditto.
6413
6414         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6415         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6416
6417 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6420         lists for saving buffer.
6421
6422 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6423
6424         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6425         parent-folder argument instead of it.
6426         (wl-draft-create-buffer): Ditto.
6427         (wl-draft-forward): Ditto.
6428         (wl-draft-reply): Ditto.
6429         * wl-summary.el (wl-summary-write): Ditto.
6430         (wl-summary-write-current-folder): Ditto.
6431
6432         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6433         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6434         Folder buffer after composing.
6435
6436 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6439         header if the file `wl-x-face-file' already contains it.
6440
6441 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6442
6443         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6444         folder" entry.
6445         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6446         * wl-e21.el (wl-folder-toolbar): Ditto.
6447         * wl-xmas.el (wl-folder-toolbar): Ditto.
6448
6449 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6450
6451         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6452         wl-folder-goto-folder with sticky argument.
6453         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6454
6455 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6458         and wl-summary-previous-buffer.
6459         (wl-summary-next-buffer): New function.
6460         (wl-summary-previous-buffer): Ditto.
6461
6462 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6463
6464         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6465         wl-folder-jump-to-current-entity-with-arg.
6466         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6467         `wl-folder-jump-to-current-entity'.
6468         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6469         `wl-summary-goto-folder-sticky'.
6470         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6471         `wl-summary-goto-folder'.
6472         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6473         Unless force-exit, do not clean temp. marks for sticky summary.
6474         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6475
6476 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6479         not entire.
6480
6481 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6482
6483         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6484         to `C-x C-s'.
6485         (wl-summary-save-status): New command.
6486         (wl-summary-exit): Don't clean-up temp marks when sticky.
6487         (Applied patch from Nakayama-san [wl: 09548])
6488         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6489         Do nothing when no mark data.
6490         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6491         Call `wl-summary-delete-all-temp-marks' before saving.
6492
6493 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6494
6495         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6496
6497 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6498
6499         * wl.el (wl-check-environment): Also cause error when (system-name)
6500         returns "localhost.localdomain". (Although it doesn't affect because
6501         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6502
6503 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6504
6505         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6506         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6507
6508         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6509         value.
6510
6511 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6512
6513         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6514         Likewise r-cc-list and r-ng-list.
6515
6516 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6519         only if it is bound as variable.
6520
6521         * wl-mime.el (wl-draft-preview-message): Ditto.
6522
6523 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6526         needless `goto-char'.
6527
6528         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6529         `wl-summary-redisplay-no-mime-internal' instead of
6530         `wl-summary-redisplay-no-mime'.
6531         (wl-summary-redisplay-no-mime): Changed argument;
6532         Call `wl-summary-redisplay-no-mime-internal'.
6533
6534         * wl-mime.el (wl-draft-preview-message): Bind
6535         `mime-header-encode-method-alist' locally.
6536
6537         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6538         (wl-draft-std11-parse-addresses): Added the first address check.
6539         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6540
6541         * Version number is increased to 2.9.7.
6542
6543 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6546
6547 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6548
6549         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6550         related to scrollbar support, if there is no such a feature
6551         compiled in.
6552
6553 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6554
6555         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6556         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6557         for prefetch.
6558
6559 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl-summary.el (wl-summary-pick): Fix for no match.
6562
6563 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-draft.el (wl-draft-save):
6566         Override `mime-header-encode-method-alist'.
6567
6568 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6569
6570         * wl-folder.el (wl-folder-pick): New function.
6571         Define key as "?".
6572
6573 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6576         Fix for unplugged.
6577
6578 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6579
6580         * wl-folder.el (wl-folder-virtual): New function.
6581         Define key as "V".
6582
6583 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6584
6585         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6586         multi folder if entity is group.
6587
6588 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6589
6590         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6591         is nil.
6592
6593 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6594
6595         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6596         (wl-summary-target-mark-msgs): Return the number of marked messages.
6597
6598 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6599
6600         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6601         "first:" is specified.
6602
6603 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6604
6605         * wl-vars.el (wl-from): Use return value of function
6606         user-full-name instead of the variable user-full-name since
6607         XEmacs-20.4 doesn't set this variable.
6608
6609 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6612         call `wl' directly.
6613
6614 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6615
6616         * wl-draft.el (wl-draft-reedit): Removed duplicated
6617         switch-to-buffers.
6618
6619 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * wl.el (wl-other-frame): Removed garbages.
6622
6623 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6624
6625         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6626
6627         * wl-xmas.el (wl-draft-key-setup): Ditto.
6628
6629         * wl-mule.el (wl-draft-key-setup): Ditto.
6630
6631         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6632         (wl-draft-reedit): Ditto.
6633         (wl-draft-prepare-edit): Add `wl-draft-save' to
6634         `local-write-file-hooks'.
6635         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6636         (wl-draft-reedit): Set buffer-file-name.
6637         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6638
6639
6640         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6641         call it.
6642         (wl-delete-startup-frame-function): New variable.
6643         (wl-other-frame): New function
6644         (Original was written by Yamaoka san [wl: 09239]).
6645
6646         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6647         if `wl-folder-use-frame'.
6648
6649 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6650
6651         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6652
6653 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6656         New variable.
6657         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6658         (wl-message-buffer-prefetch-get-next): Use them.
6659         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6660
6661 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6664         with unwind-protect.
6665
6666         * wl-draft.el (wl-draft-reedit): Rewrite.
6667         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6668         (wl-draft-save): Insert header separator if it does not exist;
6669         Removed condition-case.
6670
6671         * wl-summary.el (wl-summary-reedit): Revert last change.
6672
6673         * wl-draft.el (wl-draft-save): Rewrite.
6674         (wl-draft-create-buffer): Set buffer-file-name as nil.
6675
6676         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6677
6678         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6679
6680         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6681         nil.
6682
6683 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6686         If count is nil, do not prefetch.
6687         (wl-message-buffer-prefetch-next): Next.
6688
6689 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6690
6691         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6692
6693 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6696         `delete-backward-char'
6697         (wl-draft-prepare-edit): Check major-mode.
6698         (wl-draft-decode-header): Rewrite.
6699         (wl-draft): Fix.
6700
6701 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6702
6703         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6704
6705 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6706
6707         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6708         (wl-message-buffer-prefetch-get-next): Remove size checking.
6709         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6710
6711 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6712
6713         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6714         (wl-draft-default-headers): Fix.
6715
6716 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6717
6718         * wl-draft.el (wl-draft-default-headers): Insert return value of
6719         `wl-generate-mailer-string-function'.
6720
6721 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6724         (wl-draft-insert-mail-header-separator): Ditto.
6725
6726         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6727         again (Reverted the change on 2002-01-17 by OKADA san).
6728
6729 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl-draft.el (wl-draft): Rewrite.
6732         (wl-draft-create-buffer): New function.
6733         (wl-draft-create-contents): Ditto.
6734         (wl-draft-prepare-edit): Ditto.
6735         (wl-draft-decode-header): Ditto.
6736         (wl-draft-decode-body): Ditto.
6737         (wl-draft-check-new-line): Ditto.
6738         (wl-draft-default-headers): Ditto.
6739         (wl-draft-insert-mail-header-separator): Ditto.
6740
6741 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * Version number is increased to 2.9.6.
6744
6745 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-draft.el (wl-draft-delete-field): Optional argument.
6748         (wl-draft-delete-fields): Ditto.
6749
6750 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-message.el (toplevel): Eliminated byte-compile warning.
6753         for `itimer-function', `delete-timer' and `itimer-list'.
6754
6755 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6758         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6759         `wl-message-buffer-prefetch-threshold'.
6760         * wl-summary.el (wl-summary-redisplay-internal): Remove
6761         the check of `wl-message-buffer-prefetch-depth'.
6762
6763 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6766         size of article.
6767         (wl-message-buffer-prefetch-subr): Remove size check.
6768
6769 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6770
6771         * wl-vars.el (wl-plugged): Make customizable.
6772
6773 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6774
6775         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6776         (wl-message-buffer-prefetch-set-timer): New function.
6777         (wl-message-buffer-prefetch-get-next): New function.
6778         (wl-message-buffer-prefetch): New function.
6779         (wl-message-buffer-prefetch-next): Rewrite.
6780         (wl-message-buffer-prefetch-subr): Rewrite.
6781         * wl-vars.el (wl-auto-prefetch-first): New variable.
6782         * wl-summary.el (wl-summary-goto-folder-subr): Call
6783         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6784
6785 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6788         `wl-summary-unread-message-hook'.
6789
6790 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6793         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6794         if range is `cache-status'.
6795
6796 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6797
6798         * wl-message.el (wl-message-buffer-prefetch-subr):
6799         Improve debug message.
6800
6801 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6804         `wl-mail-send-pre-hook'.
6805         (wl-draft-send-mail-with-qmail): Ditto.
6806         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6807
6808 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-message.el (wl-message-buffer-prefetch-subr):
6811         Fix for cancel-function-timers bug.
6812         (wl-message-buffer-prefetch-debug): Default value is t.
6813
6814 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6815
6816         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6817         (wl-message-buffer-prefetch-subr): Rewrite.
6818         Rename from `wl-message-buffer-prefetch'.
6819
6820 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6821
6822         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6823         (wl-default-draft-cite-decorate-author): Ditto.
6824
6825         * wl-draft.el (wl-draft-cite-function): Removed.
6826         (wl-default-draft-cite-decorate-author): Ditto.
6827
6828 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6829
6830         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6831         (wl-default-draft-cite): Do not arrange author name if the value of
6832         `wl-default-draft-cite-decorate-author' is nil.
6833
6834 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6837
6838         * wl-folder.el (wl-folder-check-one-entity): Don't care
6839         `elmo-folder-use-flag-p'.
6840
6841 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-folder (wl-folder-check-one-entity): Fix
6844         problem if unread is nil.
6845
6846 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6847
6848         * wl-address.el (wl-address-make-completion-list): Check whether
6849         the address is a group list.
6850         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6851
6852 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6853
6854         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6855         The number of the messages of new and unread does not count
6856         correctly.
6857
6858         * wl-summary.el (wl-summary-count-unread): Changed to return
6859         `(new . unread)' instead of total.
6860         (wl-summary-sync-update): Follow the change above.
6861
6862         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6863
6864 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6865
6866         * wl-address.el (wl-address-make-completion-list): Do not enclose
6867         address by " <" and ">" if associated realname is "".
6868         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6869         This is against the promblem with group list in .addresses pointed
6870         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6871
6872 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6873
6874         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6875         message is a format control string.
6876         * wl-expire.el (wl-expire-append-log): Ditto.
6877         * wl-mime.el (wl-summary-burst-subr): Ditto.
6878         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6879         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6880
6881 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6884         wl.el (wl-check-variables): Rename from `wl-check-type'.
6885         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6886         (wl-check-variables-2): New function.
6887         (wl): Call `wl-check-variables-2'.
6888
6889 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6890
6891         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6892         after renaming folder in access group.
6893
6894 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6895
6896         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6897         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6898         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6899         (wl-message-buffer-prefetch): Rewrite.
6900         (wl-message-buffer-prefetch-idle-time): Removed.
6901         * wl-summary.el (wl-summary-redisplay-internal):
6902         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6903         Error check for `wl-message-buffer-prefetch-depht'.
6904
6905 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6906
6907         * Version number is increased to 2.9.5.
6908         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6909
6910 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6913         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6914         Based on the patch written by
6915         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6916
6917 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6918
6919         * wl-draft.el (wl-draft-raw-send): Fix for
6920         `wl-news-send-pre-hook'
6921
6922 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6923
6924         * wl-utils.el (wl-message-id-function): New variable.
6925         * wl-draft.el (wl-draft-insert-required-fields):
6926         Use `wl-message-id-function'.
6927
6928 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6929
6930         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6931         * wl-utils.el (wl-draft-make-message-id-string):
6932         Use `wl-from' for domain part of Message-ID
6933         if `wl-message-id-use-wl-from' if non-nil.
6934         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6935
6936 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6937
6938         * wl.el (wl): Call `wl-check-type'
6939         Do not 'condition-case'.
6940
6941 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6942
6943         * wl.el (wl-check-type): New function.
6944         (wl-check-type-variables): New variable.
6945
6946 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6947
6948         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6949
6950 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-draft.el (wl-smtp-password-key): New function.
6953         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6954         (wl-draft-send-mail-with-smtp): Ditto.
6955         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6956
6957 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6958
6959         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6960         * wl-utils.el (wl-unique-id-suffix): Remove.
6961
6962 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6963
6964         * Version number is increased to 2.9.4.
6965
6966 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6967
6968         * wl-utils.el (wl-unique-id-suffix): New variable.
6969         (wl-unique-id): Use `wl-unique-id-suffix'
6970
6971 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6972
6973         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6974         instead of `elmo-msgdb-search'.
6975
6976         * Version number is increased to 2.9.3.
6977
6978 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6979
6980         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6981
6982 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6983
6984         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6985         (wl-draft-dispatch-message): Changed for send-later.
6986         (wl-draft-queue-flush): Ditto.
6987         (wl-draft): Clear `wl-sent-message-queued'.
6988         (wl-draft-reedit): Ditto.
6989         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6990         * wl-vars.el (wl-draft-force-queuing): New variable.
6991         (wl-draft-force-queuing-mail): New variable.
6992         (wl-draft-force-queuing-news): New variable.
6993
6994 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6997         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6998
6999 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7000
7001         * Version number is increased to 2.9.2.
7002
7003 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * wl-draft.el (wl-draft-elide-region): New user command.
7006         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7007
7008         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7009         command `wl-draft-elide-region'.
7010         * wl-mule.el: Ditto.
7011         * wl-xmas.el: Ditto.
7012
7013 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7016         (wl-biff-check-folder-async): Removed needless let.
7017
7018 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7021         wl-folder-get-elmo-folder.
7022         (wl-biff-check-folder): Set `biff' argument of
7023         `wl-folder-check-one-entity'.
7024         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7025
7026         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7027         (wl-folder-check-one-entity): Added `biff' argument;
7028         Setup `biff' slot of folder.
7029
7030         * Version number is increased to 2.9.1.
7031
7032 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7033
7034         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7035         comment out and fixed.
7036         (wl-fldmgr-add-completion-subr): Ditto.
7037
7038         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7039         and msgdb.
7040
7041         * wl.el (wl-toggle-plugged): Save summary view.
7042
7043 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7044
7045         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7046
7047 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7048
7049         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7050
7051 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7054         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7055         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7056
7057         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7058         if it was failed.
7059         (wl-demo): Disable undo in the demo buffer.
7060
7061 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-version.el (wl-version): Changed codename.
7064
7065         * Version number is increased to 2.9.0.
7066
7067 2001-12-14  Takuo KITAME <kitame@northeye.org>
7068
7069         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7070         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7071         (wl-folder-mark-as-read-all-current-entity): Ditto.
7072
7073 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl-vars.el (wl-from-width): Define as obsolete variable.
7076         (wl-subject-length-limit): Ditto.
7077
7078         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7079
7080         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7081         wl-summary-save-view.
7082
7083         * wl.el (wl-save-status): Ditto.
7084         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7085
7086         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7087         (wl-summary-exit): Follow the change above.
7088         (wl-summary-goto-folder-subr): Ditto.
7089
7090         * wl-folder.el (wl-folder-create-subr): Don't use
7091         `elmo-folder-creatable-p'.
7092
7093 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7096
7097 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7100         rather than bitmap on Emacs 21.
7101         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7102         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7103         for xbm if the new redisplay engine is not available.
7104
7105 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-folder.el (wl-folder-init-hook): New hook.
7108         (wl-folder-init): Run `wl-folder-init-hook'.
7109
7110 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7113
7114 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-acap.el (wl-acap-cache-filename): New variable.
7117         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7118         (wl-acap-init): Use cache if no ACAP server found.
7119
7120 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7121
7122         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7123         `wl-acap-original-msgdb-dir'.
7124
7125         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7126         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7127
7128         * wl-mime.el (wl-mime-save-directory): Renamed from
7129         `wl-mime-save-dir'.
7130
7131 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7134
7135         * wl-demo.el: Require `path-util'.
7136         (wl-demo-bitmap-mule-available-p): New internal variable.
7137         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7138         `module-installed-p' instead.
7139         (wl-demo-insert-image): Use *.img file for a bitmap image.
7140         (wl-demo): Don't call the ascii demo recursively.
7141
7142 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7143
7144         * Version number is increased to 2.7.7.
7145
7146 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * wl.el (wl-exit): Eliminated byte-compile warning.
7149
7150 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7151
7152         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7153         obsolete variable using `elmo-define-obsolete-variable'.
7154         (wl-fetch-confirm-threshold): Ditto.
7155         (wl-cache-prefetch-folder-type-list): Ditto.
7156         (wl-cache-prefetch-folder-list): Ditto.
7157
7158 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7161         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7162         (wl-demo-insert-image): New function.
7163         (wl-demo-insert-text): New function.
7164         (wl-demo-image-type-alist): Redefine as a function.
7165         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7166         (wl-demo-with-temp-file-buffer): Removed.
7167         (wl-logo-xpm): Removed.
7168         (wl-logo-xbm): Removed.
7169         (wl-logo-bitmap): Removed.
7170
7171 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7172
7173         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7174         (wl-expire-localdir-get-folder-function): New user option.
7175         (wl-expire-localdir-get-folder): New function.
7176         (wl-expire-localdir-date): Ditto.
7177
7178 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7179
7180         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7181         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7182         Fixed unread number mismatch when all-unread < unread.
7183
7184 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7187         (wl-fetch-confirm-threshold): Ditto.
7188
7189         * wl-summary.el (wl-summary-confirm-appends): Removed.
7190         (wl-summary-sync-update): Don't refer
7191         `wl-summary-update-confirm-threshold' (It is now abolished).
7192
7193         * wl-message.el (wl-message-display-internal): Don't refer
7194         `wl-fetch-confirm-threshold' (It is now abolished).
7195
7196 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7199
7200 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7201
7202         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7203         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7204         Change default value to nil.
7205         (wl-summary-indent-length-limit): The value can be nil, nil means
7206         unlimited.
7207
7208         * wl-summary.el: Don't set limit for indent length if the value of
7209         wl-summary-indent-length-limit is nil.
7210         If the value of wl-summary-width is nil, it means only that the width
7211         of summary is unlimited (nil doesn't mean that the indent length is
7212         unlimited).
7213
7214         * wl-thread.el: Ditto.
7215
7216 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7217
7218         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7219         be nil, nil means never confirm.
7220         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7221
7222 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7223
7224         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7225         means unlimited).
7226
7227 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7228
7229         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7230         Use `with-temp-buffer'.
7231
7232 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7233
7234         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7235         with new backquote style).
7236         (wl-folder-get-entity-from-buffer): Ditto.
7237
7238 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7239
7240         * wl-version.el (nemacs-version): Eliminated.
7241         (wl-extended-emacs-version2): Ignore nemacs.
7242         (wl-extended-emacs-version3): Ditto.
7243
7244 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7245
7246         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7247         (wl-draft-add-in-reply-to): New variable.
7248         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7249         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7250         (wl-draft-yank-from-mail-reply-buffer): Use
7251         `wl-draft-add-in-reply-to'.
7252         (wl-draft-insert-current-message): Ditto.
7253
7254 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7255
7256         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7257         typo (kill->hide).
7258         (wl-message-buffer-prefetch-folder-type-list): Added elements
7259         `mark' and `cache' instead of `internal'.
7260
7261 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7264         resume msgdb directory.
7265
7266 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl.el (wl-exit): Call `wl-acap-exit'.
7269
7270         * wl-summary.el (wl-summary-message-string): New function.
7271         (wl-summary-reedit): Use it.
7272         (wl-summary-resend-bounced-mail): Remove needless let.
7273         (wl-summary-supersedes-message): Ditto.
7274         (wl-summary-save): Ditto.
7275
7276         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7277         (wl-acap-init): Set it.
7278         (wl-acap-exit): New function.
7279
7280 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7281
7282         * wl.el (wl-init): Revert (require 'mime-setup). move from
7283         toplevel.
7284
7285 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7286
7287         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7288         local variables.  Add error when guess function return invalid
7289         value.
7290
7291 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7292
7293         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7294         Change local variable name.
7295         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7296         (wl-folder-get-newsgroups): Return nil when non-news folder.
7297         * wl-summary.el (wl-summary-write-current-folder): State through
7298         when guess-list return nil.
7299         (wl-summary-write-current-folder-functions): Fixed docstring.
7300
7301         * wl.el (wl-exit): Changed confirm message.
7302
7303         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7304         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7305
7306         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7307
7308 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7309
7310         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7311         user option (Renamed from wl-cache-prefetch-folder-type-list).
7312         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7313         from wl-cache-prefetch-folder-list).
7314
7315         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7316         Move to wl-vars.el.
7317         (wl-message-buffer-prefetch-p): Changed to enable
7318         `wl-message-buffer-prefetch-folder-list'.
7319
7320         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7321         `ignore-cache'.
7322
7323 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7324
7325         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7326         `part-top' and `part-bottom'.
7327         (wl-draft-config-sub-part-top): New function.
7328         (wl-draft-config-sub-part-bottom): New function.
7329
7330 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7331
7332         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7333
7334 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7335
7336         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7337
7338 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7339
7340         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7341
7342         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7343         (wl-summary-write-current-folder): Ditto.
7344
7345 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-folder.el (wl-folder-get-newsgroups): Use
7348         `elmo-folder-newsgroups'.
7349
7350 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7351
7352         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7353         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7354         `wl-draft-config-sub-header-bottom'.
7355
7356 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7357
7358         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7359         localnews folder.
7360
7361 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7362
7363         * wl-summary.el (wl-summary-mode): Undo last change.
7364
7365         * wl-folder.el (wl-folder-mode): Ditto.
7366
7367 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7368
7369         * wl-summary.el (wl-summary-mode): Locally set
7370         truncate-partial-window-width to nil.
7371         (for XEmacs)
7372
7373         * wl-folder.el (wl-folder-mode): Ditto.
7374
7375 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7378
7379 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7382         number.
7383
7384         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7385
7386         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7387
7388         * Version number is increased to 2.7.6.
7389
7390 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7391
7392         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7393
7394 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7395
7396         * wl-summary.el (wl-summary-sync-update): Enclose network
7397         related portion with `unwind-protect'.
7398
7399 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7400
7401         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7402
7403 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7406         element.
7407         * wl-vars.el (wl-message-body-button-alist): Ditto.
7408
7409         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7410         max match length.
7411         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7412
7413         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7414         for the max match length;
7415         Use 4th element value for the button string regexp group.
7416
7417         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7418         candidate exists, prompt to select.
7419
7420 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7421
7422         * wl-summary.el (wl-summary-jump-to-msg): Search before
7423         calibration point by `beginning-of-line'.
7424
7425 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7426
7427         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7428         for access group.
7429
7430 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-message.el (wl-message-display-internal): Bind
7433         `default-mime-charset'.
7434
7435         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7436
7437         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7438
7439         * Version number is increased to 2.7.5.
7440
7441 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7442
7443         * wl-expire.el (wl-summary-archive): Fixed;
7444         Use `elmo-folder-name-internal'.
7445
7446 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7447
7448         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7449         from `elmo-folder-move-messages' caller.
7450         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7451
7452         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7453         related portions are changed).
7454
7455 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7456
7457         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7458         counter.
7459
7460 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7461
7462         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7463         buffer local and set it to nil.
7464
7465         * wl-message.el (wl-message-redisplay): Ditto.
7466
7467 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-summary.el (wl-summary-mark-as-important): If message is
7470         already cached, set messag as read, otherwise encache and mark as read.
7471
7472 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7473
7474         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7475         point-min.
7476
7477 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7480         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7481         a keymap.
7482
7483 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7486         parent.
7487
7488         * wl-mule.el (wl-message-define-keymap): Ditto.
7489
7490         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7491
7492         * wl-xmas.el (wl-message-display-internal-hook): Define.
7493         (wl-xmas-setup-message-toolbar): Define as function.
7494         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7495         (wl-message-overload-functions): Abolished.
7496         (wl-message-define-keymap): New function.
7497
7498         * wl-vars.el (wl-message-display-internal-hook): New variable.
7499         (wl-message-header-button-alist): New variable (Renamed from
7500         wl-highlight-message-header-button-alist).
7501         (wl-message-body-button-alist): Ditto.
7502
7503         * wl-mule.el (wl-message-define-keymap): New function.
7504         (wl-message-overload-functions): Abolished.
7505
7506         * wl-message.el (wl-message-add-buttons-to-body): New function.
7507         (wl-message-redisplay): Don't call wl-message-overload-functions;
7508         Call wl-message-add-buttons-to-header and
7509         wl-message-add-buttons-to-body.
7510         (wl-message-display-internal): Set keymap argument for
7511         elmo-mime-display-as-is, elmo-mime-message-display;
7512         Run wl-message-display-internal-hook.
7513         (wl-message-refer-article-or-url): Abolished.
7514
7515         * wl-highlight.el (wl-highlight-headers): Don't call
7516         wl-highlight-message-add-buttons-to-header.
7517         (wl-highlight-message-add-buttons-to-header): Abolished.
7518
7519
7520         * wl-e21.el (wl-message-display-internal-hook): Define.
7521         (wl-e21-setup-toolbar): Deleted duplicated binding.
7522         (wl-e21-setup-message-toolbar): Define as function.
7523         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7524         (wl-message-define-keymap): New function.
7525         (wl-message-overload-functions): Abolished.
7526
7527 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7530         and elmo-folder-close.
7531
7532         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7533
7534 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7537         boolean value.
7538         * wl-draft.el (wl-draft-do-fcc): Ditto.
7539
7540 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7541
7542         * wl-vars.el (wl-fcc-force-as-read): New variable.
7543         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7544         mark copied message as read.
7545
7546 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7547
7548         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7549
7550 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7551
7552         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7553         `wl-summary-target-above' instead of obsolete variable
7554         `wl-summary-temp-above'.
7555
7556         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7557         instead of `make-obsolete-variable'.
7558         * wl-refile.el (toplevel): Ditto.
7559
7560 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7563         with third argument t.
7564         (wl-draft): Set first argument for wl-plugged-init as t.
7565
7566         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7567         definition.
7568
7569 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7570
7571         * wl-vars.el: Tabify.
7572         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7573
7574         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7575         message.
7576
7577 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7578
7579         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7580         and set default to beep.
7581
7582 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7583
7584         * wl-vars.el (wl-draft-truncate-lines): New variable.
7585
7586         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7587         instead of wl-message-truncate-lines for truncate-lines.
7588
7589 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl-message.el (wl-message-display-internal): Call
7592         `wl-highlight-message' after `elmo-mime-display-as-is'.
7593
7594         * wl-mime.el (wl-mime-display-text/plain): New function.
7595         (wl-mime-display-header): Ditto.
7596         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7597         body-presentation-method for text/plain;
7598         Register `wl-mime-display-header' as a header-presentation-method;
7599         Don't set up `elmo-message-text-content-inserted-hook' and
7600         `elmo-message-header-inserted-hook'.
7601
7602         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7603         variable.
7604         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7605         as t if flag is 'all-header;
7606         Don't bind `elmo-message-ignored-field-list',
7607         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7608
7609 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7612         for xemacs with non-mule environment.
7613
7614 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7615
7616         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7617         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7618         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7619
7620 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7621
7622         * wl-vars.el (wl-interactive-send): Set default value as t.
7623
7624 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7627         (wl-addrmgr-method-list): Abolished.
7628         (wl-addrmgr-change-method): Follow above change.
7629
7630         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7631
7632 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7633
7634         * wl-vars.el (wl-message-truncate-lines): Change default value
7635         to default-truncate-lines.
7636
7637         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7638
7639 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7640
7641         * wl-vars.el (wl-message-truncate-lines): New variable.
7642
7643         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7644         wl-message-truncate-lines.
7645
7646 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7647
7648         * wl-acap.el (wl-acap-init): Remove period from error message.
7649         (wl-acap-find-acap-service): Remove period from message.
7650
7651 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl.el (wl-check-environment): Undo last change.
7654
7655         * wl-vars.el (wl-from): Changed default value.
7656
7657         * wl-util.el (toplevel): Don't require tm-edit.
7658
7659         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7660         `wl-folder-init';
7661         Don't set mark on mail body.
7662         (wl-draft-reedit): Ditto.
7663
7664         * wl-address.el (wl-address-quote-specials): Define as an alias for
7665         elmo-address-quote-specials.
7666
7667 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7670
7671         * wl-vars.el (wl-from): Set default value as nil.
7672         (wl-organization): Set default value as ORGANIZATION environment
7673         variable.
7674
7675         * wl-draft.el (wl-smtp-extension-bind): Check value of
7676         wl-smtp-connection-type.
7677
7678         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7679         error.
7680
7681 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7682
7683         * Version number is increased to 2.7.4.
7684
7685         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7686         arguments from `wl-highlight-x-face-function' caller.
7687         Use x-face-1.3.6.12 or later.
7688
7689 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7690
7691         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7692
7693 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7694
7695         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7696         (wl-fcc): Fix to accept function.
7697         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7698
7699 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7700
7701         * wl-acap.el (toplevel): Added `product-provide' declare.
7702         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7703
7704 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl.el (wl): Changed order of calling `elmo-init'
7707         and `elmo-folder-init'.
7708
7709 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7710
7711         * wl-mime.el (wl-summary-burst): Extract message when content-type
7712         of root entity is not only `multipart' but also `message/rfc822'.
7713         (wl-summary-burst-subr): Ditto.
7714
7715 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-vars.el (toplevel): Require 'custom.
7718         (wl-trash-folder): Added to `wl-setting' group.
7719
7720         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7721         exists.
7722         (wl-addrmgr-draw): Insert empty line when no entry exists.
7723
7724         * wl-mule.el (wl-message-wheel-up): Fixed.
7725         (wl-message-wheel-down): Ditto.
7726
7727 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7728
7729         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7730         config is an anonymous lambda expression.
7731
7732 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7735         when Mule 2 is running.
7736
7737 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7738
7739         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7740
7741 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7744         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7745
7746         * wl-address.el (wl-address-specials-regexp): Eliminated.
7747         (wl-address-quote-specials): Rewrite.
7748
7749 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7752         shy-groups for regexp.
7753
7754         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7755         character classes and Perl style shy-groups for regexp.
7756         (wl-highlight-plugged-current-line): Use Posix style character
7757         classes for regexp.
7758         (wl-e21-highlight-folder-by-numbers): Ditto.
7759         (wl-e21-display-image-p): Use `display-images-p' instead of
7760         `display-graphic-p'.
7761         (display-images-p): Make an alias to `display-graphic-p' if it is
7762         not available.  It is for Emacs version prior to 21.0.105.
7763
7764         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7765         `display-graphic-p'.
7766         (wl-demo-image-type-alist): Ditto.
7767         (display-images-p): Make an alias to `display-graphic-p' if it is
7768         not available.  It is for Emacs version prior to 21.0.105.
7769
7770 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7771
7772         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7773         support.
7774         (wl-generate-user-agent-string): Ditto.
7775
7776         * wl-version.el (wl-version): Update docsting.
7777         (wl-version-status): Ditto.
7778
7779 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7780
7781         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7782         21.0.105.  For Emacs 21.0.104 or earlier.
7783
7784 2001-09-03  Takuo KITAME <kitame@northeye.org>
7785
7786         * wl-e21.el (wl-plugged-init-icons): Use
7787         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7788         (wl-biff-init-icons): Ditto.
7789
7790 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-highlight.el (wl-highlight-summary-current-line):
7793         Fixed highlighting refile/copy destination.
7794
7795         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7796         (wl-acap-store): Encode string by wl-acap-coding-system.
7797
7798 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-acap.el (toplevel): Check and require 'un-define before
7801         'xemacs-ucs;
7802          Added checking for UTF-2000.
7803
7804 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7807         Don't enclose with `eval-and-compile'.
7808
7809         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7810         wl-init is non-nil.
7811
7812         * wl-draft.el (wl-draft): Ditto.
7813
7814         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7815
7816         * wl-acap.el (toplevel): Require 'wl.
7817         (wl-acap-store): Call `elmo-init'.
7818
7819         * wl.el (wl): Changed position of `wl-check-environment'.
7820         (toplevel): Added autoload setting for wl-acap.
7821
7822         * wl-vars.el (wl-setting): New custom group.
7823         (wl-from): Added wl-setting group.
7824         (wl-user-mail-address-list): Ditto.
7825         (wl-organization): Ditto.
7826         (wl-subscribed-mailing-list): Ditto.
7827         (wl-envelope-from): Ditto.
7828         (wl-smtp-posting-user): Ditto.
7829         (wl-smtp-posting-server): Ditto.
7830         (wl-smtp-posting-port): Ditto.
7831         (wl-smtp-authenticate-type): Ditto.
7832         (wl-pop-before-smtp-user): Ditto.
7833         (wl-pop-before-smtp-server): Ditto.
7834         (wl-pop-before-smtp-port): Ditto.
7835         (wl-pop-before-smtp-authenticate-type): Ditto.
7836         (wl-nntp-posting-server): Ditto.
7837         (wl-nntp-posting-user): Ditto.
7838         (wl-nntp-posting-port): Ditto.
7839         (wl-fetch-confirm-threshold): Ditto.
7840         (wl-prefetch-threshold): Ditto.
7841         (wl-thread-insert-opened): Ditto.
7842         (wl-ldap-server): Ditto.
7843         (wl-ldap-port): Ditto.
7844         (wl-ldap-base): Ditto.
7845         (wl-ldap-objectclass): Ditto.
7846         (wl-use-ldap): Ditto.
7847         (wl-draft-config-alist): Ditto.
7848         (wl-draft-config-matchone): Ditto.
7849         (wl-template-alist): Ditto.
7850         (wl-message-sort-field-list): Ditto.
7851         (wl-message-ignored-field-list): Ditto.
7852         (wl-message-visible-field-list): Ditto.
7853         (wl-interactive-send): Ditto.
7854         (wl-summary-move-order): Ditto.
7855         (wl-auto-select-first): Ditto.
7856         (wl-auto-select-next): Ditto.
7857         (wl-interactive-save-folders): Ditto.
7858
7859         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7860         Initialization codes are moved from wl-local-folder-init.
7861         (wl-local-folder-init): Follow the change above.
7862         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7863
7864         * wl-acap.el: New file.
7865
7866         * Version number is increased to 2.7.3.
7867
7868 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7869
7870         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7871
7872 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7873
7874         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7875         (wl-addrmgr-address-entry-list): Ditto.
7876
7877 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-e21.el (wl-draft-mode-map): Removed binding for
7880         `wl-draft-insert-x-face-field'.
7881
7882         * wl-mule.el (wl-draft-mode-map): Ditto.
7883
7884         * wl-xmas.el (wl-draft-mode-map): Ditto.
7885
7886         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7887         (wl-cs-autoconv): Ditto.
7888         (wl-cs-local): Ditto.
7889         (wl-use-scoring): Ditto.
7890         (wl-mime-charset): Ditto.
7891         (wl-folder-check-async): Ditto.
7892
7893         * wl.el (toplevel): Ignore nemacs and tm.
7894         (wl-exit): Ditto.
7895
7896         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7897         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7898         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7899         instead of wl-address-petname-add-or-change.
7900         (wl-summary-edit-addresses-subr): Use wl-address-delete
7901         instead of wl-address-petname-delete.
7902
7903         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7904
7905         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7906         if error occured.
7907
7908         * wl-message.el (require): Remove tm support.
7909
7910         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7911
7912         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7913         (wl-folder-jump-to-current-entity): Ditto.
7914         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7915
7916         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7917         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7918         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7919
7920         * wl-mule.el (wl-draft-key-setup): Ditto.
7921
7922         * wl-xmas.el (wl-draft-key-setup): Ditto.
7923
7924         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7925         (wl-draft-std11-parse-addresses): New function.
7926         (wl-draft-parse-mailbox-list): Use it.
7927         (wl-draft): Ignore nemacs.
7928         (wl-draft-reedit): Ditto.
7929
7930         * wl-addrmgr.el: New file.
7931         (Original is wl-rcpt.el written by
7932         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7933         Thanks Kitamoto-san.)
7934
7935         * wl-address.el (wl-address-make-address-list): Modified parsing
7936         process.
7937         (wl-address-delete): Renamed from `wl-address-petname-delete';
7938         Modify wl-address-list too.
7939         (wl-address-add-or-change): Renamed from
7940         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7941
7942 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7943
7944         * wl-highlight.el (wl-highlight-summary-current-line):
7945           Work with transient-mark-mode
7946
7947 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * Version number is increased to 2.7.2.
7950
7951         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7952         instead of elmo-dop-queue-method.
7953
7954 2001-08-06  SAITO Atsunori <sai@yedo.com>
7955
7956         * wl-vars.el (wl-ldap-objectclass): New user option.
7957
7958         * wl-address.el (wl-ldap-make-filter): Use it.
7959
7960 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7963
7964 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-folder.el (wl-folder): redisplay after folder insertion.
7967
7968         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7969
7970         * wl-summary.el (wl-summary-sync-update):
7971         Change status mark only when new-msgdb exists.
7972         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7973
7974 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-summary.el (wl-summary-open-folder): New function.
7977         (wl-summary-goto-folder-subr): Use it.
7978         (wl-summary-mark-as-important): Fix;
7979         Encache only when no cache exists.
7980
7981 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7984         Use with-current-buffer.
7985
7986 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7987
7988         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7989         before call `get-buffer'. Fixed parenthesis.
7990         (wl-score-get-header-entry): Clear message and help window when
7991         keyboard quit.
7992         (wl-score-edit-insert-header): Ditto.
7993
7994 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7997         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7998         (wl-default-draft-cite): Fix.
7999
8000         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8001         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8002
8003 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-message.el (wl-message-prev-page): Do same bahavior
8006         as summary when it is called in the message buffer.
8007         (wl-message-next-page): Ditto.
8008
8009 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8010
8011         * wl-summary.el (wl-summary-forward): Use cache if it is not
8012         section cache.
8013
8014 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8017         Removed redundant require of elmo-vars.
8018         (wl-biff-state-indicator-on): Changed default value for
8019         xemacs with non-mule environment.
8020
8021         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8022         wl-message-buffer is nil;
8023         Hide progress bar after moving messages.
8024
8025 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8028         message at cursor point is deleted.
8029
8030 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-vars.el: Changed file coding system to euc-japan.
8033         Added -*-coding:-*- magic to the first line.
8034
8035         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8036         Search parent from the first message.
8037
8038         * Version number is increased to 2.7.1.
8039
8040 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8041
8042         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8043
8044 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8047         refile/delete execution.
8048
8049         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8050         Fixed docstring.
8051
8052 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8055         do update process;
8056         Don't update marks when update process is interrupted.
8057
8058 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-summary.el (wl-summary-reply): Fixed problem when
8061         wl-draft-use-frame is non-nil.
8062         (wl-summary-forward): Ditto.
8063
8064         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8065         as nil.
8066         (wl-folder-mark-as-read-all-entity): Ditto.
8067         (wl-folder-prefetch-entity): Ditto.
8068
8069         * wl.el (wl): Check environment before wl-init.
8070
8071         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8072         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8073         instead of wl-summary-collect-unread.
8074         (wl-summary-reply): Split message window.
8075
8076 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8079         only if current language environment is japanese,
8080
8081         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8082         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8083         (wl-folder-goto-folder-subr): Ditto.
8084
8085         * wl-draft.el (wl-draft-dispatch-message): Call
8086         `elmo-file-cache-get-path'.
8087
8088 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * wl-summary.el (wl-summary-cursor-move): If return value of
8091         wl-summary-next-message is not number, don't jump.
8092
8093 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * wl-summary.el (wl-summary-buffer-next-message-function): New
8096         variable.
8097         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8098         if it is bound.
8099
8100         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8101         string.
8102
8103         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8104         (wl-plugged-drawing): Ditto.
8105
8106 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8109         process.
8110         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8111         with unwind-protect.
8112
8113         * wl.el (wl-init): Require mime-setup.
8114         (wl-check-environment): Don't require mime-setup.
8115
8116         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8117         instead of elmo-folder-type.
8118
8119         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8120         value as nil.
8121
8122 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * Version number is increased to 2.7.0.
8125
8126         * wl-version.el (wl-version): Changed codename.
8127
8128         * wl-summary.el (wl-summary-delete-cache): Fixed.
8129
8130         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8131         Workaround for net folders.
8132         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8133
8134         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8135         value to nil (According to the patch from
8136         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8137
8138         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8139         of elmo-folder-close.
8140
8141 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8142
8143         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8144         for postfix.
8145
8146 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * wl-summary.el (wl-summary-resend-message): Fixed.
8149
8150         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8151         Call wl-draft with `from' argument if its address is included in
8152         `wl-user-mail-address-list'.
8153         (wl-draft): Added `from' argument.
8154
8155         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8156         non-nil.
8157         (wl): Don't show demo if wl-demo is nil.
8158
8159         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8160         wl-summary-use-frame.
8161
8162         * wl-vars.el (wl-summary-use-frame): New user option.
8163         (wl-folder-use-frame): Changed docstring.
8164
8165         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8166         non-nil.
8167         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8168         wl-summary-use-frame.
8169
8170         * wl-vars.el (wl-folder-use-frame): New user option.
8171
8172         * wl-summary.el (wl-summary-exit): Back to folder frame if
8173         wl-folder-use-frame is non-nil.
8174         (wl-summary-redisplay-internal): Ignore cache if current folder
8175         is draft folder,
8176         (wl-summary-redisplay-no-mime): Ditto.
8177         (wl-summary-redisplay-all-header): Ditto.
8178
8179         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8180         if wl-folder-use-frame is non-nil.
8181
8182 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-sync-update): Bind
8185         elmo-folder-update-threshold.
8186         (wl-summary-mark-as-important): Enclosed server mark processing
8187         with `save-match-data'.
8188
8189         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8190         only when it is already defined.
8191
8192 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8193
8194         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8195         name of folder exclude localdir is wrong.
8196         * wl-folder.el (wl-folder-sync-entity):
8197         Set `wl-summary-always-sticky-folder-list' as nil.
8198         (wl-folder-mark-as-read-all-entity): Ditto.
8199         (wl-folder-prefetch-entity): Ditto.
8200
8201 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8202
8203         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8204         instead of `wl-summary-write-current-newsgroup'.
8205
8206 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8207
8208         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8209         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8210         non-nil and selected message is important, do not display.
8211
8212 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8215
8216 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8219
8220         * wl-summary.el (wl-summary-mark-as-important): Set message number
8221         using wl-summary-message-number.
8222
8223 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8224
8225         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8226         destination folder is 'null.
8227
8228 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8229
8230         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8231         New function.
8232         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8233         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8234         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8235
8236 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * wl-mime.el (wl-mime-setup): Added setting for
8239         `mime-setup-signature-key-alist' to avoid overriding key bind for
8240         `wl-draft-send'.
8241
8242         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8243         for `wl-draft-send'.
8244         * wl-mule.el (wl-draft-overload-functions): Ditto.
8245         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8246         * wl-draft.el (wl-draft-send): Ditto.
8247
8248         * wl-message.el (wl-message-display-internal):
8249         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8250         (Patch is provided by <kita@coe.nttdata.co.jp>).
8251
8252 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8253
8254         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8255
8256 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8257
8258         * wl.el (wl): Fix for wl-demo.
8259
8260 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8261
8262         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8263
8264 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-folder.el (wl-folder-prefetch-entity): Use
8267         `wl-folder-get-elmo-folder'.
8268         (wl-folder-count-incorporates): Do not use
8269         `wl-folder-get-elmo-folder'.
8270
8271 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8272
8273         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8274         instead of `elmo-folder-get-type'.
8275
8276 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8277
8278         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8279         position on Subject: field.
8280         (Advised by Mito <mit@nines.nec.co.jp>)
8281
8282 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8283
8284         * wl-folder.el (wl-folder-prefetch-entity): Use
8285         `wl-folder-get-elmo-folder'.
8286
8287 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8288
8289         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8290
8291         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8292         `process-duplicates' slot.
8293
8294         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8295         if detection failed.
8296
8297 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8298
8299         * wl-version.el (wl-version-status): Set to "alpha".
8300
8301 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8302
8303         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8304         Check wl-message-buffer lives before set-buffer.
8305
8306 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8307
8308         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8309         called in folder mode.
8310         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8311         * wl-summary.el (wl-summary-exit-pre-hook): Run
8312         `wl-summary-exit-pre-hook' before exit summary mode.
8313
8314 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8315
8316         * wl-version.el (wl-version-status): New variable.
8317         (wl-version-status-alist): Removed.
8318         (wl-version-status): Rule included.
8319
8320 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8323         @sponichi.
8324
8325         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8326         when `mail-reply-buffer' is buffer-local variable.
8327         (Reported by <kita@coe.nttdata.co.jp>).
8328
8329 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-vars.el (toplevel): Require 'elmo-util.
8332
8333 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8336         (All other related portions are changed)
8337
8338         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8339
8340         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8341
8342 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8343
8344         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8345
8346 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8349         Delete other windows to avoid an error.
8350         Use `point-marker' instead of `point' to remember the start point
8351         of body.
8352
8353         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8354
8355         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8356         number not to exceed all message number.
8357
8358 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8359
8360         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8361         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8362
8363 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8364
8365         * wl-summary.el (wl-summary-sync-force-update): Added argument
8366         no-check.
8367         (wl-summary-sync-update): Ditto.
8368         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8369         with `no-check'.
8370
8371         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8372         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8373         already running.
8374
8375 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8376
8377         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8378         `dst-folder-arg'.
8379         (wl-expire-archive-number1): Diito.
8380         (wl-expire-archive-number2): Diito.
8381         (wl-expire-archive-Date): Diito.
8382         (wl-archive-number1): Diito.
8383         (wl-archive-number2): Diito.
8384         (wl-archive-date): Diito.
8385         (wl-archive-folder-p): New function.
8386         (wl-summary-expire): Support of expand folder name at
8387         wl-expire-alist.
8388         * wl-util.el (wl-expand-newtext): Renamed from
8389         `wl-refile-expand-newtext'.
8390
8391 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8392
8393         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8394         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8395         `(elmo-msgdb-get-overview msgdb)'.
8396         (wl-summary-prefetch): Bind match data before call
8397         `wl-summay-prefetch-msg'.
8398         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8399         'off if `wl-summary-buffer-disp-msg' is non-nil.
8400         Fixed problem that couldn't show only one new or unread message when
8401         enter folder.
8402         (wl-summary-reply): Don't call `split-window-vertically' and other
8403         window.
8404
8405 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-expire.el (wl-expire-refile): Fixed.
8408
8409 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8412
8413         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8414         biff notification is removed.
8415
8416         * wl.el (wl): Changed position of `elmo-init'.
8417
8418         * wl-draft.el (wl-default-draft-cite): Use date field
8419         on the citation buffer.
8420
8421         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8422
8423         * wl-xmas.el (wl-folder-internal-icon-list): Added
8424         `wl-folder-shimbun-image'.
8425
8426         * wl-e21.el (wl-folder-internal-icon-list): Added
8427         `wl-folder-shimbun-image'.
8428
8429 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl.el (wl-init): Eliminated argument.
8432         (wl): Rewrite.
8433
8434         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8435         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8436         instead of `elmo-folder-msgdb-internal'.
8437         (wl-summary-sync-update): Ditto.
8438         (wl-summary-flush-pending-append-operations): Eliminated.
8439         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8440         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8441         `elmo-folder-open'.
8442
8443         * wl-mime.el (wl-summary-burst): Fixed.
8444
8445         * wl-folder.el (wl-folder-info-save): Check data type.
8446
8447         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8448         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8449         instead of `elmo-folder-msgdb-internal'.
8450         (wl-expire-hide): Ditto.
8451
8452
8453         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8454
8455 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8458
8459 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8460
8461         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8462
8463 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8464
8465         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8466         Fixed `match-beginning' argument mismatch.
8467
8468 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8469
8470         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8471         the default value.
8472
8473 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8476         instead of `elmo-nntp-default-port'.
8477
8478         * wl-vars.el: Fixed some doc strings.
8479
8480 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-summary.el (wl-summary-prefetch-msg): Use
8483         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8484
8485         * wl-vars.el: Define *-func as obsolete variable using
8486         `elmo-define-obsolete-variable'.
8487
8488         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8489         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8490         instead of `wl-message-buffer-prefetch-threshold'.
8491
8492         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8493
8494         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8495
8496         * wl-draft.el (wl-caesar-region-func): Ditto.
8497
8498         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8499         Keep unread status in elmo-folder-move-messages.
8500         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8501
8502 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8503
8504         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8505         `wl-summary-buffer-exit-func'
8506         (wl-summary-buffer-message-redisplay-function): Renamed from
8507         `wl-summary-buffer-message-redisplay-func'
8508         (wl-summary-buffer-next-folder-function): Renamed from
8509         `wl-summary-buffer-next-folder-func'.
8510         (wl-summary-buffer-prev-folder-function): Renamed from
8511         `wl-summary-buffer-prev-folder-func'.
8512         (wl-summary-get-petname-function): Renamed from
8513         `wl-summary-get-petname-func'.
8514
8515         * wl-score.el (wl-score-edit-exit-function): Renamed from
8516         `wl-score-edit-exit-func'.
8517
8518         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8519         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8520
8521         * wl-util.el (wl-load-profile-function): Renamed from
8522         `wl-load-profile-func'.
8523
8524         * wl-folder.el (wl-folder-completion-function): Renamed from
8525         `wl-folder-completion-func'.
8526         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8527
8528         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8529         `wl-expire-archive-get-folder-func'.
8530         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8531         (wl-draft-send-mail-function): Renamed from
8532         `wl-draft-send-mail-func'.
8533         (wl-draft-send-news-function): Renamed from
8534         `wl-draft-send-news-func'.
8535         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8536         (wl-generate-mailer-string-function): Renamed from
8537         `wl-generate-mailer-string-func'.
8538         (wl-highlight-signature-search-function): Renamed from
8539         `wl-highlight-signature-search-func'.
8540         (wl-highlight-x-face-function): Renamed from
8541         `wl-highlight-x-face-func'
8542         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8543         (wl-ps-print-buffer-function): Renamed from
8544         `wl-ps-print-buffer-func'
8545         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8546         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8547         (wl-summary-subject-filter-function): Renamed from
8548         `wl-summary-subject-filter-func'.
8549
8550         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8551         `wl-draft-queue-flush-send-func'
8552         (wl-draft-cite-function): Renamed from
8553         `wl-draft-cite-func'
8554
8555         * wl-address.el (wl-address-init-function): Renamed from
8556         `wl-address-init-func'.
8557
8558 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-draft.el (wl-draft-queue-flush): Don't call
8561         `elmo-dop-unlock-message'.
8562         * wl-draft.el (wl-draft-queue-append): Don't call
8563         `elmo-dop-lock-message'.
8564
8565         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8566         (wl-summary-buffer-folder-name): Ditto.
8567         (wl-summary-message-regexp): Added '-' (all other related portions
8568         are changed).
8569         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8570         wl-summary-buffer-folder-name.
8571
8572 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8573
8574         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8575         the number of mails in the folder buffer is not updated by wl-biff.
8576
8577 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8578
8579         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8580         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8581
8582 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-summary.el (wl-summary-next-message):
8585         Return next message number when wl-summary-move-order is nil.
8586
8587 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8588
8589         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8590         `wl-summary-move-spec-alist'.
8591         (wl-summary-move-spec-unplugged-alist): New variable
8592         (Move spec for unplugged status).
8593         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8594         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8595
8596 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8597
8598         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8599         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8600
8601 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8602
8603         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8604         simple quotation to quote the anonymous function.
8605         * tm-wl.el (wl-draft-preview-message): Ditto.
8606
8607 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8608
8609         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8610         Eliminate redundant `save-excursion'.
8611         (wl-highlight-summary-current-line): Ditto.
8612
8613         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8614         accessing match data when `looking-at' failed.
8615
8616         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8617         `elmo-match-string' where users don't care about the speed.
8618         (wl-draft-save): Ditto.
8619
8620 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-util.el (wl-regexp-opt): New function.
8623
8624         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8625         number from `wl-summary-buffer-number-list'.
8626         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8627         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8628         (wl-summary-move-spec-alist): Changed default setting.
8629
8630 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8631
8632         * wl-vars.el (wl-biff-notify-hook): New hook.
8633         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8634         the arrival of new mail.
8635         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8636         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8637
8638 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8641
8642 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8645
8646         * Version number is increased to 2.5.8.
8647
8648         * wl-thread.el (toplevel): require 'cl.
8649         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8650         (wl-thread-make-number-list): New function.
8651         (wl-thread-entity-make-number-list-from-children): Ditto.
8652         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8653         (wl-thread-entity-insert-as-children): Likewise.
8654         (wl-thread-delete-message): Likewise.
8655         (wl-meaning-of-mark): Eliminated.
8656         (wl-thread-next-failure-mark-p): Ditto.
8657         (wl-thread-entity-get-mark): Ditto.
8658         (wl-thread-meaning-alist-get-result): Ditto.
8659         (wl-thread-entity-check-prev-mark): Ditto.
8660         (wl-thread-entity-check-next-mark): Ditto.
8661         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8662         (wl-thread-entity-get-prev-marked-entity): Ditto.
8663         (wl-thread-get-prev-unread): Ditto.
8664         (wl-thread-jump-to-prev-unread): Ditto.
8665         (wl-thread-get-next-unread): Ditto.
8666         (wl-thread-jump-to-next-unread): Ditto.
8667         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8668         (wl-thread-entity-get-next-marked-entity): Ditto.
8669
8670         * wl-summary.el (wl-summary-buffer-number-list):
8671         New bufer-local variable.
8672         (wl-summary-switch-to-clone-buffer): Clone
8673         `wl-summary-buffer-number-list'.
8674         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8675         (wl-summary-cursor-move-regex): Eliminated.
8676         (wl-summary-cursor-up): Rewrite.
8677         (wl-summary-cursor-down): Ditto.
8678         (wl-summary-mode-spec-alist): New variable.
8679         (wl-summary-next-message): New inline function.
8680         (wl-summary-cursor-move): New function.
8681         (wl-summary-default-get-next-msg): Rewrite.
8682         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8683         (wl-summary-rescan): Ditto.
8684         (wl-summary-sync-all-init): Ditto.
8685         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8686         summary is not thread view.
8687         (wl-summary-sync-update): Ditto.
8688         (wl-summary-rescan): Ditto.
8689         (wl-summary-make-number-list): New function.
8690
8691         * wl-draft.el: "FCC" -> "Fcc".
8692
8693 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8694
8695         * wl-highlight.el (wl-highlight-summary-window):
8696         Call `set-buffer-modified-p'.
8697
8698         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8699         (wl): Call `elmo-init' and fix.
8700
8701         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8702         Use new variables.
8703
8704         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8705
8706 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8709
8710 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8711
8712         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8713
8714 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8715
8716         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8717         `wl-use-toolbar' nor `display-graphic-p'.
8718         (wl-e21-setup-message-toolbar): Ditto.
8719         (wl-e21-setup-summary-toolbar): Ditto.
8720         (wl-e21-setup-folder-toolbar): Ditto.
8721
8722         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8723         (wl-plugged-init-icons): Ditto.
8724
8725         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8726         `display-graphic-p'.
8727         (wl-plugged-set-folder-icon): Ditto.
8728         (wl-highlight-plugged-current-line): Ditto.
8729         (wl-highlight-folder-current-line): Ditto.
8730         (wl-e21-highlight-folder-group-line): Ditto.
8731         (wl-e21-setup-toolbar): Ditto.
8732         (wl-e21-display-image-p): New macro.
8733
8734         * wl-demo.el (wl-demo): Simplified.
8735         (wl-demo-image-type-alist): Use `image-type-available-p' for
8736         checking whether the image type `xbm' is available.
8737
8738 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8739
8740         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8741         (wl-summary-input-range): Ditto.
8742
8743 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-summary.el (wl-summary-edit-addresses): Use
8746         `wl-summary-get-original-buffer'
8747         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8748         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8749         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8750         (wl-summary-get-newsgroups): Eliminated.
8751         (wl-summary-set-crosspost): Ditto.
8752         (wl-summary-is-crosspost-folder): Ditto.
8753         (wl-crosspost-alist-load): Ditto.
8754         (wl-crosspost-alist-save): Ditto.
8755
8756         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8757         `elmo-setup-subscribed-newsgroups' instead of
8758         `elmo-nntp-make-groups-hashtb'.
8759         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8760         instead of `wl-crosspost-alist-save'.
8761
8762         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8763         of `elmo-folder-message-appendable-p'.
8764         (wl-mime-header-presentation-method): Eliminated.
8765
8766         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8767         (Error occurs in emacs21).
8768
8769         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8770         the current buffer).
8771
8772         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8773         instead of `wl-crosspost-alist-save'.
8774         (wl-init): `elmo-crosspost-message-alist-load'
8775         instead of `wl-crosspost-alist-load'
8776
8777         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8778         (wl-parse-newsgroups): Likewise.
8779         (wl-biff-notify): Run `wl-biff-notify-hook'.
8780
8781 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8784
8785         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8786         when `wl-summary-lazy-highlight' is non-nil.
8787         (wl-summary-goto-folder-subr): Highlight only when
8788         `wl-summary-lazy-highlight' is non-nil.
8789
8790         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8791         Don't display progress and highlight temp-mark when
8792         `wl-summary-lazy-highlight' is non-nil.
8793         (wl-highlight-summary-window): New function.
8794         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8795
8796 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8797
8798         * wl-summary.el (wl-summary-sync): Change `all-visible'
8799         from `all-shown'
8800         (wl-summary-input-range): Ditto.
8801
8802 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8803
8804         * wl-e21.el (wl-highlight-folder-current-line): Call
8805         `wl-folder-init-icons' when folder icons have not been initialized.
8806
8807         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8808
8809         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8810         (wl-demo-image-type-alist): New macro.
8811
8812 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8813
8814         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8815         display does not support graphics.
8816         (wl-plugged-init-icons): Ditto.
8817         (wl-folder-init-icons): Ditto.
8818
8819         * wl-demo.el (wl-demo): Chech closely whether the display
8820         supports graphics.
8821
8822 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8823
8824         * wl-summary.el (wl-summary-get-original-buffer): New function.
8825         (wl-summary-set-crosspost): Use it.
8826         (wl-summary-target-mark-uudecode): Ditto.
8827         (wl-summary-reedit): Ditto.
8828         (wl-summary-resend-bounced-mail): Ditto.
8829         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8830         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8831
8832         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8833         (wl-message-display-internal): Ditto.
8834
8835 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8836
8837         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8838
8839 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-summary.el (wl-summary-save-view): Renamed from
8842         `wl-summary-save-status'.
8843
8844 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8845
8846         * wl-summary.el (wl-summary-sync): Added `all-shown'
8847
8848 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8849
8850         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8851
8852 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8853
8854         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8855
8856 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8857
8858         * wl-highlight.el (wl-highlight-summary-line-string): Use
8859         `zerop' instead of `= 0'.
8860         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8861
8862         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8863         for comparing numbers.
8864         (wl-template-prev): Use `zerop' instead of `eq 0'.
8865
8866         * wl-draft.el (wl-draft-insert-current-message): Use
8867         `with-current-buffer' instead of `save-excursion'.
8868         Use `zerop' instead of `eq 0'.
8869
8870 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-draft.el (wl-draft-insert-ccs): New function.
8873         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8874         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8875
8876 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8879
8880 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-expire.el (wl-expire-refile): Don't call
8883         elmo-msgdb-add-msgs-to-seen-list;
8884         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8885         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8886
8887 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8888
8889         * wl-message.el (wl-message-prev-page): Ignore errors while
8890         scroll-down.
8891
8892 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8893
8894         * wl-mime.el: Use elmo-original-message-mode instead of
8895         mmelmo-original-mode.
8896
8897         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8898         `elmo-folder-get-spec';
8899         (wl-fldmgr-add-completion-all-completions):
8900         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8901
8902         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8903         of `elmo-folder-get-type'.
8904
8905         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8906         `elmo-folder-get-spec';
8907         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8908         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8909         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8910         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8911         `elmo-read-msg-no-cache';
8912         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8913         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8914         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8915         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8916         `elmo-cache-save';
8917         (wl-draft-reedit): Use `elmo-message-file-name'.
8918
8919         * wl-expire.el: Use `elmo-folder-name-internal';
8920         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8921         Use macro `wl-summary-buffer-msgdb' instead of variable
8922         `wl-summary-buffer-msgdb';
8923         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8924         Use macro `wl-summary-buffer-folder-name' instead of variable
8925         `wl-summary-buffer-folder-name'.
8926         * wl-score.el: Likewise.
8927
8928         * wl-message.el: Rewrite for new message buffer cache mechanism.
8929         (wl-message-buffer-cache-buffer-get): New macro.
8930         (wl-message-buffer-cache-folder-get): Ditto.
8931         (wl-message-buffer-cache-message-get): Ditto.
8932         (wl-message-buffer-cache-entry-make): Ditto.
8933         (wl-message-buffer-cache-hit): Ditto.
8934         (wl-message-buffer-cache-sort): New function.
8935         (wl-message-buffer-cache-add): Ditto.
8936         (wl-message-buffer-cache-delete): Ditto.
8937         (wl-message-buffer-cache-clean-up): Ditto.
8938         (wl-message-buffer-window): Rewrite.
8939         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8940         (wl-message-buffer-display): New function.
8941         (wl-message-display-internal): New function.
8942
8943 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-folder.el: Use `elmo-folder-name-internal';
8946         Use `wl-folder-get-elmo-folder';
8947         Use `elmo-folder-list-messages' instead of
8948         `elmo-list-folder';
8949         Use `elmo-folder-get-primitive-list' instead of
8950         `elmo-folder-get-primitive-spec-list';
8951         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8952         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8953         Use `elmo-folder-create' instead of `elmo-create-folder'.
8954         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8955         (wl-folder-get-elmo-folder): New macro.
8956         (wl-folder-elmo-folder-cache-get): Ditto.
8957         (wl-folder-elmo-folder-cache-put): Ditto.
8958         (wl-folder-suspend): Call `elmo-quit'.
8959
8960         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8961         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8962         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8963         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8964         (toplevel): require 'cl.
8965         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8966
8967         * wl-summary.el: Rewrite to use new elmo interface.
8968
8969 \f
8970 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-mime.el (wl-draft-preview-message):
8973         Run `wl-draft-send-hook' before collecting recipients information;
8974         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8975
8976         * tm-wl.el (wl-draft-preview-message): Ditto.
8977
8978 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8981         wrong recipients are displayed when forwarded message.
8982
8983 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8984
8985         * Version number is increased to 2.5.7.
8986
8987 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8988
8989         * wl-message.el (wl-message-next-page): Bind
8990         `window-pixel-scroll-increment' to nil while scrolling up.
8991
8992 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8993
8994         * wl-vars.el (wl-save-hook): New hook.
8995         * wl.el (wl-save): Call `wl-save-hook'.
8996
8997 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8998
8999         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9000         Argument WITH-ARG instead of NO-ARG (negative mean).
9001         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9002         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9003         * wl-message.el (wl-message-follow-current-entity): Likewise.
9004
9005 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9006
9007         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9008         FROM was optional argument.
9009         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9010
9011 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9012
9013         * Version number is increased to 2.5.6.
9014
9015 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9016
9017         * wl-version.el (wl-version-show): Removed.
9018         (wl-version): Add `interactive'.
9019
9020 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9021
9022         * wl-summary.el (wl-summary-get-petname-func): New variable.
9023         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9024         instead of `wl-address-get-petname-1'.
9025         (wl-summary-simple-from): Ditto.
9026
9027         * wl-address.el (wl-address-get-petname-1): Define as function.
9028
9029 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9032         field in the original message.
9033         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9034
9035 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9036
9037         * wl-expire.el (wl-expire-hide):
9038         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9039
9040 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9041
9042         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9043         find decoder for To, Cc, and Subject.
9044
9045 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9046
9047         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9048         for checking `elmo-use-buffer-cache'.
9049         (wl-summary-mark-as-important): Fixed typo in comment.
9050
9051 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9052
9053         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9054         field in the original message.
9055         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9056
9057 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9058
9059         * wl-expire.el (wl-expire-hide):
9060         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9061
9062 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9063
9064         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9065         find decoder for To, Cc, and Subject.
9066
9067 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * Version number is increased to 2.5.5.
9070
9071         * wl-address.el (wl-address-specials-regexp): New constant.
9072         (wl-address-quote-specials): Use it.
9073
9074 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9075
9076         * wl-summary.el (wl-summary-rescan):
9077         Call `wl-summary-buffer-number-column-detect'.
9078         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9079
9080         * wl-message.el (wl-message-mode-map): Define.
9081         (wl-message-decode): Use it as local-map.
9082
9083 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9084
9085         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9086         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9087
9088 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9091
9092         * wl-mule.el (wl-read-event-char): Ditto.
9093
9094         * wl-e21.el (wl-read-event-char): Ditto.
9095
9096         * wl-nemacs.el (wl-read-event-char): Ditto.
9097         (read-event): Removed.
9098
9099         * wl-util.el (toplevel): Removed dummy definition of
9100         `read-event'.
9101         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9102
9103 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-nemacs.el (elmo-archive-call-process): Moved to
9106         elmo-archive.el.
9107
9108 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9109
9110         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9111         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9112
9113         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9114         instead of magic-number 6.  Use `not' instead of `null' for symbol
9115         `nil' check (not empty list).
9116         (wl-draft-insert-x-face-field): Fixed paren style.
9117
9118         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9119         one-branch conditional statement, instead of `and' and `if'.
9120         (wl-draft-forward): Likewise.
9121         (wl-draft-add-references): Likewise.
9122         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9123
9124         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9125         conditional steatment.  Use `cond' instead of `if'.
9126         (wl-draft-confirm): Likewise.
9127
9128 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9129
9130         * wl-version.el (wl-version-show): Use `product-string-1'
9131         instead of `wl-version'.
9132         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9133
9134         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9135
9136 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9137
9138         * wl-highlight.el (wl-highlight-headers): Revert
9139         `wl-highlight-x-face-func' argument (`beg' and `end').
9140
9141 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9142
9143         * wl.el (toplevel): Move `product-provide' declare.
9144         * wl-demo.el (toplevel): Ditto.
9145         * wl-dnd.el (toplevel): Ditto.
9146         * wl-highlight.el (toplevel): Ditto.
9147         * wl-message.el (toplevel): Ditto.
9148         * wl-refile.el (toplevel): Ditto.
9149         * wl-util.el (toplevel): Ditto.
9150
9151 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9152
9153         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9154         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9155         (wl-thread-close-all): keep cursor position.
9156
9157 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9158
9159         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9160         (eq x 0).
9161         (wl-generate-user-agent-string-1): Fix conditional statement.
9162
9163 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9164
9165         * wl.el (wl-check-environment): Additional check for
9166         'wl-local-domain' and `wl-message-id-domain'.
9167
9168 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9169
9170         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9171
9172 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9173
9174         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9175         instead of `smtp-sasl-user-realm'.
9176
9177 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9178
9179         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9180
9181 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9182
9183         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9184         to the default value as well as `eword-lexical-analyzer'.
9185
9186 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9187
9188         * wl-version.el (wl-extended-emacs-version,
9189         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9190         `elmo-match-string' instead of `wl-match-string'.
9191
9192 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9193
9194         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9195         docstring.
9196
9197 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9198
9199         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9200
9201 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9202
9203         * wl-highlight.el (wl-highlight-headers): Remove
9204         `wl-highlight-x-face-func' argument (`beg' and `end').
9205
9206 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-summary.el (wl-summary-mark-as-important):
9209         Remove cache if folder is local.
9210
9211 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9212
9213         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9214         to get existing e-mail address string.
9215
9216 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9217
9218         * wl-version.el (wl-generate-user-agent-string): Commentary.
9219         (wl-generate-user-agent-string-1): Use `when' for
9220         one-branch conditional statement, instead of `and' and `if'.
9221         (wl-extended-emacs-version, wl-extended-emacs-version2,
9222         wl-extended-emacs-version3): Ditto.
9223
9224 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9227         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9228         condition-case; Remove initialization.
9229         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9230         (wl-summary-sync-update3): Added argument `sync-all';
9231         Eliminated local variable `msgdb';
9232         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9233         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9234         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9235
9236 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9237
9238         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9239         connection before call `wl-draft-send-mail-with-smtp'.
9240
9241 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * Version number is increased to 2.5.4.
9244
9245 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9246
9247         * wl.el (wl-check-environment): Additional check for
9248         'wl-local-domain' and `wl-message-id-domain'.
9249
9250 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9251
9252         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9253         buffer as command specific.
9254         (wl-folder-mark-as-read-all-entity): Ditto.
9255         (wl-folder-prefetch-entity): Ditto.
9256         (wl-folder-drop-unsync-entity): Ditto.
9257
9258         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9259         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9260         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9261
9262         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9263         save-excursion.
9264
9265 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * Version number is increased to 2.5.3.
9268
9269         * wl-summary.el (wl-summary-save-view-cache):
9270         Delete duplicated `write-region';
9271         Use `write-region-as-binary' instead of `as-binary-output-file' and
9272         `write-region'.
9273
9274 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9275
9276         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9277
9278 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9279
9280         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9281         instead of `smtp-via-smtp'.
9282
9283 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9284
9285         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9286
9287 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9288
9289         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9290         instead of `smtp-sasl-user-realm'.
9291
9292 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9293
9294         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9295
9296 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9297
9298         * Version number is increased to 2.5.2.
9299
9300 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9301
9302         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9303         does not exist.
9304         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9305         (wl-biff-start): Call `timer-activate' if timer already exists.
9306
9307         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9308         only when it is bound as function.
9309
9310 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9311
9312         * Version number is increased to 2.5.1.
9313
9314 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9317         Print refile/copy destination.
9318
9319 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9320
9321         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9322         queue-flush-only is non-nil.
9323
9324         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9325
9326         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9327         checking cache folder.
9328
9329 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9330
9331         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9332         `regexp-quote'.
9333
9334 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9335
9336         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9337         function.
9338         * wl-summary.el (wl-summary-write-current-folder-functions):
9339         Change default value.  Use it.
9340
9341 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9342
9343         * Version number is increased to 2.5.0.
9344
9345         * wl-version.el (wl-version): Changed codename.
9346
9347 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9348
9349         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9350         (wl-summary-supersedes-message): Ditto.
9351
9352 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9353
9354         * wl-refile.el (wl-refile-guess-functions): Renamed from
9355         `wl-refile-guess-func-list'.
9356
9357 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9358
9359         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9360         Fixed problem when no rule was matched.
9361
9362 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9363
9364         * wl-summary.el (wl-summary-get-mark): Fixed
9365         `wl-summary-buffer-target-mark' check logic.
9366
9367 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9368
9369         * wl-folder.el (wl-folder-write-current-folder): Added group
9370         folder check.
9371
9372         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9373         `wl-summary-write-current-newsgroup'.
9374         (wl-summary-write-current-folder-functions): New variable.
9375         * wl-folder.el (wl-folder-get-newsgroups): New function.
9376         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9377         (wl-folder-write-current-folder): Renamed from
9378         `wl-folder-write-current-newsgroup'.
9379
9380 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9381
9382         * Version number is increased to 2.3.93.
9383
9384 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9387         (wl-ldap-make-matched-value-list): Ditto.
9388         (wl-ldap-alias-safe-string): Split e-mail address.
9389
9390         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9391         petname folder default was selected.
9392         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9393         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9394
9395 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9396
9397         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9398         to `wl-draft-config-exec'.
9399
9400         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9401         instead of calling `wl-draft-config-exec';
9402         Process group-list and show recipients in minibuffer.
9403
9404         * tm-wl.el (wl-draft-preview-message): Ditto.
9405
9406 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9407
9408         * wl.el (toplevel): Added (C) to copyright notice, and
9409         sync Author header.
9410         * tm-wl.el (toplevel): Ditto.
9411         * wl-address.el (toplevel): Ditto.
9412         * wl-demo.el (toplevel): Ditto.
9413         * wl-dnd.el (toplevel): Ditto.
9414         * wl-draft.el (toplevel): Ditto.
9415         * wl-e21.el (toplevel): Ditto.
9416         * wl-expire.el (toplevel): Ditto.
9417         * wl-folder.el (toplevel): Ditto.
9418         * wl-highlight.el (toplevel): Ditto.
9419         * wl-message.el (toplevel): Ditto.
9420         * wl-mime.el (toplevel): Ditto.
9421         * wl-mule.el (toplevel): Ditto.
9422         * wl-nemacs.el (toplevel): Ditto.
9423         * wl-refile.el (toplevel): Ditto.
9424         * wl-score.el (toplevel): Ditto.
9425         * wl-summary.el (toplevel): Ditto.
9426         * wl-template.el (toplevel): Ditto.
9427         * wl-thread.el (toplevel): Ditto.
9428         * wl-util.el (toplevel): Ditto.
9429         * wl-vars.el (toplevel): Ditto.
9430         * wl-xmas.el (toplevel): Ditto.
9431
9432 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9433
9434         * wl.el (wl-init): Added comment about `wl-init-hook'.
9435         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9436         * wl-vars.el (wl-init-hook): Added docs.
9437         (wl-make-plugged-hook): Removed useless docs.
9438         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9439         * wl-xmas.el (toplevel): Ditto.
9440
9441 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9442
9443         * wl-address.el (toplevel): Fixed multiple Author header format.
9444         * wl-demo.el (toplevel): Ditto.
9445         * wl-draft.el (toplevel): Ditto.
9446         * wl-folder.el (toplevel): Ditto.
9447         * wl-summary.el (toplevel): Ditto.
9448         * wl-thread.el (toplevel): Ditto.
9449         * wl-util.el (toplevel): Ditto.
9450         * wl-vars.el (toplevel): Ditto.
9451         * wl-version.el (toplevel): Ditto.
9452         * wl-xmas.el (toplevel): Ditto.
9453         * wl.el (toplevel): Ditto.
9454
9455         * wl-version.el (toplevel): Added require `elmo-version' for
9456         `product-version-as-string'.
9457
9458 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9459
9460         * wl-vars.el (wl-draft-send-hook): Changed default value to
9461         '(wl-draft-config-exec).
9462
9463         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9464         explicitly.
9465         (wl-draft): Set `wl-draft-config-exec-flag' before running
9466         `wl-mail-setup-hook'.
9467
9468         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9469         `wl-biff-init-icons' to `wl-init-hook' instead of
9470         `wl-make-plugged-hook'.
9471         (Because if `wl-draft' command is invoked at first,
9472         they are not initialized)
9473         Updated copyright notice.
9474
9475         * wl-e21.el (toplevel): Ditto;
9476
9477         * wl-demo.el (toplevel): Updated copyright notice.
9478         * wl-address.el (toplevel): Ditto.
9479         * wl-draft.el (toplevel): Ditto.
9480         * wl-version.el (toplevel): Ditto.
9481         * wl-folder.el (toplevel): Ditto.
9482         * wl-summary.el (toplevel): Ditto.
9483         * wl-thread.el (toplevel): Ditto.
9484         * wl-util.el (toplevel): Ditto.
9485         * wl-vars.el (toplevel): Ditto.
9486         * wl.el (toplevel): Ditto.
9487
9488 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9489
9490         * wl-highlight.el (wl-highlight-message): Fixed problem of
9491         highlighting failure which occured when the last field contains
9492         multiple lines in the draft buffer.
9493
9494         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9495         `wl-biff-start' if plugged.
9496
9497         * wl-util.el (wl-biff-check-folder): New function.
9498         (wl-biff-check-folders): Don't set session name prefix.
9499         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9500         (wl-biff-check-folder-async): Ditto.
9501
9502         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9503         in email address.
9504
9505 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9506
9507         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9508
9509         * wl-draft.el (wl-draft-strip-subject-re): New function.
9510
9511         * wl-draft.el (wl-draft-reply): Use it.
9512
9513 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-message.el (wl-mmelmo-message-redisplay): Use
9516         `mime-display-message' instead of `wl-mime-display-message'.
9517
9518         * wl-mime.el (toplevel): Removed compatibility workaround
9519         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9520         (wl-mime-display-message): Abolished.
9521         (wl-mime-entity-read-field): Ditto.
9522         (wl-mime-combine-message/partial-pieces): Use
9523         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9524
9525 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9526
9527         * wl-template.el: Doc fixes.
9528
9529 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9530
9531         * wl-e21.el (wl-message-overload-functions): Do nothing if
9532         `current-local-map' is not available.
9533         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9534
9535 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9536
9537         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9538         representation.
9539
9540         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9541         number.
9542         (wl-fldmgr-save-folders): Don't use `format' when insert
9543         `wl-fldmgr-folders-header'.
9544
9545 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9546
9547         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9548
9549 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9550
9551         * wl-highlight.el (wl-highlight-message):
9552         Use `std11-field-end' to detect end point of the header field.
9553         Refer `wl-highlight-max-header-size'.
9554
9555         * wl-vars.el (wl-highlight-max-header-size): New variable.
9556
9557         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9558
9559         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9560         Set `for-draft' argument of wl-highlight-headers.
9561         (wl-draft): Ditto.
9562         (wl-draft-reedit): Ditto.
9563         (wl-user-agent-compose-internal): Ditto.
9564
9565 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9566
9567         * wl-message.el (wl-message-add-button): Use overlay.
9568
9569 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9570
9571         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9572
9573         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9574         problem when group-list content is nothing.
9575         (Reported by Mito <mit@nines.nec.co.jp>)
9576
9577 2000-10-18  SAITO Atsunori <sai@yedo.com>
9578
9579         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9580
9581 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9582
9583         * tm-wl.el (toplevel): Use product-provide.
9584
9585 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9586
9587         * Version number is increased to 2.3.92.
9588
9589 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9590
9591         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9592         title text, use `display' property for left margin under Emacs 21.
9593
9594         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9595         properties.
9596         (wl-plugged-init-icons): Ditto.
9597
9598 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9599
9600         * wl.el (wl-save-status, wl-init): Remove last period in
9601         "...done." message.
9602         * tm-wl.el (wl-summary-burst): Ditto.
9603         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9604         wl-summary-resume-cache-status,
9605         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9606         wl-summary-sync-update3, wl-summary-highlight-msgs,
9607         wl-summary-flush-pending-append-operations,
9608         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9609         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9610         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9611         wl-thread-open-all): Ditto.
9612         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9613         * wl-mime.el (wl-summary-burst): Ditto.
9614         * wl-highlight.el (wl-highlight-summary): Ditto.
9615         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9616         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9617         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9618         * wl-address.el (wl-local-address-init): Ditto.
9619
9620 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9621
9622         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9623         `add-text-properties'.
9624         (wl-plugged-init-icons): Ditto.
9625         (wl-folder-init-icons): Use `propertize' instead of
9626         `put-text-property'.
9627         (wl-plugged-set-folder-icon): Ditto.
9628         (wl-e21-highlight-folder-group-line): Ditto.
9629
9630 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9631
9632         * wl-version.el (wl-version-status-alist): New variable.
9633         (wl-version-status): New function.
9634
9635         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9636         "Cc" part of the case "Reply-To".
9637
9638         * wl-draft.el (wl-draft-reply): Use result of
9639         `eword-extract-address-components'.
9640
9641         * wl-demo.el (wl-demo-icon-name): New constant.
9642         (wl-logo-xpm): Use it.
9643         (wl-logo-xbm): Ditto.
9644         (wl-logo-bitmap): Ditto.
9645
9646         * Version number is increased to 2.3.91.
9647
9648 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9649
9650         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9651         (wl-extended-emacs-version, wl-extended-emacs-version2,
9652         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9653         docstring.
9654
9655         * wl-version.el (wl-generate-user-agent-string-1): New function.
9656         (wl-generate-user-agent-string): Use it.
9657
9658         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9659         `mime-edit-insert-user-agent-field'.
9660         (wl-generate-user-agent-string): Check
9661         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9662
9663         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9664         instead of `if', when verbose case.
9665
9666 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9667
9668         * wl-expire.el (wl-summary-expire): Fix.
9669
9670 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9671
9672         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9673         and `elmo-lost+found-folder' if 'wl-draft.
9674         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9675
9676 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9677
9678         * wl-expire.el (wl-summary-expire): Change messages.
9679         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9680         `deleing-info' instead of "Deleting..."
9681
9682 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9683
9684         * wl-summary.el (wl-summary-refile-subr): Fix.
9685
9686 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9687
9688         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9689         if pipe folder.
9690
9691 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9692
9693         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9694
9695 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9696
9697         * wl-expire.el (wl-expire-hide): New function.
9698         (wl-summary-expire): Add `hide'.
9699
9700 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9701
9702         * wl-vars.el (wl-draft-reply-without-argument-list):
9703         Changed default value to consider `Reply-To:'.
9704         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9705
9706         * Version number is increased to 2.3.90.
9707
9708         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9709         elmo-imap4-get-session with unwind-protect.
9710         Don't cause error.
9711         (wl-summary-sync-marks): Don't check plugged nor folder type.
9712         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9713         (Always keep current buffer).
9714
9715 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9716
9717         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9718         Enclose with `save-excursion'.
9719
9720 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9721
9722         * wl-version.el (wl-version): Remove interactive.
9723
9724 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9725
9726         * wl-version.el (wl-generate-user-agent-string): Use
9727         `product-string-verbose' instead of `product-string-1'.
9728
9729 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9730
9731         * wl-vars.el (wl-draft-use-cache): New variable.
9732         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9733         if wl-draft-use-cache is non-nil.
9734
9735 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9736
9737         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9738         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9739
9740 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9741
9742         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9743         (wl-thread-msg-mark-as-unread): Ditto.
9744
9745         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9746         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9747         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9748         Don't set mark in summary if return value of `elmo-mark-as-read'
9749         is nil.
9750         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9751         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9752         instead of `wl-thread-msg-mark-as-read'.
9753         (wl-summary-mark-as-unread-region): Ditto.
9754         (wl-summary-target-mark-mark-as-read): Ditto.
9755
9756         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9757
9758 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9759
9760         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9761
9762         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9763
9764 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9765
9766         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9767         face.
9768
9769 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9770
9771         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9772         `running-xemacs'.
9773
9774 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9775
9776         * wl-version.el (toplevel): Use `product-version-as-string' for
9777         set verstion-string, if defined.
9778
9779         * wl-version.el (wl-version-show): Insert string at point, when
9780         call with argument.
9781
9782         * wl-version.el (wl-generate-user-agent-string): Use
9783         `product-string-1' instead of `wl-appname', `wl-version' and
9784         `wl-codename'.
9785
9786 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9787
9788         * wl-address.el (toplevel): Use product-provide.
9789         * wl-demo.el (toplevel): Ditto.
9790         * wl-dnd.el (toplevel): Ditto.
9791         * wl-draft.el (toplevel): Ditto.
9792         * wl-e21.el (toplevel): Ditto.
9793         * wl-expire.el (toplevel): Ditto.
9794         * wl-fldmgr.el (toplevel): Ditto.
9795         * wl-folder.el (toplevel): Ditto.
9796         * wl-highlight.el (toplevel): Ditto.
9797         * wl-message.el (toplevel): Ditto.
9798         * wl-mime.el (toplevel): Ditto.
9799         * wl-mule.el (toplevel): Ditto.
9800         * wl-nemacs.el (toplevel): Ditto.
9801         * wl-refile.el (toplevel): Ditto.
9802         * wl-score.el (toplevel): Ditto.
9803         * wl-summary.el (toplevel): Ditto.
9804         * wl-template.el (toplevel): Ditto.
9805         * wl-thread.el (toplevel): Ditto.
9806         * wl-util.el (toplevel): Ditto.
9807         * wl-vars.el (toplevel): Ditto.
9808         * wl-xmas.el (toplevel): Ditto.
9809         * wl.el (toplevel): Ditto.
9810
9811 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9812
9813         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9814         instead of product.
9815
9816         * wl-version.el (wl-version): Compile time evalution elmo-version.
9817
9818 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9819
9820         * wl-summary.el (wl-summary-sync-force-update): Append queue
9821         `mark-as-read'if unplugged.
9822
9823 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9824
9825         * wl-version.el: New file.  Use product.el.
9826         * wl.el: add (require 'wl-version).
9827         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9828         for ~/.folders header.
9829         (wl-fldmgr-folders-header): Changed.
9830         * wl-demo.el (wl-demo): Use product.el.
9831
9832         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9833         wl-version.el.
9834         * wl-util.el (wl-version, wl-version-show): Ditto.
9835
9836         * wl-util.el (wl-generate-user-agent-string,
9837         wl-extended-emacs-version, wl-extended-emacs-version2,
9838         wl-extended-emacs-version3): Move to wl-version.el.
9839         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9840         xemacs-codename, mime-edit-insert-user-agent-field,
9841         mime-edit-user-agent-value, mime-editor/version,
9842         mime-editor/codename): Compile warning killer move to
9843         wl-version.el
9844
9845 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9846
9847         * wl-summary.el (wl-summary-refile-subr): Fix.
9848
9849 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9850
9851         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9852         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9853
9854 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9855
9856         * wl.el (wl-check-environment): Check too many `@'.
9857
9858 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9859
9860         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9861
9862 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9863
9864         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9865         wl-draft-reply-myself-without-argument-list): Add variables.
9866         * wl-draft.el (wl-draft-reply): Use it.
9867
9868 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9869
9870         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9871         the 5th argument of `elmo-network-get-spec'.
9872
9873         * wl-thread.el (wl-thread-reparent-children): New inline function.
9874         (wl-thread-delete-message): Use it.
9875
9876         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9877         (wl-summary-score-update-all-lines): Don't use `dolist'.
9878
9879 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9880
9881         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9882         (require 'elmo-msgdb) for inline function.
9883
9884 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9885
9886         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9887
9888 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9889
9890         * wl-score.el (wl-score-headers): Fix for the confusing macro
9891         `elmo-kill-buffer'.
9892
9893 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9894
9895         * wl-summary.el: Don't use the 3rd argument of `require' because
9896         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9897         * wl-util.el: Ditto.
9898         * wl-draft.el: Ditto.
9899
9900 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9901
9902         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9903         window system is not used.
9904
9905 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9906
9907         * wl-thread.el: Don't use `mapcar' only for iteration.
9908         (wl-thread-resume-entity): Ditto.
9909         (wl-thread-delete-message): Ditto.
9910
9911         * wl-summary.el: Bind `dragdrop-drop-functions',
9912         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9913         of `require' for `timezone', `easymenu' and `ps-print';
9914         don't use `mapcar' only for iteration.
9915
9916         * wl-util.el: Bind `mule-version', `nemacs-version',
9917         `emacs-beta-version', `xemacs-codename',
9918         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9919         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9920         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9921         only for iteration.
9922
9923         * wl-score.el: Don't use `mapcar' only for iteration.
9924         (wl-score-simplify-buffer-fuzzy): Ditto.
9925         (wl-score-simplify-subject): Ditto.
9926         (wl-score-headers): Ditto.
9927         (wl-summary-score-update-all-lines): Ditto.
9928
9929         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9930         `enable-multibyte-characters' and `mule-version'.
9931
9932         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9933         `mapcar' only for iteration.
9934
9935         * wl-demo.el: Don't use `mapcar' only for iteration.
9936
9937         * wl-folder.el: Don't use `mapcar' only for iteration.
9938         (wl-folder-open-all): Ditto.
9939         (wl-folder-count-incorporates): Ditto.
9940
9941         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9942         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9943
9944         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9945         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9946         `smtp-connection-type'; specify 3rd argument of `require' for
9947         `timezone'; don't use `mapcar' only for iteration.
9948         (wl-draft-clone-local-variables): Don't use `mapcar'.
9949         (wl-draft-generate-clone-buffer): Ditto.
9950         (wl-user-agent-compose-internal): Ditto.
9951
9952         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9953
9954         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9955         (wl-save-status): Ditto.
9956
9957         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9958         for iteration.
9959
9960 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9961
9962         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9963         removed `Date'.
9964         (wl-fldmgr-make-filter-default): New user option.
9965
9966         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9967         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9968         (wl-fldmgr-filter-completion-alist): Abolish.
9969
9970         * wl.el (wl): Don't check servers if arg is non-nil.
9971
9972         * wl-draft.el (wl-draft-reply): Set only message-id string to
9973         In-Reply-To field.
9974
9975 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9976
9977         * wl-summary.el (wl-summary-pick): Rewrite.
9978
9979         * wl-draft.el (wl-draft-forward): Get references field from
9980         original buffer.
9981         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9982
9983 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9984
9985         * wl-draft.el (wl-draft-forward): Add references field.
9986
9987 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9988
9989         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9990         (wl-draft-reply): Use it.
9991
9992 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9993
9994         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9995         when Emacs 21 is running.
9996
9997         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9998         bindings.
9999
10000 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10001
10002         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10003         XPM icons transparent.
10004
10005         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10006         Emacs 21.
10007
10008 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10009
10010         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10011         nil.
10012
10013         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10014         when it is persistent.
10015         (wl-summary-sync-marks): Changed argument for
10016         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10017         (wl-summary-virtual): Use `elmo-read-search-condition'.
10018         (wl-summary-redisplay-internal): If folder is local, mark as read
10019         even when folder is plugged.
10020
10021 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10022
10023         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10024         of `tool-bar-lines' in the frame parameters.
10025         (after-make-frame-functions, post-command-hook): Don't modify the
10026         value.
10027         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10028         wl-e21-tool-bar-lines): Removed.
10029
10030 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10031
10032         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10033         properties `evaporate' and `wl-momentary-overlay' as well.
10034         (wl-highlight-summary-displaying): Ditto.
10035         (wl-delete-all-overlays): Don't delete overlay which does not have
10036         a property `wl-momentary-overlay'.
10037
10038         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10039         `display-mouse-p' and `display-graphic-p'.
10040         (wl-folder-init-icons): Don't search for XBM or the other files.
10041         (wl-plugged-set-folder-icon): Make icons if and only if
10042         `display-graphic-p' returns non-nil.
10043         (wl-highlight-plugged-current-line): Use `before-string' overlay
10044         property to show icon images.
10045         (wl-highlight-folder-current-line): Ditto.
10046         (wl-e21-highlight-folder-group-line): Ditto.
10047         (wl-e21-highlight-folder-by-numbers): Ditto.
10048         (wl-e21-insert-image): Removed.
10049         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10050         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10051         said.
10052         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10053         `wl-e21-force-switch-toolbar'.
10054         (wl-e21-make-icon-image): Removed.
10055         (wl-e21-setup-toolbar): Don't search for XBM files.
10056         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10057         the default value.
10058
10059 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10060
10061         * wl-util.el (wl-biff-check-folder-async): Set
10062         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10063
10064 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10065
10066         * wl-e21.el (after-make-frame-functions): Add
10067         `wl-e21-force-switch-toolbar'.
10068         (wl-e21-force-switch-toolbar): New function force to switch the
10069         toolbar appearance automatically.
10070         (post-command-hook): Add `wl-e21-switch-toolbar'.
10071         (wl-e21-switch-toolbar): New function to switch the toolbar
10072         appearance automatically.
10073         (wl-e21-tool-bar-lines): New buffer local variable.
10074
10075 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10076
10077         * wl-util.el (wl-biff-check-folders-running): New variable.
10078         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10079         (wl-biff-check-folder-async-callback):
10080         Set `wl-biff-check-folders-running'.
10081         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10082         with unwind-protect.
10083
10084         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10085         Enclose `wl-folder-auto-check' with unwind-protect.
10086
10087         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10088         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10089
10090         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10091
10092         * wl-util.el (wl-biff-notify): New inline function.
10093         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10094         locally.
10095         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10096         folder-list' is 1.
10097         Use `wl-biff-notify'.
10098         (wl-biff-check-folder-async-callback): New function.
10099         (wl-biff-check-folder-async): Ditto.
10100
10101         * wl-folder.el (wl-folder): Don't check folders.
10102         (wl-folder-auto-check): New function.
10103
10104 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10105
10106         * wl-util.el (wl-biff-start) [Emacs19+]:
10107         Use `timer-next-integral-multiple-of-time'.
10108         (wl-biff-check-folders): Use `wl-default-folder'
10109         if `wl-biff-check-folder-list' is nil.
10110
10111 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10112
10113         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10114         instead of `elmo-delete-lists'.
10115
10116 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10117
10118         * wl.el (wl-plugged-toggle-all): Set the value of
10119         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10120         (wl-plugged-toggle): Ditto.
10121         (wl-toggle-plugged): Ditto.
10122         (wl-plugged-init): Ditto.
10123
10124         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10125         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10126         instead of `wl-biff-state-indicator-off' and
10127         `wl-biff-state-indicator-on'; don't modify the value and the type
10128         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10129         (wl-plugged-init-icons): Set icons data to
10130         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10131         instead of `wl-plug-state-indicator-off' and
10132         `wl-plug-state-indicator-on'; don't modify the value and the type
10133         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10134
10135         * wl-vars.el (wl-modeline-biff-state-off,
10136         wl-modeline-biff-state-on, wl-modeline-biff-status,
10137         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10138         wl-modeline-plug-status): New internal variables.
10139         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10140         wl-biff-check-interval, wl-biff-check-folder-list): Change
10141         customization group from `wl-folder' to `wl-highlight'.
10142         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10143         wl-show-plug-status-on-modeline): Defcustomized.
10144
10145         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10146         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10147         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10148         a flag to `mode-line-buffer-identification'.
10149
10150         * wl-e21.el (wl-biff-init-icons): Set icons data to
10151         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10152         instead of `wl-biff-state-indicator-off' and
10153         `wl-biff-state-indicator-on'.
10154         (wl-plugged-init-icons): Set icons data to
10155         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10156         instead of `wl-plug-state-indicator-off' and
10157         `wl-plug-state-indicator-on'.
10158
10159 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10160
10161         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10162         excessive titles.
10163
10164 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10165
10166         * wl.el (wl-plugged-mode): Use revised
10167         `wl-mode-line-buffer-identification'.
10168         (wl-plugged-init): Don't use `force-mode-line-update'.
10169
10170         * wl-xmas.el (wl-draft-overload-functions): Use revised
10171         `wl-mode-line-buffer-identification'.
10172         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10173         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10174         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10175         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10176         `wl-make-plugged-hook';
10177         add `wl-folder-init-icons' and `wl-setup-folder' to
10178         `wl-folder-mode-hook'.
10179
10180         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10181         19 as well.
10182         (wl-mode-line-display-priority-list): New user option.
10183         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10184         Defcustomized.
10185         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10186         Add docs.
10187
10188         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10189         start.
10190         (wl-mode-line-buffer-identification): Revised as a function.
10191
10192         * wl-summary.el (wl-summary-mode): Use revised
10193         `wl-mode-line-buffer-identification'; don't call
10194         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10195         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10196         `wl-xmas-setup-summary'.
10197
10198         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10199         `wl-mode-line-buffer-identification'.
10200
10201         * wl-mule.el (wl-draft-overload-functions): Use revised
10202         `wl-mode-line-buffer-identification'.
10203
10204         * wl-folder.el (wl-make-plugged-alist): Don't call
10205         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10206         (wl-folder): Don't call `wl-folder-init-icons' directly.
10207         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10208         `wl-xmas-setup-folder' directly;
10209         use revised `wl-mode-line-buffer-identification'.
10210         (TopLevel): Don't bind `wl-biff-init-icons',
10211         `wl-plugged-init-icons', `wl-folder-init-icons',
10212         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10213
10214         * wl-e21.el (wl-draft-overload-functions): Use revised
10215         `wl-mode-line-buffer-identification'.
10216         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10217         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10218         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10219         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10220         `wl-make-plugged-hook';
10221         add `wl-folder-init-icons' and `wl-setup-folder' to
10222         `wl-folder-mode-hook'.
10223
10224 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10225             Katsumi Yamaoka    <yamaoka@jpl.org>
10226
10227         * wl.el (wl): Call `wl-biff-start'.
10228         (wl-exit): Call `wl-biff-stop'.
10229         (wl-plugged-mode): Show biff in modeline.
10230         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10231
10232         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10233         (wl-biff-init-icons): New function.
10234         (wl-plugged-init-icons): Don't make too much keymaps.
10235         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10236
10237         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10238         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10239         variables.
10240         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10241         options.
10242
10243         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10244         wl-biff-start, wl-biff-stop): New functions.
10245         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10246         (wl-biff-timer-name): New variable.
10247
10248         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10249
10250         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10251         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10252
10253         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10254         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10255
10256         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10257         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10258         `wl-folder-init-icons' to `ignore' if they are not available.
10259         (wl-folder-mode): Show biff in modeline.
10260
10261         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10262         (wl-biff-init-icons): New function.
10263         (wl-plugged-init-icons): Don't make too much keymaps.
10264         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10265
10266 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10267
10268         * wl-vars.el (wl-strict-diff-folders): Customization Type
10269         and doc fix.  Define as a list of regular expressions for
10270         folders or nil.
10271         * wl-folder.el (wl-folder-check-one-entity): Use
10272         `wl-string-match-member' instead of `wl-string-member' for
10273         `wl-strict-diff-folders'.
10274
10275 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10276
10277         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10278         (wl-highlight-folder-current-line): Use it; new implementation.
10279         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10280         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10281         `defsubst' instead of `defun'.
10282
10283         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10284         `wl-highlight-group-folder-by-numbers'; made it can also be a
10285         number.  See info for more details.
10286
10287         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10288         running.
10289
10290         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10291         to bind them.
10292
10293         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10294         (wl-highlight-folder-current-line): New implementation.
10295
10296         * wl-highlight.el (wl-highlight-folder-group-line): New
10297         implementation.
10298         (wl-delete-all-overlays): Rewrite as a marco.
10299         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10300
10301         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10302         running.
10303         (wl-folder-*-glyph): No need to bind them.
10304
10305         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10306         `wl-e21-highlight-folder-group-icon'; rewrite.
10307         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10308         `defsubst' instead of `defun'.
10309         (wl-folder-mode-map): Bind it when compiling.
10310
10311 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10312
10313         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10314
10315         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10316
10317 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10318
10319         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10320
10321 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10322
10323         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10324         (wl-highlight-folder-current-line): Use it.
10325
10326         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10327         in `id-name'.
10328
10329 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10330
10331         * wl.el: Require `wl-e21' when Emacs 21 is running.
10332
10333         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10334         default when Emacs 21 is running.
10335         (wl-use-highlight-mouse-line): Ditto.
10336         (wl-on-emacs21): New constant.
10337         (wl-on-emacs20): Removed.
10338
10339         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10340         Emacs 21 is running.
10341
10342         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10343         Emacs 21 is running.
10344
10345         * wl-e21.el: New file.
10346
10347 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10348
10349         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10350         (wl-toggle-plugged): Ditto.
10351         (wl-plugged-toggle): Ditto.
10352         (wl-plugged-toggle-all): Ditto.
10353
10354         * wl-vars.el (wl-plug-state-indicator): Refer
10355         `wl-plug-state-indicator-on' indirectly.
10356
10357 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10358
10359         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10360         Call `wl-folder-confirm-existence'.
10361
10362         * wl-folder.el (wl-folder-confirm-existence): Added optional
10363         argument `force'.
10364
10365 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10366
10367         * wl-summary.el (wl-summary-refile-subr): Assume
10368         `copy-or-refile' as symbol.
10369         (wl-summary-refile): Follow up above change.
10370         (wl-summary-copy): Ditto.  Doc fix.
10371
10372 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10373
10374         * wl-summary.el (wl-summary-pick): Don't bind
10375         `elmo-search-mime-charset'.
10376
10377         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10378         default using old backquote style.
10379         (wl-search-mime-charset): Abolished.
10380
10381         * wl-highlight.el (wl-highlight-headers):
10382         Call `point' after `re-search-forward'(for Nemacs).
10383
10384         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10385         for elmo-imap4.el.
10386
10387 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10388
10389         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10390         `wl-message-ignored-field-list' instead of
10391         `mime-view-ignored-field-list'.
10392
10393         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10394         Add interactive spec.
10395         (wl-folder-goto-bottom-of-current-folder): Ditto.
10396         (wl-folder-mode-map): Bind them.
10397
10398         * wl-vars.el (wl-message-ignored-field-list): New variable.
10399         (wl-message-visible-field-list): New variable.
10400
10401         * wl-mime.el (wl-mime-header-presentation-method): New function.
10402         (wl-mime-setup): Set header-presentation-method.
10403
10404 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10405
10406         * wl-nemacs.el (wl-draft-overload-functions): Set
10407         `mode-line-buffer-identification' instead of using
10408         `wl-make-modeline'.
10409
10410         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10411         instead of using `wl-make-modeline'.
10412
10413         * wl-xmas.el (wl-plugged-init-icons): Set up
10414         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10415         (wl-make-modeline): Abolish.
10416         (wl-draft-overload-functions): Set
10417         `mode-line-buffer-identification' instead of using
10418         `wl-make-modeline'.
10419
10420         * wl-util.el (wl-make-modeline-subr): Abolish.
10421         (wl-mode-line-buffer-identification): New alias.
10422
10423         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10424         (wl-summary-make-modeline): Abolish.
10425         (wl-summary-buffer-set-folder): Set
10426         `wl-summary-buffer-folder-indicator'.
10427         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10428         of using `wl-make-modeline'.
10429         (wl-summary-switch-to-clone-buffer): Don't set
10430         `mode-line-buffer-identification'.
10431         (wl-summary-goto-folder-subr): Ditto.
10432
10433         * wl-mule.el (wl-draft-overload-functions): Set
10434         `mode-line-buffer-identification' instead of using
10435         `wl-make-modeline'.
10436
10437         * wl-folder.el (wl-folder-mode): Set
10438         `mode-line-buffer-identification' instead of using
10439         `wl-make-modeline'.
10440         (wl-folder): Don't set `mode-line-buffer-identification'.
10441
10442 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10443
10444         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10445         instead of `member' for `wl-refile-guess-func-list' look-ups.
10446         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10447
10448 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10449
10450         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10451         `wl-message-button-dispatcher'.
10452
10453         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10454
10455         * wl-message.el (wl-message-button-dispatcher): Use it.
10456
10457         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10458         "In-Reply-To".
10459
10460         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10461         Bind `case-fold-search' to t.
10462
10463 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10464
10465         * wl-xmas.el (wl-message-overload-functions): Initialize
10466         `wl-message-button-map'.
10467
10468         * wl-mule.el (wl-message-overload-functions): Initialize
10469         `wl-message-button-map'.
10470
10471         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10472
10473         * wl-message.el (wl-message-button-map): New keymap.
10474         (wl-message-add-button): New function.
10475         (wl-message-button-dispatcher): New function.
10476         (wl-message-button-refer-article): New function.
10477
10478         * wl-highlight.el
10479         (wl-highlight-message-add-buttons-to-header): New function.
10480         (wl-highlight-headers): Use it.
10481
10482 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10483
10484         * wl-summary.el (wl-summary-default-from): Use
10485         `wl-address-get-petname-1'.
10486         (wl-summary-simple-from): Ditto.
10487
10488         * wl-address.el (wl-address-get-petname-1): New inline function.
10489         (wl-address-get-petname): Use it.
10490
10491 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10492
10493         * wl-summary.el (wl-summary-default-from): Return full-name part
10494         from the address if no petname was found.
10495         (wl-summary-simple-from): Ditto.
10496
10497         * wl-address.el (wl-address-get-petname): Return nil if no petname
10498         associated with the address was found.
10499
10500 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10501
10502         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10503         display is finished.
10504
10505 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10506
10507         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10508         `elmo-folder-exists-p' argument.
10509
10510 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10511
10512         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10513         the folder.
10514
10515 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10516
10517         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10518
10519         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10520         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10521
10522 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10523
10524         * wl-folder.el (wl-folder-create-subr): New function.
10525         (wl-folder-confirm-existence): Use it.
10526         (wl-folder-check-one-entity): Use it.
10527         Check the error symbol is derived from 'elmo-open-error.
10528
10529         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10530         `ignore-error'.
10531
10532 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10533
10534         * wl-util.el (toplevel): Add (eval-when-compile (require
10535         'elmo-util)).  (Maybe `provide' is typo.)
10536
10537 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10538
10539         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10540         (I don't know why this was needed.)
10541
10542         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10543         Follow up changes for stream-type.
10544
10545         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10546         (wl-draft-elmo-nntp-send): Ditto.
10547
10548         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10549         (wl-nntp-posting-stream-type): Ditto.
10550         (wl-pop-before-smtp-ssl): Abolished.
10551         (wl-nntp-posting-ssl): Ditto.
10552
10553         * wl-address.el (wl-address-quote-specials): New function.
10554         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10555
10556         * wl-draft.el (wl-draft-reply): Ditto.
10557
10558 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10559
10560         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10561         use function `wl-string-match-assoc'.
10562
10563 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10564
10565         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10566
10567         * wl-draft.el (wl-draft-deduce-address-list): New function.
10568         (wl-draft-parse-mailbox-list): Ditto.
10569         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10570         instead of `smtp-deduce-address-list'.
10571         (wl-draft-on-field-p): Follow group list.
10572
10573         * wl-address.el (wl-address-concat-token): New function.
10574         (wl-address-string-without-group-list-contents): Ditto.
10575         (wl-complete-field-body): Fixed problem of completion
10576         by japanese petname.
10577         (wl-address-make-completion-list): Rewrite.
10578
10579 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10580
10581         * wl-address.el (wl-address-make-completion-list): Completion by
10582         petname.
10583         (wl-complete-field-body): Likewise.
10584
10585 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10586
10587         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10588         contains invalid address syntax.
10589
10590 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10591
10592         * wl-folder.el (wl-folder-check-entity-async): Use
10593         `elmo-nntp-spec-hostname'.
10594
10595 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10596
10597         * wl-summary.el (wl-summary-msgdb-load-async): Use
10598         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10599
10600 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10601
10602         * wl-draft.el (wl-draft-reply): Set argument
10603         `content-transfer-encoding' as nil.
10604
10605 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10606
10607         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10608         `wl-refile-alist'.
10609
10610 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10611
10612         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10613         (wl-draft-edit-string): Ditto.
10614         (wl-draft-forward): Ditto.
10615         * wl-summary.el (wl-summary-write): Ditto.
10616
10617 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10618
10619         * wl-summary.el (wl-summary-sync-update3): Call
10620         `wl-summary-buffer-number-column-detect'.
10621         (wl-summary-buffer-number-column-detect): Search from point-min.
10622
10623 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10624
10625         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10626         contains an address which is not included in original to or cc.
10627
10628 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10629
10630         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10631         begin-line does not exist.
10632         * wl-message.el (wl-message-uu-substring): Ditto.
10633
10634 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10635
10636         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10637         clear local variables.
10638         (wl-summary-exit): Call `elmo-commit'.
10639         (wl-summary-switch-to-clone-buffer): Call
10640         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10641         (wl-summary-goto-folder-subr): Ditto.
10642
10643         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10644         POP folder.
10645
10646 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10647
10648         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10649         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10650         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10651         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10652         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10653         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10654
10655         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10656
10657 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10658
10659         * wl-summary.el (wl-summary-search-by-subject):
10660         Search parent message from the latest one.
10661
10662 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10663
10664         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10665         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10666
10667         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10668         New user option.
10669
10670         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10671         if elmo-nntp-use-killed-list is nil.
10672         Use `elmo-msgdb-append-to-killed-list'.
10673         (Append numbers confirmed as disappeared to the killed list.)
10674         (wl-summary-confirm-appends): Don't display negative number.
10675
10676 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10677
10678         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10679
10680 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10681
10682         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10683         range is `all'.
10684         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10685         `elmo-list-bigger-diff'.
10686
10687 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-summary.el (wl-summary-buffer-exit-func):
10690         New buffer local variable.
10691         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10692
10693 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10694
10695         * wl-demo.el (wl-demo): Fix the last change.
10696
10697 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10698
10699         * wl-demo.el (wl-demo): Don't use `eval'.
10700
10701 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10702
10703         * wl-summary.el (wl-summary-buffer-thread-modified):
10704         New buffer-local variable.
10705         (wl-summary-set-thread-modified): New function.
10706         (wl-summary-thread-modified-p): New function.
10707         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10708         (wl-summary-yank-saved-message): Use function
10709         `wl-summary-set-thread-modified'
10710         (wl-summary-switch-to-clone-buffer): Add
10711         `wl-summary-buffer-thread-modified'.
10712
10713         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10714         (wl-summary-buffer-mark-saved-hook): Ditto.
10715         * wl-summary.el (wl-summary-msgdb-save): New hook
10716         `wl-summary-buffer-message-saved-hook' and
10717         `wl-summary-buffer-mark-saved-hook'.
10718
10719 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10720
10721         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10722
10723 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10724
10725         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10726         don't hide scroll bars under FSF Emacsen because it may incur an
10727         undesirable redrawing.
10728
10729 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10730
10731         * wl-draft.el (wl-draft-edit-string): Call
10732         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10733
10734 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10735
10736         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10737
10738 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10739
10740         * wl-summary.el (wl-summary-msgdb-load-async): Call
10741         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10742
10743 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10744
10745         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10746         fringes in demo buffer; center bitmap logo correctly even if old
10747         Mule is used.
10748
10749 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10750
10751         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10752
10753         * wl-refile.el (wl-refile-subject-alist): New variable.
10754         (wl-refile-subject-alist-file-name): Ditto.
10755         (wl-refile-alist-setup): Rewrite.
10756         (wl-refile-alist-save): Use `elmo-object-save'.
10757         Eliminated arguments.
10758         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10759         (wl-refile-guess-by-subject): New function.
10760         (wl-refile-guess-func-list): Added it.
10761
10762 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10763
10764         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10765         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10766
10767 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10768
10769         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10770         New buffer-local variable.
10771         (wl-summary-buffer-next-folder-func): Ditto.
10772         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10773         if non-nil.
10774         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10775         if non-nil.
10776         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10777         if non-nil.
10778         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10779         if non-nil.
10780
10781 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10782
10783         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10784         permanently in the demo buffer.
10785
10786 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10787
10788         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10789         `mime-entity-fetch-field'.
10790
10791         * wl.el (wl-exit): Delete plugged buffer.
10792
10793         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10794         XEmacs has menubar feature.
10795
10796 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10797
10798         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10799         cannot arrive at the beginning of the buffer under old Emacsen.
10800
10801 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10802
10803         * wl-address.el (wl-address-ldap-search):
10804         Call `ldap-search-entries' with `withdn' argument t.
10805         (wl-complete-field-body): Bind completion-ignore-case as t.
10806         Clear ldap search hash when it was sole completion.
10807         Use elmo-string for pattern string.
10808         (wl-ldap-alias-safe-string): Eliminated needless let.
10809
10810 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10811
10812         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10813         (wl-ldap-alias-sep): New constant.
10814         (wl-ldap-search-attribute-type-list): Ditto.
10815         (wl-ldap-get-value): New function.
10816         (wl-ldap-make-filter): Ditto.
10817         (wl-ldap-make-matched-value-list): Ditto.
10818         (wl-ldap-alias-safe-string): Ditto.
10819         (wl-ldap-register-dn-string): Ditto.
10820         (wl-address-ldap-search): Rewrite.
10821
10822 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10823
10824         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10825         thread is deleted.
10826         (wl-thread-delete-line-from-buffer): Ditto.
10827         (wl-thread-get-exist-children): New function.
10828
10829 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10830
10831         * wl-demo.el (wl-demo): Made it to select various image types.
10832         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10833         from `wl-title-logo'.
10834         (wl-logo-ascii): New variable.
10835         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10836         (wl-demo-copyright-notice): New constant.
10837
10838         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10839
10840 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10841
10842         * wl-vars.el (wl-summary-target-above): Renamed from
10843         wl-summary-temp-above.
10844         * wl-score.el (wl-score-get-score-alist): Use it.
10845         (wl-summary-score-update-all-lines): Use it.
10846         * wl-summary.el: Ditto. (make-variable-buffer-local).
10847
10848 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10849
10850         * wl-vars.el (wl-ldap-port): New user option.
10851
10852         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10853         Rewite whole implementation.
10854         (wl-complete-field-body): Fixed.
10855
10856 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10857
10858         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10859         Choose implementation at compile time.
10860
10861 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10862
10863         * wl-address.el (wl-ldap-search-internal): New function.
10864         (wl-complete-field-to): Use it.
10865
10866 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10867
10868         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10869         Use `let' instead of `let*'.
10870         Require 'wl-vars.
10871
10872         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10873         Define as defcustom.
10874         (wl-ldap-base): Ditto.
10875         (wl-use-ldap): Ditto.
10876
10877 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10878
10879         * wl-address.el (wl-ldap-search): New function.
10880         (wl-complete-field-body): Use `wl-ldap-search'.
10881         (wl-ldap-server): New variable.
10882         (wl-ldap-base): Ditto.
10883         (wl-use-ldap): Ditto.
10884
10885 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10886
10887         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10888         (Pointed out by Mito <mit@nines.nec.co.jp>).
10889         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10890         buffer-local variables like `wl-summary-redisplay-internal'.
10891         (wl-summary-redisplay-all-header): Likewise.  Update
10892         Summary view too.
10893
10894 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10895
10896         * wl-summary.el (wl-summary-jump-to-parent-message):
10897         Consider prefix argument.
10898
10899         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10900         when closed thread is deleted.
10901
10902 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10903
10904         * wl-summary.el (wl-summary-jump-to-parent-message):
10905         Consider thread modification.
10906
10907 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10908
10909         * wl-message.el (wl-message-normal-get-original-buffer): Use
10910         `save-excursion'.
10911
10912         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10913         (wl-summary-showto-folder-regexp): Ditto.
10914
10915 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10916
10917         * wl-util.el (wl-delete-alist): Doc fix.
10918         (wl-delete-associations): New function.
10919         (wl-inverse-alist): New function.
10920         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10921         Split temporary variables. Use `wl-delete-associations'
10922         and `wl-inverse-alist'.
10923         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10924
10925 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10926
10927         * wl-folder.el (wl-folder-prefetch-entity):
10928         Execute prefetching if new count is unknown.
10929
10930 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10931
10932         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10933
10934         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10935         delete entity.
10936         (wl-thread-set-parent): If insert as top, set linked as nil.
10937
10938         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10939         `wl-thread-cleanup-symbols' when view mode is thread.
10940
10941 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10942
10943         * wl-folder.el (wl-folder-create-folder-entity): Use
10944         with-current-buffer.
10945         (wl-local-folder-init): Call set-buffer to make sure we are in
10946         the Folder buffer. Don't touch buffer-local variables here.
10947         (wl-folder-mode): Initialize buffer-local variables here.
10948
10949         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10950         (wl-folder-entity-assign-id): Ditto.
10951         (wl-folder-create-entity-hashtb): Ditto.
10952         (wl-local-folder-init): Ditto.
10953         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10954
10955 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10956
10957         * wl-summary.el (wl-summary-default-from): Fix probrem when
10958         std11-extract-address-components return (nil "foo@bar").
10959
10960 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10961
10962         * wl-draft.el (wl-draft-clone-local-variables):
10963         Remove redundant `setq'.
10964
10965 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10966
10967         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10968         Bind wl-highlight-x-face-func as nil while highlighting header.
10969
10970 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10971
10972         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10973
10974 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10975
10976         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10977         elmo-msgdb-overview-hashtb from copy-variables.
10978         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10979         instead of `elmo-msgdb-overview-get-entity-by-number'.
10980         (wl-summary-auto-refile): Ditto.
10981
10982         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10983         `elmo-msgdb-overview-get-entity' instead of
10984         `elmo-msgdb-search-overview-entity'.  Use
10985         `elmo-msgdb-overview-get-entity' instead of
10986         `elmo-msgdb-overview-get-entity-by-number'.
10987         (wl-thread-insert-entity-sub): Ditto.
10988         (wl-thread-insert-message): Ditto.
10989
10990         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10991         `elmo-msgdb-overview-get-entity'.
10992         (wl-normal-message-redisplay): Ditto.
10993
10994 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10995
10996         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10997         `wl-thread-entities'.
10998         (wl-thread-delete-message): Fix remove top message from
10999         `wl-thread-entity-list'.
11000
11001         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11002         wl-append(nconc), because update-list is broken on Meadow.
11003
11004         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11005         updating process.
11006         (wl-summary-rescan): Ditto.
11007         (wl-summary-sync-update3): Ditto.
11008         * wl-thread.el (wl-thread-set-parent): Renamed from
11009         `wl-summary-set-parent'.
11010         (wl-thread-insert-message): Updating buffer faster.
11011         (wl-thread-delete-message): Updating buffer faster.
11012
11013         * wl-score.el (wl-summary-score-update-all-lines): Changed
11014         interval for display progress gauge.
11015
11016 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11017
11018         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11019         folder always-sticky.
11020         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11021         defmacro.
11022
11023 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11024
11025         * wl-vars.el (wl-draft-add-references): New user option.
11026
11027         * wl-draft.el (wl-draft-add-references): New function.
11028         (wl-draft-yank-from-mail-reply-buffer): Use it.
11029         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11030         as nil.
11031
11032 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11033
11034         * wl-thread.el (wl-thread-update-line-msgs): Called
11035         `wl-thread-update-line-on-buffer-sub'.
11036         (wl-thread-update-line-on-buffer): Delete routine of inserting
11037         thread.
11038         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11039         moved from `wl-thread-update-line-on-buffer'.
11040         Add threshold for displaying progress gauge.
11041         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11042         argument of `wl-thread-update-line-msgs'.
11043         Add threshold for displaying progress gauge.
11044         * wl-folder.el:
11045         Add threshold for displaying progress gauge.
11046         * wl-score.el: Ditto.
11047
11048         * wl-expire.el (wl-summary-expire): Display deleting info.
11049
11050 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11053         `no-msg'.
11054         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11055         argument of `wl-thread-update-line-msgs'.
11056         (wl-summary-set-parent): Added optional argument `parent-number'.
11057         (wl-summary-buffer-saved-message): New buffer local variable.
11058         (wl-summary-save-current-message): New command.
11059         (wl-summary-yank-saved-message): Ditto.
11060         (wl-summary-mode-map): Added key binding for
11061         `wl-summary-save-current-message' (\ew) and
11062         `wl-summary-yank-saved-message' (\C-y).
11063         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11064
11065 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11066
11067         * wl-summary.el (wl-summary-mode-map): Added key binding for
11068         `wl-summary-set-parent' (ts).
11069
11070 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11071
11072         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11073         subject faster. If thread number is reverse, delayed updating
11074         thread.
11075         (wl-summary-search-by-subject): Ditto.
11076         (wl-summary-put-alike): Ditto.
11077         (wl-summary-get-alike): Ditto.
11078         (wl-summary-insert-headers): Insert header of all overview in
11079         buffer.
11080         (wl-summary-rescan): Delayed updating thread. Kill search subject
11081         buffer for wl-summary-search-by-subject.
11082         (wl-summary-sync-update3): Ditto.
11083         (wl-summary-exit): Ditto.
11084         (wl-summary-goto-bottom-of-current-thread): Change for linked
11085         thread.
11086         (wl-summary-overview-create-summary-line): Change line for linked
11087         thread.
11088
11089         * wl-summary.el (wl-summary-update-thread): Use
11090         wl-thread-maybe-get-children-num.
11091         (wl-summary-set-parent): If change parent, move sub thread.
11092         (wl-summary-redisplay-internal): Add horizontal recenter.
11093         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11094
11095         * wl-thread.el (wl-thread-entity-get-linked): New function.
11096         (wl-thread-entity-set-linked): New function.
11097         (wl-thread-create-entity): Add linked element.
11098         (wl-thread-entity-insert-as-top): Use wl-append.
11099         (wl-thread-maybe-get-children-num): If closing thread, return
11100         children msgs.
11101         (wl-thread-update-line-msgs): Displaying progress message.
11102         (wl-thread-update-line-on-buffer-sub): Use
11103         wl-thread-maybe-get-children-num.
11104         (wl-thread-update-line-on-buffer): If update line is not exists,
11105         insert thread.
11106         (wl-thread-delete-message): If delete top msg of thread, search
11107         parent by subject.
11108         (wl-thread-insert-entity): Use
11109         wl-thread-maybe-get-children-num.
11110
11111         * wl-highlight.el (wl-highlight-summary-current-line): change
11112         sregexp for linked thread.
11113         * wl-util.el (wl-count-lines): Count lines.
11114         (wl-horizontal-recenter): horizontal recenter.
11115         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11116         (wl-score-get-alike): Ditto.
11117         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11118         (wl-subject-length-limit): New variable.
11119         (wl-highlight-thread-indent-string-regexp): Changed for linked
11120         thread.
11121
11122 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11123
11124         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11125         New variable (revival).
11126         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11127         by subject matching if there's no in-reply-to nor references field
11128         (revival).
11129
11130 \f
11131 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11132
11133         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11134         message.
11135
11136 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11137
11138         * wl-summary.el (wl-summary-reply): Return t if there was a
11139         message at cursor point.
11140         Added unwind-protect.
11141         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11142         returns t.
11143         (wl-summary-cancel-message): Do nothing when there's no message at
11144         cursor point.
11145         (wl-summary-forward): Ditto.
11146         (wl-summary-jump-to-parent-message): Ditto.
11147         (wl-summary-reedit): Ditto.
11148         (wl-summary-edit-addresses): Ditto.
11149         (wl-summary-pipe-message): Ditto.
11150         (wl-summary-print-message-with-ps-print): Ditto.
11151         (wl-summary-print-message): Ditto.
11152         (wl-summary-mark-as-important): Ditto.
11153         (wl-summary-mark-as-unread): Ditto.
11154
11155         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11156         message at cursor point.
11157         (wl-summary-reply-with-citation): Remove unwind-protect.
11158
11159         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11160         subject searching feature.
11161         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11162         Eliminated.
11163
11164 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11165
11166         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11167         New variable.
11168         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11169         by subject matching if there's no in-reply-to nor references field.
11170
11171         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11172
11173         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11174         when display is finished.
11175         (wl-folder-open-all): Ditto.
11176         (wl-folder-update-access-group): Ditto.
11177         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11178         * wl-thread.el (wl-thread-close-all): Ditto.
11179
11180         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11181         progress gauge only when it was displayed.
11182         * wl-folder.el (wl-folder-insert-entity): Ditto.
11183
11184 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11185
11186         * wl-summary.el (wl-summary-incorporate): Enclose
11187         `wl-summary-sync-force-update' with save-excursion.
11188
11189 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11190
11191         * wl-summary.el (wl-summary-prefetch-region):
11192         Pass current cursor point to `pos-visible-in-window-p' after
11193         moving cursor to the started point.
11194
11195 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11196
11197         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11198
11199         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11200         fields from the forwarding message.
11201         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11202         `ignored-fields'.
11203
11204 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11205
11206         * wl-mime.el (wl-message-request-partial):
11207         Eliminated argument `msgdb'.
11208         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11209         (wl-mime-combine-message/partial-pieces): Likewise.
11210         * tm-wl.el (wl-message-request-partial): Likewise.
11211         (wl-mime-combine-message/partial-pieces): Likewise.
11212
11213 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11214
11215         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11216         when display is finished.
11217
11218 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11219
11220         * wl-summary.el (wl-summary-goto-folder-subr):
11221         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11222
11223 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11224
11225         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11226         when cursor point is visible.
11227
11228 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11229
11230         * wl-expire.el (wl-expire-archive-get-max-number):
11231         Don't use `file-name-directory'.
11232
11233 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11234
11235         * wl-expire.el (wl-expire-archive-get-max-number):
11236         Use `file-name-directory'.
11237
11238 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11239
11240         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11241         only when there is progress.
11242
11243 2000-04-13  Mito <mit@nines.nec.co.jp>
11244
11245         * wl-summary.el (wl-summary-sync-marks): Display progress.
11246
11247 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11248
11249         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11250         (wl-summary-prev): Move cursor regardless of unread status.
11251         (wl-summary-next): Ditto.
11252
11253 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11254
11255         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11256         Added argument `target' and `number'.
11257         * tm-wl.el (wl-summary-burst-subr): New function.
11258         (wl-summary-burst): Use it.
11259
11260 2000-04-10  Mito <mit@nines.nec.co.jp>
11261
11262         * wl-mime.el (wl-burst): New function.
11263         (wl-summary-burst): Use it.
11264
11265 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11266
11267         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11268         as petname when there's no candidate.
11269
11270 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11271
11272         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11273         New variable.
11274         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11275
11276         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11277
11278         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11279
11280 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11281
11282         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11283         Use substring of `original' instead of buffer-substring.
11284         (wl-refile-evaluate-rule):
11285         Set `original' argument of wl-refile-expand-newtext.
11286
11287         * wl-summary.el
11288         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11289         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11290         (wl-summary-auto-refile): Check existence of destination folder just
11291         before marking.
11292
11293 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11294
11295         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11296         when wl-refile-get-field-value return nil.
11297
11298 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11299
11300         * wl-refile.el
11301         (wl-refile-expand-newtext): New function imported from Gnus.
11302         (wl-refile-evaluate-rule): Use it.
11303
11304 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11305
11306         * wl-summary.el (wl-summary-print-destination):
11307         Duplicate folder string to avoid putting text-property on
11308         original string.
11309
11310         * wl-refile.el (wl-refile-get-field-value): New function.
11311         (wl-refile-evaluate-rule): New function;
11312         Evaluate refile rule recursively.
11313         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11314         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11315         New function; Check existence of a target folder recursively.
11316         (wl-summary-auto-refile-check-refile-rule-alist):
11317         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11318
11319 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11320
11321         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11322
11323         * wl-folder.el (wl-create-folder-entity-from-buffer):
11324         Fixed problem when '}' character is contained in folder name.
11325
11326         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11327
11328 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11329
11330         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11331         (wl-fldmgr-add-completion-all-completions):
11332         Use wl-fldmgr-add-completion-hashtb.
11333
11334 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11335
11336         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11337         wl-fldmgr-add-completion-subr): New functions.
11338         * wl-folder.el (wl-folder-completion-func): New variable.
11339         * wl-summary.el (wl-summary-read-folder):
11340         Use wl-folder-completion-func.
11341
11342         * wl-refile.el: Eliminate throw & catch.
11343
11344         * wl.el (wl-plugged-sending-queue-status): Fixed.
11345
11346 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11347
11348         * wl-draft.el (wl-draft): Put category property on
11349         mail-header-separator.