(wl-summary-test-spam): Call `wl-summary-unmark-spam' for the message not
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
4         for the message not classified as spam.
5         (wl-summary-test-spam-messages): New function.
6         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
7         instead of `wl-spam-map-spam-messages'.
8
9 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
10
11         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
12         (wl-summary-define-mark-action): Define unmark functions.
13         (wl-summary-unmark): Add the second argument `mark'.
14         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
15
16 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
17
18         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
19         autodecryption for draft preview.
20
21 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
22         * wl-summary.el (toplevel): New function
23         `wl-summary-toggle-mime-buttons' and keybinding to toggle
24         visibility of MIME buttons in message view mode.
25
26 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
27
28         * Version number is increased to 2.15.9.
29
30 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
31
32         * wl-score.el (wl-score-followup): Remove verbose comment (same as
33         docstring).
34
35         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
36         Revert `save-excursion' for `wl-summary-jump-to-msg'.
37
38 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
41         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
42         semicolons, that should start at the left margin.
43         See. also (Info-goto-node "(elisp)Comment Tips").
44         * wl-acap.el (wl-acap-store): Ditto.
45         * wl-action.el (wl-summary-unset-mark): Ditto.
46         * wl-address.el (wl-address-ldap-search): Ditto.
47         * wl-demo.el (wl-demo-insert-image): Ditto.
48         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
49         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
50         (wl-draft-previous-history-element): Ditto.
51         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
52         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
53         (wl-folder-mode-map, wl-folder-get-prev-folder)
54         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
55         (wl-folder-check-entity-async)
56         (wl-create-folder-entity-from-buffer): Ditto.
57         * wl-fldmgr.el (toplevel): Ditto.
58         * wl-message.el (wl-message-buffer-cache-sort)
59         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
60         Ditto.
61         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
62         Ditto.
63         * wl-summary.el (toplevel, wl-summary-mode)
64         (wl-summary-edit-addresses, wl-summary-sync-update)
65         (wl-summary-stick): Ditto.
66         * wl-thread.el (toplevel, wl-thread-insert-message)
67         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
68         * wl-util.el (toplevel): Ditto.
69         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
70         Ditto.
71
72 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * Version number is increased to 2.15.8.
75
76         * wl-message.el (wl-message-uu-substring): Suppress compile
77         warnings; Use `with-current-buffer' instead of `save-excursion' &
78         `set-buffer'.
79         * wl-mime.el (wl-draft-yank-current-message-entity)
80         (wl-mime-preview-follow-no-mime)
81         (wl-mime-preview-follow-current-region): Ditto.
82         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
83         (wl-summary-switch-to-clone-buffer)
84         (wl-summary-target-mark-forward)
85         (wl-summary-target-mark-reply-with-citation)
86         (wl-summary-target-mark-uudecode): Ditto.
87
88         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
89         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
90         * wl-summary.el (wl-summary-narrow-to-region)
91         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
92
93         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
94         instead of `int-to-string'.
95         * wl-dnd.el (wl-dnd-start-drag): Ditto.
96         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
97         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
98         * wl-util.el (wl-url-nntp): Ditto.
99
100         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
101         (wl-plugged-dop-queue-status): Don't quote `lambda'.
102         * wl-thread.el (wl-thread-delete-message): Ditto
103         * wl-summary.el (wl-summary-edit-addresses)
104         (wl-summary-edit-addresses-collect-candidate-fields)
105         (wl-summary-search-by-subject): Ditto.
106         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
107         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
108         (wl-fldmgr-add-completion-subr): Ditto.
109         * wl-draft.el (wl-smtp-extension-bind)
110         (wl-draft-insert-get-message, wl-draft-default-headers)
111         (wl-jump-to-draft-buffer): Ditto.
112         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
113         (wl-summary-down): Ditto.
114         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
115         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
116         * wl-folder.el (wl-folder-make-save-access-list)
117         (wl-folder-update-access-group, wl-folder-pick): Ditto.
118
119 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
120
121         * wl-draft.el (wl-draft-default-headers): Suppress warning
122         "defsubst `wl-draft-default-headers' was used before it was
123         defined"; Use `defun' instead of `defsubst'.
124
125         * wl-address.el (wl-address-header-extract-address)
126         (wl-address-header-extract-realname): Fix mail-address in
127         docstring.
128
129         * wl-expire.el (wl-expire-make-sortable-date): Macro to
130         inline-function.
131         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
132         Macro to function.
133         (wl-folder-get-entity-from-buffer): Macro to function.
134         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
135         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
136         * wl.el (wl-plugged-string): Macro to function.
137
138         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
139         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
140         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
141         Macro to function.
142
143         * wl-thread.el (wl-thread-open, wl-thread-close): Use
144         `point-at-bol', `point-at-eol'.
145
146         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
147         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
148         `(string-to-char " ")' instead of `? ', `?\ '.
149         * wl-action.el (wl-summary-print-argument): Ditto.
150         * wl-address.el (wl-complete-field-body): Ditto.
151         * wl-demo.el (wl-demo-insert-image): Ditto.
152         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
153         * wl-util.el (wl-ask-folder, wl-set-string-width)
154         (wl-y-or-n-p-with-scroll): Ditto.
155
156         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
157         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
158         verbose point move.
159
160         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
161         and `point-at-eol'.
162         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
163         Ditto.
164
165 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
166
167         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
168         `(beginning-of-line) (point)'.
169
170         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
171         (wl-fldmgr-delete-line): Change from macro to function. Use
172         `point-at-bol' and `point-at-eol'.
173
174         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
175         `function' for lambda.
176
177         * wl.el (wl-plugged-server-indent): Change from macro to function.
178
179         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
180
181         * wl-draft.el (wl-draft-config-body-goto-header)
182         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
183         macro to function.
184
185         * wl-score.el (wl-score-get-alike): Change from macro to
186         inline-function.
187
188         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
189         instead of `mapcar'. Don't use `function' for lambda.
190         (wl-read-search-condition-internal): Don't use `function' for
191         lambda.
192         (wl-kill-buffers): Change from macro to function.
193         (wl-count-lines): Change from macro to inline-function.
194
195         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
196
197         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
198
199         * wl.el (wl-plugged-change): Suppress compile warnings; Use
200         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
201         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
202         * wl-address.el (wl-complete-window-show): Ditto.
203         * wl-message.el (wl-message-select-buffer): Ditto.
204         * wl-template.el (wl-template-show): Ditto.
205         * wl-util.el (wl-collect-summary): Ditto.
206         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
207         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
208         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
209         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
210         (wl-score-edit-insert-number): Ditto.
211
212         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
213         symbol.
214
215         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
216         of `goto-line'.
217
218         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
219
220 2009-12-16  Lloyd Zusman <ljz@asfast.com>
221
222         * wl-summary.el (wl-summary-detect-mark-position): Force
223         the temporary buffer to enable the use of multibyte characters
224         within searches [wl-en:2460].
225
226 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
229         of `beginning-of-buffer'.
230
231 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
232
233         * wl-summary.el (wl-summary-display-raw): New function, display
234         message in raw format.
235
236 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
237
238         * Version number is increased to 2.15.7.
239
240 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
241
242         * wl-summary.el (wl-summary-previous-message-number): New function.
243         (wl-summary-next-message-number): Ditto.
244         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
245         `wl-summary-next-message-number'.
246         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
247         Inline temporary variable `cur-id'.
248         (wl-summary-get-next-unread-folder): Ditto.
249         (wl-summary-get-next-folder): Ditto.
250         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
251
252 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
255
256 2008-09-05  Kenichi Okada  <okada@opaopa.org>
257
258         * wl-summary.el (wl-summary-buffer-folder-name)
259         (wl-draft-config-body-goto-header): Use backquote instead of quote.
260         * wl-draft.el (wl-draft-body-goto-top)
261         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
262
263 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
264
265         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
266         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
267
268 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
269
270         * wl-expire.el: Fix Comentary section.
271
272 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
273
274         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
275         Require mime-parse, elmo-mime, and wl-util.
276
277         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
278
279         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
280
281 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
282
283         * wl-template.el: Require elmo-util and wl-vars.
284
285         * wl-mime.el (wl-mime-display-header): Revert last change.
286         Remove `delete-matching-lines "^$"'.
287
288 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
289
290         * wl-mime.el (wl-define-dummy-functions): Split
291         `eval-when-compile' form for avoid error; when `make
292         compile-strict.
293
294         * wl-util.el: Move (eval-when-compile (require 'static)).
295         * wl-dnd.el: Add (eval-when-compile (require 'static)).
296         * wl-message.el: Ditto.
297
298         * wl-mime.el (wl-message-delete-current-part): Use
299         `insert-buffer-substring' instead of `insert-buffer'.
300         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
301         * wl-draft.el (wl-draft-generate-clone-buffer)
302         (wl-draft-do-mime-bcc): Ditto.
303
304         * wl-address.el: Add (eval-when-compile (require 'cl)).
305         * wl-addrmgr.el: Ditto.
306         * wl-mime.el: Ditto.
307         * wl-util.el: Ditto.
308         * wl-score.el: Ditto.
309
310 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
311
312         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
313         `string-to-int'.
314
315         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
316         `string-to-int'.
317
318         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
319         `string-to-number' instead of `string-to-int'.
320
321         * wl-summary.el (wl-summary-get-list-info)
322         (wl-summary-message-number): Use `string-to-number' instead of
323         `string-to-int'.
324
325         * wl-score.el (wl-score-overview-entity-get-lines)
326         (wl-score-set-mark-below, wl-score-set-expunge-below)
327         (wl-summary-increase-score, wl-score-get-header-entry): Use
328         `string-to-number' instead of `string-to-int'.
329
330         * wl-folder.el (wl-folder-update-diff-line): Use
331         `string-to-number' instead of `string-to-int'.
332
333         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
334         instead of `string-to-int'.
335
336         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
337         instead of `string-to-int'.
338
339         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
340         `string-to-int'.
341
342 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * wl-util.el (wl-match-string, wl-match-buffer)
345         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
346         (wl-kill-buffers, wl-local-variable-p)
347         (wl-line-formatter-setup): New backquote style.
348         (wl-count-lines): Use quote instead of backquote.
349
350         * wl-summary.el (wl-summary-buffer-folder-name)
351         (wl-summary-get-alike): Use quote instead of backquote.
352         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
353         backquote style.
354
355         * wl-message.el (wl-message-buffer-cache-buffer-get)
356         (wl-message-buffer-cache-folder-get)
357         (wl-message-buffer-cache-message-get)
358         (wl-message-buffer-cache-entry-make)
359         (wl-message-buffer-cache-hit): New backquote style.
360
361         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
362         backquote.
363         (wl-folder-unread-regex, wl-folder-entity-exists-p)
364         (wl-folder-clear-entity-info)
365         (wl-folder-get-entity-info, wl-folder-set-entity-info)
366         (wl-folder-elmo-folder-cache-get)
367         (wl-folder-elmo-folder-cache-put): New backquote style.
368
369         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
370         (wl-fldmgr-assign-id): Ditto.
371         (wl-fldmgr-delete-line): Use quote instead of backquote.
372         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
373
374         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
375         (wl-draft-set-sent-message): New backquote style.
376         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
377         (wl-draft-config-body-goto-header): Use quote instead of backquote.
378
379 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
380
381         * wl-address.el (wl-address-concat-token): Fix typo.
382
383 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
384
385         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
386         (wl-score-get-alike): Ditto.
387
388         * wl-vars.el: New backquote style.
389         (wl-message-header-button-alist): Use quote instead of backquote.
390
391         * wl.el (wl-plugged-string): New backquote style.
392
393         * wl-address.el (wl-address-concat-token): New backquote style.
394
395         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
396
397 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
398
399         * wl-highlight.el (wl-highlight-folder-opened-regexp)
400         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
401
402         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
403         in the character alternative.
404
405 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
406
407         * Version number is increased to 2.15.6.
408
409 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
410
411         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
412         optional 3rd argument of epg-context-set-progress-callback; it was
413         temporarily removed in the Emacs trunk due to copyright problem.
414         (wl-mime-pgp-verify-region-with-epg): Ditto.
415
416 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
417
418         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
419
420 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-util.el (wl-biff-check-folders): Set biff flag.
423         (from Naoto Morishima [wl:14031])
424
425 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
426
427         * wl.el (wl-plugged-server-indent): Use quote instead of
428         backquote.
429
430 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
431
432         * wl-score.el (wl-score-insert-header): Add guard for
433         `std11-unfold-string'.
434         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
435         TYPE artgument when TO or CC field.
436
437 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-summary.el (wl-summary-goto-folder-subr): Call
440         `elmo-folder-close' instead of `elmo-folder-commit' if discard
441         current summary.
442
443 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-util.el (wl-read-shell-commande): New function or alias.
446
447         * wl-summary.el (wl-summary-pipe-message): Use
448         `wl-read-shell-command' instead of `read-string'.
449         (wl-summary-target-mark-pipe): Ditto.
450
451 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-summary.el (wl-summary-reply): Fix docstring.
454         * wl-draft.el (wl-draft-reply): Ditto.
455
456 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-mime.el (wl-summary-extract-attachments): New command.
459         (wl-summary-extract-attachments-1): New internal function.
460
461 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-expire.el (wl-expire-folder): New function (split from
464         wl-summary-expire).
465         (wl-summary-expire): Use it. Add argument `all' instead of remove
466         `nolist'. Cause an error only if this function is calling
467         interactively.
468
469 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-expire.el (wl-expire-refile): Display progress message.
472         (wl-summary-expire): Simplify.
473
474         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
475         unused argument `deleting-info'.
476
477 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-vars.el (wl-message-popup-buffers): New user option.
480
481         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
482         (wl-message-delete-popup-windows): New function that substitues
483         above one.
484         (wl-mime-setup): Follow the above change.
485
486 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
487
488         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
489
490 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
491
492         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
493         "tkm" to wl-thread-spam.
494
495 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
496
497         * wl-thread.el (wl-thread-entity-insert-as-children): Use
498         wl-thread-entity-set-children.
499         (wl-thread-insert-message, wl-thread-insert-entity-sub,
500         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
501         Use wl-thread-entity-get-*.
502
503 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-mime.el (wl-epg-progress-callback): New function.
506         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
507         with `elmo-with-progress-display'. Set a progress callback
508         function to epg-context.
509         (wl-mime-pgp-verify-region-with-epg): Ditto.
510
511 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-util.el (wl-completing-read-multiple): Define as an alias of
514         `completing-read-multiple' if emacs-version is not less than 22.
515
516 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
519         change.
520
521 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-summary.el (wl-summary-sync-update): Move
524         `wl-thread-update-indent-string-thread' to outside of
525         `elmo-with-progress-display'.
526
527 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-message.el (wl-message-exit): Check buffer existence.
530
531 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-util.el (wl-simple-display-progress): New function.
534         (wl-display-progress-with-gauge): Ditto.
535         (wl-progress-callback-function): Ditto.
536
537         * wl.el (wl-init): Set `elmo-progress-callback-function' as
538         `wl-progress-callback-function'
539
540         * wl-vars.el (wl-display-progress-threshold): New user option.
541         (wl-display-progress-function): Ditto.
542
543         * Version number is increased to 2.15.5.
544
545 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-thread.el (wl-thread-close-children): New function.
548         (wl-thread-open-children): Ditto.
549         * wl-action.el (wl-summary-set-mark): Redo the last change by
550         using it.
551
552         * wl-action.el (wl-summary-set-mark): Undo the last change.
553         Forbid interactive call.
554
555 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-mime.el (wl-define-dummy-functions): New macro.
558         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
559         `wl-mime-pgp-decrypt-region'.
560         (wl-mime-pgp-verify-region-with-epg): Renamed from
561         `wl-mime-pgp-verify-region'.
562         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
563         `wl-mime-pgp-decrypt-region'.
564         (wl-mime-pgp-verify-region-with-pgg): Renamed from
565         `wl-mime-pgp-verify-region'.
566         (wl-mime-pgp-decrypt-region): New function; To select dispatch
567         function at runtime.
568         (wl-mime-pgp-verify-region): Ditto.
569
570         * wl-vars.el (wl-use-pgp-module): New user option.
571
572 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
575         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
576
577 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
578
579         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
580         even if there are target marks only.
581
582 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * Version number is increased to 2.15.4.
585
586 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-folder.el (wl-folder-check-one-entity): Simplify.
589
590 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
593         variable.
594
595 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
596
597         * wl-spam.el (wl-thread-test-spam): New function.
598         (wl-spam-setup): Bind "tkc".
599
600 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-expire.el (wl-folder-expire-entity): Rewite without
603         `wl-summary-goto-folder-subr'.
604         (wl-folder-expire-current-entity): Don't kill summary buffer.
605
606 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-folder.el (wl-folder-sync-entity): Rewrite without
609         `wl-summary-goto-folder-subr'.
610         (wl-folder-mark-as-read-all-entity): Likewise.
611
612         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
613
614 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-thread.el (wl-thread-force-open): Arranged.
617
618 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
619
620         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
621         from regexp.
622
623         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
624         (wl-read-search-condition-internal): Append them.
625
626 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-vars.el (wl-additional-search-condition-fields):
629         New user option.
630
631         * wl-util.el (wl-search-condition-fields): New function; export
632         from `wl-read-search-condition-internal'.
633         (wl-read-search-condition-internal): Use it.
634
635         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
636
637 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-summary.el (wl-summary-define-sort-command): New function.
640         (wl-summary-sort-by-date, wl-summary-sort-by-number)
641         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
642         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
643         define by `wl-summary-define-sort-command' at runtime.
644
645         * wl.el (wl-init): Call wl-summary-define-sort-command.
646
647 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
650         properties at the decrypting region.
651
652 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-util.el (wl-find-region): New function.
655
656         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
657         coding system.
658         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
659         property `wl-mime-decoded-coding-system'.
660         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
661         property `wl-mime-decoded-coding-system' to encode text.
662
663         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
664         message.
665         (wl-mime-pgp-verify-region): Ditto.
666
667 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
670         buffer. Use epa-display-verify-result.
671
672 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-draft.el (wl-draft-send): Continue even if setting parent
675         flag was failed.
676
677 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-message.el (wl-message-flag-indicator): Fixed the problem
680         of returning string only of parentheses.
681
682 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-summary.el (wl-summary-write): Add argument `folder'.
685         (wl-summary-write-current-folder): Change argument `folder' from
686         optional to require.
687         (wl-summary-get-buffer): Return the buffer associated folder only.
688
689         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
690         change.
691         (wl-folder-toggle-disp-summary): Ditto.
692
693         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
694         current summary as parent-folder.
695
696 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
697
698         * wl-draft.el (wl-draft-reedit): Don't overwrite
699         wl-draft-parent-folder.
700
701 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
704         (wl-mime-pgp-verify-region): Ditto.
705         (wl-message-decrypt-pgp-nonmime): Use the above function.
706         (wl-message-verify-pgp-nonmime): Likewise.
707         (wl-mime-preview-application/pgp): Likewise.
708
709 2006-04-20  Kenichi Okada  <okada@opaopa.org>
710
711         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
712         Fix about the order of `wl-nntp-posting-port' and
713         `wl-nntp-posting-stream-type'.
714         * wl.el (wl-plugged-port-label-alist): Add smtp.
715
716 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-summary.el (wl-summary-message-status): New macro.
719
720         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
721         (wl-summary-killed-mark): New user option.
722
723         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
724         API change.
725         (wl-thread-insert-entity-sub): Ditto.
726         (wl-thread-recover-messages): New command.
727
728         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
729         Don't call `wl-highlight-summary-current-line' directly.
730         (wl-summary-buffer-attach): Connect to signal `status-changed'
731         instead of `cache-changed'.
732         (wl-summary-buffer-detach): Follow the above change.
733         (wl-summary-detect-mark-position): Follow the API change.
734         (wl-summary-rescan-message): Ditto.
735         (wl-summary-insert-sequential): Ditto.
736         (wl-summary-update-thread): Ditto.
737         (wl-summary-message-mark): Ditto.
738         (wl-summary-persistent-mark): Ditto.
739         (wl-summary-create-line): Ditto.
740         (wl-summary-prefetch-region-no-mark): Call
741         `wl-summary-persistent-mark' with number.
742         (wl-summary-recover-messages-region): New command.
743         (wl-summary-target-mark-recover): Ditto.
744         (wl-summary-recover-message): Ditto.
745         (wl-summary-persistent-mark-string): Add argument `status' instead
746         of remove arguments `flags' and `cached'.  Treat killed status.
747         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
748
749         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
750         (wl-highlight-summary-line-face-spec): Treat killed status.
751         (wl-highlight-summary-line-string): Follow the API change.
752         (wl-highlight-summary-current-line): Ditto.
753
754         * Version number is increased to 2.15.3.
755
756 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
759         of symbolp to test whether the condition is function.
760
761 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
764         to nil.
765
766 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-summary.el (wl-summary-buffer-message-ring): New internal
769         variable.
770         (wl-summary-buffer-last-displayed-msg): Abolish.
771         (wl-summary-push-message): New function.
772         (wl-summary-pop-message): Ditto.
773         (wl-summary-goto-folder-subr): Reset
774         `wl-summary-buffer-message-ring'.
775         (wl-summary-pop-to-last-message): New command.
776         (wl-summary-goto-last-displayed-msg): Call
777         wl-summary-pop-to-last-message if optional argument is non-nil or
778         the last command is itself.
779         (wl-summary-redisplay-internal): Push last message number into
780         `wl-summary-buffer-message-ring'.
781
782         * wl-vars.el (wl-summary-message-ring-max): New user option.
783
784 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
787         from `wl-draft-reply').
788         (wl-draft-reply): Use it.
789         (wl-draft-find-reply-headers): Avoid compile warning.
790
791 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
794
795 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-message.el (wl-message-flag-indicator): New function.
798         (wl-message-redisplay): Use it.
799
800 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
803
804 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
807         instead of `read-event'.
808
809         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
810
811         * wl-mule.el (wl-read-event-char): Ditto.
812
813         * wl-e21.el (wl-read-event-char): Ditto.
814
815 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
816
817         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
818
819 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-vars.el (wl-draft-send-confirm-type): New user option.
822
823         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
824
825         * wl-draft.el (wl-draft-send-confirm): Confirmation by
826         `wl-draft-send-confirm-type'
827
828 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
831         Avoid error when the buffer name is already used.
832
833 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
834
835         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
836         the change of elmo-nmz -> elmo-search.
837         (wl-highlight-summary-line-help-echo-alist): Ditto.
838         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
839         (wl-nmz-folder-icon): Define as obsolete.
840         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
841         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
842
843 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-summary.el (wl-summary-get-list-info): Rewrite with
846         `elmo-find-list-match-value'
847
848 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
849
850         * wl-summary.el (wl-summary-get-list-info): Optimize.
851         Use List-Id and List-Post also.
852
853 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
856
857 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
858
859         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
860
861 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-util.el (wl-completing-read-multiple-1): New internal function.
864         (wl-completing-read-multiple-2): Ditto.
865         (wl-completing-read-multiple): Define use above functions.
866
867         * wl-summary.el (wl-summary-sort): Removed the workaround for a
868         bug of `completing-read-multiple' about default value.
869
870         * wl-xmas.el (wl-completing-read-multiple): Removed.
871
872         * wl-mule.el (wl-completing-read-multiple): Ditto.
873
874         * wl-e21.el (wl-completing-read-multiple): Ditto.
875
876 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-util.el (wl-filter-associations): New function.
879
880         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
881         (wl-spam-ignored-folder-list): Ditto.
882         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
883         (wl-spam-string-member-p): New function.
884         (wl-spam-domain): Use it.
885         (wl-spam-split-numbers): New function.
886         (wl-spam-apply-partitions): Ditto.
887         (wl-spam-register-spam-messages): Use `folder' instead of
888         `wl-summary-buffer-elmo-folder'.
889         (wl-spam-register-good-messages): Ditto.
890         (wl-summary-exec-action-spam): Decide a domain by real folder of
891         message.
892         (wl-summary-exec-action-refile-with-register): Likewise.
893
894 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-e21.el (wl-e21-find-image): New function.
897         (wl-e21-setup-toolbar): Use it instead of `find-image'.
898         (wl-e21-highlight-folder-group-line): Ditto.
899         (wl-folder-init-icons): Ditto.
900         (wl-plugged-init-icons): Ditto.
901         (wl-biff-init-icons): Ditto.
902
903 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
906         (wl-inhibit-save-drafts): New internal variable.
907         (wl-disable-auto-save): Ditto.
908         (wl-save-drafts): Treat above variables.
909         (wl-auto-save-drafts): New function.
910         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
911         `wl-stop-save-drafts'.
912         (wl-start-save-drafts): New function.
913         (wl-stop-save-drafts): Ditto.
914         (wl-set-auto-save-draft): New command.
915
916         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
917         `wl-set-save-drafts'.
918
919 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
922         `make-local-variable' instead of `make-variable-buffer-local'.
923
924 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
927
928 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
931
932 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
935         of working buffer.
936
937 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
940
941         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
942         value into recipients; Bind `wl-draft-remove-group-list-contents'
943         as nil.
944
945 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-summary.el (wl-summary-sort): Fixed the last change.
948
949         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
950         (wl-summary-sort-messages): Ditto.
951         (wl-summary-rescan): Use it.
952         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
953         `completing-read'; Append candidates for reverse order.
954
955 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * Version number is increased to 2.15.2.
958
959 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
962         "Smaller".
963         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
964
965 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
968
969 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-vars.el (wl-draft-additional-header-alist): Add into the
972         customize group `wl-draft'.
973         (wl-draft-add-in-reply-to): Move customize group from `wl' to
974         `wl-draft'.
975         (wl-draft-add-references): Ditto.
976
977         * wl-action.el (wl-summary-print-argument): Rename argument from
978         `folder' to `data'.
979
980 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-rescan-message): Call
983         `wl-thread-cleanup-symbols' before insert thread.
984
985 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl.el (wl-init): Set `elmo-get-folder-function' as
988         `wl-folder-make-elmo-folder'.
989
990         * wl-spam.el (wl-summary-exec-action-spam): Use
991         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
992
993         * wl-folder.el (wl-folder-make-elmo-folder): New function.
994         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
995         `elmo-make-folder'.
996         (wl-folder-get-elmo-folder): Ditto.
997         (wl-folder-create-subr): Simplify.
998
999 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1002
1003 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1006         contents in message buffer instead of original buffer. If optional
1007         argument specified, ask coding system for encode.
1008
1009 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1010
1011         * wl-spam.el (wl-summary-test-spam-region): New function.
1012         (wl-spam-setup): Bind "rkc".
1013
1014 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1017
1018 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1019
1020         * wl-spam.el (wl-summary-test-spam): Fix typo.
1021         (wl-message-check-spam): Ditto.
1022
1023 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-summary.el (wl-summary-default-from): Simplify.
1026
1027 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1030         (wl-summary-exec-action-copy): Ditto.
1031         (wl-summary-auto-refile): Check existence of temporary mark.
1032
1033 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-summary.el (wl-summary-create-line): Use
1036         `elmo-time-to-datevec'.
1037
1038         * wl-expire.el (wl-expire-archive-date): Ditto.
1039         (wl-expire-localdir-date): Ditto.
1040
1041         * wl-util.el (wl-day-number): Abolish.
1042
1043         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1044         of `wl-day-number'.
1045         (wl-score-followup): Ditto.
1046         (wl-score-add-followups): Ditto.
1047         (wl-score-get-latest-msgs): Ditto.
1048         (wl-score-get-header-entry): Ditto.
1049         (wl-score-edit-insert-date): Ditto.
1050
1051 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1054         `elmo-message-entity-field' with 2nd argument `type'.
1055
1056 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1057
1058         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1059
1060 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-thread.el (wl-thread-delete-message): Delete descendant
1063         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1064
1065 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1068
1069 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1072         `Access folder'.
1073
1074 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-vars.el (wl-access-folder-icon): New user option.
1077
1078         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1079         `Access folder'.
1080
1081 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-summary.el (wl-summary-buffer-set-folder): Use
1084         `wl-folder-mime-charset'.
1085
1086         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1087         `mime-charset'.
1088         (wl-folder-get-elmo-folder): Ditto.
1089         (wl-folder-mime-charset): New function.
1090
1091 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl-util.el (wl-parse-addresses): Define alias of
1094         `elmo-parse-addresses' (move to `elmo-util.el').
1095
1096         * wl-summary.el (wl-summary-default-from): Follow the API change.
1097         (wl-summary-overview-entity-compare-by-date): Ditto.
1098         (wl-summary-overview-entity-compare-by-from): Ditto.
1099         (wl-summary-get-list-info): Get value of `ml-info' field from
1100         entity at first.
1101         (wl-summary-rescan-message): Treat prefix argument.
1102         (wl-summary-prefetch-msg): Follow the API change.
1103         (wl-summary-search-by-subject): Ditto.
1104         (wl-summary-insert-thread): Ditto.
1105         (wl-summary-line-subject): Ditto.
1106         (wl-summary-line-from): Ditto.
1107         (wl-summary-create-line): Ditto.
1108         (wl-summary-print-message-with-ps-print): Ditto.
1109
1110         * wl-score.el (wl-score-ov-entity-get): Ditto.
1111         (wl-score-followup): Ditto.
1112         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1113         of `car'.
1114         (wl-score-get-latest-msgs): Follow the API change.
1115         (wl-score-get-header): Ditto.
1116
1117         * wl-refile.el (wl-refile-learn): Ditto.
1118         (wl-refile-subject-learn): Ditto.
1119         (wl-refile-get-field-value): Ditto.
1120         (wl-refile-guess-by-history): Ditto.
1121         (wl-refile-guess-by-subject): Ditto.
1122
1123         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1124
1125         * wl-expire.el (wl-expire-date-p): Removed.
1126         (wl-expire-archive-date): Follow the API change.
1127         (wl-expire-localdir-date): Ditto.
1128         (wl-summary-expire): Ditto.
1129
1130         * Version number is increased to 2.15.1.
1131
1132 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1133
1134         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1135         group is access or not (it is not strict, like wl-fldmgr-rename).
1136
1137 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1140         duplicate call of `wl-summary-print-argument' on the wrong line.
1141
1142 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1145         even if argument `number' is nil.
1146         (wl-summary-insert-line): Print action argument if current message
1147         has it.
1148
1149 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1152         (wl-draft-reply): Ditto.
1153         (wl-draft): Add optional argument `parent-number' and call
1154         `wl-draft-create-buffer' with it.
1155         (wl-draft-create-buffer): Add optional argument
1156         `parent-number'. Set wl-draft-parent-number as it.
1157
1158 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1159
1160         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1161         buffer is not for given folder, don't use it.
1162
1163 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1164
1165         * Version number is increased to 2.15.0.
1166
1167 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1170
1171         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1172         (wl-highlight-get-face-by-name): New internal function.
1173         (wl-highlight-summary-line-face-spec): Use it and fixed.
1174
1175 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-summary.el (wl-summary-sync-update): Use
1178         `elmo-message-entity-field' instead of `car' to get message-id
1179         from overview entity.
1180
1181         * wl-summary.el (wl-summary-rescan-message): Call
1182         `wl-highlight-summary-displaying' when displaying a message.
1183
1184 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1185
1186         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1187         `wl-draft-config-info-operation'.
1188         (wl-draft-buffer-change-number): New function.
1189         (wl-draft-rename-saved-config): Ditto.
1190         * wl.el (wl-init): Connect slot for message-number-changed.
1191         (toplevel): Add autoload for wl-draft-rename-saved-config.
1192
1193 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1196         `update-overview'
1197         (wl-summary-buffer-detach): Disconnect from it.
1198         (wl-summary-rescan-message): Use command.
1199
1200         * wl-message.el (wl-message-buffer-display): Use
1201         `with-current-buffer' instead of `save-excursion'.
1202
1203 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1204
1205         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1206         wl-draft-preview-attributes-list from distraction.
1207
1208 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1209
1210         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1211         `elmo-list-diff'.
1212
1213 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-summary.el
1216         (wl-summary-edit-addresses-collect-candidate-fields): Use
1217         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1218
1219         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1220         instead of `elmo-set-work-buf'.
1221
1222         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1223         (wl-address-make-address-list): Ditto.
1224
1225         * Version number is increased to 2.13.3.
1226
1227 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1230         user option.
1231
1232         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1233         argument `5'.
1234
1235         * wl-message.el (wl-message-display-no-merge-p): New function.
1236         (wl-message-buffer-display): Check whether the message is
1237         reassembled and follow the API change.
1238
1239 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1242         multibyte on working buffer and removed unnecessary
1243         `buffer-disable-undo'.
1244
1245 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1248         change.
1249
1250 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1251
1252         * wl-util.el (wl-read-search-condition-internal): Protect
1253         elmo-global-flags from distraction.
1254
1255 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1258
1259         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1260         (wl-summary-event-handler): Ditto.
1261         (wl-summary-update-persistent-mark-on-event): New
1262         function (renamed from `elmo-event-handler-flag-changed').
1263         (wl-summary-buffer-attach): New function.
1264         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1265         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1266         instead of `elmo-folder-add-handler'.
1267
1268         * Version number is increased to 2.13.2.
1269
1270 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1273         and "\177" to the `wl-news-previous-page'.
1274         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1275         (wl-news-previous-page): New function.
1276
1277 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1280         instead of `write-region' and simplify.
1281
1282 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1283
1284         * wl-template.el (wl-template-select): Cause error if
1285         `wl-template-alist' is nil.
1286
1287 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1288
1289         * wl-news.el.in: Set file variable `no-byte-compile'.
1290
1291 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1294         whether a target message is within displaying area.
1295         (elmo-event-handler-cache-changed): Ditto.
1296
1297 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1298
1299         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1300         to `defun'.  Use `nconc' instead of `append' to collect descendant
1301         message numbers.
1302
1303 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1304
1305         * wl-thread.el (wl-thread-save-top-list)
1306         (wl-thread-save-entities): Use `with-temp-buffer'.
1307         * wl-news.el.in (wl-news-previous-version-load):
1308         (wl-news-previous-version-save): Ditto.
1309         * wl-summary.el (wl-summary-load-file-object)
1310         (wl-summary-save-view-cache): Ditto.
1311
1312 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-util.el (toplevel): Require 'elmo-flag'.
1315         (wl-read-search-condition): New function (Renamed from
1316         `elmo-read-search-condition').
1317         (wl-read-search-condition-internal): Likewise.
1318
1319         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1320         invalid.
1321         (wl-summary-pick): Use `wl-read-search-condition' instead of
1322         `elmo-read-search-condition'.
1323         (wl-summary-virtual): Ditto.
1324
1325         * wl-folder.el (wl-folder-virtual): Ditto.
1326         (wl-folder-pick): Ditto.
1327
1328         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1329
1330 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * wl-summary.el (wl-summary-reedit): Call
1333         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1334
1335 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-mime.el (toplevel): Require wl-vars.
1338
1339         * wl-message.el (toplevel): Require cl at compile.
1340
1341         * wl-draft.el (toplevel): Require elmo.
1342
1343 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1346         and do nothing when it is not positive.
1347         (wl-message-buffer-prefetch-next): Ditto.
1348
1349 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1352         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1353         (wl-summary-redisplay-internal): Ditto.
1354
1355         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1356         message (the condition is borrowed from `wl-check-variables-2').
1357         (wl-summary-redisplay-internal): Ditto.
1358
1359 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-mime.el (wl-draft-nntp-attribute): New function.
1362         (wl-draft-attribute-nntp-posting-server): Use it.
1363         (wl-draft-attribute-nntp-posting-port): Ditto.
1364
1365         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1366         (wl-draft-show-attributes-buffer): Ditto.
1367         (wl-draft-hide-attributes-buffer): Ditto.
1368         (wl-draft-attribute-newsgroups): Ditto.
1369         (wl-draft-attribute-nntp-posting-server): Ditto.
1370         (wl-draft-attribute-nntp-posting-port): Ditto.
1371         (wl-draft-preview-message): Use there functions.
1372
1373         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1374         value.
1375
1376 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1379         (wl-draft-reedit): Ditto.
1380         (wl-draft-queue-flush): Ditto.
1381
1382         * wl-mime.el (wl-message-request-partial): Ditto.
1383         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1384         instead of `elmo-message-fetch'.
1385
1386         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1387
1388         * wl-summary.el (wl-summary-message-string): Ditto.
1389
1390 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-util.el (wl-current-message-buffer): Follow the API change.
1393
1394         * wl-summary.el (wl-summary-redisplay-internal): Call
1395         `wl-summary-mark-as-read' with 2nd argument as nil and update
1396         unread count instead of persistent mark.
1397
1398         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1399         variable.
1400         (wl-message-redisplay): Follow the API change.
1401         (wl-message-buffer-display): Managed mime-entity directly and
1402         return preview buffer only.
1403         (wl-message-display-internal): Rewrite.
1404         (wl-message-buffer-prefetch-subr): Not save return value of
1405         `wl-message-buffer-display'.
1406
1407         * Version number is increased to 2.13.1.
1408
1409 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1412         'elmo-multiple-fields-body-list' with boundary specified.
1413
1414 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1417         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1418         cache if `wl-summary-resend-use-cache' is non-nil.
1419
1420 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1421
1422         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1423         (wl-nntp-posting-stream-type): Ditto.
1424
1425 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1426
1427         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1428
1429 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1430
1431         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1432         message.
1433
1434 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1437         Abolish.
1438         (wl-summary-buffer-persistent-mark-version): New internal
1439         variable.
1440         (wl-summary-update-mark-and-highlight-window): Check by
1441         wl-summary-persistent-mark-invalid-p.
1442         (wl-summary-update-status-marks): Ditto.
1443         (elmo-event-handler-flag-changed): Rewrite.
1444         (elmo-event-handler-cache-changed): Define.
1445         (wl-summary-prefetch-msg): Does not update persistent mark here.
1446         (wl-summary-delete-cache): Ditto.
1447         (wl-summary-resume-cache-status): Ditto.
1448         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1449         (wl-summary-persistent-mark-invalid-p): New function.
1450         (wl-summary-validate-persistent-mark): Ditto.
1451         (wl-summary-validate-persistent-mark-string): Ditto.
1452         (wl-summary-invalidate-persistent-mark): Ditto.
1453         (wl-summary-update-persistent-mark): Call
1454         `wl-summary-validate-persistent-mark'.
1455         (wl-summary-create-line): Call
1456         `wl-summary-validate-persistent-mark-string'.
1457
1458         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1459         status as t if cache used.
1460
1461 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1462
1463         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1464         only if the target is group.
1465         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1466
1467 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1470
1471 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1474
1475         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1476
1477 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1478
1479         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1480         (Thanks to Yoichi NAKAYAMA).
1481
1482 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-util.el (wl-save-drafts): Restore echo area.
1485
1486 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1487
1488         * Version number is increased to 2.13.0.
1489
1490         * wl-util.el (wl-biff-check-folder-async): Use
1491         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1492
1493 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-message.el (wl-message-display-internal): Does not put
1496         wl-message-display-type property on message buffer.
1497         (wl-message-buffer-display-type): New function.
1498
1499         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1500
1501         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1502         `wl-summary-buffer-detach'.
1503         (wl-summary-message-display-type): Use
1504         `wl-summary-buffer-display-type'.
1505
1506 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1507
1508         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1509         buffer-local.
1510
1511         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1512         kill-buffer-hook instead of make-local-variable.
1513         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1514
1515 2004-12-12  Scott Renfro <scott@renfro.org>
1516
1517         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1518         regex for square-branket.
1519
1520 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1523         `wl-message-mime-analysis-p' with argument `header'.
1524
1525 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1526
1527         * wl-mime.el (wl-draft-yank-current-message-entity): 
1528         Switch to no-mime following method according to wl-message-display-type
1529         property.
1530         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1531
1532         * wl-message.el (wl-message-display-internal): 
1533         Put wl-message-display-type property on message buffer.
1534
1535         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1536         (wl-message-display-internal): Ditto;
1537
1538         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1539
1540 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1541
1542         * wl-message.el (wl-message-make-display-type): New function.
1543         (wl-message-display-type-property): Ditto.
1544         (wl-message-mime-analysys-p): Ditto.
1545         (wl-message-display-all-header-p): Ditto.
1546         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1547         added `display-type'.
1548         (wl-message-buffer-display): Likewise.
1549         (wl-message-display-internal): Likewise.
1550         (wl-message-buffer-display-type): Abolish.
1551         (wl-message-buffer-prefetch-subr): Follow the API changed.
1552
1553         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1554         from wl-summary-buffer-display-all-header and changed default value.
1555         (wl-summary-message-display-type): New function.
1556         (wl-summary-buffer-display-mime-mode): Ditto.
1557         (wl-summary-buffer-display-header-mode): Ditto.
1558         (wl-summary-toggle-mime): Rewrite with above functions.
1559         (wl-summary-toggle-all-header): Ditto.
1560         (wl-summary-redisplay): Force redisplay with default mode.
1561         (wl-summary-redisplay-internal): Renamed argument from `mode',
1562         `all-header' to `mime-mode', `header-mode'.
1563         Use `wl-message-make-display-type'.
1564
1565         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1566         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1567
1568 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1571
1572 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1573
1574         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1575         in original message buffer.
1576         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1577         buffer.
1578
1579 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1580
1581         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1582
1583 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1586
1587 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1588
1589         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1590         when actions succeeded.
1591         (wl-summary-exec-action-copy): Likewise.
1592
1593 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1596         there is switch-to-buffer at the end of wl-message-select-buffer.
1597         (wl-summary-reply): Ditto.
1598
1599 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-summary.el (wl-summary-forward): Put subject in original
1602         message buffer as argument of wl-draft-forward.
1603         * wl-draft.el (wl-draft-forward): Decode subject as in
1604         wl-draft-reply.
1605
1606 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1609         a folder under access group.
1610
1611 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1612
1613         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1614         wl-message-buffer-display.
1615
1616         * wl-util.el (wl-set-save-drafts): Fix typo.
1617
1618 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1621         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1622         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1623         the way to measure the width of a bitmap image; don't put face on
1624         ascii and bitmap images; put the mark which should not use the
1625         variable-pitch face on ascii and bitmap images.
1626         (wl-demo-setup-properties): Don't use the variable-pitch face on
1627         ascii and bitmap images; made it work on Emacs 20 and earlier.
1628         (wl-demo-insert-text): End with a newline at the bottom; don't put
1629         face on text.
1630
1631         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1632
1633 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1634
1635         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1636
1637         * wl-util.el (wl-save-drafts): Moved from sample setting.
1638         (wl-set-save-drafts): New function to set idle timer.
1639         * wl-draft.el (wl-draft): Call it.
1640         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1641
1642 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1643
1644         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1645         a summary which has toggle display status off.
1646
1647 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1648
1649         * wl-draft.el (wl-draft-do-fcc): No cache save.
1650
1651 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-summary.el (elmo-event-handler-flag-changed): Use
1654         `set-buffer' instead of `with-current-buffer'.
1655
1656 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-summary.el (wl-summary-after-resize-function): New function.
1659         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1660         window-size-change-functions.
1661
1662 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1663
1664         * wl-draft.el (wl-draft-create-buffer): Bind
1665         `change-major-mode-hook' after current buffer is changed.
1666
1667         * wl-summary.el (wl-summary-buffer-detach): New function.
1668         (wl-summary-buffer-set-folder): Call it.
1669         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1670         change-major-mode-hook and kill-buffer-hook.
1671         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1672         (wl-summary-switch-to-clone-buffer): Ditto.
1673         (wl-summary-goto-folder-subr): Ditto.
1674
1675 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1676
1677         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1678         after boundp check.
1679
1680 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1683         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1684         for `kill-buffer'.
1685
1686         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1687         handler of current buffer from elmo-folder.
1688
1689 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1692
1693 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1696         variable.
1697         (wl-summary-event-handler): New class.
1698         (elmo-event-handler-flag-changed): Define to update persistent
1699         mark.
1700         (wl-summary-buffer-set-folder): Register event handler to
1701         elmo-folder.
1702         (wl-summary-exit): Unregister event handler.
1703         (wl-summary-goto-folder-subr): Ditto.
1704         (wl-summary-mark-as-read-all): Does not call
1705         `wl-summary-update-persistent-mark' directly.
1706         (wl-summary-mark-as-read-internal): Ditto.
1707         (wl-summary-set-persistent-mark-internal): Ditto.
1708         (wl-summary-set-flags-internal): Ditto.
1709
1710         * Version number is increased to 2.11.33.
1711
1712 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1713
1714         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1715         to nil.
1716
1717 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-spam.el (wl-spam-setup): Add hook
1720         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1721         instead of `wl-summary-prepare-hook'.
1722
1723         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1724         if folder type is `'flag'.
1725         (wl-summary-mark-as-important): Ditto.
1726
1727 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1728
1729         * wl-address.el (wl-address-minibuffer-history): New variable.
1730         (wl-address-minibuffer-local-map): New keymap.
1731         (wl-address-read-from-minibuffer): New function.
1732
1733         * wl-action.el (wl-summary-get-resend-address): Use
1734         `wl-address-read-from-minibuffer' instead of `completing-read'.
1735
1736 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * Version number is increased to 2.11.32.
1739
1740 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741
1742         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1743         without mule to iso-8859-1.
1744         (wl-draft-add-in-reply-to): Add note in description.
1745         (wl-draft-add-references): Ditto.
1746
1747 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1748
1749         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1750         definition for `m'.
1751         (wl-summary-mode-line-format): Add '[%m]'.
1752         (wl-message-mode-line-format-spec-alist): Ditto.
1753         (wl-summary-display-mime-mode-list): New variable.
1754
1755         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1756         from wl-summary-buffer-display-as-is.
1757         (wl-summary-buffer-display-all-header): New buffer local variable.
1758         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1759         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1760         instead of wl-summary-buffer-display-as-is.
1761         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1762         (wl-summary-set-persistent-mark): Ditto.
1763         (wl-summary-set-message-buffer-or-redisplay): Just call
1764         `wl-summary-redisplay-internal' without optional arguments.
1765         (wl-summary-toggle-mime): Rewrite.
1766         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1767         (wl-summary-toggle-all-header): New function.
1768         (wl-summary-redisplay-internal): Treat mime mode.
1769
1770         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1771         to wl-mime-preview-follow-no-mime.
1772         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1773         accodring to the display-mode.
1774
1775         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1776         (wl-message-buffer-display): Changed argument name from `as-is' to
1777         `mode'.
1778         (wl-message-display-internal): Ditto;
1779         Bind elmo-mime-display-header-analysis according to the mode.
1780         (wl-message-display-internal): Put wl-message-display-mime-mode
1781         property on entire buffer.
1782
1783 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1784
1785         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1786
1787 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1788
1789         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1790         Don't extract mail address.
1791         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1792
1793         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1794
1795         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1796
1797 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1798
1799         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1800         wl-fldmgr-cut-entity-list on confirmation.
1801
1802 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1803
1804         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1805         (wl-mime-quit-preview): Check existence of
1806         mime-edit-temp-message-buffer here.
1807
1808 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1811         after deletion.
1812
1813         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1814         before calling wl-mime-quit-preview.
1815
1816 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1817
1818         * wl-summary.el (wl-summary-pick): If call it with prefix
1819         argument, set `delete-marks' as non-nil. Pick from only visible
1820         messages.
1821         (wl-summary-check-target-mark): New function.
1822         (wl-summary-target-mark-mark-as-read): Use it.
1823         (wl-summary-target-mark-mark-as-unread): Ditto.
1824         (wl-summary-target-mark-operation): Ditto.
1825         (wl-summary-target-mark-set-flags): Ditto.
1826         (wl-summary-target-mark-save): Ditto.
1827         (wl-summary-target-mark-pick): Ditto.
1828         (wl-summary-target-mark-forward): Ditto.
1829         (wl-summary-target-mark-reply-with-citation): Ditto.
1830         (wl-summary-target-mark-print): Ditto.
1831         (wl-summary-target-mark-uudecode): Ditto.
1832
1833         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1834         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1835         with `ask-coding' is non-nil.
1836
1837 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-thread.el (wl-thread-set-parent): If parent is a message
1840         which is identified by references, set linked as nil.
1841
1842 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1845         (wl-message-mode-line-format-spec-alist): Ditto.
1846         (wl-message-mode-line-format): Ditto.
1847         (wl-summary-mode-line-format): Ditto for docstring.
1848         (wl-summary-no-mime-folder-list): Fix typo.
1849
1850         * wl-util.el (wl-current-message-buffer): Call
1851         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1852
1853         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1854         variable.
1855         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1856         of `wl-summary-redisplay-no-mime'.
1857         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1858         (wl-summary-toggle-mime): New function.
1859         (wl-summary-redisplay-all-header): Rewrite.
1860         (wl-summary-redisplay-no-mime): Ditto.
1861         (wl-summary-redisplay-internal): Added argument `as-is' and
1862         `all-header'.
1863
1864         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1865         New variable.
1866         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1867         bottom.
1868         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1869         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1870         "/" unconditionally.
1871
1872         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1873         wl-mime-preview-follow-no-mime for as-is content.
1874         (wl-mime-preview-follow-no-mime): New function.
1875         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1876
1877         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1878         and added `as-is', `all-header'.
1879         (wl-message-buffer-display): Ditto.
1880         (wl-message-buffer-display-type): New function.
1881
1882 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1883
1884         * wl-vars.el (wl-message-header-button-alist): Change default
1885         value.
1886         (wl-message-body-button-alist): Ditto.
1887
1888 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1891
1892 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1895
1896 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1897
1898         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1899         is always true.
1900
1901 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1902
1903         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1904         on null entity.
1905
1906 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1909
1910 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-vars.el (wl-summary-resend-hook): New hook.
1913
1914         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1915         `wl-summary-resend-hook'.
1916
1917 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1920         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1921         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1922         (wl-summary-new-cached-mark): Changed default value to 'n'.
1923         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1924         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1925         (wl-folder-sync-range-alist): Remove spec for 'flag.
1926         (wl-summary-force-prefetch-folder-list): New user option.
1927
1928         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1929         `wl-summary-toggle-persistent-mark'.
1930         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1931         number is nil.
1932         (wl-summary-mark-as-answered-region): Set interactive argument of
1933         `wl-summary-set-persistent-mark-internal'.
1934         (wl-summary-mark-as-important-region): Ditto.
1935         (wl-summary-unset-persistent-mark): Ditto.
1936         (wl-summary-set-persistent-mark): Ditto.
1937         (wl-summary-mark-as-answered): Ditto.
1938         (wl-summary-mark-as-important): Ditto.
1939         (wl-summary-set-persistent-mark-internal): Do nothing
1940         when `elmo-message-flag-available-p' is nil.
1941         (wl-summary-toggle-persistent-mark): New function.
1942         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1943         when the folder matches `wl-summary-force-prefetch-folder-list'.
1944
1945
1946         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1947         when number is nil.
1948         (wl-highlight-summary-forwarded-face): New face.
1949
1950 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * Version number is increased to 2.11.31.
1953
1954 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1955
1956         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1957         (wl-biff-check-folder-async): Ditto.
1958         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1959
1960 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1961
1962         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1963         Add an argument `reverse'.  All callers are updated.
1964         (wl-summary-sort): Add a prefix argument `reverse' to specify
1965         reverse sorting.
1966         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1967         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1968         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1969
1970 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-message.el (wl-message-redisplay): Does not narrow header if
1973         disply-type is all-header or as-is.
1974
1975         * wl-summary.el (wl-summary-enter-handler): Use
1976         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1977
1978 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1981         after adding wl-draft-parent-variables.
1982         (wl-draft-forward): Ditto.
1983
1984 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-summary.el (wl-summary-sync-marks): Call
1987         `wl-summary-set-persistent-mark' and
1988         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1989         (wl-summary-set-persistent-mark-internal): Add 4th argument
1990         `no-server'.
1991         (wl-summary-unset-persistent-mark): Ditto.
1992         (wl-summary-set-persistent-mark): Ditto.
1993         (wl-summary-add-flags-internal): Abolish.
1994         (wl-summary-remove-flags-internal): Ditto.
1995         (wl-summary-mark-as-important-internal): Ditto.
1996         (wl-summary-mark-as-important): Use
1997         `wl-summary-set-persistent-mark' instead of
1998         `wl-summary-add-flags-internal'.
1999         (wl-summary-mark-as-important-region): Ditto.
2000
2001         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2002
2003         * wl-summary.el (wl-summary-get-available-flags): New function.
2004         (wl-summary-sync-marks): Use it and simplified.
2005         (wl-summary-unset-persistent-mark): Use
2006         `wl-summary-get-available-flags'.
2007         (wl-summary-set-persistent-mark): Ditto.
2008
2009 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2010
2011         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2012         id.
2013
2014 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2015
2016         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2017         number, call `wl-summary-prev-line-content'. Show message when the
2018         message is not found.
2019
2020 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2023         wl-summary-enter-handler.
2024         (wl-summary-enter-handler): New command.
2025
2026         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2027         docstring and custom spec.
2028
2029         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2030         flags too; Don't treat Cached and New.
2031         (wl-summary-set-persistent-mark): Ditto.
2032
2033         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2034         `wl-folder-set-flag'.
2035
2036         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2037         instead of `wl-folder-set-flag'.
2038
2039         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2040         for completion.
2041         (wl-summary-set-persistent-mark): Ditto.
2042
2043         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2044         instead of `wl-draft-quit-preview'.
2045
2046         * wl-mime.el (toplevel): Avoid compile warning.
2047         (wl-mime-quit-preview): New function
2048         (formarly defined as `wl-draft-quit-preview').
2049         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2050         quitting method.
2051
2052         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2053
2054         * wl-folder.el (wl-folder-set-flag): Renamed from
2055         `wl-draft-set-flag-on-parent'.
2056
2057         * wl-draft.el (wl-draft-quit-preview): New function.
2058         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2059         (wl-draft-send): Call `wl-folder-set-flag' instead of
2060         `wl-draft-set-flag-on-parent'.
2061         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2062
2063 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2066         (wl-draft-send): Ditto.
2067
2068 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2069
2070         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2071         (wl-draft-kill-pre-hook): Set default value as nil.
2072         (wl-summary-reply-hook): Ditto.
2073         (wl-draft-kill-flags): Abolish.
2074
2075         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2076         (wl-draft-parent-variables): Renamed from
2077         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2078         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2079         argument; Add wl-draft-parent-variables to
2080         wl-draft-config-variables.
2081         (wl-draft-reply): Likewise.
2082         (wl-draft-kill-flags): Abolish.
2083         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2084         (wl-draft-set-flag-on-parent): New function.
2085         (wl-draft-setup-parent-flag): Ditto.
2086
2087 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2088
2089         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2090         `wl-draft-parent-folder' is "".
2091
2092 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2093
2094         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2095         (wl-summary-digit-jump): New function.
2096         (Adviced by John Owens and Hiroya Murata)
2097
2098         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2099         (Adviced by John Owens)
2100
2101         * wl-xmas.el (wl-message-define-keymap): Ditto.
2102
2103         * wl-mule.el (wl-message-define-keymap): Ditto.
2104
2105 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2108         change of return value of elmo-folder-count-flags.
2109
2110         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2111         (wl-summary-mark-as-read-internal): Ditto.
2112         (wl-summary-set-persistent-mark-internal): Ditto.
2113         (wl-summary-folder-info-update): Ditto.
2114         (wl-summary-sync-update): Fixed the last change.
2115
2116         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2117
2118 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2119
2120         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2121         (wl-draft-kill-flags): Fixed docstring.
2122
2123         * wl-draft.el (wl-draft-kill-flags): New function.
2124         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2125
2126 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2127
2128         * wl-vars.el (wl-reply-hook): Abolish.
2129         (wl-draft-reply-hook): New hook.
2130         (wl-summary-reply-hook): Ditto.
2131         (wl-draft-forward-hook): Ditto.
2132         (wl-summary-forward-hook): Ditto.
2133         (wl-draft-kill-flags): New variable.
2134
2135         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2136         wl-summary-set-persistent-mark-internal.
2137         (wl-summary-sync-marks): Use elmo-preserved-flags.
2138         (wl-summary-update-persistent-mark): Make it interactive.
2139         (wl-summary-set-persistent-mark-internal): New inline function.
2140         (wl-summary-mark-as-answered): Use it.
2141         (wl-summary-mark-as-unanswered): Ditto.
2142         (wl-summary-unset-persistent-mark): New function.
2143         (wl-summary-set-persistent-mark): Ditto.
2144         (wl-summary-reply): Don't set answered flag;
2145         Run wl-summary-reply-hook instead.
2146         (wl-summary-forward): Call wl-draft-forward with number.
2147         Run wl-summary-forward-hook.
2148
2149         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2150         (wl-highlight-summary-line-face-spec): Use it as a default
2151         persistent mark face.
2152
2153         * wl-draft.el (wl-draft-forward): Added optional argument number;
2154         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2155         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2156         (wl-draft-kill): Use wl-draft-kill-flags.
2157
2158         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2159
2160         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2161         of return value of elmo-folder-count-flags.
2162
2163         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2164
2165         * wl-summary.el (wl-summary-count-unread): Ditto.
2166         (wl-summary-sync-update): Follow the change above.
2167         (wl-summary-force-prefetch): New function.
2168
2169 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2170
2171         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2172         variable `buf' with `let' instead of `setq'.
2173
2174 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2177         add Content-Disposition heaeder on the deleted part.
2178
2179 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * wl-draft.el (wl-draft-save): Encode address list under edit by
2182         `eword-encode-unstructured-field-body'.
2183
2184         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2185
2186 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2187
2188         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2189         wl-current-summary-buffer.
2190
2191 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2192
2193         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2194         `numbers' is ignored.
2195
2196 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-folder.el (wl-folder-open-folder): Avoid error.
2199         Reported by John Owens, [wl-en:815]
2200
2201         * wl.el (wl): Set timer for biff process even if prefix argument
2202         is given or auto-checking is quitted.
2203
2204         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2205         immediately.
2206         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2207         (wl-toggle-plugged): Ditto.
2208
2209         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2210         * wl-util.el (wl-biff-start): Use idle timer if
2211         `wl-biff-use-idle-timer' is non-nil.
2212
2213 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-highlight.el (wl-highlight-message): Fix description.
2216
2217 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2220         tty.
2221
2222 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2223
2224         * wl-action.el (wl-summary-exec): Print failure count.
2225
2226 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2227
2228         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2229         to `defun', remove interactive form.
2230         Set elmo-message-fetch-confirm when force-reload is non-nil.
2231
2232 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-summary.el (toplevel): Removed unnecessary autoload.
2235
2236 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2237
2238         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2239         the buffer is generated from another message buffer.
2240
2241 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2242
2243         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2244         extracted from `wl-fldmgr-save-folders'.
2245         (wl-fldmgr-delete): Call it after deletion.
2246
2247 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2250         multi-tty support.
2251
2252 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2253
2254         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2255
2256 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2257
2258         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2259         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2260
2261 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2264         unsubscribe list only if argument CLEAR is nil.
2265
2266 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-draft.el (wl-draft-reply): Decode subject before removing
2269         Re: prefix.
2270
2271 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2272
2273         * wl-summary.el (wl-summary-sort-by-size): New command.
2274
2275 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * wl-summary.el (wl-summary-number-list-from-region): New
2278         function.
2279         (wl-summary-mark-as-read-region): Use it.
2280         (wl-summary-mark-as-unread-region): Ditto.
2281         (wl-summary-set-flags-region): Ditto and add optional argument
2282         remove.
2283         (wl-summary-mark-as-answered-region): Ditto.
2284         (wl-summary-mark-as-important-region): Ditto.
2285         (wl-summary-target-mark-mark-as-important): Added optional
2286         argument remove.
2287         (wl-summary-target-mark-mark-as-answered): Ditto.
2288         (wl-summary-target-mark-set-flags): Ditto.
2289
2290 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2291
2292         * wl-summary.el (wl-summary-set-flags-region): Call
2293         `wl-summary-set-flags-internal' with number list instead of call
2294         one by each message.
2295         (wl-summary-target-mark-set-flags): Likewise.
2296
2297 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2300         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2301         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2302         (wl-summary-target-mark-mark-as-answered): Likewise.
2303
2304 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-summary.el (wl-summary-target-mark-forward): Use
2307         `wl-summary-delete-all-target-marks' instead of
2308         `wl-summary-delete-all-temp-marks'.
2309         (wl-summary-target-mark-reply-with-citation): Ditto.
2310         (wl-summary-target-mark-uudecode): Ditto.
2311         (wl-summary-target-mark-set-flags): Ditto and remove needless
2312         cursor move.
2313
2314 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2315
2316         * wl-summary.el (wl-summary-target-mark-forward): Protect
2317         wl-summary-buffer-target-mark-list from nreverse.
2318         (wl-summary-target-mark-reply-with-citation): Ditto.
2319
2320 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321
2322         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2323         `elmo-display-progress-threshold'.
2324
2325 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2326
2327         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2328         check `wl-summary-highlight'.
2329         (wl-summary-window-scroll-functions): Respect value of
2330         `wl-summary-highlight'.
2331         (wl-summary-sync-update): Run hooks
2332         `wl-summary-buffer-window-scroll-functions' at any time.
2333
2334 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2335
2336         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2337         from `wl-summary-cleanup-temp-marks'.
2338         (wl-summary-cleanup-temp-marks): Abolish argument.
2339         * wl.el (wl-save-status): Revert previous change.
2340         (wl-execute-temp-marks): New function, call
2341         `wl-summary-exec-with-confirmation'.
2342         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2343         (wl-folder-save-and-exec-marks): Abolished.
2344
2345 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2346
2347         * wl-e21.el (wl-e21-display-image-p): Respect
2348         `wl-highlight-folder-with-icon'.
2349         (wl-e21-highlight-folder-group-line): Highlight mouse line
2350         even if wl-e21-display-image-p is nil.
2351
2352         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2353         Respect value of `wl-summary-highlight'.
2354
2355         * wl.el (wl-save-status): Remove unused variable.
2356
2357         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2358         (wl-folder-mode-map): Bind it to "x".
2359
2360 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2363
2364         * wl-thread.el (wl-thread-get-parent-list): Don't check
2365         disconnected ancestors, neglecting needless work in
2366         `wl-thread-update-indent-string-thread'.
2367
2368         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2369         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2370         argument, add argument default-keep to keep marks by default.
2371
2372         * Version number is increased to 2.11.30.
2373
2374         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2375         customization type and docstring.
2376         (wl-draft-reply-without-argument-list): Ditto.
2377
2378 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2381
2382         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2383
2384 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2387
2388 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2389
2390         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2391         save-excursion so as not to include run-hooks.
2392
2393 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2396         Clarify that marks are going to be cleared.
2397
2398 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2401         according to 3rd element of wl-summary-flag-mark.
2402
2403         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2404
2405 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-action.el (wl-summary-target-mark-all): Don't set
2408         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2409
2410 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2411
2412         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2413         (wl-forward-subject-prefix): Ditto.
2414         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2415         (wl-draft-reply-make-subject): Ditto.
2416
2417         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2418         `wl-draft-forward'.
2419         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2420
2421 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2424         target message does not exist.
2425
2426 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2427
2428         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2429         `wl-subject-prefix-regexp'.
2430         (wl-subject-forward-prefix-regexp): New variable.
2431         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2432         `wl-draft-strip-subject-re' and take regexp as argument.
2433         (wl-draft-forward): Use it.
2434         (wl-draft-reply): Ditto.
2435
2436 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2437
2438         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2439         emacs multi-tty support.
2440
2441 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2442
2443         * wl-e21.el (wl-e21-display-image-p): Don't call
2444         `display-images-p'.
2445         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2446         support.
2447         (wl-highlight-folder-current-line): Ditto.
2448         (wl-folder-init-icons): Ditto.
2449
2450 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2451
2452         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2453         the last line of summary in unplugged mode.
2454
2455 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2456
2457         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2458
2459 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2462         * wl-address.el (wl-address-user-mail-address-p): Use it.
2463         (wl-address-delete-user-mail-addresses): Ditto.
2464         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2465
2466         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2467         (wl-address-delete-user-mail-addresses): Ditto.
2468
2469         * wl-address.el (wl-address-delete-user-mail-addresses): New
2470         function.
2471         * wl-refile.el (wl-refile-guess-by-history): Use it.
2472         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2473         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2474
2475         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2476         use wl-address-user-mail-address-p.
2477
2478 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2479
2480         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2481         after opening group.
2482
2483 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2484
2485         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2486         of elmo-set-buffer-multibyte.
2487
2488         * wl-message.el (wl-original-message-mode): Ditto.
2489
2490         * wl-score.el (wl-score-insert-header): Ditto.
2491
2492         * wl-summary.el
2493         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2494         (wl-summary-goto-folder-subr): Ditto.
2495         (wl-summary-insert-headers): Ditto.
2496
2497         * wl-util.el (wl-set-string-width): Ditto.
2498
2499         * Version number is increased to 2.11.29.
2500
2501 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2502
2503         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2504         (wl-highlight-summary-line-help-echo-alist): New variable.
2505         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2506         into `wl-highlight-summary-line-help-echo' and
2507         `wl-highlight-flag-folder-help-echo'.
2508         (wl-highlight-summary-line-string): Change accordingly.
2509         (wl-highlight-summary-current-line): Ditto.
2510
2511 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2512
2513         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2514         at the beginning of field body (Thanks to Markus Knittig).
2515
2516         * wl-draft.el (wl-draft-insert-current-message): Also check
2517         summary buffer, remove unnecessary tag.
2518
2519 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2520
2521         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2522         when wl-message-buffer is nil.
2523
2524         * wl-folder.el (wl-folder): Abolish unused argument.
2525         Call wl-folder-init when wl-folder-entity is nil.
2526         * wl.el (wl): Change accordingly.
2527
2528 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2529
2530         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2531         multibyte string before insert into draft buffer.
2532         (wl-draft-create-buffer): Always enable multibyte characters for
2533         draft buffer.
2534
2535         * Version number is increased to 2.11.28.
2536
2537 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2538
2539         * wl-folder.el (wl-folder-open-close): Handle blank line.
2540         (wl-folder-jump-to-current-entity): Ditto.
2541
2542 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2543
2544         * Version number is increased to 2.11.27.
2545
2546 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2547
2548         * wl-thread.el (wl-thread-insert-message): When the thread is
2549         devided by wl-summary-max-thread-depth, insert line at the end of
2550         buffer.
2551
2552 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2553
2554         * Version number is increased to 2.11.26.
2555
2556 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2557
2558         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2559
2560 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2561
2562         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2563         value of stream-type and session.
2564
2565 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2566
2567         * Version number is increased to 2.11.25.
2568
2569 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2570
2571         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2572         in a quit message.
2573
2574 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2575
2576         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2577         (wl-summary-redisplay-no-mime-internal): Ditto.
2578
2579 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2580
2581         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2582         * wl-vars.el (wl-smtp-connection-type): Ditto.
2583
2584 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2585
2586         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2587         for the separator line and quote mail-header-separator.
2588
2589 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2592         result message.
2593
2594         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2595         `elmo-multiple-fields-body-list' with boundary as
2596         mail-header-separator.
2597
2598 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2599
2600         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2601
2602 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-util.el (wl-list-diff): Remove unused function.
2605
2606         * wl-draft.el (wl-draft-send-confirm): Discard input before
2607         confirmation.
2608
2609 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2610
2611         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2612         order of flag and new.
2613
2614 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-vars.el (wl-refile-policy-alist): Abolished.
2617
2618         * wl-action.el (wl-summary-set-action-refile): Follow the change
2619         above.
2620
2621 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * wl-highlight.el (wl-highlight-signature-search): Don't use
2624         re-search-backward for a long word since it is possible to crash
2625         XEmacs because of a bug.
2626
2627 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2628
2629         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2630
2631 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2632
2633         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2634         argument for wl-summary-sync-force-update.
2635
2636 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-summary.el (wl-summary-mode-map): Revival of
2639         wl-summary-mark-as-important related bindings;
2640         Bind 'F','tF','mF','rF','m&'.
2641         (wl-summary-mark-as-important-region): Revival.
2642         (wl-summary-target-mark-mark-as-important): Ditto.
2643         (wl-summary-target-mark-operation): New function.
2644         (wl-summary-target-mark-mark-as-answered): Use it.
2645         (wl-summary-decide-flag): Don't set Important as default.
2646         (wl-summary-mark-as-important-internal): Revival.
2647         (wl-summary-mark-as-important): Ditto.
2648
2649         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2650
2651         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2652         instead of facep.
2653
2654 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2655
2656         * wl-dnd.el (wl-dnd-drop-func): Fix.
2657
2658         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2659         mouse-set-point instead of posn-point.
2660
2661         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2662
2663         * wl-mule.el (wl-completing-read-multiple): Ditto.
2664
2665 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2666
2667         * wl-demo.el (face-background-name): Defalias to avoid compile
2668         warning.
2669
2670 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2671
2672         * wl-summary.el (wl-summary-decide-flag): Use
2673         wl-completing-read-multiple instead of completing-read-multiple.
2674
2675         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2676         New alias.
2677
2678         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2679         Use face-background-name instead of face-background.
2680
2681         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2682
2683         * wl-summary.el (wl-summary-save): Use it.
2684         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2685
2686         * wl-mime.el (wl-mime-save-content): Fix last change.
2687
2688 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2689
2690         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2691         New function.
2692         (wl-summary-sort-specs): Added sort.
2693         * wl-mime.el (wl-mime-save-content): Expand file name.
2694
2695 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2698
2699         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2700
2701 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2704         for flag if it is not defined.
2705
2706 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-e21.el (wl-highlight-folder-current-line): Use
2709         elmo-folder-type-internal when elmo-folder-type returns nil.
2710
2711         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2712
2713         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2714
2715         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2716
2717         * wl-e21.el (wl-summary-toolbar): Ditto.
2718
2719         * wl-vars.el (wl-demo-background-color): Abolished.
2720         (wl-summary-persistent-mark-priority-list): Renamed from
2721         wl-summary-flag-priority-list.
2722         (wl-summary-flag-alist): New user option.
2723         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2724         (wl-message-mode-line-format-spec-alist): Added 'F'.
2725         (wl-message-mode-line-format): Likewise.
2726         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2727         instead of wl-summary-important-mark.
2728         (wl-file-folder-icon): New variable.
2729
2730         * wl-thread.el (wl-thread-set-flags): Renamed from
2731         wl-thread-mark-as-important.
2732
2733         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2734         warning.
2735         (wl-summary-mode-menu-spec): Follow the change of 
2736         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2737         (wl-summary-mode-map): Follow the change of
2738         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2739         (wl-summary-detect-mark-position): Follow the variable name change.
2740         (wl-summary-set-flags-region): New function for the replacement of
2741         wl-summary-mark-as-important-region.
2742         (wl-summary-sync-marks): Sync all global-flags.
2743         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2744         instead of elmo-message-flagged-p.
2745         (wl-summary-persistent-mark-string): Follow the variable name change;
2746         Put wl-summary-flag-mark if the message has global-flag.
2747         (wl-summary-target-mark-set-flags): Renamed from 
2748         wl-summary-target-mark-mark-as-important.
2749         (wl-summary-decide-flag): New function.
2750         (wl-summary-set-flags-internal): Renamed from
2751         wl-summary-mark-as-important-internal.
2752         (wl-summary-add-flags-internal): New function.
2753         (wl-summary-remove-flags-internal): Ditto.
2754         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2755         (wl-summary-mark-as-unimportant): Abolish.
2756         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2757         (wl-summary-next-message): List flagged messages in the msgdb.
2758
2759         * wl-score.el (wl-summary-score-update-all-lines): Use
2760         wl-summary-add-flags-internal instead of 
2761
2762         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2763
2764         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2765         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2766         (wl-message-buffer-require-all-header): Renamed from
2767         wl-message-buffer-all-header-flag (Ditto).
2768         (wl-message-buffer-flag-indicator): New variable.
2769         (wl-message-redisplay): Changed local varibale name from `flag' to
2770         `display-type'; Set up wl-message-buffer-flag-indicator.
2771         (wl-message-buffer-display): Changed varibale name from `flag' to
2772         `display-type'.
2773         (wl-message-display-internal): Likewise.
2774
2775         * wl-highlight.el (wl-highlight-demo-face): Define default background
2776         color.
2777         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2778
2779         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2780
2781         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2782         (wl-demo-setup-properties): Renamed from
2783         `wl-demo-set-background-color'.
2784         (wl-demo): Follow the change above.
2785         
2786         * Version number is increased to 2.11.24.
2787
2788 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-summary.el (wl-summary-toggle-thread): Call
2791         `wl-summary-rescan' with disable-thread as non-nil.
2792         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2793
2794 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2795
2796         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2797         foreground property of the face.
2798         (wl-demo-insert-text): Don't set up face property here.
2799         (wl-demo): Call wl-demo-set-background-color, anyway.
2800
2801 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2802
2803         * wl-vars.el (wl-demo-background-color): The value can be nil.
2804
2805 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2806
2807         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2808         to wl-summary-wheel-dispatcher.
2809
2810         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2811         wl-message-wheel-dispatcher.
2812         (wl-message-wheel-dispatcher): New function.
2813         (wl-summary-wheel-dispatcher): Ditto.
2814
2815 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2816
2817         * wl-action.el (wl-summary-target-mark-all): List messages which are
2818         not in the killed-list.
2819
2820         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2821         only when the folder is 'flag/important.
2822
2823         * wl-address.el (wl-complete-field-body): Complete if the last
2824         character is a space.
2825
2826 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2827
2828         * wl-folder.el (wl-folder-clear-entity-info): Use
2829         elmo-clear-hash-val.
2830
2831         * wl-fldmgr.el (wl-fldmgr-rename): Set
2832         wl-folder-info-alist-modified as t.
2833
2834 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2835
2836         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2837
2838 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2839
2840         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2841         (wl-folder-buffer-last-visited-entity-id): New buffer local
2842         variable.
2843         (wl-folder-revisit-last-visited-folder): New function.
2844         (wl-folder-mode-map): Bind it to "C-i".
2845         (wl-folder-set-current-entity-id): Set last visited folder.
2846         * wl-summary.el (wl-summary-exit): Ditto.
2847
2848 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2851         before calling `recenter' in order to cope with an XEmacs bug.
2852
2853 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2854
2855         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2856         to the default value.
2857
2858 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2859
2860         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2861         change.
2862         (wl-summary-sync-marks): Ditto.
2863         (wl-summary-mark-as-read-internal): Ditto.
2864         (wl-summary-mark-as-answered-internal): Ditto.
2865         (wl-summary-mark-as-important-internal): Ditto.
2866         (wl-summary-reply): Ditto.
2867
2868         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2869         instead of `elmo-folder-unflag-answered'.
2870
2871         * Version number is increased to 2.11.23.
2872
2873         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2874         the last change.
2875
2876 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2877
2878         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2879         Specify "spam" or "good".
2880
2881 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2882
2883         * wl-spam.el (wl-summary-exec-action-spam): Call
2884         wl-folder-confirm-existence for spam folder.
2885         (wl-spam-setup): Bind "mk".
2886
2887 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2890
2891 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2892
2893         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2894         destination folder is empty.
2895
2896 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2897
2898         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2899         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2900
2901         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2902         (wl-summary-refile-prev-destination-region): New function.
2903         (wl-thread-refile-prev-destination): Ditto.
2904         (wl-summary-target-mark-refile-prev-destination): Ditto.
2905
2906 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2907
2908         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2909         (wl-demo-background-color): Changed default value.
2910
2911         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2912         color.
2913
2914         * wl-demo.el (wl-demo-set-background-color): New function.
2915         (wl-demo): Call it.
2916
2917 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2918
2919         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2920         * wl-address.el (wl-address-add-or-change): Don't add empty
2921         address.
2922
2923 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2924
2925         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2926
2927 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-vars.el (wl-demo-image-filter-alist): New variable
2930         (wl-demo-background-color): Ditto.
2931
2932         * wl-demo.el (wl-demo-xpm-set-background): New function.
2933         (wl-demo-image-filter): Ditto.
2934         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2935
2936         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2937
2938         * wl-demo.el (wl-demo-icon-name): Define as function.
2939         (wl-demo-insert-image): Use it.
2940
2941 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2942
2943         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2944
2945 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2946
2947         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2948
2949 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2950
2951         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2952
2953 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-thread.el (wl-thread-mark-as-answered): New function.
2956
2957         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2958         answered" entry.
2959         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2960         "r&" and wl-thread-mark-as-answered to "t&".
2961         (wl-summary-mark-as-important-region): Refine to toggle mark.
2962         (wl-summary-mark-as-answered-region): New function.
2963         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2964         and 3rd argument.
2965         (wl-summary-mark-as-important-internal): Likewise.
2966
2967 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-template.el (wl-template-preview): New internal variable.
2970         (wl-template-preview-p): New function.
2971         (wl-template-show): Bind `wl-template-preview' as t.
2972
2973 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2976         `elmo-message-entity-field' with 3rd argument which is non-nil.
2977
2978 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979
2980         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2981         Removed duplicate local bind `folder'.
2982
2983 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2986
2987 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2988
2989         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2990         duplicate definition.
2991
2992 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2995         non-nil, use it; Don't fetch message if there's no message in the
2996         current cursor position.
2997
2998 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2999
3000         * wl-util.el (wl-region-exists-p): Use region-active-p.
3001         (wl-deactivate-region): New function.
3002         * wl-message.el (wl-message-redisplay): Deactivate region.
3003
3004         * wl-summary.el (wl-summary-reply): Call
3005         `wl-summary-set-message-buffer-or-redisplay' instead of
3006         `wl-summary-redisplay-internal', don't move point.
3007
3008 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3011         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3012         by regexp.
3013
3014 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3017         if no need.
3018
3019 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3022         default value to nil.
3023         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3024         `wl-summary-prepare-hook'; Replace refile action to
3025         `wl-summary-exec-action-refile-with-register'.
3026
3027         * Version number is increased to 2.11.22.
3028
3029 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * wl-summary.el (wl-summary-detect-mark-position): Set
3032         `wl-summary-buffer-weekday-name-lang'.
3033
3034 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3035
3036         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3037         (wl-summary-mark-as-read-all): Ditto.
3038         (wl-summary-delete-messages-on-buffer): Ditto.
3039         (wl-summary-sync-update): Ditto.
3040         (wl-summary-mark-as-read-internal): Ditto.
3041         (wl-summary-mark-as-answered-internal): Ditto.
3042         (wl-summary-update-folder-info): Abolished.
3043
3044 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3045
3046         * wl-summary.el (wl-summary-mark-as-read-all): Use
3047         `wl-summary-update-folder-info' instead of
3048         `wl-folder-update-unread'.
3049
3050 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3051
3052         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3053         `wl-summary-folder-info-update'.
3054         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3055         instead of `wl-summary-folder-info-update'.
3056         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3057         `wl-folder-set-folder-updated'.
3058         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3059         instead of `wl-folder-update-unread'.
3060         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3061         the value of `wl-summary-buffer-unread-count' for the second parameter of
3062         `wl-folder-update-unread'.
3063
3064         * Version number is increased to 2.11.21.
3065
3066 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3067
3068         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3069         a local variable.
3070
3071 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3074         interactively.
3075
3076         * wl-summary.el (wl-summary-mark-as-important-internal): New
3077         internal function.
3078         (wl-summary-mark-as-important): Use it.
3079         (wl-summary-mark-as-unimportant): New function.
3080         (wl-summary-sync-marks): Follow the API change.
3081
3082         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3083
3084         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3085
3086 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3087
3088         * wl-folder.el (wl-folder-update-unread): Re-indent.
3089         Narrow the scope of a local variable.
3090
3091 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3094         (wl-addrmgr-merge-entries): Ditto.
3095         (wl-addrmgr): Added to address entry which exists in draft buffer
3096         if no entry is in original.
3097
3098 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3099
3100         * wl-batch.el: New file.
3101
3102 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3103
3104         * wl-vars.el (wl-use-semi): Remove unused variable.
3105
3106 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3107
3108         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3109         "?".
3110
3111 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112
3113         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3114         wl-summary-new-mark.
3115         (wl-summary-new-cached-mark): New user option.
3116         (wl-summary-score-marks): Follow the change above.
3117         (wl-summary-auto-refile-skip-marks): Ditto.
3118         (wl-summary-incorporate-marks): Ditto.
3119         (wl-summary-expire-reserve-marks): Ditto.
3120
3121         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3122
3123         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3124         (wl-summary-persistent-mark-string): Distinguished between cached
3125         and uncached mark when the message is new.
3126
3127 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3128
3129         * wl-spam.el (wl-spam-domain): Renamed from
3130         `wl-spam-folder-guess-domain'.
3131         (wl-summary-exec-action-spam): Register as spam if domain of the
3132         source folder is good.
3133         (wl-summary-exec-action-refile-with-register): Register message if
3134         domain of the source folder is not undecided.
3135
3136 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3139         detect thread loop.
3140
3141 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3144         and wl-summary-skip-mark-list.
3145
3146 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3147
3148         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3149
3150         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3151
3152         * wl-spam.el (toplevel): Require wl-highlight.
3153         (wl-spam-auto-check-policy-alist): Abolish.
3154         (wl-spam-auto-check-folder-regexp-list): New user option.
3155         (wl-spam-auto-check-marks): Ditto.
3156         (wl-spam-mark-action-list): Ditto.
3157         (wl-highlight-summary-spam-face): New face.
3158         (wl-spam-auto-check-message-p): New function.
3159         (wl-spam-map-spam-messages): Fixed message.
3160         (wl-spam-register-spam-messages): Ditto.
3161         (wl-spam-register-good-messages): Ditto.
3162         (wl-summary-spam-map): Add and remove keybind.
3163         (wl-summary-target-mark-spam): Abolish.
3164         (wl-summary-refile-spam): Ditto.
3165         (wl-summary-test-spam): New function.
3166         (wl-summary-mark-spam): Ditto.
3167         (wl-summary-auto-check-spam): Follow the above change.
3168         (wl-summary-exec-action-spam): New function.
3169         (wl-summary-exec-action-refile-with-register): Fixed message.
3170         (wl-message-check-spam): New function.
3171         (wl-spam-setup): Ditto.
3172         (toplevel): Call it if this file is loaded interactivity.
3173
3174         * Version number is increased to 2.11.20.
3175
3176 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3177
3178         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3179         when new optional argument `force' is non nil or modified.
3180
3181 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl.el (toplevel): Require wl-spam when compile.
3184         (wl-save-status): Call wl-spam-save-status.
3185
3186         * wl-spam.el (wl-spam-register-spam-messages): New function.
3187         (wl-spam-register-good-messages): Ditto.
3188         (wl-spam-save-status): Ditto.
3189         (wl-summary-mode-map): Bind
3190         wl-summary-target-mark-register-as-spam to "ms" and
3191         wl-summary-target-mark-register-as-good to "mn".
3192         (wl-summary-register-as-spam): Abolish optional argument; Use
3193         wl-spam-register-spam-messages.
3194         (wl-summary-register-as-spam-all): Use
3195         wl-spam-register-spam-messages.
3196         (wl-summary-register-as-good): Abolish optional argument; Use
3197         wl-spam-register-good-messages.
3198         (wl-summary-register-as-good-all): Use
3199         wl-spam-register-good-messages.
3200         (wl-summary-target-mark-register-as-spam): New funtion.
3201         (wl-summary-target-mark-register-as-good): Ditto.
3202
3203 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-spam.el: New file.
3206
3207 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3210
3211         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3212         (wl-summary-auto-refile): Call wl-refile-guess with
3213         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3214
3215 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3218         with disable-thread argument non-nil.
3219
3220 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3221
3222         * wl-summary.el (wl-summary-rescan): Added optional argument
3223         disable-thread.
3224         (wl-summary-sync): Call wl-summary-rescan with argument
3225         disable-thread.
3226         (wl-summary-input-range): Added new range `rescan-thread'.
3227
3228 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3229
3230         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3231
3232 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3233
3234         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3235         internal variable.
3236         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3237         wl-summary-search-parent-by-subject-regexp and
3238         wl-summary-divide-thread-when-subject-changed as nil.
3239         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3240         (wl-summary-insert-thread): Search parent entity from
3241         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3242         thread loop.
3243
3244 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3247
3248         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3249
3250         * wl-util.el (wl-require-update-all-folder-p): New function.
3251         (wl-get-assoc-list-value): Added `function' to match directive.
3252         (wl-collect-draft): Rewrite.
3253
3254         * wl-summary.el (wl-summary-sync-update): Clear faces
3255         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3256         are non-nil.
3257         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3258         argument as function.
3259         (wl-summary-input-range): Ditto.
3260
3261         * wl-folder.el (wl-draft-get-folder): New function.
3262         (wl-folder-get-elmo-folder): Consider draft folder.
3263
3264         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3265         (wl-draft-buffer-message-number): New buffer local variable.
3266         (wl-draft-folder-internal): New internal variable.
3267         (wl-draft-delete): Rewrite.
3268         (wl-draft-save): Ditto.
3269         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3270         wl-folder-get-elmo-folder.
3271         (wl-draft-config-info-operation): Ditto.
3272         (wl-jump-to-draft-folder): Ditto.
3273         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3274         (wl-draft-reedit): Rewrite.
3275
3276         * Version number is increased to 2.11.19.
3277         
3278 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3279
3280         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3281         variable.
3282
3283 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3286         Use ignore-errors instead of unwind-protect.
3287
3288 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3289
3290         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3291         for updating `wl-thread-entity-list'.
3292
3293 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3294
3295         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3296         parameter from calling `wl-thread-entity-get-older-brothers' and
3297         `wl-thread-entity-get-younger-brothers'.
3298         Replace nested `append' with a single one.
3299
3300 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3301
3302         * wl-summary.el (wl-summary-mode): Don't use the return value of
3303         `make-local-hook'.
3304
3305 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3306
3307         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3308         instead of `let*'.
3309         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3310         of local variables.
3311
3312 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3313
3314         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3315         Renamed from wl-summary-window-scroll-functions.
3316         (wl-summary-window-scroll-functions): Don't set to variable.
3317         (wl-summary-display-top): Use run-hooks.
3318         (wl-summary-display-bottom): Ditto.
3319         (wl-summary-toggle-disp-msg): Ditto.
3320         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3321         Use it instead of wl-summary-window-scroll-functions.
3322         (wl-summary-goto-folder-subr): Don't call
3323         wl-summary-window-scroll-functions, use
3324         wl-summary-buffer-window-scroll-functions instead.
3325
3326 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3329         make-local-variable.
3330
3331 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3332
3333         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3334         set-buffer-modified-p.
3335         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3336         (wl-summary-display-bottom): Ditto.
3337         (wl-summary-toggle-disp-msg): Ditto.
3338
3339 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3340
3341         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3342
3343         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3344         (wl-summary-forward): Use elmo-message-entity-field instead of
3345         elmo-message-field.
3346
3347         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3348
3349 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3350
3351         * wl-summary.el (wl-summary-window-scroll-functions): No use
3352         `append'.
3353
3354 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3357         function.
3358         (wl-summary-window-scroll-functions): Call it when both
3359         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3360         (wl-summary-temp-mark): Added optional argument number.
3361         (wl-summary-message-mark): Added optional argument flag.
3362         (wl-summary-persistent-mark): Added optional argument number and flag.
3363         (wl-summary-update-persistent-mark): Ditto.
3364         (wl-summary-update-status-marks): Set "r" for interactive spec.
3365
3366         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3367         argument number and flag.
3368
3369         * wl-action.el (wl-summary-registered-temp-mark): 
3370         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3371
3372 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3373
3374         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3375         internal variable (buffer local).
3376         (wl-summary-window-scroll-functions): New function.
3377         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3378         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3379         as nil.
3380         (wl-summary-update-status-marks): Added arguments beg, end and
3381         check.
3382         (wl-summary-update-mark-window): Use function.
3383         (wl-summary-sync-update): Follow the change above.
3384         (wl-summary-switch-to-clone-buffer): Copy
3385         wl-summary-buffer-unsync-mark-number-list.
3386         (wl-summary-goto-folder-subr): Set
3387         wl-summary-buffer-unsync-mark-number-list and
3388         use wl-summary-window-scroll-functions instead of
3389         wl-summary-lazy-highlight.
3390
3391         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3392
3393 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3396
3397         * wl-summary.el (wl-summary-update-persistent-mark): Call
3398         wl-summary-set-message-modified.
3399
3400         * wl-summary.el (wl-summary-sync-update): Don't call
3401         wl-summary-update-status-marks.
3402
3403         * Version number is increased to 2.11.18.
3404
3405 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3406
3407         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3408         (wl-message-next-page): Ditto.
3409
3410 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3411
3412         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3413         local variable.  Change the order of a collected list into the
3414         same as the specified range.  Remove nil from a collected list.
3415
3416 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3417
3418         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3419         argument for elmo-folder-list-messages.
3420
3421 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3422
3423         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3424         change (wl-summary-count-unreads return a list instead of a cons
3425         cell).
3426
3427 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3428
3429         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3430         `wl-summary-folder-info-update'.
3431
3432 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * wl-summary.el (wl-summary-set-message-modified): No use
3435         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3436         (wl-summary-set-mark-modified): Abolish.
3437         (wl-summary-mark-modified-p): Ditto.
3438         (wl-summary-save-view): Follow the change above.
3439
3440         * wl-expire.el (wl-summary-expire): Likewise.
3441
3442 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3443
3444         * wl-summary.el (wl-summary-detect-mark-position): Use
3445         modb-entity-handler.
3446         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3447
3448         * Version number is increased to 2.11.17.
3449
3450 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3453         entity field value.
3454         (wl-summary-prefetch-msg): Ditto.
3455         (wl-summary-print-message-with-ps-print): Ditto.
3456
3457 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3458
3459         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3460         for dummy entity.
3461         (wl-summary-insert-thread): Use elmo-message-entity-field.
3462         (wl-summary-update-thread): Use elmo-message-entity-field and
3463         elmo-message-entity-number.
3464         (wl-summary-line-number):  Use elmo-message-entity-number.
3465         (wl-summary-line-size): Use elmo-message-entity-field.
3466         (wl-summary-line-subject): Ditto.
3467         (wl-summary-line-from): Ditto.
3468         (wl-summary-line-attached): Ditto.
3469         (wl-summary-create-line): Ditto.
3470         (wl-summary-create-line): Use elmo-message-entity-number.
3471         (wl-summary-print-message-with-ps-print): Use
3472         elmo-message-entity-field.
3473
3474 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3477         change in elmo-msgdb-make-message-entity.
3478         (wl-summary-buffer-set-folder): Don't call
3479         wl-summary-detect-mark-position here.
3480         (wl-summary-rescan): Call elmo-message-entity-number.
3481         (wl-summary-sync-update): Ditto.
3482         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3483
3484         * wl-score.el (wl-score-header-index): Redefine 2th element.
3485         (wl-score-overview-entity-get-extra): Abolish.
3486         (wl-score-ov-entity-get): Rewrite.
3487         (wl-score-string-index<, wl-score-string-func<): Abolish.
3488         (wl-score-string<): New function.
3489         (wl-score-string-sort): Use it.
3490
3491         * wl-refile.el (wl-refile-guess-by-history): Use
3492         elmo-message-entity-field.
3493         (wl-refile-guess-by-from): Ditto.
3494         (wl-refile-guess-by-msgid): Ditto.
3495
3496         * Version number is increased to 2.11.16.
3497
3498 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3499
3500         * wl-folder.el (wl-folder-confirm-existence): Don't call
3501         file-exists-p if msgdb-path is nil.
3502         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3503         `wl-read-folder-hist' to `wl-read-folder-history'.
3504
3505 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3506
3507         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3508         `y-or-n-p'.
3509
3510 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-score.el (wl-score-headers): Don't use
3513         elmo-folder-do-each-message-entity.
3514
3515         * Version number is increased to 2.11.15.
3516
3517 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3518
3519         * wl-summary.el (wl-summary-delete-all-msgs): Use
3520         elmo-folder-move-messages instead of elmo-folder-delete-messages
3521         and elmo-folder-detach-messages.
3522         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3523
3524         * wl-expire.el (wl-expire-delete): Ditto.
3525         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3526
3527 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3530         (wl-message-header-narrowing-fields): Ditto.
3531         (wl-message-header-narrowing-lines): Ditto.
3532         (wl-message-header-narrowing-string): Ditto.
3533
3534         * wl-summary.el (wl-summary-mode-map): Bind
3535         wl-summary-toggle-header-narrowing to "C-cC-f".
3536         (wl-summary-toggle-header-narrowing): New function.
3537
3538         * wl-message.el (wl-message-buffer-create): Call
3539         wl-message-header-narrowing-setup.
3540         (wl-message-redisplay): Call wl-message-header-narrowing.
3541         (wl-message-header-narrowing): New function.
3542         (wl-message-header-narrowing-map): New keymap.
3543         (wl-message-header-narrowing-widen-map): New keymap.
3544         (wl-message-header-narrowing-again-at-mouse): New function.
3545         (wl-message-header-narrowing-1): Ditto.
3546         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3547         (wl-message-header-narrowing-setup): Ditto.
3548         (wl-message-header-narrowing-toggle): Ditto.
3549         
3550         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3551
3552         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3553         'flag as all.
3554         (wl-use-flag-folder-help-echo): New user option.
3555
3556         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3557         wl-summary-highlight as nil.
3558         (wl-summary-set-mark-modified): Follow the API change.
3559         (wl-summary-mark-modified-p): Ditto.
3560         (wl-summary-mark-as-read-all): Ditto.
3561         (wl-summary-sync-marks): Don't call
3562         elmo-folder-list-messages-with-global-mark.
3563         (wl-summary-mark-as-read-internal): Follow the API change.
3564         (wl-summary-mark-as-answered-internal): Ditto.
3565         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3566         Follow the API change.
3567         (wl-summary-create-line): Call with number argument.
3568         (wl-summary-reply): Follow the API change.
3569
3570         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3571         function.
3572         (wl-highlight-summary-line-string): Call it when
3573         wl-use-flag-folder-help-echo is non-nil.
3574         (wl-highlight-summary-current-line): Ditto.
3575         (elmo-flag-folder-referrer): Added autoload setting.
3576
3577         * wl-draft.el (wl-draft-kill): Follow the API change.
3578
3579         * Version number is increased to 2.11.14.
3580         
3581 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582
3583         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3584
3585 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * Version number is increased to 2.11.13.
3588
3589 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-draft.el (wl-draft-previous-history-element): Fixed
3592         unbalanced parenthesis and bind unbound local variables.
3593
3594 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3595
3596         * wl-draft.el (wl-draft-previous-history-element): New function.
3597         (wl-draft-next-history-element): Ditto.
3598         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3599         them to M-p and M-n.
3600
3601 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3602
3603         * Version number is increased to 2.11.12.
3604
3605 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3606
3607         * wl-draft.el (wl-draft-hide): Select buffer-window.
3608
3609 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3610
3611         * wl-summary.el (wl-summary-narrow-to-region): New function.
3612         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3613         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3614         (wl-summary-save-region): Use it.
3615         * wl-action.el (wl-summary-collect-numbers-region)
3616         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3617
3618 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-folder.el (wl-folder-count-incorporates): Don't use
3621         `elmo-msgdb-mark-load'
3622
3623         * Version number is increased to 2.11.11.
3624
3625 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3626
3627         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3628         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3629
3630 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3633
3634 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3635
3636         * Version number is increased to 2.11.10.
3637
3638 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3639
3640         * wl-mime.el (wl-draft-attribute-value): Fixed.
3641
3642 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3643
3644         * wl-util.el (wl-copy-local-variables): New function.
3645
3646         * wl-mime.el (wl-draft-attribute-recipients): New function.
3647         (wl-draft-attribute-envelope-from): Ditto.
3648         (wl-draft-attribute-smtp-posting-server): Ditto.
3649         (wl-draft-attribute-smtp-posting-port): Ditto.
3650         (wl-draft-attribute-value): Ditto.
3651         (wl-draft-preview-message): Use it to get value for
3652         attributes. Reflect result of `wl-draft-config'.
3653
3654         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3655         and call `wl-summary-mark-as-read' before to call
3656         `wl-summary-unset-mark'.
3657         (wl-summary-target-mark-mark-as-unread): Likewise.
3658         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3659
3660 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-mime.el (wl-draft-preview-message): Use actual value for
3663         attributes; Fix for small window.
3664
3665 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3666
3667         * wl-refile.el (wl-refile-get-field-value): Call
3668         `elmo-message-entity-field' with 3rd argument is non-nil.
3669
3670 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * wl-vars.el (wl-draft-preview-attributes): New user option.
3673         (wl-draft-preview-attributes-list): Ditto.
3674         (wl-draft-preview-attributes-buffer-lines): Ditto.
3675         (wl-draft-preview-attributes-buffer-name): Ditto.
3676
3677         * wl-mime.el (wl-draft-preview-message): Display attributes.
3678
3679 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3680
3681         * wl-summary.el (wl-summary-detect-mark-position): Bind
3682         wl-summary-flag-priority-list to '(new).
3683
3684 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3687         funtion.
3688         (wl-highlight-summary-line-string): Use it.
3689         (wl-highlight-summary-current-line): Ditto.
3690
3691 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3694         line even when the mark string is not changed.
3695
3696         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3697         argument change in the wl-summary-create-line.
3698         (wl-thread-insert-entity-sub): Ditto.
3699
3700         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3701         argument change in the wl-summary-create-line.
3702         (wl-summary-insert-sequential): Ditto.
3703         (wl-summary-update-thread): Ditto.
3704         (wl-summary-persistent-mark-string): New inline function.
3705         (wl-summary-message-mark): Use it.
3706         (wl-summary-create-line): Abolish argument wl-persistent-mark
3707         and added wl-flags, wl-cached.
3708
3709         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3710         mark to flags.
3711         (wl-highlight-summary-current-line): Decide the face not by the 
3712         persistent mark but flags.
3713
3714 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3715
3716         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3717         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3718         wl-summary-read-uncached-mark): Revive.
3719         (wl-summary-answered-cached-mark,
3720         wl-summary-answered-uncached-mark): New user option.
3721         (wl-summary-score-marks): Follow the change above.
3722         (wl-summary-auto-refile-skip-marks): Ditto.
3723         (wl-summary-incorporate-marks): Ditto.
3724         (wl-summary-expire-reserve-marks): Ditto.
3725         (wl-summary-flag-priority-list): New user option.
3726
3727         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3728         changes.
3729         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3730         of elmo-message-mark.
3731         (wl-summary-mark-as-read-internal): Ditto.
3732         (wl-summary-mark-as-answered): Ditto.
3733         (wl-summary-mark-as-important): Ditto.
3734         (wl-summary-redisplay-internal): Ditto.
3735         (wl-summary-redisplay-no-mime-internal): Ditto.
3736         (wl-summary-message-mark): New function.
3737         (wl-summary-insert-sequential): Use wl-summary-message-mark
3738         instead of elmo-message-mark.
3739         (wl-summary-update-thread): Ditto.
3740         (wl-summary-persistent-mark): Ditto.
3741         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3742         instead of elmo-message-mark.
3743
3744         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3745         wl-summary-message-mark instead of elmo-message-mark.
3746         (wl-thread-insert-entity-sub): Ditto.
3747         (wl-thread-get-children-msgs-uncached): Ditto.
3748
3749         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3750         variable name changes.
3751         (wl-highlight-summary-current-line): Ditto.
3752
3753         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3754         wl-summary-message-mark instead of elmo-message-mark.
3755
3756         * wl-expire.el (wl-expire-message-p): Ditto.
3757
3758         * wl-score.el (wl-score-headers): Ditto.
3759
3760         * Version number is increased to 2.11.9.
3761
3762         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3763         (wl-summary-sync-update): Follow the change above.
3764         (wl-summary-switch-to-clone-buffer): Ditto.
3765         (wl-summary-open-folder): Ditto.
3766
3767 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3770         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3771
3772         * Version number is increased to 2.11.8.
3773
3774         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3775
3776         * wl-expire.el (wl-expire-refile): Follow the API change on
3777         `elmo-folder-move-messages'.
3778         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3779
3780         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3781         (wl-summary-exec-action-refile): Ditto.
3782         (wl-summary-exec-action-copy): Ditto.
3783         (wl-summary-no-auto-refile-message-p): No use
3784         `wl-summary-buffer-msgdb'.
3785         (wl-summary-auto-refile): Ditto.
3786
3787 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3788
3789         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3790
3791 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3792
3793         * wl-summary.el (wl-summary-sync): Treat no-sync.
3794
3795         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3796         (wl-default-sync-range): Ditto.
3797
3798 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3799
3800         * wl-refile.el (wl-refile-subject-learn): Call
3801         `elmo-message-entity-field' with 3rd argument is non-nil.
3802         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3803         instead of `elmo-msgdb-overview-entity-get-subject'.
3804
3805 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3806
3807         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3808         scan-type is rescan.
3809         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3810         new optional argument force is non-nil.
3811         (wl-summary-save-view-cache): Call it with force argument non-nil.
3812
3813         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3814
3815 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3816
3817         * wl-action.el (wl-summary-print-argument): Fixed last change.
3818
3819 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3820
3821         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3822         simplified.
3823         (wl-summary-target-mark-mark-as-unread): Likewise.
3824         (wl-summary-target-mark-mark-as-important): Likewise.
3825
3826 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3827
3828         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3829         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3830         (wl-summary-mark-as-important-region): Change accordingly.
3831         (wl-summary-target-mark-mark-as-important): Ditto.
3832
3833 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3834
3835         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3836
3837         * wl-action.el (wl-summary-print-argument): Print argument to
3838         right side of window if `wl-summary-print-argument-within-window'
3839         is non-nil.
3840
3841 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-action.el (wl-summary-set-mark): Use
3844         `wl-summary-message-visible-p' to check visibility of the message
3845         and jump to message only when the message line is visible and have
3846         different number; Call wl-summary-unset-mark with number argument.
3847         (wl-summary-unset-mark): 
3848         Use `wl-summary-message-visible-p'
3849         to check visibility of the message and jump to message only when
3850         the message line is visible and have different number;
3851
3852 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3853
3854         * Version number is increased to 2.11.7.
3855
3856         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3857         and wl-folder-summary-line-format.
3858
3859         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3860         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3861         (wl-summary-set-score-mark): Use it.
3862         (wl-summary-target-mark-mark-as-read): Ditto.
3863         (wl-summary-target-mark-mark-as-unread): Ditto.
3864         (wl-summary-target-mark-mark-as-important): Ditto.
3865         (wl-summary-target-mark-msgs): Simplified.
3866         (wl-summary-detect-mark-position): Fixed problem when
3867         summary-line-format no contain persisten/temp mark spec.
3868         (wl-summary-temp-mark): Ditto.
3869         (wl-summary-persistent-mark): Ditto.
3870         (wl-summary-update-persistent-mark): Ditto.
3871
3872         * wl-action.el (wl-summary-set-mark): Ditto.
3873         (wl-summary-unset-mark): Ditto.
3874         All other related portions are changed.
3875
3876 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3877
3878         * Version number is increased to 2.11.6.
3879
3880 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-util.el (wl-current-message-buffer): Define as function;
3883         Don't use the value of wl-messge-buffer.
3884
3885         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3886         persistent mark.
3887
3888         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3889         no current message, cause an error.
3890
3891 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3892
3893         * wl-summary.el (wl-summary-set-message-modified): Use
3894         elmo-folder-set-message-modified instead of
3895         elmo-folder-set-message-modified-internal.
3896
3897 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3900         interactively.
3901         (wl-summary-sync): nokill->entirely.
3902         (wl-summary-sync-marks): Fixed message.
3903         (wl-summary-input-range): Added mark, nokill->entirely.
3904
3905         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3906         messages as read.
3907
3908 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3911         update-noscore.
3912         (wl-summary-sync): Follow the change above.
3913
3914 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-action.el (wl-summary-target-mark-all): Use
3917         elmo-folder-list-messages.
3918
3919 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3922         (wl-summary-rescan): Set wl-summary-scored as nil.
3923         (wl-summary-sync-force-update): Follow the change above.
3924         (wl-summary-sync): Ditto.
3925         (wl-summary-sync-update): Added argument disable-killed.
3926         (wl-summary-insert-headers): Set visible-only argument for
3927         elmo-folder-list-messages.
3928         (wl-summary-input-range): Added update-nokill, update-noscore,
3929         all-nokill, all-noscore and mark.
3930
3931         * Version number is increased to 2.11.5.
3932
3933         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3934
3935 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3936
3937         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3938         (wl-summary-prefetch-region-no-mark): Change accordingly.
3939         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3940
3941 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3942
3943         * wl-address.el (wl-complete-field-to): Abolished.
3944         (wl-complete-address): Completion function for completing-read.
3945         * wl-action.el (wl-summary-get-resend-address): Use it.
3946
3947         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3948         wl-summary-update-mark and abolish unused argument.
3949         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3950         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3951         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3952         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3953         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3954         * wl-draft.el (wl-draft-kill): Ditto.
3955
3956         * wl-summary.el: Remove unused binding of case-fold-search.
3957         (wl-summary-replace-status-marks): Abolished.
3958
3959 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3962         is specified or folder length is zero.
3963
3964 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3965
3966         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3967         (wl-folder-archive-current-entity): Ditto.
3968
3969 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3970
3971         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3972         retrieving message mark.
3973         (wl-summary-redisplay-internal): Ditto.
3974
3975         * wl-message.el (wl-message-buffer-display): Ignore errors while
3976         retrieving message-id field.
3977
3978         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3979         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3980         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3981         order of the arguments for `wl-expire-message-p'.
3982         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3983
3984         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3985         Check return value of wl-summary-reply.
3986         (wl-summary-reply): Recover window configuration when an error occured.
3987
3988 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3989
3990         * wl-summary.el (wl-summary-resend-message): Abolished, the
3991         feature is inherited by wl-summary-resend (put resend mark).
3992
3993 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3994
3995         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3996         wl-message-buffer to nil when the message is hide.
3997
3998 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3999
4000         * .cvsignore: New file.
4001
4002 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4003
4004         * wl-action.el (wl-summary-action-docstring): Add more info.
4005         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4006         duplicate definition.
4007         (wl-summary-define-mark-action): Functions wl-summary-*-region
4008         keep current position.
4009         (wl-summary-unregister-target-mark): Store result to the variable.
4010
4011 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4012
4013         * Version number is increased to 2.11.4.
4014
4015 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4018         wl-summary-delete-all-temp-marks.
4019         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4020
4021         * wl-action.el (wl-summary-set-mark): Changed terminology
4022         refile-destination -> action-argument.
4023         (wl-summary-unset-mark): Ditto.
4024         (wl-summary-remove-argument): Ditto.
4025         (wl-summary-print-argument): Ditto.
4026
4027         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4028         (wl-thread-remove-argument-region): Ditto.
4029         (wl-thread-print-argument-region): Ditto.
4030         (wl-thread-close): Ditto.
4031         (wl-thread-open): Ditto.
4032
4033         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4034         (wl-highlight-refile-destination-face is abolished)
4035         (wl-highlight-action-argument-string): Ditto.
4036         (wl-highlight-summary-current-line): Highlight action argument.
4037
4038         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4039         color for light backgrounds.
4040         (wl-highlight-summary-answered-face): Ditto.
4041
4042 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4045
4046         * wl-score.el (wl-summary-score-update-all-lines): Use
4047         wl-summary-set-mark.
4048         (wl-summary-score-update-all-lines): Kill expunged messages.
4049
4050         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4051
4052 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4053
4054         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4055         directly.
4056         (wl-score-overview-entity-get-lines): Ditto.
4057         (wl-score-overview-entity-get-xref): Ditto.
4058         (wl-score-get-latest-msgs): Ditto.
4059         (wl-summary-rescore): Ditto.
4060
4061         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4062         to "&".
4063         (wl-summary-mark-as-answered-internal): New inline function.
4064         (wl-summary-mark-as-answered): New function.
4065         (wl-summary-mark-as-unanswered): Ditto.
4066         (wl-summary-sync-marks): Modified for answered-mark synching.
4067
4068 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4069
4070         * wl-action.el (wl-summary-set-mark): Fixed last change.
4071
4072 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4073
4074         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4075         behavior of wl-summary-unread-message-hook
4076         (Pointed out by akira yamada <akira@arika.org>).
4077
4078 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4079
4080         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4081         wl-summary-delete.
4082         * wl-xmas.el (wl-summary-toolbar): Ditto.
4083
4084         * wl-action.el (wl-summary-set-mark): Don't override current
4085         temp-mark.
4086
4087         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4088
4089 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4092         (wl-refile-msgid-learn): Ditto.
4093         (wl-refile-get-field-value): Ditto.
4094
4095         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4096
4097         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4098         (wl-expire-delete-reserved-messages): Renamed from
4099         wl-expire-reserve-marked-msgs-from-list.
4100         (wl-expire-delete): Removed argument `msgdb'.
4101         (wl-expire-refile): Ditto.
4102         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4103         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4104         mark-alist as argument.
4105         (wl-expire-archive-number1): Removed argument `msgdb'.
4106         (wl-expire-archive-number2): Ditto.
4107         (wl-expire-archive-date): Ditto.
4108         (wl-expire-localdir-date): Ditto.
4109         (wl-expire-hide): Ditto.
4110         (wl-archive-number1): Ditto.
4111         (wl-archive-number2): Ditto.
4112         (wl-archive-date): Ditto.
4113         (wl-archive-folder): Ditto.
4114         All other related portions are changed.
4115
4116 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4117
4118         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4119         mean move up and down. (suggested by Takashi Kawachi)
4120
4121 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * wl-acap.el (toplevel): Don't require un-define.
4124
4125 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4126
4127         * wl-thread.el (wl-thread-delete-message): Always update
4128         wl-summary-buffer-number-list.
4129
4130         * wl-action.el (wl-summary-print-destination): 
4131         Do nothing when folder is nil.
4132
4133 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4134
4135         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4136         persistent mark when prefetch is succeeded.
4137
4138 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4139
4140         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4141         instead of elmo-msgdb-delete-msgs.
4142         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4143         (wl-expire-hide): Ditto.
4144
4145         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4146
4147         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4148         elmo-msgdb interface.
4149         (wl-thread-get-exist-children): Likewise.
4150         (wl-thread-insert-message): Likewise.
4151         (wl-thread-msg-mark-as-important): Likewise.
4152         (wl-thread-insert-entity-sub): Likewise.
4153         (wl-thread-get-children-msgs-uncached): Likewise.
4154
4155         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4156         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4157         (wl-summary-sync-update): Likewise.
4158         (wl-summary-auto-select-msg-p): Likewise.
4159         (wl-summary-update-thread): Likewise.
4160         (wl-summary-mark-as-important): Likewise.
4161         (wl-summary-jump-to-msg-internal): Likewise.
4162         (wl-summary-redisplay-internal): Likewise.
4163         (wl-summary-print-message-with-ps-print): Likewise.
4164         (wl-summary-folder-info-update): Likewise.
4165
4166         * wl-folder.el (wl-folder-check-one-entity):
4167         elmo-folder-count-flags instead of wl-summary-count-unread.
4168
4169         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4170
4171         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4172
4173         * wl-summary.el (wl-summary-set-message-modified): 
4174         Call wl-summary-set-mark-modified.
4175         (wl-summary-delete-messages-on-buffer): Call
4176         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4177         (wl-summary-sync-update): Call elmo-folder-length instead of
4178         elmo-folder-messages.
4179         (wl-summary-insert-headers): Don't call
4180         elmo-folder-list-message-entities.
4181
4182 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4183
4184         * wl-action.el (wl-summary-define-mark-action): Call
4185         `wl-summary-set-mark' with argument `data'.
4186         (wl-summary-auto-refile): Fixed order of arguments when call
4187         `wl-summary-refile'.
4188
4189 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4192
4193         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4194
4195         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4196         (Renamed from wl-highlight-summary-deleted-face).
4197         (wl-highlight-summary-resend-face): New face.
4198
4199         (wl-highlight-summary-deleted-face): Renamed from
4200         wl-highlight-summary-erased-face.
4201
4202         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4203
4204         * wl-action.el (wl-summary-get-resend-address): New function.
4205         (wl-summary-exec-action-resend): Ditto.
4206         (wl-summary-exec-action-resend-subr): Ditto.
4207
4208         * w-thread.el (wl-thread-copy): Removed definition.
4209         (wl-thread-refile): Ditto.
4210         (wl-thread-delete): Ditto.
4211         (wl-thread-target-mark): Ditto.
4212
4213         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4214         (wl-summary-target-mark-set-action): Fixed.
4215         (wl-summary-define-mark-action): Fixed quotation.
4216         (wl-summary-move-mark-list-messages): Display message.
4217         (wl-summary-define-mark-action): Define thread functions.
4218         (wl-summary-exec-action-refile): Changed message.
4219         (wl-summary-exec): Ditto.
4220
4221 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4222         
4223         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4224         '%%'.
4225
4226 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4227
4228         * wl.el (toplevel): Require wl-action.
4229         (wl-init): Call wl-summary-define-mark-action.
4230
4231         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4232
4233         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4234         wl-summary-delete and wl-summary-erase.
4235         (wl-summary-mode-map): Ditto.
4236
4237         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4238         wl-delete-folder-alist.
4239
4240         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4241         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4242         (toplevel): Moved mark & action related functions to the wl-action.el.
4243
4244         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4245         in wl-summary-mark-action-list.
4246         (wl-highlight-summary-current-line): Ditto.
4247
4248         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4249         empty lines.
4250
4251         * wl-action.el: New file. 
4252
4253 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-summary.el (wl-summary-target-mark-replace): New function.
4256         (wl-summary-target-mark-prefetch): Use it.
4257         (wl-summary-target-mark-delete): Ditto.
4258         (toplevel): Rearranged definition order.
4259         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4260         (wl-summary-target-mark-erase): Rewrite.
4261         (wl-summary-erase-region): New function.
4262         (wl-summary-exec-action-erase): Changed message.
4263         (wl-summary-move-mark-list-messages): New function.
4264         (wl-summary-exec-action-delete): Use it.
4265         (wl-summary-exec-action-erase): Ditto.
4266
4267         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4268         (wl-summary-skip-mark-list): Added "d".
4269
4270         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4271         while searching.
4272
4273         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4274         and define using defcustom;
4275         Define 4th element as a face.
4276         
4277         * wl-summary.el (wl-summary-incorporate): Use 
4278         `wl-summary-prefetch-region-no-mark' instead of
4279         `wl-summary-prefetch-region'.
4280         (wl-summary-prefetch-region-no-mark): Revival of old
4281         `wl-summary-prefetch-region'.
4282         (wl-summary-mark-action-list): Moved to wl-vars.el
4283
4284         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4285         face according to the `wl-summary-mark-action-list'.
4286         (wl-highlight-summary-current-line): Ditto;
4287         Removed destination highlighting.
4288
4289         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4290         (wl-highlight-summary-line-string): Highlight for "i" mark.
4291         (wl-highlight-summary-current-line): Ditto.
4292
4293         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4294         no destination.
4295
4296         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4297         exists, just go ahead.
4298         (wl-summary-prefetch-region): Rewrite.
4299         (wl-summary-prefetch): Ditto.
4300         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4301         (wl-summary-exec-action-prefetch): New function.
4302         (wl-summary-target-mark-prefetch): Rewrite.
4303
4304 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4305
4306         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4307         (wl-highlight-summary-line-string): Added "d" and "D".
4308         (wl-highlight-summary-current-line): Ditto.
4309
4310         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4311         in wl-summary.el.
4312         (wl-thread-insert-entity-sub): Ditto.
4313         (wl-thread-remove-destination-region): Ditto.
4314         (wl-thread-print-destination-region): Ditto.
4315
4316         * wl-summary.el (wl-summary-buffer-refile-list,
4317         wl-summary-buffer-delete-list,
4318         wl-summary-buffer-copy-list): Abolish.
4319         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4320         All other related portions are changed.
4321         (wl-summary-mark-action-list): New variable.
4322         (wl-summary-set-mark): New function.
4323         (wl-summary-register-target-mark): Ditto.
4324         (wl-summary-unregister-target-mark): Ditto.
4325         (wl-summary-have-target-mark-p): Ditto.
4326         (wl-summary-register-temp-mark): Ditto.
4327         (wl-summary-unregister-temp-mark): Ditto.
4328         (wl-summary-registered-temp-mark): Ditto.
4329         (wl-summary-collect-temp-mark): Ditto.
4330         (wl-summary-unset-mark): Ditto.
4331         (wl-summary-set-target-mark): Ditto.
4332         (wl-summary-unset-target-mark): Ditto.
4333         (wl-summary-set-action-generic): Ditto.
4334         (wl-summary-unset-action-generic): Ditto.
4335         (wl-summary-exec-action-delete): Ditto.
4336         (wl-summary-exec-action-erase): Ditto.
4337         (wl-summary-set-action-refile): Ditto.
4338         (wl-summary-set-action-refile-subr): Ditto.
4339         (wl-summary-unset-action-refile): Ditto.
4340         (wl-summary-make-destination-numbers-list): Ditto.
4341         (wl-summary-exec-action-refile): Ditto.
4342         (wl-summary-set-action-copy): Ditto.
4343         (wl-summary-unset-action-copy): Ditto.
4344         (wl-summary-exec-action-copy): Ditto.
4345         (wl-summary-collect-numbers-region): Ditto.
4346         (wl-summary-delete): Rewrite.
4347         (wl-summary-erase): Ditto.
4348         (wl-summary-remove-destination): Ditto.
4349         (wl-summary-exec): Ditto.
4350         (wl-summary-exec-region): Ditto.
4351         (wl-summary-target-mark-erase): Ditto.
4352         (wl-summary-refile): Ditto.
4353         (wl-summary-copy): Ditto.
4354         (wl-summary-unmark): Ditto.
4355         (wl-summary-delete-all-mark): Ditto.
4356         (wl-summary-mark-line): Don't highlight.
4357         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4358         (wl-summary-target-mark-refile-subr): Rewrite.
4359
4360         (wl-summary-copy-prev-destination): Abolish.
4361
4362 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4363
4364         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4365         default values along the value of wl-on-mule.
4366         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4367         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4368         It is not used anywhere.
4369
4370 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4371
4372         * wl-summary.el (wl-summary-print-destination): Keep position.
4373         (wl-summary-cursor-move-surface): Keep horizontal position.
4374
4375 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4376
4377         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4378         write sendlog.
4379
4380 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4381
4382         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4383         `wl-summary-highlight'.
4384
4385 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4386
4387         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4388         trivial condition for temp-mark.
4389
4390 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4391
4392         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4393         when it hits killed buffer.
4394
4395 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4396
4397         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4398         * wl-news.el.in: `message' and `error' take format string.
4399
4400 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4401
4402         * wl-folder (wl-folder-insert-entity): Display a message,
4403         `...done', when the work finish.
4404         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4405
4406 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4407
4408         * wl-message.el (wl-message-redisplay): Remove unused local
4409         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4410
4411 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4412
4413         * wl-summary.el (wl-summary-replace-status-marks): Disable
4414         interactive use.
4415         (wl-summary-reedit): Check message existence at first.
4416         (wl-summary-mark-line): Fix doc, return value is indefinite.
4417
4418         * wl-highlight.el (wl-highlight-message): Arranged.
4419
4420         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4421         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4422         check temp-mark by wl-summary-temp-mark always.
4423         (wl-highlight-summary): Change accordingly.
4424         * wl-summary.el (wl-summary-mark-as-read-all)
4425         (wl-summary-delete-cache, wl-summary-set-score-mark)
4426         (wl-summary-mark-as-unread, wl-summary-unmark)
4427         (wl-summary-mark-line, wl-summary-mark-as-read)
4428         (wl-summary-mark-as-important): Ditto.
4429
4430         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4431         end of the window if possible.
4432         * wl-summary.el (wl-summary-sync-update): Support lazy
4433         highlighting.
4434         (wl-summary-toggle-disp-msg): Ditto.
4435
4436 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4437
4438         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4439
4440 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4441
4442         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4443         change.
4444
4445 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4446
4447         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4448         API.
4449         (wl-summary-sync-update): Ditto.
4450
4451         * wl-score.el (wl-score-get-score-alist): Changed argument.
4452         (wl-summary-rescore-msgs): Likewise.
4453         (wl-summary-score-headers): Likewise.
4454         (wl-score-headers): Likewise;
4455         Use elmo-folder-do-each-message-entity, etc.
4456         (wl-summary-score-effect): Follow the changes above.
4457         (wl-summary-rescore): Ditto.
4458         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4459         (wl-score-get-overview): Abolish.
4460
4461         * wl-summary.el (wl-summary-default-from): Follow the API change in
4462         elmo-msgdb.
4463         (wl-summary-count-unread): Ditto.
4464         (wl-summary-detect-mark-position): Ditto.
4465         (wl-summary-overview-entity-compare-by-date): Ditto.
4466         (wl-summary-overview-entity-compare-by-number): Ditto.
4467         (wl-summary-overview-entity-compare-by-from): Ditto.
4468         (wl-summary-overview-entity-compare-by-subject): Ditto.
4469         (wl-summary-get-list-info): Ditto.
4470         (wl-summary-rescan): Ditto.
4471         (wl-summary-jump-to-msg-by-message-id): Ditto.
4472         (wl-summary-sync-update): Ditto; Removed comment.
4473         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4474         (wl-summary-insert-message): Use wl-summary-insert
4475         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4476         (wl-summary-insert-headers): Changed argument overview to folder.
4477         (wl-summary-search-by-subject): Likewise.
4478         (wl-summary-insert-thread): Renamed from 
4479         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4480
4481         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4482         too.
4483
4484         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4485         wl-string-member.
4486
4487 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4490         elmo-folder-append-buffer.
4491         (wl-draft-queue-append): Likewise.
4492
4493         * wl-mime.el (wl-message-delete-current-part): Ditto.
4494         (wl-summary-burst-subr): Ditto.
4495
4496         * wl-news.el.in (wl-news-send-news): Ditto.
4497
4498 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4499
4500         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4501         function.
4502         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4503         (wl-summary-update-mark): Enclose with save-excursion.
4504         (wl-summary-mark-as-read-internal): Fixed last change.
4505         (wl-summary-mark-as-important): Use 3rd argument of
4506         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4507         Don't use elmo-msgdb-set-mark.
4508         (wl-summary-redisplay-internal): If msgdb flag is already read,
4509         just update the mark on buffer.
4510
4511 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4512
4513         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4514         cut visible folder when elmo-folder-delete returns non-nil value.
4515
4516 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4517
4518         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4519         by Kenichi OKADA <okada@opaopa.org>).
4520
4521 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4522
4523         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4524
4525 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4526
4527         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4528         Fixed the last change, search group entity by its real name.
4529         (Thanks to: KOBAYASHI Shinji)
4530
4531 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4532
4533         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4534         (wl-fldmgr-access-display-all): Don't refer visible name.
4535         * wl-expire.el (wl-folder-archive-current-entity)
4536         (wl-folder-expire-current-entity): Ditto.
4537         * wl-folder.el (wl-folder-jump-to-current-entity)
4538         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4539         (wl-folder-open-folder-sub,wl-folder-open-all)
4540         (wl-folder-write-current-folder): Ditto.
4541         (wl-folder-insert-entity): Don't use petname for normal group.
4542         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4543         is the real name.
4544         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4545         Abolished.
4546
4547 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4548
4549         * wl-draft.el (wl-draft-create-buffer): Add
4550         `wl-summary-reply-with-citation'
4551
4552 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4553
4554         * wl-draft.el (wl-draft-reply): Fixed.
4555
4556 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4559         when `wl-draft-send-confirm-with-preview' is non-nil.
4560         You can scroll up/down by j/k.
4561         (wl-draft-send-confirm-with-preview): New variable (default=t).
4562
4563 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4564
4565         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4566         (wl-fldmgr-save-folders): Fix comment.
4567
4568 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4571         along the last change in `wl-folder-buffer-group-p'.
4572
4573 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4574
4575         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4576         folder.
4577
4578         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4579         the default value.
4580
4581         * wl-mime.el (wl-summary-burst): Update summary only when target
4582         folder equals current folder.
4583
4584 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4587
4588 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4591         value.
4592
4593 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4596         `map-extents' instead of `extent-at' repeatedly.
4597         (wl-highlight-folder-current-line): Ditto.
4598
4599         * wl-highlight.el: Remove useless dummy functions.
4600
4601 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602
4603         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4604         (wl-folder-put-folder-property): New function to put text property.
4605         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4606         (wl-folder-insert-entity, wl-folder-update-diff-line)
4607         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4608         * wl-e21.el, wl-xmas.el, wl-mule.el
4609         (wl-highlight-folder-current-line): Ditto.
4610         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4611         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4612         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4613         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4614
4615 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * Version number is increased to 2.11.3.
4618
4619 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4622         Resume current-buffer since it is assumed by remaining tasks.
4623
4624 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4627         (wl-folder-completion-function): Abolished.
4628         (wl-folder-complete-folder): New function.
4629         (wl-folder-complete-filter-condition): Ditto.
4630         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4631         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4632
4633 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-draft.el (wl-draft-send-confirm): New function.
4636         (wl-draft-send): Use it.
4637
4638         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4639         cursor-in-echo-area while confirming.
4640
4641         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4642
4643         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4644         searching via nntp if wl-summary-search-via-nntp is 'force.
4645         Otherwise, invoke searching in nntp folder only.
4646         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4647
4648         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4649         explicitly for mime-make-text-tag.
4650
4651 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4652
4653         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4654         `mime-make-text-tag' instead of `mime-create-tag'.
4655
4656 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4659         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4660
4661 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4662
4663         * wl-score.el (wl-score-save): Bind print-length and print-level.
4664         (wl-score-pretty-print): Ditto.
4665         (wl-score-edit-insert-header-entry): Ditto.
4666
4667         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4668         "From" entry to be treated with wl-draft-eword-encode-address-list.
4669         * wl-mime.el (wl-draft-preview-message): Ditto.
4670
4671         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4672         (wl-summary-mark-as-unread): Ditto.
4673         (wl-summary-mark-as-read-region): Change accordingly.
4674         (wl-summary-mark-as-unread-region): Ditto.
4675         (wl-summary-target-mark-mark-as-read): Ditto.
4676         (wl-summary-target-mark-mark-as-unread): Ditto.
4677
4678 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * Version number is increased to 2.11.2.
4681
4682 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl-news.el.in (wl-news-previous-version-save): Bind
4685         print-length and print-level.
4686         * wl-thread.el (wl-thread-save-entities): Ditto.
4687         (wl-thread-save-top-list): Bind print-length.
4688
4689 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-highlight.el (wl-highlight-summary-line-string): Use
4692         wl-summary-score-below-mark, wl-summary-score-over-mark.
4693         (wl-highlight-summary-current-line): Ditto.
4694
4695 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4698         insert it.
4699
4700 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4703
4704 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4707         message without msgid.
4708         Rewrite with elmo-folder-move-messages.
4709         Set wl-message-buffer to nil.
4710
4711         * wl-summary.el (wl-summary-erase-subr): New function. Use
4712         elmo-folder-move-messages.
4713         (wl-summary-erase): Call it.
4714         (wl-summary-target-mark-erase): Ditto.
4715
4716 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4717
4718         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4719         it is not up-tp-date.
4720
4721 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4722
4723         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4724         buffer after calling `wl-summary-goto-folder-subr' without the
4725         argument `interactive'.
4726         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4727
4728 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4729
4730         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4731         `mime-create-tag'. Use `string=' instead of `looking-at'.
4732
4733 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734
4735         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4736         to avoid compile warning.
4737
4738         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4739         entity-id when folder is given.
4740         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4741         save-excursion, use save-selected-window instead.
4742         Select folder buffer window if exists.
4743         (To correct behavior with wl-folder-move-cur-folder.)
4744
4745 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4746
4747         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4748
4749 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4750
4751         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4752         list-count instead of %d.
4753
4754 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4757         (wl-news): Set it.
4758         (wl-news-append-to-folder): Use it.
4759
4760         * wl-news.el.in (wl-news-send-news): Append to specified folder
4761         instead of wl-default-folder.
4762         (wl-news-append-to-folder): Show error message with specified folder.
4763
4764         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4765                 In most major modes, Emacs assumes that any opening
4766                 delimiter found at the left margin is the start of a
4767                 top-level definition, or defun. Therefore, *never put an
4768                 opening delimiter at the left margin unless it should have
4769                 that significance.*
4770
4771         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4772
4773 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4774
4775         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4776
4777 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4778
4779         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4780
4781 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4782
4783         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4784         for sequential numbering case.
4785
4786 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4789         value.
4790         (wl-draft-reply-without-argument-list): Ditto.
4791         (wl-draft-reply-myself-with-argument-list): Abolish.
4792         (wl-draft-reply-myself-without-argument-list): Ditto.
4793         * wl-draft.el (wl-draft-self-reply-p): New function.
4794         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4795
4796 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4799         (avoid error for the case without byte-compiling)
4800
4801 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4802
4803         * wl-news.el.in (wl-news-append-to-folder): New function.
4804         (wl-news-exit): Rewrite.
4805         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4806
4807 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4808
4809         * wl-draft.el (wl-draft-reply-position): New function.
4810         (wl-draft-reply-position): Fix.
4811         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4812         (wl-summary-target-mark-reply-with-citation): Ditto.
4813         (wl-summary-reply-with-citation): Ditto.
4814         * wl-vars.el (wl-draft-reply-default-position): New variable.
4815
4816 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-draft.el (wl-draft-send): Preview when interactive send.
4819
4820 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4821
4822         * wl-draft.el (wl-draft-reply): Set default position.
4823         * wl-summary.el (wl-summary-reply): Ditto.
4824         (wl-summary-reply-with-citation): Ditto.
4825         (wl-summary-target-mark-reply-with-citation): Ditto.
4826
4827 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-news.el.in (wl-news-lang): Set default value according to
4830         current-language-environment.
4831         (wl-news-append-news): Do nothing when news-list is nil.
4832
4833 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4834
4835         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4836         (wl-news): Change message.
4837         (wl-news-exit): Check buffer.
4838         (wl-news-force-exit): New function.
4839         (wl-news-show-all): New function.
4840         (wl-news-discard-and-exit): Fix.
4841
4842 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4843
4844         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4845         according to current-language-environment.
4846
4847         * wl-news.el.in (wl-news): If arg, show all NEWS after
4848         wl-news-default-previous-version.
4849
4850 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4851
4852         * wl-news.el.in (wl-news-check): Rewritten.
4853         (wl-news-previous-version-load): Change data type.
4854         (wl-news-previous-version-save): Change data type.
4855         (wl-news-append-news): Add return value.
4856         (wl-news-check-news): New function.
4857         (wl-news-already-current-p): New function.
4858         (wl-news-send-news): Rewritten.
4859         (wl-news-mode-map): Add new keybind.
4860         (wl-news): Rewritten.
4861         (wl-news-exit): Rewritten.
4862         (wl-news-discard-and-mail): New function.
4863         (wl-news-send-to-address): Abolished.
4864         * wl.el (wl-init): Delete a message.
4865
4866 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4867
4868         * wl-news.el.in (wl-news-exit): Update previous version.
4869         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4870
4871 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4874
4875 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4876
4877         * wl-news.el.in (wl-news): New function.
4878         (wl-news-mode): New function.
4879         (wl-news-next-line): New function.
4880         (wl-news-next-page): New function.
4881         (wl-news-exit): New function.
4882         (wl-news-buf-name): New variable.
4883         (wl-news-mode-map): New variable.
4884         (wl-news-winconf): New variable.
4885         (wl-news-append-news): Add an option.
4886
4887 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4888
4889         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4890
4891 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-news.el.in (wl-news-send-to-address): New variable.
4894         (wl-news-send-news): Use it.
4895         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4896         Return updating status.
4897         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4898
4899 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4900
4901         * wl-news.el.in (wl-news-send-news): Delete
4902         Organization and X-Face.
4903
4904 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4905
4906         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4907         (wl-news-append-news): New function.
4908         (wl-news-send-news): New function.
4909
4910 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * Version number is increased to 2.11.1.
4913
4914 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4915
4916         * wl-news.el.in : New file.
4917
4918 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4921         default value.
4922         (wl-draft-reply-without-argument-list): Ditto.
4923
4924 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4925
4926         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4927         (wl-message-buffer-prefetch-idle-time): Ditto.
4928         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4929
4930 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-thread.el (wl-thread-insert-message): Use
4933         wl-summary-max-thread-depth.
4934
4935         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4936         loop detection.
4937
4938         * wl-message.el (wl-message-buffer-display): Back to the first page
4939         when cache is hit.
4940
4941 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4942
4943         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4944
4945         * wl-summary.el (wl-summary-insert-thread-entity):
4946         If the thread depth is reached to wl-summary-max-thread-depth,
4947         divide the thread.
4948
4949 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4952         for elmo-remove-passwd.
4953
4954 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4957         folder is sticky.
4958         (wl-folder-mark-as-read-all-entity): Ditto.
4959         (wl-folder-prefetch-entity): Ditto.
4960
4961 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4962
4963         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4964
4965 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4968         Delete messages on buffer for unplugged operation.
4969         (wl-summary-erase): Ditto.
4970
4971 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4974         take nil so as not to search parent by subject.
4975
4976 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4979         (wl-folder-get-next-folder): Ditto.
4980         (wl-folder-get-path): Ditto.
4981
4982 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4983
4984         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4985         system and encode the region with it before verifying.
4986
4987 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4990         system of the echo buffer before decoding.
4991
4992 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4993
4994         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4995         original contents.
4996
4997 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5000         with argument 'any-exists.
5001
5002 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5005         Use `wl-cs-autoconv'.
5006
5007 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5008
5009         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5010         by `mime-view-automatic-conversion'.
5011
5012         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5013         (wl-message-verify-pgp-nonmime): Ditto.
5014         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5015         Bind them to C-c:d and C-c:v respectively.
5016
5017         Merge following code by Teranishi-san from [wl-en:00167].
5018         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5019         (wl-mime-preview-application/pgp-encrypted): Ditto.
5020         (wl-mime-setup): Add entry.
5021
5022 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5023
5024         * wl-summary.el (wl-summary-target-mark-erase): New function.
5025         Bind it to "mD".
5026
5027 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-vars.el (wl-draft-write-file-function): Fix.
5030         (wl-draft-reedit-hook): Changed default value.
5031
5032         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5033         wl-draft-reedit-hook.
5034         (wl-draft-remove-text-plain-tag): New function.
5035         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5036
5037         * wl-vars.el (wl-draft-write-file-function): New user option.
5038
5039         * wl-draft.el (wl-draft-prepare-edit): Use it for
5040         local-write-file-hooks.
5041         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5042
5043         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5044         (wl-draft-insert-mail-header-separator): Return the body beginning
5045         point.
5046         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5047         text/plain.
5048         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5049
5050 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-summary.el (wl-summary-erase): New function to erase message
5053         without moving it to trash. Bind to "D".
5054
5055         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5056         as `keep' unless switch-function.
5057
5058 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5061         message buffer by using `wl-summary-toggle-disp-msg'.
5062         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5063         buffer window.
5064         (wl-summary-supresedes-message): Ditto.
5065
5066         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5067         Do not delete other windows.
5068         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5069         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5070         (wl-draft-create-buffer): Set reply-or-forward also for target
5071         mark commands.
5072
5073 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5074
5075         * wl-draft.el (wl-user-agent-compose): Delete special case for
5076         switch-to-buffer-other-window.
5077
5078         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5079         (wl-summary-forward): Ditto.
5080
5081         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5082         function.
5083         (wl-draft-buffer-style): New use option.
5084
5085         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5086         (wl-draft): Follow the change above.
5087         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5088         wl-draft-buffer-style.
5089         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5090         switch-function.
5091
5092 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5093
5094         * wl-address.el (wl-address-make-completion-entry): Extracted from
5095         `wl-address-make-completion-list'.
5096         (wl-address-enable-strict-loading): New variable.
5097         (wl-address-make-completion-list): Revive petname duplication
5098         inquiry, and enable it if `wl-address-enable-strict-loading'.
5099         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5100
5101 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5102
5103         * wl-message.el (wl-message-get-original-buffer): Avoid
5104         'Selecting deleted buffer' error when original buffer is killed.
5105
5106 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-summary.el (wl-summary-next-message): Use
5109         elmo-message-accessible-p instead of elmo-message-cached-p.
5110
5111 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5114
5115         * wl-thread.el (wl-thread-open-all-unread): Use
5116         elmo-folder-list-flagged instead of
5117         elmo-folder-list-messages-mark-match.
5118
5119         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5120         instead of elmo-folder-list-messages-mark-match.
5121         (wl-summary-move-spec-alist): New variable.
5122         (wl-summary-move-spec-plugged-alist,
5123         wl-summary-move-spec-unplugged-alist): Abolish.
5124         (wl-summary-next-message): Follow the change above.
5125         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5126         with 'no-msg' argument.
5127
5128         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5129         variable.
5130         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5131         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5132         (wl-message-buffer-prefetch-get-next): Follow the change above.
5133
5134 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-version.el (wl-version): Changed codename.
5137
5138         * Version number is increased to 2.11.0.
5139
5140 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5141
5142         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5143         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5144         `wl-draft-config-variables'.
5145         (wl-draft-kill): Fixed problem when the draft is reedit.
5146
5147 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5150         buffer-modified status (Thanks to
5151         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5152
5153 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-util.el (wl-region-exists-p): New function.
5156
5157         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5158         Remove defvars for byte-compile warnings.
5159
5160 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5161
5162         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5163         defvar-maybe. Removed unused bind.
5164
5165 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5166
5167         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5168         summary buffer window before creating new frame.
5169         (wl-draft-reply): Ditto.
5170
5171 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5172
5173         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5174
5175 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5178
5179 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5180
5181         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5182         instead of `kill-region'.
5183
5184 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5187         (wl-highlight-summary-line-string): Use it.
5188         (wl-highlight-summary-current-line): Ditto.
5189
5190         * wl-mime.el (wl-message-delete-current-part): Check the class of
5191         mime-entity.
5192
5193         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5194
5195         * wl-summary.el (wl-summary-make-number-list): Initialize.
5196         (wl-summary-update-mark): New function.
5197         (wl-summary-reply): Put `answered' mark on the message.
5198         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5199
5200         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5201         (wl-draft-reply): Added optional argument `number';
5202         Set wl-draft-parent-number.
5203         (wl-draft-kill): Delete answered mark if it is a reply.
5204
5205 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5206
5207         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5208         that originates in mime-preview-follow-current-entity.
5209         (wl-draft-yank-current-message-entity): Use it if region is active.
5210
5211         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5212         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5213         `wl-message-delete-current-part'.
5214         * wl-mule.el (wl-message-define-keymap): Ditto.
5215         * wl-xmas.el (wl-message-define-keymap): Ditto.
5216
5217 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5218
5219         * wl-mime.el (wl-message-delete-current-part): New function.
5220         (wl-mime-node-id-to-string): Ditto.
5221
5222         * wl-mime.el (wl-message-delete-current-part): Use existing
5223         original buffer which corresponds current mime-view buffer.
5224         (fetched buffer might have different structure, possibly)
5225
5226         * wl-mime.el (wl-message-delete-current-part): Quit if the
5227         message content differs from the actual message.
5228
5229 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5230
5231         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5232         order.
5233         (wl-summary-search-by-subject): Search parent message from tail;
5234         Check the existence of the parent message on the current thread tree.
5235         (wl-summary-update-thread): Check whether the line is inserted.
5236
5237 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-vars.el (wl-summary-line-format): Undo last change.
5240         * wl-summary.el (wl-summary-print-destination): Do not put
5241         invisible property when `wl-summary-width' is nil.
5242         (wl-summary-line-subject-minimum-length): Abolished.
5243         (wl-summary-line-subject): Ditto.
5244
5245 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5246
5247         * wl-vars.el (wl-summary-line-format): Change default value.
5248         (wl-summary-subject-length-limit): Abolished.
5249         * wl-summary.el (wl-summary-line-subject): Ditto.
5250
5251 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5252
5253         * wl-template.el (wl-template-select): Added optional argument.
5254         If optional argument is specified, reverse
5255         `wl-template-visible-select'.
5256
5257 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5260         Take prefix argument to force asking the destination folder.
5261
5262 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5263
5264         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5265         count and update status.
5266
5267 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5268
5269         * wl-summary.el (wl-summary-redisplay-internal): If
5270         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5271         after fetching.
5272
5273 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5274
5275         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5276         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5277
5278         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5279
5280 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5283         (All other related portions are changed).
5284         (wl-summary-mark-as-read-all): Rewrite.
5285
5286 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5289         `wl-summary-mark-as-read'.
5290         (wl-summary-mark-as-unread): Rewrite.
5291         (wl-summary-mark-as-read): Added no-modeline argument.
5292         (wl-summary-resume-cache-status): Rewrite.
5293         (wl-summary-exec-subr): Remove unused local variable.
5294
5295 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5298         logic to call `wl-summary-buffer-prev-folder-function'.
5299         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5300
5301 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5304         is nil.
5305
5306 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5309         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5310         (wl-mime-setup): Add its entry.
5311
5312 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5315         (wl-summary-delete-cache): Likewise.
5316         (wl-summary-mark-as-read): Rewrite.
5317
5318 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5321         `wl-summary-count-unread'.
5322
5323         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5324
5325         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5326
5327 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5328
5329         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5330         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5331         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5332         Renamed to the elmo-msgdb-*-mark.
5333         (wl-summary-score-marks): Follow the change above.
5334         (wl-summary-auto-refile-skip-marks): Ditto.
5335         (wl-summary-incorporate-marks): Ditto.
5336         (wl-summary-expire-reserve-marks): Ditto.
5337
5338         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5339         changes.
5340         (wl-thread-insert-top): Changed updating message.
5341
5342         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5343         variable.
5344         (wl-summary-count-unread): Count answered marks.
5345         (wl-summary-rescan): Call wl-summary-insert-message instead of
5346         wl-summary-append-message-func-internal.
5347         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5348         (wl-summary-prefetch-msg): Follow the variable name changes.
5349         (wl-summary-prefetch-region): Ditto.
5350         (wl-summary-mark-as-read-all): Follow the API changes;
5351         Don't call elmo-folder-replace-marks.
5352         (wl-summary-delete-cache): Follow the variable name changes.
5353         (wl-summary-resume-cache-status): Ditto.
5354         (wl-summary-update-status-marks): New function.
5355         (wl-summary-insert-message): New function.
5356         (wl-summary-sync-marks): Follow the variable name changes.
5357         (wl-summary-sync-update): Synchronize to the msgdb, too;
5358         Changed update messages.
5359         (wl-summary-make-number-list): Rewrite.
5360         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5361         (wl-summary-mark-as-unread): Follow the API changes.
5362         (wl-summary-exec-subr): Follow the variable name changes.
5363         (wl-summary-mark-as-read): Ditto.
5364         (wl-summary-move-spec-plugged-alist): Ditto.
5365         (wl-summary-move-spec-unplugged-alist): Ditto.
5366         (wl-summary-cursor-move-surface): Ditto.
5367
5368         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5369         variable name changes.
5370         (wl-highlight-summary-current-line): Ditto.
5371
5372         * wl-expire.el (wl-expire-refile): Follow the API change in
5373         elmo-folder-move-messages.
5374         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5375         (wl-summary-archive): Use elmo-folder-msgdb instead of
5376         elmo-msgdb-load.
5377
5378 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5379
5380         * wl-mime.el (wl-draft-preview-message): Restore the position
5381         before evaluating wl-draft-send-hook in preview buffer.
5382
5383 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5386         when it creates new draft buffer.
5387
5388         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5389         without argument.
5390
5391         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5392         Evaluate content and if the value is string, insert it.
5393         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5394         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5395         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5396         wl-draft-config-sub-part-bottom): Use it.
5397
5398         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5399         with the folder name. The question was unintelligible when it is
5400         called from wl-save-status.
5401
5402 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5405         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5406         cannot take second argument).
5407
5408 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5409
5410         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5411         as t. Since type and subtype are not case sensitive (RFC 2045).
5412
5413 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5414
5415         * wl-vars.el (wl-message-mode-line-format): New variable.
5416         (wl-message-mode-line-format-spec-alist): Ditto.
5417         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5418         (wl-message-redisplay): Use wl-message-mode-line-format.
5419
5420 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5423
5424 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5425
5426         * wl-summary.el (wl-summary-default-from): Write description.
5427
5428 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-vars.el (wl-ldap-objectclass): Abolish.
5431
5432         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5433         (wl-ldap-make-filter): Removed condition for objectclass.
5434         (wl-ldap-make-matched-value-list): Remove meaningless process.
5435         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5436         (wl-address-ldap-search): Don't add `*' to `pat' string;
5437         use ignore-errors; added `email';
5438         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5439         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5440         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5441
5442
5443 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5444
5445         * wl-draft.el (wl-draft-parent-folder): Write description.
5446         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5447
5448 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5449
5450         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5451         as "" (zero-length string) if no parent.
5452         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5453
5454 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-address.el (wl-address-make-completion-list): Skip duplication
5457         checking.
5458         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5459         `append'.
5460
5461 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5462
5463         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5464         instead of `beginning-of-buffer'.
5465
5466 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5469
5470 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5471
5472         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5473         Refer wl-message-buffer-name.
5474         (wl-message-wheel-down): Ditto.
5475
5476 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5477
5478         * wl-vars.el (wl-message-buffer-name): New user option.
5479
5480         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5481         directly instead of making alist dinamically.
5482
5483         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5484         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5485         wl-message-buffer-cache-name.
5486         (wl-message-buffer-cache-clean-up): Ditto.
5487
5488         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5489
5490         * Version number is increased to 2.9.15.
5491
5492 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-vars.el (wl-summary-default-view-alist): New user option.
5495
5496         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5497
5498         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5499         while deleting address.
5500         (wl-draft-delete-myself-from-cc): Ditto.
5501
5502         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5503         If optional argument is specified, reverse sort order.
5504
5505         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5506
5507 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5508
5509         * wl-thread.el (wl-thread-insert-message): Return parent number if
5510         exists.
5511         (wl-thread-update-indent-string-region): Use
5512         wl-thread-update-line-on-buffer-sub instead of
5513         wl-thread-update-line-on-buffer.
5514
5515 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5516
5517         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5518         (wl-folder-close-all): Ditto.
5519
5520 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5521
5522         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5523         and mailing-list:.
5524         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5525         value.
5526         (wl-summary-line-list-info): Print mailing-list name even when 
5527         list-number is empty.
5528
5529 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5530
5531         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5532
5533         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5534         (wl-draft-open-file): Ditto.
5535         (wl-draft-random-alphabet): Ditto.
5536
5537         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5538         bindings.
5539
5540 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5543         * wl-vars.el (wl-draft-config-alist): Ditto.
5544
5545 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * Version number is increased to 2.9.14.
5548
5549         * wl.el (wl): Don't set wl-init as nil when error occured while
5550         auto-checking folders.
5551
5552         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5553         `elmo-expand-newtext'.
5554
5555 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5558         `this-command' so that `wl-folder-goto-folder' contained in
5559         `wl-summary-keep-cursor-command' work.
5560
5561 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5562
5563         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5564         message buffer displaying state.
5565
5566 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5567
5568         * wl-vars.el (wl-summary-default-view): New variable to specify
5569         default value for `wl-summary-buffer-view' instead of using
5570         set-default.
5571         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5572
5573 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5574
5575         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5576
5577         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5578
5579 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5580
5581         * wl-vars.el (wl-forward-subject-prefix): New variable.
5582         * wl-draft.el (wl-draft-forward): Use it.
5583
5584 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5585
5586         * wl-message.el (wl-message-prev-page): When it is called without
5587         lines argument, scroll down by wl-message-scroll-amount lines.
5588         (wl-message-next-page): Ditto.
5589         * wl-vars.el (wl-message-scroll-amount): Change default value
5590         to preserve current behavior.
5591
5592 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5593
5594         * wl-summary.el (wl-summary-prefetch-msg): Bind
5595         `wl-message-entity' to call `wl-summary-from-function'.
5596
5597 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5598
5599         * wl-message.el (wl-message-buffer-create): Run
5600         wl-message-buffer-created-hook.
5601
5602 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-summary.el (wl-summary-sort-specs): New variable.
5605         (wl-summary-default-sort-spec): Ditto.
5606         (wl-summary-sort): Rewrite.
5607         (wl-summary-sort-by-list-info): New function.
5608
5609 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5610
5611         * wl-summary.el (wl-summary-get-list-info): New function.
5612         (wl-summary-sort): Rewrite.
5613         (wl-summary-line-list-info): Ditto.
5614         (wl-summary-line-list-count): Ditto.
5615         (wl-summary-refile-region): Fixed docstring.
5616
5617 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5620         `wl-folder-entity-hashtb' as completion table.
5621
5622 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5625         only when this command is called interactively; silence the byte-
5626         compiler.
5627
5628 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5629
5630         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5631         active in XEmacs.
5632
5633 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5634
5635         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5636         plural lines.
5637
5638 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5639
5640         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5641         of current line when the cursor is on the header name.
5642         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5643
5644 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5645
5646         * wl-util.el (wl-read-directory-name): Return displayed directory
5647         as the default value also on XEmacs.
5648
5649 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5652         formatting.
5653
5654 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5657         argument and when it is non-nil, check face property before
5658         highlighting for each line.
5659         (wl-highlight-summary-window): Set it.
5660
5661 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5664         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5665
5666         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5667         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5668         (wl-draft-get-fcc-list): Likewise.
5669
5670 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5671
5672         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5673         (wl-thread-entity-cur): Ditto.
5674         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5675         wl-thread-indent-regexp setting.
5676         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5677
5678         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5679         wl-summary-lazy-highlight.
5680         (wl-summary-display-bottom): Ditto.
5681
5682         * wl-thread.el (wl-thread-open-close): Likewise.
5683
5684         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5685         from and subject;
5686         Bind wl-draft-use-frame;
5687         Enclose with save-window-excursion;
5688         Use wl-draft-create-buffer instead of with-temp-buffer;
5689         Use wl-draft-prepare-edit;
5690         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5691         Use wl-draft-send instead of wl-draft-raw-send.
5692
5693 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5694
5695         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5696         of using wl-from.
5697
5698 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5701         insert-buffer instead of clone-buffer.
5702         (wl-draft-doing-mime-bcc): New variable.
5703         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5704         infinite loop.
5705         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5706
5707         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5708         (wl-draft-mime-bcc-body): Ditto.
5709
5710         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5711         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5712         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5713         wl-draft-do-mime-bcc.
5714         (wl-draft-mime-bcc-field): New function.
5715         (wl-draft-do-mime-bcc): Ditto.
5716
5717         * wl-address.el (wl-address-complete-header-list): New variable.
5718         (wl-address-complete-header-regexp): Changed default value.
5719
5720         * Version number is increased to 2.9.13.
5721
5722 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5725         it is differed.
5726
5727 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5728
5729         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5730         (wl-summary-line-list-count): Ditto.
5731
5732 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5733
5734         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5735         (wl-nntp-posting-function): New variable.
5736         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5737         `wl-nntp-posting-config-alist'.
5738
5739 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5740
5741         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5742         FLIM.
5743
5744 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5745
5746         * wl-summary.el (wl-summary-target-mark-refile-sub):
5747         Remove a nuisance funcall.
5748
5749 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5752         as t for `try-completion'.
5753
5754 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-summary.el (wl-summary-default-from): Use
5757         wl-address-header-extract-address instead of
5758         std11-extract-address-components.
5759         (wl-summary-simple-from): Ditto.
5760         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5761         (wl-summary-insert-headers): Show message.
5762         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5763         for whole line.
5764         (wl-summary-default-from): Revert last change.
5765         (wl-summary-simple-from): Ditto.
5766         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5767         (wl-summary-mark-as-read-region): Follow the change above.
5768         (wl-summary-sync-marks): Ditto.
5769         (wl-summary-target-mark-mark-as-read): Ditto.
5770         (wl-summary-redisplay-internal): Ditto.
5771         (wl-summary-redisplay-no-mime-internal): Ditto.
5772         (wl-summary-redisplay-all-header): Ditto.
5773         (wl-summary-mark-as-read): Removed argument `cached';
5774         Use current cache status to set cache mark.
5775         (wl-summary-redisplay-internal): Follow the change above.
5776         (wl-summary-redisplay-no-mime-internal): Ditto.
5777         (wl-summary-redisplay-all-header): Ditto.
5778
5779         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5780
5781         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5782         Don't call itself recursively (Adviced by Yamaoka-san).
5783
5784 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5785
5786         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5787         bind wl-summary-highlight as nil to avoid error caused by missing
5788         local variables.
5789
5790 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5791
5792         * wl-vars.el (wl-invalid-character-message): New user option.
5793
5794         * wl-util.el (wl-set-string-width): If truncated string-width is
5795         larger than specified width, use `wl-invalid-character-message'.
5796
5797 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5798
5799         * wl-summary.el (wl-summary-prefetch-msg): 
5800         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5801
5802 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-vars.el (wl-summary-check-line-format): New user option.
5805         (wl-summary-line-format-file): Ditto.
5806
5807         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5808         variable.
5809         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5810         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5811         and `wl-summary-view-old-p' to check whether do a rescan or not.
5812         (wl-summary-view-old-p): New function.
5813         (wl-summary-line-format-changed-p): Ditto.
5814         (wl-summary-line-format-save): Ditto.
5815         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5816
5817         * wl-util.el (wl-set-string-width): Avoid using negative number
5818         for make-string.
5819
5820 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5821
5822         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5823         return value.
5824
5825         * wl-util.el (wl-set-string-width): Added optional argument
5826         `padding' (All other related portions are changed).
5827         (wl-line-parse-format): If the first letter of column number is
5828         `0', zero-padding the result (ex: "%05l").
5829
5830         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5831
5832 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5833
5834         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5835         sequential summary view.
5836
5837 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5840         if it doesn't have a -unix version.
5841
5842 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5843
5844         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5845
5846 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5847
5848         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5849         content.
5850         (wl-draft): Follow the change above.
5851
5852         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5853
5854         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5855         and wl-folder-summary-line-format-alist contain %T and %P.
5856
5857         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5858         (wl-summary-mode-line-format): New user option.
5859         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5860         (wl-summary-line-format): Changed default value.
5861         (wl-summary-lazy-highlight): Changed default value.
5862
5863         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5864         change in wl-summary-create-line.
5865         (wl-thread-insert-entity-sub): Ditto.
5866
5867         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5868         (wl-summary-buffer-unread-status): Ditto.
5869         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5870         (wl-summary-buffer-persistent-mark-column): Ditto.
5871         (wl-summary-buffer-mode-line-formatter): Ditto.
5872         (wl-summary-buffer-mode-line): Ditto.
5873         (wl-summary-message-regexp): Abolished.
5874         (All other related portions are changed.)
5875         (wl-summary-detect-mark-position): New function.
5876         (wl-summary-buffer-set-folder): Setup
5877         wl-summary-buffer-mode-line-formatter.
5878         (wl-summary-mode): Setup selective-display;
5879         Setup pre-idle-hook when xemacs.
5880         (wl-summary-update-modeline): Rewrite.
5881         (wl-summary-jump-to-msg): Define as function;
5882         Changed regexp for searching messages.
5883         (wl-summary-message-number): Rewrite.
5884         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5885         Do rescan when old type summary cache.
5886         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5887         (wl-summary-remove-destination): Use '\r' to detect EOL.
5888         (wl-summary-print-destination): Ditto.
5889         (wl-summary-temp-mark): New inline function.
5890         (wl-summary-persistent-mark): Ditto.
5891         (wl-summary-line-number): New function.
5892         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5893         (wl-summary-line-list-count): New function.
5894         (wl-summary-create-line): Added argument persistent-mark.
5895         (All other related portions are changed)
5896         (wl-summary-create-line): Insert '\r'.
5897         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5898         (wl-summary-cursor-move-surface): New inline function.
5899         (wl-summary-prev): Use it.
5900         (wl-summary-next): Ditto.
5901
5902         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5903         wl-summary-message-regexp.
5904         (wl-highlight-summary): Delete progress message.
5905         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5906
5907         * Version number is increased to 2.9.12.
5908
5909 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5912         variable (nil: no minimum).
5913         (wl-summary-line-subject): Add some spaces after subject by
5914         wl-summary-line-subject-minimum-length.
5915
5916 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5917
5918         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5919         and removed `F'.
5920         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5921         change above).
5922
5923 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5924
5925         * wl-summary.el (wl-summary-line-list-count): Reverted.
5926         (example setting in samples/*/dot.wl is also updated)
5927
5928 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5929
5930         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5931
5932         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5933
5934         * wl-vars.el (wl-summary-line-format): Addes some description to the
5935         docstring.
5936
5937         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5938         (wl-summary-line-close-bracket): Ditto.
5939         (wl-summary-line-children-number): Ditto.
5940         (wl-summary-line-thread-indent): Ditto.
5941         (wl-summary-line-children-and-from): Ditto.
5942
5943         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5944         't', 'c', 'F' and added 'C'.
5945
5946         * wl-util.el (wl-set-string-width): Accept negative value.
5947         (wl-line-parse-format): Added "%number(" and "%)".
5948
5949 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5950
5951         * wl-summary.el (wl-summary-line-list-count): Change format of the
5952         return value.
5953
5954 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5955
5956         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5957         from the recent message.el.
5958         (wl-draft-point-in-header-p): Ditto.
5959         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5960         wl-draft-beginning-of-line.
5961         * wl-e21.el (wl-draft-mode-map): Ditto.
5962         * wl-xmas.el (wl-draft-mode-map): Ditto.
5963
5964         * wl-folder.el: Sort macrodefs by dependencies.
5965
5966 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5967
5968         * wl-summary.el (wl-summary-prev): Fixed regexp.
5969         (wl-summary-next): Ditto.
5970
5971 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5974
5975 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5976
5977         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5978         for backward compatibility.
5979
5980 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5981
5982         * wl-summary.el (wl-summary-line-list-count): New function, merged
5983         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5984         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5985         list counts.
5986
5987 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * wl-summary.el (wl-summary-create-line): Ignore errors while
5990         timezone-fix-time.
5991
5992         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5993
5994         * wl-summary.el (wl-summary-sync-update): Ditto.
5995         (wl-summary-default-from): Use wl-message-entity
5996         instead of entity.
5997
5998         * wl-summary.el (wl-summary-create-line): Fix.
5999
6000         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6001         (wl-summary-line-format): New user option.
6002         (wl-folder-summary-line-format-alist): Ditto.
6003         (wl-summary-from-width): Abolished.
6004
6005         * wl-util.el (toplevel): Require 'bytecomp.
6006         (wl-line-parse-format): New function.
6007         (wl-line-formatter-setup): New macro.
6008
6009         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6010         (wl-summary-buffer-line-formatter): New buffer local variable.
6011         (wl-summary-switch-to-clone-buffer): Follow the change above.
6012         (wl-summary-message-regexp): Fix.
6013         (wl-summary-from-func-internal): Abolished.
6014         (wl-summary-subject-func-internal): Ditto.
6015         (wl-summary-subject-filter-func-internal): Ditto.
6016         (All other related portions are changed.)
6017         (wl-summary-buffer-set-folder):
6018         Set up wl-summary-buffer-number-column and 
6019         wl-summary-buffer-line-formatter
6020         (All other related portions are changed.)
6021         (wl-summary-buffer-number-column-detect): Abolished.
6022         (All other related portions are changed.)
6023         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6024         (wl-summary-delete-all-temp-marks-on-buffer): Use
6025         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6026         (wl-summary-target-mark-delete): Ditto.
6027         (wl-summary-target-mark-refile-subr): Ditto.
6028         (wl-summary-target-mark-mark-as-read): Ditto.
6029         (wl-summary-target-mark-mark-as-unread): Ditto.
6030         (wl-summary-target-mark-mark-as-important): Ditto.
6031         (wl-summary-target-mark-save): Ditto.
6032         (wl-summary-replace-status-marks): Renamed from
6033         wl-summary-set-status-marks-on-buffer;
6034         Use wl-summary-message-regexp instead of
6035         wl-summary-buffer-number-regexp.
6036         (wl-summary-sync-update): Follow the change above.
6037         (wl-summary-goto-previous-message-beginning): New function.
6038         (wl-summary-mark-as-unread): Use it.
6039         (wl-summary-mark-as-important): Ditto.
6040         (wl-summary-line-formatter): New variable.
6041         (wl-summary-line-year): New function.
6042         (wl-summary-line-day): Ditto.
6043         (wl-summary-line-day-of-week): Ditto.
6044         (wl-summary-line-hour): Ditto.
6045         (wl-summary-line-minute): Ditto.
6046         (wl-summary-line-open-bracket): Ditto.
6047         (wl-summary-line-close-bracket): Ditto.
6048         (wl-summary-line-children-number): Ditto.
6049         (wl-summary-line-thread-indent): Ditto.
6050         (wl-summary-line-size): Ditto.
6051         (wl-summary-line-subject): Ditto.
6052         (wl-summary-line-from): Ditto.
6053         (wl-summary-line-children-and-from): Ditto.
6054         (wl-summary-create-line): Rewritten.
6055         (wl-summary-format-date): Abolished.
6056
6057         * wl-highlight.el (wl-highlight-summary-current-line): Use
6058         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6059         Use thread structure to detect thread top message.
6060
6061         * wl-draft.el (wl-default-draft-cite): Don't use
6062         wl-summary-from-func-internal.
6063
6064         * wl-refile.el (wl-refile-subject-learn): Don't use
6065         wl-summary-subject-filter-func-internal.
6066         (wl-refile-guess-by-subject): Ditto.
6067
6068         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6069         parameters.
6070
6071         * wl-thread.el (wl-thread-update-indent-string-region):
6072         Use wl-thread-update-line-on-buffer instead of
6073         wl-thread-update-indent-string.
6074         (wl-thread-update-children-number): Redefine using
6075         wl-thread-update-line-on-buffer.
6076         (wl-thread-update-indent-string): Abolished.
6077
6078         * Version number is increased to 2.9.11.
6079
6080 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6081
6082         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6083         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6084         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6085
6086         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6087         as nil.
6088
6089         * wl-thread.el (wl-thread-open-all-unread): Use 
6090         elmo-folder-list-messages-mark-match.
6091         (wl-thread-insert-message): Removed argument `mark-alist'.
6092         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6093         elmo-msgdb-set-mark.
6094         (wl-thread-get-children-msgs-uncached): Likewise.
6095         (wl-thread-get-exist-children): Added argument include-self.
6096         (wl-thread-delete-message): Follow the change above.
6097
6098         * wl-summary.el (wl-summary-count-unread): Removed argument.
6099         (wl-summary-rescan): Follow the change above.
6100         (wl-summary-mark-as-read-region): Ditto
6101         (wl-summary-mark-as-unread-region): Ditto.
6102         (wl-summary-delete-messages-on-buffer): Ditto.
6103         (wl-summary-sync-update): Ditto.
6104         (wl-summary-switch-to-clone-buffer): Ditto.
6105         (wl-summary-goto-folder-subr): Ditto.
6106         (wl-summary-target-mark-mark-as-read): Ditto.
6107         (wl-summary-target-mark-mark-as-unread): Ditto.
6108         (wl-summary-target-mark-mark-as-important): Ditto.
6109         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6110         (wl-summary-update-thread): Removed argument `mark-alist'.
6111         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6112         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6113         (wl-summary-resume-cache-status): Likewise.
6114         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6115         elmo-msgdb-set-mark.
6116         (wl-summary-mark-as-read-all): Likewise.
6117         (wl-summary-delete-cache): Ditto.
6118         (wl-summary-auto-select-msg-p): Ditto.
6119         (wl-summary-mark-as-unread): Ditto.
6120         (wl-summary-no-auto-refile-message-p): Ditto.
6121         (wl-summary-mark-as-read): Ditto.
6122         (wl-summary-mark-as-important): Ditto.
6123         (wl-summary-auto-refile): Follow the change above.
6124         (wl-summary-delete-all-marks): Removed.
6125         (wl-summary-resume-marks-and-highlight): Ditto.
6126         (wl-summary-resume-marks): Ditto.
6127         (wl-summary-delete-important-msgs-from-list): Ditto.
6128         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6129
6130         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6131         wl-summary-count-unread.
6132
6133         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6134         (wl-summary-score-update-all-lines): Use
6135         elmo-msgdb-set-mark.
6136
6137 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6140         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6141         (wl-summary-create-line): Renamed from
6142         wl-summary-overview-create-summary-line;
6143         Argument rearrangement.
6144         (wl-summary-update-thread): Follow the change above.
6145
6146         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6147         (wl-thread-insert-entity-sub): Likewise.
6148
6149         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6150         argument `overview', `mark-alist' and added `msgdb'.
6151
6152         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6153
6154         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6155         (wl-summary-rescan): Follow the change above.
6156         (wl-summary-sync-update): Ditto.
6157         (wl-summary-insert-thread-entity): Ditto;
6158         Don't use `let*' in every while loop;
6159         Detect infinite loop of threads.
6160         (wl-summary-update-thread): Removed argument `overview'.
6161
6162         * wl-thread.el (wl-thread-insert-message): Ditto.
6163
6164         * Version number is increased to 2.9.10.
6165
6166         * wl-message.el (wl-message-redisplay): Ignore errors while
6167         wl-message-redisplay-hook.
6168
6169 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6170
6171         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6172
6173 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl.el (wl): inhibit-quit while wl-folder.
6176
6177 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6180         while msgdb access.
6181
6182 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6183
6184         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6185         even if no folder is not created.
6186
6187 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6190
6191         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6192         implementation.
6193         (wl-summary-target-mark-thread): Ditto.
6194
6195         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6196
6197 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6198
6199         * wl-util.el (wl-display-bytes): Remove unused function.
6200
6201 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6202
6203         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6204         seems critical one (partially reverse the change in 2002/03/17).
6205
6206 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6207
6208         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6209         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6210
6211 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6212
6213         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6214         is not writable.
6215         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6216         plugged status instead of `'force' as 2nd argument.
6217
6218         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6219         is not creatable.
6220
6221         * Version number is increased to 2.9.9.
6222
6223 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl-summary.el (wl-summary-suspend): New function.
6226
6227 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6228
6229         * wl.el (wl): Do not check variables if check is nil.
6230         * wl-utils.el (wl-collect-draft): New function.
6231         * wl-folder.el (wl-folder-suspend): Put summary buffers
6232         and draft buffers at the end of buffer list.
6233         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6234
6235 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6236
6237         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6238         loop instead of recursive call.
6239
6240         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6241         2nd argument.
6242
6243 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6244
6245         * wl-draft.el (wl-draft-create-contents): Don't take neither
6246         (function . args) nor (string . something) any more.
6247
6248         * wl-version.el (wl-generate-user-agent-string): Return string
6249         without header symbol.
6250         * wl-draft.el (wl-draft-default-headers): Use it.
6251
6252         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6253         `wl-draft-insert-ccs' and return field value instead of inserting
6254         the header. Abolish cc argument.
6255         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6256
6257         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6258         rather than one with string car.
6259
6260         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6261         * wl-draft.el (wl-draft-create-contents): Add it after the default
6262         headers.
6263
6264         * wl-draft.el (wl-draft-create-contents): For the case of
6265         (symbol-or-string . function) insert header only when the function
6266         returns string value.
6267
6268 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6271         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6272
6273 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6274
6275         * wl.el (wl-check-environment): Don't check Message-ID when
6276         `wl-insert-message-id' is nil.
6277         Revive checking if `wl-message-id-domain' contains "@".
6278
6279 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6280
6281         * wl.el (wl-check-environment): Merge examination for "@" at
6282         inappropriate position into the first string-match.
6283
6284         * wl-summary.el (wl-summary-target-mark-print): New function.
6285         (wl-summary-pipe-message-subr): Extracted from
6286         `wl-summary-pipe-message'.
6287         (wl-summary-target-mark-pipe): New function.
6288         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6289         `wl-summary-target-mark-pipe'.
6290
6291 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6292
6293         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6294
6295 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6296
6297         * wl.el (wl-check-environment): Use elmo-warning instead of
6298         error for non-critical ones.
6299         Remove trash folder check.
6300         (wl): Don't ignore error in wl-check-environment.
6301
6302         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6303         check, which is moved from `wl-check-environment'.
6304         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6305
6306 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6307
6308         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6309         guess anything, call wl-summary-write.
6310         (wl-summary-write): Create draft with blank To field.
6311         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6312
6313 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6314
6315         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6316         argument full as well for wl-folder-write-current-folder.
6317         If wl-*-write-current-folder cannot guess addressee, add blank
6318         To header.
6319         Rewrite condition for positioning cursor.
6320
6321 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6322
6323         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6324         summary buffer is present, use it.
6325         (wl-folder-jump-to-previous-summary): Ditto.
6326
6327 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6328
6329         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6330
6331         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6332         wl-summary-previous-buffer and wl-summary-next-buffer.
6333
6334         * wl-folder.el (wl-folder-mode-map): Bind
6335         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6336         (wl-folder-jump-to-next-summary): New function.
6337         (wl-folder-jump-to-previous-summary): Ditto.
6338
6339         * wl-draft.el (wl-draft): Rearranged.
6340
6341 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6342
6343         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6344         of header.
6345         (wl-draft): Collect arguments for the header as header-alist.
6346         (wl-draft-forward): Arrange arguments for wl-draft.
6347         (wl-draft-reply): Ditto.
6348         (wl-draft-edit-string): Ditto.
6349         * wl-summary.el (wl-summary-write): Ditto.
6350         (wl-summary-write-current-folder): Ditto.
6351
6352         * Version number is increased to 2.9.8.
6353
6354 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6355
6356         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6357
6358         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6359
6360         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6361         even if the guess failed.
6362
6363         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6364         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6365         wl-summary-write-current-folder.
6366         * wl-xmas.el: Ditto.
6367
6368 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-summary.el (wl-summary-next-page): Force display message if
6371         message is not displayed yet.
6372         (wl-summary-prev-page): Ditto.
6373
6374 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6375
6376         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6377
6378 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6379
6380         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6381         add "Preview Message" and "Save Draft and Exit".
6382
6383 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6384
6385         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6386         if addrmgr is called from draft in splitted window.
6387
6388         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6389         * wl-mule.el: Ditto.
6390         * wl-xmas.el: Ditto.
6391
6392 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6393
6394         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6395
6396         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6397         * wl-xmas.el (wl-folder-toolbar): Ditto.
6398
6399 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6400
6401         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6402         and wl-draft-save-and-exit.
6403         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6404         * wl-xmas.el: Ditto.
6405         * wl-mule.el: Ditto.
6406
6407         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6408         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6409
6410 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6411
6412         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6413         lists for saving buffer.
6414
6415 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6418         parent-folder argument instead of it.
6419         (wl-draft-create-buffer): Ditto.
6420         (wl-draft-forward): Ditto.
6421         (wl-draft-reply): Ditto.
6422         * wl-summary.el (wl-summary-write): Ditto.
6423         (wl-summary-write-current-folder): Ditto.
6424
6425         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6426         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6427         Folder buffer after composing.
6428
6429 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6432         header if the file `wl-x-face-file' already contains it.
6433
6434 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6435
6436         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6437         folder" entry.
6438         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6439         * wl-e21.el (wl-folder-toolbar): Ditto.
6440         * wl-xmas.el (wl-folder-toolbar): Ditto.
6441
6442 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6443
6444         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6445         wl-folder-goto-folder with sticky argument.
6446         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6447
6448 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6451         and wl-summary-previous-buffer.
6452         (wl-summary-next-buffer): New function.
6453         (wl-summary-previous-buffer): Ditto.
6454
6455 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6456
6457         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6458         wl-folder-jump-to-current-entity-with-arg.
6459         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6460         `wl-folder-jump-to-current-entity'.
6461         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6462         `wl-summary-goto-folder-sticky'.
6463         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6464         `wl-summary-goto-folder'.
6465         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6466         Unless force-exit, do not clean temp. marks for sticky summary.
6467         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6468
6469 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6472         not entire.
6473
6474 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6477         to `C-x C-s'.
6478         (wl-summary-save-status): New command.
6479         (wl-summary-exit): Don't clean-up temp marks when sticky.
6480         (Applied patch from Nakayama-san [wl: 09548])
6481         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6482         Do nothing when no mark data.
6483         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6484         Call `wl-summary-delete-all-temp-marks' before saving.
6485
6486 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6487
6488         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6489
6490 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6491
6492         * wl.el (wl-check-environment): Also cause error when (system-name)
6493         returns "localhost.localdomain". (Although it doesn't affect because
6494         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6495
6496 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6497
6498         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6499         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6500
6501         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6502         value.
6503
6504 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6507         Likewise r-cc-list and r-ng-list.
6508
6509 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6512         only if it is bound as variable.
6513
6514         * wl-mime.el (wl-draft-preview-message): Ditto.
6515
6516 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6519         needless `goto-char'.
6520
6521         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6522         `wl-summary-redisplay-no-mime-internal' instead of
6523         `wl-summary-redisplay-no-mime'.
6524         (wl-summary-redisplay-no-mime): Changed argument;
6525         Call `wl-summary-redisplay-no-mime-internal'.
6526
6527         * wl-mime.el (wl-draft-preview-message): Bind
6528         `mime-header-encode-method-alist' locally.
6529
6530         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6531         (wl-draft-std11-parse-addresses): Added the first address check.
6532         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6533
6534         * Version number is increased to 2.9.7.
6535
6536 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6537
6538         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6539
6540 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6541
6542         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6543         related to scrollbar support, if there is no such a feature
6544         compiled in.
6545
6546 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6547
6548         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6549         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6550         for prefetch.
6551
6552 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6553
6554         * wl-summary.el (wl-summary-pick): Fix for no match.
6555
6556 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-draft.el (wl-draft-save):
6559         Override `mime-header-encode-method-alist'.
6560
6561 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6562
6563         * wl-folder.el (wl-folder-pick): New function.
6564         Define key as "?".
6565
6566 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6569         Fix for unplugged.
6570
6571 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-folder.el (wl-folder-virtual): New function.
6574         Define key as "V".
6575
6576 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6579         multi folder if entity is group.
6580
6581 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6584         is nil.
6585
6586 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6589         (wl-summary-target-mark-msgs): Return the number of marked messages.
6590
6591 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6592
6593         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6594         "first:" is specified.
6595
6596 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6597
6598         * wl-vars.el (wl-from): Use return value of function
6599         user-full-name instead of the variable user-full-name since
6600         XEmacs-20.4 doesn't set this variable.
6601
6602 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6603
6604         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6605         call `wl' directly.
6606
6607 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6608
6609         * wl-draft.el (wl-draft-reedit): Removed duplicated
6610         switch-to-buffers.
6611
6612 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * wl.el (wl-other-frame): Removed garbages.
6615
6616 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6619
6620         * wl-xmas.el (wl-draft-key-setup): Ditto.
6621
6622         * wl-mule.el (wl-draft-key-setup): Ditto.
6623
6624         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6625         (wl-draft-reedit): Ditto.
6626         (wl-draft-prepare-edit): Add `wl-draft-save' to
6627         `local-write-file-hooks'.
6628         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6629         (wl-draft-reedit): Set buffer-file-name.
6630         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6631
6632
6633         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6634         call it.
6635         (wl-delete-startup-frame-function): New variable.
6636         (wl-other-frame): New function
6637         (Original was written by Yamaoka san [wl: 09239]).
6638
6639         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6640         if `wl-folder-use-frame'.
6641
6642 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6643
6644         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6645
6646 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6649         New variable.
6650         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6651         (wl-message-buffer-prefetch-get-next): Use them.
6652         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6653
6654 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6657         with unwind-protect.
6658
6659         * wl-draft.el (wl-draft-reedit): Rewrite.
6660         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6661         (wl-draft-save): Insert header separator if it does not exist;
6662         Removed condition-case.
6663
6664         * wl-summary.el (wl-summary-reedit): Revert last change.
6665
6666         * wl-draft.el (wl-draft-save): Rewrite.
6667         (wl-draft-create-buffer): Set buffer-file-name as nil.
6668
6669         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6670
6671         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6672
6673         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6674         nil.
6675
6676 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6679         If count is nil, do not prefetch.
6680         (wl-message-buffer-prefetch-next): Next.
6681
6682 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6683
6684         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6685
6686 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6689         `delete-backward-char'
6690         (wl-draft-prepare-edit): Check major-mode.
6691         (wl-draft-decode-header): Rewrite.
6692         (wl-draft): Fix.
6693
6694 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6695
6696         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6697
6698 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6699
6700         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6701         (wl-message-buffer-prefetch-get-next): Remove size checking.
6702         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6703
6704 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6707         (wl-draft-default-headers): Fix.
6708
6709 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6710
6711         * wl-draft.el (wl-draft-default-headers): Insert return value of
6712         `wl-generate-mailer-string-function'.
6713
6714 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6715
6716         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6717         (wl-draft-insert-mail-header-separator): Ditto.
6718
6719         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6720         again (Reverted the change on 2002-01-17 by OKADA san).
6721
6722 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-draft.el (wl-draft): Rewrite.
6725         (wl-draft-create-buffer): New function.
6726         (wl-draft-create-contents): Ditto.
6727         (wl-draft-prepare-edit): Ditto.
6728         (wl-draft-decode-header): Ditto.
6729         (wl-draft-decode-body): Ditto.
6730         (wl-draft-check-new-line): Ditto.
6731         (wl-draft-default-headers): Ditto.
6732         (wl-draft-insert-mail-header-separator): Ditto.
6733
6734 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * Version number is increased to 2.9.6.
6737
6738 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl-draft.el (wl-draft-delete-field): Optional argument.
6741         (wl-draft-delete-fields): Ditto.
6742
6743 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-message.el (toplevel): Eliminated byte-compile warning.
6746         for `itimer-function', `delete-timer' and `itimer-list'.
6747
6748 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6749
6750         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6751         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6752         `wl-message-buffer-prefetch-threshold'.
6753         * wl-summary.el (wl-summary-redisplay-internal): Remove
6754         the check of `wl-message-buffer-prefetch-depth'.
6755
6756 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6759         size of article.
6760         (wl-message-buffer-prefetch-subr): Remove size check.
6761
6762 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6763
6764         * wl-vars.el (wl-plugged): Make customizable.
6765
6766 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6769         (wl-message-buffer-prefetch-set-timer): New function.
6770         (wl-message-buffer-prefetch-get-next): New function.
6771         (wl-message-buffer-prefetch): New function.
6772         (wl-message-buffer-prefetch-next): Rewrite.
6773         (wl-message-buffer-prefetch-subr): Rewrite.
6774         * wl-vars.el (wl-auto-prefetch-first): New variable.
6775         * wl-summary.el (wl-summary-goto-folder-subr): Call
6776         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6777
6778 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6781         `wl-summary-unread-message-hook'.
6782
6783 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6786         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6787         if range is `cache-status'.
6788
6789 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6790
6791         * wl-message.el (wl-message-buffer-prefetch-subr):
6792         Improve debug message.
6793
6794 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6797         `wl-mail-send-pre-hook'.
6798         (wl-draft-send-mail-with-qmail): Ditto.
6799         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6800
6801 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-message.el (wl-message-buffer-prefetch-subr):
6804         Fix for cancel-function-timers bug.
6805         (wl-message-buffer-prefetch-debug): Default value is t.
6806
6807 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6808
6809         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6810         (wl-message-buffer-prefetch-subr): Rewrite.
6811         Rename from `wl-message-buffer-prefetch'.
6812
6813 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6814
6815         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6816         (wl-default-draft-cite-decorate-author): Ditto.
6817
6818         * wl-draft.el (wl-draft-cite-function): Removed.
6819         (wl-default-draft-cite-decorate-author): Ditto.
6820
6821 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6822
6823         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6824         (wl-default-draft-cite): Do not arrange author name if the value of
6825         `wl-default-draft-cite-decorate-author' is nil.
6826
6827 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6830
6831         * wl-folder.el (wl-folder-check-one-entity): Don't care
6832         `elmo-folder-use-flag-p'.
6833
6834 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6835
6836         * wl-folder (wl-folder-check-one-entity): Fix
6837         problem if unread is nil.
6838
6839 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6840
6841         * wl-address.el (wl-address-make-completion-list): Check whether
6842         the address is a group list.
6843         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6844
6845 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6846
6847         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6848         The number of the messages of new and unread does not count
6849         correctly.
6850
6851         * wl-summary.el (wl-summary-count-unread): Changed to return
6852         `(new . unread)' instead of total.
6853         (wl-summary-sync-update): Follow the change above.
6854
6855         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6856
6857 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6858
6859         * wl-address.el (wl-address-make-completion-list): Do not enclose
6860         address by " <" and ">" if associated realname is "".
6861         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6862         This is against the promblem with group list in .addresses pointed
6863         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6864
6865 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6866
6867         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6868         message is a format control string.
6869         * wl-expire.el (wl-expire-append-log): Ditto.
6870         * wl-mime.el (wl-summary-burst-subr): Ditto.
6871         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6872         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6873
6874 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6877         wl.el (wl-check-variables): Rename from `wl-check-type'.
6878         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6879         (wl-check-variables-2): New function.
6880         (wl): Call `wl-check-variables-2'.
6881
6882 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6883
6884         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6885         after renaming folder in access group.
6886
6887 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6890         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6891         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6892         (wl-message-buffer-prefetch): Rewrite.
6893         (wl-message-buffer-prefetch-idle-time): Removed.
6894         * wl-summary.el (wl-summary-redisplay-internal):
6895         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6896         Error check for `wl-message-buffer-prefetch-depht'.
6897
6898 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6899
6900         * Version number is increased to 2.9.5.
6901         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6902
6903 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6904
6905         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6906         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6907         Based on the patch written by
6908         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6909
6910 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl-draft.el (wl-draft-raw-send): Fix for
6913         `wl-news-send-pre-hook'
6914
6915 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6916
6917         * wl-utils.el (wl-message-id-function): New variable.
6918         * wl-draft.el (wl-draft-insert-required-fields):
6919         Use `wl-message-id-function'.
6920
6921 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6922
6923         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6924         * wl-utils.el (wl-draft-make-message-id-string):
6925         Use `wl-from' for domain part of Message-ID
6926         if `wl-message-id-use-wl-from' if non-nil.
6927         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6928
6929 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6930
6931         * wl.el (wl): Call `wl-check-type'
6932         Do not 'condition-case'.
6933
6934 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6935
6936         * wl.el (wl-check-type): New function.
6937         (wl-check-type-variables): New variable.
6938
6939 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6942
6943 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6944
6945         * wl-draft.el (wl-smtp-password-key): New function.
6946         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6947         (wl-draft-send-mail-with-smtp): Ditto.
6948         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6949
6950 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6953         * wl-utils.el (wl-unique-id-suffix): Remove.
6954
6955 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6956
6957         * Version number is increased to 2.9.4.
6958
6959 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6960
6961         * wl-utils.el (wl-unique-id-suffix): New variable.
6962         (wl-unique-id): Use `wl-unique-id-suffix'
6963
6964 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6965
6966         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6967         instead of `elmo-msgdb-search'.
6968
6969         * Version number is increased to 2.9.3.
6970
6971 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6972
6973         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6974
6975 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6976
6977         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6978         (wl-draft-dispatch-message): Changed for send-later.
6979         (wl-draft-queue-flush): Ditto.
6980         (wl-draft): Clear `wl-sent-message-queued'.
6981         (wl-draft-reedit): Ditto.
6982         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6983         * wl-vars.el (wl-draft-force-queuing): New variable.
6984         (wl-draft-force-queuing-mail): New variable.
6985         (wl-draft-force-queuing-news): New variable.
6986
6987 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6990         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6991
6992 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6993
6994         * Version number is increased to 2.9.2.
6995
6996 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * wl-draft.el (wl-draft-elide-region): New user command.
6999         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7000
7001         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7002         command `wl-draft-elide-region'.
7003         * wl-mule.el: Ditto.
7004         * wl-xmas.el: Ditto.
7005
7006 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7009         (wl-biff-check-folder-async): Removed needless let.
7010
7011 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7014         wl-folder-get-elmo-folder.
7015         (wl-biff-check-folder): Set `biff' argument of
7016         `wl-folder-check-one-entity'.
7017         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7018
7019         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7020         (wl-folder-check-one-entity): Added `biff' argument;
7021         Setup `biff' slot of folder.
7022
7023         * Version number is increased to 2.9.1.
7024
7025 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7028         comment out and fixed.
7029         (wl-fldmgr-add-completion-subr): Ditto.
7030
7031         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7032         and msgdb.
7033
7034         * wl.el (wl-toggle-plugged): Save summary view.
7035
7036 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7039
7040 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7041
7042         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7043
7044 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7047         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7048         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7049
7050         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7051         if it was failed.
7052         (wl-demo): Disable undo in the demo buffer.
7053
7054 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-version.el (wl-version): Changed codename.
7057
7058         * Version number is increased to 2.9.0.
7059
7060 2001-12-14  Takuo KITAME <kitame@northeye.org>
7061
7062         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7063         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7064         (wl-folder-mark-as-read-all-current-entity): Ditto.
7065
7066 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-vars.el (wl-from-width): Define as obsolete variable.
7069         (wl-subject-length-limit): Ditto.
7070
7071         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7072
7073         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7074         wl-summary-save-view.
7075
7076         * wl.el (wl-save-status): Ditto.
7077         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7078
7079         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7080         (wl-summary-exit): Follow the change above.
7081         (wl-summary-goto-folder-subr): Ditto.
7082
7083         * wl-folder.el (wl-folder-create-subr): Don't use
7084         `elmo-folder-creatable-p'.
7085
7086 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7089
7090 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7093         rather than bitmap on Emacs 21.
7094         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7095         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7096         for xbm if the new redisplay engine is not available.
7097
7098 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl-folder.el (wl-folder-init-hook): New hook.
7101         (wl-folder-init): Run `wl-folder-init-hook'.
7102
7103 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7106
7107 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-acap.el (wl-acap-cache-filename): New variable.
7110         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7111         (wl-acap-init): Use cache if no ACAP server found.
7112
7113 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7114
7115         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7116         `wl-acap-original-msgdb-dir'.
7117
7118         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7119         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7120
7121         * wl-mime.el (wl-mime-save-directory): Renamed from
7122         `wl-mime-save-dir'.
7123
7124 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7127
7128         * wl-demo.el: Require `path-util'.
7129         (wl-demo-bitmap-mule-available-p): New internal variable.
7130         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7131         `module-installed-p' instead.
7132         (wl-demo-insert-image): Use *.img file for a bitmap image.
7133         (wl-demo): Don't call the ascii demo recursively.
7134
7135 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7136
7137         * Version number is increased to 2.7.7.
7138
7139 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl.el (wl-exit): Eliminated byte-compile warning.
7142
7143 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7144
7145         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7146         obsolete variable using `elmo-define-obsolete-variable'.
7147         (wl-fetch-confirm-threshold): Ditto.
7148         (wl-cache-prefetch-folder-type-list): Ditto.
7149         (wl-cache-prefetch-folder-list): Ditto.
7150
7151 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7154         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7155         (wl-demo-insert-image): New function.
7156         (wl-demo-insert-text): New function.
7157         (wl-demo-image-type-alist): Redefine as a function.
7158         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7159         (wl-demo-with-temp-file-buffer): Removed.
7160         (wl-logo-xpm): Removed.
7161         (wl-logo-xbm): Removed.
7162         (wl-logo-bitmap): Removed.
7163
7164 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7165
7166         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7167         (wl-expire-localdir-get-folder-function): New user option.
7168         (wl-expire-localdir-get-folder): New function.
7169         (wl-expire-localdir-date): Ditto.
7170
7171 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7172
7173         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7174         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7175         Fixed unread number mismatch when all-unread < unread.
7176
7177 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7180         (wl-fetch-confirm-threshold): Ditto.
7181
7182         * wl-summary.el (wl-summary-confirm-appends): Removed.
7183         (wl-summary-sync-update): Don't refer
7184         `wl-summary-update-confirm-threshold' (It is now abolished).
7185
7186         * wl-message.el (wl-message-display-internal): Don't refer
7187         `wl-fetch-confirm-threshold' (It is now abolished).
7188
7189 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7192
7193 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7194
7195         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7196         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7197         Change default value to nil.
7198         (wl-summary-indent-length-limit): The value can be nil, nil means
7199         unlimited.
7200
7201         * wl-summary.el: Don't set limit for indent length if the value of
7202         wl-summary-indent-length-limit is nil.
7203         If the value of wl-summary-width is nil, it means only that the width
7204         of summary is unlimited (nil doesn't mean that the indent length is
7205         unlimited).
7206
7207         * wl-thread.el: Ditto.
7208
7209 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7210
7211         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7212         be nil, nil means never confirm.
7213         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7214
7215 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7216
7217         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7218         means unlimited).
7219
7220 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7223         Use `with-temp-buffer'.
7224
7225 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7228         with new backquote style).
7229         (wl-folder-get-entity-from-buffer): Ditto.
7230
7231 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7232
7233         * wl-version.el (nemacs-version): Eliminated.
7234         (wl-extended-emacs-version2): Ignore nemacs.
7235         (wl-extended-emacs-version3): Ditto.
7236
7237 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7238
7239         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7240         (wl-draft-add-in-reply-to): New variable.
7241         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7242         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7243         (wl-draft-yank-from-mail-reply-buffer): Use
7244         `wl-draft-add-in-reply-to'.
7245         (wl-draft-insert-current-message): Ditto.
7246
7247 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7248
7249         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7250         typo (kill->hide).
7251         (wl-message-buffer-prefetch-folder-type-list): Added elements
7252         `mark' and `cache' instead of `internal'.
7253
7254 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7257         resume msgdb directory.
7258
7259 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl.el (wl-exit): Call `wl-acap-exit'.
7262
7263         * wl-summary.el (wl-summary-message-string): New function.
7264         (wl-summary-reedit): Use it.
7265         (wl-summary-resend-bounced-mail): Remove needless let.
7266         (wl-summary-supersedes-message): Ditto.
7267         (wl-summary-save): Ditto.
7268
7269         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7270         (wl-acap-init): Set it.
7271         (wl-acap-exit): New function.
7272
7273 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274
7275         * wl.el (wl-init): Revert (require 'mime-setup). move from
7276         toplevel.
7277
7278 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7279
7280         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7281         local variables.  Add error when guess function return invalid
7282         value.
7283
7284 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7285
7286         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7287         Change local variable name.
7288         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7289         (wl-folder-get-newsgroups): Return nil when non-news folder.
7290         * wl-summary.el (wl-summary-write-current-folder): State through
7291         when guess-list return nil.
7292         (wl-summary-write-current-folder-functions): Fixed docstring.
7293
7294         * wl.el (wl-exit): Changed confirm message.
7295
7296         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7297         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7298
7299         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7300
7301 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7302
7303         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7304         user option (Renamed from wl-cache-prefetch-folder-type-list).
7305         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7306         from wl-cache-prefetch-folder-list).
7307
7308         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7309         Move to wl-vars.el.
7310         (wl-message-buffer-prefetch-p): Changed to enable
7311         `wl-message-buffer-prefetch-folder-list'.
7312
7313         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7314         `ignore-cache'.
7315
7316 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7317
7318         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7319         `part-top' and `part-bottom'.
7320         (wl-draft-config-sub-part-top): New function.
7321         (wl-draft-config-sub-part-bottom): New function.
7322
7323 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7324
7325         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7326
7327 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7330
7331 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7332
7333         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7334
7335         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7336         (wl-summary-write-current-folder): Ditto.
7337
7338 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-folder.el (wl-folder-get-newsgroups): Use
7341         `elmo-folder-newsgroups'.
7342
7343 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7344
7345         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7346         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7347         `wl-draft-config-sub-header-bottom'.
7348
7349 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7352         localnews folder.
7353
7354 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7355
7356         * wl-summary.el (wl-summary-mode): Undo last change.
7357
7358         * wl-folder.el (wl-folder-mode): Ditto.
7359
7360 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7361
7362         * wl-summary.el (wl-summary-mode): Locally set
7363         truncate-partial-window-width to nil.
7364         (for XEmacs)
7365
7366         * wl-folder.el (wl-folder-mode): Ditto.
7367
7368 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7371
7372 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7375         number.
7376
7377         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7378
7379         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7380
7381         * Version number is increased to 2.7.6.
7382
7383 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7386
7387 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-summary.el (wl-summary-sync-update): Enclose network
7390         related portion with `unwind-protect'.
7391
7392 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7393
7394         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7395
7396 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7397
7398         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7399         element.
7400         * wl-vars.el (wl-message-body-button-alist): Ditto.
7401
7402         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7403         max match length.
7404         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7405
7406         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7407         for the max match length;
7408         Use 4th element value for the button string regexp group.
7409
7410         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7411         candidate exists, prompt to select.
7412
7413 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7414
7415         * wl-summary.el (wl-summary-jump-to-msg): Search before
7416         calibration point by `beginning-of-line'.
7417
7418 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7419
7420         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7421         for access group.
7422
7423 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-message.el (wl-message-display-internal): Bind
7426         `default-mime-charset'.
7427
7428         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7429
7430         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7431
7432         * Version number is increased to 2.7.5.
7433
7434 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7435
7436         * wl-expire.el (wl-summary-archive): Fixed;
7437         Use `elmo-folder-name-internal'.
7438
7439 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7440
7441         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7442         from `elmo-folder-move-messages' caller.
7443         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7444
7445         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7446         related portions are changed).
7447
7448 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7449
7450         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7451         counter.
7452
7453 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7454
7455         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7456         buffer local and set it to nil.
7457
7458         * wl-message.el (wl-message-redisplay): Ditto.
7459
7460 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl-summary.el (wl-summary-mark-as-important): If message is
7463         already cached, set messag as read, otherwise encache and mark as read.
7464
7465 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7466
7467         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7468         point-min.
7469
7470 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7473         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7474         a keymap.
7475
7476 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7477
7478         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7479         parent.
7480
7481         * wl-mule.el (wl-message-define-keymap): Ditto.
7482
7483         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7484
7485         * wl-xmas.el (wl-message-display-internal-hook): Define.
7486         (wl-xmas-setup-message-toolbar): Define as function.
7487         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7488         (wl-message-overload-functions): Abolished.
7489         (wl-message-define-keymap): New function.
7490
7491         * wl-vars.el (wl-message-display-internal-hook): New variable.
7492         (wl-message-header-button-alist): New variable (Renamed from
7493         wl-highlight-message-header-button-alist).
7494         (wl-message-body-button-alist): Ditto.
7495
7496         * wl-mule.el (wl-message-define-keymap): New function.
7497         (wl-message-overload-functions): Abolished.
7498
7499         * wl-message.el (wl-message-add-buttons-to-body): New function.
7500         (wl-message-redisplay): Don't call wl-message-overload-functions;
7501         Call wl-message-add-buttons-to-header and
7502         wl-message-add-buttons-to-body.
7503         (wl-message-display-internal): Set keymap argument for
7504         elmo-mime-display-as-is, elmo-mime-message-display;
7505         Run wl-message-display-internal-hook.
7506         (wl-message-refer-article-or-url): Abolished.
7507
7508         * wl-highlight.el (wl-highlight-headers): Don't call
7509         wl-highlight-message-add-buttons-to-header.
7510         (wl-highlight-message-add-buttons-to-header): Abolished.
7511
7512
7513         * wl-e21.el (wl-message-display-internal-hook): Define.
7514         (wl-e21-setup-toolbar): Deleted duplicated binding.
7515         (wl-e21-setup-message-toolbar): Define as function.
7516         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7517         (wl-message-define-keymap): New function.
7518         (wl-message-overload-functions): Abolished.
7519
7520 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7523         and elmo-folder-close.
7524
7525         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7526
7527 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7528
7529         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7530         boolean value.
7531         * wl-draft.el (wl-draft-do-fcc): Ditto.
7532
7533 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7534
7535         * wl-vars.el (wl-fcc-force-as-read): New variable.
7536         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7537         mark copied message as read.
7538
7539 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7540
7541         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7542
7543 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7544
7545         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7546         `wl-summary-target-above' instead of obsolete variable
7547         `wl-summary-temp-above'.
7548
7549         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7550         instead of `make-obsolete-variable'.
7551         * wl-refile.el (toplevel): Ditto.
7552
7553 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7556         with third argument t.
7557         (wl-draft): Set first argument for wl-plugged-init as t.
7558
7559         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7560         definition.
7561
7562 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7563
7564         * wl-vars.el: Tabify.
7565         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7566
7567         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7568         message.
7569
7570 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7571
7572         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7573         and set default to beep.
7574
7575 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7576
7577         * wl-vars.el (wl-draft-truncate-lines): New variable.
7578
7579         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7580         instead of wl-message-truncate-lines for truncate-lines.
7581
7582 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-message.el (wl-message-display-internal): Call
7585         `wl-highlight-message' after `elmo-mime-display-as-is'.
7586
7587         * wl-mime.el (wl-mime-display-text/plain): New function.
7588         (wl-mime-display-header): Ditto.
7589         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7590         body-presentation-method for text/plain;
7591         Register `wl-mime-display-header' as a header-presentation-method;
7592         Don't set up `elmo-message-text-content-inserted-hook' and
7593         `elmo-message-header-inserted-hook'.
7594
7595         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7596         variable.
7597         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7598         as t if flag is 'all-header;
7599         Don't bind `elmo-message-ignored-field-list',
7600         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7601
7602 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7605         for xemacs with non-mule environment.
7606
7607 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7608
7609         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7610         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7611         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7612
7613 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7614
7615         * wl-vars.el (wl-interactive-send): Set default value as t.
7616
7617 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7618
7619         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7620         (wl-addrmgr-method-list): Abolished.
7621         (wl-addrmgr-change-method): Follow above change.
7622
7623         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7624
7625 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7626
7627         * wl-vars.el (wl-message-truncate-lines): Change default value
7628         to default-truncate-lines.
7629
7630         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7631
7632 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7633
7634         * wl-vars.el (wl-message-truncate-lines): New variable.
7635
7636         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7637         wl-message-truncate-lines.
7638
7639 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7640
7641         * wl-acap.el (wl-acap-init): Remove period from error message.
7642         (wl-acap-find-acap-service): Remove period from message.
7643
7644 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl.el (wl-check-environment): Undo last change.
7647
7648         * wl-vars.el (wl-from): Changed default value.
7649
7650         * wl-util.el (toplevel): Don't require tm-edit.
7651
7652         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7653         `wl-folder-init';
7654         Don't set mark on mail body.
7655         (wl-draft-reedit): Ditto.
7656
7657         * wl-address.el (wl-address-quote-specials): Define as an alias for
7658         elmo-address-quote-specials.
7659
7660 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7663
7664         * wl-vars.el (wl-from): Set default value as nil.
7665         (wl-organization): Set default value as ORGANIZATION environment
7666         variable.
7667
7668         * wl-draft.el (wl-smtp-extension-bind): Check value of
7669         wl-smtp-connection-type.
7670
7671         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7672         error.
7673
7674 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7675
7676         * Version number is increased to 2.7.4.
7677
7678         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7679         arguments from `wl-highlight-x-face-function' caller.
7680         Use x-face-1.3.6.12 or later.
7681
7682 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7683
7684         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7685
7686 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7687
7688         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7689         (wl-fcc): Fix to accept function.
7690         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7691
7692 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7693
7694         * wl-acap.el (toplevel): Added `product-provide' declare.
7695         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7696
7697 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7698
7699         * wl.el (wl): Changed order of calling `elmo-init'
7700         and `elmo-folder-init'.
7701
7702 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7703
7704         * wl-mime.el (wl-summary-burst): Extract message when content-type
7705         of root entity is not only `multipart' but also `message/rfc822'.
7706         (wl-summary-burst-subr): Ditto.
7707
7708 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7709
7710         * wl-vars.el (toplevel): Require 'custom.
7711         (wl-trash-folder): Added to `wl-setting' group.
7712
7713         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7714         exists.
7715         (wl-addrmgr-draw): Insert empty line when no entry exists.
7716
7717         * wl-mule.el (wl-message-wheel-up): Fixed.
7718         (wl-message-wheel-down): Ditto.
7719
7720 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7721
7722         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7723         config is an anonymous lambda expression.
7724
7725 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7728         when Mule 2 is running.
7729
7730 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7731
7732         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7733
7734 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7737         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7738
7739         * wl-address.el (wl-address-specials-regexp): Eliminated.
7740         (wl-address-quote-specials): Rewrite.
7741
7742 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7745         shy-groups for regexp.
7746
7747         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7748         character classes and Perl style shy-groups for regexp.
7749         (wl-highlight-plugged-current-line): Use Posix style character
7750         classes for regexp.
7751         (wl-e21-highlight-folder-by-numbers): Ditto.
7752         (wl-e21-display-image-p): Use `display-images-p' instead of
7753         `display-graphic-p'.
7754         (display-images-p): Make an alias to `display-graphic-p' if it is
7755         not available.  It is for Emacs version prior to 21.0.105.
7756
7757         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7758         `display-graphic-p'.
7759         (wl-demo-image-type-alist): Ditto.
7760         (display-images-p): Make an alias to `display-graphic-p' if it is
7761         not available.  It is for Emacs version prior to 21.0.105.
7762
7763 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7764
7765         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7766         support.
7767         (wl-generate-user-agent-string): Ditto.
7768
7769         * wl-version.el (wl-version): Update docsting.
7770         (wl-version-status): Ditto.
7771
7772 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7773
7774         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7775         21.0.105.  For Emacs 21.0.104 or earlier.
7776
7777 2001-09-03  Takuo KITAME <kitame@northeye.org>
7778
7779         * wl-e21.el (wl-plugged-init-icons): Use
7780         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7781         (wl-biff-init-icons): Ditto.
7782
7783 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-highlight.el (wl-highlight-summary-current-line):
7786         Fixed highlighting refile/copy destination.
7787
7788         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7789         (wl-acap-store): Encode string by wl-acap-coding-system.
7790
7791 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7792
7793         * wl-acap.el (toplevel): Check and require 'un-define before
7794         'xemacs-ucs;
7795          Added checking for UTF-2000.
7796
7797 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7800         Don't enclose with `eval-and-compile'.
7801
7802         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7803         wl-init is non-nil.
7804
7805         * wl-draft.el (wl-draft): Ditto.
7806
7807         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7808
7809         * wl-acap.el (toplevel): Require 'wl.
7810         (wl-acap-store): Call `elmo-init'.
7811
7812         * wl.el (wl): Changed position of `wl-check-environment'.
7813         (toplevel): Added autoload setting for wl-acap.
7814
7815         * wl-vars.el (wl-setting): New custom group.
7816         (wl-from): Added wl-setting group.
7817         (wl-user-mail-address-list): Ditto.
7818         (wl-organization): Ditto.
7819         (wl-subscribed-mailing-list): Ditto.
7820         (wl-envelope-from): Ditto.
7821         (wl-smtp-posting-user): Ditto.
7822         (wl-smtp-posting-server): Ditto.
7823         (wl-smtp-posting-port): Ditto.
7824         (wl-smtp-authenticate-type): Ditto.
7825         (wl-pop-before-smtp-user): Ditto.
7826         (wl-pop-before-smtp-server): Ditto.
7827         (wl-pop-before-smtp-port): Ditto.
7828         (wl-pop-before-smtp-authenticate-type): Ditto.
7829         (wl-nntp-posting-server): Ditto.
7830         (wl-nntp-posting-user): Ditto.
7831         (wl-nntp-posting-port): Ditto.
7832         (wl-fetch-confirm-threshold): Ditto.
7833         (wl-prefetch-threshold): Ditto.
7834         (wl-thread-insert-opened): Ditto.
7835         (wl-ldap-server): Ditto.
7836         (wl-ldap-port): Ditto.
7837         (wl-ldap-base): Ditto.
7838         (wl-ldap-objectclass): Ditto.
7839         (wl-use-ldap): Ditto.
7840         (wl-draft-config-alist): Ditto.
7841         (wl-draft-config-matchone): Ditto.
7842         (wl-template-alist): Ditto.
7843         (wl-message-sort-field-list): Ditto.
7844         (wl-message-ignored-field-list): Ditto.
7845         (wl-message-visible-field-list): Ditto.
7846         (wl-interactive-send): Ditto.
7847         (wl-summary-move-order): Ditto.
7848         (wl-auto-select-first): Ditto.
7849         (wl-auto-select-next): Ditto.
7850         (wl-interactive-save-folders): Ditto.
7851
7852         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7853         Initialization codes are moved from wl-local-folder-init.
7854         (wl-local-folder-init): Follow the change above.
7855         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7856
7857         * wl-acap.el: New file.
7858
7859         * Version number is increased to 2.7.3.
7860
7861 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7862
7863         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7864
7865 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7866
7867         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7868         (wl-addrmgr-address-entry-list): Ditto.
7869
7870 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-e21.el (wl-draft-mode-map): Removed binding for
7873         `wl-draft-insert-x-face-field'.
7874
7875         * wl-mule.el (wl-draft-mode-map): Ditto.
7876
7877         * wl-xmas.el (wl-draft-mode-map): Ditto.
7878
7879         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7880         (wl-cs-autoconv): Ditto.
7881         (wl-cs-local): Ditto.
7882         (wl-use-scoring): Ditto.
7883         (wl-mime-charset): Ditto.
7884         (wl-folder-check-async): Ditto.
7885
7886         * wl.el (toplevel): Ignore nemacs and tm.
7887         (wl-exit): Ditto.
7888
7889         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7890         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7891         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7892         instead of wl-address-petname-add-or-change.
7893         (wl-summary-edit-addresses-subr): Use wl-address-delete
7894         instead of wl-address-petname-delete.
7895
7896         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7897
7898         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7899         if error occured.
7900
7901         * wl-message.el (require): Remove tm support.
7902
7903         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7904
7905         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7906         (wl-folder-jump-to-current-entity): Ditto.
7907         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7908
7909         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7910         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7911         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7912
7913         * wl-mule.el (wl-draft-key-setup): Ditto.
7914
7915         * wl-xmas.el (wl-draft-key-setup): Ditto.
7916
7917         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7918         (wl-draft-std11-parse-addresses): New function.
7919         (wl-draft-parse-mailbox-list): Use it.
7920         (wl-draft): Ignore nemacs.
7921         (wl-draft-reedit): Ditto.
7922
7923         * wl-addrmgr.el: New file.
7924         (Original is wl-rcpt.el written by
7925         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7926         Thanks Kitamoto-san.)
7927
7928         * wl-address.el (wl-address-make-address-list): Modified parsing
7929         process.
7930         (wl-address-delete): Renamed from `wl-address-petname-delete';
7931         Modify wl-address-list too.
7932         (wl-address-add-or-change): Renamed from
7933         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7934
7935 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7936
7937         * wl-highlight.el (wl-highlight-summary-current-line):
7938           Work with transient-mark-mode
7939
7940 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * Version number is increased to 2.7.2.
7943
7944         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7945         instead of elmo-dop-queue-method.
7946
7947 2001-08-06  SAITO Atsunori <sai@yedo.com>
7948
7949         * wl-vars.el (wl-ldap-objectclass): New user option.
7950
7951         * wl-address.el (wl-ldap-make-filter): Use it.
7952
7953 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7954
7955         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7956
7957 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7958
7959         * wl-folder.el (wl-folder): redisplay after folder insertion.
7960
7961         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7962
7963         * wl-summary.el (wl-summary-sync-update):
7964         Change status mark only when new-msgdb exists.
7965         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7966
7967 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-summary.el (wl-summary-open-folder): New function.
7970         (wl-summary-goto-folder-subr): Use it.
7971         (wl-summary-mark-as-important): Fix;
7972         Encache only when no cache exists.
7973
7974 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7977         Use with-current-buffer.
7978
7979 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7980
7981         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7982         before call `get-buffer'. Fixed parenthesis.
7983         (wl-score-get-header-entry): Clear message and help window when
7984         keyboard quit.
7985         (wl-score-edit-insert-header): Ditto.
7986
7987 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7990         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7991         (wl-default-draft-cite): Fix.
7992
7993         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7994         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7995
7996 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-message.el (wl-message-prev-page): Do same bahavior
7999         as summary when it is called in the message buffer.
8000         (wl-message-next-page): Ditto.
8001
8002 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8003
8004         * wl-summary.el (wl-summary-forward): Use cache if it is not
8005         section cache.
8006
8007 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8008
8009         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8010         Removed redundant require of elmo-vars.
8011         (wl-biff-state-indicator-on): Changed default value for
8012         xemacs with non-mule environment.
8013
8014         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8015         wl-message-buffer is nil;
8016         Hide progress bar after moving messages.
8017
8018 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8021         message at cursor point is deleted.
8022
8023 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-vars.el: Changed file coding system to euc-japan.
8026         Added -*-coding:-*- magic to the first line.
8027
8028         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8029         Search parent from the first message.
8030
8031         * Version number is increased to 2.7.1.
8032
8033 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8034
8035         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8036
8037 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8040         refile/delete execution.
8041
8042         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8043         Fixed docstring.
8044
8045 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8048         do update process;
8049         Don't update marks when update process is interrupted.
8050
8051 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-summary.el (wl-summary-reply): Fixed problem when
8054         wl-draft-use-frame is non-nil.
8055         (wl-summary-forward): Ditto.
8056
8057         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8058         as nil.
8059         (wl-folder-mark-as-read-all-entity): Ditto.
8060         (wl-folder-prefetch-entity): Ditto.
8061
8062         * wl.el (wl): Check environment before wl-init.
8063
8064         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8065         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8066         instead of wl-summary-collect-unread.
8067         (wl-summary-reply): Split message window.
8068
8069 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8072         only if current language environment is japanese,
8073
8074         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8075         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8076         (wl-folder-goto-folder-subr): Ditto.
8077
8078         * wl-draft.el (wl-draft-dispatch-message): Call
8079         `elmo-file-cache-get-path'.
8080
8081 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * wl-summary.el (wl-summary-cursor-move): If return value of
8084         wl-summary-next-message is not number, don't jump.
8085
8086 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-summary.el (wl-summary-buffer-next-message-function): New
8089         variable.
8090         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8091         if it is bound.
8092
8093         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8094         string.
8095
8096         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8097         (wl-plugged-drawing): Ditto.
8098
8099 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8102         process.
8103         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8104         with unwind-protect.
8105
8106         * wl.el (wl-init): Require mime-setup.
8107         (wl-check-environment): Don't require mime-setup.
8108
8109         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8110         instead of elmo-folder-type.
8111
8112         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8113         value as nil.
8114
8115 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * Version number is increased to 2.7.0.
8118
8119         * wl-version.el (wl-version): Changed codename.
8120
8121         * wl-summary.el (wl-summary-delete-cache): Fixed.
8122
8123         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8124         Workaround for net folders.
8125         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8126
8127         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8128         value to nil (According to the patch from
8129         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8130
8131         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8132         of elmo-folder-close.
8133
8134 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8135
8136         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8137         for postfix.
8138
8139 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-summary.el (wl-summary-resend-message): Fixed.
8142
8143         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8144         Call wl-draft with `from' argument if its address is included in
8145         `wl-user-mail-address-list'.
8146         (wl-draft): Added `from' argument.
8147
8148         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8149         non-nil.
8150         (wl): Don't show demo if wl-demo is nil.
8151
8152         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8153         wl-summary-use-frame.
8154
8155         * wl-vars.el (wl-summary-use-frame): New user option.
8156         (wl-folder-use-frame): Changed docstring.
8157
8158         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8159         non-nil.
8160         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8161         wl-summary-use-frame.
8162
8163         * wl-vars.el (wl-folder-use-frame): New user option.
8164
8165         * wl-summary.el (wl-summary-exit): Back to folder frame if
8166         wl-folder-use-frame is non-nil.
8167         (wl-summary-redisplay-internal): Ignore cache if current folder
8168         is draft folder,
8169         (wl-summary-redisplay-no-mime): Ditto.
8170         (wl-summary-redisplay-all-header): Ditto.
8171
8172         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8173         if wl-folder-use-frame is non-nil.
8174
8175 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-summary.el (wl-summary-sync-update): Bind
8178         elmo-folder-update-threshold.
8179         (wl-summary-mark-as-important): Enclosed server mark processing
8180         with `save-match-data'.
8181
8182         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8183         only when it is already defined.
8184
8185 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8186
8187         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8188         name of folder exclude localdir is wrong.
8189         * wl-folder.el (wl-folder-sync-entity):
8190         Set `wl-summary-always-sticky-folder-list' as nil.
8191         (wl-folder-mark-as-read-all-entity): Ditto.
8192         (wl-folder-prefetch-entity): Ditto.
8193
8194 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8195
8196         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8197         instead of `wl-summary-write-current-newsgroup'.
8198
8199 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8200
8201         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8202         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8203         non-nil and selected message is important, do not display.
8204
8205 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8206
8207         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8208
8209 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8212
8213         * wl-summary.el (wl-summary-mark-as-important): Set message number
8214         using wl-summary-message-number.
8215
8216 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8217
8218         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8219         destination folder is 'null.
8220
8221 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8222
8223         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8224         New function.
8225         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8226         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8227         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8228
8229 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-mime.el (wl-mime-setup): Added setting for
8232         `mime-setup-signature-key-alist' to avoid overriding key bind for
8233         `wl-draft-send'.
8234
8235         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8236         for `wl-draft-send'.
8237         * wl-mule.el (wl-draft-overload-functions): Ditto.
8238         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8239         * wl-draft.el (wl-draft-send): Ditto.
8240
8241         * wl-message.el (wl-message-display-internal):
8242         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8243         (Patch is provided by <kita@coe.nttdata.co.jp>).
8244
8245 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8246
8247         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8248
8249 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8250
8251         * wl.el (wl): Fix for wl-demo.
8252
8253 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8254
8255         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8256
8257 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8258
8259         * wl-folder.el (wl-folder-prefetch-entity): Use
8260         `wl-folder-get-elmo-folder'.
8261         (wl-folder-count-incorporates): Do not use
8262         `wl-folder-get-elmo-folder'.
8263
8264 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8267         instead of `elmo-folder-get-type'.
8268
8269 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8270
8271         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8272         position on Subject: field.
8273         (Advised by Mito <mit@nines.nec.co.jp>)
8274
8275 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8276
8277         * wl-folder.el (wl-folder-prefetch-entity): Use
8278         `wl-folder-get-elmo-folder'.
8279
8280 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8283
8284         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8285         `process-duplicates' slot.
8286
8287         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8288         if detection failed.
8289
8290 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8291
8292         * wl-version.el (wl-version-status): Set to "alpha".
8293
8294 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8295
8296         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8297         Check wl-message-buffer lives before set-buffer.
8298
8299 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8300
8301         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8302         called in folder mode.
8303         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8304         * wl-summary.el (wl-summary-exit-pre-hook): Run
8305         `wl-summary-exit-pre-hook' before exit summary mode.
8306
8307 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8308
8309         * wl-version.el (wl-version-status): New variable.
8310         (wl-version-status-alist): Removed.
8311         (wl-version-status): Rule included.
8312
8313 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8316         @sponichi.
8317
8318         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8319         when `mail-reply-buffer' is buffer-local variable.
8320         (Reported by <kita@coe.nttdata.co.jp>).
8321
8322 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-vars.el (toplevel): Require 'elmo-util.
8325
8326 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8327
8328         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8329         (All other related portions are changed)
8330
8331         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8332
8333         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8334
8335 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8336
8337         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8338
8339 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8342         Delete other windows to avoid an error.
8343         Use `point-marker' instead of `point' to remember the start point
8344         of body.
8345
8346         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8347
8348         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8349         number not to exceed all message number.
8350
8351 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8352
8353         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8354         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8355
8356 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-summary.el (wl-summary-sync-force-update): Added argument
8359         no-check.
8360         (wl-summary-sync-update): Ditto.
8361         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8362         with `no-check'.
8363
8364         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8365         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8366         already running.
8367
8368 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8369
8370         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8371         `dst-folder-arg'.
8372         (wl-expire-archive-number1): Diito.
8373         (wl-expire-archive-number2): Diito.
8374         (wl-expire-archive-Date): Diito.
8375         (wl-archive-number1): Diito.
8376         (wl-archive-number2): Diito.
8377         (wl-archive-date): Diito.
8378         (wl-archive-folder-p): New function.
8379         (wl-summary-expire): Support of expand folder name at
8380         wl-expire-alist.
8381         * wl-util.el (wl-expand-newtext): Renamed from
8382         `wl-refile-expand-newtext'.
8383
8384 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8385
8386         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8387         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8388         `(elmo-msgdb-get-overview msgdb)'.
8389         (wl-summary-prefetch): Bind match data before call
8390         `wl-summay-prefetch-msg'.
8391         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8392         'off if `wl-summary-buffer-disp-msg' is non-nil.
8393         Fixed problem that couldn't show only one new or unread message when
8394         enter folder.
8395         (wl-summary-reply): Don't call `split-window-vertically' and other
8396         window.
8397
8398 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-expire.el (wl-expire-refile): Fixed.
8401
8402 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8405
8406         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8407         biff notification is removed.
8408
8409         * wl.el (wl): Changed position of `elmo-init'.
8410
8411         * wl-draft.el (wl-default-draft-cite): Use date field
8412         on the citation buffer.
8413
8414         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8415
8416         * wl-xmas.el (wl-folder-internal-icon-list): Added
8417         `wl-folder-shimbun-image'.
8418
8419         * wl-e21.el (wl-folder-internal-icon-list): Added
8420         `wl-folder-shimbun-image'.
8421
8422 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl.el (wl-init): Eliminated argument.
8425         (wl): Rewrite.
8426
8427         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8428         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8429         instead of `elmo-folder-msgdb-internal'.
8430         (wl-summary-sync-update): Ditto.
8431         (wl-summary-flush-pending-append-operations): Eliminated.
8432         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8433         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8434         `elmo-folder-open'.
8435
8436         * wl-mime.el (wl-summary-burst): Fixed.
8437
8438         * wl-folder.el (wl-folder-info-save): Check data type.
8439
8440         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8441         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8442         instead of `elmo-folder-msgdb-internal'.
8443         (wl-expire-hide): Ditto.
8444
8445
8446         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8447
8448 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8449
8450         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8451
8452 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8453
8454         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8455
8456 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8457
8458         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8459         Fixed `match-beginning' argument mismatch.
8460
8461 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8462
8463         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8464         the default value.
8465
8466 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8469         instead of `elmo-nntp-default-port'.
8470
8471         * wl-vars.el: Fixed some doc strings.
8472
8473 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8474
8475         * wl-summary.el (wl-summary-prefetch-msg): Use
8476         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8477
8478         * wl-vars.el: Define *-func as obsolete variable using
8479         `elmo-define-obsolete-variable'.
8480
8481         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8482         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8483         instead of `wl-message-buffer-prefetch-threshold'.
8484
8485         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8486
8487         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8488
8489         * wl-draft.el (wl-caesar-region-func): Ditto.
8490
8491         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8492         Keep unread status in elmo-folder-move-messages.
8493         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8494
8495 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8496
8497         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8498         `wl-summary-buffer-exit-func'
8499         (wl-summary-buffer-message-redisplay-function): Renamed from
8500         `wl-summary-buffer-message-redisplay-func'
8501         (wl-summary-buffer-next-folder-function): Renamed from
8502         `wl-summary-buffer-next-folder-func'.
8503         (wl-summary-buffer-prev-folder-function): Renamed from
8504         `wl-summary-buffer-prev-folder-func'.
8505         (wl-summary-get-petname-function): Renamed from
8506         `wl-summary-get-petname-func'.
8507
8508         * wl-score.el (wl-score-edit-exit-function): Renamed from
8509         `wl-score-edit-exit-func'.
8510
8511         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8512         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8513
8514         * wl-util.el (wl-load-profile-function): Renamed from
8515         `wl-load-profile-func'.
8516
8517         * wl-folder.el (wl-folder-completion-function): Renamed from
8518         `wl-folder-completion-func'.
8519         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8520
8521         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8522         `wl-expire-archive-get-folder-func'.
8523         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8524         (wl-draft-send-mail-function): Renamed from
8525         `wl-draft-send-mail-func'.
8526         (wl-draft-send-news-function): Renamed from
8527         `wl-draft-send-news-func'.
8528         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8529         (wl-generate-mailer-string-function): Renamed from
8530         `wl-generate-mailer-string-func'.
8531         (wl-highlight-signature-search-function): Renamed from
8532         `wl-highlight-signature-search-func'.
8533         (wl-highlight-x-face-function): Renamed from
8534         `wl-highlight-x-face-func'
8535         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8536         (wl-ps-print-buffer-function): Renamed from
8537         `wl-ps-print-buffer-func'
8538         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8539         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8540         (wl-summary-subject-filter-function): Renamed from
8541         `wl-summary-subject-filter-func'.
8542
8543         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8544         `wl-draft-queue-flush-send-func'
8545         (wl-draft-cite-function): Renamed from
8546         `wl-draft-cite-func'
8547
8548         * wl-address.el (wl-address-init-function): Renamed from
8549         `wl-address-init-func'.
8550
8551 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8552
8553         * wl-draft.el (wl-draft-queue-flush): Don't call
8554         `elmo-dop-unlock-message'.
8555         * wl-draft.el (wl-draft-queue-append): Don't call
8556         `elmo-dop-lock-message'.
8557
8558         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8559         (wl-summary-buffer-folder-name): Ditto.
8560         (wl-summary-message-regexp): Added '-' (all other related portions
8561         are changed).
8562         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8563         wl-summary-buffer-folder-name.
8564
8565 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8566
8567         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8568         the number of mails in the folder buffer is not updated by wl-biff.
8569
8570 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8571
8572         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8573         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8574
8575 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-summary.el (wl-summary-next-message):
8578         Return next message number when wl-summary-move-order is nil.
8579
8580 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8581
8582         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8583         `wl-summary-move-spec-alist'.
8584         (wl-summary-move-spec-unplugged-alist): New variable
8585         (Move spec for unplugged status).
8586         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8587         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8588
8589 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8590
8591         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8592         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8593
8594 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8595
8596         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8597         simple quotation to quote the anonymous function.
8598         * tm-wl.el (wl-draft-preview-message): Ditto.
8599
8600 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8601
8602         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8603         Eliminate redundant `save-excursion'.
8604         (wl-highlight-summary-current-line): Ditto.
8605
8606         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8607         accessing match data when `looking-at' failed.
8608
8609         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8610         `elmo-match-string' where users don't care about the speed.
8611         (wl-draft-save): Ditto.
8612
8613 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-util.el (wl-regexp-opt): New function.
8616
8617         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8618         number from `wl-summary-buffer-number-list'.
8619         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8620         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8621         (wl-summary-move-spec-alist): Changed default setting.
8622
8623 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8624
8625         * wl-vars.el (wl-biff-notify-hook): New hook.
8626         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8627         the arrival of new mail.
8628         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8629         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8630
8631 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8632
8633         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8634
8635 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8638
8639         * Version number is increased to 2.5.8.
8640
8641         * wl-thread.el (toplevel): require 'cl.
8642         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8643         (wl-thread-make-number-list): New function.
8644         (wl-thread-entity-make-number-list-from-children): Ditto.
8645         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8646         (wl-thread-entity-insert-as-children): Likewise.
8647         (wl-thread-delete-message): Likewise.
8648         (wl-meaning-of-mark): Eliminated.
8649         (wl-thread-next-failure-mark-p): Ditto.
8650         (wl-thread-entity-get-mark): Ditto.
8651         (wl-thread-meaning-alist-get-result): Ditto.
8652         (wl-thread-entity-check-prev-mark): Ditto.
8653         (wl-thread-entity-check-next-mark): Ditto.
8654         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8655         (wl-thread-entity-get-prev-marked-entity): Ditto.
8656         (wl-thread-get-prev-unread): Ditto.
8657         (wl-thread-jump-to-prev-unread): Ditto.
8658         (wl-thread-get-next-unread): Ditto.
8659         (wl-thread-jump-to-next-unread): Ditto.
8660         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8661         (wl-thread-entity-get-next-marked-entity): Ditto.
8662
8663         * wl-summary.el (wl-summary-buffer-number-list):
8664         New bufer-local variable.
8665         (wl-summary-switch-to-clone-buffer): Clone
8666         `wl-summary-buffer-number-list'.
8667         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8668         (wl-summary-cursor-move-regex): Eliminated.
8669         (wl-summary-cursor-up): Rewrite.
8670         (wl-summary-cursor-down): Ditto.
8671         (wl-summary-mode-spec-alist): New variable.
8672         (wl-summary-next-message): New inline function.
8673         (wl-summary-cursor-move): New function.
8674         (wl-summary-default-get-next-msg): Rewrite.
8675         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8676         (wl-summary-rescan): Ditto.
8677         (wl-summary-sync-all-init): Ditto.
8678         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8679         summary is not thread view.
8680         (wl-summary-sync-update): Ditto.
8681         (wl-summary-rescan): Ditto.
8682         (wl-summary-make-number-list): New function.
8683
8684         * wl-draft.el: "FCC" -> "Fcc".
8685
8686 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * wl-highlight.el (wl-highlight-summary-window):
8689         Call `set-buffer-modified-p'.
8690
8691         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8692         (wl): Call `elmo-init' and fix.
8693
8694         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8695         Use new variables.
8696
8697         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8698
8699 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8702
8703 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8704
8705         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8706
8707 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8708
8709         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8710         `wl-use-toolbar' nor `display-graphic-p'.
8711         (wl-e21-setup-message-toolbar): Ditto.
8712         (wl-e21-setup-summary-toolbar): Ditto.
8713         (wl-e21-setup-folder-toolbar): Ditto.
8714
8715         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8716         (wl-plugged-init-icons): Ditto.
8717
8718         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8719         `display-graphic-p'.
8720         (wl-plugged-set-folder-icon): Ditto.
8721         (wl-highlight-plugged-current-line): Ditto.
8722         (wl-highlight-folder-current-line): Ditto.
8723         (wl-e21-highlight-folder-group-line): Ditto.
8724         (wl-e21-setup-toolbar): Ditto.
8725         (wl-e21-display-image-p): New macro.
8726
8727         * wl-demo.el (wl-demo): Simplified.
8728         (wl-demo-image-type-alist): Use `image-type-available-p' for
8729         checking whether the image type `xbm' is available.
8730
8731 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8734         (wl-summary-input-range): Ditto.
8735
8736 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-summary.el (wl-summary-edit-addresses): Use
8739         `wl-summary-get-original-buffer'
8740         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8741         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8742         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8743         (wl-summary-get-newsgroups): Eliminated.
8744         (wl-summary-set-crosspost): Ditto.
8745         (wl-summary-is-crosspost-folder): Ditto.
8746         (wl-crosspost-alist-load): Ditto.
8747         (wl-crosspost-alist-save): Ditto.
8748
8749         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8750         `elmo-setup-subscribed-newsgroups' instead of
8751         `elmo-nntp-make-groups-hashtb'.
8752         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8753         instead of `wl-crosspost-alist-save'.
8754
8755         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8756         of `elmo-folder-message-appendable-p'.
8757         (wl-mime-header-presentation-method): Eliminated.
8758
8759         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8760         (Error occurs in emacs21).
8761
8762         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8763         the current buffer).
8764
8765         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8766         instead of `wl-crosspost-alist-save'.
8767         (wl-init): `elmo-crosspost-message-alist-load'
8768         instead of `wl-crosspost-alist-load'
8769
8770         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8771         (wl-parse-newsgroups): Likewise.
8772         (wl-biff-notify): Run `wl-biff-notify-hook'.
8773
8774 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8777
8778         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8779         when `wl-summary-lazy-highlight' is non-nil.
8780         (wl-summary-goto-folder-subr): Highlight only when
8781         `wl-summary-lazy-highlight' is non-nil.
8782
8783         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8784         Don't display progress and highlight temp-mark when
8785         `wl-summary-lazy-highlight' is non-nil.
8786         (wl-highlight-summary-window): New function.
8787         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8788
8789 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8790
8791         * wl-summary.el (wl-summary-sync): Change `all-visible'
8792         from `all-shown'
8793         (wl-summary-input-range): Ditto.
8794
8795 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8796
8797         * wl-e21.el (wl-highlight-folder-current-line): Call
8798         `wl-folder-init-icons' when folder icons have not been initialized.
8799
8800         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8801
8802         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8803         (wl-demo-image-type-alist): New macro.
8804
8805 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8806
8807         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8808         display does not support graphics.
8809         (wl-plugged-init-icons): Ditto.
8810         (wl-folder-init-icons): Ditto.
8811
8812         * wl-demo.el (wl-demo): Chech closely whether the display
8813         supports graphics.
8814
8815 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-summary.el (wl-summary-get-original-buffer): New function.
8818         (wl-summary-set-crosspost): Use it.
8819         (wl-summary-target-mark-uudecode): Ditto.
8820         (wl-summary-reedit): Ditto.
8821         (wl-summary-resend-bounced-mail): Ditto.
8822         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8823         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8824
8825         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8826         (wl-message-display-internal): Ditto.
8827
8828 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8829
8830         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8831
8832 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8833
8834         * wl-summary.el (wl-summary-save-view): Renamed from
8835         `wl-summary-save-status'.
8836
8837 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8838
8839         * wl-summary.el (wl-summary-sync): Added `all-shown'
8840
8841 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8842
8843         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8844
8845 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8846
8847         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8848
8849 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8850
8851         * wl-highlight.el (wl-highlight-summary-line-string): Use
8852         `zerop' instead of `= 0'.
8853         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8854
8855         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8856         for comparing numbers.
8857         (wl-template-prev): Use `zerop' instead of `eq 0'.
8858
8859         * wl-draft.el (wl-draft-insert-current-message): Use
8860         `with-current-buffer' instead of `save-excursion'.
8861         Use `zerop' instead of `eq 0'.
8862
8863 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8864
8865         * wl-draft.el (wl-draft-insert-ccs): New function.
8866         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8867         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8868
8869 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8872
8873 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-expire.el (wl-expire-refile): Don't call
8876         elmo-msgdb-add-msgs-to-seen-list;
8877         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8878         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8879
8880 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-message.el (wl-message-prev-page): Ignore errors while
8883         scroll-down.
8884
8885 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-mime.el: Use elmo-original-message-mode instead of
8888         mmelmo-original-mode.
8889
8890         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8891         `elmo-folder-get-spec';
8892         (wl-fldmgr-add-completion-all-completions):
8893         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8894
8895         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8896         of `elmo-folder-get-type'.
8897
8898         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8899         `elmo-folder-get-spec';
8900         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8901         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8902         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8903         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8904         `elmo-read-msg-no-cache';
8905         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8906         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8907         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8908         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8909         `elmo-cache-save';
8910         (wl-draft-reedit): Use `elmo-message-file-name'.
8911
8912         * wl-expire.el: Use `elmo-folder-name-internal';
8913         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8914         Use macro `wl-summary-buffer-msgdb' instead of variable
8915         `wl-summary-buffer-msgdb';
8916         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8917         Use macro `wl-summary-buffer-folder-name' instead of variable
8918         `wl-summary-buffer-folder-name'.
8919         * wl-score.el: Likewise.
8920
8921         * wl-message.el: Rewrite for new message buffer cache mechanism.
8922         (wl-message-buffer-cache-buffer-get): New macro.
8923         (wl-message-buffer-cache-folder-get): Ditto.
8924         (wl-message-buffer-cache-message-get): Ditto.
8925         (wl-message-buffer-cache-entry-make): Ditto.
8926         (wl-message-buffer-cache-hit): Ditto.
8927         (wl-message-buffer-cache-sort): New function.
8928         (wl-message-buffer-cache-add): Ditto.
8929         (wl-message-buffer-cache-delete): Ditto.
8930         (wl-message-buffer-cache-clean-up): Ditto.
8931         (wl-message-buffer-window): Rewrite.
8932         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8933         (wl-message-buffer-display): New function.
8934         (wl-message-display-internal): New function.
8935
8936 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-folder.el: Use `elmo-folder-name-internal';
8939         Use `wl-folder-get-elmo-folder';
8940         Use `elmo-folder-list-messages' instead of
8941         `elmo-list-folder';
8942         Use `elmo-folder-get-primitive-list' instead of
8943         `elmo-folder-get-primitive-spec-list';
8944         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8945         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8946         Use `elmo-folder-create' instead of `elmo-create-folder'.
8947         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8948         (wl-folder-get-elmo-folder): New macro.
8949         (wl-folder-elmo-folder-cache-get): Ditto.
8950         (wl-folder-elmo-folder-cache-put): Ditto.
8951         (wl-folder-suspend): Call `elmo-quit'.
8952
8953         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8954         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8955         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8956         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8957         (toplevel): require 'cl.
8958         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8959
8960         * wl-summary.el: Rewrite to use new elmo interface.
8961
8962 \f
8963 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-mime.el (wl-draft-preview-message):
8966         Run `wl-draft-send-hook' before collecting recipients information;
8967         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8968
8969         * tm-wl.el (wl-draft-preview-message): Ditto.
8970
8971 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8972
8973         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8974         wrong recipients are displayed when forwarded message.
8975
8976 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8977
8978         * Version number is increased to 2.5.7.
8979
8980 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8981
8982         * wl-message.el (wl-message-next-page): Bind
8983         `window-pixel-scroll-increment' to nil while scrolling up.
8984
8985 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8986
8987         * wl-vars.el (wl-save-hook): New hook.
8988         * wl.el (wl-save): Call `wl-save-hook'.
8989
8990 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8993         Argument WITH-ARG instead of NO-ARG (negative mean).
8994         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8995         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8996         * wl-message.el (wl-message-follow-current-entity): Likewise.
8997
8998 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8999
9000         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9001         FROM was optional argument.
9002         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9003
9004 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9005
9006         * Version number is increased to 2.5.6.
9007
9008 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9009
9010         * wl-version.el (wl-version-show): Removed.
9011         (wl-version): Add `interactive'.
9012
9013 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9014
9015         * wl-summary.el (wl-summary-get-petname-func): New variable.
9016         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9017         instead of `wl-address-get-petname-1'.
9018         (wl-summary-simple-from): Ditto.
9019
9020         * wl-address.el (wl-address-get-petname-1): Define as function.
9021
9022 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9025         field in the original message.
9026         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9027
9028 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9029
9030         * wl-expire.el (wl-expire-hide):
9031         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9032
9033 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9034
9035         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9036         find decoder for To, Cc, and Subject.
9037
9038 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9039
9040         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9041         for checking `elmo-use-buffer-cache'.
9042         (wl-summary-mark-as-important): Fixed typo in comment.
9043
9044 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9045
9046         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9047         field in the original message.
9048         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9049
9050 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9051
9052         * wl-expire.el (wl-expire-hide):
9053         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9054
9055 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9056
9057         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9058         find decoder for To, Cc, and Subject.
9059
9060 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * Version number is increased to 2.5.5.
9063
9064         * wl-address.el (wl-address-specials-regexp): New constant.
9065         (wl-address-quote-specials): Use it.
9066
9067 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * wl-summary.el (wl-summary-rescan):
9070         Call `wl-summary-buffer-number-column-detect'.
9071         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9072
9073         * wl-message.el (wl-message-mode-map): Define.
9074         (wl-message-decode): Use it as local-map.
9075
9076 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9077
9078         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9079         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9080
9081 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9084
9085         * wl-mule.el (wl-read-event-char): Ditto.
9086
9087         * wl-e21.el (wl-read-event-char): Ditto.
9088
9089         * wl-nemacs.el (wl-read-event-char): Ditto.
9090         (read-event): Removed.
9091
9092         * wl-util.el (toplevel): Removed dummy definition of
9093         `read-event'.
9094         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9095
9096 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9097
9098         * wl-nemacs.el (elmo-archive-call-process): Moved to
9099         elmo-archive.el.
9100
9101 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9102
9103         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9104         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9105
9106         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9107         instead of magic-number 6.  Use `not' instead of `null' for symbol
9108         `nil' check (not empty list).
9109         (wl-draft-insert-x-face-field): Fixed paren style.
9110
9111         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9112         one-branch conditional statement, instead of `and' and `if'.
9113         (wl-draft-forward): Likewise.
9114         (wl-draft-add-references): Likewise.
9115         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9116
9117         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9118         conditional steatment.  Use `cond' instead of `if'.
9119         (wl-draft-confirm): Likewise.
9120
9121 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-version.el (wl-version-show): Use `product-string-1'
9124         instead of `wl-version'.
9125         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9126
9127         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9128
9129 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9130
9131         * wl-highlight.el (wl-highlight-headers): Revert
9132         `wl-highlight-x-face-func' argument (`beg' and `end').
9133
9134 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9135
9136         * wl.el (toplevel): Move `product-provide' declare.
9137         * wl-demo.el (toplevel): Ditto.
9138         * wl-dnd.el (toplevel): Ditto.
9139         * wl-highlight.el (toplevel): Ditto.
9140         * wl-message.el (toplevel): Ditto.
9141         * wl-refile.el (toplevel): Ditto.
9142         * wl-util.el (toplevel): Ditto.
9143
9144 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9147         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9148         (wl-thread-close-all): keep cursor position.
9149
9150 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9151
9152         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9153         (eq x 0).
9154         (wl-generate-user-agent-string-1): Fix conditional statement.
9155
9156 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9157
9158         * wl.el (wl-check-environment): Additional check for
9159         'wl-local-domain' and `wl-message-id-domain'.
9160
9161 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9162
9163         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9164
9165 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9166
9167         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9168         instead of `smtp-sasl-user-realm'.
9169
9170 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9171
9172         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9173
9174 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9175
9176         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9177         to the default value as well as `eword-lexical-analyzer'.
9178
9179 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9180
9181         * wl-version.el (wl-extended-emacs-version,
9182         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9183         `elmo-match-string' instead of `wl-match-string'.
9184
9185 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9186
9187         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9188         docstring.
9189
9190 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9191
9192         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9193
9194 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9195
9196         * wl-highlight.el (wl-highlight-headers): Remove
9197         `wl-highlight-x-face-func' argument (`beg' and `end').
9198
9199 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-summary.el (wl-summary-mark-as-important):
9202         Remove cache if folder is local.
9203
9204 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9205
9206         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9207         to get existing e-mail address string.
9208
9209 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl-version.el (wl-generate-user-agent-string): Commentary.
9212         (wl-generate-user-agent-string-1): Use `when' for
9213         one-branch conditional statement, instead of `and' and `if'.
9214         (wl-extended-emacs-version, wl-extended-emacs-version2,
9215         wl-extended-emacs-version3): Ditto.
9216
9217 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9220         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9221         condition-case; Remove initialization.
9222         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9223         (wl-summary-sync-update3): Added argument `sync-all';
9224         Eliminated local variable `msgdb';
9225         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9226         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9227         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9228
9229 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9230
9231         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9232         connection before call `wl-draft-send-mail-with-smtp'.
9233
9234 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9235
9236         * Version number is increased to 2.5.4.
9237
9238 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9239
9240         * wl.el (wl-check-environment): Additional check for
9241         'wl-local-domain' and `wl-message-id-domain'.
9242
9243 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9244
9245         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9246         buffer as command specific.
9247         (wl-folder-mark-as-read-all-entity): Ditto.
9248         (wl-folder-prefetch-entity): Ditto.
9249         (wl-folder-drop-unsync-entity): Ditto.
9250
9251         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9252         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9253         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9254
9255         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9256         save-excursion.
9257
9258 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9259
9260         * Version number is increased to 2.5.3.
9261
9262         * wl-summary.el (wl-summary-save-view-cache):
9263         Delete duplicated `write-region';
9264         Use `write-region-as-binary' instead of `as-binary-output-file' and
9265         `write-region'.
9266
9267 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9268
9269         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9270
9271 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9272
9273         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9274         instead of `smtp-via-smtp'.
9275
9276 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9277
9278         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9279
9280 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9281
9282         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9283         instead of `smtp-sasl-user-realm'.
9284
9285 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9286
9287         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9288
9289 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9290
9291         * Version number is increased to 2.5.2.
9292
9293 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9294
9295         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9296         does not exist.
9297         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9298         (wl-biff-start): Call `timer-activate' if timer already exists.
9299
9300         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9301         only when it is bound as function.
9302
9303 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * Version number is increased to 2.5.1.
9306
9307 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9310         Print refile/copy destination.
9311
9312 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9315         queue-flush-only is non-nil.
9316
9317         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9318
9319         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9320         checking cache folder.
9321
9322 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9323
9324         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9325         `regexp-quote'.
9326
9327 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9328
9329         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9330         function.
9331         * wl-summary.el (wl-summary-write-current-folder-functions):
9332         Change default value.  Use it.
9333
9334 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9335
9336         * Version number is increased to 2.5.0.
9337
9338         * wl-version.el (wl-version): Changed codename.
9339
9340 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9341
9342         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9343         (wl-summary-supersedes-message): Ditto.
9344
9345 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9346
9347         * wl-refile.el (wl-refile-guess-functions): Renamed from
9348         `wl-refile-guess-func-list'.
9349
9350 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9353         Fixed problem when no rule was matched.
9354
9355 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9356
9357         * wl-summary.el (wl-summary-get-mark): Fixed
9358         `wl-summary-buffer-target-mark' check logic.
9359
9360 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9361
9362         * wl-folder.el (wl-folder-write-current-folder): Added group
9363         folder check.
9364
9365         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9366         `wl-summary-write-current-newsgroup'.
9367         (wl-summary-write-current-folder-functions): New variable.
9368         * wl-folder.el (wl-folder-get-newsgroups): New function.
9369         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9370         (wl-folder-write-current-folder): Renamed from
9371         `wl-folder-write-current-newsgroup'.
9372
9373 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9374
9375         * Version number is increased to 2.3.93.
9376
9377 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9378
9379         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9380         (wl-ldap-make-matched-value-list): Ditto.
9381         (wl-ldap-alias-safe-string): Split e-mail address.
9382
9383         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9384         petname folder default was selected.
9385         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9386         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9387
9388 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9391         to `wl-draft-config-exec'.
9392
9393         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9394         instead of calling `wl-draft-config-exec';
9395         Process group-list and show recipients in minibuffer.
9396
9397         * tm-wl.el (wl-draft-preview-message): Ditto.
9398
9399 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9400
9401         * wl.el (toplevel): Added (C) to copyright notice, and
9402         sync Author header.
9403         * tm-wl.el (toplevel): Ditto.
9404         * wl-address.el (toplevel): Ditto.
9405         * wl-demo.el (toplevel): Ditto.
9406         * wl-dnd.el (toplevel): Ditto.
9407         * wl-draft.el (toplevel): Ditto.
9408         * wl-e21.el (toplevel): Ditto.
9409         * wl-expire.el (toplevel): Ditto.
9410         * wl-folder.el (toplevel): Ditto.
9411         * wl-highlight.el (toplevel): Ditto.
9412         * wl-message.el (toplevel): Ditto.
9413         * wl-mime.el (toplevel): Ditto.
9414         * wl-mule.el (toplevel): Ditto.
9415         * wl-nemacs.el (toplevel): Ditto.
9416         * wl-refile.el (toplevel): Ditto.
9417         * wl-score.el (toplevel): Ditto.
9418         * wl-summary.el (toplevel): Ditto.
9419         * wl-template.el (toplevel): Ditto.
9420         * wl-thread.el (toplevel): Ditto.
9421         * wl-util.el (toplevel): Ditto.
9422         * wl-vars.el (toplevel): Ditto.
9423         * wl-xmas.el (toplevel): Ditto.
9424
9425 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9426
9427         * wl.el (wl-init): Added comment about `wl-init-hook'.
9428         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9429         * wl-vars.el (wl-init-hook): Added docs.
9430         (wl-make-plugged-hook): Removed useless docs.
9431         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9432         * wl-xmas.el (toplevel): Ditto.
9433
9434 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9435
9436         * wl-address.el (toplevel): Fixed multiple Author header format.
9437         * wl-demo.el (toplevel): Ditto.
9438         * wl-draft.el (toplevel): Ditto.
9439         * wl-folder.el (toplevel): Ditto.
9440         * wl-summary.el (toplevel): Ditto.
9441         * wl-thread.el (toplevel): Ditto.
9442         * wl-util.el (toplevel): Ditto.
9443         * wl-vars.el (toplevel): Ditto.
9444         * wl-version.el (toplevel): Ditto.
9445         * wl-xmas.el (toplevel): Ditto.
9446         * wl.el (toplevel): Ditto.
9447
9448         * wl-version.el (toplevel): Added require `elmo-version' for
9449         `product-version-as-string'.
9450
9451 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9452
9453         * wl-vars.el (wl-draft-send-hook): Changed default value to
9454         '(wl-draft-config-exec).
9455
9456         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9457         explicitly.
9458         (wl-draft): Set `wl-draft-config-exec-flag' before running
9459         `wl-mail-setup-hook'.
9460
9461         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9462         `wl-biff-init-icons' to `wl-init-hook' instead of
9463         `wl-make-plugged-hook'.
9464         (Because if `wl-draft' command is invoked at first,
9465         they are not initialized)
9466         Updated copyright notice.
9467
9468         * wl-e21.el (toplevel): Ditto;
9469
9470         * wl-demo.el (toplevel): Updated copyright notice.
9471         * wl-address.el (toplevel): Ditto.
9472         * wl-draft.el (toplevel): Ditto.
9473         * wl-version.el (toplevel): Ditto.
9474         * wl-folder.el (toplevel): Ditto.
9475         * wl-summary.el (toplevel): Ditto.
9476         * wl-thread.el (toplevel): Ditto.
9477         * wl-util.el (toplevel): Ditto.
9478         * wl-vars.el (toplevel): Ditto.
9479         * wl.el (toplevel): Ditto.
9480
9481 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9482
9483         * wl-highlight.el (wl-highlight-message): Fixed problem of
9484         highlighting failure which occured when the last field contains
9485         multiple lines in the draft buffer.
9486
9487         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9488         `wl-biff-start' if plugged.
9489
9490         * wl-util.el (wl-biff-check-folder): New function.
9491         (wl-biff-check-folders): Don't set session name prefix.
9492         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9493         (wl-biff-check-folder-async): Ditto.
9494
9495         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9496         in email address.
9497
9498 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9499
9500         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9501
9502         * wl-draft.el (wl-draft-strip-subject-re): New function.
9503
9504         * wl-draft.el (wl-draft-reply): Use it.
9505
9506 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9507
9508         * wl-message.el (wl-mmelmo-message-redisplay): Use
9509         `mime-display-message' instead of `wl-mime-display-message'.
9510
9511         * wl-mime.el (toplevel): Removed compatibility workaround
9512         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9513         (wl-mime-display-message): Abolished.
9514         (wl-mime-entity-read-field): Ditto.
9515         (wl-mime-combine-message/partial-pieces): Use
9516         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9517
9518 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9519
9520         * wl-template.el: Doc fixes.
9521
9522 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9523
9524         * wl-e21.el (wl-message-overload-functions): Do nothing if
9525         `current-local-map' is not available.
9526         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9527
9528 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9529
9530         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9531         representation.
9532
9533         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9534         number.
9535         (wl-fldmgr-save-folders): Don't use `format' when insert
9536         `wl-fldmgr-folders-header'.
9537
9538 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9539
9540         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9541
9542 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * wl-highlight.el (wl-highlight-message):
9545         Use `std11-field-end' to detect end point of the header field.
9546         Refer `wl-highlight-max-header-size'.
9547
9548         * wl-vars.el (wl-highlight-max-header-size): New variable.
9549
9550         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9551
9552         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9553         Set `for-draft' argument of wl-highlight-headers.
9554         (wl-draft): Ditto.
9555         (wl-draft-reedit): Ditto.
9556         (wl-user-agent-compose-internal): Ditto.
9557
9558 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9559
9560         * wl-message.el (wl-message-add-button): Use overlay.
9561
9562 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9565
9566         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9567         problem when group-list content is nothing.
9568         (Reported by Mito <mit@nines.nec.co.jp>)
9569
9570 2000-10-18  SAITO Atsunori <sai@yedo.com>
9571
9572         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9573
9574 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9575
9576         * tm-wl.el (toplevel): Use product-provide.
9577
9578 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9579
9580         * Version number is increased to 2.3.92.
9581
9582 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9583
9584         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9585         title text, use `display' property for left margin under Emacs 21.
9586
9587         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9588         properties.
9589         (wl-plugged-init-icons): Ditto.
9590
9591 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9592
9593         * wl.el (wl-save-status, wl-init): Remove last period in
9594         "...done." message.
9595         * tm-wl.el (wl-summary-burst): Ditto.
9596         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9597         wl-summary-resume-cache-status,
9598         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9599         wl-summary-sync-update3, wl-summary-highlight-msgs,
9600         wl-summary-flush-pending-append-operations,
9601         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9602         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9603         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9604         wl-thread-open-all): Ditto.
9605         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9606         * wl-mime.el (wl-summary-burst): Ditto.
9607         * wl-highlight.el (wl-highlight-summary): Ditto.
9608         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9609         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9610         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9611         * wl-address.el (wl-local-address-init): Ditto.
9612
9613 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9614
9615         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9616         `add-text-properties'.
9617         (wl-plugged-init-icons): Ditto.
9618         (wl-folder-init-icons): Use `propertize' instead of
9619         `put-text-property'.
9620         (wl-plugged-set-folder-icon): Ditto.
9621         (wl-e21-highlight-folder-group-line): Ditto.
9622
9623 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9624
9625         * wl-version.el (wl-version-status-alist): New variable.
9626         (wl-version-status): New function.
9627
9628         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9629         "Cc" part of the case "Reply-To".
9630
9631         * wl-draft.el (wl-draft-reply): Use result of
9632         `eword-extract-address-components'.
9633
9634         * wl-demo.el (wl-demo-icon-name): New constant.
9635         (wl-logo-xpm): Use it.
9636         (wl-logo-xbm): Ditto.
9637         (wl-logo-bitmap): Ditto.
9638
9639         * Version number is increased to 2.3.91.
9640
9641 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9642
9643         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9644         (wl-extended-emacs-version, wl-extended-emacs-version2,
9645         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9646         docstring.
9647
9648         * wl-version.el (wl-generate-user-agent-string-1): New function.
9649         (wl-generate-user-agent-string): Use it.
9650
9651         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9652         `mime-edit-insert-user-agent-field'.
9653         (wl-generate-user-agent-string): Check
9654         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9655
9656         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9657         instead of `if', when verbose case.
9658
9659 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9660
9661         * wl-expire.el (wl-summary-expire): Fix.
9662
9663 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9664
9665         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9666         and `elmo-lost+found-folder' if 'wl-draft.
9667         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9668
9669 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9670
9671         * wl-expire.el (wl-summary-expire): Change messages.
9672         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9673         `deleing-info' instead of "Deleting..."
9674
9675 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9676
9677         * wl-summary.el (wl-summary-refile-subr): Fix.
9678
9679 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9680
9681         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9682         if pipe folder.
9683
9684 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9685
9686         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9687
9688 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9689
9690         * wl-expire.el (wl-expire-hide): New function.
9691         (wl-summary-expire): Add `hide'.
9692
9693 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9694
9695         * wl-vars.el (wl-draft-reply-without-argument-list):
9696         Changed default value to consider `Reply-To:'.
9697         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9698
9699         * Version number is increased to 2.3.90.
9700
9701         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9702         elmo-imap4-get-session with unwind-protect.
9703         Don't cause error.
9704         (wl-summary-sync-marks): Don't check plugged nor folder type.
9705         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9706         (Always keep current buffer).
9707
9708 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9709
9710         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9711         Enclose with `save-excursion'.
9712
9713 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9714
9715         * wl-version.el (wl-version): Remove interactive.
9716
9717 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9718
9719         * wl-version.el (wl-generate-user-agent-string): Use
9720         `product-string-verbose' instead of `product-string-1'.
9721
9722 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9723
9724         * wl-vars.el (wl-draft-use-cache): New variable.
9725         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9726         if wl-draft-use-cache is non-nil.
9727
9728 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9729
9730         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9731         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9732
9733 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9734
9735         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9736         (wl-thread-msg-mark-as-unread): Ditto.
9737
9738         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9739         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9740         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9741         Don't set mark in summary if return value of `elmo-mark-as-read'
9742         is nil.
9743         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9744         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9745         instead of `wl-thread-msg-mark-as-read'.
9746         (wl-summary-mark-as-unread-region): Ditto.
9747         (wl-summary-target-mark-mark-as-read): Ditto.
9748
9749         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9750
9751 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9752
9753         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9754
9755         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9756
9757 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9758
9759         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9760         face.
9761
9762 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9763
9764         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9765         `running-xemacs'.
9766
9767 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9768
9769         * wl-version.el (toplevel): Use `product-version-as-string' for
9770         set verstion-string, if defined.
9771
9772         * wl-version.el (wl-version-show): Insert string at point, when
9773         call with argument.
9774
9775         * wl-version.el (wl-generate-user-agent-string): Use
9776         `product-string-1' instead of `wl-appname', `wl-version' and
9777         `wl-codename'.
9778
9779 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9780
9781         * wl-address.el (toplevel): Use product-provide.
9782         * wl-demo.el (toplevel): Ditto.
9783         * wl-dnd.el (toplevel): Ditto.
9784         * wl-draft.el (toplevel): Ditto.
9785         * wl-e21.el (toplevel): Ditto.
9786         * wl-expire.el (toplevel): Ditto.
9787         * wl-fldmgr.el (toplevel): Ditto.
9788         * wl-folder.el (toplevel): Ditto.
9789         * wl-highlight.el (toplevel): Ditto.
9790         * wl-message.el (toplevel): Ditto.
9791         * wl-mime.el (toplevel): Ditto.
9792         * wl-mule.el (toplevel): Ditto.
9793         * wl-nemacs.el (toplevel): Ditto.
9794         * wl-refile.el (toplevel): Ditto.
9795         * wl-score.el (toplevel): Ditto.
9796         * wl-summary.el (toplevel): Ditto.
9797         * wl-template.el (toplevel): Ditto.
9798         * wl-thread.el (toplevel): Ditto.
9799         * wl-util.el (toplevel): Ditto.
9800         * wl-vars.el (toplevel): Ditto.
9801         * wl-xmas.el (toplevel): Ditto.
9802         * wl.el (toplevel): Ditto.
9803
9804 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9805
9806         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9807         instead of product.
9808
9809         * wl-version.el (wl-version): Compile time evalution elmo-version.
9810
9811 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9812
9813         * wl-summary.el (wl-summary-sync-force-update): Append queue
9814         `mark-as-read'if unplugged.
9815
9816 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9817
9818         * wl-version.el: New file.  Use product.el.
9819         * wl.el: add (require 'wl-version).
9820         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9821         for ~/.folders header.
9822         (wl-fldmgr-folders-header): Changed.
9823         * wl-demo.el (wl-demo): Use product.el.
9824
9825         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9826         wl-version.el.
9827         * wl-util.el (wl-version, wl-version-show): Ditto.
9828
9829         * wl-util.el (wl-generate-user-agent-string,
9830         wl-extended-emacs-version, wl-extended-emacs-version2,
9831         wl-extended-emacs-version3): Move to wl-version.el.
9832         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9833         xemacs-codename, mime-edit-insert-user-agent-field,
9834         mime-edit-user-agent-value, mime-editor/version,
9835         mime-editor/codename): Compile warning killer move to
9836         wl-version.el
9837
9838 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9839
9840         * wl-summary.el (wl-summary-refile-subr): Fix.
9841
9842 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9843
9844         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9845         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9846
9847 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9848
9849         * wl.el (wl-check-environment): Check too many `@'.
9850
9851 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9852
9853         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9854
9855 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9856
9857         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9858         wl-draft-reply-myself-without-argument-list): Add variables.
9859         * wl-draft.el (wl-draft-reply): Use it.
9860
9861 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9862
9863         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9864         the 5th argument of `elmo-network-get-spec'.
9865
9866         * wl-thread.el (wl-thread-reparent-children): New inline function.
9867         (wl-thread-delete-message): Use it.
9868
9869         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9870         (wl-summary-score-update-all-lines): Don't use `dolist'.
9871
9872 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9873
9874         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9875         (require 'elmo-msgdb) for inline function.
9876
9877 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9878
9879         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9880
9881 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9882
9883         * wl-score.el (wl-score-headers): Fix for the confusing macro
9884         `elmo-kill-buffer'.
9885
9886 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9887
9888         * wl-summary.el: Don't use the 3rd argument of `require' because
9889         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9890         * wl-util.el: Ditto.
9891         * wl-draft.el: Ditto.
9892
9893 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9894
9895         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9896         window system is not used.
9897
9898 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9899
9900         * wl-thread.el: Don't use `mapcar' only for iteration.
9901         (wl-thread-resume-entity): Ditto.
9902         (wl-thread-delete-message): Ditto.
9903
9904         * wl-summary.el: Bind `dragdrop-drop-functions',
9905         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9906         of `require' for `timezone', `easymenu' and `ps-print';
9907         don't use `mapcar' only for iteration.
9908
9909         * wl-util.el: Bind `mule-version', `nemacs-version',
9910         `emacs-beta-version', `xemacs-codename',
9911         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9912         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9913         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9914         only for iteration.
9915
9916         * wl-score.el: Don't use `mapcar' only for iteration.
9917         (wl-score-simplify-buffer-fuzzy): Ditto.
9918         (wl-score-simplify-subject): Ditto.
9919         (wl-score-headers): Ditto.
9920         (wl-summary-score-update-all-lines): Ditto.
9921
9922         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9923         `enable-multibyte-characters' and `mule-version'.
9924
9925         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9926         `mapcar' only for iteration.
9927
9928         * wl-demo.el: Don't use `mapcar' only for iteration.
9929
9930         * wl-folder.el: Don't use `mapcar' only for iteration.
9931         (wl-folder-open-all): Ditto.
9932         (wl-folder-count-incorporates): Ditto.
9933
9934         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9935         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9936
9937         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9938         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9939         `smtp-connection-type'; specify 3rd argument of `require' for
9940         `timezone'; don't use `mapcar' only for iteration.
9941         (wl-draft-clone-local-variables): Don't use `mapcar'.
9942         (wl-draft-generate-clone-buffer): Ditto.
9943         (wl-user-agent-compose-internal): Ditto.
9944
9945         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9946
9947         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9948         (wl-save-status): Ditto.
9949
9950         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9951         for iteration.
9952
9953 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9954
9955         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9956         removed `Date'.
9957         (wl-fldmgr-make-filter-default): New user option.
9958
9959         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9960         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9961         (wl-fldmgr-filter-completion-alist): Abolish.
9962
9963         * wl.el (wl): Don't check servers if arg is non-nil.
9964
9965         * wl-draft.el (wl-draft-reply): Set only message-id string to
9966         In-Reply-To field.
9967
9968 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9969
9970         * wl-summary.el (wl-summary-pick): Rewrite.
9971
9972         * wl-draft.el (wl-draft-forward): Get references field from
9973         original buffer.
9974         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9975
9976 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9977
9978         * wl-draft.el (wl-draft-forward): Add references field.
9979
9980 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9981
9982         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9983         (wl-draft-reply): Use it.
9984
9985 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9986
9987         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9988         when Emacs 21 is running.
9989
9990         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9991         bindings.
9992
9993 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9994
9995         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9996         XPM icons transparent.
9997
9998         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9999         Emacs 21.
10000
10001 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10002
10003         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10004         nil.
10005
10006         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10007         when it is persistent.
10008         (wl-summary-sync-marks): Changed argument for
10009         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10010         (wl-summary-virtual): Use `elmo-read-search-condition'.
10011         (wl-summary-redisplay-internal): If folder is local, mark as read
10012         even when folder is plugged.
10013
10014 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10015
10016         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10017         of `tool-bar-lines' in the frame parameters.
10018         (after-make-frame-functions, post-command-hook): Don't modify the
10019         value.
10020         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10021         wl-e21-tool-bar-lines): Removed.
10022
10023 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10024
10025         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10026         properties `evaporate' and `wl-momentary-overlay' as well.
10027         (wl-highlight-summary-displaying): Ditto.
10028         (wl-delete-all-overlays): Don't delete overlay which does not have
10029         a property `wl-momentary-overlay'.
10030
10031         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10032         `display-mouse-p' and `display-graphic-p'.
10033         (wl-folder-init-icons): Don't search for XBM or the other files.
10034         (wl-plugged-set-folder-icon): Make icons if and only if
10035         `display-graphic-p' returns non-nil.
10036         (wl-highlight-plugged-current-line): Use `before-string' overlay
10037         property to show icon images.
10038         (wl-highlight-folder-current-line): Ditto.
10039         (wl-e21-highlight-folder-group-line): Ditto.
10040         (wl-e21-highlight-folder-by-numbers): Ditto.
10041         (wl-e21-insert-image): Removed.
10042         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10043         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10044         said.
10045         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10046         `wl-e21-force-switch-toolbar'.
10047         (wl-e21-make-icon-image): Removed.
10048         (wl-e21-setup-toolbar): Don't search for XBM files.
10049         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10050         the default value.
10051
10052 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10053
10054         * wl-util.el (wl-biff-check-folder-async): Set
10055         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10056
10057 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10058
10059         * wl-e21.el (after-make-frame-functions): Add
10060         `wl-e21-force-switch-toolbar'.
10061         (wl-e21-force-switch-toolbar): New function force to switch the
10062         toolbar appearance automatically.
10063         (post-command-hook): Add `wl-e21-switch-toolbar'.
10064         (wl-e21-switch-toolbar): New function to switch the toolbar
10065         appearance automatically.
10066         (wl-e21-tool-bar-lines): New buffer local variable.
10067
10068 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10069
10070         * wl-util.el (wl-biff-check-folders-running): New variable.
10071         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10072         (wl-biff-check-folder-async-callback):
10073         Set `wl-biff-check-folders-running'.
10074         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10075         with unwind-protect.
10076
10077         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10078         Enclose `wl-folder-auto-check' with unwind-protect.
10079
10080         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10081         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10082
10083         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10084
10085         * wl-util.el (wl-biff-notify): New inline function.
10086         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10087         locally.
10088         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10089         folder-list' is 1.
10090         Use `wl-biff-notify'.
10091         (wl-biff-check-folder-async-callback): New function.
10092         (wl-biff-check-folder-async): Ditto.
10093
10094         * wl-folder.el (wl-folder): Don't check folders.
10095         (wl-folder-auto-check): New function.
10096
10097 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10098
10099         * wl-util.el (wl-biff-start) [Emacs19+]:
10100         Use `timer-next-integral-multiple-of-time'.
10101         (wl-biff-check-folders): Use `wl-default-folder'
10102         if `wl-biff-check-folder-list' is nil.
10103
10104 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10105
10106         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10107         instead of `elmo-delete-lists'.
10108
10109 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10110
10111         * wl.el (wl-plugged-toggle-all): Set the value of
10112         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10113         (wl-plugged-toggle): Ditto.
10114         (wl-toggle-plugged): Ditto.
10115         (wl-plugged-init): Ditto.
10116
10117         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10118         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10119         instead of `wl-biff-state-indicator-off' and
10120         `wl-biff-state-indicator-on'; don't modify the value and the type
10121         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10122         (wl-plugged-init-icons): Set icons data to
10123         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10124         instead of `wl-plug-state-indicator-off' and
10125         `wl-plug-state-indicator-on'; don't modify the value and the type
10126         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10127
10128         * wl-vars.el (wl-modeline-biff-state-off,
10129         wl-modeline-biff-state-on, wl-modeline-biff-status,
10130         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10131         wl-modeline-plug-status): New internal variables.
10132         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10133         wl-biff-check-interval, wl-biff-check-folder-list): Change
10134         customization group from `wl-folder' to `wl-highlight'.
10135         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10136         wl-show-plug-status-on-modeline): Defcustomized.
10137
10138         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10139         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10140         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10141         a flag to `mode-line-buffer-identification'.
10142
10143         * wl-e21.el (wl-biff-init-icons): Set icons data to
10144         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10145         instead of `wl-biff-state-indicator-off' and
10146         `wl-biff-state-indicator-on'.
10147         (wl-plugged-init-icons): Set icons data to
10148         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10149         instead of `wl-plug-state-indicator-off' and
10150         `wl-plug-state-indicator-on'.
10151
10152 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10153
10154         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10155         excessive titles.
10156
10157 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10158
10159         * wl.el (wl-plugged-mode): Use revised
10160         `wl-mode-line-buffer-identification'.
10161         (wl-plugged-init): Don't use `force-mode-line-update'.
10162
10163         * wl-xmas.el (wl-draft-overload-functions): Use revised
10164         `wl-mode-line-buffer-identification'.
10165         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10166         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10167         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10168         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10169         `wl-make-plugged-hook';
10170         add `wl-folder-init-icons' and `wl-setup-folder' to
10171         `wl-folder-mode-hook'.
10172
10173         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10174         19 as well.
10175         (wl-mode-line-display-priority-list): New user option.
10176         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10177         Defcustomized.
10178         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10179         Add docs.
10180
10181         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10182         start.
10183         (wl-mode-line-buffer-identification): Revised as a function.
10184
10185         * wl-summary.el (wl-summary-mode): Use revised
10186         `wl-mode-line-buffer-identification'; don't call
10187         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10188         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10189         `wl-xmas-setup-summary'.
10190
10191         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10192         `wl-mode-line-buffer-identification'.
10193
10194         * wl-mule.el (wl-draft-overload-functions): Use revised
10195         `wl-mode-line-buffer-identification'.
10196
10197         * wl-folder.el (wl-make-plugged-alist): Don't call
10198         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10199         (wl-folder): Don't call `wl-folder-init-icons' directly.
10200         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10201         `wl-xmas-setup-folder' directly;
10202         use revised `wl-mode-line-buffer-identification'.
10203         (TopLevel): Don't bind `wl-biff-init-icons',
10204         `wl-plugged-init-icons', `wl-folder-init-icons',
10205         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10206
10207         * wl-e21.el (wl-draft-overload-functions): Use revised
10208         `wl-mode-line-buffer-identification'.
10209         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10210         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10211         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10212         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10213         `wl-make-plugged-hook';
10214         add `wl-folder-init-icons' and `wl-setup-folder' to
10215         `wl-folder-mode-hook'.
10216
10217 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10218             Katsumi Yamaoka    <yamaoka@jpl.org>
10219
10220         * wl.el (wl): Call `wl-biff-start'.
10221         (wl-exit): Call `wl-biff-stop'.
10222         (wl-plugged-mode): Show biff in modeline.
10223         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10224
10225         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10226         (wl-biff-init-icons): New function.
10227         (wl-plugged-init-icons): Don't make too much keymaps.
10228         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10229
10230         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10231         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10232         variables.
10233         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10234         options.
10235
10236         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10237         wl-biff-start, wl-biff-stop): New functions.
10238         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10239         (wl-biff-timer-name): New variable.
10240
10241         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10242
10243         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10244         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10245
10246         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10247         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10248
10249         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10250         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10251         `wl-folder-init-icons' to `ignore' if they are not available.
10252         (wl-folder-mode): Show biff in modeline.
10253
10254         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10255         (wl-biff-init-icons): New function.
10256         (wl-plugged-init-icons): Don't make too much keymaps.
10257         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10258
10259 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10260
10261         * wl-vars.el (wl-strict-diff-folders): Customization Type
10262         and doc fix.  Define as a list of regular expressions for
10263         folders or nil.
10264         * wl-folder.el (wl-folder-check-one-entity): Use
10265         `wl-string-match-member' instead of `wl-string-member' for
10266         `wl-strict-diff-folders'.
10267
10268 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10269
10270         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10271         (wl-highlight-folder-current-line): Use it; new implementation.
10272         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10273         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10274         `defsubst' instead of `defun'.
10275
10276         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10277         `wl-highlight-group-folder-by-numbers'; made it can also be a
10278         number.  See info for more details.
10279
10280         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10281         running.
10282
10283         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10284         to bind them.
10285
10286         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10287         (wl-highlight-folder-current-line): New implementation.
10288
10289         * wl-highlight.el (wl-highlight-folder-group-line): New
10290         implementation.
10291         (wl-delete-all-overlays): Rewrite as a marco.
10292         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10293
10294         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10295         running.
10296         (wl-folder-*-glyph): No need to bind them.
10297
10298         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10299         `wl-e21-highlight-folder-group-icon'; rewrite.
10300         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10301         `defsubst' instead of `defun'.
10302         (wl-folder-mode-map): Bind it when compiling.
10303
10304 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10305
10306         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10307
10308         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10309
10310 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10311
10312         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10313
10314 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10315
10316         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10317         (wl-highlight-folder-current-line): Use it.
10318
10319         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10320         in `id-name'.
10321
10322 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10323
10324         * wl.el: Require `wl-e21' when Emacs 21 is running.
10325
10326         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10327         default when Emacs 21 is running.
10328         (wl-use-highlight-mouse-line): Ditto.
10329         (wl-on-emacs21): New constant.
10330         (wl-on-emacs20): Removed.
10331
10332         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10333         Emacs 21 is running.
10334
10335         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10336         Emacs 21 is running.
10337
10338         * wl-e21.el: New file.
10339
10340 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10341
10342         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10343         (wl-toggle-plugged): Ditto.
10344         (wl-plugged-toggle): Ditto.
10345         (wl-plugged-toggle-all): Ditto.
10346
10347         * wl-vars.el (wl-plug-state-indicator): Refer
10348         `wl-plug-state-indicator-on' indirectly.
10349
10350 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10351
10352         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10353         Call `wl-folder-confirm-existence'.
10354
10355         * wl-folder.el (wl-folder-confirm-existence): Added optional
10356         argument `force'.
10357
10358 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10359
10360         * wl-summary.el (wl-summary-refile-subr): Assume
10361         `copy-or-refile' as symbol.
10362         (wl-summary-refile): Follow up above change.
10363         (wl-summary-copy): Ditto.  Doc fix.
10364
10365 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10366
10367         * wl-summary.el (wl-summary-pick): Don't bind
10368         `elmo-search-mime-charset'.
10369
10370         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10371         default using old backquote style.
10372         (wl-search-mime-charset): Abolished.
10373
10374         * wl-highlight.el (wl-highlight-headers):
10375         Call `point' after `re-search-forward'(for Nemacs).
10376
10377         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10378         for elmo-imap4.el.
10379
10380 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10381
10382         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10383         `wl-message-ignored-field-list' instead of
10384         `mime-view-ignored-field-list'.
10385
10386         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10387         Add interactive spec.
10388         (wl-folder-goto-bottom-of-current-folder): Ditto.
10389         (wl-folder-mode-map): Bind them.
10390
10391         * wl-vars.el (wl-message-ignored-field-list): New variable.
10392         (wl-message-visible-field-list): New variable.
10393
10394         * wl-mime.el (wl-mime-header-presentation-method): New function.
10395         (wl-mime-setup): Set header-presentation-method.
10396
10397 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10398
10399         * wl-nemacs.el (wl-draft-overload-functions): Set
10400         `mode-line-buffer-identification' instead of using
10401         `wl-make-modeline'.
10402
10403         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10404         instead of using `wl-make-modeline'.
10405
10406         * wl-xmas.el (wl-plugged-init-icons): Set up
10407         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10408         (wl-make-modeline): Abolish.
10409         (wl-draft-overload-functions): Set
10410         `mode-line-buffer-identification' instead of using
10411         `wl-make-modeline'.
10412
10413         * wl-util.el (wl-make-modeline-subr): Abolish.
10414         (wl-mode-line-buffer-identification): New alias.
10415
10416         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10417         (wl-summary-make-modeline): Abolish.
10418         (wl-summary-buffer-set-folder): Set
10419         `wl-summary-buffer-folder-indicator'.
10420         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10421         of using `wl-make-modeline'.
10422         (wl-summary-switch-to-clone-buffer): Don't set
10423         `mode-line-buffer-identification'.
10424         (wl-summary-goto-folder-subr): Ditto.
10425
10426         * wl-mule.el (wl-draft-overload-functions): Set
10427         `mode-line-buffer-identification' instead of using
10428         `wl-make-modeline'.
10429
10430         * wl-folder.el (wl-folder-mode): Set
10431         `mode-line-buffer-identification' instead of using
10432         `wl-make-modeline'.
10433         (wl-folder): Don't set `mode-line-buffer-identification'.
10434
10435 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10436
10437         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10438         instead of `member' for `wl-refile-guess-func-list' look-ups.
10439         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10440
10441 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10442
10443         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10444         `wl-message-button-dispatcher'.
10445
10446         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10447
10448         * wl-message.el (wl-message-button-dispatcher): Use it.
10449
10450         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10451         "In-Reply-To".
10452
10453         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10454         Bind `case-fold-search' to t.
10455
10456 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10457
10458         * wl-xmas.el (wl-message-overload-functions): Initialize
10459         `wl-message-button-map'.
10460
10461         * wl-mule.el (wl-message-overload-functions): Initialize
10462         `wl-message-button-map'.
10463
10464         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10465
10466         * wl-message.el (wl-message-button-map): New keymap.
10467         (wl-message-add-button): New function.
10468         (wl-message-button-dispatcher): New function.
10469         (wl-message-button-refer-article): New function.
10470
10471         * wl-highlight.el
10472         (wl-highlight-message-add-buttons-to-header): New function.
10473         (wl-highlight-headers): Use it.
10474
10475 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10476
10477         * wl-summary.el (wl-summary-default-from): Use
10478         `wl-address-get-petname-1'.
10479         (wl-summary-simple-from): Ditto.
10480
10481         * wl-address.el (wl-address-get-petname-1): New inline function.
10482         (wl-address-get-petname): Use it.
10483
10484 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10485
10486         * wl-summary.el (wl-summary-default-from): Return full-name part
10487         from the address if no petname was found.
10488         (wl-summary-simple-from): Ditto.
10489
10490         * wl-address.el (wl-address-get-petname): Return nil if no petname
10491         associated with the address was found.
10492
10493 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10494
10495         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10496         display is finished.
10497
10498 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10499
10500         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10501         `elmo-folder-exists-p' argument.
10502
10503 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10504
10505         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10506         the folder.
10507
10508 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10509
10510         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10511
10512         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10513         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10514
10515 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10516
10517         * wl-folder.el (wl-folder-create-subr): New function.
10518         (wl-folder-confirm-existence): Use it.
10519         (wl-folder-check-one-entity): Use it.
10520         Check the error symbol is derived from 'elmo-open-error.
10521
10522         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10523         `ignore-error'.
10524
10525 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10526
10527         * wl-util.el (toplevel): Add (eval-when-compile (require
10528         'elmo-util)).  (Maybe `provide' is typo.)
10529
10530 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10531
10532         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10533         (I don't know why this was needed.)
10534
10535         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10536         Follow up changes for stream-type.
10537
10538         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10539         (wl-draft-elmo-nntp-send): Ditto.
10540
10541         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10542         (wl-nntp-posting-stream-type): Ditto.
10543         (wl-pop-before-smtp-ssl): Abolished.
10544         (wl-nntp-posting-ssl): Ditto.
10545
10546         * wl-address.el (wl-address-quote-specials): New function.
10547         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10548
10549         * wl-draft.el (wl-draft-reply): Ditto.
10550
10551 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10552
10553         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10554         use function `wl-string-match-assoc'.
10555
10556 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10557
10558         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10559
10560         * wl-draft.el (wl-draft-deduce-address-list): New function.
10561         (wl-draft-parse-mailbox-list): Ditto.
10562         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10563         instead of `smtp-deduce-address-list'.
10564         (wl-draft-on-field-p): Follow group list.
10565
10566         * wl-address.el (wl-address-concat-token): New function.
10567         (wl-address-string-without-group-list-contents): Ditto.
10568         (wl-complete-field-body): Fixed problem of completion
10569         by japanese petname.
10570         (wl-address-make-completion-list): Rewrite.
10571
10572 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10573
10574         * wl-address.el (wl-address-make-completion-list): Completion by
10575         petname.
10576         (wl-complete-field-body): Likewise.
10577
10578 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10579
10580         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10581         contains invalid address syntax.
10582
10583 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10584
10585         * wl-folder.el (wl-folder-check-entity-async): Use
10586         `elmo-nntp-spec-hostname'.
10587
10588 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10589
10590         * wl-summary.el (wl-summary-msgdb-load-async): Use
10591         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10592
10593 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10594
10595         * wl-draft.el (wl-draft-reply): Set argument
10596         `content-transfer-encoding' as nil.
10597
10598 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10599
10600         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10601         `wl-refile-alist'.
10602
10603 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10604
10605         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10606         (wl-draft-edit-string): Ditto.
10607         (wl-draft-forward): Ditto.
10608         * wl-summary.el (wl-summary-write): Ditto.
10609
10610 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10611
10612         * wl-summary.el (wl-summary-sync-update3): Call
10613         `wl-summary-buffer-number-column-detect'.
10614         (wl-summary-buffer-number-column-detect): Search from point-min.
10615
10616 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10619         contains an address which is not included in original to or cc.
10620
10621 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10622
10623         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10624         begin-line does not exist.
10625         * wl-message.el (wl-message-uu-substring): Ditto.
10626
10627 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10630         clear local variables.
10631         (wl-summary-exit): Call `elmo-commit'.
10632         (wl-summary-switch-to-clone-buffer): Call
10633         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10634         (wl-summary-goto-folder-subr): Ditto.
10635
10636         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10637         POP folder.
10638
10639 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10640
10641         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10642         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10643         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10644         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10645         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10646         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10647
10648         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10649
10650 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10651
10652         * wl-summary.el (wl-summary-search-by-subject):
10653         Search parent message from the latest one.
10654
10655 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10656
10657         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10658         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10659
10660         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10661         New user option.
10662
10663         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10664         if elmo-nntp-use-killed-list is nil.
10665         Use `elmo-msgdb-append-to-killed-list'.
10666         (Append numbers confirmed as disappeared to the killed list.)
10667         (wl-summary-confirm-appends): Don't display negative number.
10668
10669 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10670
10671         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10672
10673 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10674
10675         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10676         range is `all'.
10677         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10678         `elmo-list-bigger-diff'.
10679
10680 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10681
10682         * wl-summary.el (wl-summary-buffer-exit-func):
10683         New buffer local variable.
10684         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10685
10686 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10687
10688         * wl-demo.el (wl-demo): Fix the last change.
10689
10690 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10691
10692         * wl-demo.el (wl-demo): Don't use `eval'.
10693
10694 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10695
10696         * wl-summary.el (wl-summary-buffer-thread-modified):
10697         New buffer-local variable.
10698         (wl-summary-set-thread-modified): New function.
10699         (wl-summary-thread-modified-p): New function.
10700         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10701         (wl-summary-yank-saved-message): Use function
10702         `wl-summary-set-thread-modified'
10703         (wl-summary-switch-to-clone-buffer): Add
10704         `wl-summary-buffer-thread-modified'.
10705
10706         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10707         (wl-summary-buffer-mark-saved-hook): Ditto.
10708         * wl-summary.el (wl-summary-msgdb-save): New hook
10709         `wl-summary-buffer-message-saved-hook' and
10710         `wl-summary-buffer-mark-saved-hook'.
10711
10712 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10713
10714         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10715
10716 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10717
10718         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10719         don't hide scroll bars under FSF Emacsen because it may incur an
10720         undesirable redrawing.
10721
10722 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10723
10724         * wl-draft.el (wl-draft-edit-string): Call
10725         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10726
10727 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10728
10729         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10730
10731 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10732
10733         * wl-summary.el (wl-summary-msgdb-load-async): Call
10734         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10735
10736 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10737
10738         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10739         fringes in demo buffer; center bitmap logo correctly even if old
10740         Mule is used.
10741
10742 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10743
10744         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10745
10746         * wl-refile.el (wl-refile-subject-alist): New variable.
10747         (wl-refile-subject-alist-file-name): Ditto.
10748         (wl-refile-alist-setup): Rewrite.
10749         (wl-refile-alist-save): Use `elmo-object-save'.
10750         Eliminated arguments.
10751         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10752         (wl-refile-guess-by-subject): New function.
10753         (wl-refile-guess-func-list): Added it.
10754
10755 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10756
10757         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10758         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10759
10760 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10761
10762         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10763         New buffer-local variable.
10764         (wl-summary-buffer-next-folder-func): Ditto.
10765         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10766         if non-nil.
10767         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10768         if non-nil.
10769         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10770         if non-nil.
10771         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10772         if non-nil.
10773
10774 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10775
10776         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10777         permanently in the demo buffer.
10778
10779 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10780
10781         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10782         `mime-entity-fetch-field'.
10783
10784         * wl.el (wl-exit): Delete plugged buffer.
10785
10786         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10787         XEmacs has menubar feature.
10788
10789 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10790
10791         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10792         cannot arrive at the beginning of the buffer under old Emacsen.
10793
10794 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10795
10796         * wl-address.el (wl-address-ldap-search):
10797         Call `ldap-search-entries' with `withdn' argument t.
10798         (wl-complete-field-body): Bind completion-ignore-case as t.
10799         Clear ldap search hash when it was sole completion.
10800         Use elmo-string for pattern string.
10801         (wl-ldap-alias-safe-string): Eliminated needless let.
10802
10803 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10804
10805         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10806         (wl-ldap-alias-sep): New constant.
10807         (wl-ldap-search-attribute-type-list): Ditto.
10808         (wl-ldap-get-value): New function.
10809         (wl-ldap-make-filter): Ditto.
10810         (wl-ldap-make-matched-value-list): Ditto.
10811         (wl-ldap-alias-safe-string): Ditto.
10812         (wl-ldap-register-dn-string): Ditto.
10813         (wl-address-ldap-search): Rewrite.
10814
10815 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10816
10817         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10818         thread is deleted.
10819         (wl-thread-delete-line-from-buffer): Ditto.
10820         (wl-thread-get-exist-children): New function.
10821
10822 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10823
10824         * wl-demo.el (wl-demo): Made it to select various image types.
10825         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10826         from `wl-title-logo'.
10827         (wl-logo-ascii): New variable.
10828         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10829         (wl-demo-copyright-notice): New constant.
10830
10831         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10832
10833 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10834
10835         * wl-vars.el (wl-summary-target-above): Renamed from
10836         wl-summary-temp-above.
10837         * wl-score.el (wl-score-get-score-alist): Use it.
10838         (wl-summary-score-update-all-lines): Use it.
10839         * wl-summary.el: Ditto. (make-variable-buffer-local).
10840
10841 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10842
10843         * wl-vars.el (wl-ldap-port): New user option.
10844
10845         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10846         Rewite whole implementation.
10847         (wl-complete-field-body): Fixed.
10848
10849 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10850
10851         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10852         Choose implementation at compile time.
10853
10854 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10855
10856         * wl-address.el (wl-ldap-search-internal): New function.
10857         (wl-complete-field-to): Use it.
10858
10859 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10860
10861         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10862         Use `let' instead of `let*'.
10863         Require 'wl-vars.
10864
10865         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10866         Define as defcustom.
10867         (wl-ldap-base): Ditto.
10868         (wl-use-ldap): Ditto.
10869
10870 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10871
10872         * wl-address.el (wl-ldap-search): New function.
10873         (wl-complete-field-body): Use `wl-ldap-search'.
10874         (wl-ldap-server): New variable.
10875         (wl-ldap-base): Ditto.
10876         (wl-use-ldap): Ditto.
10877
10878 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10879
10880         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10881         (Pointed out by Mito <mit@nines.nec.co.jp>).
10882         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10883         buffer-local variables like `wl-summary-redisplay-internal'.
10884         (wl-summary-redisplay-all-header): Likewise.  Update
10885         Summary view too.
10886
10887 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10888
10889         * wl-summary.el (wl-summary-jump-to-parent-message):
10890         Consider prefix argument.
10891
10892         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10893         when closed thread is deleted.
10894
10895 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10896
10897         * wl-summary.el (wl-summary-jump-to-parent-message):
10898         Consider thread modification.
10899
10900 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10901
10902         * wl-message.el (wl-message-normal-get-original-buffer): Use
10903         `save-excursion'.
10904
10905         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10906         (wl-summary-showto-folder-regexp): Ditto.
10907
10908 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10909
10910         * wl-util.el (wl-delete-alist): Doc fix.
10911         (wl-delete-associations): New function.
10912         (wl-inverse-alist): New function.
10913         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10914         Split temporary variables. Use `wl-delete-associations'
10915         and `wl-inverse-alist'.
10916         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10917
10918 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10919
10920         * wl-folder.el (wl-folder-prefetch-entity):
10921         Execute prefetching if new count is unknown.
10922
10923 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10924
10925         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10926
10927         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10928         delete entity.
10929         (wl-thread-set-parent): If insert as top, set linked as nil.
10930
10931         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10932         `wl-thread-cleanup-symbols' when view mode is thread.
10933
10934 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10935
10936         * wl-folder.el (wl-folder-create-folder-entity): Use
10937         with-current-buffer.
10938         (wl-local-folder-init): Call set-buffer to make sure we are in
10939         the Folder buffer. Don't touch buffer-local variables here.
10940         (wl-folder-mode): Initialize buffer-local variables here.
10941
10942         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10943         (wl-folder-entity-assign-id): Ditto.
10944         (wl-folder-create-entity-hashtb): Ditto.
10945         (wl-local-folder-init): Ditto.
10946         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10947
10948 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10949
10950         * wl-summary.el (wl-summary-default-from): Fix probrem when
10951         std11-extract-address-components return (nil "foo@bar").
10952
10953 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10954
10955         * wl-draft.el (wl-draft-clone-local-variables):
10956         Remove redundant `setq'.
10957
10958 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10961         Bind wl-highlight-x-face-func as nil while highlighting header.
10962
10963 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10964
10965         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10966
10967 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10968
10969         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10970         elmo-msgdb-overview-hashtb from copy-variables.
10971         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10972         instead of `elmo-msgdb-overview-get-entity-by-number'.
10973         (wl-summary-auto-refile): Ditto.
10974
10975         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10976         `elmo-msgdb-overview-get-entity' instead of
10977         `elmo-msgdb-search-overview-entity'.  Use
10978         `elmo-msgdb-overview-get-entity' instead of
10979         `elmo-msgdb-overview-get-entity-by-number'.
10980         (wl-thread-insert-entity-sub): Ditto.
10981         (wl-thread-insert-message): Ditto.
10982
10983         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10984         `elmo-msgdb-overview-get-entity'.
10985         (wl-normal-message-redisplay): Ditto.
10986
10987 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10988
10989         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10990         `wl-thread-entities'.
10991         (wl-thread-delete-message): Fix remove top message from
10992         `wl-thread-entity-list'.
10993
10994         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10995         wl-append(nconc), because update-list is broken on Meadow.
10996
10997         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10998         updating process.
10999         (wl-summary-rescan): Ditto.
11000         (wl-summary-sync-update3): Ditto.
11001         * wl-thread.el (wl-thread-set-parent): Renamed from
11002         `wl-summary-set-parent'.
11003         (wl-thread-insert-message): Updating buffer faster.
11004         (wl-thread-delete-message): Updating buffer faster.
11005
11006         * wl-score.el (wl-summary-score-update-all-lines): Changed
11007         interval for display progress gauge.
11008
11009 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11010
11011         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11012         folder always-sticky.
11013         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11014         defmacro.
11015
11016 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11017
11018         * wl-vars.el (wl-draft-add-references): New user option.
11019
11020         * wl-draft.el (wl-draft-add-references): New function.
11021         (wl-draft-yank-from-mail-reply-buffer): Use it.
11022         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11023         as nil.
11024
11025 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11026
11027         * wl-thread.el (wl-thread-update-line-msgs): Called
11028         `wl-thread-update-line-on-buffer-sub'.
11029         (wl-thread-update-line-on-buffer): Delete routine of inserting
11030         thread.
11031         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11032         moved from `wl-thread-update-line-on-buffer'.
11033         Add threshold for displaying progress gauge.
11034         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11035         argument of `wl-thread-update-line-msgs'.
11036         Add threshold for displaying progress gauge.
11037         * wl-folder.el:
11038         Add threshold for displaying progress gauge.
11039         * wl-score.el: Ditto.
11040
11041         * wl-expire.el (wl-summary-expire): Display deleting info.
11042
11043 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11044
11045         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11046         `no-msg'.
11047         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11048         argument of `wl-thread-update-line-msgs'.
11049         (wl-summary-set-parent): Added optional argument `parent-number'.
11050         (wl-summary-buffer-saved-message): New buffer local variable.
11051         (wl-summary-save-current-message): New command.
11052         (wl-summary-yank-saved-message): Ditto.
11053         (wl-summary-mode-map): Added key binding for
11054         `wl-summary-save-current-message' (\ew) and
11055         `wl-summary-yank-saved-message' (\C-y).
11056         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11057
11058 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11059
11060         * wl-summary.el (wl-summary-mode-map): Added key binding for
11061         `wl-summary-set-parent' (ts).
11062
11063 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11064
11065         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11066         subject faster. If thread number is reverse, delayed updating
11067         thread.
11068         (wl-summary-search-by-subject): Ditto.
11069         (wl-summary-put-alike): Ditto.
11070         (wl-summary-get-alike): Ditto.
11071         (wl-summary-insert-headers): Insert header of all overview in
11072         buffer.
11073         (wl-summary-rescan): Delayed updating thread. Kill search subject
11074         buffer for wl-summary-search-by-subject.
11075         (wl-summary-sync-update3): Ditto.
11076         (wl-summary-exit): Ditto.
11077         (wl-summary-goto-bottom-of-current-thread): Change for linked
11078         thread.
11079         (wl-summary-overview-create-summary-line): Change line for linked
11080         thread.
11081
11082         * wl-summary.el (wl-summary-update-thread): Use
11083         wl-thread-maybe-get-children-num.
11084         (wl-summary-set-parent): If change parent, move sub thread.
11085         (wl-summary-redisplay-internal): Add horizontal recenter.
11086         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11087
11088         * wl-thread.el (wl-thread-entity-get-linked): New function.
11089         (wl-thread-entity-set-linked): New function.
11090         (wl-thread-create-entity): Add linked element.
11091         (wl-thread-entity-insert-as-top): Use wl-append.
11092         (wl-thread-maybe-get-children-num): If closing thread, return
11093         children msgs.
11094         (wl-thread-update-line-msgs): Displaying progress message.
11095         (wl-thread-update-line-on-buffer-sub): Use
11096         wl-thread-maybe-get-children-num.
11097         (wl-thread-update-line-on-buffer): If update line is not exists,
11098         insert thread.
11099         (wl-thread-delete-message): If delete top msg of thread, search
11100         parent by subject.
11101         (wl-thread-insert-entity): Use
11102         wl-thread-maybe-get-children-num.
11103
11104         * wl-highlight.el (wl-highlight-summary-current-line): change
11105         sregexp for linked thread.
11106         * wl-util.el (wl-count-lines): Count lines.
11107         (wl-horizontal-recenter): horizontal recenter.
11108         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11109         (wl-score-get-alike): Ditto.
11110         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11111         (wl-subject-length-limit): New variable.
11112         (wl-highlight-thread-indent-string-regexp): Changed for linked
11113         thread.
11114
11115 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11116
11117         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11118         New variable (revival).
11119         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11120         by subject matching if there's no in-reply-to nor references field
11121         (revival).
11122
11123 \f
11124 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11125
11126         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11127         message.
11128
11129 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11130
11131         * wl-summary.el (wl-summary-reply): Return t if there was a
11132         message at cursor point.
11133         Added unwind-protect.
11134         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11135         returns t.
11136         (wl-summary-cancel-message): Do nothing when there's no message at
11137         cursor point.
11138         (wl-summary-forward): Ditto.
11139         (wl-summary-jump-to-parent-message): Ditto.
11140         (wl-summary-reedit): Ditto.
11141         (wl-summary-edit-addresses): Ditto.
11142         (wl-summary-pipe-message): Ditto.
11143         (wl-summary-print-message-with-ps-print): Ditto.
11144         (wl-summary-print-message): Ditto.
11145         (wl-summary-mark-as-important): Ditto.
11146         (wl-summary-mark-as-unread): Ditto.
11147
11148         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11149         message at cursor point.
11150         (wl-summary-reply-with-citation): Remove unwind-protect.
11151
11152         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11153         subject searching feature.
11154         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11155         Eliminated.
11156
11157 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11158
11159         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11160         New variable.
11161         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11162         by subject matching if there's no in-reply-to nor references field.
11163
11164         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11165
11166         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11167         when display is finished.
11168         (wl-folder-open-all): Ditto.
11169         (wl-folder-update-access-group): Ditto.
11170         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11171         * wl-thread.el (wl-thread-close-all): Ditto.
11172
11173         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11174         progress gauge only when it was displayed.
11175         * wl-folder.el (wl-folder-insert-entity): Ditto.
11176
11177 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11178
11179         * wl-summary.el (wl-summary-incorporate): Enclose
11180         `wl-summary-sync-force-update' with save-excursion.
11181
11182 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11183
11184         * wl-summary.el (wl-summary-prefetch-region):
11185         Pass current cursor point to `pos-visible-in-window-p' after
11186         moving cursor to the started point.
11187
11188 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11189
11190         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11191
11192         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11193         fields from the forwarding message.
11194         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11195         `ignored-fields'.
11196
11197 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11198
11199         * wl-mime.el (wl-message-request-partial):
11200         Eliminated argument `msgdb'.
11201         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11202         (wl-mime-combine-message/partial-pieces): Likewise.
11203         * tm-wl.el (wl-message-request-partial): Likewise.
11204         (wl-mime-combine-message/partial-pieces): Likewise.
11205
11206 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11207
11208         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11209         when display is finished.
11210
11211 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11212
11213         * wl-summary.el (wl-summary-goto-folder-subr):
11214         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11215
11216 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11217
11218         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11219         when cursor point is visible.
11220
11221 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11222
11223         * wl-expire.el (wl-expire-archive-get-max-number):
11224         Don't use `file-name-directory'.
11225
11226 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11227
11228         * wl-expire.el (wl-expire-archive-get-max-number):
11229         Use `file-name-directory'.
11230
11231 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11232
11233         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11234         only when there is progress.
11235
11236 2000-04-13  Mito <mit@nines.nec.co.jp>
11237
11238         * wl-summary.el (wl-summary-sync-marks): Display progress.
11239
11240 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11241
11242         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11243         (wl-summary-prev): Move cursor regardless of unread status.
11244         (wl-summary-next): Ditto.
11245
11246 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11247
11248         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11249         Added argument `target' and `number'.
11250         * tm-wl.el (wl-summary-burst-subr): New function.
11251         (wl-summary-burst): Use it.
11252
11253 2000-04-10  Mito <mit@nines.nec.co.jp>
11254
11255         * wl-mime.el (wl-burst): New function.
11256         (wl-summary-burst): Use it.
11257
11258 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11259
11260         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11261         as petname when there's no candidate.
11262
11263 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11264
11265         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11266         New variable.
11267         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11268
11269         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11270
11271         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11272
11273 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11274
11275         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11276         Use substring of `original' instead of buffer-substring.
11277         (wl-refile-evaluate-rule):
11278         Set `original' argument of wl-refile-expand-newtext.
11279
11280         * wl-summary.el
11281         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11282         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11283         (wl-summary-auto-refile): Check existence of destination folder just
11284         before marking.
11285
11286 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11287
11288         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11289         when wl-refile-get-field-value return nil.
11290
11291 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11292
11293         * wl-refile.el
11294         (wl-refile-expand-newtext): New function imported from Gnus.
11295         (wl-refile-evaluate-rule): Use it.
11296
11297 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11298
11299         * wl-summary.el (wl-summary-print-destination):
11300         Duplicate folder string to avoid putting text-property on
11301         original string.
11302
11303         * wl-refile.el (wl-refile-get-field-value): New function.
11304         (wl-refile-evaluate-rule): New function;
11305         Evaluate refile rule recursively.
11306         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11307         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11308         New function; Check existence of a target folder recursively.
11309         (wl-summary-auto-refile-check-refile-rule-alist):
11310         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11311
11312 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11313
11314         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11315
11316         * wl-folder.el (wl-create-folder-entity-from-buffer):
11317         Fixed problem when '}' character is contained in folder name.
11318
11319         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11320
11321 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11322
11323         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11324         (wl-fldmgr-add-completion-all-completions):
11325         Use wl-fldmgr-add-completion-hashtb.
11326
11327 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11328
11329         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11330         wl-fldmgr-add-completion-subr): New functions.
11331         * wl-folder.el (wl-folder-completion-func): New variable.
11332         * wl-summary.el (wl-summary-read-folder):
11333         Use wl-folder-completion-func.
11334
11335         * wl-refile.el: Eliminate throw & catch.
11336
11337         * wl.el (wl-plugged-sending-queue-status): Fixed.
11338
11339 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11340
11341         * wl-draft.el (wl-draft): Put category property on
11342         mail-header-separator.