0121fb1e600aba329fa6ab7e557f39c66a4347c4
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-address.el (wl-address-make-alist-from-alias-file): Use
4         `(delete-char -1)' instead of `(delete-backward-char 1)' that
5         deletes region in Emacs 24.
6         See delete-active-region described in NEWS.
7         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
8         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
9
10 2010-08-14  David Maus  <dmaus@ictsoc.de>
11
12         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
13         edit draft message when in draft folder.
14
15 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
18         instead of (delete-backward-char 1) that deletes region in Emacs 24.
19         See delete-active-region described in NEWS.
20
21 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
22
23         * wl-spam.el (wl-summary-register-as-spam-region)
24         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
25         (wl-thread-register-as-good): New functions.
26         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
27
28 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
29         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
30         images for the icon if there is only one image.
31
32 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
35         newline.
36         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
37         so as to match header tokens strictly.
38
39 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
40
41         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
42         for the message not classified as spam.
43         (wl-summary-test-spam-messages): New function.
44         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
45         instead of `wl-spam-map-spam-messages'.
46
47 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
48
49         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
50         (wl-summary-define-mark-action): Define unmark functions.
51         (wl-summary-unmark): Add the second argument `mark'.
52         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
53
54 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
55
56         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
57         autodecryption for draft preview.
58
59 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
60         * wl-summary.el (toplevel): New function
61         `wl-summary-toggle-mime-buttons' and keybinding to toggle
62         visibility of MIME buttons in message view mode.
63
64 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
65
66         * Version number is increased to 2.15.9.
67
68 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * wl-score.el (wl-score-followup): Remove verbose comment (same as
71         docstring).
72
73         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
74         Revert `save-excursion' for `wl-summary-jump-to-msg'.
75
76 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
79         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
80         semicolons, that should start at the left margin.
81         See. also (Info-goto-node "(elisp)Comment Tips").
82         * wl-acap.el (wl-acap-store): Ditto.
83         * wl-action.el (wl-summary-unset-mark): Ditto.
84         * wl-address.el (wl-address-ldap-search): Ditto.
85         * wl-demo.el (wl-demo-insert-image): Ditto.
86         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
87         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
88         (wl-draft-previous-history-element): Ditto.
89         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
90         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
91         (wl-folder-mode-map, wl-folder-get-prev-folder)
92         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
93         (wl-folder-check-entity-async)
94         (wl-create-folder-entity-from-buffer): Ditto.
95         * wl-fldmgr.el (toplevel): Ditto.
96         * wl-message.el (wl-message-buffer-cache-sort)
97         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
98         Ditto.
99         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
100         Ditto.
101         * wl-summary.el (toplevel, wl-summary-mode)
102         (wl-summary-edit-addresses, wl-summary-sync-update)
103         (wl-summary-stick): Ditto.
104         * wl-thread.el (toplevel, wl-thread-insert-message)
105         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
106         * wl-util.el (toplevel): Ditto.
107         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
108         Ditto.
109
110 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * Version number is increased to 2.15.8.
113
114         * wl-message.el (wl-message-uu-substring): Suppress compile
115         warnings; Use `with-current-buffer' instead of `save-excursion' &
116         `set-buffer'.
117         * wl-mime.el (wl-draft-yank-current-message-entity)
118         (wl-mime-preview-follow-no-mime)
119         (wl-mime-preview-follow-current-region): Ditto.
120         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
121         (wl-summary-switch-to-clone-buffer)
122         (wl-summary-target-mark-forward)
123         (wl-summary-target-mark-reply-with-citation)
124         (wl-summary-target-mark-uudecode): Ditto.
125
126         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
127         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
128         * wl-summary.el (wl-summary-narrow-to-region)
129         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
130
131         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
132         instead of `int-to-string'.
133         * wl-dnd.el (wl-dnd-start-drag): Ditto.
134         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
135         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
136         * wl-util.el (wl-url-nntp): Ditto.
137
138         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
139         (wl-plugged-dop-queue-status): Don't quote `lambda'.
140         * wl-thread.el (wl-thread-delete-message): Ditto
141         * wl-summary.el (wl-summary-edit-addresses)
142         (wl-summary-edit-addresses-collect-candidate-fields)
143         (wl-summary-search-by-subject): Ditto.
144         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
145         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
146         (wl-fldmgr-add-completion-subr): Ditto.
147         * wl-draft.el (wl-smtp-extension-bind)
148         (wl-draft-insert-get-message, wl-draft-default-headers)
149         (wl-jump-to-draft-buffer): Ditto.
150         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
151         (wl-summary-down): Ditto.
152         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
153         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
154         * wl-folder.el (wl-folder-make-save-access-list)
155         (wl-folder-update-access-group, wl-folder-pick): Ditto.
156
157 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
158
159         * wl-draft.el (wl-draft-default-headers): Suppress warning
160         "defsubst `wl-draft-default-headers' was used before it was
161         defined"; Use `defun' instead of `defsubst'.
162
163         * wl-address.el (wl-address-header-extract-address)
164         (wl-address-header-extract-realname): Fix mail-address in
165         docstring.
166
167         * wl-expire.el (wl-expire-make-sortable-date): Macro to
168         inline-function.
169         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
170         Macro to function.
171         (wl-folder-get-entity-from-buffer): Macro to function.
172         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
173         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
174         * wl.el (wl-plugged-string): Macro to function.
175
176         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
177         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
178         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
179         Macro to function.
180
181         * wl-thread.el (wl-thread-open, wl-thread-close): Use
182         `point-at-bol', `point-at-eol'.
183
184         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
185         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
186         `(string-to-char " ")' instead of `? ', `?\ '.
187         * wl-action.el (wl-summary-print-argument): Ditto.
188         * wl-address.el (wl-complete-field-body): Ditto.
189         * wl-demo.el (wl-demo-insert-image): Ditto.
190         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
191         * wl-util.el (wl-ask-folder, wl-set-string-width)
192         (wl-y-or-n-p-with-scroll): Ditto.
193
194         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
195         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
196         verbose point move.
197
198         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
199         and `point-at-eol'.
200         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
201         Ditto.
202
203 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
204
205         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
206         `(beginning-of-line) (point)'.
207
208         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
209         (wl-fldmgr-delete-line): Change from macro to function. Use
210         `point-at-bol' and `point-at-eol'.
211
212         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
213         `function' for lambda.
214
215         * wl.el (wl-plugged-server-indent): Change from macro to function.
216
217         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
218
219         * wl-draft.el (wl-draft-config-body-goto-header)
220         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
221         macro to function.
222
223         * wl-score.el (wl-score-get-alike): Change from macro to
224         inline-function.
225
226         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
227         instead of `mapcar'. Don't use `function' for lambda.
228         (wl-read-search-condition-internal): Don't use `function' for
229         lambda.
230         (wl-kill-buffers): Change from macro to function.
231         (wl-count-lines): Change from macro to inline-function.
232
233         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
234
235         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
236
237         * wl.el (wl-plugged-change): Suppress compile warnings; Use
238         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
239         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
240         * wl-address.el (wl-complete-window-show): Ditto.
241         * wl-message.el (wl-message-select-buffer): Ditto.
242         * wl-template.el (wl-template-show): Ditto.
243         * wl-util.el (wl-collect-summary): Ditto.
244         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
245         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
246         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
247         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
248         (wl-score-edit-insert-number): Ditto.
249
250         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
251         symbol.
252
253         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
254         of `goto-line'.
255
256         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
257
258 2009-12-16  Lloyd Zusman <ljz@asfast.com>
259
260         * wl-summary.el (wl-summary-detect-mark-position): Force
261         the temporary buffer to enable the use of multibyte characters
262         within searches [wl-en:2460].
263
264 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
265
266         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
267         of `beginning-of-buffer'.
268
269 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
270
271         * wl-summary.el (wl-summary-display-raw): New function, display
272         message in raw format.
273
274 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
275
276         * Version number is increased to 2.15.7.
277
278 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
279
280         * wl-summary.el (wl-summary-previous-message-number): New function.
281         (wl-summary-next-message-number): Ditto.
282         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
283         `wl-summary-next-message-number'.
284         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
285         Inline temporary variable `cur-id'.
286         (wl-summary-get-next-unread-folder): Ditto.
287         (wl-summary-get-next-folder): Ditto.
288         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
289
290 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
291
292         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
293
294 2008-09-05  Kenichi Okada  <okada@opaopa.org>
295
296         * wl-summary.el (wl-summary-buffer-folder-name)
297         (wl-draft-config-body-goto-header): Use backquote instead of quote.
298         * wl-draft.el (wl-draft-body-goto-top)
299         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
300
301 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
302
303         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
304         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
305
306 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
307
308         * wl-expire.el: Fix Comentary section.
309
310 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
311
312         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
313         Require mime-parse, elmo-mime, and wl-util.
314
315         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
316
317         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
318
319 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
320
321         * wl-template.el: Require elmo-util and wl-vars.
322
323         * wl-mime.el (wl-mime-display-header): Revert last change.
324         Remove `delete-matching-lines "^$"'.
325
326 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
327
328         * wl-mime.el (wl-define-dummy-functions): Split
329         `eval-when-compile' form for avoid error; when `make
330         compile-strict.
331
332         * wl-util.el: Move (eval-when-compile (require 'static)).
333         * wl-dnd.el: Add (eval-when-compile (require 'static)).
334         * wl-message.el: Ditto.
335
336         * wl-mime.el (wl-message-delete-current-part): Use
337         `insert-buffer-substring' instead of `insert-buffer'.
338         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
339         * wl-draft.el (wl-draft-generate-clone-buffer)
340         (wl-draft-do-mime-bcc): Ditto.
341
342         * wl-address.el: Add (eval-when-compile (require 'cl)).
343         * wl-addrmgr.el: Ditto.
344         * wl-mime.el: Ditto.
345         * wl-util.el: Ditto.
346         * wl-score.el: Ditto.
347
348 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
349
350         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
351         `string-to-int'.
352
353         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
354         `string-to-int'.
355
356         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
357         `string-to-number' instead of `string-to-int'.
358
359         * wl-summary.el (wl-summary-get-list-info)
360         (wl-summary-message-number): Use `string-to-number' instead of
361         `string-to-int'.
362
363         * wl-score.el (wl-score-overview-entity-get-lines)
364         (wl-score-set-mark-below, wl-score-set-expunge-below)
365         (wl-summary-increase-score, wl-score-get-header-entry): Use
366         `string-to-number' instead of `string-to-int'.
367
368         * wl-folder.el (wl-folder-update-diff-line): Use
369         `string-to-number' instead of `string-to-int'.
370
371         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
372         instead of `string-to-int'.
373
374         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
375         instead of `string-to-int'.
376
377         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
378         `string-to-int'.
379
380 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
381
382         * wl-util.el (wl-match-string, wl-match-buffer)
383         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
384         (wl-kill-buffers, wl-local-variable-p)
385         (wl-line-formatter-setup): New backquote style.
386         (wl-count-lines): Use quote instead of backquote.
387
388         * wl-summary.el (wl-summary-buffer-folder-name)
389         (wl-summary-get-alike): Use quote instead of backquote.
390         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
391         backquote style.
392
393         * wl-message.el (wl-message-buffer-cache-buffer-get)
394         (wl-message-buffer-cache-folder-get)
395         (wl-message-buffer-cache-message-get)
396         (wl-message-buffer-cache-entry-make)
397         (wl-message-buffer-cache-hit): New backquote style.
398
399         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
400         backquote.
401         (wl-folder-unread-regex, wl-folder-entity-exists-p)
402         (wl-folder-clear-entity-info)
403         (wl-folder-get-entity-info, wl-folder-set-entity-info)
404         (wl-folder-elmo-folder-cache-get)
405         (wl-folder-elmo-folder-cache-put): New backquote style.
406
407         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
408         (wl-fldmgr-assign-id): Ditto.
409         (wl-fldmgr-delete-line): Use quote instead of backquote.
410         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
411
412         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
413         (wl-draft-set-sent-message): New backquote style.
414         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
415         (wl-draft-config-body-goto-header): Use quote instead of backquote.
416
417 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
418
419         * wl-address.el (wl-address-concat-token): Fix typo.
420
421 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
422
423         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
424         (wl-score-get-alike): Ditto.
425
426         * wl-vars.el: New backquote style.
427         (wl-message-header-button-alist): Use quote instead of backquote.
428
429         * wl.el (wl-plugged-string): New backquote style.
430
431         * wl-address.el (wl-address-concat-token): New backquote style.
432
433         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
434
435 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
436
437         * wl-highlight.el (wl-highlight-folder-opened-regexp)
438         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
439
440         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
441         in the character alternative.
442
443 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
444
445         * Version number is increased to 2.15.6.
446
447 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
448
449         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
450         optional 3rd argument of epg-context-set-progress-callback; it was
451         temporarily removed in the Emacs trunk due to copyright problem.
452         (wl-mime-pgp-verify-region-with-epg): Ditto.
453
454 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
455
456         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
457
458 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
459
460         * wl-util.el (wl-biff-check-folders): Set biff flag.
461         (from Naoto Morishima [wl:14031])
462
463 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
464
465         * wl.el (wl-plugged-server-indent): Use quote instead of
466         backquote.
467
468 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
469
470         * wl-score.el (wl-score-insert-header): Add guard for
471         `std11-unfold-string'.
472         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
473         TYPE artgument when TO or CC field.
474
475 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-goto-folder-subr): Call
478         `elmo-folder-close' instead of `elmo-folder-commit' if discard
479         current summary.
480
481 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * wl-util.el (wl-read-shell-commande): New function or alias.
484
485         * wl-summary.el (wl-summary-pipe-message): Use
486         `wl-read-shell-command' instead of `read-string'.
487         (wl-summary-target-mark-pipe): Ditto.
488
489 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * wl-summary.el (wl-summary-reply): Fix docstring.
492         * wl-draft.el (wl-draft-reply): Ditto.
493
494 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-mime.el (wl-summary-extract-attachments): New command.
497         (wl-summary-extract-attachments-1): New internal function.
498
499 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-expire.el (wl-expire-folder): New function (split from
502         wl-summary-expire).
503         (wl-summary-expire): Use it. Add argument `all' instead of remove
504         `nolist'. Cause an error only if this function is calling
505         interactively.
506
507 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-expire.el (wl-expire-refile): Display progress message.
510         (wl-summary-expire): Simplify.
511
512         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
513         unused argument `deleting-info'.
514
515 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-vars.el (wl-message-popup-buffers): New user option.
518
519         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
520         (wl-message-delete-popup-windows): New function that substitues
521         above one.
522         (wl-mime-setup): Follow the above change.
523
524 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
525
526         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
527
528 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
529
530         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
531         "tkm" to wl-thread-spam.
532
533 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-thread.el (wl-thread-entity-insert-as-children): Use
536         wl-thread-entity-set-children.
537         (wl-thread-insert-message, wl-thread-insert-entity-sub,
538         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
539         Use wl-thread-entity-get-*.
540
541 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-mime.el (wl-epg-progress-callback): New function.
544         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
545         with `elmo-with-progress-display'. Set a progress callback
546         function to epg-context.
547         (wl-mime-pgp-verify-region-with-epg): Ditto.
548
549 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-util.el (wl-completing-read-multiple): Define as an alias of
552         `completing-read-multiple' if emacs-version is not less than 22.
553
554 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
557         change.
558
559 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-summary.el (wl-summary-sync-update): Move
562         `wl-thread-update-indent-string-thread' to outside of
563         `elmo-with-progress-display'.
564
565 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
566
567         * wl-message.el (wl-message-exit): Check buffer existence.
568
569 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-util.el (wl-simple-display-progress): New function.
572         (wl-display-progress-with-gauge): Ditto.
573         (wl-progress-callback-function): Ditto.
574
575         * wl.el (wl-init): Set `elmo-progress-callback-function' as
576         `wl-progress-callback-function'
577
578         * wl-vars.el (wl-display-progress-threshold): New user option.
579         (wl-display-progress-function): Ditto.
580
581         * Version number is increased to 2.15.5.
582
583 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
584
585         * wl-thread.el (wl-thread-close-children): New function.
586         (wl-thread-open-children): Ditto.
587         * wl-action.el (wl-summary-set-mark): Redo the last change by
588         using it.
589
590         * wl-action.el (wl-summary-set-mark): Undo the last change.
591         Forbid interactive call.
592
593 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
594
595         * wl-mime.el (wl-define-dummy-functions): New macro.
596         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
597         `wl-mime-pgp-decrypt-region'.
598         (wl-mime-pgp-verify-region-with-epg): Renamed from
599         `wl-mime-pgp-verify-region'.
600         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
601         `wl-mime-pgp-decrypt-region'.
602         (wl-mime-pgp-verify-region-with-pgg): Renamed from
603         `wl-mime-pgp-verify-region'.
604         (wl-mime-pgp-decrypt-region): New function; To select dispatch
605         function at runtime.
606         (wl-mime-pgp-verify-region): Ditto.
607
608         * wl-vars.el (wl-use-pgp-module): New user option.
609
610 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
613         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
614
615 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
618         even if there are target marks only.
619
620 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * Version number is increased to 2.15.4.
623
624 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-folder.el (wl-folder-check-one-entity): Simplify.
627
628 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
631         variable.
632
633 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
634
635         * wl-spam.el (wl-thread-test-spam): New function.
636         (wl-spam-setup): Bind "tkc".
637
638 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-expire.el (wl-folder-expire-entity): Rewite without
641         `wl-summary-goto-folder-subr'.
642         (wl-folder-expire-current-entity): Don't kill summary buffer.
643
644 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-folder.el (wl-folder-sync-entity): Rewrite without
647         `wl-summary-goto-folder-subr'.
648         (wl-folder-mark-as-read-all-entity): Likewise.
649
650         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
651
652 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-thread.el (wl-thread-force-open): Arranged.
655
656 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
659         from regexp.
660
661         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
662         (wl-read-search-condition-internal): Append them.
663
664 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-vars.el (wl-additional-search-condition-fields):
667         New user option.
668
669         * wl-util.el (wl-search-condition-fields): New function; export
670         from `wl-read-search-condition-internal'.
671         (wl-read-search-condition-internal): Use it.
672
673         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
674
675 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-summary.el (wl-summary-define-sort-command): New function.
678         (wl-summary-sort-by-date, wl-summary-sort-by-number)
679         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
680         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
681         define by `wl-summary-define-sort-command' at runtime.
682
683         * wl.el (wl-init): Call wl-summary-define-sort-command.
684
685 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
688         properties at the decrypting region.
689
690 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-util.el (wl-find-region): New function.
693
694         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
695         coding system.
696         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
697         property `wl-mime-decoded-coding-system'.
698         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
699         property `wl-mime-decoded-coding-system' to encode text.
700
701         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
702         message.
703         (wl-mime-pgp-verify-region): Ditto.
704
705 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
708         buffer. Use epa-display-verify-result.
709
710 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-draft.el (wl-draft-send): Continue even if setting parent
713         flag was failed.
714
715 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-message.el (wl-message-flag-indicator): Fixed the problem
718         of returning string only of parentheses.
719
720 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-summary.el (wl-summary-write): Add argument `folder'.
723         (wl-summary-write-current-folder): Change argument `folder' from
724         optional to require.
725         (wl-summary-get-buffer): Return the buffer associated folder only.
726
727         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
728         change.
729         (wl-folder-toggle-disp-summary): Ditto.
730
731         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
732         current summary as parent-folder.
733
734 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl-draft.el (wl-draft-reedit): Don't overwrite
737         wl-draft-parent-folder.
738
739 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
742         (wl-mime-pgp-verify-region): Ditto.
743         (wl-message-decrypt-pgp-nonmime): Use the above function.
744         (wl-message-verify-pgp-nonmime): Likewise.
745         (wl-mime-preview-application/pgp): Likewise.
746
747 2006-04-20  Kenichi Okada  <okada@opaopa.org>
748
749         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
750         Fix about the order of `wl-nntp-posting-port' and
751         `wl-nntp-posting-stream-type'.
752         * wl.el (wl-plugged-port-label-alist): Add smtp.
753
754 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-summary.el (wl-summary-message-status): New macro.
757
758         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
759         (wl-summary-killed-mark): New user option.
760
761         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
762         API change.
763         (wl-thread-insert-entity-sub): Ditto.
764         (wl-thread-recover-messages): New command.
765
766         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
767         Don't call `wl-highlight-summary-current-line' directly.
768         (wl-summary-buffer-attach): Connect to signal `status-changed'
769         instead of `cache-changed'.
770         (wl-summary-buffer-detach): Follow the above change.
771         (wl-summary-detect-mark-position): Follow the API change.
772         (wl-summary-rescan-message): Ditto.
773         (wl-summary-insert-sequential): Ditto.
774         (wl-summary-update-thread): Ditto.
775         (wl-summary-message-mark): Ditto.
776         (wl-summary-persistent-mark): Ditto.
777         (wl-summary-create-line): Ditto.
778         (wl-summary-prefetch-region-no-mark): Call
779         `wl-summary-persistent-mark' with number.
780         (wl-summary-recover-messages-region): New command.
781         (wl-summary-target-mark-recover): Ditto.
782         (wl-summary-recover-message): Ditto.
783         (wl-summary-persistent-mark-string): Add argument `status' instead
784         of remove arguments `flags' and `cached'.  Treat killed status.
785         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
786
787         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
788         (wl-highlight-summary-line-face-spec): Treat killed status.
789         (wl-highlight-summary-line-string): Follow the API change.
790         (wl-highlight-summary-current-line): Ditto.
791
792         * Version number is increased to 2.15.3.
793
794 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
797         of symbolp to test whether the condition is function.
798
799 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
800
801         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
802         to nil.
803
804 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-buffer-message-ring): New internal
807         variable.
808         (wl-summary-buffer-last-displayed-msg): Abolish.
809         (wl-summary-push-message): New function.
810         (wl-summary-pop-message): Ditto.
811         (wl-summary-goto-folder-subr): Reset
812         `wl-summary-buffer-message-ring'.
813         (wl-summary-pop-to-last-message): New command.
814         (wl-summary-goto-last-displayed-msg): Call
815         wl-summary-pop-to-last-message if optional argument is non-nil or
816         the last command is itself.
817         (wl-summary-redisplay-internal): Push last message number into
818         `wl-summary-buffer-message-ring'.
819
820         * wl-vars.el (wl-summary-message-ring-max): New user option.
821
822 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
825         from `wl-draft-reply').
826         (wl-draft-reply): Use it.
827         (wl-draft-find-reply-headers): Avoid compile warning.
828
829 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
830
831         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
832
833 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-message.el (wl-message-flag-indicator): New function.
836         (wl-message-redisplay): Use it.
837
838 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
841
842 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
845         instead of `read-event'.
846
847         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
848
849         * wl-mule.el (wl-read-event-char): Ditto.
850
851         * wl-e21.el (wl-read-event-char): Ditto.
852
853 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
854
855         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
856
857 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-vars.el (wl-draft-send-confirm-type): New user option.
860
861         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
862
863         * wl-draft.el (wl-draft-send-confirm): Confirmation by
864         `wl-draft-send-confirm-type'
865
866 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
867
868         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
869         Avoid error when the buffer name is already used.
870
871 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
872
873         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
874         the change of elmo-nmz -> elmo-search.
875         (wl-highlight-summary-line-help-echo-alist): Ditto.
876         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
877         (wl-nmz-folder-icon): Define as obsolete.
878         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
879         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
880
881 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-summary.el (wl-summary-get-list-info): Rewrite with
884         `elmo-find-list-match-value'
885
886 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-summary.el (wl-summary-get-list-info): Optimize.
889         Use List-Id and List-Post also.
890
891 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
894
895 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
896
897         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
898
899 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-util.el (wl-completing-read-multiple-1): New internal function.
902         (wl-completing-read-multiple-2): Ditto.
903         (wl-completing-read-multiple): Define use above functions.
904
905         * wl-summary.el (wl-summary-sort): Removed the workaround for a
906         bug of `completing-read-multiple' about default value.
907
908         * wl-xmas.el (wl-completing-read-multiple): Removed.
909
910         * wl-mule.el (wl-completing-read-multiple): Ditto.
911
912         * wl-e21.el (wl-completing-read-multiple): Ditto.
913
914 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl-util.el (wl-filter-associations): New function.
917
918         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
919         (wl-spam-ignored-folder-list): Ditto.
920         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
921         (wl-spam-string-member-p): New function.
922         (wl-spam-domain): Use it.
923         (wl-spam-split-numbers): New function.
924         (wl-spam-apply-partitions): Ditto.
925         (wl-spam-register-spam-messages): Use `folder' instead of
926         `wl-summary-buffer-elmo-folder'.
927         (wl-spam-register-good-messages): Ditto.
928         (wl-summary-exec-action-spam): Decide a domain by real folder of
929         message.
930         (wl-summary-exec-action-refile-with-register): Likewise.
931
932 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-e21.el (wl-e21-find-image): New function.
935         (wl-e21-setup-toolbar): Use it instead of `find-image'.
936         (wl-e21-highlight-folder-group-line): Ditto.
937         (wl-folder-init-icons): Ditto.
938         (wl-plugged-init-icons): Ditto.
939         (wl-biff-init-icons): Ditto.
940
941 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
944         (wl-inhibit-save-drafts): New internal variable.
945         (wl-disable-auto-save): Ditto.
946         (wl-save-drafts): Treat above variables.
947         (wl-auto-save-drafts): New function.
948         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
949         `wl-stop-save-drafts'.
950         (wl-start-save-drafts): New function.
951         (wl-stop-save-drafts): Ditto.
952         (wl-set-auto-save-draft): New command.
953
954         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
955         `wl-set-save-drafts'.
956
957 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
960         `make-local-variable' instead of `make-variable-buffer-local'.
961
962 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
965
966 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
969
970 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
973         of working buffer.
974
975 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
978
979         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
980         value into recipients; Bind `wl-draft-remove-group-list-contents'
981         as nil.
982
983 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-summary.el (wl-summary-sort): Fixed the last change.
986
987         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
988         (wl-summary-sort-messages): Ditto.
989         (wl-summary-rescan): Use it.
990         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
991         `completing-read'; Append candidates for reverse order.
992
993 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * Version number is increased to 2.15.2.
996
997 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
998
999         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1000         "Smaller".
1001         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1002
1003 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1006
1007 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1010         customize group `wl-draft'.
1011         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1012         `wl-draft'.
1013         (wl-draft-add-references): Ditto.
1014
1015         * wl-action.el (wl-summary-print-argument): Rename argument from
1016         `folder' to `data'.
1017
1018 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-summary.el (wl-summary-rescan-message): Call
1021         `wl-thread-cleanup-symbols' before insert thread.
1022
1023 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl.el (wl-init): Set `elmo-get-folder-function' as
1026         `wl-folder-make-elmo-folder'.
1027
1028         * wl-spam.el (wl-summary-exec-action-spam): Use
1029         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1030
1031         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1032         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1033         `elmo-make-folder'.
1034         (wl-folder-get-elmo-folder): Ditto.
1035         (wl-folder-create-subr): Simplify.
1036
1037 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038
1039         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1040
1041 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1044         contents in message buffer instead of original buffer. If optional
1045         argument specified, ask coding system for encode.
1046
1047 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1048
1049         * wl-spam.el (wl-summary-test-spam-region): New function.
1050         (wl-spam-setup): Bind "rkc".
1051
1052 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1055
1056 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1057
1058         * wl-spam.el (wl-summary-test-spam): Fix typo.
1059         (wl-message-check-spam): Ditto.
1060
1061 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-summary.el (wl-summary-default-from): Simplify.
1064
1065 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1068         (wl-summary-exec-action-copy): Ditto.
1069         (wl-summary-auto-refile): Check existence of temporary mark.
1070
1071 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-summary.el (wl-summary-create-line): Use
1074         `elmo-time-to-datevec'.
1075
1076         * wl-expire.el (wl-expire-archive-date): Ditto.
1077         (wl-expire-localdir-date): Ditto.
1078
1079         * wl-util.el (wl-day-number): Abolish.
1080
1081         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1082         of `wl-day-number'.
1083         (wl-score-followup): Ditto.
1084         (wl-score-add-followups): Ditto.
1085         (wl-score-get-latest-msgs): Ditto.
1086         (wl-score-get-header-entry): Ditto.
1087         (wl-score-edit-insert-date): Ditto.
1088
1089 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1092         `elmo-message-entity-field' with 2nd argument `type'.
1093
1094 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1095
1096         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1097
1098 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-thread.el (wl-thread-delete-message): Delete descendant
1101         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1102
1103 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1104
1105         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1106
1107 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1110         `Access folder'.
1111
1112 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-vars.el (wl-access-folder-icon): New user option.
1115
1116         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1117         `Access folder'.
1118
1119 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl-summary.el (wl-summary-buffer-set-folder): Use
1122         `wl-folder-mime-charset'.
1123
1124         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1125         `mime-charset'.
1126         (wl-folder-get-elmo-folder): Ditto.
1127         (wl-folder-mime-charset): New function.
1128
1129 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-util.el (wl-parse-addresses): Define alias of
1132         `elmo-parse-addresses' (move to `elmo-util.el').
1133
1134         * wl-summary.el (wl-summary-default-from): Follow the API change.
1135         (wl-summary-overview-entity-compare-by-date): Ditto.
1136         (wl-summary-overview-entity-compare-by-from): Ditto.
1137         (wl-summary-get-list-info): Get value of `ml-info' field from
1138         entity at first.
1139         (wl-summary-rescan-message): Treat prefix argument.
1140         (wl-summary-prefetch-msg): Follow the API change.
1141         (wl-summary-search-by-subject): Ditto.
1142         (wl-summary-insert-thread): Ditto.
1143         (wl-summary-line-subject): Ditto.
1144         (wl-summary-line-from): Ditto.
1145         (wl-summary-create-line): Ditto.
1146         (wl-summary-print-message-with-ps-print): Ditto.
1147
1148         * wl-score.el (wl-score-ov-entity-get): Ditto.
1149         (wl-score-followup): Ditto.
1150         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1151         of `car'.
1152         (wl-score-get-latest-msgs): Follow the API change.
1153         (wl-score-get-header): Ditto.
1154
1155         * wl-refile.el (wl-refile-learn): Ditto.
1156         (wl-refile-subject-learn): Ditto.
1157         (wl-refile-get-field-value): Ditto.
1158         (wl-refile-guess-by-history): Ditto.
1159         (wl-refile-guess-by-subject): Ditto.
1160
1161         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1162
1163         * wl-expire.el (wl-expire-date-p): Removed.
1164         (wl-expire-archive-date): Follow the API change.
1165         (wl-expire-localdir-date): Ditto.
1166         (wl-summary-expire): Ditto.
1167
1168         * Version number is increased to 2.15.1.
1169
1170 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1171
1172         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1173         group is access or not (it is not strict, like wl-fldmgr-rename).
1174
1175 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1178         duplicate call of `wl-summary-print-argument' on the wrong line.
1179
1180 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1183         even if argument `number' is nil.
1184         (wl-summary-insert-line): Print action argument if current message
1185         has it.
1186
1187 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1190         (wl-draft-reply): Ditto.
1191         (wl-draft): Add optional argument `parent-number' and call
1192         `wl-draft-create-buffer' with it.
1193         (wl-draft-create-buffer): Add optional argument
1194         `parent-number'. Set wl-draft-parent-number as it.
1195
1196 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1199         buffer is not for given folder, don't use it.
1200
1201 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1202
1203         * Version number is increased to 2.15.0.
1204
1205 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1206
1207         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1208
1209         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1210         (wl-highlight-get-face-by-name): New internal function.
1211         (wl-highlight-summary-line-face-spec): Use it and fixed.
1212
1213 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-summary.el (wl-summary-sync-update): Use
1216         `elmo-message-entity-field' instead of `car' to get message-id
1217         from overview entity.
1218
1219         * wl-summary.el (wl-summary-rescan-message): Call
1220         `wl-highlight-summary-displaying' when displaying a message.
1221
1222 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1223
1224         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1225         `wl-draft-config-info-operation'.
1226         (wl-draft-buffer-change-number): New function.
1227         (wl-draft-rename-saved-config): Ditto.
1228         * wl.el (wl-init): Connect slot for message-number-changed.
1229         (toplevel): Add autoload for wl-draft-rename-saved-config.
1230
1231 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1234         `update-overview'
1235         (wl-summary-buffer-detach): Disconnect from it.
1236         (wl-summary-rescan-message): Use command.
1237
1238         * wl-message.el (wl-message-buffer-display): Use
1239         `with-current-buffer' instead of `save-excursion'.
1240
1241 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1244         wl-draft-preview-attributes-list from distraction.
1245
1246 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1247
1248         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1249         `elmo-list-diff'.
1250
1251 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-summary.el
1254         (wl-summary-edit-addresses-collect-candidate-fields): Use
1255         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1256
1257         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1258         instead of `elmo-set-work-buf'.
1259
1260         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1261         (wl-address-make-address-list): Ditto.
1262
1263         * Version number is increased to 2.13.3.
1264
1265 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1266
1267         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1268         user option.
1269
1270         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1271         argument `5'.
1272
1273         * wl-message.el (wl-message-display-no-merge-p): New function.
1274         (wl-message-buffer-display): Check whether the message is
1275         reassembled and follow the API change.
1276
1277 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1280         multibyte on working buffer and removed unnecessary
1281         `buffer-disable-undo'.
1282
1283 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1286         change.
1287
1288 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-util.el (wl-read-search-condition-internal): Protect
1291         elmo-global-flags from distraction.
1292
1293 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1296
1297         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1298         (wl-summary-event-handler): Ditto.
1299         (wl-summary-update-persistent-mark-on-event): New
1300         function (renamed from `elmo-event-handler-flag-changed').
1301         (wl-summary-buffer-attach): New function.
1302         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1303         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1304         instead of `elmo-folder-add-handler'.
1305
1306         * Version number is increased to 2.13.2.
1307
1308 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1311         and "\177" to the `wl-news-previous-page'.
1312         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1313         (wl-news-previous-page): New function.
1314
1315 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1318         instead of `write-region' and simplify.
1319
1320 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1321
1322         * wl-template.el (wl-template-select): Cause error if
1323         `wl-template-alist' is nil.
1324
1325 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1326
1327         * wl-news.el.in: Set file variable `no-byte-compile'.
1328
1329 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1332         whether a target message is within displaying area.
1333         (elmo-event-handler-cache-changed): Ditto.
1334
1335 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1336
1337         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1338         to `defun'.  Use `nconc' instead of `append' to collect descendant
1339         message numbers.
1340
1341 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1342
1343         * wl-thread.el (wl-thread-save-top-list)
1344         (wl-thread-save-entities): Use `with-temp-buffer'.
1345         * wl-news.el.in (wl-news-previous-version-load):
1346         (wl-news-previous-version-save): Ditto.
1347         * wl-summary.el (wl-summary-load-file-object)
1348         (wl-summary-save-view-cache): Ditto.
1349
1350 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-util.el (toplevel): Require 'elmo-flag'.
1353         (wl-read-search-condition): New function (Renamed from
1354         `elmo-read-search-condition').
1355         (wl-read-search-condition-internal): Likewise.
1356
1357         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1358         invalid.
1359         (wl-summary-pick): Use `wl-read-search-condition' instead of
1360         `elmo-read-search-condition'.
1361         (wl-summary-virtual): Ditto.
1362
1363         * wl-folder.el (wl-folder-virtual): Ditto.
1364         (wl-folder-pick): Ditto.
1365
1366         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1367
1368 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-summary.el (wl-summary-reedit): Call
1371         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1372
1373 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-mime.el (toplevel): Require wl-vars.
1376
1377         * wl-message.el (toplevel): Require cl at compile.
1378
1379         * wl-draft.el (toplevel): Require elmo.
1380
1381 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1384         and do nothing when it is not positive.
1385         (wl-message-buffer-prefetch-next): Ditto.
1386
1387 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1390         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1391         (wl-summary-redisplay-internal): Ditto.
1392
1393         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1394         message (the condition is borrowed from `wl-check-variables-2').
1395         (wl-summary-redisplay-internal): Ditto.
1396
1397 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398
1399         * wl-mime.el (wl-draft-nntp-attribute): New function.
1400         (wl-draft-attribute-nntp-posting-server): Use it.
1401         (wl-draft-attribute-nntp-posting-port): Ditto.
1402
1403         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1404         (wl-draft-show-attributes-buffer): Ditto.
1405         (wl-draft-hide-attributes-buffer): Ditto.
1406         (wl-draft-attribute-newsgroups): Ditto.
1407         (wl-draft-attribute-nntp-posting-server): Ditto.
1408         (wl-draft-attribute-nntp-posting-port): Ditto.
1409         (wl-draft-preview-message): Use there functions.
1410
1411         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1412         value.
1413
1414 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1417         (wl-draft-reedit): Ditto.
1418         (wl-draft-queue-flush): Ditto.
1419
1420         * wl-mime.el (wl-message-request-partial): Ditto.
1421         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1422         instead of `elmo-message-fetch'.
1423
1424         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1425
1426         * wl-summary.el (wl-summary-message-string): Ditto.
1427
1428 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * wl-util.el (wl-current-message-buffer): Follow the API change.
1431
1432         * wl-summary.el (wl-summary-redisplay-internal): Call
1433         `wl-summary-mark-as-read' with 2nd argument as nil and update
1434         unread count instead of persistent mark.
1435
1436         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1437         variable.
1438         (wl-message-redisplay): Follow the API change.
1439         (wl-message-buffer-display): Managed mime-entity directly and
1440         return preview buffer only.
1441         (wl-message-display-internal): Rewrite.
1442         (wl-message-buffer-prefetch-subr): Not save return value of
1443         `wl-message-buffer-display'.
1444
1445         * Version number is increased to 2.13.1.
1446
1447 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1450         'elmo-multiple-fields-body-list' with boundary specified.
1451
1452 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1455         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1456         cache if `wl-summary-resend-use-cache' is non-nil.
1457
1458 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1461         (wl-nntp-posting-stream-type): Ditto.
1462
1463 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1464
1465         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1466
1467 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1468
1469         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1470         message.
1471
1472 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1475         Abolish.
1476         (wl-summary-buffer-persistent-mark-version): New internal
1477         variable.
1478         (wl-summary-update-mark-and-highlight-window): Check by
1479         wl-summary-persistent-mark-invalid-p.
1480         (wl-summary-update-status-marks): Ditto.
1481         (elmo-event-handler-flag-changed): Rewrite.
1482         (elmo-event-handler-cache-changed): Define.
1483         (wl-summary-prefetch-msg): Does not update persistent mark here.
1484         (wl-summary-delete-cache): Ditto.
1485         (wl-summary-resume-cache-status): Ditto.
1486         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1487         (wl-summary-persistent-mark-invalid-p): New function.
1488         (wl-summary-validate-persistent-mark): Ditto.
1489         (wl-summary-validate-persistent-mark-string): Ditto.
1490         (wl-summary-invalidate-persistent-mark): Ditto.
1491         (wl-summary-update-persistent-mark): Call
1492         `wl-summary-validate-persistent-mark'.
1493         (wl-summary-create-line): Call
1494         `wl-summary-validate-persistent-mark-string'.
1495
1496         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1497         status as t if cache used.
1498
1499 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1502         only if the target is group.
1503         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1504
1505 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1506
1507         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1508
1509 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1510
1511         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1512
1513         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1514
1515 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1516
1517         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1518         (Thanks to Yoichi NAKAYAMA).
1519
1520 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-util.el (wl-save-drafts): Restore echo area.
1523
1524 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * Version number is increased to 2.13.0.
1527
1528         * wl-util.el (wl-biff-check-folder-async): Use
1529         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1530
1531 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1532
1533         * wl-message.el (wl-message-display-internal): Does not put
1534         wl-message-display-type property on message buffer.
1535         (wl-message-buffer-display-type): New function.
1536
1537         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1538
1539         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1540         `wl-summary-buffer-detach'.
1541         (wl-summary-message-display-type): Use
1542         `wl-summary-buffer-display-type'.
1543
1544 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1545
1546         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1547         buffer-local.
1548
1549         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1550         kill-buffer-hook instead of make-local-variable.
1551         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1552
1553 2004-12-12  Scott Renfro <scott@renfro.org>
1554
1555         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1556         regex for square-branket.
1557
1558 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1559
1560         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1561         `wl-message-mime-analysis-p' with argument `header'.
1562
1563 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1564
1565         * wl-mime.el (wl-draft-yank-current-message-entity): 
1566         Switch to no-mime following method according to wl-message-display-type
1567         property.
1568         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1569
1570         * wl-message.el (wl-message-display-internal): 
1571         Put wl-message-display-type property on message buffer.
1572
1573         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1574         (wl-message-display-internal): Ditto;
1575
1576         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1577
1578 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * wl-message.el (wl-message-make-display-type): New function.
1581         (wl-message-display-type-property): Ditto.
1582         (wl-message-mime-analysys-p): Ditto.
1583         (wl-message-display-all-header-p): Ditto.
1584         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1585         added `display-type'.
1586         (wl-message-buffer-display): Likewise.
1587         (wl-message-display-internal): Likewise.
1588         (wl-message-buffer-display-type): Abolish.
1589         (wl-message-buffer-prefetch-subr): Follow the API changed.
1590
1591         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1592         from wl-summary-buffer-display-all-header and changed default value.
1593         (wl-summary-message-display-type): New function.
1594         (wl-summary-buffer-display-mime-mode): Ditto.
1595         (wl-summary-buffer-display-header-mode): Ditto.
1596         (wl-summary-toggle-mime): Rewrite with above functions.
1597         (wl-summary-toggle-all-header): Ditto.
1598         (wl-summary-redisplay): Force redisplay with default mode.
1599         (wl-summary-redisplay-internal): Renamed argument from `mode',
1600         `all-header' to `mime-mode', `header-mode'.
1601         Use `wl-message-make-display-type'.
1602
1603         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1604         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1605
1606 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1607
1608         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1609
1610 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1613         in original message buffer.
1614         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1615         buffer.
1616
1617 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1618
1619         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1620
1621 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1624
1625 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1626
1627         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1628         when actions succeeded.
1629         (wl-summary-exec-action-copy): Likewise.
1630
1631 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1634         there is switch-to-buffer at the end of wl-message-select-buffer.
1635         (wl-summary-reply): Ditto.
1636
1637 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-summary.el (wl-summary-forward): Put subject in original
1640         message buffer as argument of wl-draft-forward.
1641         * wl-draft.el (wl-draft-forward): Decode subject as in
1642         wl-draft-reply.
1643
1644 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1647         a folder under access group.
1648
1649 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1650
1651         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1652         wl-message-buffer-display.
1653
1654         * wl-util.el (wl-set-save-drafts): Fix typo.
1655
1656 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1659         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1660         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1661         the way to measure the width of a bitmap image; don't put face on
1662         ascii and bitmap images; put the mark which should not use the
1663         variable-pitch face on ascii and bitmap images.
1664         (wl-demo-setup-properties): Don't use the variable-pitch face on
1665         ascii and bitmap images; made it work on Emacs 20 and earlier.
1666         (wl-demo-insert-text): End with a newline at the bottom; don't put
1667         face on text.
1668
1669         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1670
1671 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1672
1673         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1674
1675         * wl-util.el (wl-save-drafts): Moved from sample setting.
1676         (wl-set-save-drafts): New function to set idle timer.
1677         * wl-draft.el (wl-draft): Call it.
1678         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1679
1680 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1681
1682         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1683         a summary which has toggle display status off.
1684
1685 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-draft.el (wl-draft-do-fcc): No cache save.
1688
1689 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1690
1691         * wl-summary.el (elmo-event-handler-flag-changed): Use
1692         `set-buffer' instead of `with-current-buffer'.
1693
1694 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-summary.el (wl-summary-after-resize-function): New function.
1697         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1698         window-size-change-functions.
1699
1700 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * wl-draft.el (wl-draft-create-buffer): Bind
1703         `change-major-mode-hook' after current buffer is changed.
1704
1705         * wl-summary.el (wl-summary-buffer-detach): New function.
1706         (wl-summary-buffer-set-folder): Call it.
1707         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1708         change-major-mode-hook and kill-buffer-hook.
1709         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1710         (wl-summary-switch-to-clone-buffer): Ditto.
1711         (wl-summary-goto-folder-subr): Ditto.
1712
1713 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1714
1715         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1716         after boundp check.
1717
1718 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1721         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1722         for `kill-buffer'.
1723
1724         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1725         handler of current buffer from elmo-folder.
1726
1727 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1730
1731 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1732
1733         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1734         variable.
1735         (wl-summary-event-handler): New class.
1736         (elmo-event-handler-flag-changed): Define to update persistent
1737         mark.
1738         (wl-summary-buffer-set-folder): Register event handler to
1739         elmo-folder.
1740         (wl-summary-exit): Unregister event handler.
1741         (wl-summary-goto-folder-subr): Ditto.
1742         (wl-summary-mark-as-read-all): Does not call
1743         `wl-summary-update-persistent-mark' directly.
1744         (wl-summary-mark-as-read-internal): Ditto.
1745         (wl-summary-set-persistent-mark-internal): Ditto.
1746         (wl-summary-set-flags-internal): Ditto.
1747
1748         * Version number is increased to 2.11.33.
1749
1750 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1751
1752         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1753         to nil.
1754
1755 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-spam.el (wl-spam-setup): Add hook
1758         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1759         instead of `wl-summary-prepare-hook'.
1760
1761         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1762         if folder type is `'flag'.
1763         (wl-summary-mark-as-important): Ditto.
1764
1765 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-address.el (wl-address-minibuffer-history): New variable.
1768         (wl-address-minibuffer-local-map): New keymap.
1769         (wl-address-read-from-minibuffer): New function.
1770
1771         * wl-action.el (wl-summary-get-resend-address): Use
1772         `wl-address-read-from-minibuffer' instead of `completing-read'.
1773
1774 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * Version number is increased to 2.11.32.
1777
1778 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1781         without mule to iso-8859-1.
1782         (wl-draft-add-in-reply-to): Add note in description.
1783         (wl-draft-add-references): Ditto.
1784
1785 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1786
1787         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1788         definition for `m'.
1789         (wl-summary-mode-line-format): Add '[%m]'.
1790         (wl-message-mode-line-format-spec-alist): Ditto.
1791         (wl-summary-display-mime-mode-list): New variable.
1792
1793         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1794         from wl-summary-buffer-display-as-is.
1795         (wl-summary-buffer-display-all-header): New buffer local variable.
1796         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1797         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1798         instead of wl-summary-buffer-display-as-is.
1799         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1800         (wl-summary-set-persistent-mark): Ditto.
1801         (wl-summary-set-message-buffer-or-redisplay): Just call
1802         `wl-summary-redisplay-internal' without optional arguments.
1803         (wl-summary-toggle-mime): Rewrite.
1804         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1805         (wl-summary-toggle-all-header): New function.
1806         (wl-summary-redisplay-internal): Treat mime mode.
1807
1808         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1809         to wl-mime-preview-follow-no-mime.
1810         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1811         accodring to the display-mode.
1812
1813         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1814         (wl-message-buffer-display): Changed argument name from `as-is' to
1815         `mode'.
1816         (wl-message-display-internal): Ditto;
1817         Bind elmo-mime-display-header-analysis according to the mode.
1818         (wl-message-display-internal): Put wl-message-display-mime-mode
1819         property on entire buffer.
1820
1821 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1822
1823         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1824
1825 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1828         Don't extract mail address.
1829         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1830
1831         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1832
1833         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1834
1835 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1836
1837         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1838         wl-fldmgr-cut-entity-list on confirmation.
1839
1840 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1841
1842         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1843         (wl-mime-quit-preview): Check existence of
1844         mime-edit-temp-message-buffer here.
1845
1846 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1847
1848         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1849         after deletion.
1850
1851         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1852         before calling wl-mime-quit-preview.
1853
1854 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-summary.el (wl-summary-pick): If call it with prefix
1857         argument, set `delete-marks' as non-nil. Pick from only visible
1858         messages.
1859         (wl-summary-check-target-mark): New function.
1860         (wl-summary-target-mark-mark-as-read): Use it.
1861         (wl-summary-target-mark-mark-as-unread): Ditto.
1862         (wl-summary-target-mark-operation): Ditto.
1863         (wl-summary-target-mark-set-flags): Ditto.
1864         (wl-summary-target-mark-save): Ditto.
1865         (wl-summary-target-mark-pick): Ditto.
1866         (wl-summary-target-mark-forward): Ditto.
1867         (wl-summary-target-mark-reply-with-citation): Ditto.
1868         (wl-summary-target-mark-print): Ditto.
1869         (wl-summary-target-mark-uudecode): Ditto.
1870
1871         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1872         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1873         with `ask-coding' is non-nil.
1874
1875 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1876
1877         * wl-thread.el (wl-thread-set-parent): If parent is a message
1878         which is identified by references, set linked as nil.
1879
1880 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1881
1882         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1883         (wl-message-mode-line-format-spec-alist): Ditto.
1884         (wl-message-mode-line-format): Ditto.
1885         (wl-summary-mode-line-format): Ditto for docstring.
1886         (wl-summary-no-mime-folder-list): Fix typo.
1887
1888         * wl-util.el (wl-current-message-buffer): Call
1889         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1890
1891         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1892         variable.
1893         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1894         of `wl-summary-redisplay-no-mime'.
1895         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1896         (wl-summary-toggle-mime): New function.
1897         (wl-summary-redisplay-all-header): Rewrite.
1898         (wl-summary-redisplay-no-mime): Ditto.
1899         (wl-summary-redisplay-internal): Added argument `as-is' and
1900         `all-header'.
1901
1902         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1903         New variable.
1904         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1905         bottom.
1906         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1907         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1908         "/" unconditionally.
1909
1910         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1911         wl-mime-preview-follow-no-mime for as-is content.
1912         (wl-mime-preview-follow-no-mime): New function.
1913         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1914
1915         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1916         and added `as-is', `all-header'.
1917         (wl-message-buffer-display): Ditto.
1918         (wl-message-buffer-display-type): New function.
1919
1920 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * wl-vars.el (wl-message-header-button-alist): Change default
1923         value.
1924         (wl-message-body-button-alist): Ditto.
1925
1926 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1929
1930 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1933
1934 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1935
1936         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1937         is always true.
1938
1939 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1940
1941         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1942         on null entity.
1943
1944 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1947
1948 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * wl-vars.el (wl-summary-resend-hook): New hook.
1951
1952         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1953         `wl-summary-resend-hook'.
1954
1955 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1956
1957         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1958         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1959         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1960         (wl-summary-new-cached-mark): Changed default value to 'n'.
1961         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1962         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1963         (wl-folder-sync-range-alist): Remove spec for 'flag.
1964         (wl-summary-force-prefetch-folder-list): New user option.
1965
1966         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1967         `wl-summary-toggle-persistent-mark'.
1968         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1969         number is nil.
1970         (wl-summary-mark-as-answered-region): Set interactive argument of
1971         `wl-summary-set-persistent-mark-internal'.
1972         (wl-summary-mark-as-important-region): Ditto.
1973         (wl-summary-unset-persistent-mark): Ditto.
1974         (wl-summary-set-persistent-mark): Ditto.
1975         (wl-summary-mark-as-answered): Ditto.
1976         (wl-summary-mark-as-important): Ditto.
1977         (wl-summary-set-persistent-mark-internal): Do nothing
1978         when `elmo-message-flag-available-p' is nil.
1979         (wl-summary-toggle-persistent-mark): New function.
1980         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1981         when the folder matches `wl-summary-force-prefetch-folder-list'.
1982
1983
1984         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1985         when number is nil.
1986         (wl-highlight-summary-forwarded-face): New face.
1987
1988 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * Version number is increased to 2.11.31.
1991
1992 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1993
1994         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1995         (wl-biff-check-folder-async): Ditto.
1996         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1997
1998 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1999
2000         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2001         Add an argument `reverse'.  All callers are updated.
2002         (wl-summary-sort): Add a prefix argument `reverse' to specify
2003         reverse sorting.
2004         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
2005         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
2006         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2007
2008 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-message.el (wl-message-redisplay): Does not narrow header if
2011         disply-type is all-header or as-is.
2012
2013         * wl-summary.el (wl-summary-enter-handler): Use
2014         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2015
2016 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2019         after adding wl-draft-parent-variables.
2020         (wl-draft-forward): Ditto.
2021
2022 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2023
2024         * wl-summary.el (wl-summary-sync-marks): Call
2025         `wl-summary-set-persistent-mark' and
2026         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2027         (wl-summary-set-persistent-mark-internal): Add 4th argument
2028         `no-server'.
2029         (wl-summary-unset-persistent-mark): Ditto.
2030         (wl-summary-set-persistent-mark): Ditto.
2031         (wl-summary-add-flags-internal): Abolish.
2032         (wl-summary-remove-flags-internal): Ditto.
2033         (wl-summary-mark-as-important-internal): Ditto.
2034         (wl-summary-mark-as-important): Use
2035         `wl-summary-set-persistent-mark' instead of
2036         `wl-summary-add-flags-internal'.
2037         (wl-summary-mark-as-important-region): Ditto.
2038
2039         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2040
2041         * wl-summary.el (wl-summary-get-available-flags): New function.
2042         (wl-summary-sync-marks): Use it and simplified.
2043         (wl-summary-unset-persistent-mark): Use
2044         `wl-summary-get-available-flags'.
2045         (wl-summary-set-persistent-mark): Ditto.
2046
2047 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2050         id.
2051
2052 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053
2054         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2055         number, call `wl-summary-prev-line-content'. Show message when the
2056         message is not found.
2057
2058 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2059
2060         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2061         wl-summary-enter-handler.
2062         (wl-summary-enter-handler): New command.
2063
2064         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2065         docstring and custom spec.
2066
2067         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2068         flags too; Don't treat Cached and New.
2069         (wl-summary-set-persistent-mark): Ditto.
2070
2071         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2072         `wl-folder-set-flag'.
2073
2074         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2075         instead of `wl-folder-set-flag'.
2076
2077         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2078         for completion.
2079         (wl-summary-set-persistent-mark): Ditto.
2080
2081         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2082         instead of `wl-draft-quit-preview'.
2083
2084         * wl-mime.el (toplevel): Avoid compile warning.
2085         (wl-mime-quit-preview): New function
2086         (formarly defined as `wl-draft-quit-preview').
2087         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2088         quitting method.
2089
2090         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2091
2092         * wl-folder.el (wl-folder-set-flag): Renamed from
2093         `wl-draft-set-flag-on-parent'.
2094
2095         * wl-draft.el (wl-draft-quit-preview): New function.
2096         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2097         (wl-draft-send): Call `wl-folder-set-flag' instead of
2098         `wl-draft-set-flag-on-parent'.
2099         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2100
2101 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2104         (wl-draft-send): Ditto.
2105
2106 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2109         (wl-draft-kill-pre-hook): Set default value as nil.
2110         (wl-summary-reply-hook): Ditto.
2111         (wl-draft-kill-flags): Abolish.
2112
2113         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2114         (wl-draft-parent-variables): Renamed from
2115         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2116         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2117         argument; Add wl-draft-parent-variables to
2118         wl-draft-config-variables.
2119         (wl-draft-reply): Likewise.
2120         (wl-draft-kill-flags): Abolish.
2121         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2122         (wl-draft-set-flag-on-parent): New function.
2123         (wl-draft-setup-parent-flag): Ditto.
2124
2125 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2126
2127         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2128         `wl-draft-parent-folder' is "".
2129
2130 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2131
2132         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2133         (wl-summary-digit-jump): New function.
2134         (Adviced by John Owens and Hiroya Murata)
2135
2136         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2137         (Adviced by John Owens)
2138
2139         * wl-xmas.el (wl-message-define-keymap): Ditto.
2140
2141         * wl-mule.el (wl-message-define-keymap): Ditto.
2142
2143 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2146         change of return value of elmo-folder-count-flags.
2147
2148         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2149         (wl-summary-mark-as-read-internal): Ditto.
2150         (wl-summary-set-persistent-mark-internal): Ditto.
2151         (wl-summary-folder-info-update): Ditto.
2152         (wl-summary-sync-update): Fixed the last change.
2153
2154         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2155
2156 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2157
2158         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2159         (wl-draft-kill-flags): Fixed docstring.
2160
2161         * wl-draft.el (wl-draft-kill-flags): New function.
2162         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2163
2164 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * wl-vars.el (wl-reply-hook): Abolish.
2167         (wl-draft-reply-hook): New hook.
2168         (wl-summary-reply-hook): Ditto.
2169         (wl-draft-forward-hook): Ditto.
2170         (wl-summary-forward-hook): Ditto.
2171         (wl-draft-kill-flags): New variable.
2172
2173         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2174         wl-summary-set-persistent-mark-internal.
2175         (wl-summary-sync-marks): Use elmo-preserved-flags.
2176         (wl-summary-update-persistent-mark): Make it interactive.
2177         (wl-summary-set-persistent-mark-internal): New inline function.
2178         (wl-summary-mark-as-answered): Use it.
2179         (wl-summary-mark-as-unanswered): Ditto.
2180         (wl-summary-unset-persistent-mark): New function.
2181         (wl-summary-set-persistent-mark): Ditto.
2182         (wl-summary-reply): Don't set answered flag;
2183         Run wl-summary-reply-hook instead.
2184         (wl-summary-forward): Call wl-draft-forward with number.
2185         Run wl-summary-forward-hook.
2186
2187         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2188         (wl-highlight-summary-line-face-spec): Use it as a default
2189         persistent mark face.
2190
2191         * wl-draft.el (wl-draft-forward): Added optional argument number;
2192         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2193         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2194         (wl-draft-kill): Use wl-draft-kill-flags.
2195
2196         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2197
2198         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2199         of return value of elmo-folder-count-flags.
2200
2201         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2202
2203         * wl-summary.el (wl-summary-count-unread): Ditto.
2204         (wl-summary-sync-update): Follow the change above.
2205         (wl-summary-force-prefetch): New function.
2206
2207 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2208
2209         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2210         variable `buf' with `let' instead of `setq'.
2211
2212 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213
2214         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2215         add Content-Disposition heaeder on the deleted part.
2216
2217 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-draft.el (wl-draft-save): Encode address list under edit by
2220         `eword-encode-unstructured-field-body'.
2221
2222         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2223
2224 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2225
2226         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2227         wl-current-summary-buffer.
2228
2229 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2230
2231         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2232         `numbers' is ignored.
2233
2234 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2235
2236         * wl-folder.el (wl-folder-open-folder): Avoid error.
2237         Reported by John Owens, [wl-en:815]
2238
2239         * wl.el (wl): Set timer for biff process even if prefix argument
2240         is given or auto-checking is quitted.
2241
2242         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2243         immediately.
2244         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2245         (wl-toggle-plugged): Ditto.
2246
2247         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2248         * wl-util.el (wl-biff-start): Use idle timer if
2249         `wl-biff-use-idle-timer' is non-nil.
2250
2251 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2252
2253         * wl-highlight.el (wl-highlight-message): Fix description.
2254
2255 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2256
2257         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2258         tty.
2259
2260 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-action.el (wl-summary-exec): Print failure count.
2263
2264 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2267         to `defun', remove interactive form.
2268         Set elmo-message-fetch-confirm when force-reload is non-nil.
2269
2270 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2271
2272         * wl-summary.el (toplevel): Removed unnecessary autoload.
2273
2274 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2277         the buffer is generated from another message buffer.
2278
2279 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2280
2281         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2282         extracted from `wl-fldmgr-save-folders'.
2283         (wl-fldmgr-delete): Call it after deletion.
2284
2285 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2286
2287         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2288         multi-tty support.
2289
2290 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2291
2292         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2293
2294 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2295
2296         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2297         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2298
2299 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2302         unsubscribe list only if argument CLEAR is nil.
2303
2304 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-draft.el (wl-draft-reply): Decode subject before removing
2307         Re: prefix.
2308
2309 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2310
2311         * wl-summary.el (wl-summary-sort-by-size): New command.
2312
2313 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-summary.el (wl-summary-number-list-from-region): New
2316         function.
2317         (wl-summary-mark-as-read-region): Use it.
2318         (wl-summary-mark-as-unread-region): Ditto.
2319         (wl-summary-set-flags-region): Ditto and add optional argument
2320         remove.
2321         (wl-summary-mark-as-answered-region): Ditto.
2322         (wl-summary-mark-as-important-region): Ditto.
2323         (wl-summary-target-mark-mark-as-important): Added optional
2324         argument remove.
2325         (wl-summary-target-mark-mark-as-answered): Ditto.
2326         (wl-summary-target-mark-set-flags): Ditto.
2327
2328 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-summary.el (wl-summary-set-flags-region): Call
2331         `wl-summary-set-flags-internal' with number list instead of call
2332         one by each message.
2333         (wl-summary-target-mark-set-flags): Likewise.
2334
2335 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336
2337         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2338         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2339         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2340         (wl-summary-target-mark-mark-as-answered): Likewise.
2341
2342 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * wl-summary.el (wl-summary-target-mark-forward): Use
2345         `wl-summary-delete-all-target-marks' instead of
2346         `wl-summary-delete-all-temp-marks'.
2347         (wl-summary-target-mark-reply-with-citation): Ditto.
2348         (wl-summary-target-mark-uudecode): Ditto.
2349         (wl-summary-target-mark-set-flags): Ditto and remove needless
2350         cursor move.
2351
2352 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-summary.el (wl-summary-target-mark-forward): Protect
2355         wl-summary-buffer-target-mark-list from nreverse.
2356         (wl-summary-target-mark-reply-with-citation): Ditto.
2357
2358 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2359
2360         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2361         `elmo-display-progress-threshold'.
2362
2363 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2366         check `wl-summary-highlight'.
2367         (wl-summary-window-scroll-functions): Respect value of
2368         `wl-summary-highlight'.
2369         (wl-summary-sync-update): Run hooks
2370         `wl-summary-buffer-window-scroll-functions' at any time.
2371
2372 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2373
2374         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2375         from `wl-summary-cleanup-temp-marks'.
2376         (wl-summary-cleanup-temp-marks): Abolish argument.
2377         * wl.el (wl-save-status): Revert previous change.
2378         (wl-execute-temp-marks): New function, call
2379         `wl-summary-exec-with-confirmation'.
2380         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2381         (wl-folder-save-and-exec-marks): Abolished.
2382
2383 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2384
2385         * wl-e21.el (wl-e21-display-image-p): Respect
2386         `wl-highlight-folder-with-icon'.
2387         (wl-e21-highlight-folder-group-line): Highlight mouse line
2388         even if wl-e21-display-image-p is nil.
2389
2390         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2391         Respect value of `wl-summary-highlight'.
2392
2393         * wl.el (wl-save-status): Remove unused variable.
2394
2395         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2396         (wl-folder-mode-map): Bind it to "x".
2397
2398 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2399
2400         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2401
2402         * wl-thread.el (wl-thread-get-parent-list): Don't check
2403         disconnected ancestors, neglecting needless work in
2404         `wl-thread-update-indent-string-thread'.
2405
2406         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2407         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2408         argument, add argument default-keep to keep marks by default.
2409
2410         * Version number is increased to 2.11.30.
2411
2412         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2413         customization type and docstring.
2414         (wl-draft-reply-without-argument-list): Ditto.
2415
2416 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2417
2418         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2419
2420         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2421
2422 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2425
2426 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2427
2428         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2429         save-excursion so as not to include run-hooks.
2430
2431 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2434         Clarify that marks are going to be cleared.
2435
2436 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2439         according to 3rd element of wl-summary-flag-mark.
2440
2441         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2442
2443 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-action.el (wl-summary-target-mark-all): Don't set
2446         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2447
2448 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2449
2450         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2451         (wl-forward-subject-prefix): Ditto.
2452         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2453         (wl-draft-reply-make-subject): Ditto.
2454
2455         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2456         `wl-draft-forward'.
2457         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2458
2459 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2462         target message does not exist.
2463
2464 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2465
2466         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2467         `wl-subject-prefix-regexp'.
2468         (wl-subject-forward-prefix-regexp): New variable.
2469         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2470         `wl-draft-strip-subject-re' and take regexp as argument.
2471         (wl-draft-forward): Use it.
2472         (wl-draft-reply): Ditto.
2473
2474 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2475
2476         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2477         emacs multi-tty support.
2478
2479 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2480
2481         * wl-e21.el (wl-e21-display-image-p): Don't call
2482         `display-images-p'.
2483         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2484         support.
2485         (wl-highlight-folder-current-line): Ditto.
2486         (wl-folder-init-icons): Ditto.
2487
2488 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2489
2490         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2491         the last line of summary in unplugged mode.
2492
2493 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2494
2495         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2496
2497 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2498
2499         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2500         * wl-address.el (wl-address-user-mail-address-p): Use it.
2501         (wl-address-delete-user-mail-addresses): Ditto.
2502         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2503
2504         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2505         (wl-address-delete-user-mail-addresses): Ditto.
2506
2507         * wl-address.el (wl-address-delete-user-mail-addresses): New
2508         function.
2509         * wl-refile.el (wl-refile-guess-by-history): Use it.
2510         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2511         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2512
2513         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2514         use wl-address-user-mail-address-p.
2515
2516 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2517
2518         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2519         after opening group.
2520
2521 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2524         of elmo-set-buffer-multibyte.
2525
2526         * wl-message.el (wl-original-message-mode): Ditto.
2527
2528         * wl-score.el (wl-score-insert-header): Ditto.
2529
2530         * wl-summary.el
2531         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2532         (wl-summary-goto-folder-subr): Ditto.
2533         (wl-summary-insert-headers): Ditto.
2534
2535         * wl-util.el (wl-set-string-width): Ditto.
2536
2537         * Version number is increased to 2.11.29.
2538
2539 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2540
2541         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2542         (wl-highlight-summary-line-help-echo-alist): New variable.
2543         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2544         into `wl-highlight-summary-line-help-echo' and
2545         `wl-highlight-flag-folder-help-echo'.
2546         (wl-highlight-summary-line-string): Change accordingly.
2547         (wl-highlight-summary-current-line): Ditto.
2548
2549 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2550
2551         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2552         at the beginning of field body (Thanks to Markus Knittig).
2553
2554         * wl-draft.el (wl-draft-insert-current-message): Also check
2555         summary buffer, remove unnecessary tag.
2556
2557 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2558
2559         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2560         when wl-message-buffer is nil.
2561
2562         * wl-folder.el (wl-folder): Abolish unused argument.
2563         Call wl-folder-init when wl-folder-entity is nil.
2564         * wl.el (wl): Change accordingly.
2565
2566 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2569         multibyte string before insert into draft buffer.
2570         (wl-draft-create-buffer): Always enable multibyte characters for
2571         draft buffer.
2572
2573         * Version number is increased to 2.11.28.
2574
2575 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2576
2577         * wl-folder.el (wl-folder-open-close): Handle blank line.
2578         (wl-folder-jump-to-current-entity): Ditto.
2579
2580 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * Version number is increased to 2.11.27.
2583
2584 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585
2586         * wl-thread.el (wl-thread-insert-message): When the thread is
2587         devided by wl-summary-max-thread-depth, insert line at the end of
2588         buffer.
2589
2590 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2591
2592         * Version number is increased to 2.11.26.
2593
2594 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2595
2596         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2597
2598 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2599
2600         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2601         value of stream-type and session.
2602
2603 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2604
2605         * Version number is increased to 2.11.25.
2606
2607 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2608
2609         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2610         in a quit message.
2611
2612 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2613
2614         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2615         (wl-summary-redisplay-no-mime-internal): Ditto.
2616
2617 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2618
2619         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2620         * wl-vars.el (wl-smtp-connection-type): Ditto.
2621
2622 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2623
2624         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2625         for the separator line and quote mail-header-separator.
2626
2627 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2628
2629         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2630         result message.
2631
2632         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2633         `elmo-multiple-fields-body-list' with boundary as
2634         mail-header-separator.
2635
2636 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2639
2640 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2641
2642         * wl-util.el (wl-list-diff): Remove unused function.
2643
2644         * wl-draft.el (wl-draft-send-confirm): Discard input before
2645         confirmation.
2646
2647 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2648
2649         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2650         order of flag and new.
2651
2652 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2653
2654         * wl-vars.el (wl-refile-policy-alist): Abolished.
2655
2656         * wl-action.el (wl-summary-set-action-refile): Follow the change
2657         above.
2658
2659 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * wl-highlight.el (wl-highlight-signature-search): Don't use
2662         re-search-backward for a long word since it is possible to crash
2663         XEmacs because of a bug.
2664
2665 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2666
2667         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2668
2669 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2672         argument for wl-summary-sync-force-update.
2673
2674 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-summary.el (wl-summary-mode-map): Revival of
2677         wl-summary-mark-as-important related bindings;
2678         Bind 'F','tF','mF','rF','m&'.
2679         (wl-summary-mark-as-important-region): Revival.
2680         (wl-summary-target-mark-mark-as-important): Ditto.
2681         (wl-summary-target-mark-operation): New function.
2682         (wl-summary-target-mark-mark-as-answered): Use it.
2683         (wl-summary-decide-flag): Don't set Important as default.
2684         (wl-summary-mark-as-important-internal): Revival.
2685         (wl-summary-mark-as-important): Ditto.
2686
2687         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2688
2689         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2690         instead of facep.
2691
2692 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2693
2694         * wl-dnd.el (wl-dnd-drop-func): Fix.
2695
2696         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2697         mouse-set-point instead of posn-point.
2698
2699         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2700
2701         * wl-mule.el (wl-completing-read-multiple): Ditto.
2702
2703 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-demo.el (face-background-name): Defalias to avoid compile
2706         warning.
2707
2708 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-summary.el (wl-summary-decide-flag): Use
2711         wl-completing-read-multiple instead of completing-read-multiple.
2712
2713         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2714         New alias.
2715
2716         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2717         Use face-background-name instead of face-background.
2718
2719         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2720
2721         * wl-summary.el (wl-summary-save): Use it.
2722         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2723
2724         * wl-mime.el (wl-mime-save-content): Fix last change.
2725
2726 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2727
2728         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2729         New function.
2730         (wl-summary-sort-specs): Added sort.
2731         * wl-mime.el (wl-mime-save-content): Expand file name.
2732
2733 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2736
2737         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2738
2739 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2742         for flag if it is not defined.
2743
2744 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * wl-e21.el (wl-highlight-folder-current-line): Use
2747         elmo-folder-type-internal when elmo-folder-type returns nil.
2748
2749         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2750
2751         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2752
2753         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2754
2755         * wl-e21.el (wl-summary-toolbar): Ditto.
2756
2757         * wl-vars.el (wl-demo-background-color): Abolished.
2758         (wl-summary-persistent-mark-priority-list): Renamed from
2759         wl-summary-flag-priority-list.
2760         (wl-summary-flag-alist): New user option.
2761         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2762         (wl-message-mode-line-format-spec-alist): Added 'F'.
2763         (wl-message-mode-line-format): Likewise.
2764         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2765         instead of wl-summary-important-mark.
2766         (wl-file-folder-icon): New variable.
2767
2768         * wl-thread.el (wl-thread-set-flags): Renamed from
2769         wl-thread-mark-as-important.
2770
2771         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2772         warning.
2773         (wl-summary-mode-menu-spec): Follow the change of 
2774         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2775         (wl-summary-mode-map): Follow the change of
2776         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2777         (wl-summary-detect-mark-position): Follow the variable name change.
2778         (wl-summary-set-flags-region): New function for the replacement of
2779         wl-summary-mark-as-important-region.
2780         (wl-summary-sync-marks): Sync all global-flags.
2781         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2782         instead of elmo-message-flagged-p.
2783         (wl-summary-persistent-mark-string): Follow the variable name change;
2784         Put wl-summary-flag-mark if the message has global-flag.
2785         (wl-summary-target-mark-set-flags): Renamed from 
2786         wl-summary-target-mark-mark-as-important.
2787         (wl-summary-decide-flag): New function.
2788         (wl-summary-set-flags-internal): Renamed from
2789         wl-summary-mark-as-important-internal.
2790         (wl-summary-add-flags-internal): New function.
2791         (wl-summary-remove-flags-internal): Ditto.
2792         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2793         (wl-summary-mark-as-unimportant): Abolish.
2794         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2795         (wl-summary-next-message): List flagged messages in the msgdb.
2796
2797         * wl-score.el (wl-summary-score-update-all-lines): Use
2798         wl-summary-add-flags-internal instead of 
2799
2800         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2801
2802         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2803         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2804         (wl-message-buffer-require-all-header): Renamed from
2805         wl-message-buffer-all-header-flag (Ditto).
2806         (wl-message-buffer-flag-indicator): New variable.
2807         (wl-message-redisplay): Changed local varibale name from `flag' to
2808         `display-type'; Set up wl-message-buffer-flag-indicator.
2809         (wl-message-buffer-display): Changed varibale name from `flag' to
2810         `display-type'.
2811         (wl-message-display-internal): Likewise.
2812
2813         * wl-highlight.el (wl-highlight-demo-face): Define default background
2814         color.
2815         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2816
2817         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2818
2819         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2820         (wl-demo-setup-properties): Renamed from
2821         `wl-demo-set-background-color'.
2822         (wl-demo): Follow the change above.
2823         
2824         * Version number is increased to 2.11.24.
2825
2826 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2827
2828         * wl-summary.el (wl-summary-toggle-thread): Call
2829         `wl-summary-rescan' with disable-thread as non-nil.
2830         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2831
2832 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2833
2834         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2835         foreground property of the face.
2836         (wl-demo-insert-text): Don't set up face property here.
2837         (wl-demo): Call wl-demo-set-background-color, anyway.
2838
2839 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2840
2841         * wl-vars.el (wl-demo-background-color): The value can be nil.
2842
2843 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2846         to wl-summary-wheel-dispatcher.
2847
2848         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2849         wl-message-wheel-dispatcher.
2850         (wl-message-wheel-dispatcher): New function.
2851         (wl-summary-wheel-dispatcher): Ditto.
2852
2853 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2854
2855         * wl-action.el (wl-summary-target-mark-all): List messages which are
2856         not in the killed-list.
2857
2858         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2859         only when the folder is 'flag/important.
2860
2861         * wl-address.el (wl-complete-field-body): Complete if the last
2862         character is a space.
2863
2864 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2865
2866         * wl-folder.el (wl-folder-clear-entity-info): Use
2867         elmo-clear-hash-val.
2868
2869         * wl-fldmgr.el (wl-fldmgr-rename): Set
2870         wl-folder-info-alist-modified as t.
2871
2872 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2873
2874         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2875
2876 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2877
2878         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2879         (wl-folder-buffer-last-visited-entity-id): New buffer local
2880         variable.
2881         (wl-folder-revisit-last-visited-folder): New function.
2882         (wl-folder-mode-map): Bind it to "C-i".
2883         (wl-folder-set-current-entity-id): Set last visited folder.
2884         * wl-summary.el (wl-summary-exit): Ditto.
2885
2886 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2889         before calling `recenter' in order to cope with an XEmacs bug.
2890
2891 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2892
2893         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2894         to the default value.
2895
2896 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2899         change.
2900         (wl-summary-sync-marks): Ditto.
2901         (wl-summary-mark-as-read-internal): Ditto.
2902         (wl-summary-mark-as-answered-internal): Ditto.
2903         (wl-summary-mark-as-important-internal): Ditto.
2904         (wl-summary-reply): Ditto.
2905
2906         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2907         instead of `elmo-folder-unflag-answered'.
2908
2909         * Version number is increased to 2.11.23.
2910
2911         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2912         the last change.
2913
2914 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2915
2916         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2917         Specify "spam" or "good".
2918
2919 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-spam.el (wl-summary-exec-action-spam): Call
2922         wl-folder-confirm-existence for spam folder.
2923         (wl-spam-setup): Bind "mk".
2924
2925 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2928
2929 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2930
2931         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2932         destination folder is empty.
2933
2934 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2937         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2938
2939         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2940         (wl-summary-refile-prev-destination-region): New function.
2941         (wl-thread-refile-prev-destination): Ditto.
2942         (wl-summary-target-mark-refile-prev-destination): Ditto.
2943
2944 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2945
2946         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2947         (wl-demo-background-color): Changed default value.
2948
2949         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2950         color.
2951
2952         * wl-demo.el (wl-demo-set-background-color): New function.
2953         (wl-demo): Call it.
2954
2955 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2956
2957         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2958         * wl-address.el (wl-address-add-or-change): Don't add empty
2959         address.
2960
2961 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2962
2963         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2964
2965 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * wl-vars.el (wl-demo-image-filter-alist): New variable
2968         (wl-demo-background-color): Ditto.
2969
2970         * wl-demo.el (wl-demo-xpm-set-background): New function.
2971         (wl-demo-image-filter): Ditto.
2972         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2973
2974         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2975
2976         * wl-demo.el (wl-demo-icon-name): Define as function.
2977         (wl-demo-insert-image): Use it.
2978
2979 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2980
2981         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2982
2983 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2984
2985         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2986
2987 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2988
2989         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2990
2991 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-thread.el (wl-thread-mark-as-answered): New function.
2994
2995         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2996         answered" entry.
2997         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2998         "r&" and wl-thread-mark-as-answered to "t&".
2999         (wl-summary-mark-as-important-region): Refine to toggle mark.
3000         (wl-summary-mark-as-answered-region): New function.
3001         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3002         and 3rd argument.
3003         (wl-summary-mark-as-important-internal): Likewise.
3004
3005 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-template.el (wl-template-preview): New internal variable.
3008         (wl-template-preview-p): New function.
3009         (wl-template-show): Bind `wl-template-preview' as t.
3010
3011 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3012
3013         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3014         `elmo-message-entity-field' with 3rd argument which is non-nil.
3015
3016 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3017
3018         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3019         Removed duplicate local bind `folder'.
3020
3021 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3024
3025 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3028         duplicate definition.
3029
3030 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3033         non-nil, use it; Don't fetch message if there's no message in the
3034         current cursor position.
3035
3036 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3037
3038         * wl-util.el (wl-region-exists-p): Use region-active-p.
3039         (wl-deactivate-region): New function.
3040         * wl-message.el (wl-message-redisplay): Deactivate region.
3041
3042         * wl-summary.el (wl-summary-reply): Call
3043         `wl-summary-set-message-buffer-or-redisplay' instead of
3044         `wl-summary-redisplay-internal', don't move point.
3045
3046 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3049         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3050         by regexp.
3051
3052 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3053
3054         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3055         if no need.
3056
3057 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3060         default value to nil.
3061         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3062         `wl-summary-prepare-hook'; Replace refile action to
3063         `wl-summary-exec-action-refile-with-register'.
3064
3065         * Version number is increased to 2.11.22.
3066
3067 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-summary.el (wl-summary-detect-mark-position): Set
3070         `wl-summary-buffer-weekday-name-lang'.
3071
3072 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3073
3074         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3075         (wl-summary-mark-as-read-all): Ditto.
3076         (wl-summary-delete-messages-on-buffer): Ditto.
3077         (wl-summary-sync-update): Ditto.
3078         (wl-summary-mark-as-read-internal): Ditto.
3079         (wl-summary-mark-as-answered-internal): Ditto.
3080         (wl-summary-update-folder-info): Abolished.
3081
3082 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-summary.el (wl-summary-mark-as-read-all): Use
3085         `wl-summary-update-folder-info' instead of
3086         `wl-folder-update-unread'.
3087
3088 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3089
3090         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3091         `wl-summary-folder-info-update'.
3092         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3093         instead of `wl-summary-folder-info-update'.
3094         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3095         `wl-folder-set-folder-updated'.
3096         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3097         instead of `wl-folder-update-unread'.
3098         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3099         the value of `wl-summary-buffer-unread-count' for the second parameter of
3100         `wl-folder-update-unread'.
3101
3102         * Version number is increased to 2.11.21.
3103
3104 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3105
3106         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3107         a local variable.
3108
3109 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3112         interactively.
3113
3114         * wl-summary.el (wl-summary-mark-as-important-internal): New
3115         internal function.
3116         (wl-summary-mark-as-important): Use it.
3117         (wl-summary-mark-as-unimportant): New function.
3118         (wl-summary-sync-marks): Follow the API change.
3119
3120         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3121
3122         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3123
3124 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3125
3126         * wl-folder.el (wl-folder-update-unread): Re-indent.
3127         Narrow the scope of a local variable.
3128
3129 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3130
3131         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3132         (wl-addrmgr-merge-entries): Ditto.
3133         (wl-addrmgr): Added to address entry which exists in draft buffer
3134         if no entry is in original.
3135
3136 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3137
3138         * wl-batch.el: New file.
3139
3140 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3141
3142         * wl-vars.el (wl-use-semi): Remove unused variable.
3143
3144 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3147         "?".
3148
3149 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3150
3151         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3152         wl-summary-new-mark.
3153         (wl-summary-new-cached-mark): New user option.
3154         (wl-summary-score-marks): Follow the change above.
3155         (wl-summary-auto-refile-skip-marks): Ditto.
3156         (wl-summary-incorporate-marks): Ditto.
3157         (wl-summary-expire-reserve-marks): Ditto.
3158
3159         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3160
3161         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3162         (wl-summary-persistent-mark-string): Distinguished between cached
3163         and uncached mark when the message is new.
3164
3165 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-spam.el (wl-spam-domain): Renamed from
3168         `wl-spam-folder-guess-domain'.
3169         (wl-summary-exec-action-spam): Register as spam if domain of the
3170         source folder is good.
3171         (wl-summary-exec-action-refile-with-register): Register message if
3172         domain of the source folder is not undecided.
3173
3174 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3177         detect thread loop.
3178
3179 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3180
3181         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3182         and wl-summary-skip-mark-list.
3183
3184 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3185
3186         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3187
3188         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3189
3190         * wl-spam.el (toplevel): Require wl-highlight.
3191         (wl-spam-auto-check-policy-alist): Abolish.
3192         (wl-spam-auto-check-folder-regexp-list): New user option.
3193         (wl-spam-auto-check-marks): Ditto.
3194         (wl-spam-mark-action-list): Ditto.
3195         (wl-highlight-summary-spam-face): New face.
3196         (wl-spam-auto-check-message-p): New function.
3197         (wl-spam-map-spam-messages): Fixed message.
3198         (wl-spam-register-spam-messages): Ditto.
3199         (wl-spam-register-good-messages): Ditto.
3200         (wl-summary-spam-map): Add and remove keybind.
3201         (wl-summary-target-mark-spam): Abolish.
3202         (wl-summary-refile-spam): Ditto.
3203         (wl-summary-test-spam): New function.
3204         (wl-summary-mark-spam): Ditto.
3205         (wl-summary-auto-check-spam): Follow the above change.
3206         (wl-summary-exec-action-spam): New function.
3207         (wl-summary-exec-action-refile-with-register): Fixed message.
3208         (wl-message-check-spam): New function.
3209         (wl-spam-setup): Ditto.
3210         (toplevel): Call it if this file is loaded interactivity.
3211
3212         * Version number is increased to 2.11.20.
3213
3214 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3217         when new optional argument `force' is non nil or modified.
3218
3219 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl.el (toplevel): Require wl-spam when compile.
3222         (wl-save-status): Call wl-spam-save-status.
3223
3224         * wl-spam.el (wl-spam-register-spam-messages): New function.
3225         (wl-spam-register-good-messages): Ditto.
3226         (wl-spam-save-status): Ditto.
3227         (wl-summary-mode-map): Bind
3228         wl-summary-target-mark-register-as-spam to "ms" and
3229         wl-summary-target-mark-register-as-good to "mn".
3230         (wl-summary-register-as-spam): Abolish optional argument; Use
3231         wl-spam-register-spam-messages.
3232         (wl-summary-register-as-spam-all): Use
3233         wl-spam-register-spam-messages.
3234         (wl-summary-register-as-good): Abolish optional argument; Use
3235         wl-spam-register-good-messages.
3236         (wl-summary-register-as-good-all): Use
3237         wl-spam-register-good-messages.
3238         (wl-summary-target-mark-register-as-spam): New funtion.
3239         (wl-summary-target-mark-register-as-good): Ditto.
3240
3241 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-spam.el: New file.
3244
3245 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3248
3249         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3250         (wl-summary-auto-refile): Call wl-refile-guess with
3251         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3252
3253 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3254
3255         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3256         with disable-thread argument non-nil.
3257
3258 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3259
3260         * wl-summary.el (wl-summary-rescan): Added optional argument
3261         disable-thread.
3262         (wl-summary-sync): Call wl-summary-rescan with argument
3263         disable-thread.
3264         (wl-summary-input-range): Added new range `rescan-thread'.
3265
3266 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3269
3270 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3271
3272         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3273         internal variable.
3274         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3275         wl-summary-search-parent-by-subject-regexp and
3276         wl-summary-divide-thread-when-subject-changed as nil.
3277         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3278         (wl-summary-insert-thread): Search parent entity from
3279         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3280         thread loop.
3281
3282 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3283
3284         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3285
3286         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3287
3288         * wl-util.el (wl-require-update-all-folder-p): New function.
3289         (wl-get-assoc-list-value): Added `function' to match directive.
3290         (wl-collect-draft): Rewrite.
3291
3292         * wl-summary.el (wl-summary-sync-update): Clear faces
3293         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3294         are non-nil.
3295         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3296         argument as function.
3297         (wl-summary-input-range): Ditto.
3298
3299         * wl-folder.el (wl-draft-get-folder): New function.
3300         (wl-folder-get-elmo-folder): Consider draft folder.
3301
3302         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3303         (wl-draft-buffer-message-number): New buffer local variable.
3304         (wl-draft-folder-internal): New internal variable.
3305         (wl-draft-delete): Rewrite.
3306         (wl-draft-save): Ditto.
3307         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3308         wl-folder-get-elmo-folder.
3309         (wl-draft-config-info-operation): Ditto.
3310         (wl-jump-to-draft-folder): Ditto.
3311         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3312         (wl-draft-reedit): Rewrite.
3313
3314         * Version number is increased to 2.11.19.
3315         
3316 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3317
3318         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3319         variable.
3320
3321 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3322
3323         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3324         Use ignore-errors instead of unwind-protect.
3325
3326 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3327
3328         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3329         for updating `wl-thread-entity-list'.
3330
3331 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3332
3333         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3334         parameter from calling `wl-thread-entity-get-older-brothers' and
3335         `wl-thread-entity-get-younger-brothers'.
3336         Replace nested `append' with a single one.
3337
3338 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * wl-summary.el (wl-summary-mode): Don't use the return value of
3341         `make-local-hook'.
3342
3343 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3344
3345         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3346         instead of `let*'.
3347         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3348         of local variables.
3349
3350 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3353         Renamed from wl-summary-window-scroll-functions.
3354         (wl-summary-window-scroll-functions): Don't set to variable.
3355         (wl-summary-display-top): Use run-hooks.
3356         (wl-summary-display-bottom): Ditto.
3357         (wl-summary-toggle-disp-msg): Ditto.
3358         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3359         Use it instead of wl-summary-window-scroll-functions.
3360         (wl-summary-goto-folder-subr): Don't call
3361         wl-summary-window-scroll-functions, use
3362         wl-summary-buffer-window-scroll-functions instead.
3363
3364 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3367         make-local-variable.
3368
3369 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3370
3371         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3372         set-buffer-modified-p.
3373         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3374         (wl-summary-display-bottom): Ditto.
3375         (wl-summary-toggle-disp-msg): Ditto.
3376
3377 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3378
3379         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3380
3381         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3382         (wl-summary-forward): Use elmo-message-entity-field instead of
3383         elmo-message-field.
3384
3385         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3386
3387 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3388
3389         * wl-summary.el (wl-summary-window-scroll-functions): No use
3390         `append'.
3391
3392 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3393
3394         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3395         function.
3396         (wl-summary-window-scroll-functions): Call it when both
3397         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3398         (wl-summary-temp-mark): Added optional argument number.
3399         (wl-summary-message-mark): Added optional argument flag.
3400         (wl-summary-persistent-mark): Added optional argument number and flag.
3401         (wl-summary-update-persistent-mark): Ditto.
3402         (wl-summary-update-status-marks): Set "r" for interactive spec.
3403
3404         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3405         argument number and flag.
3406
3407         * wl-action.el (wl-summary-registered-temp-mark): 
3408         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3409
3410 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3411
3412         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3413         internal variable (buffer local).
3414         (wl-summary-window-scroll-functions): New function.
3415         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3416         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3417         as nil.
3418         (wl-summary-update-status-marks): Added arguments beg, end and
3419         check.
3420         (wl-summary-update-mark-window): Use function.
3421         (wl-summary-sync-update): Follow the change above.
3422         (wl-summary-switch-to-clone-buffer): Copy
3423         wl-summary-buffer-unsync-mark-number-list.
3424         (wl-summary-goto-folder-subr): Set
3425         wl-summary-buffer-unsync-mark-number-list and
3426         use wl-summary-window-scroll-functions instead of
3427         wl-summary-lazy-highlight.
3428
3429         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3430
3431 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3432
3433         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3434
3435         * wl-summary.el (wl-summary-update-persistent-mark): Call
3436         wl-summary-set-message-modified.
3437
3438         * wl-summary.el (wl-summary-sync-update): Don't call
3439         wl-summary-update-status-marks.
3440
3441         * Version number is increased to 2.11.18.
3442
3443 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3446         (wl-message-next-page): Ditto.
3447
3448 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3449
3450         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3451         local variable.  Change the order of a collected list into the
3452         same as the specified range.  Remove nil from a collected list.
3453
3454 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3455
3456         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3457         argument for elmo-folder-list-messages.
3458
3459 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3460
3461         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3462         change (wl-summary-count-unreads return a list instead of a cons
3463         cell).
3464
3465 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3466
3467         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3468         `wl-summary-folder-info-update'.
3469
3470 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3471
3472         * wl-summary.el (wl-summary-set-message-modified): No use
3473         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3474         (wl-summary-set-mark-modified): Abolish.
3475         (wl-summary-mark-modified-p): Ditto.
3476         (wl-summary-save-view): Follow the change above.
3477
3478         * wl-expire.el (wl-summary-expire): Likewise.
3479
3480 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3481
3482         * wl-summary.el (wl-summary-detect-mark-position): Use
3483         modb-entity-handler.
3484         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3485
3486         * Version number is increased to 2.11.17.
3487
3488 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3491         entity field value.
3492         (wl-summary-prefetch-msg): Ditto.
3493         (wl-summary-print-message-with-ps-print): Ditto.
3494
3495 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3496
3497         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3498         for dummy entity.
3499         (wl-summary-insert-thread): Use elmo-message-entity-field.
3500         (wl-summary-update-thread): Use elmo-message-entity-field and
3501         elmo-message-entity-number.
3502         (wl-summary-line-number):  Use elmo-message-entity-number.
3503         (wl-summary-line-size): Use elmo-message-entity-field.
3504         (wl-summary-line-subject): Ditto.
3505         (wl-summary-line-from): Ditto.
3506         (wl-summary-line-attached): Ditto.
3507         (wl-summary-create-line): Ditto.
3508         (wl-summary-create-line): Use elmo-message-entity-number.
3509         (wl-summary-print-message-with-ps-print): Use
3510         elmo-message-entity-field.
3511
3512 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3513
3514         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3515         change in elmo-msgdb-make-message-entity.
3516         (wl-summary-buffer-set-folder): Don't call
3517         wl-summary-detect-mark-position here.
3518         (wl-summary-rescan): Call elmo-message-entity-number.
3519         (wl-summary-sync-update): Ditto.
3520         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3521
3522         * wl-score.el (wl-score-header-index): Redefine 2th element.
3523         (wl-score-overview-entity-get-extra): Abolish.
3524         (wl-score-ov-entity-get): Rewrite.
3525         (wl-score-string-index<, wl-score-string-func<): Abolish.
3526         (wl-score-string<): New function.
3527         (wl-score-string-sort): Use it.
3528
3529         * wl-refile.el (wl-refile-guess-by-history): Use
3530         elmo-message-entity-field.
3531         (wl-refile-guess-by-from): Ditto.
3532         (wl-refile-guess-by-msgid): Ditto.
3533
3534         * Version number is increased to 2.11.16.
3535
3536 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3537
3538         * wl-folder.el (wl-folder-confirm-existence): Don't call
3539         file-exists-p if msgdb-path is nil.
3540         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3541         `wl-read-folder-hist' to `wl-read-folder-history'.
3542
3543 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3544
3545         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3546         `y-or-n-p'.
3547
3548 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-score.el (wl-score-headers): Don't use
3551         elmo-folder-do-each-message-entity.
3552
3553         * Version number is increased to 2.11.15.
3554
3555 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-summary.el (wl-summary-delete-all-msgs): Use
3558         elmo-folder-move-messages instead of elmo-folder-delete-messages
3559         and elmo-folder-detach-messages.
3560         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3561
3562         * wl-expire.el (wl-expire-delete): Ditto.
3563         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3564
3565 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3566
3567         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3568         (wl-message-header-narrowing-fields): Ditto.
3569         (wl-message-header-narrowing-lines): Ditto.
3570         (wl-message-header-narrowing-string): Ditto.
3571
3572         * wl-summary.el (wl-summary-mode-map): Bind
3573         wl-summary-toggle-header-narrowing to "C-cC-f".
3574         (wl-summary-toggle-header-narrowing): New function.
3575
3576         * wl-message.el (wl-message-buffer-create): Call
3577         wl-message-header-narrowing-setup.
3578         (wl-message-redisplay): Call wl-message-header-narrowing.
3579         (wl-message-header-narrowing): New function.
3580         (wl-message-header-narrowing-map): New keymap.
3581         (wl-message-header-narrowing-widen-map): New keymap.
3582         (wl-message-header-narrowing-again-at-mouse): New function.
3583         (wl-message-header-narrowing-1): Ditto.
3584         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3585         (wl-message-header-narrowing-setup): Ditto.
3586         (wl-message-header-narrowing-toggle): Ditto.
3587         
3588         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3589
3590         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3591         'flag as all.
3592         (wl-use-flag-folder-help-echo): New user option.
3593
3594         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3595         wl-summary-highlight as nil.
3596         (wl-summary-set-mark-modified): Follow the API change.
3597         (wl-summary-mark-modified-p): Ditto.
3598         (wl-summary-mark-as-read-all): Ditto.
3599         (wl-summary-sync-marks): Don't call
3600         elmo-folder-list-messages-with-global-mark.
3601         (wl-summary-mark-as-read-internal): Follow the API change.
3602         (wl-summary-mark-as-answered-internal): Ditto.
3603         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3604         Follow the API change.
3605         (wl-summary-create-line): Call with number argument.
3606         (wl-summary-reply): Follow the API change.
3607
3608         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3609         function.
3610         (wl-highlight-summary-line-string): Call it when
3611         wl-use-flag-folder-help-echo is non-nil.
3612         (wl-highlight-summary-current-line): Ditto.
3613         (elmo-flag-folder-referrer): Added autoload setting.
3614
3615         * wl-draft.el (wl-draft-kill): Follow the API change.
3616
3617         * Version number is increased to 2.11.14.
3618         
3619 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3620
3621         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3622
3623 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3624
3625         * Version number is increased to 2.11.13.
3626
3627 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3628
3629         * wl-draft.el (wl-draft-previous-history-element): Fixed
3630         unbalanced parenthesis and bind unbound local variables.
3631
3632 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3633
3634         * wl-draft.el (wl-draft-previous-history-element): New function.
3635         (wl-draft-next-history-element): Ditto.
3636         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3637         them to M-p and M-n.
3638
3639 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3640
3641         * Version number is increased to 2.11.12.
3642
3643 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3644
3645         * wl-draft.el (wl-draft-hide): Select buffer-window.
3646
3647 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3648
3649         * wl-summary.el (wl-summary-narrow-to-region): New function.
3650         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3651         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3652         (wl-summary-save-region): Use it.
3653         * wl-action.el (wl-summary-collect-numbers-region)
3654         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3655
3656 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3657
3658         * wl-folder.el (wl-folder-count-incorporates): Don't use
3659         `elmo-msgdb-mark-load'
3660
3661         * Version number is increased to 2.11.11.
3662
3663 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3664
3665         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3666         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3667
3668 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3671
3672 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3673
3674         * Version number is increased to 2.11.10.
3675
3676 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * wl-mime.el (wl-draft-attribute-value): Fixed.
3679
3680 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-util.el (wl-copy-local-variables): New function.
3683
3684         * wl-mime.el (wl-draft-attribute-recipients): New function.
3685         (wl-draft-attribute-envelope-from): Ditto.
3686         (wl-draft-attribute-smtp-posting-server): Ditto.
3687         (wl-draft-attribute-smtp-posting-port): Ditto.
3688         (wl-draft-attribute-value): Ditto.
3689         (wl-draft-preview-message): Use it to get value for
3690         attributes. Reflect result of `wl-draft-config'.
3691
3692         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3693         and call `wl-summary-mark-as-read' before to call
3694         `wl-summary-unset-mark'.
3695         (wl-summary-target-mark-mark-as-unread): Likewise.
3696         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3697
3698 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3699
3700         * wl-mime.el (wl-draft-preview-message): Use actual value for
3701         attributes; Fix for small window.
3702
3703 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3704
3705         * wl-refile.el (wl-refile-get-field-value): Call
3706         `elmo-message-entity-field' with 3rd argument is non-nil.
3707
3708 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-vars.el (wl-draft-preview-attributes): New user option.
3711         (wl-draft-preview-attributes-list): Ditto.
3712         (wl-draft-preview-attributes-buffer-lines): Ditto.
3713         (wl-draft-preview-attributes-buffer-name): Ditto.
3714
3715         * wl-mime.el (wl-draft-preview-message): Display attributes.
3716
3717 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * wl-summary.el (wl-summary-detect-mark-position): Bind
3720         wl-summary-flag-priority-list to '(new).
3721
3722 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3723
3724         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3725         funtion.
3726         (wl-highlight-summary-line-string): Use it.
3727         (wl-highlight-summary-current-line): Ditto.
3728
3729 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3732         line even when the mark string is not changed.
3733
3734         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3735         argument change in the wl-summary-create-line.
3736         (wl-thread-insert-entity-sub): Ditto.
3737
3738         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3739         argument change in the wl-summary-create-line.
3740         (wl-summary-insert-sequential): Ditto.
3741         (wl-summary-update-thread): Ditto.
3742         (wl-summary-persistent-mark-string): New inline function.
3743         (wl-summary-message-mark): Use it.
3744         (wl-summary-create-line): Abolish argument wl-persistent-mark
3745         and added wl-flags, wl-cached.
3746
3747         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3748         mark to flags.
3749         (wl-highlight-summary-current-line): Decide the face not by the 
3750         persistent mark but flags.
3751
3752 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3753
3754         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3755         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3756         wl-summary-read-uncached-mark): Revive.
3757         (wl-summary-answered-cached-mark,
3758         wl-summary-answered-uncached-mark): New user option.
3759         (wl-summary-score-marks): Follow the change above.
3760         (wl-summary-auto-refile-skip-marks): Ditto.
3761         (wl-summary-incorporate-marks): Ditto.
3762         (wl-summary-expire-reserve-marks): Ditto.
3763         (wl-summary-flag-priority-list): New user option.
3764
3765         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3766         changes.
3767         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3768         of elmo-message-mark.
3769         (wl-summary-mark-as-read-internal): Ditto.
3770         (wl-summary-mark-as-answered): Ditto.
3771         (wl-summary-mark-as-important): Ditto.
3772         (wl-summary-redisplay-internal): Ditto.
3773         (wl-summary-redisplay-no-mime-internal): Ditto.
3774         (wl-summary-message-mark): New function.
3775         (wl-summary-insert-sequential): Use wl-summary-message-mark
3776         instead of elmo-message-mark.
3777         (wl-summary-update-thread): Ditto.
3778         (wl-summary-persistent-mark): Ditto.
3779         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3780         instead of elmo-message-mark.
3781
3782         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3783         wl-summary-message-mark instead of elmo-message-mark.
3784         (wl-thread-insert-entity-sub): Ditto.
3785         (wl-thread-get-children-msgs-uncached): Ditto.
3786
3787         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3788         variable name changes.
3789         (wl-highlight-summary-current-line): Ditto.
3790
3791         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3792         wl-summary-message-mark instead of elmo-message-mark.
3793
3794         * wl-expire.el (wl-expire-message-p): Ditto.
3795
3796         * wl-score.el (wl-score-headers): Ditto.
3797
3798         * Version number is increased to 2.11.9.
3799
3800         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3801         (wl-summary-sync-update): Follow the change above.
3802         (wl-summary-switch-to-clone-buffer): Ditto.
3803         (wl-summary-open-folder): Ditto.
3804
3805 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3806
3807         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3808         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3809
3810         * Version number is increased to 2.11.8.
3811
3812         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3813
3814         * wl-expire.el (wl-expire-refile): Follow the API change on
3815         `elmo-folder-move-messages'.
3816         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3817
3818         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3819         (wl-summary-exec-action-refile): Ditto.
3820         (wl-summary-exec-action-copy): Ditto.
3821         (wl-summary-no-auto-refile-message-p): No use
3822         `wl-summary-buffer-msgdb'.
3823         (wl-summary-auto-refile): Ditto.
3824
3825 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3826
3827         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3828
3829 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-summary.el (wl-summary-sync): Treat no-sync.
3832
3833         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3834         (wl-default-sync-range): Ditto.
3835
3836 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3837
3838         * wl-refile.el (wl-refile-subject-learn): Call
3839         `elmo-message-entity-field' with 3rd argument is non-nil.
3840         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3841         instead of `elmo-msgdb-overview-entity-get-subject'.
3842
3843 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3846         scan-type is rescan.
3847         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3848         new optional argument force is non-nil.
3849         (wl-summary-save-view-cache): Call it with force argument non-nil.
3850
3851         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3852
3853 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3854
3855         * wl-action.el (wl-summary-print-argument): Fixed last change.
3856
3857 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3858
3859         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3860         simplified.
3861         (wl-summary-target-mark-mark-as-unread): Likewise.
3862         (wl-summary-target-mark-mark-as-important): Likewise.
3863
3864 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3865
3866         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3867         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3868         (wl-summary-mark-as-important-region): Change accordingly.
3869         (wl-summary-target-mark-mark-as-important): Ditto.
3870
3871 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3872
3873         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3874
3875         * wl-action.el (wl-summary-print-argument): Print argument to
3876         right side of window if `wl-summary-print-argument-within-window'
3877         is non-nil.
3878
3879 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3880
3881         * wl-action.el (wl-summary-set-mark): Use
3882         `wl-summary-message-visible-p' to check visibility of the message
3883         and jump to message only when the message line is visible and have
3884         different number; Call wl-summary-unset-mark with number argument.
3885         (wl-summary-unset-mark): 
3886         Use `wl-summary-message-visible-p'
3887         to check visibility of the message and jump to message only when
3888         the message line is visible and have different number;
3889
3890 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3891
3892         * Version number is increased to 2.11.7.
3893
3894         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3895         and wl-folder-summary-line-format.
3896
3897         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3898         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3899         (wl-summary-set-score-mark): Use it.
3900         (wl-summary-target-mark-mark-as-read): Ditto.
3901         (wl-summary-target-mark-mark-as-unread): Ditto.
3902         (wl-summary-target-mark-mark-as-important): Ditto.
3903         (wl-summary-target-mark-msgs): Simplified.
3904         (wl-summary-detect-mark-position): Fixed problem when
3905         summary-line-format no contain persisten/temp mark spec.
3906         (wl-summary-temp-mark): Ditto.
3907         (wl-summary-persistent-mark): Ditto.
3908         (wl-summary-update-persistent-mark): Ditto.
3909
3910         * wl-action.el (wl-summary-set-mark): Ditto.
3911         (wl-summary-unset-mark): Ditto.
3912         All other related portions are changed.
3913
3914 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * Version number is increased to 2.11.6.
3917
3918 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3919
3920         * wl-util.el (wl-current-message-buffer): Define as function;
3921         Don't use the value of wl-messge-buffer.
3922
3923         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3924         persistent mark.
3925
3926         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3927         no current message, cause an error.
3928
3929 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3930
3931         * wl-summary.el (wl-summary-set-message-modified): Use
3932         elmo-folder-set-message-modified instead of
3933         elmo-folder-set-message-modified-internal.
3934
3935 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3938         interactively.
3939         (wl-summary-sync): nokill->entirely.
3940         (wl-summary-sync-marks): Fixed message.
3941         (wl-summary-input-range): Added mark, nokill->entirely.
3942
3943         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3944         messages as read.
3945
3946 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3949         update-noscore.
3950         (wl-summary-sync): Follow the change above.
3951
3952 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3953
3954         * wl-action.el (wl-summary-target-mark-all): Use
3955         elmo-folder-list-messages.
3956
3957 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3960         (wl-summary-rescan): Set wl-summary-scored as nil.
3961         (wl-summary-sync-force-update): Follow the change above.
3962         (wl-summary-sync): Ditto.
3963         (wl-summary-sync-update): Added argument disable-killed.
3964         (wl-summary-insert-headers): Set visible-only argument for
3965         elmo-folder-list-messages.
3966         (wl-summary-input-range): Added update-nokill, update-noscore,
3967         all-nokill, all-noscore and mark.
3968
3969         * Version number is increased to 2.11.5.
3970
3971         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3972
3973 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3974
3975         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3976         (wl-summary-prefetch-region-no-mark): Change accordingly.
3977         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3978
3979 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3980
3981         * wl-address.el (wl-complete-field-to): Abolished.
3982         (wl-complete-address): Completion function for completing-read.
3983         * wl-action.el (wl-summary-get-resend-address): Use it.
3984
3985         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3986         wl-summary-update-mark and abolish unused argument.
3987         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3988         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3989         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3990         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3991         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3992         * wl-draft.el (wl-draft-kill): Ditto.
3993
3994         * wl-summary.el: Remove unused binding of case-fold-search.
3995         (wl-summary-replace-status-marks): Abolished.
3996
3997 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3998
3999         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4000         is specified or folder length is zero.
4001
4002 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4003
4004         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4005         (wl-folder-archive-current-entity): Ditto.
4006
4007 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4010         retrieving message mark.
4011         (wl-summary-redisplay-internal): Ditto.
4012
4013         * wl-message.el (wl-message-buffer-display): Ignore errors while
4014         retrieving message-id field.
4015
4016         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4017         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4018         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4019         order of the arguments for `wl-expire-message-p'.
4020         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4021
4022         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
4023         Check return value of wl-summary-reply.
4024         (wl-summary-reply): Recover window configuration when an error occured.
4025
4026 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4027
4028         * wl-summary.el (wl-summary-resend-message): Abolished, the
4029         feature is inherited by wl-summary-resend (put resend mark).
4030
4031 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4032
4033         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4034         wl-message-buffer to nil when the message is hide.
4035
4036 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4037
4038         * .cvsignore: New file.
4039
4040 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4041
4042         * wl-action.el (wl-summary-action-docstring): Add more info.
4043         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4044         duplicate definition.
4045         (wl-summary-define-mark-action): Functions wl-summary-*-region
4046         keep current position.
4047         (wl-summary-unregister-target-mark): Store result to the variable.
4048
4049 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4050
4051         * Version number is increased to 2.11.4.
4052
4053 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4056         wl-summary-delete-all-temp-marks.
4057         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4058
4059         * wl-action.el (wl-summary-set-mark): Changed terminology
4060         refile-destination -> action-argument.
4061         (wl-summary-unset-mark): Ditto.
4062         (wl-summary-remove-argument): Ditto.
4063         (wl-summary-print-argument): Ditto.
4064
4065         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4066         (wl-thread-remove-argument-region): Ditto.
4067         (wl-thread-print-argument-region): Ditto.
4068         (wl-thread-close): Ditto.
4069         (wl-thread-open): Ditto.
4070
4071         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4072         (wl-highlight-refile-destination-face is abolished)
4073         (wl-highlight-action-argument-string): Ditto.
4074         (wl-highlight-summary-current-line): Highlight action argument.
4075
4076         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4077         color for light backgrounds.
4078         (wl-highlight-summary-answered-face): Ditto.
4079
4080 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4081
4082         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4083
4084         * wl-score.el (wl-summary-score-update-all-lines): Use
4085         wl-summary-set-mark.
4086         (wl-summary-score-update-all-lines): Kill expunged messages.
4087
4088         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4089
4090 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4091
4092         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4093         directly.
4094         (wl-score-overview-entity-get-lines): Ditto.
4095         (wl-score-overview-entity-get-xref): Ditto.
4096         (wl-score-get-latest-msgs): Ditto.
4097         (wl-summary-rescore): Ditto.
4098
4099         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4100         to "&".
4101         (wl-summary-mark-as-answered-internal): New inline function.
4102         (wl-summary-mark-as-answered): New function.
4103         (wl-summary-mark-as-unanswered): Ditto.
4104         (wl-summary-sync-marks): Modified for answered-mark synching.
4105
4106 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4107
4108         * wl-action.el (wl-summary-set-mark): Fixed last change.
4109
4110 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4111
4112         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4113         behavior of wl-summary-unread-message-hook
4114         (Pointed out by akira yamada <akira@arika.org>).
4115
4116 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4117
4118         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4119         wl-summary-delete.
4120         * wl-xmas.el (wl-summary-toolbar): Ditto.
4121
4122         * wl-action.el (wl-summary-set-mark): Don't override current
4123         temp-mark.
4124
4125         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4126
4127 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4130         (wl-refile-msgid-learn): Ditto.
4131         (wl-refile-get-field-value): Ditto.
4132
4133         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4134
4135         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4136         (wl-expire-delete-reserved-messages): Renamed from
4137         wl-expire-reserve-marked-msgs-from-list.
4138         (wl-expire-delete): Removed argument `msgdb'.
4139         (wl-expire-refile): Ditto.
4140         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4141         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4142         mark-alist as argument.
4143         (wl-expire-archive-number1): Removed argument `msgdb'.
4144         (wl-expire-archive-number2): Ditto.
4145         (wl-expire-archive-date): Ditto.
4146         (wl-expire-localdir-date): Ditto.
4147         (wl-expire-hide): Ditto.
4148         (wl-archive-number1): Ditto.
4149         (wl-archive-number2): Ditto.
4150         (wl-archive-date): Ditto.
4151         (wl-archive-folder): Ditto.
4152         All other related portions are changed.
4153
4154 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4155
4156         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4157         mean move up and down. (suggested by Takashi Kawachi)
4158
4159 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4160
4161         * wl-acap.el (toplevel): Don't require un-define.
4162
4163 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * wl-thread.el (wl-thread-delete-message): Always update
4166         wl-summary-buffer-number-list.
4167
4168         * wl-action.el (wl-summary-print-destination): 
4169         Do nothing when folder is nil.
4170
4171 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4172
4173         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4174         persistent mark when prefetch is succeeded.
4175
4176 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4177
4178         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4179         instead of elmo-msgdb-delete-msgs.
4180         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4181         (wl-expire-hide): Ditto.
4182
4183         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4184
4185         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4186         elmo-msgdb interface.
4187         (wl-thread-get-exist-children): Likewise.
4188         (wl-thread-insert-message): Likewise.
4189         (wl-thread-msg-mark-as-important): Likewise.
4190         (wl-thread-insert-entity-sub): Likewise.
4191         (wl-thread-get-children-msgs-uncached): Likewise.
4192
4193         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4194         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4195         (wl-summary-sync-update): Likewise.
4196         (wl-summary-auto-select-msg-p): Likewise.
4197         (wl-summary-update-thread): Likewise.
4198         (wl-summary-mark-as-important): Likewise.
4199         (wl-summary-jump-to-msg-internal): Likewise.
4200         (wl-summary-redisplay-internal): Likewise.
4201         (wl-summary-print-message-with-ps-print): Likewise.
4202         (wl-summary-folder-info-update): Likewise.
4203
4204         * wl-folder.el (wl-folder-check-one-entity):
4205         elmo-folder-count-flags instead of wl-summary-count-unread.
4206
4207         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4208
4209         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4210
4211         * wl-summary.el (wl-summary-set-message-modified): 
4212         Call wl-summary-set-mark-modified.
4213         (wl-summary-delete-messages-on-buffer): Call
4214         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4215         (wl-summary-sync-update): Call elmo-folder-length instead of
4216         elmo-folder-messages.
4217         (wl-summary-insert-headers): Don't call
4218         elmo-folder-list-message-entities.
4219
4220 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4221
4222         * wl-action.el (wl-summary-define-mark-action): Call
4223         `wl-summary-set-mark' with argument `data'.
4224         (wl-summary-auto-refile): Fixed order of arguments when call
4225         `wl-summary-refile'.
4226
4227 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4230
4231         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4232
4233         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4234         (Renamed from wl-highlight-summary-deleted-face).
4235         (wl-highlight-summary-resend-face): New face.
4236
4237         (wl-highlight-summary-deleted-face): Renamed from
4238         wl-highlight-summary-erased-face.
4239
4240         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4241
4242         * wl-action.el (wl-summary-get-resend-address): New function.
4243         (wl-summary-exec-action-resend): Ditto.
4244         (wl-summary-exec-action-resend-subr): Ditto.
4245
4246         * w-thread.el (wl-thread-copy): Removed definition.
4247         (wl-thread-refile): Ditto.
4248         (wl-thread-delete): Ditto.
4249         (wl-thread-target-mark): Ditto.
4250
4251         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4252         (wl-summary-target-mark-set-action): Fixed.
4253         (wl-summary-define-mark-action): Fixed quotation.
4254         (wl-summary-move-mark-list-messages): Display message.
4255         (wl-summary-define-mark-action): Define thread functions.
4256         (wl-summary-exec-action-refile): Changed message.
4257         (wl-summary-exec): Ditto.
4258
4259 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4260         
4261         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4262         '%%'.
4263
4264 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl.el (toplevel): Require wl-action.
4267         (wl-init): Call wl-summary-define-mark-action.
4268
4269         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4270
4271         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4272         wl-summary-delete and wl-summary-erase.
4273         (wl-summary-mode-map): Ditto.
4274
4275         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4276         wl-delete-folder-alist.
4277
4278         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4279         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4280         (toplevel): Moved mark & action related functions to the wl-action.el.
4281
4282         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4283         in wl-summary-mark-action-list.
4284         (wl-highlight-summary-current-line): Ditto.
4285
4286         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4287         empty lines.
4288
4289         * wl-action.el: New file. 
4290
4291 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4292
4293         * wl-summary.el (wl-summary-target-mark-replace): New function.
4294         (wl-summary-target-mark-prefetch): Use it.
4295         (wl-summary-target-mark-delete): Ditto.
4296         (toplevel): Rearranged definition order.
4297         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4298         (wl-summary-target-mark-erase): Rewrite.
4299         (wl-summary-erase-region): New function.
4300         (wl-summary-exec-action-erase): Changed message.
4301         (wl-summary-move-mark-list-messages): New function.
4302         (wl-summary-exec-action-delete): Use it.
4303         (wl-summary-exec-action-erase): Ditto.
4304
4305         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4306         (wl-summary-skip-mark-list): Added "d".
4307
4308         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4309         while searching.
4310
4311         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4312         and define using defcustom;
4313         Define 4th element as a face.
4314         
4315         * wl-summary.el (wl-summary-incorporate): Use 
4316         `wl-summary-prefetch-region-no-mark' instead of
4317         `wl-summary-prefetch-region'.
4318         (wl-summary-prefetch-region-no-mark): Revival of old
4319         `wl-summary-prefetch-region'.
4320         (wl-summary-mark-action-list): Moved to wl-vars.el
4321
4322         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4323         face according to the `wl-summary-mark-action-list'.
4324         (wl-highlight-summary-current-line): Ditto;
4325         Removed destination highlighting.
4326
4327         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4328         (wl-highlight-summary-line-string): Highlight for "i" mark.
4329         (wl-highlight-summary-current-line): Ditto.
4330
4331         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4332         no destination.
4333
4334         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4335         exists, just go ahead.
4336         (wl-summary-prefetch-region): Rewrite.
4337         (wl-summary-prefetch): Ditto.
4338         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4339         (wl-summary-exec-action-prefetch): New function.
4340         (wl-summary-target-mark-prefetch): Rewrite.
4341
4342 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4343
4344         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4345         (wl-highlight-summary-line-string): Added "d" and "D".
4346         (wl-highlight-summary-current-line): Ditto.
4347
4348         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4349         in wl-summary.el.
4350         (wl-thread-insert-entity-sub): Ditto.
4351         (wl-thread-remove-destination-region): Ditto.
4352         (wl-thread-print-destination-region): Ditto.
4353
4354         * wl-summary.el (wl-summary-buffer-refile-list,
4355         wl-summary-buffer-delete-list,
4356         wl-summary-buffer-copy-list): Abolish.
4357         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4358         All other related portions are changed.
4359         (wl-summary-mark-action-list): New variable.
4360         (wl-summary-set-mark): New function.
4361         (wl-summary-register-target-mark): Ditto.
4362         (wl-summary-unregister-target-mark): Ditto.
4363         (wl-summary-have-target-mark-p): Ditto.
4364         (wl-summary-register-temp-mark): Ditto.
4365         (wl-summary-unregister-temp-mark): Ditto.
4366         (wl-summary-registered-temp-mark): Ditto.
4367         (wl-summary-collect-temp-mark): Ditto.
4368         (wl-summary-unset-mark): Ditto.
4369         (wl-summary-set-target-mark): Ditto.
4370         (wl-summary-unset-target-mark): Ditto.
4371         (wl-summary-set-action-generic): Ditto.
4372         (wl-summary-unset-action-generic): Ditto.
4373         (wl-summary-exec-action-delete): Ditto.
4374         (wl-summary-exec-action-erase): Ditto.
4375         (wl-summary-set-action-refile): Ditto.
4376         (wl-summary-set-action-refile-subr): Ditto.
4377         (wl-summary-unset-action-refile): Ditto.
4378         (wl-summary-make-destination-numbers-list): Ditto.
4379         (wl-summary-exec-action-refile): Ditto.
4380         (wl-summary-set-action-copy): Ditto.
4381         (wl-summary-unset-action-copy): Ditto.
4382         (wl-summary-exec-action-copy): Ditto.
4383         (wl-summary-collect-numbers-region): Ditto.
4384         (wl-summary-delete): Rewrite.
4385         (wl-summary-erase): Ditto.
4386         (wl-summary-remove-destination): Ditto.
4387         (wl-summary-exec): Ditto.
4388         (wl-summary-exec-region): Ditto.
4389         (wl-summary-target-mark-erase): Ditto.
4390         (wl-summary-refile): Ditto.
4391         (wl-summary-copy): Ditto.
4392         (wl-summary-unmark): Ditto.
4393         (wl-summary-delete-all-mark): Ditto.
4394         (wl-summary-mark-line): Don't highlight.
4395         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4396         (wl-summary-target-mark-refile-subr): Rewrite.
4397
4398         (wl-summary-copy-prev-destination): Abolish.
4399
4400 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4401
4402         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4403         default values along the value of wl-on-mule.
4404         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4405         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4406         It is not used anywhere.
4407
4408 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4409
4410         * wl-summary.el (wl-summary-print-destination): Keep position.
4411         (wl-summary-cursor-move-surface): Keep horizontal position.
4412
4413 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4414
4415         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4416         write sendlog.
4417
4418 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4419
4420         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4421         `wl-summary-highlight'.
4422
4423 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4424
4425         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4426         trivial condition for temp-mark.
4427
4428 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4429
4430         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4431         when it hits killed buffer.
4432
4433 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4434
4435         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4436         * wl-news.el.in: `message' and `error' take format string.
4437
4438 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4439
4440         * wl-folder (wl-folder-insert-entity): Display a message,
4441         `...done', when the work finish.
4442         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4443
4444 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4445
4446         * wl-message.el (wl-message-redisplay): Remove unused local
4447         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4448
4449 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4450
4451         * wl-summary.el (wl-summary-replace-status-marks): Disable
4452         interactive use.
4453         (wl-summary-reedit): Check message existence at first.
4454         (wl-summary-mark-line): Fix doc, return value is indefinite.
4455
4456         * wl-highlight.el (wl-highlight-message): Arranged.
4457
4458         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4459         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4460         check temp-mark by wl-summary-temp-mark always.
4461         (wl-highlight-summary): Change accordingly.
4462         * wl-summary.el (wl-summary-mark-as-read-all)
4463         (wl-summary-delete-cache, wl-summary-set-score-mark)
4464         (wl-summary-mark-as-unread, wl-summary-unmark)
4465         (wl-summary-mark-line, wl-summary-mark-as-read)
4466         (wl-summary-mark-as-important): Ditto.
4467
4468         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4469         end of the window if possible.
4470         * wl-summary.el (wl-summary-sync-update): Support lazy
4471         highlighting.
4472         (wl-summary-toggle-disp-msg): Ditto.
4473
4474 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4475
4476         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4477
4478 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4479
4480         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4481         change.
4482
4483 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4484
4485         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4486         API.
4487         (wl-summary-sync-update): Ditto.
4488
4489         * wl-score.el (wl-score-get-score-alist): Changed argument.
4490         (wl-summary-rescore-msgs): Likewise.
4491         (wl-summary-score-headers): Likewise.
4492         (wl-score-headers): Likewise;
4493         Use elmo-folder-do-each-message-entity, etc.
4494         (wl-summary-score-effect): Follow the changes above.
4495         (wl-summary-rescore): Ditto.
4496         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4497         (wl-score-get-overview): Abolish.
4498
4499         * wl-summary.el (wl-summary-default-from): Follow the API change in
4500         elmo-msgdb.
4501         (wl-summary-count-unread): Ditto.
4502         (wl-summary-detect-mark-position): Ditto.
4503         (wl-summary-overview-entity-compare-by-date): Ditto.
4504         (wl-summary-overview-entity-compare-by-number): Ditto.
4505         (wl-summary-overview-entity-compare-by-from): Ditto.
4506         (wl-summary-overview-entity-compare-by-subject): Ditto.
4507         (wl-summary-get-list-info): Ditto.
4508         (wl-summary-rescan): Ditto.
4509         (wl-summary-jump-to-msg-by-message-id): Ditto.
4510         (wl-summary-sync-update): Ditto; Removed comment.
4511         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4512         (wl-summary-insert-message): Use wl-summary-insert
4513         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4514         (wl-summary-insert-headers): Changed argument overview to folder.
4515         (wl-summary-search-by-subject): Likewise.
4516         (wl-summary-insert-thread): Renamed from 
4517         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4518
4519         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4520         too.
4521
4522         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4523         wl-string-member.
4524
4525 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4526
4527         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4528         elmo-folder-append-buffer.
4529         (wl-draft-queue-append): Likewise.
4530
4531         * wl-mime.el (wl-message-delete-current-part): Ditto.
4532         (wl-summary-burst-subr): Ditto.
4533
4534         * wl-news.el.in (wl-news-send-news): Ditto.
4535
4536 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4537
4538         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4539         function.
4540         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4541         (wl-summary-update-mark): Enclose with save-excursion.
4542         (wl-summary-mark-as-read-internal): Fixed last change.
4543         (wl-summary-mark-as-important): Use 3rd argument of
4544         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4545         Don't use elmo-msgdb-set-mark.
4546         (wl-summary-redisplay-internal): If msgdb flag is already read,
4547         just update the mark on buffer.
4548
4549 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4550
4551         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4552         cut visible folder when elmo-folder-delete returns non-nil value.
4553
4554 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4555
4556         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4557         by Kenichi OKADA <okada@opaopa.org>).
4558
4559 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4560
4561         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4562
4563 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4564
4565         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4566         Fixed the last change, search group entity by its real name.
4567         (Thanks to: KOBAYASHI Shinji)
4568
4569 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4570
4571         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4572         (wl-fldmgr-access-display-all): Don't refer visible name.
4573         * wl-expire.el (wl-folder-archive-current-entity)
4574         (wl-folder-expire-current-entity): Ditto.
4575         * wl-folder.el (wl-folder-jump-to-current-entity)
4576         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4577         (wl-folder-open-folder-sub,wl-folder-open-all)
4578         (wl-folder-write-current-folder): Ditto.
4579         (wl-folder-insert-entity): Don't use petname for normal group.
4580         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4581         is the real name.
4582         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4583         Abolished.
4584
4585 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4586
4587         * wl-draft.el (wl-draft-create-buffer): Add
4588         `wl-summary-reply-with-citation'
4589
4590 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4591
4592         * wl-draft.el (wl-draft-reply): Fixed.
4593
4594 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4597         when `wl-draft-send-confirm-with-preview' is non-nil.
4598         You can scroll up/down by j/k.
4599         (wl-draft-send-confirm-with-preview): New variable (default=t).
4600
4601 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602
4603         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4604         (wl-fldmgr-save-folders): Fix comment.
4605
4606 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4609         along the last change in `wl-folder-buffer-group-p'.
4610
4611 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4614         folder.
4615
4616         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4617         the default value.
4618
4619         * wl-mime.el (wl-summary-burst): Update summary only when target
4620         folder equals current folder.
4621
4622 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4625
4626 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4629         value.
4630
4631 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4634         `map-extents' instead of `extent-at' repeatedly.
4635         (wl-highlight-folder-current-line): Ditto.
4636
4637         * wl-highlight.el: Remove useless dummy functions.
4638
4639 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4642         (wl-folder-put-folder-property): New function to put text property.
4643         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4644         (wl-folder-insert-entity, wl-folder-update-diff-line)
4645         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4646         * wl-e21.el, wl-xmas.el, wl-mule.el
4647         (wl-highlight-folder-current-line): Ditto.
4648         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4649         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4650         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4651         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4652
4653 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * Version number is increased to 2.11.3.
4656
4657 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4660         Resume current-buffer since it is assumed by remaining tasks.
4661
4662 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4665         (wl-folder-completion-function): Abolished.
4666         (wl-folder-complete-folder): New function.
4667         (wl-folder-complete-filter-condition): Ditto.
4668         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4669         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4670
4671 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4672
4673         * wl-draft.el (wl-draft-send-confirm): New function.
4674         (wl-draft-send): Use it.
4675
4676         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4677         cursor-in-echo-area while confirming.
4678
4679         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4680
4681         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4682         searching via nntp if wl-summary-search-via-nntp is 'force.
4683         Otherwise, invoke searching in nntp folder only.
4684         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4685
4686         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4687         explicitly for mime-make-text-tag.
4688
4689 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4690
4691         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4692         `mime-make-text-tag' instead of `mime-create-tag'.
4693
4694 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4697         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4698
4699 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-score.el (wl-score-save): Bind print-length and print-level.
4702         (wl-score-pretty-print): Ditto.
4703         (wl-score-edit-insert-header-entry): Ditto.
4704
4705         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4706         "From" entry to be treated with wl-draft-eword-encode-address-list.
4707         * wl-mime.el (wl-draft-preview-message): Ditto.
4708
4709         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4710         (wl-summary-mark-as-unread): Ditto.
4711         (wl-summary-mark-as-read-region): Change accordingly.
4712         (wl-summary-mark-as-unread-region): Ditto.
4713         (wl-summary-target-mark-mark-as-read): Ditto.
4714         (wl-summary-target-mark-mark-as-unread): Ditto.
4715
4716 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4717
4718         * Version number is increased to 2.11.2.
4719
4720 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-news.el.in (wl-news-previous-version-save): Bind
4723         print-length and print-level.
4724         * wl-thread.el (wl-thread-save-entities): Ditto.
4725         (wl-thread-save-top-list): Bind print-length.
4726
4727 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-highlight.el (wl-highlight-summary-line-string): Use
4730         wl-summary-score-below-mark, wl-summary-score-over-mark.
4731         (wl-highlight-summary-current-line): Ditto.
4732
4733 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734
4735         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4736         insert it.
4737
4738 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4741
4742 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4745         message without msgid.
4746         Rewrite with elmo-folder-move-messages.
4747         Set wl-message-buffer to nil.
4748
4749         * wl-summary.el (wl-summary-erase-subr): New function. Use
4750         elmo-folder-move-messages.
4751         (wl-summary-erase): Call it.
4752         (wl-summary-target-mark-erase): Ditto.
4753
4754 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4757         it is not up-tp-date.
4758
4759 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4762         buffer after calling `wl-summary-goto-folder-subr' without the
4763         argument `interactive'.
4764         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4765
4766 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4767
4768         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4769         `mime-create-tag'. Use `string=' instead of `looking-at'.
4770
4771 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4774         to avoid compile warning.
4775
4776         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4777         entity-id when folder is given.
4778         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4779         save-excursion, use save-selected-window instead.
4780         Select folder buffer window if exists.
4781         (To correct behavior with wl-folder-move-cur-folder.)
4782
4783 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4784
4785         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4786
4787 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4788
4789         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4790         list-count instead of %d.
4791
4792 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4795         (wl-news): Set it.
4796         (wl-news-append-to-folder): Use it.
4797
4798         * wl-news.el.in (wl-news-send-news): Append to specified folder
4799         instead of wl-default-folder.
4800         (wl-news-append-to-folder): Show error message with specified folder.
4801
4802         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4803                 In most major modes, Emacs assumes that any opening
4804                 delimiter found at the left margin is the start of a
4805                 top-level definition, or defun. Therefore, *never put an
4806                 opening delimiter at the left margin unless it should have
4807                 that significance.*
4808
4809         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4810
4811 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4812
4813         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4814
4815 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4816
4817         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4818
4819 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4820
4821         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4822         for sequential numbering case.
4823
4824 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4827         value.
4828         (wl-draft-reply-without-argument-list): Ditto.
4829         (wl-draft-reply-myself-with-argument-list): Abolish.
4830         (wl-draft-reply-myself-without-argument-list): Ditto.
4831         * wl-draft.el (wl-draft-self-reply-p): New function.
4832         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4833
4834 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4837         (avoid error for the case without byte-compiling)
4838
4839 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * wl-news.el.in (wl-news-append-to-folder): New function.
4842         (wl-news-exit): Rewrite.
4843         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4844
4845 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4846
4847         * wl-draft.el (wl-draft-reply-position): New function.
4848         (wl-draft-reply-position): Fix.
4849         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4850         (wl-summary-target-mark-reply-with-citation): Ditto.
4851         (wl-summary-reply-with-citation): Ditto.
4852         * wl-vars.el (wl-draft-reply-default-position): New variable.
4853
4854 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4855
4856         * wl-draft.el (wl-draft-send): Preview when interactive send.
4857
4858 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4859
4860         * wl-draft.el (wl-draft-reply): Set default position.
4861         * wl-summary.el (wl-summary-reply): Ditto.
4862         (wl-summary-reply-with-citation): Ditto.
4863         (wl-summary-target-mark-reply-with-citation): Ditto.
4864
4865 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-news.el.in (wl-news-lang): Set default value according to
4868         current-language-environment.
4869         (wl-news-append-news): Do nothing when news-list is nil.
4870
4871 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4874         (wl-news): Change message.
4875         (wl-news-exit): Check buffer.
4876         (wl-news-force-exit): New function.
4877         (wl-news-show-all): New function.
4878         (wl-news-discard-and-exit): Fix.
4879
4880 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4883         according to current-language-environment.
4884
4885         * wl-news.el.in (wl-news): If arg, show all NEWS after
4886         wl-news-default-previous-version.
4887
4888 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4889
4890         * wl-news.el.in (wl-news-check): Rewritten.
4891         (wl-news-previous-version-load): Change data type.
4892         (wl-news-previous-version-save): Change data type.
4893         (wl-news-append-news): Add return value.
4894         (wl-news-check-news): New function.
4895         (wl-news-already-current-p): New function.
4896         (wl-news-send-news): Rewritten.
4897         (wl-news-mode-map): Add new keybind.
4898         (wl-news): Rewritten.
4899         (wl-news-exit): Rewritten.
4900         (wl-news-discard-and-mail): New function.
4901         (wl-news-send-to-address): Abolished.
4902         * wl.el (wl-init): Delete a message.
4903
4904 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4905
4906         * wl-news.el.in (wl-news-exit): Update previous version.
4907         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4908
4909 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4910
4911         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4912
4913 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4914
4915         * wl-news.el.in (wl-news): New function.
4916         (wl-news-mode): New function.
4917         (wl-news-next-line): New function.
4918         (wl-news-next-page): New function.
4919         (wl-news-exit): New function.
4920         (wl-news-buf-name): New variable.
4921         (wl-news-mode-map): New variable.
4922         (wl-news-winconf): New variable.
4923         (wl-news-append-news): Add an option.
4924
4925 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4926
4927         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4928
4929 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * wl-news.el.in (wl-news-send-to-address): New variable.
4932         (wl-news-send-news): Use it.
4933         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4934         Return updating status.
4935         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4936
4937 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4938
4939         * wl-news.el.in (wl-news-send-news): Delete
4940         Organization and X-Face.
4941
4942 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4945         (wl-news-append-news): New function.
4946         (wl-news-send-news): New function.
4947
4948 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * Version number is increased to 2.11.1.
4951
4952 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4953
4954         * wl-news.el.in : New file.
4955
4956 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4957
4958         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4959         default value.
4960         (wl-draft-reply-without-argument-list): Ditto.
4961
4962 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4963
4964         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4965         (wl-message-buffer-prefetch-idle-time): Ditto.
4966         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4967
4968 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-thread.el (wl-thread-insert-message): Use
4971         wl-summary-max-thread-depth.
4972
4973         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4974         loop detection.
4975
4976         * wl-message.el (wl-message-buffer-display): Back to the first page
4977         when cache is hit.
4978
4979 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4982
4983         * wl-summary.el (wl-summary-insert-thread-entity):
4984         If the thread depth is reached to wl-summary-max-thread-depth,
4985         divide the thread.
4986
4987 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4988
4989         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4990         for elmo-remove-passwd.
4991
4992 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4995         folder is sticky.
4996         (wl-folder-mark-as-read-all-entity): Ditto.
4997         (wl-folder-prefetch-entity): Ditto.
4998
4999 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5000
5001         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5002
5003 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5006         Delete messages on buffer for unplugged operation.
5007         (wl-summary-erase): Ditto.
5008
5009 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5012         take nil so as not to search parent by subject.
5013
5014 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5017         (wl-folder-get-next-folder): Ditto.
5018         (wl-folder-get-path): Ditto.
5019
5020 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5023         system and encode the region with it before verifying.
5024
5025 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5028         system of the echo buffer before decoding.
5029
5030 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5033         original contents.
5034
5035 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5038         with argument 'any-exists.
5039
5040 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5043         Use `wl-cs-autoconv'.
5044
5045 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5048         by `mime-view-automatic-conversion'.
5049
5050         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5051         (wl-message-verify-pgp-nonmime): Ditto.
5052         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5053         Bind them to C-c:d and C-c:v respectively.
5054
5055         Merge following code by Teranishi-san from [wl-en:00167].
5056         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5057         (wl-mime-preview-application/pgp-encrypted): Ditto.
5058         (wl-mime-setup): Add entry.
5059
5060 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl-summary.el (wl-summary-target-mark-erase): New function.
5063         Bind it to "mD".
5064
5065 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-vars.el (wl-draft-write-file-function): Fix.
5068         (wl-draft-reedit-hook): Changed default value.
5069
5070         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5071         wl-draft-reedit-hook.
5072         (wl-draft-remove-text-plain-tag): New function.
5073         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5074
5075         * wl-vars.el (wl-draft-write-file-function): New user option.
5076
5077         * wl-draft.el (wl-draft-prepare-edit): Use it for
5078         local-write-file-hooks.
5079         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5080
5081         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5082         (wl-draft-insert-mail-header-separator): Return the body beginning
5083         point.
5084         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5085         text/plain.
5086         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5087
5088 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5089
5090         * wl-summary.el (wl-summary-erase): New function to erase message
5091         without moving it to trash. Bind to "D".
5092
5093         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5094         as `keep' unless switch-function.
5095
5096 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5099         message buffer by using `wl-summary-toggle-disp-msg'.
5100         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5101         buffer window.
5102         (wl-summary-supresedes-message): Ditto.
5103
5104         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5105         Do not delete other windows.
5106         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5107         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5108         (wl-draft-create-buffer): Set reply-or-forward also for target
5109         mark commands.
5110
5111 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-draft.el (wl-user-agent-compose): Delete special case for
5114         switch-to-buffer-other-window.
5115
5116         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5117         (wl-summary-forward): Ditto.
5118
5119         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5120         function.
5121         (wl-draft-buffer-style): New use option.
5122
5123         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5124         (wl-draft): Follow the change above.
5125         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5126         wl-draft-buffer-style.
5127         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5128         switch-function.
5129
5130 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5131
5132         * wl-address.el (wl-address-make-completion-entry): Extracted from
5133         `wl-address-make-completion-list'.
5134         (wl-address-enable-strict-loading): New variable.
5135         (wl-address-make-completion-list): Revive petname duplication
5136         inquiry, and enable it if `wl-address-enable-strict-loading'.
5137         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5138
5139 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-message.el (wl-message-get-original-buffer): Avoid
5142         'Selecting deleted buffer' error when original buffer is killed.
5143
5144 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-summary.el (wl-summary-next-message): Use
5147         elmo-message-accessible-p instead of elmo-message-cached-p.
5148
5149 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5152
5153         * wl-thread.el (wl-thread-open-all-unread): Use
5154         elmo-folder-list-flagged instead of
5155         elmo-folder-list-messages-mark-match.
5156
5157         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5158         instead of elmo-folder-list-messages-mark-match.
5159         (wl-summary-move-spec-alist): New variable.
5160         (wl-summary-move-spec-plugged-alist,
5161         wl-summary-move-spec-unplugged-alist): Abolish.
5162         (wl-summary-next-message): Follow the change above.
5163         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5164         with 'no-msg' argument.
5165
5166         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5167         variable.
5168         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5169         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5170         (wl-message-buffer-prefetch-get-next): Follow the change above.
5171
5172 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-version.el (wl-version): Changed codename.
5175
5176         * Version number is increased to 2.11.0.
5177
5178 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5181         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5182         `wl-draft-config-variables'.
5183         (wl-draft-kill): Fixed problem when the draft is reedit.
5184
5185 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5188         buffer-modified status (Thanks to
5189         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5190
5191 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * wl-util.el (wl-region-exists-p): New function.
5194
5195         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5196         Remove defvars for byte-compile warnings.
5197
5198 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5199
5200         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5201         defvar-maybe. Removed unused bind.
5202
5203 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5204
5205         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5206         summary buffer window before creating new frame.
5207         (wl-draft-reply): Ditto.
5208
5209 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5210
5211         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5212
5213 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5216
5217 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5218
5219         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5220         instead of `kill-region'.
5221
5222 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5225         (wl-highlight-summary-line-string): Use it.
5226         (wl-highlight-summary-current-line): Ditto.
5227
5228         * wl-mime.el (wl-message-delete-current-part): Check the class of
5229         mime-entity.
5230
5231         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5232
5233         * wl-summary.el (wl-summary-make-number-list): Initialize.
5234         (wl-summary-update-mark): New function.
5235         (wl-summary-reply): Put `answered' mark on the message.
5236         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5237
5238         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5239         (wl-draft-reply): Added optional argument `number';
5240         Set wl-draft-parent-number.
5241         (wl-draft-kill): Delete answered mark if it is a reply.
5242
5243 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5244
5245         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5246         that originates in mime-preview-follow-current-entity.
5247         (wl-draft-yank-current-message-entity): Use it if region is active.
5248
5249         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5250         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5251         `wl-message-delete-current-part'.
5252         * wl-mule.el (wl-message-define-keymap): Ditto.
5253         * wl-xmas.el (wl-message-define-keymap): Ditto.
5254
5255 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5256
5257         * wl-mime.el (wl-message-delete-current-part): New function.
5258         (wl-mime-node-id-to-string): Ditto.
5259
5260         * wl-mime.el (wl-message-delete-current-part): Use existing
5261         original buffer which corresponds current mime-view buffer.
5262         (fetched buffer might have different structure, possibly)
5263
5264         * wl-mime.el (wl-message-delete-current-part): Quit if the
5265         message content differs from the actual message.
5266
5267 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5268
5269         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5270         order.
5271         (wl-summary-search-by-subject): Search parent message from tail;
5272         Check the existence of the parent message on the current thread tree.
5273         (wl-summary-update-thread): Check whether the line is inserted.
5274
5275 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-vars.el (wl-summary-line-format): Undo last change.
5278         * wl-summary.el (wl-summary-print-destination): Do not put
5279         invisible property when `wl-summary-width' is nil.
5280         (wl-summary-line-subject-minimum-length): Abolished.
5281         (wl-summary-line-subject): Ditto.
5282
5283 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5284
5285         * wl-vars.el (wl-summary-line-format): Change default value.
5286         (wl-summary-subject-length-limit): Abolished.
5287         * wl-summary.el (wl-summary-line-subject): Ditto.
5288
5289 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5290
5291         * wl-template.el (wl-template-select): Added optional argument.
5292         If optional argument is specified, reverse
5293         `wl-template-visible-select'.
5294
5295 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5298         Take prefix argument to force asking the destination folder.
5299
5300 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5301
5302         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5303         count and update status.
5304
5305 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-summary.el (wl-summary-redisplay-internal): If
5308         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5309         after fetching.
5310
5311 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5312
5313         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5314         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5315
5316         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5317
5318 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5321         (All other related portions are changed).
5322         (wl-summary-mark-as-read-all): Rewrite.
5323
5324 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5325
5326         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5327         `wl-summary-mark-as-read'.
5328         (wl-summary-mark-as-unread): Rewrite.
5329         (wl-summary-mark-as-read): Added no-modeline argument.
5330         (wl-summary-resume-cache-status): Rewrite.
5331         (wl-summary-exec-subr): Remove unused local variable.
5332
5333 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5336         logic to call `wl-summary-buffer-prev-folder-function'.
5337         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5338
5339 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5342         is nil.
5343
5344 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5345
5346         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5347         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5348         (wl-mime-setup): Add its entry.
5349
5350 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5353         (wl-summary-delete-cache): Likewise.
5354         (wl-summary-mark-as-read): Rewrite.
5355
5356 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5359         `wl-summary-count-unread'.
5360
5361         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5362
5363         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5364
5365 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5366
5367         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5368         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5369         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5370         Renamed to the elmo-msgdb-*-mark.
5371         (wl-summary-score-marks): Follow the change above.
5372         (wl-summary-auto-refile-skip-marks): Ditto.
5373         (wl-summary-incorporate-marks): Ditto.
5374         (wl-summary-expire-reserve-marks): Ditto.
5375
5376         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5377         changes.
5378         (wl-thread-insert-top): Changed updating message.
5379
5380         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5381         variable.
5382         (wl-summary-count-unread): Count answered marks.
5383         (wl-summary-rescan): Call wl-summary-insert-message instead of
5384         wl-summary-append-message-func-internal.
5385         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5386         (wl-summary-prefetch-msg): Follow the variable name changes.
5387         (wl-summary-prefetch-region): Ditto.
5388         (wl-summary-mark-as-read-all): Follow the API changes;
5389         Don't call elmo-folder-replace-marks.
5390         (wl-summary-delete-cache): Follow the variable name changes.
5391         (wl-summary-resume-cache-status): Ditto.
5392         (wl-summary-update-status-marks): New function.
5393         (wl-summary-insert-message): New function.
5394         (wl-summary-sync-marks): Follow the variable name changes.
5395         (wl-summary-sync-update): Synchronize to the msgdb, too;
5396         Changed update messages.
5397         (wl-summary-make-number-list): Rewrite.
5398         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5399         (wl-summary-mark-as-unread): Follow the API changes.
5400         (wl-summary-exec-subr): Follow the variable name changes.
5401         (wl-summary-mark-as-read): Ditto.
5402         (wl-summary-move-spec-plugged-alist): Ditto.
5403         (wl-summary-move-spec-unplugged-alist): Ditto.
5404         (wl-summary-cursor-move-surface): Ditto.
5405
5406         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5407         variable name changes.
5408         (wl-highlight-summary-current-line): Ditto.
5409
5410         * wl-expire.el (wl-expire-refile): Follow the API change in
5411         elmo-folder-move-messages.
5412         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5413         (wl-summary-archive): Use elmo-folder-msgdb instead of
5414         elmo-msgdb-load.
5415
5416 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-mime.el (wl-draft-preview-message): Restore the position
5419         before evaluating wl-draft-send-hook in preview buffer.
5420
5421 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5422
5423         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5424         when it creates new draft buffer.
5425
5426         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5427         without argument.
5428
5429         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5430         Evaluate content and if the value is string, insert it.
5431         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5432         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5433         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5434         wl-draft-config-sub-part-bottom): Use it.
5435
5436         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5437         with the folder name. The question was unintelligible when it is
5438         called from wl-save-status.
5439
5440 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5443         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5444         cannot take second argument).
5445
5446 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5447
5448         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5449         as t. Since type and subtype are not case sensitive (RFC 2045).
5450
5451 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5452
5453         * wl-vars.el (wl-message-mode-line-format): New variable.
5454         (wl-message-mode-line-format-spec-alist): Ditto.
5455         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5456         (wl-message-redisplay): Use wl-message-mode-line-format.
5457
5458 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5461
5462 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5463
5464         * wl-summary.el (wl-summary-default-from): Write description.
5465
5466 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-vars.el (wl-ldap-objectclass): Abolish.
5469
5470         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5471         (wl-ldap-make-filter): Removed condition for objectclass.
5472         (wl-ldap-make-matched-value-list): Remove meaningless process.
5473         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5474         (wl-address-ldap-search): Don't add `*' to `pat' string;
5475         use ignore-errors; added `email';
5476         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5477         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5478         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5479
5480
5481 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-draft.el (wl-draft-parent-folder): Write description.
5484         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5485
5486 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5489         as "" (zero-length string) if no parent.
5490         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5491
5492 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-address.el (wl-address-make-completion-list): Skip duplication
5495         checking.
5496         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5497         `append'.
5498
5499 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5500
5501         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5502         instead of `beginning-of-buffer'.
5503
5504 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5507
5508 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5511         Refer wl-message-buffer-name.
5512         (wl-message-wheel-down): Ditto.
5513
5514 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5515
5516         * wl-vars.el (wl-message-buffer-name): New user option.
5517
5518         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5519         directly instead of making alist dinamically.
5520
5521         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5522         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5523         wl-message-buffer-cache-name.
5524         (wl-message-buffer-cache-clean-up): Ditto.
5525
5526         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5527
5528         * Version number is increased to 2.9.15.
5529
5530 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-vars.el (wl-summary-default-view-alist): New user option.
5533
5534         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5535
5536         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5537         while deleting address.
5538         (wl-draft-delete-myself-from-cc): Ditto.
5539
5540         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5541         If optional argument is specified, reverse sort order.
5542
5543         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5544
5545 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-thread.el (wl-thread-insert-message): Return parent number if
5548         exists.
5549         (wl-thread-update-indent-string-region): Use
5550         wl-thread-update-line-on-buffer-sub instead of
5551         wl-thread-update-line-on-buffer.
5552
5553 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5554
5555         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5556         (wl-folder-close-all): Ditto.
5557
5558 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5559
5560         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5561         and mailing-list:.
5562         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5563         value.
5564         (wl-summary-line-list-info): Print mailing-list name even when 
5565         list-number is empty.
5566
5567 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5568
5569         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5570
5571         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5572         (wl-draft-open-file): Ditto.
5573         (wl-draft-random-alphabet): Ditto.
5574
5575         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5576         bindings.
5577
5578 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5579
5580         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5581         * wl-vars.el (wl-draft-config-alist): Ditto.
5582
5583 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * Version number is increased to 2.9.14.
5586
5587         * wl.el (wl): Don't set wl-init as nil when error occured while
5588         auto-checking folders.
5589
5590         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5591         `elmo-expand-newtext'.
5592
5593 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5594
5595         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5596         `this-command' so that `wl-folder-goto-folder' contained in
5597         `wl-summary-keep-cursor-command' work.
5598
5599 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5600
5601         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5602         message buffer displaying state.
5603
5604 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5605
5606         * wl-vars.el (wl-summary-default-view): New variable to specify
5607         default value for `wl-summary-buffer-view' instead of using
5608         set-default.
5609         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5610
5611 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5612
5613         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5614
5615         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5616
5617 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5618
5619         * wl-vars.el (wl-forward-subject-prefix): New variable.
5620         * wl-draft.el (wl-draft-forward): Use it.
5621
5622 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5623
5624         * wl-message.el (wl-message-prev-page): When it is called without
5625         lines argument, scroll down by wl-message-scroll-amount lines.
5626         (wl-message-next-page): Ditto.
5627         * wl-vars.el (wl-message-scroll-amount): Change default value
5628         to preserve current behavior.
5629
5630 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-summary.el (wl-summary-prefetch-msg): Bind
5633         `wl-message-entity' to call `wl-summary-from-function'.
5634
5635 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-message.el (wl-message-buffer-create): Run
5638         wl-message-buffer-created-hook.
5639
5640 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl-summary.el (wl-summary-sort-specs): New variable.
5643         (wl-summary-default-sort-spec): Ditto.
5644         (wl-summary-sort): Rewrite.
5645         (wl-summary-sort-by-list-info): New function.
5646
5647 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5648
5649         * wl-summary.el (wl-summary-get-list-info): New function.
5650         (wl-summary-sort): Rewrite.
5651         (wl-summary-line-list-info): Ditto.
5652         (wl-summary-line-list-count): Ditto.
5653         (wl-summary-refile-region): Fixed docstring.
5654
5655 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5658         `wl-folder-entity-hashtb' as completion table.
5659
5660 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5663         only when this command is called interactively; silence the byte-
5664         compiler.
5665
5666 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5667
5668         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5669         active in XEmacs.
5670
5671 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5672
5673         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5674         plural lines.
5675
5676 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5677
5678         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5679         of current line when the cursor is on the header name.
5680         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5681
5682 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5683
5684         * wl-util.el (wl-read-directory-name): Return displayed directory
5685         as the default value also on XEmacs.
5686
5687 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5688
5689         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5690         formatting.
5691
5692 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5693
5694         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5695         argument and when it is non-nil, check face property before
5696         highlighting for each line.
5697         (wl-highlight-summary-window): Set it.
5698
5699 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5702         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5703
5704         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5705         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5706         (wl-draft-get-fcc-list): Likewise.
5707
5708 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5711         (wl-thread-entity-cur): Ditto.
5712         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5713         wl-thread-indent-regexp setting.
5714         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5715
5716         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5717         wl-summary-lazy-highlight.
5718         (wl-summary-display-bottom): Ditto.
5719
5720         * wl-thread.el (wl-thread-open-close): Likewise.
5721
5722         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5723         from and subject;
5724         Bind wl-draft-use-frame;
5725         Enclose with save-window-excursion;
5726         Use wl-draft-create-buffer instead of with-temp-buffer;
5727         Use wl-draft-prepare-edit;
5728         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5729         Use wl-draft-send instead of wl-draft-raw-send.
5730
5731 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5732
5733         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5734         of using wl-from.
5735
5736 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5739         insert-buffer instead of clone-buffer.
5740         (wl-draft-doing-mime-bcc): New variable.
5741         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5742         infinite loop.
5743         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5744
5745         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5746         (wl-draft-mime-bcc-body): Ditto.
5747
5748         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5749         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5750         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5751         wl-draft-do-mime-bcc.
5752         (wl-draft-mime-bcc-field): New function.
5753         (wl-draft-do-mime-bcc): Ditto.
5754
5755         * wl-address.el (wl-address-complete-header-list): New variable.
5756         (wl-address-complete-header-regexp): Changed default value.
5757
5758         * Version number is increased to 2.9.13.
5759
5760 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5763         it is differed.
5764
5765 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5766
5767         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5768         (wl-summary-line-list-count): Ditto.
5769
5770 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5771
5772         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5773         (wl-nntp-posting-function): New variable.
5774         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5775         `wl-nntp-posting-config-alist'.
5776
5777 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5778
5779         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5780         FLIM.
5781
5782 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5783
5784         * wl-summary.el (wl-summary-target-mark-refile-sub):
5785         Remove a nuisance funcall.
5786
5787 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5790         as t for `try-completion'.
5791
5792 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-default-from): Use
5795         wl-address-header-extract-address instead of
5796         std11-extract-address-components.
5797         (wl-summary-simple-from): Ditto.
5798         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5799         (wl-summary-insert-headers): Show message.
5800         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5801         for whole line.
5802         (wl-summary-default-from): Revert last change.
5803         (wl-summary-simple-from): Ditto.
5804         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5805         (wl-summary-mark-as-read-region): Follow the change above.
5806         (wl-summary-sync-marks): Ditto.
5807         (wl-summary-target-mark-mark-as-read): Ditto.
5808         (wl-summary-redisplay-internal): Ditto.
5809         (wl-summary-redisplay-no-mime-internal): Ditto.
5810         (wl-summary-redisplay-all-header): Ditto.
5811         (wl-summary-mark-as-read): Removed argument `cached';
5812         Use current cache status to set cache mark.
5813         (wl-summary-redisplay-internal): Follow the change above.
5814         (wl-summary-redisplay-no-mime-internal): Ditto.
5815         (wl-summary-redisplay-all-header): Ditto.
5816
5817         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5818
5819         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5820         Don't call itself recursively (Adviced by Yamaoka-san).
5821
5822 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5823
5824         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5825         bind wl-summary-highlight as nil to avoid error caused by missing
5826         local variables.
5827
5828 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-vars.el (wl-invalid-character-message): New user option.
5831
5832         * wl-util.el (wl-set-string-width): If truncated string-width is
5833         larger than specified width, use `wl-invalid-character-message'.
5834
5835 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5836
5837         * wl-summary.el (wl-summary-prefetch-msg): 
5838         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5839
5840 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-vars.el (wl-summary-check-line-format): New user option.
5843         (wl-summary-line-format-file): Ditto.
5844
5845         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5846         variable.
5847         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5848         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5849         and `wl-summary-view-old-p' to check whether do a rescan or not.
5850         (wl-summary-view-old-p): New function.
5851         (wl-summary-line-format-changed-p): Ditto.
5852         (wl-summary-line-format-save): Ditto.
5853         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5854
5855         * wl-util.el (wl-set-string-width): Avoid using negative number
5856         for make-string.
5857
5858 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5859
5860         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5861         return value.
5862
5863         * wl-util.el (wl-set-string-width): Added optional argument
5864         `padding' (All other related portions are changed).
5865         (wl-line-parse-format): If the first letter of column number is
5866         `0', zero-padding the result (ex: "%05l").
5867
5868         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5869
5870 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5873         sequential summary view.
5874
5875 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5878         if it doesn't have a -unix version.
5879
5880 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5883
5884 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5885
5886         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5887         content.
5888         (wl-draft): Follow the change above.
5889
5890         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5891
5892         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5893         and wl-folder-summary-line-format-alist contain %T and %P.
5894
5895         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5896         (wl-summary-mode-line-format): New user option.
5897         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5898         (wl-summary-line-format): Changed default value.
5899         (wl-summary-lazy-highlight): Changed default value.
5900
5901         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5902         change in wl-summary-create-line.
5903         (wl-thread-insert-entity-sub): Ditto.
5904
5905         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5906         (wl-summary-buffer-unread-status): Ditto.
5907         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5908         (wl-summary-buffer-persistent-mark-column): Ditto.
5909         (wl-summary-buffer-mode-line-formatter): Ditto.
5910         (wl-summary-buffer-mode-line): Ditto.
5911         (wl-summary-message-regexp): Abolished.
5912         (All other related portions are changed.)
5913         (wl-summary-detect-mark-position): New function.
5914         (wl-summary-buffer-set-folder): Setup
5915         wl-summary-buffer-mode-line-formatter.
5916         (wl-summary-mode): Setup selective-display;
5917         Setup pre-idle-hook when xemacs.
5918         (wl-summary-update-modeline): Rewrite.
5919         (wl-summary-jump-to-msg): Define as function;
5920         Changed regexp for searching messages.
5921         (wl-summary-message-number): Rewrite.
5922         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5923         Do rescan when old type summary cache.
5924         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5925         (wl-summary-remove-destination): Use '\r' to detect EOL.
5926         (wl-summary-print-destination): Ditto.
5927         (wl-summary-temp-mark): New inline function.
5928         (wl-summary-persistent-mark): Ditto.
5929         (wl-summary-line-number): New function.
5930         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5931         (wl-summary-line-list-count): New function.
5932         (wl-summary-create-line): Added argument persistent-mark.
5933         (All other related portions are changed)
5934         (wl-summary-create-line): Insert '\r'.
5935         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5936         (wl-summary-cursor-move-surface): New inline function.
5937         (wl-summary-prev): Use it.
5938         (wl-summary-next): Ditto.
5939
5940         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5941         wl-summary-message-regexp.
5942         (wl-highlight-summary): Delete progress message.
5943         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5944
5945         * Version number is increased to 2.9.12.
5946
5947 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5948
5949         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5950         variable (nil: no minimum).
5951         (wl-summary-line-subject): Add some spaces after subject by
5952         wl-summary-line-subject-minimum-length.
5953
5954 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5955
5956         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5957         and removed `F'.
5958         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5959         change above).
5960
5961 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5962
5963         * wl-summary.el (wl-summary-line-list-count): Reverted.
5964         (example setting in samples/*/dot.wl is also updated)
5965
5966 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5969
5970         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5971
5972         * wl-vars.el (wl-summary-line-format): Addes some description to the
5973         docstring.
5974
5975         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5976         (wl-summary-line-close-bracket): Ditto.
5977         (wl-summary-line-children-number): Ditto.
5978         (wl-summary-line-thread-indent): Ditto.
5979         (wl-summary-line-children-and-from): Ditto.
5980
5981         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5982         't', 'c', 'F' and added 'C'.
5983
5984         * wl-util.el (wl-set-string-width): Accept negative value.
5985         (wl-line-parse-format): Added "%number(" and "%)".
5986
5987 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5988
5989         * wl-summary.el (wl-summary-line-list-count): Change format of the
5990         return value.
5991
5992 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5993
5994         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5995         from the recent message.el.
5996         (wl-draft-point-in-header-p): Ditto.
5997         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5998         wl-draft-beginning-of-line.
5999         * wl-e21.el (wl-draft-mode-map): Ditto.
6000         * wl-xmas.el (wl-draft-mode-map): Ditto.
6001
6002         * wl-folder.el: Sort macrodefs by dependencies.
6003
6004 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6005
6006         * wl-summary.el (wl-summary-prev): Fixed regexp.
6007         (wl-summary-next): Ditto.
6008
6009 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6012
6013 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6014
6015         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6016         for backward compatibility.
6017
6018 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6019
6020         * wl-summary.el (wl-summary-line-list-count): New function, merged
6021         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6022         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6023         list counts.
6024
6025 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6026
6027         * wl-summary.el (wl-summary-create-line): Ignore errors while
6028         timezone-fix-time.
6029
6030         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6031
6032         * wl-summary.el (wl-summary-sync-update): Ditto.
6033         (wl-summary-default-from): Use wl-message-entity
6034         instead of entity.
6035
6036         * wl-summary.el (wl-summary-create-line): Fix.
6037
6038         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6039         (wl-summary-line-format): New user option.
6040         (wl-folder-summary-line-format-alist): Ditto.
6041         (wl-summary-from-width): Abolished.
6042
6043         * wl-util.el (toplevel): Require 'bytecomp.
6044         (wl-line-parse-format): New function.
6045         (wl-line-formatter-setup): New macro.
6046
6047         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6048         (wl-summary-buffer-line-formatter): New buffer local variable.
6049         (wl-summary-switch-to-clone-buffer): Follow the change above.
6050         (wl-summary-message-regexp): Fix.
6051         (wl-summary-from-func-internal): Abolished.
6052         (wl-summary-subject-func-internal): Ditto.
6053         (wl-summary-subject-filter-func-internal): Ditto.
6054         (All other related portions are changed.)
6055         (wl-summary-buffer-set-folder):
6056         Set up wl-summary-buffer-number-column and 
6057         wl-summary-buffer-line-formatter
6058         (All other related portions are changed.)
6059         (wl-summary-buffer-number-column-detect): Abolished.
6060         (All other related portions are changed.)
6061         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6062         (wl-summary-delete-all-temp-marks-on-buffer): Use
6063         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6064         (wl-summary-target-mark-delete): Ditto.
6065         (wl-summary-target-mark-refile-subr): Ditto.
6066         (wl-summary-target-mark-mark-as-read): Ditto.
6067         (wl-summary-target-mark-mark-as-unread): Ditto.
6068         (wl-summary-target-mark-mark-as-important): Ditto.
6069         (wl-summary-target-mark-save): Ditto.
6070         (wl-summary-replace-status-marks): Renamed from
6071         wl-summary-set-status-marks-on-buffer;
6072         Use wl-summary-message-regexp instead of
6073         wl-summary-buffer-number-regexp.
6074         (wl-summary-sync-update): Follow the change above.
6075         (wl-summary-goto-previous-message-beginning): New function.
6076         (wl-summary-mark-as-unread): Use it.
6077         (wl-summary-mark-as-important): Ditto.
6078         (wl-summary-line-formatter): New variable.
6079         (wl-summary-line-year): New function.
6080         (wl-summary-line-day): Ditto.
6081         (wl-summary-line-day-of-week): Ditto.
6082         (wl-summary-line-hour): Ditto.
6083         (wl-summary-line-minute): Ditto.
6084         (wl-summary-line-open-bracket): Ditto.
6085         (wl-summary-line-close-bracket): Ditto.
6086         (wl-summary-line-children-number): Ditto.
6087         (wl-summary-line-thread-indent): Ditto.
6088         (wl-summary-line-size): Ditto.
6089         (wl-summary-line-subject): Ditto.
6090         (wl-summary-line-from): Ditto.
6091         (wl-summary-line-children-and-from): Ditto.
6092         (wl-summary-create-line): Rewritten.
6093         (wl-summary-format-date): Abolished.
6094
6095         * wl-highlight.el (wl-highlight-summary-current-line): Use
6096         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6097         Use thread structure to detect thread top message.
6098
6099         * wl-draft.el (wl-default-draft-cite): Don't use
6100         wl-summary-from-func-internal.
6101
6102         * wl-refile.el (wl-refile-subject-learn): Don't use
6103         wl-summary-subject-filter-func-internal.
6104         (wl-refile-guess-by-subject): Ditto.
6105
6106         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6107         parameters.
6108
6109         * wl-thread.el (wl-thread-update-indent-string-region):
6110         Use wl-thread-update-line-on-buffer instead of
6111         wl-thread-update-indent-string.
6112         (wl-thread-update-children-number): Redefine using
6113         wl-thread-update-line-on-buffer.
6114         (wl-thread-update-indent-string): Abolished.
6115
6116         * Version number is increased to 2.9.11.
6117
6118 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6121         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6122         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6123
6124         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6125         as nil.
6126
6127         * wl-thread.el (wl-thread-open-all-unread): Use 
6128         elmo-folder-list-messages-mark-match.
6129         (wl-thread-insert-message): Removed argument `mark-alist'.
6130         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6131         elmo-msgdb-set-mark.
6132         (wl-thread-get-children-msgs-uncached): Likewise.
6133         (wl-thread-get-exist-children): Added argument include-self.
6134         (wl-thread-delete-message): Follow the change above.
6135
6136         * wl-summary.el (wl-summary-count-unread): Removed argument.
6137         (wl-summary-rescan): Follow the change above.
6138         (wl-summary-mark-as-read-region): Ditto
6139         (wl-summary-mark-as-unread-region): Ditto.
6140         (wl-summary-delete-messages-on-buffer): Ditto.
6141         (wl-summary-sync-update): Ditto.
6142         (wl-summary-switch-to-clone-buffer): Ditto.
6143         (wl-summary-goto-folder-subr): Ditto.
6144         (wl-summary-target-mark-mark-as-read): Ditto.
6145         (wl-summary-target-mark-mark-as-unread): Ditto.
6146         (wl-summary-target-mark-mark-as-important): Ditto.
6147         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6148         (wl-summary-update-thread): Removed argument `mark-alist'.
6149         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6150         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6151         (wl-summary-resume-cache-status): Likewise.
6152         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6153         elmo-msgdb-set-mark.
6154         (wl-summary-mark-as-read-all): Likewise.
6155         (wl-summary-delete-cache): Ditto.
6156         (wl-summary-auto-select-msg-p): Ditto.
6157         (wl-summary-mark-as-unread): Ditto.
6158         (wl-summary-no-auto-refile-message-p): Ditto.
6159         (wl-summary-mark-as-read): Ditto.
6160         (wl-summary-mark-as-important): Ditto.
6161         (wl-summary-auto-refile): Follow the change above.
6162         (wl-summary-delete-all-marks): Removed.
6163         (wl-summary-resume-marks-and-highlight): Ditto.
6164         (wl-summary-resume-marks): Ditto.
6165         (wl-summary-delete-important-msgs-from-list): Ditto.
6166         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6167
6168         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6169         wl-summary-count-unread.
6170
6171         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6172         (wl-summary-score-update-all-lines): Use
6173         elmo-msgdb-set-mark.
6174
6175 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6178         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6179         (wl-summary-create-line): Renamed from
6180         wl-summary-overview-create-summary-line;
6181         Argument rearrangement.
6182         (wl-summary-update-thread): Follow the change above.
6183
6184         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6185         (wl-thread-insert-entity-sub): Likewise.
6186
6187         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6188         argument `overview', `mark-alist' and added `msgdb'.
6189
6190         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6191
6192         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6193         (wl-summary-rescan): Follow the change above.
6194         (wl-summary-sync-update): Ditto.
6195         (wl-summary-insert-thread-entity): Ditto;
6196         Don't use `let*' in every while loop;
6197         Detect infinite loop of threads.
6198         (wl-summary-update-thread): Removed argument `overview'.
6199
6200         * wl-thread.el (wl-thread-insert-message): Ditto.
6201
6202         * Version number is increased to 2.9.10.
6203
6204         * wl-message.el (wl-message-redisplay): Ignore errors while
6205         wl-message-redisplay-hook.
6206
6207 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6208
6209         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6210
6211 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl.el (wl): inhibit-quit while wl-folder.
6214
6215 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6218         while msgdb access.
6219
6220 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6221
6222         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6223         even if no folder is not created.
6224
6225 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6228
6229         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6230         implementation.
6231         (wl-summary-target-mark-thread): Ditto.
6232
6233         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6234
6235 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6236
6237         * wl-util.el (wl-display-bytes): Remove unused function.
6238
6239 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6242         seems critical one (partially reverse the change in 2002/03/17).
6243
6244 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6245
6246         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6247         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6248
6249 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6250
6251         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6252         is not writable.
6253         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6254         plugged status instead of `'force' as 2nd argument.
6255
6256         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6257         is not creatable.
6258
6259         * Version number is increased to 2.9.9.
6260
6261 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6262
6263         * wl-summary.el (wl-summary-suspend): New function.
6264
6265 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6266
6267         * wl.el (wl): Do not check variables if check is nil.
6268         * wl-utils.el (wl-collect-draft): New function.
6269         * wl-folder.el (wl-folder-suspend): Put summary buffers
6270         and draft buffers at the end of buffer list.
6271         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6272
6273 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6274
6275         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6276         loop instead of recursive call.
6277
6278         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6279         2nd argument.
6280
6281 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-draft.el (wl-draft-create-contents): Don't take neither
6284         (function . args) nor (string . something) any more.
6285
6286         * wl-version.el (wl-generate-user-agent-string): Return string
6287         without header symbol.
6288         * wl-draft.el (wl-draft-default-headers): Use it.
6289
6290         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6291         `wl-draft-insert-ccs' and return field value instead of inserting
6292         the header. Abolish cc argument.
6293         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6294
6295         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6296         rather than one with string car.
6297
6298         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6299         * wl-draft.el (wl-draft-create-contents): Add it after the default
6300         headers.
6301
6302         * wl-draft.el (wl-draft-create-contents): For the case of
6303         (symbol-or-string . function) insert header only when the function
6304         returns string value.
6305
6306 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6307
6308         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6309         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6310
6311 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6312
6313         * wl.el (wl-check-environment): Don't check Message-ID when
6314         `wl-insert-message-id' is nil.
6315         Revive checking if `wl-message-id-domain' contains "@".
6316
6317 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6318
6319         * wl.el (wl-check-environment): Merge examination for "@" at
6320         inappropriate position into the first string-match.
6321
6322         * wl-summary.el (wl-summary-target-mark-print): New function.
6323         (wl-summary-pipe-message-subr): Extracted from
6324         `wl-summary-pipe-message'.
6325         (wl-summary-target-mark-pipe): New function.
6326         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6327         `wl-summary-target-mark-pipe'.
6328
6329 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6330
6331         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6332
6333 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6334
6335         * wl.el (wl-check-environment): Use elmo-warning instead of
6336         error for non-critical ones.
6337         Remove trash folder check.
6338         (wl): Don't ignore error in wl-check-environment.
6339
6340         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6341         check, which is moved from `wl-check-environment'.
6342         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6343
6344 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6345
6346         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6347         guess anything, call wl-summary-write.
6348         (wl-summary-write): Create draft with blank To field.
6349         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6350
6351 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6352
6353         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6354         argument full as well for wl-folder-write-current-folder.
6355         If wl-*-write-current-folder cannot guess addressee, add blank
6356         To header.
6357         Rewrite condition for positioning cursor.
6358
6359 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6360
6361         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6362         summary buffer is present, use it.
6363         (wl-folder-jump-to-previous-summary): Ditto.
6364
6365 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6366
6367         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6368
6369         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6370         wl-summary-previous-buffer and wl-summary-next-buffer.
6371
6372         * wl-folder.el (wl-folder-mode-map): Bind
6373         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6374         (wl-folder-jump-to-next-summary): New function.
6375         (wl-folder-jump-to-previous-summary): Ditto.
6376
6377         * wl-draft.el (wl-draft): Rearranged.
6378
6379 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6382         of header.
6383         (wl-draft): Collect arguments for the header as header-alist.
6384         (wl-draft-forward): Arrange arguments for wl-draft.
6385         (wl-draft-reply): Ditto.
6386         (wl-draft-edit-string): Ditto.
6387         * wl-summary.el (wl-summary-write): Ditto.
6388         (wl-summary-write-current-folder): Ditto.
6389
6390         * Version number is increased to 2.9.8.
6391
6392 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6393
6394         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6395
6396         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6397
6398         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6399         even if the guess failed.
6400
6401         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6402         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6403         wl-summary-write-current-folder.
6404         * wl-xmas.el: Ditto.
6405
6406 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-summary.el (wl-summary-next-page): Force display message if
6409         message is not displayed yet.
6410         (wl-summary-prev-page): Ditto.
6411
6412 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6413
6414         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6415
6416 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6417
6418         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6419         add "Preview Message" and "Save Draft and Exit".
6420
6421 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6422
6423         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6424         if addrmgr is called from draft in splitted window.
6425
6426         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6427         * wl-mule.el: Ditto.
6428         * wl-xmas.el: Ditto.
6429
6430 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6431
6432         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6433
6434         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6435         * wl-xmas.el (wl-folder-toolbar): Ditto.
6436
6437 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6438
6439         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6440         and wl-draft-save-and-exit.
6441         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6442         * wl-xmas.el: Ditto.
6443         * wl-mule.el: Ditto.
6444
6445         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6446         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6447
6448 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6451         lists for saving buffer.
6452
6453 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6454
6455         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6456         parent-folder argument instead of it.
6457         (wl-draft-create-buffer): Ditto.
6458         (wl-draft-forward): Ditto.
6459         (wl-draft-reply): Ditto.
6460         * wl-summary.el (wl-summary-write): Ditto.
6461         (wl-summary-write-current-folder): Ditto.
6462
6463         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6464         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6465         Folder buffer after composing.
6466
6467 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6470         header if the file `wl-x-face-file' already contains it.
6471
6472 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6473
6474         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6475         folder" entry.
6476         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6477         * wl-e21.el (wl-folder-toolbar): Ditto.
6478         * wl-xmas.el (wl-folder-toolbar): Ditto.
6479
6480 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6481
6482         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6483         wl-folder-goto-folder with sticky argument.
6484         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6485
6486 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6487
6488         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6489         and wl-summary-previous-buffer.
6490         (wl-summary-next-buffer): New function.
6491         (wl-summary-previous-buffer): Ditto.
6492
6493 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6494
6495         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6496         wl-folder-jump-to-current-entity-with-arg.
6497         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6498         `wl-folder-jump-to-current-entity'.
6499         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6500         `wl-summary-goto-folder-sticky'.
6501         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6502         `wl-summary-goto-folder'.
6503         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6504         Unless force-exit, do not clean temp. marks for sticky summary.
6505         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6506
6507 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6510         not entire.
6511
6512 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6515         to `C-x C-s'.
6516         (wl-summary-save-status): New command.
6517         (wl-summary-exit): Don't clean-up temp marks when sticky.
6518         (Applied patch from Nakayama-san [wl: 09548])
6519         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6520         Do nothing when no mark data.
6521         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6522         Call `wl-summary-delete-all-temp-marks' before saving.
6523
6524 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6525
6526         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6527
6528 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6529
6530         * wl.el (wl-check-environment): Also cause error when (system-name)
6531         returns "localhost.localdomain". (Although it doesn't affect because
6532         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6533
6534 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6535
6536         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6537         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6538
6539         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6540         value.
6541
6542 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6543
6544         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6545         Likewise r-cc-list and r-ng-list.
6546
6547 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6550         only if it is bound as variable.
6551
6552         * wl-mime.el (wl-draft-preview-message): Ditto.
6553
6554 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6557         needless `goto-char'.
6558
6559         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6560         `wl-summary-redisplay-no-mime-internal' instead of
6561         `wl-summary-redisplay-no-mime'.
6562         (wl-summary-redisplay-no-mime): Changed argument;
6563         Call `wl-summary-redisplay-no-mime-internal'.
6564
6565         * wl-mime.el (wl-draft-preview-message): Bind
6566         `mime-header-encode-method-alist' locally.
6567
6568         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6569         (wl-draft-std11-parse-addresses): Added the first address check.
6570         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6571
6572         * Version number is increased to 2.9.7.
6573
6574 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6575
6576         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6577
6578 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6579
6580         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6581         related to scrollbar support, if there is no such a feature
6582         compiled in.
6583
6584 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6585
6586         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6587         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6588         for prefetch.
6589
6590 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6591
6592         * wl-summary.el (wl-summary-pick): Fix for no match.
6593
6594 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6595
6596         * wl-draft.el (wl-draft-save):
6597         Override `mime-header-encode-method-alist'.
6598
6599 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-folder.el (wl-folder-pick): New function.
6602         Define key as "?".
6603
6604 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6607         Fix for unplugged.
6608
6609 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-folder.el (wl-folder-virtual): New function.
6612         Define key as "V".
6613
6614 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6615
6616         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6617         multi folder if entity is group.
6618
6619 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6622         is nil.
6623
6624 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6625
6626         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6627         (wl-summary-target-mark-msgs): Return the number of marked messages.
6628
6629 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6630
6631         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6632         "first:" is specified.
6633
6634 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6635
6636         * wl-vars.el (wl-from): Use return value of function
6637         user-full-name instead of the variable user-full-name since
6638         XEmacs-20.4 doesn't set this variable.
6639
6640 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6643         call `wl' directly.
6644
6645 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6646
6647         * wl-draft.el (wl-draft-reedit): Removed duplicated
6648         switch-to-buffers.
6649
6650 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * wl.el (wl-other-frame): Removed garbages.
6653
6654 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6657
6658         * wl-xmas.el (wl-draft-key-setup): Ditto.
6659
6660         * wl-mule.el (wl-draft-key-setup): Ditto.
6661
6662         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6663         (wl-draft-reedit): Ditto.
6664         (wl-draft-prepare-edit): Add `wl-draft-save' to
6665         `local-write-file-hooks'.
6666         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6667         (wl-draft-reedit): Set buffer-file-name.
6668         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6669
6670
6671         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6672         call it.
6673         (wl-delete-startup-frame-function): New variable.
6674         (wl-other-frame): New function
6675         (Original was written by Yamaoka san [wl: 09239]).
6676
6677         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6678         if `wl-folder-use-frame'.
6679
6680 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6681
6682         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6683
6684 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6687         New variable.
6688         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6689         (wl-message-buffer-prefetch-get-next): Use them.
6690         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6691
6692 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6693
6694         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6695         with unwind-protect.
6696
6697         * wl-draft.el (wl-draft-reedit): Rewrite.
6698         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6699         (wl-draft-save): Insert header separator if it does not exist;
6700         Removed condition-case.
6701
6702         * wl-summary.el (wl-summary-reedit): Revert last change.
6703
6704         * wl-draft.el (wl-draft-save): Rewrite.
6705         (wl-draft-create-buffer): Set buffer-file-name as nil.
6706
6707         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6708
6709         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6710
6711         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6712         nil.
6713
6714 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6715
6716         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6717         If count is nil, do not prefetch.
6718         (wl-message-buffer-prefetch-next): Next.
6719
6720 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6723
6724 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6727         `delete-backward-char'
6728         (wl-draft-prepare-edit): Check major-mode.
6729         (wl-draft-decode-header): Rewrite.
6730         (wl-draft): Fix.
6731
6732 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6733
6734         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6735
6736 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6739         (wl-message-buffer-prefetch-get-next): Remove size checking.
6740         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6741
6742 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6743
6744         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6745         (wl-draft-default-headers): Fix.
6746
6747 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6748
6749         * wl-draft.el (wl-draft-default-headers): Insert return value of
6750         `wl-generate-mailer-string-function'.
6751
6752 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6755         (wl-draft-insert-mail-header-separator): Ditto.
6756
6757         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6758         again (Reverted the change on 2002-01-17 by OKADA san).
6759
6760 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-draft.el (wl-draft): Rewrite.
6763         (wl-draft-create-buffer): New function.
6764         (wl-draft-create-contents): Ditto.
6765         (wl-draft-prepare-edit): Ditto.
6766         (wl-draft-decode-header): Ditto.
6767         (wl-draft-decode-body): Ditto.
6768         (wl-draft-check-new-line): Ditto.
6769         (wl-draft-default-headers): Ditto.
6770         (wl-draft-insert-mail-header-separator): Ditto.
6771
6772 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * Version number is increased to 2.9.6.
6775
6776 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-draft.el (wl-draft-delete-field): Optional argument.
6779         (wl-draft-delete-fields): Ditto.
6780
6781 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-message.el (toplevel): Eliminated byte-compile warning.
6784         for `itimer-function', `delete-timer' and `itimer-list'.
6785
6786 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6787
6788         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6789         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6790         `wl-message-buffer-prefetch-threshold'.
6791         * wl-summary.el (wl-summary-redisplay-internal): Remove
6792         the check of `wl-message-buffer-prefetch-depth'.
6793
6794 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6797         size of article.
6798         (wl-message-buffer-prefetch-subr): Remove size check.
6799
6800 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6801
6802         * wl-vars.el (wl-plugged): Make customizable.
6803
6804 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6805
6806         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6807         (wl-message-buffer-prefetch-set-timer): New function.
6808         (wl-message-buffer-prefetch-get-next): New function.
6809         (wl-message-buffer-prefetch): New function.
6810         (wl-message-buffer-prefetch-next): Rewrite.
6811         (wl-message-buffer-prefetch-subr): Rewrite.
6812         * wl-vars.el (wl-auto-prefetch-first): New variable.
6813         * wl-summary.el (wl-summary-goto-folder-subr): Call
6814         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6815
6816 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6817
6818         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6819         `wl-summary-unread-message-hook'.
6820
6821 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6822
6823         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6824         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6825         if range is `cache-status'.
6826
6827 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6828
6829         * wl-message.el (wl-message-buffer-prefetch-subr):
6830         Improve debug message.
6831
6832 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6835         `wl-mail-send-pre-hook'.
6836         (wl-draft-send-mail-with-qmail): Ditto.
6837         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6838
6839 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6840
6841         * wl-message.el (wl-message-buffer-prefetch-subr):
6842         Fix for cancel-function-timers bug.
6843         (wl-message-buffer-prefetch-debug): Default value is t.
6844
6845 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6848         (wl-message-buffer-prefetch-subr): Rewrite.
6849         Rename from `wl-message-buffer-prefetch'.
6850
6851 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6852
6853         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6854         (wl-default-draft-cite-decorate-author): Ditto.
6855
6856         * wl-draft.el (wl-draft-cite-function): Removed.
6857         (wl-default-draft-cite-decorate-author): Ditto.
6858
6859 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6860
6861         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6862         (wl-default-draft-cite): Do not arrange author name if the value of
6863         `wl-default-draft-cite-decorate-author' is nil.
6864
6865 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6868
6869         * wl-folder.el (wl-folder-check-one-entity): Don't care
6870         `elmo-folder-use-flag-p'.
6871
6872 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6873
6874         * wl-folder (wl-folder-check-one-entity): Fix
6875         problem if unread is nil.
6876
6877 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6878
6879         * wl-address.el (wl-address-make-completion-list): Check whether
6880         the address is a group list.
6881         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6882
6883 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6884
6885         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6886         The number of the messages of new and unread does not count
6887         correctly.
6888
6889         * wl-summary.el (wl-summary-count-unread): Changed to return
6890         `(new . unread)' instead of total.
6891         (wl-summary-sync-update): Follow the change above.
6892
6893         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6894
6895 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6896
6897         * wl-address.el (wl-address-make-completion-list): Do not enclose
6898         address by " <" and ">" if associated realname is "".
6899         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6900         This is against the promblem with group list in .addresses pointed
6901         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6902
6903 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6904
6905         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6906         message is a format control string.
6907         * wl-expire.el (wl-expire-append-log): Ditto.
6908         * wl-mime.el (wl-summary-burst-subr): Ditto.
6909         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6910         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6911
6912 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6913
6914         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6915         wl.el (wl-check-variables): Rename from `wl-check-type'.
6916         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6917         (wl-check-variables-2): New function.
6918         (wl): Call `wl-check-variables-2'.
6919
6920 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6921
6922         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6923         after renaming folder in access group.
6924
6925 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6926
6927         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6928         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6929         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6930         (wl-message-buffer-prefetch): Rewrite.
6931         (wl-message-buffer-prefetch-idle-time): Removed.
6932         * wl-summary.el (wl-summary-redisplay-internal):
6933         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6934         Error check for `wl-message-buffer-prefetch-depht'.
6935
6936 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6937
6938         * Version number is increased to 2.9.5.
6939         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6940
6941 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6942
6943         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6944         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6945         Based on the patch written by
6946         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6947
6948 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6949
6950         * wl-draft.el (wl-draft-raw-send): Fix for
6951         `wl-news-send-pre-hook'
6952
6953 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6954
6955         * wl-utils.el (wl-message-id-function): New variable.
6956         * wl-draft.el (wl-draft-insert-required-fields):
6957         Use `wl-message-id-function'.
6958
6959 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6960
6961         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6962         * wl-utils.el (wl-draft-make-message-id-string):
6963         Use `wl-from' for domain part of Message-ID
6964         if `wl-message-id-use-wl-from' if non-nil.
6965         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6966
6967 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl.el (wl): Call `wl-check-type'
6970         Do not 'condition-case'.
6971
6972 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6973
6974         * wl.el (wl-check-type): New function.
6975         (wl-check-type-variables): New variable.
6976
6977 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6978
6979         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6980
6981 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6982
6983         * wl-draft.el (wl-smtp-password-key): New function.
6984         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6985         (wl-draft-send-mail-with-smtp): Ditto.
6986         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6987
6988 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6989
6990         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6991         * wl-utils.el (wl-unique-id-suffix): Remove.
6992
6993 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6994
6995         * Version number is increased to 2.9.4.
6996
6997 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6998
6999         * wl-utils.el (wl-unique-id-suffix): New variable.
7000         (wl-unique-id): Use `wl-unique-id-suffix'
7001
7002 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7003
7004         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7005         instead of `elmo-msgdb-search'.
7006
7007         * Version number is increased to 2.9.3.
7008
7009 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7010
7011         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7012
7013 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7016         (wl-draft-dispatch-message): Changed for send-later.
7017         (wl-draft-queue-flush): Ditto.
7018         (wl-draft): Clear `wl-sent-message-queued'.
7019         (wl-draft-reedit): Ditto.
7020         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7021         * wl-vars.el (wl-draft-force-queuing): New variable.
7022         (wl-draft-force-queuing-mail): New variable.
7023         (wl-draft-force-queuing-news): New variable.
7024
7025 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7028         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7029
7030 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7031
7032         * Version number is increased to 2.9.2.
7033
7034 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * wl-draft.el (wl-draft-elide-region): New user command.
7037         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7038
7039         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7040         command `wl-draft-elide-region'.
7041         * wl-mule.el: Ditto.
7042         * wl-xmas.el: Ditto.
7043
7044 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7047         (wl-biff-check-folder-async): Removed needless let.
7048
7049 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7052         wl-folder-get-elmo-folder.
7053         (wl-biff-check-folder): Set `biff' argument of
7054         `wl-folder-check-one-entity'.
7055         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7056
7057         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7058         (wl-folder-check-one-entity): Added `biff' argument;
7059         Setup `biff' slot of folder.
7060
7061         * Version number is increased to 2.9.1.
7062
7063 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7066         comment out and fixed.
7067         (wl-fldmgr-add-completion-subr): Ditto.
7068
7069         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7070         and msgdb.
7071
7072         * wl.el (wl-toggle-plugged): Save summary view.
7073
7074 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7077
7078 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7079
7080         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7081
7082 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7085         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7086         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7087
7088         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7089         if it was failed.
7090         (wl-demo): Disable undo in the demo buffer.
7091
7092 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-version.el (wl-version): Changed codename.
7095
7096         * Version number is increased to 2.9.0.
7097
7098 2001-12-14  Takuo KITAME <kitame@northeye.org>
7099
7100         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7101         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7102         (wl-folder-mark-as-read-all-current-entity): Ditto.
7103
7104 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-vars.el (wl-from-width): Define as obsolete variable.
7107         (wl-subject-length-limit): Ditto.
7108
7109         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7110
7111         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7112         wl-summary-save-view.
7113
7114         * wl.el (wl-save-status): Ditto.
7115         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7116
7117         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7118         (wl-summary-exit): Follow the change above.
7119         (wl-summary-goto-folder-subr): Ditto.
7120
7121         * wl-folder.el (wl-folder-create-subr): Don't use
7122         `elmo-folder-creatable-p'.
7123
7124 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7127
7128 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7131         rather than bitmap on Emacs 21.
7132         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7133         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7134         for xbm if the new redisplay engine is not available.
7135
7136 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-folder.el (wl-folder-init-hook): New hook.
7139         (wl-folder-init): Run `wl-folder-init-hook'.
7140
7141 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7144
7145 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-acap.el (wl-acap-cache-filename): New variable.
7148         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7149         (wl-acap-init): Use cache if no ACAP server found.
7150
7151 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7152
7153         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7154         `wl-acap-original-msgdb-dir'.
7155
7156         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7157         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7158
7159         * wl-mime.el (wl-mime-save-directory): Renamed from
7160         `wl-mime-save-dir'.
7161
7162 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7165
7166         * wl-demo.el: Require `path-util'.
7167         (wl-demo-bitmap-mule-available-p): New internal variable.
7168         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7169         `module-installed-p' instead.
7170         (wl-demo-insert-image): Use *.img file for a bitmap image.
7171         (wl-demo): Don't call the ascii demo recursively.
7172
7173 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7174
7175         * Version number is increased to 2.7.7.
7176
7177 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl.el (wl-exit): Eliminated byte-compile warning.
7180
7181 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7182
7183         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7184         obsolete variable using `elmo-define-obsolete-variable'.
7185         (wl-fetch-confirm-threshold): Ditto.
7186         (wl-cache-prefetch-folder-type-list): Ditto.
7187         (wl-cache-prefetch-folder-list): Ditto.
7188
7189 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7192         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7193         (wl-demo-insert-image): New function.
7194         (wl-demo-insert-text): New function.
7195         (wl-demo-image-type-alist): Redefine as a function.
7196         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7197         (wl-demo-with-temp-file-buffer): Removed.
7198         (wl-logo-xpm): Removed.
7199         (wl-logo-xbm): Removed.
7200         (wl-logo-bitmap): Removed.
7201
7202 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7203
7204         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7205         (wl-expire-localdir-get-folder-function): New user option.
7206         (wl-expire-localdir-get-folder): New function.
7207         (wl-expire-localdir-date): Ditto.
7208
7209 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7210
7211         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7212         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7213         Fixed unread number mismatch when all-unread < unread.
7214
7215 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7218         (wl-fetch-confirm-threshold): Ditto.
7219
7220         * wl-summary.el (wl-summary-confirm-appends): Removed.
7221         (wl-summary-sync-update): Don't refer
7222         `wl-summary-update-confirm-threshold' (It is now abolished).
7223
7224         * wl-message.el (wl-message-display-internal): Don't refer
7225         `wl-fetch-confirm-threshold' (It is now abolished).
7226
7227 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7230
7231 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7232
7233         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7234         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7235         Change default value to nil.
7236         (wl-summary-indent-length-limit): The value can be nil, nil means
7237         unlimited.
7238
7239         * wl-summary.el: Don't set limit for indent length if the value of
7240         wl-summary-indent-length-limit is nil.
7241         If the value of wl-summary-width is nil, it means only that the width
7242         of summary is unlimited (nil doesn't mean that the indent length is
7243         unlimited).
7244
7245         * wl-thread.el: Ditto.
7246
7247 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7248
7249         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7250         be nil, nil means never confirm.
7251         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7252
7253 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7254
7255         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7256         means unlimited).
7257
7258 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7261         Use `with-temp-buffer'.
7262
7263 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7266         with new backquote style).
7267         (wl-folder-get-entity-from-buffer): Ditto.
7268
7269 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7270
7271         * wl-version.el (nemacs-version): Eliminated.
7272         (wl-extended-emacs-version2): Ignore nemacs.
7273         (wl-extended-emacs-version3): Ditto.
7274
7275 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7276
7277         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7278         (wl-draft-add-in-reply-to): New variable.
7279         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7280         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7281         (wl-draft-yank-from-mail-reply-buffer): Use
7282         `wl-draft-add-in-reply-to'.
7283         (wl-draft-insert-current-message): Ditto.
7284
7285 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7286
7287         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7288         typo (kill->hide).
7289         (wl-message-buffer-prefetch-folder-type-list): Added elements
7290         `mark' and `cache' instead of `internal'.
7291
7292 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7295         resume msgdb directory.
7296
7297 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * wl.el (wl-exit): Call `wl-acap-exit'.
7300
7301         * wl-summary.el (wl-summary-message-string): New function.
7302         (wl-summary-reedit): Use it.
7303         (wl-summary-resend-bounced-mail): Remove needless let.
7304         (wl-summary-supersedes-message): Ditto.
7305         (wl-summary-save): Ditto.
7306
7307         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7308         (wl-acap-init): Set it.
7309         (wl-acap-exit): New function.
7310
7311 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7312
7313         * wl.el (wl-init): Revert (require 'mime-setup). move from
7314         toplevel.
7315
7316 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7317
7318         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7319         local variables.  Add error when guess function return invalid
7320         value.
7321
7322 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7323
7324         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7325         Change local variable name.
7326         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7327         (wl-folder-get-newsgroups): Return nil when non-news folder.
7328         * wl-summary.el (wl-summary-write-current-folder): State through
7329         when guess-list return nil.
7330         (wl-summary-write-current-folder-functions): Fixed docstring.
7331
7332         * wl.el (wl-exit): Changed confirm message.
7333
7334         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7335         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7336
7337         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7338
7339 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7340
7341         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7342         user option (Renamed from wl-cache-prefetch-folder-type-list).
7343         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7344         from wl-cache-prefetch-folder-list).
7345
7346         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7347         Move to wl-vars.el.
7348         (wl-message-buffer-prefetch-p): Changed to enable
7349         `wl-message-buffer-prefetch-folder-list'.
7350
7351         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7352         `ignore-cache'.
7353
7354 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7355
7356         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7357         `part-top' and `part-bottom'.
7358         (wl-draft-config-sub-part-top): New function.
7359         (wl-draft-config-sub-part-bottom): New function.
7360
7361 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7362
7363         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7364
7365 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7366
7367         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7368
7369 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7370
7371         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7372
7373         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7374         (wl-summary-write-current-folder): Ditto.
7375
7376 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-folder.el (wl-folder-get-newsgroups): Use
7379         `elmo-folder-newsgroups'.
7380
7381 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7382
7383         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7384         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7385         `wl-draft-config-sub-header-bottom'.
7386
7387 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7388
7389         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7390         localnews folder.
7391
7392 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7393
7394         * wl-summary.el (wl-summary-mode): Undo last change.
7395
7396         * wl-folder.el (wl-folder-mode): Ditto.
7397
7398 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7399
7400         * wl-summary.el (wl-summary-mode): Locally set
7401         truncate-partial-window-width to nil.
7402         (for XEmacs)
7403
7404         * wl-folder.el (wl-folder-mode): Ditto.
7405
7406 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7409
7410 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7413         number.
7414
7415         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7416
7417         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7418
7419         * Version number is increased to 2.7.6.
7420
7421 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7424
7425 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-summary.el (wl-summary-sync-update): Enclose network
7428         related portion with `unwind-protect'.
7429
7430 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7431
7432         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7433
7434 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7435
7436         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7437         element.
7438         * wl-vars.el (wl-message-body-button-alist): Ditto.
7439
7440         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7441         max match length.
7442         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7443
7444         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7445         for the max match length;
7446         Use 4th element value for the button string regexp group.
7447
7448         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7449         candidate exists, prompt to select.
7450
7451 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7452
7453         * wl-summary.el (wl-summary-jump-to-msg): Search before
7454         calibration point by `beginning-of-line'.
7455
7456 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7457
7458         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7459         for access group.
7460
7461 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-message.el (wl-message-display-internal): Bind
7464         `default-mime-charset'.
7465
7466         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7467
7468         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7469
7470         * Version number is increased to 2.7.5.
7471
7472 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7473
7474         * wl-expire.el (wl-summary-archive): Fixed;
7475         Use `elmo-folder-name-internal'.
7476
7477 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7478
7479         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7480         from `elmo-folder-move-messages' caller.
7481         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7482
7483         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7484         related portions are changed).
7485
7486 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7487
7488         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7489         counter.
7490
7491 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7492
7493         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7494         buffer local and set it to nil.
7495
7496         * wl-message.el (wl-message-redisplay): Ditto.
7497
7498 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl-summary.el (wl-summary-mark-as-important): If message is
7501         already cached, set messag as read, otherwise encache and mark as read.
7502
7503 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7504
7505         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7506         point-min.
7507
7508 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7511         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7512         a keymap.
7513
7514 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7517         parent.
7518
7519         * wl-mule.el (wl-message-define-keymap): Ditto.
7520
7521         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7522
7523         * wl-xmas.el (wl-message-display-internal-hook): Define.
7524         (wl-xmas-setup-message-toolbar): Define as function.
7525         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7526         (wl-message-overload-functions): Abolished.
7527         (wl-message-define-keymap): New function.
7528
7529         * wl-vars.el (wl-message-display-internal-hook): New variable.
7530         (wl-message-header-button-alist): New variable (Renamed from
7531         wl-highlight-message-header-button-alist).
7532         (wl-message-body-button-alist): Ditto.
7533
7534         * wl-mule.el (wl-message-define-keymap): New function.
7535         (wl-message-overload-functions): Abolished.
7536
7537         * wl-message.el (wl-message-add-buttons-to-body): New function.
7538         (wl-message-redisplay): Don't call wl-message-overload-functions;
7539         Call wl-message-add-buttons-to-header and
7540         wl-message-add-buttons-to-body.
7541         (wl-message-display-internal): Set keymap argument for
7542         elmo-mime-display-as-is, elmo-mime-message-display;
7543         Run wl-message-display-internal-hook.
7544         (wl-message-refer-article-or-url): Abolished.
7545
7546         * wl-highlight.el (wl-highlight-headers): Don't call
7547         wl-highlight-message-add-buttons-to-header.
7548         (wl-highlight-message-add-buttons-to-header): Abolished.
7549
7550
7551         * wl-e21.el (wl-message-display-internal-hook): Define.
7552         (wl-e21-setup-toolbar): Deleted duplicated binding.
7553         (wl-e21-setup-message-toolbar): Define as function.
7554         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7555         (wl-message-define-keymap): New function.
7556         (wl-message-overload-functions): Abolished.
7557
7558 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7561         and elmo-folder-close.
7562
7563         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7564
7565 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7566
7567         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7568         boolean value.
7569         * wl-draft.el (wl-draft-do-fcc): Ditto.
7570
7571 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7572
7573         * wl-vars.el (wl-fcc-force-as-read): New variable.
7574         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7575         mark copied message as read.
7576
7577 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7578
7579         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7580
7581 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7582
7583         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7584         `wl-summary-target-above' instead of obsolete variable
7585         `wl-summary-temp-above'.
7586
7587         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7588         instead of `make-obsolete-variable'.
7589         * wl-refile.el (toplevel): Ditto.
7590
7591 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7594         with third argument t.
7595         (wl-draft): Set first argument for wl-plugged-init as t.
7596
7597         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7598         definition.
7599
7600 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7601
7602         * wl-vars.el: Tabify.
7603         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7604
7605         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7606         message.
7607
7608 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7609
7610         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7611         and set default to beep.
7612
7613 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7614
7615         * wl-vars.el (wl-draft-truncate-lines): New variable.
7616
7617         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7618         instead of wl-message-truncate-lines for truncate-lines.
7619
7620 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-message.el (wl-message-display-internal): Call
7623         `wl-highlight-message' after `elmo-mime-display-as-is'.
7624
7625         * wl-mime.el (wl-mime-display-text/plain): New function.
7626         (wl-mime-display-header): Ditto.
7627         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7628         body-presentation-method for text/plain;
7629         Register `wl-mime-display-header' as a header-presentation-method;
7630         Don't set up `elmo-message-text-content-inserted-hook' and
7631         `elmo-message-header-inserted-hook'.
7632
7633         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7634         variable.
7635         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7636         as t if flag is 'all-header;
7637         Don't bind `elmo-message-ignored-field-list',
7638         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7639
7640 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7643         for xemacs with non-mule environment.
7644
7645 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7648         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7649         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7650
7651 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7652
7653         * wl-vars.el (wl-interactive-send): Set default value as t.
7654
7655 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7658         (wl-addrmgr-method-list): Abolished.
7659         (wl-addrmgr-change-method): Follow above change.
7660
7661         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7662
7663 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7664
7665         * wl-vars.el (wl-message-truncate-lines): Change default value
7666         to default-truncate-lines.
7667
7668         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7669
7670 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7671
7672         * wl-vars.el (wl-message-truncate-lines): New variable.
7673
7674         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7675         wl-message-truncate-lines.
7676
7677 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7678
7679         * wl-acap.el (wl-acap-init): Remove period from error message.
7680         (wl-acap-find-acap-service): Remove period from message.
7681
7682 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl.el (wl-check-environment): Undo last change.
7685
7686         * wl-vars.el (wl-from): Changed default value.
7687
7688         * wl-util.el (toplevel): Don't require tm-edit.
7689
7690         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7691         `wl-folder-init';
7692         Don't set mark on mail body.
7693         (wl-draft-reedit): Ditto.
7694
7695         * wl-address.el (wl-address-quote-specials): Define as an alias for
7696         elmo-address-quote-specials.
7697
7698 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7701
7702         * wl-vars.el (wl-from): Set default value as nil.
7703         (wl-organization): Set default value as ORGANIZATION environment
7704         variable.
7705
7706         * wl-draft.el (wl-smtp-extension-bind): Check value of
7707         wl-smtp-connection-type.
7708
7709         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7710         error.
7711
7712 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7713
7714         * Version number is increased to 2.7.4.
7715
7716         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7717         arguments from `wl-highlight-x-face-function' caller.
7718         Use x-face-1.3.6.12 or later.
7719
7720 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7721
7722         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7723
7724 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7725
7726         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7727         (wl-fcc): Fix to accept function.
7728         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7729
7730 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7731
7732         * wl-acap.el (toplevel): Added `product-provide' declare.
7733         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7734
7735 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl.el (wl): Changed order of calling `elmo-init'
7738         and `elmo-folder-init'.
7739
7740 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7741
7742         * wl-mime.el (wl-summary-burst): Extract message when content-type
7743         of root entity is not only `multipart' but also `message/rfc822'.
7744         (wl-summary-burst-subr): Ditto.
7745
7746 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl-vars.el (toplevel): Require 'custom.
7749         (wl-trash-folder): Added to `wl-setting' group.
7750
7751         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7752         exists.
7753         (wl-addrmgr-draw): Insert empty line when no entry exists.
7754
7755         * wl-mule.el (wl-message-wheel-up): Fixed.
7756         (wl-message-wheel-down): Ditto.
7757
7758 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7759
7760         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7761         config is an anonymous lambda expression.
7762
7763 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7766         when Mule 2 is running.
7767
7768 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7771
7772 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7775         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7776
7777         * wl-address.el (wl-address-specials-regexp): Eliminated.
7778         (wl-address-quote-specials): Rewrite.
7779
7780 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7783         shy-groups for regexp.
7784
7785         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7786         character classes and Perl style shy-groups for regexp.
7787         (wl-highlight-plugged-current-line): Use Posix style character
7788         classes for regexp.
7789         (wl-e21-highlight-folder-by-numbers): Ditto.
7790         (wl-e21-display-image-p): Use `display-images-p' instead of
7791         `display-graphic-p'.
7792         (display-images-p): Make an alias to `display-graphic-p' if it is
7793         not available.  It is for Emacs version prior to 21.0.105.
7794
7795         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7796         `display-graphic-p'.
7797         (wl-demo-image-type-alist): Ditto.
7798         (display-images-p): Make an alias to `display-graphic-p' if it is
7799         not available.  It is for Emacs version prior to 21.0.105.
7800
7801 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7802
7803         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7804         support.
7805         (wl-generate-user-agent-string): Ditto.
7806
7807         * wl-version.el (wl-version): Update docsting.
7808         (wl-version-status): Ditto.
7809
7810 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7811
7812         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7813         21.0.105.  For Emacs 21.0.104 or earlier.
7814
7815 2001-09-03  Takuo KITAME <kitame@northeye.org>
7816
7817         * wl-e21.el (wl-plugged-init-icons): Use
7818         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7819         (wl-biff-init-icons): Ditto.
7820
7821 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-highlight.el (wl-highlight-summary-current-line):
7824         Fixed highlighting refile/copy destination.
7825
7826         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7827         (wl-acap-store): Encode string by wl-acap-coding-system.
7828
7829 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7830
7831         * wl-acap.el (toplevel): Check and require 'un-define before
7832         'xemacs-ucs;
7833          Added checking for UTF-2000.
7834
7835 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7838         Don't enclose with `eval-and-compile'.
7839
7840         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7841         wl-init is non-nil.
7842
7843         * wl-draft.el (wl-draft): Ditto.
7844
7845         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7846
7847         * wl-acap.el (toplevel): Require 'wl.
7848         (wl-acap-store): Call `elmo-init'.
7849
7850         * wl.el (wl): Changed position of `wl-check-environment'.
7851         (toplevel): Added autoload setting for wl-acap.
7852
7853         * wl-vars.el (wl-setting): New custom group.
7854         (wl-from): Added wl-setting group.
7855         (wl-user-mail-address-list): Ditto.
7856         (wl-organization): Ditto.
7857         (wl-subscribed-mailing-list): Ditto.
7858         (wl-envelope-from): Ditto.
7859         (wl-smtp-posting-user): Ditto.
7860         (wl-smtp-posting-server): Ditto.
7861         (wl-smtp-posting-port): Ditto.
7862         (wl-smtp-authenticate-type): Ditto.
7863         (wl-pop-before-smtp-user): Ditto.
7864         (wl-pop-before-smtp-server): Ditto.
7865         (wl-pop-before-smtp-port): Ditto.
7866         (wl-pop-before-smtp-authenticate-type): Ditto.
7867         (wl-nntp-posting-server): Ditto.
7868         (wl-nntp-posting-user): Ditto.
7869         (wl-nntp-posting-port): Ditto.
7870         (wl-fetch-confirm-threshold): Ditto.
7871         (wl-prefetch-threshold): Ditto.
7872         (wl-thread-insert-opened): Ditto.
7873         (wl-ldap-server): Ditto.
7874         (wl-ldap-port): Ditto.
7875         (wl-ldap-base): Ditto.
7876         (wl-ldap-objectclass): Ditto.
7877         (wl-use-ldap): Ditto.
7878         (wl-draft-config-alist): Ditto.
7879         (wl-draft-config-matchone): Ditto.
7880         (wl-template-alist): Ditto.
7881         (wl-message-sort-field-list): Ditto.
7882         (wl-message-ignored-field-list): Ditto.
7883         (wl-message-visible-field-list): Ditto.
7884         (wl-interactive-send): Ditto.
7885         (wl-summary-move-order): Ditto.
7886         (wl-auto-select-first): Ditto.
7887         (wl-auto-select-next): Ditto.
7888         (wl-interactive-save-folders): Ditto.
7889
7890         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7891         Initialization codes are moved from wl-local-folder-init.
7892         (wl-local-folder-init): Follow the change above.
7893         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7894
7895         * wl-acap.el: New file.
7896
7897         * Version number is increased to 2.7.3.
7898
7899 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7900
7901         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7902
7903 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7904
7905         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7906         (wl-addrmgr-address-entry-list): Ditto.
7907
7908 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-e21.el (wl-draft-mode-map): Removed binding for
7911         `wl-draft-insert-x-face-field'.
7912
7913         * wl-mule.el (wl-draft-mode-map): Ditto.
7914
7915         * wl-xmas.el (wl-draft-mode-map): Ditto.
7916
7917         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7918         (wl-cs-autoconv): Ditto.
7919         (wl-cs-local): Ditto.
7920         (wl-use-scoring): Ditto.
7921         (wl-mime-charset): Ditto.
7922         (wl-folder-check-async): Ditto.
7923
7924         * wl.el (toplevel): Ignore nemacs and tm.
7925         (wl-exit): Ditto.
7926
7927         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7928         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7929         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7930         instead of wl-address-petname-add-or-change.
7931         (wl-summary-edit-addresses-subr): Use wl-address-delete
7932         instead of wl-address-petname-delete.
7933
7934         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7935
7936         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7937         if error occured.
7938
7939         * wl-message.el (require): Remove tm support.
7940
7941         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7942
7943         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7944         (wl-folder-jump-to-current-entity): Ditto.
7945         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7946
7947         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7948         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7949         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7950
7951         * wl-mule.el (wl-draft-key-setup): Ditto.
7952
7953         * wl-xmas.el (wl-draft-key-setup): Ditto.
7954
7955         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7956         (wl-draft-std11-parse-addresses): New function.
7957         (wl-draft-parse-mailbox-list): Use it.
7958         (wl-draft): Ignore nemacs.
7959         (wl-draft-reedit): Ditto.
7960
7961         * wl-addrmgr.el: New file.
7962         (Original is wl-rcpt.el written by
7963         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7964         Thanks Kitamoto-san.)
7965
7966         * wl-address.el (wl-address-make-address-list): Modified parsing
7967         process.
7968         (wl-address-delete): Renamed from `wl-address-petname-delete';
7969         Modify wl-address-list too.
7970         (wl-address-add-or-change): Renamed from
7971         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7972
7973 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7974
7975         * wl-highlight.el (wl-highlight-summary-current-line):
7976           Work with transient-mark-mode
7977
7978 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * Version number is increased to 2.7.2.
7981
7982         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7983         instead of elmo-dop-queue-method.
7984
7985 2001-08-06  SAITO Atsunori <sai@yedo.com>
7986
7987         * wl-vars.el (wl-ldap-objectclass): New user option.
7988
7989         * wl-address.el (wl-ldap-make-filter): Use it.
7990
7991 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7994
7995 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-folder.el (wl-folder): redisplay after folder insertion.
7998
7999         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8000
8001         * wl-summary.el (wl-summary-sync-update):
8002         Change status mark only when new-msgdb exists.
8003         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8004
8005 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8006
8007         * wl-summary.el (wl-summary-open-folder): New function.
8008         (wl-summary-goto-folder-subr): Use it.
8009         (wl-summary-mark-as-important): Fix;
8010         Encache only when no cache exists.
8011
8012 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8015         Use with-current-buffer.
8016
8017 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8018
8019         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8020         before call `get-buffer'. Fixed parenthesis.
8021         (wl-score-get-header-entry): Clear message and help window when
8022         keyboard quit.
8023         (wl-score-edit-insert-header): Ditto.
8024
8025 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8028         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8029         (wl-default-draft-cite): Fix.
8030
8031         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8032         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8033
8034 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8035
8036         * wl-message.el (wl-message-prev-page): Do same bahavior
8037         as summary when it is called in the message buffer.
8038         (wl-message-next-page): Ditto.
8039
8040 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-summary.el (wl-summary-forward): Use cache if it is not
8043         section cache.
8044
8045 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8048         Removed redundant require of elmo-vars.
8049         (wl-biff-state-indicator-on): Changed default value for
8050         xemacs with non-mule environment.
8051
8052         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8053         wl-message-buffer is nil;
8054         Hide progress bar after moving messages.
8055
8056 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8059         message at cursor point is deleted.
8060
8061 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-vars.el: Changed file coding system to euc-japan.
8064         Added -*-coding:-*- magic to the first line.
8065
8066         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8067         Search parent from the first message.
8068
8069         * Version number is increased to 2.7.1.
8070
8071 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8072
8073         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8074
8075 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8078         refile/delete execution.
8079
8080         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8081         Fixed docstring.
8082
8083 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8086         do update process;
8087         Don't update marks when update process is interrupted.
8088
8089 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8090
8091         * wl-summary.el (wl-summary-reply): Fixed problem when
8092         wl-draft-use-frame is non-nil.
8093         (wl-summary-forward): Ditto.
8094
8095         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8096         as nil.
8097         (wl-folder-mark-as-read-all-entity): Ditto.
8098         (wl-folder-prefetch-entity): Ditto.
8099
8100         * wl.el (wl): Check environment before wl-init.
8101
8102         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8103         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8104         instead of wl-summary-collect-unread.
8105         (wl-summary-reply): Split message window.
8106
8107 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8110         only if current language environment is japanese,
8111
8112         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8113         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8114         (wl-folder-goto-folder-subr): Ditto.
8115
8116         * wl-draft.el (wl-draft-dispatch-message): Call
8117         `elmo-file-cache-get-path'.
8118
8119 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-summary.el (wl-summary-cursor-move): If return value of
8122         wl-summary-next-message is not number, don't jump.
8123
8124 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl-summary.el (wl-summary-buffer-next-message-function): New
8127         variable.
8128         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8129         if it is bound.
8130
8131         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8132         string.
8133
8134         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8135         (wl-plugged-drawing): Ditto.
8136
8137 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8140         process.
8141         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8142         with unwind-protect.
8143
8144         * wl.el (wl-init): Require mime-setup.
8145         (wl-check-environment): Don't require mime-setup.
8146
8147         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8148         instead of elmo-folder-type.
8149
8150         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8151         value as nil.
8152
8153 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * Version number is increased to 2.7.0.
8156
8157         * wl-version.el (wl-version): Changed codename.
8158
8159         * wl-summary.el (wl-summary-delete-cache): Fixed.
8160
8161         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8162         Workaround for net folders.
8163         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8164
8165         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8166         value to nil (According to the patch from
8167         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8168
8169         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8170         of elmo-folder-close.
8171
8172 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8173
8174         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8175         for postfix.
8176
8177 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-summary.el (wl-summary-resend-message): Fixed.
8180
8181         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8182         Call wl-draft with `from' argument if its address is included in
8183         `wl-user-mail-address-list'.
8184         (wl-draft): Added `from' argument.
8185
8186         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8187         non-nil.
8188         (wl): Don't show demo if wl-demo is nil.
8189
8190         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8191         wl-summary-use-frame.
8192
8193         * wl-vars.el (wl-summary-use-frame): New user option.
8194         (wl-folder-use-frame): Changed docstring.
8195
8196         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8197         non-nil.
8198         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8199         wl-summary-use-frame.
8200
8201         * wl-vars.el (wl-folder-use-frame): New user option.
8202
8203         * wl-summary.el (wl-summary-exit): Back to folder frame if
8204         wl-folder-use-frame is non-nil.
8205         (wl-summary-redisplay-internal): Ignore cache if current folder
8206         is draft folder,
8207         (wl-summary-redisplay-no-mime): Ditto.
8208         (wl-summary-redisplay-all-header): Ditto.
8209
8210         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8211         if wl-folder-use-frame is non-nil.
8212
8213 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8214
8215         * wl-summary.el (wl-summary-sync-update): Bind
8216         elmo-folder-update-threshold.
8217         (wl-summary-mark-as-important): Enclosed server mark processing
8218         with `save-match-data'.
8219
8220         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8221         only when it is already defined.
8222
8223 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8224
8225         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8226         name of folder exclude localdir is wrong.
8227         * wl-folder.el (wl-folder-sync-entity):
8228         Set `wl-summary-always-sticky-folder-list' as nil.
8229         (wl-folder-mark-as-read-all-entity): Ditto.
8230         (wl-folder-prefetch-entity): Ditto.
8231
8232 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8233
8234         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8235         instead of `wl-summary-write-current-newsgroup'.
8236
8237 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8238
8239         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8240         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8241         non-nil and selected message is important, do not display.
8242
8243 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8244
8245         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8246
8247 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8250
8251         * wl-summary.el (wl-summary-mark-as-important): Set message number
8252         using wl-summary-message-number.
8253
8254 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8255
8256         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8257         destination folder is 'null.
8258
8259 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8260
8261         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8262         New function.
8263         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8264         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8265         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8266
8267 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-mime.el (wl-mime-setup): Added setting for
8270         `mime-setup-signature-key-alist' to avoid overriding key bind for
8271         `wl-draft-send'.
8272
8273         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8274         for `wl-draft-send'.
8275         * wl-mule.el (wl-draft-overload-functions): Ditto.
8276         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8277         * wl-draft.el (wl-draft-send): Ditto.
8278
8279         * wl-message.el (wl-message-display-internal):
8280         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8281         (Patch is provided by <kita@coe.nttdata.co.jp>).
8282
8283 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8284
8285         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8286
8287 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8288
8289         * wl.el (wl): Fix for wl-demo.
8290
8291 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8292
8293         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8294
8295 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8296
8297         * wl-folder.el (wl-folder-prefetch-entity): Use
8298         `wl-folder-get-elmo-folder'.
8299         (wl-folder-count-incorporates): Do not use
8300         `wl-folder-get-elmo-folder'.
8301
8302 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8303
8304         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8305         instead of `elmo-folder-get-type'.
8306
8307 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8308
8309         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8310         position on Subject: field.
8311         (Advised by Mito <mit@nines.nec.co.jp>)
8312
8313 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8314
8315         * wl-folder.el (wl-folder-prefetch-entity): Use
8316         `wl-folder-get-elmo-folder'.
8317
8318 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8321
8322         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8323         `process-duplicates' slot.
8324
8325         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8326         if detection failed.
8327
8328 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-version.el (wl-version-status): Set to "alpha".
8331
8332 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8335         Check wl-message-buffer lives before set-buffer.
8336
8337 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8338
8339         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8340         called in folder mode.
8341         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8342         * wl-summary.el (wl-summary-exit-pre-hook): Run
8343         `wl-summary-exit-pre-hook' before exit summary mode.
8344
8345 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8346
8347         * wl-version.el (wl-version-status): New variable.
8348         (wl-version-status-alist): Removed.
8349         (wl-version-status): Rule included.
8350
8351 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8354         @sponichi.
8355
8356         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8357         when `mail-reply-buffer' is buffer-local variable.
8358         (Reported by <kita@coe.nttdata.co.jp>).
8359
8360 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-vars.el (toplevel): Require 'elmo-util.
8363
8364 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8367         (All other related portions are changed)
8368
8369         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8370
8371         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8372
8373 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8374
8375         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8376
8377 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8380         Delete other windows to avoid an error.
8381         Use `point-marker' instead of `point' to remember the start point
8382         of body.
8383
8384         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8385
8386         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8387         number not to exceed all message number.
8388
8389 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8390
8391         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8392         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8393
8394 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * wl-summary.el (wl-summary-sync-force-update): Added argument
8397         no-check.
8398         (wl-summary-sync-update): Ditto.
8399         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8400         with `no-check'.
8401
8402         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8403         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8404         already running.
8405
8406 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8407
8408         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8409         `dst-folder-arg'.
8410         (wl-expire-archive-number1): Diito.
8411         (wl-expire-archive-number2): Diito.
8412         (wl-expire-archive-Date): Diito.
8413         (wl-archive-number1): Diito.
8414         (wl-archive-number2): Diito.
8415         (wl-archive-date): Diito.
8416         (wl-archive-folder-p): New function.
8417         (wl-summary-expire): Support of expand folder name at
8418         wl-expire-alist.
8419         * wl-util.el (wl-expand-newtext): Renamed from
8420         `wl-refile-expand-newtext'.
8421
8422 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8423
8424         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8425         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8426         `(elmo-msgdb-get-overview msgdb)'.
8427         (wl-summary-prefetch): Bind match data before call
8428         `wl-summay-prefetch-msg'.
8429         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8430         'off if `wl-summary-buffer-disp-msg' is non-nil.
8431         Fixed problem that couldn't show only one new or unread message when
8432         enter folder.
8433         (wl-summary-reply): Don't call `split-window-vertically' and other
8434         window.
8435
8436 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * wl-expire.el (wl-expire-refile): Fixed.
8439
8440 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8443
8444         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8445         biff notification is removed.
8446
8447         * wl.el (wl): Changed position of `elmo-init'.
8448
8449         * wl-draft.el (wl-default-draft-cite): Use date field
8450         on the citation buffer.
8451
8452         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8453
8454         * wl-xmas.el (wl-folder-internal-icon-list): Added
8455         `wl-folder-shimbun-image'.
8456
8457         * wl-e21.el (wl-folder-internal-icon-list): Added
8458         `wl-folder-shimbun-image'.
8459
8460 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl.el (wl-init): Eliminated argument.
8463         (wl): Rewrite.
8464
8465         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8466         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8467         instead of `elmo-folder-msgdb-internal'.
8468         (wl-summary-sync-update): Ditto.
8469         (wl-summary-flush-pending-append-operations): Eliminated.
8470         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8471         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8472         `elmo-folder-open'.
8473
8474         * wl-mime.el (wl-summary-burst): Fixed.
8475
8476         * wl-folder.el (wl-folder-info-save): Check data type.
8477
8478         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8479         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8480         instead of `elmo-folder-msgdb-internal'.
8481         (wl-expire-hide): Ditto.
8482
8483
8484         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8485
8486 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8487
8488         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8489
8490 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8491
8492         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8493
8494 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8495
8496         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8497         Fixed `match-beginning' argument mismatch.
8498
8499 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8500
8501         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8502         the default value.
8503
8504 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8507         instead of `elmo-nntp-default-port'.
8508
8509         * wl-vars.el: Fixed some doc strings.
8510
8511 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * wl-summary.el (wl-summary-prefetch-msg): Use
8514         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8515
8516         * wl-vars.el: Define *-func as obsolete variable using
8517         `elmo-define-obsolete-variable'.
8518
8519         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8520         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8521         instead of `wl-message-buffer-prefetch-threshold'.
8522
8523         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8524
8525         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8526
8527         * wl-draft.el (wl-caesar-region-func): Ditto.
8528
8529         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8530         Keep unread status in elmo-folder-move-messages.
8531         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8532
8533 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8534
8535         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8536         `wl-summary-buffer-exit-func'
8537         (wl-summary-buffer-message-redisplay-function): Renamed from
8538         `wl-summary-buffer-message-redisplay-func'
8539         (wl-summary-buffer-next-folder-function): Renamed from
8540         `wl-summary-buffer-next-folder-func'.
8541         (wl-summary-buffer-prev-folder-function): Renamed from
8542         `wl-summary-buffer-prev-folder-func'.
8543         (wl-summary-get-petname-function): Renamed from
8544         `wl-summary-get-petname-func'.
8545
8546         * wl-score.el (wl-score-edit-exit-function): Renamed from
8547         `wl-score-edit-exit-func'.
8548
8549         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8550         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8551
8552         * wl-util.el (wl-load-profile-function): Renamed from
8553         `wl-load-profile-func'.
8554
8555         * wl-folder.el (wl-folder-completion-function): Renamed from
8556         `wl-folder-completion-func'.
8557         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8558
8559         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8560         `wl-expire-archive-get-folder-func'.
8561         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8562         (wl-draft-send-mail-function): Renamed from
8563         `wl-draft-send-mail-func'.
8564         (wl-draft-send-news-function): Renamed from
8565         `wl-draft-send-news-func'.
8566         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8567         (wl-generate-mailer-string-function): Renamed from
8568         `wl-generate-mailer-string-func'.
8569         (wl-highlight-signature-search-function): Renamed from
8570         `wl-highlight-signature-search-func'.
8571         (wl-highlight-x-face-function): Renamed from
8572         `wl-highlight-x-face-func'
8573         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8574         (wl-ps-print-buffer-function): Renamed from
8575         `wl-ps-print-buffer-func'
8576         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8577         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8578         (wl-summary-subject-filter-function): Renamed from
8579         `wl-summary-subject-filter-func'.
8580
8581         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8582         `wl-draft-queue-flush-send-func'
8583         (wl-draft-cite-function): Renamed from
8584         `wl-draft-cite-func'
8585
8586         * wl-address.el (wl-address-init-function): Renamed from
8587         `wl-address-init-func'.
8588
8589 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-draft.el (wl-draft-queue-flush): Don't call
8592         `elmo-dop-unlock-message'.
8593         * wl-draft.el (wl-draft-queue-append): Don't call
8594         `elmo-dop-lock-message'.
8595
8596         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8597         (wl-summary-buffer-folder-name): Ditto.
8598         (wl-summary-message-regexp): Added '-' (all other related portions
8599         are changed).
8600         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8601         wl-summary-buffer-folder-name.
8602
8603 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8604
8605         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8606         the number of mails in the folder buffer is not updated by wl-biff.
8607
8608 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8609
8610         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8611         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8612
8613 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-summary.el (wl-summary-next-message):
8616         Return next message number when wl-summary-move-order is nil.
8617
8618 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8619
8620         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8621         `wl-summary-move-spec-alist'.
8622         (wl-summary-move-spec-unplugged-alist): New variable
8623         (Move spec for unplugged status).
8624         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8625         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8626
8627 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8628
8629         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8630         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8631
8632 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8633
8634         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8635         simple quotation to quote the anonymous function.
8636         * tm-wl.el (wl-draft-preview-message): Ditto.
8637
8638 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8639
8640         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8641         Eliminate redundant `save-excursion'.
8642         (wl-highlight-summary-current-line): Ditto.
8643
8644         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8645         accessing match data when `looking-at' failed.
8646
8647         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8648         `elmo-match-string' where users don't care about the speed.
8649         (wl-draft-save): Ditto.
8650
8651 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-util.el (wl-regexp-opt): New function.
8654
8655         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8656         number from `wl-summary-buffer-number-list'.
8657         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8658         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8659         (wl-summary-move-spec-alist): Changed default setting.
8660
8661 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8662
8663         * wl-vars.el (wl-biff-notify-hook): New hook.
8664         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8665         the arrival of new mail.
8666         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8667         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8668
8669 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8672
8673 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8676
8677         * Version number is increased to 2.5.8.
8678
8679         * wl-thread.el (toplevel): require 'cl.
8680         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8681         (wl-thread-make-number-list): New function.
8682         (wl-thread-entity-make-number-list-from-children): Ditto.
8683         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8684         (wl-thread-entity-insert-as-children): Likewise.
8685         (wl-thread-delete-message): Likewise.
8686         (wl-meaning-of-mark): Eliminated.
8687         (wl-thread-next-failure-mark-p): Ditto.
8688         (wl-thread-entity-get-mark): Ditto.
8689         (wl-thread-meaning-alist-get-result): Ditto.
8690         (wl-thread-entity-check-prev-mark): Ditto.
8691         (wl-thread-entity-check-next-mark): Ditto.
8692         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8693         (wl-thread-entity-get-prev-marked-entity): Ditto.
8694         (wl-thread-get-prev-unread): Ditto.
8695         (wl-thread-jump-to-prev-unread): Ditto.
8696         (wl-thread-get-next-unread): Ditto.
8697         (wl-thread-jump-to-next-unread): Ditto.
8698         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8699         (wl-thread-entity-get-next-marked-entity): Ditto.
8700
8701         * wl-summary.el (wl-summary-buffer-number-list):
8702         New bufer-local variable.
8703         (wl-summary-switch-to-clone-buffer): Clone
8704         `wl-summary-buffer-number-list'.
8705         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8706         (wl-summary-cursor-move-regex): Eliminated.
8707         (wl-summary-cursor-up): Rewrite.
8708         (wl-summary-cursor-down): Ditto.
8709         (wl-summary-mode-spec-alist): New variable.
8710         (wl-summary-next-message): New inline function.
8711         (wl-summary-cursor-move): New function.
8712         (wl-summary-default-get-next-msg): Rewrite.
8713         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8714         (wl-summary-rescan): Ditto.
8715         (wl-summary-sync-all-init): Ditto.
8716         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8717         summary is not thread view.
8718         (wl-summary-sync-update): Ditto.
8719         (wl-summary-rescan): Ditto.
8720         (wl-summary-make-number-list): New function.
8721
8722         * wl-draft.el: "FCC" -> "Fcc".
8723
8724 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-highlight.el (wl-highlight-summary-window):
8727         Call `set-buffer-modified-p'.
8728
8729         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8730         (wl): Call `elmo-init' and fix.
8731
8732         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8733         Use new variables.
8734
8735         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8736
8737 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8740
8741 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8742
8743         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8744
8745 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8746
8747         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8748         `wl-use-toolbar' nor `display-graphic-p'.
8749         (wl-e21-setup-message-toolbar): Ditto.
8750         (wl-e21-setup-summary-toolbar): Ditto.
8751         (wl-e21-setup-folder-toolbar): Ditto.
8752
8753         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8754         (wl-plugged-init-icons): Ditto.
8755
8756         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8757         `display-graphic-p'.
8758         (wl-plugged-set-folder-icon): Ditto.
8759         (wl-highlight-plugged-current-line): Ditto.
8760         (wl-highlight-folder-current-line): Ditto.
8761         (wl-e21-highlight-folder-group-line): Ditto.
8762         (wl-e21-setup-toolbar): Ditto.
8763         (wl-e21-display-image-p): New macro.
8764
8765         * wl-demo.el (wl-demo): Simplified.
8766         (wl-demo-image-type-alist): Use `image-type-available-p' for
8767         checking whether the image type `xbm' is available.
8768
8769 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8772         (wl-summary-input-range): Ditto.
8773
8774 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-summary.el (wl-summary-edit-addresses): Use
8777         `wl-summary-get-original-buffer'
8778         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8779         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8780         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8781         (wl-summary-get-newsgroups): Eliminated.
8782         (wl-summary-set-crosspost): Ditto.
8783         (wl-summary-is-crosspost-folder): Ditto.
8784         (wl-crosspost-alist-load): Ditto.
8785         (wl-crosspost-alist-save): Ditto.
8786
8787         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8788         `elmo-setup-subscribed-newsgroups' instead of
8789         `elmo-nntp-make-groups-hashtb'.
8790         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8791         instead of `wl-crosspost-alist-save'.
8792
8793         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8794         of `elmo-folder-message-appendable-p'.
8795         (wl-mime-header-presentation-method): Eliminated.
8796
8797         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8798         (Error occurs in emacs21).
8799
8800         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8801         the current buffer).
8802
8803         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8804         instead of `wl-crosspost-alist-save'.
8805         (wl-init): `elmo-crosspost-message-alist-load'
8806         instead of `wl-crosspost-alist-load'
8807
8808         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8809         (wl-parse-newsgroups): Likewise.
8810         (wl-biff-notify): Run `wl-biff-notify-hook'.
8811
8812 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8815
8816         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8817         when `wl-summary-lazy-highlight' is non-nil.
8818         (wl-summary-goto-folder-subr): Highlight only when
8819         `wl-summary-lazy-highlight' is non-nil.
8820
8821         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8822         Don't display progress and highlight temp-mark when
8823         `wl-summary-lazy-highlight' is non-nil.
8824         (wl-highlight-summary-window): New function.
8825         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8826
8827 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8828
8829         * wl-summary.el (wl-summary-sync): Change `all-visible'
8830         from `all-shown'
8831         (wl-summary-input-range): Ditto.
8832
8833 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8834
8835         * wl-e21.el (wl-highlight-folder-current-line): Call
8836         `wl-folder-init-icons' when folder icons have not been initialized.
8837
8838         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8839
8840         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8841         (wl-demo-image-type-alist): New macro.
8842
8843 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8844
8845         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8846         display does not support graphics.
8847         (wl-plugged-init-icons): Ditto.
8848         (wl-folder-init-icons): Ditto.
8849
8850         * wl-demo.el (wl-demo): Chech closely whether the display
8851         supports graphics.
8852
8853 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-summary.el (wl-summary-get-original-buffer): New function.
8856         (wl-summary-set-crosspost): Use it.
8857         (wl-summary-target-mark-uudecode): Ditto.
8858         (wl-summary-reedit): Ditto.
8859         (wl-summary-resend-bounced-mail): Ditto.
8860         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8861         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8862
8863         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8864         (wl-message-display-internal): Ditto.
8865
8866 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8867
8868         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8869
8870 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-summary.el (wl-summary-save-view): Renamed from
8873         `wl-summary-save-status'.
8874
8875 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8876
8877         * wl-summary.el (wl-summary-sync): Added `all-shown'
8878
8879 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8880
8881         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8882
8883 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8884
8885         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8886
8887 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8888
8889         * wl-highlight.el (wl-highlight-summary-line-string): Use
8890         `zerop' instead of `= 0'.
8891         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8892
8893         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8894         for comparing numbers.
8895         (wl-template-prev): Use `zerop' instead of `eq 0'.
8896
8897         * wl-draft.el (wl-draft-insert-current-message): Use
8898         `with-current-buffer' instead of `save-excursion'.
8899         Use `zerop' instead of `eq 0'.
8900
8901 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8902
8903         * wl-draft.el (wl-draft-insert-ccs): New function.
8904         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8905         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8906
8907 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8910
8911 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8912
8913         * wl-expire.el (wl-expire-refile): Don't call
8914         elmo-msgdb-add-msgs-to-seen-list;
8915         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8916         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8917
8918 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * wl-message.el (wl-message-prev-page): Ignore errors while
8921         scroll-down.
8922
8923 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8924
8925         * wl-mime.el: Use elmo-original-message-mode instead of
8926         mmelmo-original-mode.
8927
8928         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8929         `elmo-folder-get-spec';
8930         (wl-fldmgr-add-completion-all-completions):
8931         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8932
8933         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8934         of `elmo-folder-get-type'.
8935
8936         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8937         `elmo-folder-get-spec';
8938         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8939         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8940         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8941         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8942         `elmo-read-msg-no-cache';
8943         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8944         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8945         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8946         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8947         `elmo-cache-save';
8948         (wl-draft-reedit): Use `elmo-message-file-name'.
8949
8950         * wl-expire.el: Use `elmo-folder-name-internal';
8951         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8952         Use macro `wl-summary-buffer-msgdb' instead of variable
8953         `wl-summary-buffer-msgdb';
8954         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8955         Use macro `wl-summary-buffer-folder-name' instead of variable
8956         `wl-summary-buffer-folder-name'.
8957         * wl-score.el: Likewise.
8958
8959         * wl-message.el: Rewrite for new message buffer cache mechanism.
8960         (wl-message-buffer-cache-buffer-get): New macro.
8961         (wl-message-buffer-cache-folder-get): Ditto.
8962         (wl-message-buffer-cache-message-get): Ditto.
8963         (wl-message-buffer-cache-entry-make): Ditto.
8964         (wl-message-buffer-cache-hit): Ditto.
8965         (wl-message-buffer-cache-sort): New function.
8966         (wl-message-buffer-cache-add): Ditto.
8967         (wl-message-buffer-cache-delete): Ditto.
8968         (wl-message-buffer-cache-clean-up): Ditto.
8969         (wl-message-buffer-window): Rewrite.
8970         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8971         (wl-message-buffer-display): New function.
8972         (wl-message-display-internal): New function.
8973
8974 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8975
8976         * wl-folder.el: Use `elmo-folder-name-internal';
8977         Use `wl-folder-get-elmo-folder';
8978         Use `elmo-folder-list-messages' instead of
8979         `elmo-list-folder';
8980         Use `elmo-folder-get-primitive-list' instead of
8981         `elmo-folder-get-primitive-spec-list';
8982         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8983         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8984         Use `elmo-folder-create' instead of `elmo-create-folder'.
8985         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8986         (wl-folder-get-elmo-folder): New macro.
8987         (wl-folder-elmo-folder-cache-get): Ditto.
8988         (wl-folder-elmo-folder-cache-put): Ditto.
8989         (wl-folder-suspend): Call `elmo-quit'.
8990
8991         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8992         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8993         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8994         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8995         (toplevel): require 'cl.
8996         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8997
8998         * wl-summary.el: Rewrite to use new elmo interface.
8999
9000 \f
9001 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9002
9003         * wl-mime.el (wl-draft-preview-message):
9004         Run `wl-draft-send-hook' before collecting recipients information;
9005         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9006
9007         * tm-wl.el (wl-draft-preview-message): Ditto.
9008
9009 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9012         wrong recipients are displayed when forwarded message.
9013
9014 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * Version number is increased to 2.5.7.
9017
9018 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9019
9020         * wl-message.el (wl-message-next-page): Bind
9021         `window-pixel-scroll-increment' to nil while scrolling up.
9022
9023 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9024
9025         * wl-vars.el (wl-save-hook): New hook.
9026         * wl.el (wl-save): Call `wl-save-hook'.
9027
9028 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9031         Argument WITH-ARG instead of NO-ARG (negative mean).
9032         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9033         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9034         * wl-message.el (wl-message-follow-current-entity): Likewise.
9035
9036 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9037
9038         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9039         FROM was optional argument.
9040         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9041
9042 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9043
9044         * Version number is increased to 2.5.6.
9045
9046 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9047
9048         * wl-version.el (wl-version-show): Removed.
9049         (wl-version): Add `interactive'.
9050
9051 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9052
9053         * wl-summary.el (wl-summary-get-petname-func): New variable.
9054         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9055         instead of `wl-address-get-petname-1'.
9056         (wl-summary-simple-from): Ditto.
9057
9058         * wl-address.el (wl-address-get-petname-1): Define as function.
9059
9060 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9063         field in the original message.
9064         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9065
9066 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9067
9068         * wl-expire.el (wl-expire-hide):
9069         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9070
9071 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9072
9073         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9074         find decoder for To, Cc, and Subject.
9075
9076 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9077
9078         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9079         for checking `elmo-use-buffer-cache'.
9080         (wl-summary-mark-as-important): Fixed typo in comment.
9081
9082 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9085         field in the original message.
9086         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9087
9088 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9089
9090         * wl-expire.el (wl-expire-hide):
9091         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9092
9093 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9094
9095         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9096         find decoder for To, Cc, and Subject.
9097
9098 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9099
9100         * Version number is increased to 2.5.5.
9101
9102         * wl-address.el (wl-address-specials-regexp): New constant.
9103         (wl-address-quote-specials): Use it.
9104
9105 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9106
9107         * wl-summary.el (wl-summary-rescan):
9108         Call `wl-summary-buffer-number-column-detect'.
9109         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9110
9111         * wl-message.el (wl-message-mode-map): Define.
9112         (wl-message-decode): Use it as local-map.
9113
9114 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9117         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9118
9119 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9120
9121         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9122
9123         * wl-mule.el (wl-read-event-char): Ditto.
9124
9125         * wl-e21.el (wl-read-event-char): Ditto.
9126
9127         * wl-nemacs.el (wl-read-event-char): Ditto.
9128         (read-event): Removed.
9129
9130         * wl-util.el (toplevel): Removed dummy definition of
9131         `read-event'.
9132         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9133
9134 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9135
9136         * wl-nemacs.el (elmo-archive-call-process): Moved to
9137         elmo-archive.el.
9138
9139 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9140
9141         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9142         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9143
9144         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9145         instead of magic-number 6.  Use `not' instead of `null' for symbol
9146         `nil' check (not empty list).
9147         (wl-draft-insert-x-face-field): Fixed paren style.
9148
9149         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9150         one-branch conditional statement, instead of `and' and `if'.
9151         (wl-draft-forward): Likewise.
9152         (wl-draft-add-references): Likewise.
9153         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9154
9155         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9156         conditional steatment.  Use `cond' instead of `if'.
9157         (wl-draft-confirm): Likewise.
9158
9159 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9160
9161         * wl-version.el (wl-version-show): Use `product-string-1'
9162         instead of `wl-version'.
9163         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9164
9165         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9166
9167 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9168
9169         * wl-highlight.el (wl-highlight-headers): Revert
9170         `wl-highlight-x-face-func' argument (`beg' and `end').
9171
9172 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9173
9174         * wl.el (toplevel): Move `product-provide' declare.
9175         * wl-demo.el (toplevel): Ditto.
9176         * wl-dnd.el (toplevel): Ditto.
9177         * wl-highlight.el (toplevel): Ditto.
9178         * wl-message.el (toplevel): Ditto.
9179         * wl-refile.el (toplevel): Ditto.
9180         * wl-util.el (toplevel): Ditto.
9181
9182 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9183
9184         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9185         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9186         (wl-thread-close-all): keep cursor position.
9187
9188 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9189
9190         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9191         (eq x 0).
9192         (wl-generate-user-agent-string-1): Fix conditional statement.
9193
9194 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9195
9196         * wl.el (wl-check-environment): Additional check for
9197         'wl-local-domain' and `wl-message-id-domain'.
9198
9199 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9200
9201         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9202
9203 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9204
9205         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9206         instead of `smtp-sasl-user-realm'.
9207
9208 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9209
9210         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9211
9212 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9213
9214         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9215         to the default value as well as `eword-lexical-analyzer'.
9216
9217 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9218
9219         * wl-version.el (wl-extended-emacs-version,
9220         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9221         `elmo-match-string' instead of `wl-match-string'.
9222
9223 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9226         docstring.
9227
9228 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9229
9230         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9231
9232 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9233
9234         * wl-highlight.el (wl-highlight-headers): Remove
9235         `wl-highlight-x-face-func' argument (`beg' and `end').
9236
9237 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9238
9239         * wl-summary.el (wl-summary-mark-as-important):
9240         Remove cache if folder is local.
9241
9242 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9243
9244         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9245         to get existing e-mail address string.
9246
9247 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9248
9249         * wl-version.el (wl-generate-user-agent-string): Commentary.
9250         (wl-generate-user-agent-string-1): Use `when' for
9251         one-branch conditional statement, instead of `and' and `if'.
9252         (wl-extended-emacs-version, wl-extended-emacs-version2,
9253         wl-extended-emacs-version3): Ditto.
9254
9255 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9258         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9259         condition-case; Remove initialization.
9260         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9261         (wl-summary-sync-update3): Added argument `sync-all';
9262         Eliminated local variable `msgdb';
9263         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9264         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9265         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9266
9267 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9268
9269         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9270         connection before call `wl-draft-send-mail-with-smtp'.
9271
9272 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * Version number is increased to 2.5.4.
9275
9276 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9277
9278         * wl.el (wl-check-environment): Additional check for
9279         'wl-local-domain' and `wl-message-id-domain'.
9280
9281 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9284         buffer as command specific.
9285         (wl-folder-mark-as-read-all-entity): Ditto.
9286         (wl-folder-prefetch-entity): Ditto.
9287         (wl-folder-drop-unsync-entity): Ditto.
9288
9289         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9290         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9291         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9292
9293         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9294         save-excursion.
9295
9296 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9297
9298         * Version number is increased to 2.5.3.
9299
9300         * wl-summary.el (wl-summary-save-view-cache):
9301         Delete duplicated `write-region';
9302         Use `write-region-as-binary' instead of `as-binary-output-file' and
9303         `write-region'.
9304
9305 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9306
9307         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9308
9309 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9310
9311         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9312         instead of `smtp-via-smtp'.
9313
9314 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9315
9316         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9317
9318 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9319
9320         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9321         instead of `smtp-sasl-user-realm'.
9322
9323 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9324
9325         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9326
9327 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9328
9329         * Version number is increased to 2.5.2.
9330
9331 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9334         does not exist.
9335         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9336         (wl-biff-start): Call `timer-activate' if timer already exists.
9337
9338         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9339         only when it is bound as function.
9340
9341 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9342
9343         * Version number is increased to 2.5.1.
9344
9345 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9346
9347         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9348         Print refile/copy destination.
9349
9350 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9353         queue-flush-only is non-nil.
9354
9355         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9356
9357         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9358         checking cache folder.
9359
9360 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9361
9362         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9363         `regexp-quote'.
9364
9365 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9366
9367         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9368         function.
9369         * wl-summary.el (wl-summary-write-current-folder-functions):
9370         Change default value.  Use it.
9371
9372 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * Version number is increased to 2.5.0.
9375
9376         * wl-version.el (wl-version): Changed codename.
9377
9378 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9379
9380         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9381         (wl-summary-supersedes-message): Ditto.
9382
9383 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9384
9385         * wl-refile.el (wl-refile-guess-functions): Renamed from
9386         `wl-refile-guess-func-list'.
9387
9388 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9391         Fixed problem when no rule was matched.
9392
9393 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9394
9395         * wl-summary.el (wl-summary-get-mark): Fixed
9396         `wl-summary-buffer-target-mark' check logic.
9397
9398 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9399
9400         * wl-folder.el (wl-folder-write-current-folder): Added group
9401         folder check.
9402
9403         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9404         `wl-summary-write-current-newsgroup'.
9405         (wl-summary-write-current-folder-functions): New variable.
9406         * wl-folder.el (wl-folder-get-newsgroups): New function.
9407         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9408         (wl-folder-write-current-folder): Renamed from
9409         `wl-folder-write-current-newsgroup'.
9410
9411 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9412
9413         * Version number is increased to 2.3.93.
9414
9415 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9416
9417         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9418         (wl-ldap-make-matched-value-list): Ditto.
9419         (wl-ldap-alias-safe-string): Split e-mail address.
9420
9421         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9422         petname folder default was selected.
9423         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9424         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9425
9426 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9429         to `wl-draft-config-exec'.
9430
9431         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9432         instead of calling `wl-draft-config-exec';
9433         Process group-list and show recipients in minibuffer.
9434
9435         * tm-wl.el (wl-draft-preview-message): Ditto.
9436
9437 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9438
9439         * wl.el (toplevel): Added (C) to copyright notice, and
9440         sync Author header.
9441         * tm-wl.el (toplevel): Ditto.
9442         * wl-address.el (toplevel): Ditto.
9443         * wl-demo.el (toplevel): Ditto.
9444         * wl-dnd.el (toplevel): Ditto.
9445         * wl-draft.el (toplevel): Ditto.
9446         * wl-e21.el (toplevel): Ditto.
9447         * wl-expire.el (toplevel): Ditto.
9448         * wl-folder.el (toplevel): Ditto.
9449         * wl-highlight.el (toplevel): Ditto.
9450         * wl-message.el (toplevel): Ditto.
9451         * wl-mime.el (toplevel): Ditto.
9452         * wl-mule.el (toplevel): Ditto.
9453         * wl-nemacs.el (toplevel): Ditto.
9454         * wl-refile.el (toplevel): Ditto.
9455         * wl-score.el (toplevel): Ditto.
9456         * wl-summary.el (toplevel): Ditto.
9457         * wl-template.el (toplevel): Ditto.
9458         * wl-thread.el (toplevel): Ditto.
9459         * wl-util.el (toplevel): Ditto.
9460         * wl-vars.el (toplevel): Ditto.
9461         * wl-xmas.el (toplevel): Ditto.
9462
9463 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9464
9465         * wl.el (wl-init): Added comment about `wl-init-hook'.
9466         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9467         * wl-vars.el (wl-init-hook): Added docs.
9468         (wl-make-plugged-hook): Removed useless docs.
9469         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9470         * wl-xmas.el (toplevel): Ditto.
9471
9472 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9473
9474         * wl-address.el (toplevel): Fixed multiple Author header format.
9475         * wl-demo.el (toplevel): Ditto.
9476         * wl-draft.el (toplevel): Ditto.
9477         * wl-folder.el (toplevel): Ditto.
9478         * wl-summary.el (toplevel): Ditto.
9479         * wl-thread.el (toplevel): Ditto.
9480         * wl-util.el (toplevel): Ditto.
9481         * wl-vars.el (toplevel): Ditto.
9482         * wl-version.el (toplevel): Ditto.
9483         * wl-xmas.el (toplevel): Ditto.
9484         * wl.el (toplevel): Ditto.
9485
9486         * wl-version.el (toplevel): Added require `elmo-version' for
9487         `product-version-as-string'.
9488
9489 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9490
9491         * wl-vars.el (wl-draft-send-hook): Changed default value to
9492         '(wl-draft-config-exec).
9493
9494         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9495         explicitly.
9496         (wl-draft): Set `wl-draft-config-exec-flag' before running
9497         `wl-mail-setup-hook'.
9498
9499         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9500         `wl-biff-init-icons' to `wl-init-hook' instead of
9501         `wl-make-plugged-hook'.
9502         (Because if `wl-draft' command is invoked at first,
9503         they are not initialized)
9504         Updated copyright notice.
9505
9506         * wl-e21.el (toplevel): Ditto;
9507
9508         * wl-demo.el (toplevel): Updated copyright notice.
9509         * wl-address.el (toplevel): Ditto.
9510         * wl-draft.el (toplevel): Ditto.
9511         * wl-version.el (toplevel): Ditto.
9512         * wl-folder.el (toplevel): Ditto.
9513         * wl-summary.el (toplevel): Ditto.
9514         * wl-thread.el (toplevel): Ditto.
9515         * wl-util.el (toplevel): Ditto.
9516         * wl-vars.el (toplevel): Ditto.
9517         * wl.el (toplevel): Ditto.
9518
9519 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-highlight.el (wl-highlight-message): Fixed problem of
9522         highlighting failure which occured when the last field contains
9523         multiple lines in the draft buffer.
9524
9525         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9526         `wl-biff-start' if plugged.
9527
9528         * wl-util.el (wl-biff-check-folder): New function.
9529         (wl-biff-check-folders): Don't set session name prefix.
9530         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9531         (wl-biff-check-folder-async): Ditto.
9532
9533         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9534         in email address.
9535
9536 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9537
9538         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9539
9540         * wl-draft.el (wl-draft-strip-subject-re): New function.
9541
9542         * wl-draft.el (wl-draft-reply): Use it.
9543
9544 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9545
9546         * wl-message.el (wl-mmelmo-message-redisplay): Use
9547         `mime-display-message' instead of `wl-mime-display-message'.
9548
9549         * wl-mime.el (toplevel): Removed compatibility workaround
9550         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9551         (wl-mime-display-message): Abolished.
9552         (wl-mime-entity-read-field): Ditto.
9553         (wl-mime-combine-message/partial-pieces): Use
9554         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9555
9556 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9557
9558         * wl-template.el: Doc fixes.
9559
9560 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9561
9562         * wl-e21.el (wl-message-overload-functions): Do nothing if
9563         `current-local-map' is not available.
9564         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9565
9566 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9567
9568         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9569         representation.
9570
9571         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9572         number.
9573         (wl-fldmgr-save-folders): Don't use `format' when insert
9574         `wl-fldmgr-folders-header'.
9575
9576 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9577
9578         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9579
9580 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9581
9582         * wl-highlight.el (wl-highlight-message):
9583         Use `std11-field-end' to detect end point of the header field.
9584         Refer `wl-highlight-max-header-size'.
9585
9586         * wl-vars.el (wl-highlight-max-header-size): New variable.
9587
9588         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9589
9590         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9591         Set `for-draft' argument of wl-highlight-headers.
9592         (wl-draft): Ditto.
9593         (wl-draft-reedit): Ditto.
9594         (wl-user-agent-compose-internal): Ditto.
9595
9596 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9597
9598         * wl-message.el (wl-message-add-button): Use overlay.
9599
9600 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9603
9604         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9605         problem when group-list content is nothing.
9606         (Reported by Mito <mit@nines.nec.co.jp>)
9607
9608 2000-10-18  SAITO Atsunori <sai@yedo.com>
9609
9610         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9611
9612 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9613
9614         * tm-wl.el (toplevel): Use product-provide.
9615
9616 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9617
9618         * Version number is increased to 2.3.92.
9619
9620 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9621
9622         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9623         title text, use `display' property for left margin under Emacs 21.
9624
9625         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9626         properties.
9627         (wl-plugged-init-icons): Ditto.
9628
9629 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9630
9631         * wl.el (wl-save-status, wl-init): Remove last period in
9632         "...done." message.
9633         * tm-wl.el (wl-summary-burst): Ditto.
9634         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9635         wl-summary-resume-cache-status,
9636         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9637         wl-summary-sync-update3, wl-summary-highlight-msgs,
9638         wl-summary-flush-pending-append-operations,
9639         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9640         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9641         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9642         wl-thread-open-all): Ditto.
9643         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9644         * wl-mime.el (wl-summary-burst): Ditto.
9645         * wl-highlight.el (wl-highlight-summary): Ditto.
9646         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9647         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9648         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9649         * wl-address.el (wl-local-address-init): Ditto.
9650
9651 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9652
9653         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9654         `add-text-properties'.
9655         (wl-plugged-init-icons): Ditto.
9656         (wl-folder-init-icons): Use `propertize' instead of
9657         `put-text-property'.
9658         (wl-plugged-set-folder-icon): Ditto.
9659         (wl-e21-highlight-folder-group-line): Ditto.
9660
9661 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9662
9663         * wl-version.el (wl-version-status-alist): New variable.
9664         (wl-version-status): New function.
9665
9666         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9667         "Cc" part of the case "Reply-To".
9668
9669         * wl-draft.el (wl-draft-reply): Use result of
9670         `eword-extract-address-components'.
9671
9672         * wl-demo.el (wl-demo-icon-name): New constant.
9673         (wl-logo-xpm): Use it.
9674         (wl-logo-xbm): Ditto.
9675         (wl-logo-bitmap): Ditto.
9676
9677         * Version number is increased to 2.3.91.
9678
9679 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9680
9681         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9682         (wl-extended-emacs-version, wl-extended-emacs-version2,
9683         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9684         docstring.
9685
9686         * wl-version.el (wl-generate-user-agent-string-1): New function.
9687         (wl-generate-user-agent-string): Use it.
9688
9689         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9690         `mime-edit-insert-user-agent-field'.
9691         (wl-generate-user-agent-string): Check
9692         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9693
9694         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9695         instead of `if', when verbose case.
9696
9697 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9698
9699         * wl-expire.el (wl-summary-expire): Fix.
9700
9701 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9702
9703         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9704         and `elmo-lost+found-folder' if 'wl-draft.
9705         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9706
9707 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9708
9709         * wl-expire.el (wl-summary-expire): Change messages.
9710         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9711         `deleing-info' instead of "Deleting..."
9712
9713 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9714
9715         * wl-summary.el (wl-summary-refile-subr): Fix.
9716
9717 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9718
9719         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9720         if pipe folder.
9721
9722 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9723
9724         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9725
9726 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9727
9728         * wl-expire.el (wl-expire-hide): New function.
9729         (wl-summary-expire): Add `hide'.
9730
9731 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9732
9733         * wl-vars.el (wl-draft-reply-without-argument-list):
9734         Changed default value to consider `Reply-To:'.
9735         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9736
9737         * Version number is increased to 2.3.90.
9738
9739         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9740         elmo-imap4-get-session with unwind-protect.
9741         Don't cause error.
9742         (wl-summary-sync-marks): Don't check plugged nor folder type.
9743         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9744         (Always keep current buffer).
9745
9746 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9747
9748         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9749         Enclose with `save-excursion'.
9750
9751 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9752
9753         * wl-version.el (wl-version): Remove interactive.
9754
9755 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9756
9757         * wl-version.el (wl-generate-user-agent-string): Use
9758         `product-string-verbose' instead of `product-string-1'.
9759
9760 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9761
9762         * wl-vars.el (wl-draft-use-cache): New variable.
9763         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9764         if wl-draft-use-cache is non-nil.
9765
9766 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9767
9768         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9769         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9770
9771 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9772
9773         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9774         (wl-thread-msg-mark-as-unread): Ditto.
9775
9776         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9777         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9778         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9779         Don't set mark in summary if return value of `elmo-mark-as-read'
9780         is nil.
9781         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9782         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9783         instead of `wl-thread-msg-mark-as-read'.
9784         (wl-summary-mark-as-unread-region): Ditto.
9785         (wl-summary-target-mark-mark-as-read): Ditto.
9786
9787         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9788
9789 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9792
9793         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9794
9795 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9796
9797         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9798         face.
9799
9800 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9801
9802         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9803         `running-xemacs'.
9804
9805 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9806
9807         * wl-version.el (toplevel): Use `product-version-as-string' for
9808         set verstion-string, if defined.
9809
9810         * wl-version.el (wl-version-show): Insert string at point, when
9811         call with argument.
9812
9813         * wl-version.el (wl-generate-user-agent-string): Use
9814         `product-string-1' instead of `wl-appname', `wl-version' and
9815         `wl-codename'.
9816
9817 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9818
9819         * wl-address.el (toplevel): Use product-provide.
9820         * wl-demo.el (toplevel): Ditto.
9821         * wl-dnd.el (toplevel): Ditto.
9822         * wl-draft.el (toplevel): Ditto.
9823         * wl-e21.el (toplevel): Ditto.
9824         * wl-expire.el (toplevel): Ditto.
9825         * wl-fldmgr.el (toplevel): Ditto.
9826         * wl-folder.el (toplevel): Ditto.
9827         * wl-highlight.el (toplevel): Ditto.
9828         * wl-message.el (toplevel): Ditto.
9829         * wl-mime.el (toplevel): Ditto.
9830         * wl-mule.el (toplevel): Ditto.
9831         * wl-nemacs.el (toplevel): Ditto.
9832         * wl-refile.el (toplevel): Ditto.
9833         * wl-score.el (toplevel): Ditto.
9834         * wl-summary.el (toplevel): Ditto.
9835         * wl-template.el (toplevel): Ditto.
9836         * wl-thread.el (toplevel): Ditto.
9837         * wl-util.el (toplevel): Ditto.
9838         * wl-vars.el (toplevel): Ditto.
9839         * wl-xmas.el (toplevel): Ditto.
9840         * wl.el (toplevel): Ditto.
9841
9842 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9843
9844         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9845         instead of product.
9846
9847         * wl-version.el (wl-version): Compile time evalution elmo-version.
9848
9849 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9850
9851         * wl-summary.el (wl-summary-sync-force-update): Append queue
9852         `mark-as-read'if unplugged.
9853
9854 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9855
9856         * wl-version.el: New file.  Use product.el.
9857         * wl.el: add (require 'wl-version).
9858         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9859         for ~/.folders header.
9860         (wl-fldmgr-folders-header): Changed.
9861         * wl-demo.el (wl-demo): Use product.el.
9862
9863         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9864         wl-version.el.
9865         * wl-util.el (wl-version, wl-version-show): Ditto.
9866
9867         * wl-util.el (wl-generate-user-agent-string,
9868         wl-extended-emacs-version, wl-extended-emacs-version2,
9869         wl-extended-emacs-version3): Move to wl-version.el.
9870         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9871         xemacs-codename, mime-edit-insert-user-agent-field,
9872         mime-edit-user-agent-value, mime-editor/version,
9873         mime-editor/codename): Compile warning killer move to
9874         wl-version.el
9875
9876 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9877
9878         * wl-summary.el (wl-summary-refile-subr): Fix.
9879
9880 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9881
9882         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9883         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9884
9885 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9886
9887         * wl.el (wl-check-environment): Check too many `@'.
9888
9889 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9890
9891         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9892
9893 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9894
9895         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9896         wl-draft-reply-myself-without-argument-list): Add variables.
9897         * wl-draft.el (wl-draft-reply): Use it.
9898
9899 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9900
9901         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9902         the 5th argument of `elmo-network-get-spec'.
9903
9904         * wl-thread.el (wl-thread-reparent-children): New inline function.
9905         (wl-thread-delete-message): Use it.
9906
9907         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9908         (wl-summary-score-update-all-lines): Don't use `dolist'.
9909
9910 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9911
9912         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9913         (require 'elmo-msgdb) for inline function.
9914
9915 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9916
9917         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9918
9919 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9920
9921         * wl-score.el (wl-score-headers): Fix for the confusing macro
9922         `elmo-kill-buffer'.
9923
9924 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9925
9926         * wl-summary.el: Don't use the 3rd argument of `require' because
9927         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9928         * wl-util.el: Ditto.
9929         * wl-draft.el: Ditto.
9930
9931 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9932
9933         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9934         window system is not used.
9935
9936 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9937
9938         * wl-thread.el: Don't use `mapcar' only for iteration.
9939         (wl-thread-resume-entity): Ditto.
9940         (wl-thread-delete-message): Ditto.
9941
9942         * wl-summary.el: Bind `dragdrop-drop-functions',
9943         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9944         of `require' for `timezone', `easymenu' and `ps-print';
9945         don't use `mapcar' only for iteration.
9946
9947         * wl-util.el: Bind `mule-version', `nemacs-version',
9948         `emacs-beta-version', `xemacs-codename',
9949         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9950         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9951         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9952         only for iteration.
9953
9954         * wl-score.el: Don't use `mapcar' only for iteration.
9955         (wl-score-simplify-buffer-fuzzy): Ditto.
9956         (wl-score-simplify-subject): Ditto.
9957         (wl-score-headers): Ditto.
9958         (wl-summary-score-update-all-lines): Ditto.
9959
9960         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9961         `enable-multibyte-characters' and `mule-version'.
9962
9963         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9964         `mapcar' only for iteration.
9965
9966         * wl-demo.el: Don't use `mapcar' only for iteration.
9967
9968         * wl-folder.el: Don't use `mapcar' only for iteration.
9969         (wl-folder-open-all): Ditto.
9970         (wl-folder-count-incorporates): Ditto.
9971
9972         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9973         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9974
9975         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9976         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9977         `smtp-connection-type'; specify 3rd argument of `require' for
9978         `timezone'; don't use `mapcar' only for iteration.
9979         (wl-draft-clone-local-variables): Don't use `mapcar'.
9980         (wl-draft-generate-clone-buffer): Ditto.
9981         (wl-user-agent-compose-internal): Ditto.
9982
9983         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9984
9985         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9986         (wl-save-status): Ditto.
9987
9988         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9989         for iteration.
9990
9991 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9992
9993         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9994         removed `Date'.
9995         (wl-fldmgr-make-filter-default): New user option.
9996
9997         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9998         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9999         (wl-fldmgr-filter-completion-alist): Abolish.
10000
10001         * wl.el (wl): Don't check servers if arg is non-nil.
10002
10003         * wl-draft.el (wl-draft-reply): Set only message-id string to
10004         In-Reply-To field.
10005
10006 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10007
10008         * wl-summary.el (wl-summary-pick): Rewrite.
10009
10010         * wl-draft.el (wl-draft-forward): Get references field from
10011         original buffer.
10012         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10013
10014 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10015
10016         * wl-draft.el (wl-draft-forward): Add references field.
10017
10018 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10019
10020         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10021         (wl-draft-reply): Use it.
10022
10023 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10024
10025         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10026         when Emacs 21 is running.
10027
10028         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10029         bindings.
10030
10031 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10032
10033         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10034         XPM icons transparent.
10035
10036         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10037         Emacs 21.
10038
10039 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10040
10041         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10042         nil.
10043
10044         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10045         when it is persistent.
10046         (wl-summary-sync-marks): Changed argument for
10047         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10048         (wl-summary-virtual): Use `elmo-read-search-condition'.
10049         (wl-summary-redisplay-internal): If folder is local, mark as read
10050         even when folder is plugged.
10051
10052 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10053
10054         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10055         of `tool-bar-lines' in the frame parameters.
10056         (after-make-frame-functions, post-command-hook): Don't modify the
10057         value.
10058         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10059         wl-e21-tool-bar-lines): Removed.
10060
10061 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10062
10063         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10064         properties `evaporate' and `wl-momentary-overlay' as well.
10065         (wl-highlight-summary-displaying): Ditto.
10066         (wl-delete-all-overlays): Don't delete overlay which does not have
10067         a property `wl-momentary-overlay'.
10068
10069         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10070         `display-mouse-p' and `display-graphic-p'.
10071         (wl-folder-init-icons): Don't search for XBM or the other files.
10072         (wl-plugged-set-folder-icon): Make icons if and only if
10073         `display-graphic-p' returns non-nil.
10074         (wl-highlight-plugged-current-line): Use `before-string' overlay
10075         property to show icon images.
10076         (wl-highlight-folder-current-line): Ditto.
10077         (wl-e21-highlight-folder-group-line): Ditto.
10078         (wl-e21-highlight-folder-by-numbers): Ditto.
10079         (wl-e21-insert-image): Removed.
10080         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10081         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10082         said.
10083         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10084         `wl-e21-force-switch-toolbar'.
10085         (wl-e21-make-icon-image): Removed.
10086         (wl-e21-setup-toolbar): Don't search for XBM files.
10087         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10088         the default value.
10089
10090 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10091
10092         * wl-util.el (wl-biff-check-folder-async): Set
10093         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10094
10095 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10096
10097         * wl-e21.el (after-make-frame-functions): Add
10098         `wl-e21-force-switch-toolbar'.
10099         (wl-e21-force-switch-toolbar): New function force to switch the
10100         toolbar appearance automatically.
10101         (post-command-hook): Add `wl-e21-switch-toolbar'.
10102         (wl-e21-switch-toolbar): New function to switch the toolbar
10103         appearance automatically.
10104         (wl-e21-tool-bar-lines): New buffer local variable.
10105
10106 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10107
10108         * wl-util.el (wl-biff-check-folders-running): New variable.
10109         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10110         (wl-biff-check-folder-async-callback):
10111         Set `wl-biff-check-folders-running'.
10112         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10113         with unwind-protect.
10114
10115         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10116         Enclose `wl-folder-auto-check' with unwind-protect.
10117
10118         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10119         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10120
10121         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10122
10123         * wl-util.el (wl-biff-notify): New inline function.
10124         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10125         locally.
10126         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10127         folder-list' is 1.
10128         Use `wl-biff-notify'.
10129         (wl-biff-check-folder-async-callback): New function.
10130         (wl-biff-check-folder-async): Ditto.
10131
10132         * wl-folder.el (wl-folder): Don't check folders.
10133         (wl-folder-auto-check): New function.
10134
10135 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10136
10137         * wl-util.el (wl-biff-start) [Emacs19+]:
10138         Use `timer-next-integral-multiple-of-time'.
10139         (wl-biff-check-folders): Use `wl-default-folder'
10140         if `wl-biff-check-folder-list' is nil.
10141
10142 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10143
10144         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10145         instead of `elmo-delete-lists'.
10146
10147 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10148
10149         * wl.el (wl-plugged-toggle-all): Set the value of
10150         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10151         (wl-plugged-toggle): Ditto.
10152         (wl-toggle-plugged): Ditto.
10153         (wl-plugged-init): Ditto.
10154
10155         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10156         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10157         instead of `wl-biff-state-indicator-off' and
10158         `wl-biff-state-indicator-on'; don't modify the value and the type
10159         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10160         (wl-plugged-init-icons): Set icons data to
10161         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10162         instead of `wl-plug-state-indicator-off' and
10163         `wl-plug-state-indicator-on'; don't modify the value and the type
10164         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10165
10166         * wl-vars.el (wl-modeline-biff-state-off,
10167         wl-modeline-biff-state-on, wl-modeline-biff-status,
10168         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10169         wl-modeline-plug-status): New internal variables.
10170         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10171         wl-biff-check-interval, wl-biff-check-folder-list): Change
10172         customization group from `wl-folder' to `wl-highlight'.
10173         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10174         wl-show-plug-status-on-modeline): Defcustomized.
10175
10176         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10177         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10178         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10179         a flag to `mode-line-buffer-identification'.
10180
10181         * wl-e21.el (wl-biff-init-icons): Set icons data to
10182         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10183         instead of `wl-biff-state-indicator-off' and
10184         `wl-biff-state-indicator-on'.
10185         (wl-plugged-init-icons): Set icons data to
10186         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10187         instead of `wl-plug-state-indicator-off' and
10188         `wl-plug-state-indicator-on'.
10189
10190 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10191
10192         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10193         excessive titles.
10194
10195 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10196
10197         * wl.el (wl-plugged-mode): Use revised
10198         `wl-mode-line-buffer-identification'.
10199         (wl-plugged-init): Don't use `force-mode-line-update'.
10200
10201         * wl-xmas.el (wl-draft-overload-functions): Use revised
10202         `wl-mode-line-buffer-identification'.
10203         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10204         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10205         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10206         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10207         `wl-make-plugged-hook';
10208         add `wl-folder-init-icons' and `wl-setup-folder' to
10209         `wl-folder-mode-hook'.
10210
10211         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10212         19 as well.
10213         (wl-mode-line-display-priority-list): New user option.
10214         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10215         Defcustomized.
10216         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10217         Add docs.
10218
10219         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10220         start.
10221         (wl-mode-line-buffer-identification): Revised as a function.
10222
10223         * wl-summary.el (wl-summary-mode): Use revised
10224         `wl-mode-line-buffer-identification'; don't call
10225         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10226         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10227         `wl-xmas-setup-summary'.
10228
10229         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10230         `wl-mode-line-buffer-identification'.
10231
10232         * wl-mule.el (wl-draft-overload-functions): Use revised
10233         `wl-mode-line-buffer-identification'.
10234
10235         * wl-folder.el (wl-make-plugged-alist): Don't call
10236         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10237         (wl-folder): Don't call `wl-folder-init-icons' directly.
10238         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10239         `wl-xmas-setup-folder' directly;
10240         use revised `wl-mode-line-buffer-identification'.
10241         (TopLevel): Don't bind `wl-biff-init-icons',
10242         `wl-plugged-init-icons', `wl-folder-init-icons',
10243         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10244
10245         * wl-e21.el (wl-draft-overload-functions): Use revised
10246         `wl-mode-line-buffer-identification'.
10247         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10248         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10249         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10250         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10251         `wl-make-plugged-hook';
10252         add `wl-folder-init-icons' and `wl-setup-folder' to
10253         `wl-folder-mode-hook'.
10254
10255 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10256             Katsumi Yamaoka    <yamaoka@jpl.org>
10257
10258         * wl.el (wl): Call `wl-biff-start'.
10259         (wl-exit): Call `wl-biff-stop'.
10260         (wl-plugged-mode): Show biff in modeline.
10261         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10262
10263         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10264         (wl-biff-init-icons): New function.
10265         (wl-plugged-init-icons): Don't make too much keymaps.
10266         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10267
10268         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10269         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10270         variables.
10271         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10272         options.
10273
10274         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10275         wl-biff-start, wl-biff-stop): New functions.
10276         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10277         (wl-biff-timer-name): New variable.
10278
10279         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10280
10281         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10282         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10283
10284         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10285         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10286
10287         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10288         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10289         `wl-folder-init-icons' to `ignore' if they are not available.
10290         (wl-folder-mode): Show biff in modeline.
10291
10292         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10293         (wl-biff-init-icons): New function.
10294         (wl-plugged-init-icons): Don't make too much keymaps.
10295         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10296
10297 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10298
10299         * wl-vars.el (wl-strict-diff-folders): Customization Type
10300         and doc fix.  Define as a list of regular expressions for
10301         folders or nil.
10302         * wl-folder.el (wl-folder-check-one-entity): Use
10303         `wl-string-match-member' instead of `wl-string-member' for
10304         `wl-strict-diff-folders'.
10305
10306 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10307
10308         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10309         (wl-highlight-folder-current-line): Use it; new implementation.
10310         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10311         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10312         `defsubst' instead of `defun'.
10313
10314         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10315         `wl-highlight-group-folder-by-numbers'; made it can also be a
10316         number.  See info for more details.
10317
10318         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10319         running.
10320
10321         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10322         to bind them.
10323
10324         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10325         (wl-highlight-folder-current-line): New implementation.
10326
10327         * wl-highlight.el (wl-highlight-folder-group-line): New
10328         implementation.
10329         (wl-delete-all-overlays): Rewrite as a marco.
10330         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10331
10332         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10333         running.
10334         (wl-folder-*-glyph): No need to bind them.
10335
10336         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10337         `wl-e21-highlight-folder-group-icon'; rewrite.
10338         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10339         `defsubst' instead of `defun'.
10340         (wl-folder-mode-map): Bind it when compiling.
10341
10342 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10343
10344         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10345
10346         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10347
10348 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10349
10350         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10351
10352 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10353
10354         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10355         (wl-highlight-folder-current-line): Use it.
10356
10357         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10358         in `id-name'.
10359
10360 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10361
10362         * wl.el: Require `wl-e21' when Emacs 21 is running.
10363
10364         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10365         default when Emacs 21 is running.
10366         (wl-use-highlight-mouse-line): Ditto.
10367         (wl-on-emacs21): New constant.
10368         (wl-on-emacs20): Removed.
10369
10370         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10371         Emacs 21 is running.
10372
10373         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10374         Emacs 21 is running.
10375
10376         * wl-e21.el: New file.
10377
10378 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10379
10380         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10381         (wl-toggle-plugged): Ditto.
10382         (wl-plugged-toggle): Ditto.
10383         (wl-plugged-toggle-all): Ditto.
10384
10385         * wl-vars.el (wl-plug-state-indicator): Refer
10386         `wl-plug-state-indicator-on' indirectly.
10387
10388 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10389
10390         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10391         Call `wl-folder-confirm-existence'.
10392
10393         * wl-folder.el (wl-folder-confirm-existence): Added optional
10394         argument `force'.
10395
10396 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10397
10398         * wl-summary.el (wl-summary-refile-subr): Assume
10399         `copy-or-refile' as symbol.
10400         (wl-summary-refile): Follow up above change.
10401         (wl-summary-copy): Ditto.  Doc fix.
10402
10403 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl-summary.el (wl-summary-pick): Don't bind
10406         `elmo-search-mime-charset'.
10407
10408         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10409         default using old backquote style.
10410         (wl-search-mime-charset): Abolished.
10411
10412         * wl-highlight.el (wl-highlight-headers):
10413         Call `point' after `re-search-forward'(for Nemacs).
10414
10415         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10416         for elmo-imap4.el.
10417
10418 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10419
10420         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10421         `wl-message-ignored-field-list' instead of
10422         `mime-view-ignored-field-list'.
10423
10424         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10425         Add interactive spec.
10426         (wl-folder-goto-bottom-of-current-folder): Ditto.
10427         (wl-folder-mode-map): Bind them.
10428
10429         * wl-vars.el (wl-message-ignored-field-list): New variable.
10430         (wl-message-visible-field-list): New variable.
10431
10432         * wl-mime.el (wl-mime-header-presentation-method): New function.
10433         (wl-mime-setup): Set header-presentation-method.
10434
10435 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10436
10437         * wl-nemacs.el (wl-draft-overload-functions): Set
10438         `mode-line-buffer-identification' instead of using
10439         `wl-make-modeline'.
10440
10441         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10442         instead of using `wl-make-modeline'.
10443
10444         * wl-xmas.el (wl-plugged-init-icons): Set up
10445         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10446         (wl-make-modeline): Abolish.
10447         (wl-draft-overload-functions): Set
10448         `mode-line-buffer-identification' instead of using
10449         `wl-make-modeline'.
10450
10451         * wl-util.el (wl-make-modeline-subr): Abolish.
10452         (wl-mode-line-buffer-identification): New alias.
10453
10454         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10455         (wl-summary-make-modeline): Abolish.
10456         (wl-summary-buffer-set-folder): Set
10457         `wl-summary-buffer-folder-indicator'.
10458         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10459         of using `wl-make-modeline'.
10460         (wl-summary-switch-to-clone-buffer): Don't set
10461         `mode-line-buffer-identification'.
10462         (wl-summary-goto-folder-subr): Ditto.
10463
10464         * wl-mule.el (wl-draft-overload-functions): Set
10465         `mode-line-buffer-identification' instead of using
10466         `wl-make-modeline'.
10467
10468         * wl-folder.el (wl-folder-mode): Set
10469         `mode-line-buffer-identification' instead of using
10470         `wl-make-modeline'.
10471         (wl-folder): Don't set `mode-line-buffer-identification'.
10472
10473 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10474
10475         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10476         instead of `member' for `wl-refile-guess-func-list' look-ups.
10477         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10478
10479 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10480
10481         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10482         `wl-message-button-dispatcher'.
10483
10484         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10485
10486         * wl-message.el (wl-message-button-dispatcher): Use it.
10487
10488         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10489         "In-Reply-To".
10490
10491         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10492         Bind `case-fold-search' to t.
10493
10494 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10495
10496         * wl-xmas.el (wl-message-overload-functions): Initialize
10497         `wl-message-button-map'.
10498
10499         * wl-mule.el (wl-message-overload-functions): Initialize
10500         `wl-message-button-map'.
10501
10502         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10503
10504         * wl-message.el (wl-message-button-map): New keymap.
10505         (wl-message-add-button): New function.
10506         (wl-message-button-dispatcher): New function.
10507         (wl-message-button-refer-article): New function.
10508
10509         * wl-highlight.el
10510         (wl-highlight-message-add-buttons-to-header): New function.
10511         (wl-highlight-headers): Use it.
10512
10513 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10514
10515         * wl-summary.el (wl-summary-default-from): Use
10516         `wl-address-get-petname-1'.
10517         (wl-summary-simple-from): Ditto.
10518
10519         * wl-address.el (wl-address-get-petname-1): New inline function.
10520         (wl-address-get-petname): Use it.
10521
10522 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10523
10524         * wl-summary.el (wl-summary-default-from): Return full-name part
10525         from the address if no petname was found.
10526         (wl-summary-simple-from): Ditto.
10527
10528         * wl-address.el (wl-address-get-petname): Return nil if no petname
10529         associated with the address was found.
10530
10531 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10532
10533         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10534         display is finished.
10535
10536 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10537
10538         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10539         `elmo-folder-exists-p' argument.
10540
10541 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10542
10543         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10544         the folder.
10545
10546 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10547
10548         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10549
10550         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10551         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10552
10553 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10554
10555         * wl-folder.el (wl-folder-create-subr): New function.
10556         (wl-folder-confirm-existence): Use it.
10557         (wl-folder-check-one-entity): Use it.
10558         Check the error symbol is derived from 'elmo-open-error.
10559
10560         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10561         `ignore-error'.
10562
10563 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10564
10565         * wl-util.el (toplevel): Add (eval-when-compile (require
10566         'elmo-util)).  (Maybe `provide' is typo.)
10567
10568 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10569
10570         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10571         (I don't know why this was needed.)
10572
10573         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10574         Follow up changes for stream-type.
10575
10576         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10577         (wl-draft-elmo-nntp-send): Ditto.
10578
10579         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10580         (wl-nntp-posting-stream-type): Ditto.
10581         (wl-pop-before-smtp-ssl): Abolished.
10582         (wl-nntp-posting-ssl): Ditto.
10583
10584         * wl-address.el (wl-address-quote-specials): New function.
10585         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10586
10587         * wl-draft.el (wl-draft-reply): Ditto.
10588
10589 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10590
10591         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10592         use function `wl-string-match-assoc'.
10593
10594 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10595
10596         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10597
10598         * wl-draft.el (wl-draft-deduce-address-list): New function.
10599         (wl-draft-parse-mailbox-list): Ditto.
10600         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10601         instead of `smtp-deduce-address-list'.
10602         (wl-draft-on-field-p): Follow group list.
10603
10604         * wl-address.el (wl-address-concat-token): New function.
10605         (wl-address-string-without-group-list-contents): Ditto.
10606         (wl-complete-field-body): Fixed problem of completion
10607         by japanese petname.
10608         (wl-address-make-completion-list): Rewrite.
10609
10610 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10611
10612         * wl-address.el (wl-address-make-completion-list): Completion by
10613         petname.
10614         (wl-complete-field-body): Likewise.
10615
10616 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10619         contains invalid address syntax.
10620
10621 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10622
10623         * wl-folder.el (wl-folder-check-entity-async): Use
10624         `elmo-nntp-spec-hostname'.
10625
10626 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10627
10628         * wl-summary.el (wl-summary-msgdb-load-async): Use
10629         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10630
10631 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10632
10633         * wl-draft.el (wl-draft-reply): Set argument
10634         `content-transfer-encoding' as nil.
10635
10636 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10637
10638         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10639         `wl-refile-alist'.
10640
10641 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10642
10643         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10644         (wl-draft-edit-string): Ditto.
10645         (wl-draft-forward): Ditto.
10646         * wl-summary.el (wl-summary-write): Ditto.
10647
10648 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10649
10650         * wl-summary.el (wl-summary-sync-update3): Call
10651         `wl-summary-buffer-number-column-detect'.
10652         (wl-summary-buffer-number-column-detect): Search from point-min.
10653
10654 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10655
10656         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10657         contains an address which is not included in original to or cc.
10658
10659 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10660
10661         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10662         begin-line does not exist.
10663         * wl-message.el (wl-message-uu-substring): Ditto.
10664
10665 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10666
10667         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10668         clear local variables.
10669         (wl-summary-exit): Call `elmo-commit'.
10670         (wl-summary-switch-to-clone-buffer): Call
10671         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10672         (wl-summary-goto-folder-subr): Ditto.
10673
10674         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10675         POP folder.
10676
10677 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10678
10679         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10680         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10681         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10682         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10683         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10684         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10685
10686         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10687
10688 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10689
10690         * wl-summary.el (wl-summary-search-by-subject):
10691         Search parent message from the latest one.
10692
10693 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10694
10695         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10696         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10697
10698         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10699         New user option.
10700
10701         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10702         if elmo-nntp-use-killed-list is nil.
10703         Use `elmo-msgdb-append-to-killed-list'.
10704         (Append numbers confirmed as disappeared to the killed list.)
10705         (wl-summary-confirm-appends): Don't display negative number.
10706
10707 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10708
10709         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10710
10711 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10712
10713         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10714         range is `all'.
10715         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10716         `elmo-list-bigger-diff'.
10717
10718 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10719
10720         * wl-summary.el (wl-summary-buffer-exit-func):
10721         New buffer local variable.
10722         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10723
10724 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10725
10726         * wl-demo.el (wl-demo): Fix the last change.
10727
10728 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10729
10730         * wl-demo.el (wl-demo): Don't use `eval'.
10731
10732 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10733
10734         * wl-summary.el (wl-summary-buffer-thread-modified):
10735         New buffer-local variable.
10736         (wl-summary-set-thread-modified): New function.
10737         (wl-summary-thread-modified-p): New function.
10738         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10739         (wl-summary-yank-saved-message): Use function
10740         `wl-summary-set-thread-modified'
10741         (wl-summary-switch-to-clone-buffer): Add
10742         `wl-summary-buffer-thread-modified'.
10743
10744         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10745         (wl-summary-buffer-mark-saved-hook): Ditto.
10746         * wl-summary.el (wl-summary-msgdb-save): New hook
10747         `wl-summary-buffer-message-saved-hook' and
10748         `wl-summary-buffer-mark-saved-hook'.
10749
10750 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10751
10752         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10753
10754 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10755
10756         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10757         don't hide scroll bars under FSF Emacsen because it may incur an
10758         undesirable redrawing.
10759
10760 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10761
10762         * wl-draft.el (wl-draft-edit-string): Call
10763         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10764
10765 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10766
10767         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10768
10769 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10770
10771         * wl-summary.el (wl-summary-msgdb-load-async): Call
10772         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10773
10774 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10775
10776         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10777         fringes in demo buffer; center bitmap logo correctly even if old
10778         Mule is used.
10779
10780 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10781
10782         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10783
10784         * wl-refile.el (wl-refile-subject-alist): New variable.
10785         (wl-refile-subject-alist-file-name): Ditto.
10786         (wl-refile-alist-setup): Rewrite.
10787         (wl-refile-alist-save): Use `elmo-object-save'.
10788         Eliminated arguments.
10789         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10790         (wl-refile-guess-by-subject): New function.
10791         (wl-refile-guess-func-list): Added it.
10792
10793 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10794
10795         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10796         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10797
10798 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10799
10800         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10801         New buffer-local variable.
10802         (wl-summary-buffer-next-folder-func): Ditto.
10803         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10804         if non-nil.
10805         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10806         if non-nil.
10807         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10808         if non-nil.
10809         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10810         if non-nil.
10811
10812 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10813
10814         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10815         permanently in the demo buffer.
10816
10817 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10818
10819         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10820         `mime-entity-fetch-field'.
10821
10822         * wl.el (wl-exit): Delete plugged buffer.
10823
10824         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10825         XEmacs has menubar feature.
10826
10827 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10828
10829         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10830         cannot arrive at the beginning of the buffer under old Emacsen.
10831
10832 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10833
10834         * wl-address.el (wl-address-ldap-search):
10835         Call `ldap-search-entries' with `withdn' argument t.
10836         (wl-complete-field-body): Bind completion-ignore-case as t.
10837         Clear ldap search hash when it was sole completion.
10838         Use elmo-string for pattern string.
10839         (wl-ldap-alias-safe-string): Eliminated needless let.
10840
10841 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10842
10843         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10844         (wl-ldap-alias-sep): New constant.
10845         (wl-ldap-search-attribute-type-list): Ditto.
10846         (wl-ldap-get-value): New function.
10847         (wl-ldap-make-filter): Ditto.
10848         (wl-ldap-make-matched-value-list): Ditto.
10849         (wl-ldap-alias-safe-string): Ditto.
10850         (wl-ldap-register-dn-string): Ditto.
10851         (wl-address-ldap-search): Rewrite.
10852
10853 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10854
10855         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10856         thread is deleted.
10857         (wl-thread-delete-line-from-buffer): Ditto.
10858         (wl-thread-get-exist-children): New function.
10859
10860 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10861
10862         * wl-demo.el (wl-demo): Made it to select various image types.
10863         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10864         from `wl-title-logo'.
10865         (wl-logo-ascii): New variable.
10866         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10867         (wl-demo-copyright-notice): New constant.
10868
10869         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10870
10871 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10872
10873         * wl-vars.el (wl-summary-target-above): Renamed from
10874         wl-summary-temp-above.
10875         * wl-score.el (wl-score-get-score-alist): Use it.
10876         (wl-summary-score-update-all-lines): Use it.
10877         * wl-summary.el: Ditto. (make-variable-buffer-local).
10878
10879 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10880
10881         * wl-vars.el (wl-ldap-port): New user option.
10882
10883         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10884         Rewite whole implementation.
10885         (wl-complete-field-body): Fixed.
10886
10887 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10888
10889         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10890         Choose implementation at compile time.
10891
10892 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10893
10894         * wl-address.el (wl-ldap-search-internal): New function.
10895         (wl-complete-field-to): Use it.
10896
10897 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10898
10899         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10900         Use `let' instead of `let*'.
10901         Require 'wl-vars.
10902
10903         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10904         Define as defcustom.
10905         (wl-ldap-base): Ditto.
10906         (wl-use-ldap): Ditto.
10907
10908 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10909
10910         * wl-address.el (wl-ldap-search): New function.
10911         (wl-complete-field-body): Use `wl-ldap-search'.
10912         (wl-ldap-server): New variable.
10913         (wl-ldap-base): Ditto.
10914         (wl-use-ldap): Ditto.
10915
10916 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10917
10918         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10919         (Pointed out by Mito <mit@nines.nec.co.jp>).
10920         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10921         buffer-local variables like `wl-summary-redisplay-internal'.
10922         (wl-summary-redisplay-all-header): Likewise.  Update
10923         Summary view too.
10924
10925 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10926
10927         * wl-summary.el (wl-summary-jump-to-parent-message):
10928         Consider prefix argument.
10929
10930         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10931         when closed thread is deleted.
10932
10933 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10934
10935         * wl-summary.el (wl-summary-jump-to-parent-message):
10936         Consider thread modification.
10937
10938 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10939
10940         * wl-message.el (wl-message-normal-get-original-buffer): Use
10941         `save-excursion'.
10942
10943         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10944         (wl-summary-showto-folder-regexp): Ditto.
10945
10946 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10947
10948         * wl-util.el (wl-delete-alist): Doc fix.
10949         (wl-delete-associations): New function.
10950         (wl-inverse-alist): New function.
10951         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10952         Split temporary variables. Use `wl-delete-associations'
10953         and `wl-inverse-alist'.
10954         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10955
10956 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10957
10958         * wl-folder.el (wl-folder-prefetch-entity):
10959         Execute prefetching if new count is unknown.
10960
10961 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10962
10963         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10964
10965         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10966         delete entity.
10967         (wl-thread-set-parent): If insert as top, set linked as nil.
10968
10969         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10970         `wl-thread-cleanup-symbols' when view mode is thread.
10971
10972 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10973
10974         * wl-folder.el (wl-folder-create-folder-entity): Use
10975         with-current-buffer.
10976         (wl-local-folder-init): Call set-buffer to make sure we are in
10977         the Folder buffer. Don't touch buffer-local variables here.
10978         (wl-folder-mode): Initialize buffer-local variables here.
10979
10980         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10981         (wl-folder-entity-assign-id): Ditto.
10982         (wl-folder-create-entity-hashtb): Ditto.
10983         (wl-local-folder-init): Ditto.
10984         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10985
10986 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10987
10988         * wl-summary.el (wl-summary-default-from): Fix probrem when
10989         std11-extract-address-components return (nil "foo@bar").
10990
10991 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10992
10993         * wl-draft.el (wl-draft-clone-local-variables):
10994         Remove redundant `setq'.
10995
10996 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10997
10998         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10999         Bind wl-highlight-x-face-func as nil while highlighting header.
11000
11001 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11002
11003         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11004
11005 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11006
11007         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11008         elmo-msgdb-overview-hashtb from copy-variables.
11009         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11010         instead of `elmo-msgdb-overview-get-entity-by-number'.
11011         (wl-summary-auto-refile): Ditto.
11012
11013         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11014         `elmo-msgdb-overview-get-entity' instead of
11015         `elmo-msgdb-search-overview-entity'.  Use
11016         `elmo-msgdb-overview-get-entity' instead of
11017         `elmo-msgdb-overview-get-entity-by-number'.
11018         (wl-thread-insert-entity-sub): Ditto.
11019         (wl-thread-insert-message): Ditto.
11020
11021         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11022         `elmo-msgdb-overview-get-entity'.
11023         (wl-normal-message-redisplay): Ditto.
11024
11025 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11026
11027         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11028         `wl-thread-entities'.
11029         (wl-thread-delete-message): Fix remove top message from
11030         `wl-thread-entity-list'.
11031
11032         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11033         wl-append(nconc), because update-list is broken on Meadow.
11034
11035         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11036         updating process.
11037         (wl-summary-rescan): Ditto.
11038         (wl-summary-sync-update3): Ditto.
11039         * wl-thread.el (wl-thread-set-parent): Renamed from
11040         `wl-summary-set-parent'.
11041         (wl-thread-insert-message): Updating buffer faster.
11042         (wl-thread-delete-message): Updating buffer faster.
11043
11044         * wl-score.el (wl-summary-score-update-all-lines): Changed
11045         interval for display progress gauge.
11046
11047 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11048
11049         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11050         folder always-sticky.
11051         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11052         defmacro.
11053
11054 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11055
11056         * wl-vars.el (wl-draft-add-references): New user option.
11057
11058         * wl-draft.el (wl-draft-add-references): New function.
11059         (wl-draft-yank-from-mail-reply-buffer): Use it.
11060         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11061         as nil.
11062
11063 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11064
11065         * wl-thread.el (wl-thread-update-line-msgs): Called
11066         `wl-thread-update-line-on-buffer-sub'.
11067         (wl-thread-update-line-on-buffer): Delete routine of inserting
11068         thread.
11069         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11070         moved from `wl-thread-update-line-on-buffer'.
11071         Add threshold for displaying progress gauge.
11072         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11073         argument of `wl-thread-update-line-msgs'.
11074         Add threshold for displaying progress gauge.
11075         * wl-folder.el:
11076         Add threshold for displaying progress gauge.
11077         * wl-score.el: Ditto.
11078
11079         * wl-expire.el (wl-summary-expire): Display deleting info.
11080
11081 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11082
11083         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11084         `no-msg'.
11085         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11086         argument of `wl-thread-update-line-msgs'.
11087         (wl-summary-set-parent): Added optional argument `parent-number'.
11088         (wl-summary-buffer-saved-message): New buffer local variable.
11089         (wl-summary-save-current-message): New command.
11090         (wl-summary-yank-saved-message): Ditto.
11091         (wl-summary-mode-map): Added key binding for
11092         `wl-summary-save-current-message' (\ew) and
11093         `wl-summary-yank-saved-message' (\C-y).
11094         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11095
11096 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11097
11098         * wl-summary.el (wl-summary-mode-map): Added key binding for
11099         `wl-summary-set-parent' (ts).
11100
11101 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11102
11103         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11104         subject faster. If thread number is reverse, delayed updating
11105         thread.
11106         (wl-summary-search-by-subject): Ditto.
11107         (wl-summary-put-alike): Ditto.
11108         (wl-summary-get-alike): Ditto.
11109         (wl-summary-insert-headers): Insert header of all overview in
11110         buffer.
11111         (wl-summary-rescan): Delayed updating thread. Kill search subject
11112         buffer for wl-summary-search-by-subject.
11113         (wl-summary-sync-update3): Ditto.
11114         (wl-summary-exit): Ditto.
11115         (wl-summary-goto-bottom-of-current-thread): Change for linked
11116         thread.
11117         (wl-summary-overview-create-summary-line): Change line for linked
11118         thread.
11119
11120         * wl-summary.el (wl-summary-update-thread): Use
11121         wl-thread-maybe-get-children-num.
11122         (wl-summary-set-parent): If change parent, move sub thread.
11123         (wl-summary-redisplay-internal): Add horizontal recenter.
11124         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11125
11126         * wl-thread.el (wl-thread-entity-get-linked): New function.
11127         (wl-thread-entity-set-linked): New function.
11128         (wl-thread-create-entity): Add linked element.
11129         (wl-thread-entity-insert-as-top): Use wl-append.
11130         (wl-thread-maybe-get-children-num): If closing thread, return
11131         children msgs.
11132         (wl-thread-update-line-msgs): Displaying progress message.
11133         (wl-thread-update-line-on-buffer-sub): Use
11134         wl-thread-maybe-get-children-num.
11135         (wl-thread-update-line-on-buffer): If update line is not exists,
11136         insert thread.
11137         (wl-thread-delete-message): If delete top msg of thread, search
11138         parent by subject.
11139         (wl-thread-insert-entity): Use
11140         wl-thread-maybe-get-children-num.
11141
11142         * wl-highlight.el (wl-highlight-summary-current-line): change
11143         sregexp for linked thread.
11144         * wl-util.el (wl-count-lines): Count lines.
11145         (wl-horizontal-recenter): horizontal recenter.
11146         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11147         (wl-score-get-alike): Ditto.
11148         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11149         (wl-subject-length-limit): New variable.
11150         (wl-highlight-thread-indent-string-regexp): Changed for linked
11151         thread.
11152
11153 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11154
11155         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11156         New variable (revival).
11157         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11158         by subject matching if there's no in-reply-to nor references field
11159         (revival).
11160
11161 \f
11162 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11163
11164         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11165         message.
11166
11167 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11168
11169         * wl-summary.el (wl-summary-reply): Return t if there was a
11170         message at cursor point.
11171         Added unwind-protect.
11172         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11173         returns t.
11174         (wl-summary-cancel-message): Do nothing when there's no message at
11175         cursor point.
11176         (wl-summary-forward): Ditto.
11177         (wl-summary-jump-to-parent-message): Ditto.
11178         (wl-summary-reedit): Ditto.
11179         (wl-summary-edit-addresses): Ditto.
11180         (wl-summary-pipe-message): Ditto.
11181         (wl-summary-print-message-with-ps-print): Ditto.
11182         (wl-summary-print-message): Ditto.
11183         (wl-summary-mark-as-important): Ditto.
11184         (wl-summary-mark-as-unread): Ditto.
11185
11186         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11187         message at cursor point.
11188         (wl-summary-reply-with-citation): Remove unwind-protect.
11189
11190         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11191         subject searching feature.
11192         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11193         Eliminated.
11194
11195 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11196
11197         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11198         New variable.
11199         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11200         by subject matching if there's no in-reply-to nor references field.
11201
11202         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11203
11204         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11205         when display is finished.
11206         (wl-folder-open-all): Ditto.
11207         (wl-folder-update-access-group): Ditto.
11208         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11209         * wl-thread.el (wl-thread-close-all): Ditto.
11210
11211         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11212         progress gauge only when it was displayed.
11213         * wl-folder.el (wl-folder-insert-entity): Ditto.
11214
11215 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11216
11217         * wl-summary.el (wl-summary-incorporate): Enclose
11218         `wl-summary-sync-force-update' with save-excursion.
11219
11220 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11221
11222         * wl-summary.el (wl-summary-prefetch-region):
11223         Pass current cursor point to `pos-visible-in-window-p' after
11224         moving cursor to the started point.
11225
11226 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11227
11228         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11229
11230         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11231         fields from the forwarding message.
11232         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11233         `ignored-fields'.
11234
11235 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11236
11237         * wl-mime.el (wl-message-request-partial):
11238         Eliminated argument `msgdb'.
11239         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11240         (wl-mime-combine-message/partial-pieces): Likewise.
11241         * tm-wl.el (wl-message-request-partial): Likewise.
11242         (wl-mime-combine-message/partial-pieces): Likewise.
11243
11244 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11245
11246         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11247         when display is finished.
11248
11249 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11250
11251         * wl-summary.el (wl-summary-goto-folder-subr):
11252         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11253
11254 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11255
11256         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11257         when cursor point is visible.
11258
11259 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11260
11261         * wl-expire.el (wl-expire-archive-get-max-number):
11262         Don't use `file-name-directory'.
11263
11264 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11265
11266         * wl-expire.el (wl-expire-archive-get-max-number):
11267         Use `file-name-directory'.
11268
11269 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11270
11271         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11272         only when there is progress.
11273
11274 2000-04-13  Mito <mit@nines.nec.co.jp>
11275
11276         * wl-summary.el (wl-summary-sync-marks): Display progress.
11277
11278 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11279
11280         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11281         (wl-summary-prev): Move cursor regardless of unread status.
11282         (wl-summary-next): Ditto.
11283
11284 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11285
11286         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11287         Added argument `target' and `number'.
11288         * tm-wl.el (wl-summary-burst-subr): New function.
11289         (wl-summary-burst): Use it.
11290
11291 2000-04-10  Mito <mit@nines.nec.co.jp>
11292
11293         * wl-mime.el (wl-burst): New function.
11294         (wl-summary-burst): Use it.
11295
11296 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11297
11298         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11299         as petname when there's no candidate.
11300
11301 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11302
11303         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11304         New variable.
11305         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11306
11307         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11308
11309         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11310
11311 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11312
11313         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11314         Use substring of `original' instead of buffer-substring.
11315         (wl-refile-evaluate-rule):
11316         Set `original' argument of wl-refile-expand-newtext.
11317
11318         * wl-summary.el
11319         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11320         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11321         (wl-summary-auto-refile): Check existence of destination folder just
11322         before marking.
11323
11324 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11325
11326         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11327         when wl-refile-get-field-value return nil.
11328
11329 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11330
11331         * wl-refile.el
11332         (wl-refile-expand-newtext): New function imported from Gnus.
11333         (wl-refile-evaluate-rule): Use it.
11334
11335 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11336
11337         * wl-summary.el (wl-summary-print-destination):
11338         Duplicate folder string to avoid putting text-property on
11339         original string.
11340
11341         * wl-refile.el (wl-refile-get-field-value): New function.
11342         (wl-refile-evaluate-rule): New function;
11343         Evaluate refile rule recursively.
11344         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11345         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11346         New function; Check existence of a target folder recursively.
11347         (wl-summary-auto-refile-check-refile-rule-alist):
11348         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11349
11350 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11351
11352         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11353
11354         * wl-folder.el (wl-create-folder-entity-from-buffer):
11355         Fixed problem when '}' character is contained in folder name.
11356
11357         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11358
11359 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11360
11361         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11362         (wl-fldmgr-add-completion-all-completions):
11363         Use wl-fldmgr-add-completion-hashtb.
11364
11365 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11366
11367         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11368         wl-fldmgr-add-completion-subr): New functions.
11369         * wl-folder.el (wl-folder-completion-func): New variable.
11370         * wl-summary.el (wl-summary-read-folder):
11371         Use wl-folder-completion-func.
11372
11373         * wl-refile.el: Eliminate throw & catch.
11374
11375         * wl.el (wl-plugged-sending-queue-status): Fixed.
11376
11377 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11378
11379         * wl-draft.el (wl-draft): Put category property on
11380         mail-header-separator.