c2580e9a2a15ea482a6f75af9f6a01a1a220dc93
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
4         the registered messages unless specified folder is a spam folder.
5         Add docstring.
6         (wl-spam-register-good-messages): Remove spam mark from
7         the registered messages.  Add docstring.
8         (wl-summary-register-as-spam)
9         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
10         (wl-summary-register-as-spam-all)
11         (wl-summary-target-mark-register-as-spam)
12         (wl-summary-register-as-good)
13         (wl-summary-register-as-good-region, wl-thread-register-as-good)
14         (wl-summary-register-as-good-all)
15         (wl-summary-target-mark-register-as-good): Add docstring.
16
17 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * wl-summary.el: Delete trailing whitespace.
20
21 2010-08-27  Kenichi Okada  <okada@opaopa.org>
22
23         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
24         message human-readable.
25
26 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27
28         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
29         (wl-highlight-folder-current-line): Ditto.
30         * wl-xmas.el (wl-draft-insert-signature): Ditto.
31         (wl-highlight-folder-current-line): Ditto.
32
33 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
34
35         * wl-address.el (wl-address-make-alist-from-alias-file): Use
36         `(delete-char -1)' instead of `(delete-backward-char 1)' that
37         deletes region in Emacs 24.
38         See delete-active-region described in NEWS.
39         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
40         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
41
42 2010-08-14  David Maus  <dmaus@ictsoc.de>
43
44         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
45         edit draft message when in draft folder.
46
47 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
50         instead of (delete-backward-char 1) that deletes region in Emacs 24.
51         See delete-active-region described in NEWS.
52
53 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
54
55         * wl-spam.el (wl-summary-register-as-spam-region)
56         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
57         (wl-thread-register-as-good): New functions.
58         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
59
60 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
61         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
62         images for the icon if there is only one image.
63
64 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
67         newline.
68         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
69         so as to match header tokens strictly.
70
71 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
72
73         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
74         for the message not classified as spam.
75         (wl-summary-test-spam-messages): New function.
76         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
77         instead of `wl-spam-map-spam-messages'.
78
79 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
80
81         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
82         (wl-summary-define-mark-action): Define unmark functions.
83         (wl-summary-unmark): Add the second argument `mark'.
84         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
85
86 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
87
88         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
89         autodecryption for draft preview.
90
91 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
92         * wl-summary.el (toplevel): New function
93         `wl-summary-toggle-mime-buttons' and keybinding to toggle
94         visibility of MIME buttons in message view mode.
95
96 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
97
98         * Version number is increased to 2.15.9.
99
100 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
101
102         * wl-score.el (wl-score-followup): Remove verbose comment (same as
103         docstring).
104
105         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
106         Revert `save-excursion' for `wl-summary-jump-to-msg'.
107
108 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
111         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
112         semicolons, that should start at the left margin.
113         See. also (Info-goto-node "(elisp)Comment Tips").
114         * wl-acap.el (wl-acap-store): Ditto.
115         * wl-action.el (wl-summary-unset-mark): Ditto.
116         * wl-address.el (wl-address-ldap-search): Ditto.
117         * wl-demo.el (wl-demo-insert-image): Ditto.
118         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
119         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
120         (wl-draft-previous-history-element): Ditto.
121         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
122         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
123         (wl-folder-mode-map, wl-folder-get-prev-folder)
124         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
125         (wl-folder-check-entity-async)
126         (wl-create-folder-entity-from-buffer): Ditto.
127         * wl-fldmgr.el (toplevel): Ditto.
128         * wl-message.el (wl-message-buffer-cache-sort)
129         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
130         Ditto.
131         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
132         Ditto.
133         * wl-summary.el (toplevel, wl-summary-mode)
134         (wl-summary-edit-addresses, wl-summary-sync-update)
135         (wl-summary-stick): Ditto.
136         * wl-thread.el (toplevel, wl-thread-insert-message)
137         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
138         * wl-util.el (toplevel): Ditto.
139         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
140         Ditto.
141
142 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
143
144         * Version number is increased to 2.15.8.
145
146         * wl-message.el (wl-message-uu-substring): Suppress compile
147         warnings; Use `with-current-buffer' instead of `save-excursion' &
148         `set-buffer'.
149         * wl-mime.el (wl-draft-yank-current-message-entity)
150         (wl-mime-preview-follow-no-mime)
151         (wl-mime-preview-follow-current-region): Ditto.
152         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
153         (wl-summary-switch-to-clone-buffer)
154         (wl-summary-target-mark-forward)
155         (wl-summary-target-mark-reply-with-citation)
156         (wl-summary-target-mark-uudecode): Ditto.
157
158         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
159         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
160         * wl-summary.el (wl-summary-narrow-to-region)
161         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
162
163         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
164         instead of `int-to-string'.
165         * wl-dnd.el (wl-dnd-start-drag): Ditto.
166         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
167         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
168         * wl-util.el (wl-url-nntp): Ditto.
169
170         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
171         (wl-plugged-dop-queue-status): Don't quote `lambda'.
172         * wl-thread.el (wl-thread-delete-message): Ditto
173         * wl-summary.el (wl-summary-edit-addresses)
174         (wl-summary-edit-addresses-collect-candidate-fields)
175         (wl-summary-search-by-subject): Ditto.
176         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
177         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
178         (wl-fldmgr-add-completion-subr): Ditto.
179         * wl-draft.el (wl-smtp-extension-bind)
180         (wl-draft-insert-get-message, wl-draft-default-headers)
181         (wl-jump-to-draft-buffer): Ditto.
182         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
183         (wl-summary-down): Ditto.
184         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
185         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
186         * wl-folder.el (wl-folder-make-save-access-list)
187         (wl-folder-update-access-group, wl-folder-pick): Ditto.
188
189 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
190
191         * wl-draft.el (wl-draft-default-headers): Suppress warning
192         "defsubst `wl-draft-default-headers' was used before it was
193         defined"; Use `defun' instead of `defsubst'.
194
195         * wl-address.el (wl-address-header-extract-address)
196         (wl-address-header-extract-realname): Fix mail-address in
197         docstring.
198
199         * wl-expire.el (wl-expire-make-sortable-date): Macro to
200         inline-function.
201         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
202         Macro to function.
203         (wl-folder-get-entity-from-buffer): Macro to function.
204         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
205         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
206         * wl.el (wl-plugged-string): Macro to function.
207
208         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
209         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
210         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
211         Macro to function.
212
213         * wl-thread.el (wl-thread-open, wl-thread-close): Use
214         `point-at-bol', `point-at-eol'.
215
216         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
217         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
218         `(string-to-char " ")' instead of `? ', `?\ '.
219         * wl-action.el (wl-summary-print-argument): Ditto.
220         * wl-address.el (wl-complete-field-body): Ditto.
221         * wl-demo.el (wl-demo-insert-image): Ditto.
222         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
223         * wl-util.el (wl-ask-folder, wl-set-string-width)
224         (wl-y-or-n-p-with-scroll): Ditto.
225
226         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
227         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
228         verbose point move.
229
230         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
231         and `point-at-eol'.
232         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
233         Ditto.
234
235 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
236
237         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
238         `(beginning-of-line) (point)'.
239
240         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
241         (wl-fldmgr-delete-line): Change from macro to function. Use
242         `point-at-bol' and `point-at-eol'.
243
244         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
245         `function' for lambda.
246
247         * wl.el (wl-plugged-server-indent): Change from macro to function.
248
249         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
250
251         * wl-draft.el (wl-draft-config-body-goto-header)
252         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
253         macro to function.
254
255         * wl-score.el (wl-score-get-alike): Change from macro to
256         inline-function.
257
258         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
259         instead of `mapcar'. Don't use `function' for lambda.
260         (wl-read-search-condition-internal): Don't use `function' for
261         lambda.
262         (wl-kill-buffers): Change from macro to function.
263         (wl-count-lines): Change from macro to inline-function.
264
265         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
266
267         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
268
269         * wl.el (wl-plugged-change): Suppress compile warnings; Use
270         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
271         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
272         * wl-address.el (wl-complete-window-show): Ditto.
273         * wl-message.el (wl-message-select-buffer): Ditto.
274         * wl-template.el (wl-template-show): Ditto.
275         * wl-util.el (wl-collect-summary): Ditto.
276         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
277         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
278         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
279         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
280         (wl-score-edit-insert-number): Ditto.
281
282         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
283         symbol.
284
285         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
286         of `goto-line'.
287
288         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
289
290 2009-12-16  Lloyd Zusman <ljz@asfast.com>
291
292         * wl-summary.el (wl-summary-detect-mark-position): Force
293         the temporary buffer to enable the use of multibyte characters
294         within searches [wl-en:2460].
295
296 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
297
298         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
299         of `beginning-of-buffer'.
300
301 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
302
303         * wl-summary.el (wl-summary-display-raw): New function, display
304         message in raw format.
305
306 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
307
308         * Version number is increased to 2.15.7.
309
310 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
311
312         * wl-summary.el (wl-summary-previous-message-number): New function.
313         (wl-summary-next-message-number): Ditto.
314         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
315         `wl-summary-next-message-number'.
316         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
317         Inline temporary variable `cur-id'.
318         (wl-summary-get-next-unread-folder): Ditto.
319         (wl-summary-get-next-folder): Ditto.
320         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
321
322 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
323
324         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
325
326 2008-09-05  Kenichi Okada  <okada@opaopa.org>
327
328         * wl-summary.el (wl-summary-buffer-folder-name)
329         (wl-draft-config-body-goto-header): Use backquote instead of quote.
330         * wl-draft.el (wl-draft-body-goto-top)
331         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
332
333 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
334
335         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
336         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
337
338 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
339
340         * wl-expire.el: Fix Comentary section.
341
342 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
343
344         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
345         Require mime-parse, elmo-mime, and wl-util.
346
347         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
348
349         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
350
351 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
352
353         * wl-template.el: Require elmo-util and wl-vars.
354
355         * wl-mime.el (wl-mime-display-header): Revert last change.
356         Remove `delete-matching-lines "^$"'.
357
358 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
359
360         * wl-mime.el (wl-define-dummy-functions): Split
361         `eval-when-compile' form for avoid error; when `make
362         compile-strict.
363
364         * wl-util.el: Move (eval-when-compile (require 'static)).
365         * wl-dnd.el: Add (eval-when-compile (require 'static)).
366         * wl-message.el: Ditto.
367
368         * wl-mime.el (wl-message-delete-current-part): Use
369         `insert-buffer-substring' instead of `insert-buffer'.
370         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
371         * wl-draft.el (wl-draft-generate-clone-buffer)
372         (wl-draft-do-mime-bcc): Ditto.
373
374         * wl-address.el: Add (eval-when-compile (require 'cl)).
375         * wl-addrmgr.el: Ditto.
376         * wl-mime.el: Ditto.
377         * wl-util.el: Ditto.
378         * wl-score.el: Ditto.
379
380 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
381
382         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
383         `string-to-int'.
384
385         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
386         `string-to-int'.
387
388         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
389         `string-to-number' instead of `string-to-int'.
390
391         * wl-summary.el (wl-summary-get-list-info)
392         (wl-summary-message-number): Use `string-to-number' instead of
393         `string-to-int'.
394
395         * wl-score.el (wl-score-overview-entity-get-lines)
396         (wl-score-set-mark-below, wl-score-set-expunge-below)
397         (wl-summary-increase-score, wl-score-get-header-entry): Use
398         `string-to-number' instead of `string-to-int'.
399
400         * wl-folder.el (wl-folder-update-diff-line): Use
401         `string-to-number' instead of `string-to-int'.
402
403         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
404         instead of `string-to-int'.
405
406         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
407         instead of `string-to-int'.
408
409         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
410         `string-to-int'.
411
412 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
413
414         * wl-util.el (wl-match-string, wl-match-buffer)
415         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
416         (wl-kill-buffers, wl-local-variable-p)
417         (wl-line-formatter-setup): New backquote style.
418         (wl-count-lines): Use quote instead of backquote.
419
420         * wl-summary.el (wl-summary-buffer-folder-name)
421         (wl-summary-get-alike): Use quote instead of backquote.
422         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
423         backquote style.
424
425         * wl-message.el (wl-message-buffer-cache-buffer-get)
426         (wl-message-buffer-cache-folder-get)
427         (wl-message-buffer-cache-message-get)
428         (wl-message-buffer-cache-entry-make)
429         (wl-message-buffer-cache-hit): New backquote style.
430
431         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
432         backquote.
433         (wl-folder-unread-regex, wl-folder-entity-exists-p)
434         (wl-folder-clear-entity-info)
435         (wl-folder-get-entity-info, wl-folder-set-entity-info)
436         (wl-folder-elmo-folder-cache-get)
437         (wl-folder-elmo-folder-cache-put): New backquote style.
438
439         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
440         (wl-fldmgr-assign-id): Ditto.
441         (wl-fldmgr-delete-line): Use quote instead of backquote.
442         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
443
444         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
445         (wl-draft-set-sent-message): New backquote style.
446         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
447         (wl-draft-config-body-goto-header): Use quote instead of backquote.
448
449 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
450
451         * wl-address.el (wl-address-concat-token): Fix typo.
452
453 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
454
455         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
456         (wl-score-get-alike): Ditto.
457
458         * wl-vars.el: New backquote style.
459         (wl-message-header-button-alist): Use quote instead of backquote.
460
461         * wl.el (wl-plugged-string): New backquote style.
462
463         * wl-address.el (wl-address-concat-token): New backquote style.
464
465         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
466
467 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
468
469         * wl-highlight.el (wl-highlight-folder-opened-regexp)
470         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
471
472         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
473         in the character alternative.
474
475 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
476
477         * Version number is increased to 2.15.6.
478
479 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
480
481         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
482         optional 3rd argument of epg-context-set-progress-callback; it was
483         temporarily removed in the Emacs trunk due to copyright problem.
484         (wl-mime-pgp-verify-region-with-epg): Ditto.
485
486 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
487
488         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
489
490 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
491
492         * wl-util.el (wl-biff-check-folders): Set biff flag.
493         (from Naoto Morishima [wl:14031])
494
495 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
496
497         * wl.el (wl-plugged-server-indent): Use quote instead of
498         backquote.
499
500 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
501
502         * wl-score.el (wl-score-insert-header): Add guard for
503         `std11-unfold-string'.
504         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
505         TYPE artgument when TO or CC field.
506
507 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-summary.el (wl-summary-goto-folder-subr): Call
510         `elmo-folder-close' instead of `elmo-folder-commit' if discard
511         current summary.
512
513 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-util.el (wl-read-shell-commande): New function or alias.
516
517         * wl-summary.el (wl-summary-pipe-message): Use
518         `wl-read-shell-command' instead of `read-string'.
519         (wl-summary-target-mark-pipe): Ditto.
520
521 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-summary.el (wl-summary-reply): Fix docstring.
524         * wl-draft.el (wl-draft-reply): Ditto.
525
526 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-mime.el (wl-summary-extract-attachments): New command.
529         (wl-summary-extract-attachments-1): New internal function.
530
531 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-expire.el (wl-expire-folder): New function (split from
534         wl-summary-expire).
535         (wl-summary-expire): Use it. Add argument `all' instead of remove
536         `nolist'. Cause an error only if this function is calling
537         interactively.
538
539 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-expire.el (wl-expire-refile): Display progress message.
542         (wl-summary-expire): Simplify.
543
544         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
545         unused argument `deleting-info'.
546
547 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-vars.el (wl-message-popup-buffers): New user option.
550
551         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
552         (wl-message-delete-popup-windows): New function that substitues
553         above one.
554         (wl-mime-setup): Follow the above change.
555
556 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
557
558         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
559
560 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
561
562         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
563         "tkm" to wl-thread-spam.
564
565 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
566
567         * wl-thread.el (wl-thread-entity-insert-as-children): Use
568         wl-thread-entity-set-children.
569         (wl-thread-insert-message, wl-thread-insert-entity-sub,
570         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
571         Use wl-thread-entity-get-*.
572
573 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-mime.el (wl-epg-progress-callback): New function.
576         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
577         with `elmo-with-progress-display'. Set a progress callback
578         function to epg-context.
579         (wl-mime-pgp-verify-region-with-epg): Ditto.
580
581 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-util.el (wl-completing-read-multiple): Define as an alias of
584         `completing-read-multiple' if emacs-version is not less than 22.
585
586 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
589         change.
590
591 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-summary.el (wl-summary-sync-update): Move
594         `wl-thread-update-indent-string-thread' to outside of
595         `elmo-with-progress-display'.
596
597 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-message.el (wl-message-exit): Check buffer existence.
600
601 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-util.el (wl-simple-display-progress): New function.
604         (wl-display-progress-with-gauge): Ditto.
605         (wl-progress-callback-function): Ditto.
606
607         * wl.el (wl-init): Set `elmo-progress-callback-function' as
608         `wl-progress-callback-function'
609
610         * wl-vars.el (wl-display-progress-threshold): New user option.
611         (wl-display-progress-function): Ditto.
612
613         * Version number is increased to 2.15.5.
614
615 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-thread.el (wl-thread-close-children): New function.
618         (wl-thread-open-children): Ditto.
619         * wl-action.el (wl-summary-set-mark): Redo the last change by
620         using it.
621
622         * wl-action.el (wl-summary-set-mark): Undo the last change.
623         Forbid interactive call.
624
625 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-mime.el (wl-define-dummy-functions): New macro.
628         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
629         `wl-mime-pgp-decrypt-region'.
630         (wl-mime-pgp-verify-region-with-epg): Renamed from
631         `wl-mime-pgp-verify-region'.
632         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
633         `wl-mime-pgp-decrypt-region'.
634         (wl-mime-pgp-verify-region-with-pgg): Renamed from
635         `wl-mime-pgp-verify-region'.
636         (wl-mime-pgp-decrypt-region): New function; To select dispatch
637         function at runtime.
638         (wl-mime-pgp-verify-region): Ditto.
639
640         * wl-vars.el (wl-use-pgp-module): New user option.
641
642 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
645         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
646
647 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
650         even if there are target marks only.
651
652 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * Version number is increased to 2.15.4.
655
656 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-folder.el (wl-folder-check-one-entity): Simplify.
659
660 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
661
662         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
663         variable.
664
665 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
666
667         * wl-spam.el (wl-thread-test-spam): New function.
668         (wl-spam-setup): Bind "tkc".
669
670 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-expire.el (wl-folder-expire-entity): Rewite without
673         `wl-summary-goto-folder-subr'.
674         (wl-folder-expire-current-entity): Don't kill summary buffer.
675
676 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-folder.el (wl-folder-sync-entity): Rewrite without
679         `wl-summary-goto-folder-subr'.
680         (wl-folder-mark-as-read-all-entity): Likewise.
681
682         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
683
684 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-thread.el (wl-thread-force-open): Arranged.
687
688 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
691         from regexp.
692
693         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
694         (wl-read-search-condition-internal): Append them.
695
696 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-vars.el (wl-additional-search-condition-fields):
699         New user option.
700
701         * wl-util.el (wl-search-condition-fields): New function; export
702         from `wl-read-search-condition-internal'.
703         (wl-read-search-condition-internal): Use it.
704
705         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
706
707 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-summary.el (wl-summary-define-sort-command): New function.
710         (wl-summary-sort-by-date, wl-summary-sort-by-number)
711         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
712         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
713         define by `wl-summary-define-sort-command' at runtime.
714
715         * wl.el (wl-init): Call wl-summary-define-sort-command.
716
717 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
720         properties at the decrypting region.
721
722 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-util.el (wl-find-region): New function.
725
726         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
727         coding system.
728         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
729         property `wl-mime-decoded-coding-system'.
730         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
731         property `wl-mime-decoded-coding-system' to encode text.
732
733         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
734         message.
735         (wl-mime-pgp-verify-region): Ditto.
736
737 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
740         buffer. Use epa-display-verify-result.
741
742 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
743
744         * wl-draft.el (wl-draft-send): Continue even if setting parent
745         flag was failed.
746
747 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-message.el (wl-message-flag-indicator): Fixed the problem
750         of returning string only of parentheses.
751
752 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-summary.el (wl-summary-write): Add argument `folder'.
755         (wl-summary-write-current-folder): Change argument `folder' from
756         optional to require.
757         (wl-summary-get-buffer): Return the buffer associated folder only.
758
759         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
760         change.
761         (wl-folder-toggle-disp-summary): Ditto.
762
763         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
764         current summary as parent-folder.
765
766 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-draft.el (wl-draft-reedit): Don't overwrite
769         wl-draft-parent-folder.
770
771 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
774         (wl-mime-pgp-verify-region): Ditto.
775         (wl-message-decrypt-pgp-nonmime): Use the above function.
776         (wl-message-verify-pgp-nonmime): Likewise.
777         (wl-mime-preview-application/pgp): Likewise.
778
779 2006-04-20  Kenichi Okada  <okada@opaopa.org>
780
781         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
782         Fix about the order of `wl-nntp-posting-port' and
783         `wl-nntp-posting-stream-type'.
784         * wl.el (wl-plugged-port-label-alist): Add smtp.
785
786 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-summary.el (wl-summary-message-status): New macro.
789
790         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
791         (wl-summary-killed-mark): New user option.
792
793         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
794         API change.
795         (wl-thread-insert-entity-sub): Ditto.
796         (wl-thread-recover-messages): New command.
797
798         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
799         Don't call `wl-highlight-summary-current-line' directly.
800         (wl-summary-buffer-attach): Connect to signal `status-changed'
801         instead of `cache-changed'.
802         (wl-summary-buffer-detach): Follow the above change.
803         (wl-summary-detect-mark-position): Follow the API change.
804         (wl-summary-rescan-message): Ditto.
805         (wl-summary-insert-sequential): Ditto.
806         (wl-summary-update-thread): Ditto.
807         (wl-summary-message-mark): Ditto.
808         (wl-summary-persistent-mark): Ditto.
809         (wl-summary-create-line): Ditto.
810         (wl-summary-prefetch-region-no-mark): Call
811         `wl-summary-persistent-mark' with number.
812         (wl-summary-recover-messages-region): New command.
813         (wl-summary-target-mark-recover): Ditto.
814         (wl-summary-recover-message): Ditto.
815         (wl-summary-persistent-mark-string): Add argument `status' instead
816         of remove arguments `flags' and `cached'.  Treat killed status.
817         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
818
819         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
820         (wl-highlight-summary-line-face-spec): Treat killed status.
821         (wl-highlight-summary-line-string): Follow the API change.
822         (wl-highlight-summary-current-line): Ditto.
823
824         * Version number is increased to 2.15.3.
825
826 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
829         of symbolp to test whether the condition is function.
830
831 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
832
833         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
834         to nil.
835
836 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-summary.el (wl-summary-buffer-message-ring): New internal
839         variable.
840         (wl-summary-buffer-last-displayed-msg): Abolish.
841         (wl-summary-push-message): New function.
842         (wl-summary-pop-message): Ditto.
843         (wl-summary-goto-folder-subr): Reset
844         `wl-summary-buffer-message-ring'.
845         (wl-summary-pop-to-last-message): New command.
846         (wl-summary-goto-last-displayed-msg): Call
847         wl-summary-pop-to-last-message if optional argument is non-nil or
848         the last command is itself.
849         (wl-summary-redisplay-internal): Push last message number into
850         `wl-summary-buffer-message-ring'.
851
852         * wl-vars.el (wl-summary-message-ring-max): New user option.
853
854 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
857         from `wl-draft-reply').
858         (wl-draft-reply): Use it.
859         (wl-draft-find-reply-headers): Avoid compile warning.
860
861 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
862
863         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
864
865 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-message.el (wl-message-flag-indicator): New function.
868         (wl-message-redisplay): Use it.
869
870 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
871
872         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
873
874 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
877         instead of `read-event'.
878
879         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
880
881         * wl-mule.el (wl-read-event-char): Ditto.
882
883         * wl-e21.el (wl-read-event-char): Ditto.
884
885 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
886
887         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
888
889 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-vars.el (wl-draft-send-confirm-type): New user option.
892
893         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
894
895         * wl-draft.el (wl-draft-send-confirm): Confirmation by
896         `wl-draft-send-confirm-type'
897
898 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
901         Avoid error when the buffer name is already used.
902
903 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
906         the change of elmo-nmz -> elmo-search.
907         (wl-highlight-summary-line-help-echo-alist): Ditto.
908         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
909         (wl-nmz-folder-icon): Define as obsolete.
910         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
911         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
912
913 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-summary.el (wl-summary-get-list-info): Rewrite with
916         `elmo-find-list-match-value'
917
918 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
919
920         * wl-summary.el (wl-summary-get-list-info): Optimize.
921         Use List-Id and List-Post also.
922
923 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
926
927 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
928
929         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
930
931 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * wl-util.el (wl-completing-read-multiple-1): New internal function.
934         (wl-completing-read-multiple-2): Ditto.
935         (wl-completing-read-multiple): Define use above functions.
936
937         * wl-summary.el (wl-summary-sort): Removed the workaround for a
938         bug of `completing-read-multiple' about default value.
939
940         * wl-xmas.el (wl-completing-read-multiple): Removed.
941
942         * wl-mule.el (wl-completing-read-multiple): Ditto.
943
944         * wl-e21.el (wl-completing-read-multiple): Ditto.
945
946 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-util.el (wl-filter-associations): New function.
949
950         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
951         (wl-spam-ignored-folder-list): Ditto.
952         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
953         (wl-spam-string-member-p): New function.
954         (wl-spam-domain): Use it.
955         (wl-spam-split-numbers): New function.
956         (wl-spam-apply-partitions): Ditto.
957         (wl-spam-register-spam-messages): Use `folder' instead of
958         `wl-summary-buffer-elmo-folder'.
959         (wl-spam-register-good-messages): Ditto.
960         (wl-summary-exec-action-spam): Decide a domain by real folder of
961         message.
962         (wl-summary-exec-action-refile-with-register): Likewise.
963
964 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-e21.el (wl-e21-find-image): New function.
967         (wl-e21-setup-toolbar): Use it instead of `find-image'.
968         (wl-e21-highlight-folder-group-line): Ditto.
969         (wl-folder-init-icons): Ditto.
970         (wl-plugged-init-icons): Ditto.
971         (wl-biff-init-icons): Ditto.
972
973 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
976         (wl-inhibit-save-drafts): New internal variable.
977         (wl-disable-auto-save): Ditto.
978         (wl-save-drafts): Treat above variables.
979         (wl-auto-save-drafts): New function.
980         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
981         `wl-stop-save-drafts'.
982         (wl-start-save-drafts): New function.
983         (wl-stop-save-drafts): Ditto.
984         (wl-set-auto-save-draft): New command.
985
986         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
987         `wl-set-save-drafts'.
988
989 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
992         `make-local-variable' instead of `make-variable-buffer-local'.
993
994 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
997
998 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
999
1000         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1001
1002 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1005         of working buffer.
1006
1007 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1010
1011         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1012         value into recipients; Bind `wl-draft-remove-group-list-contents'
1013         as nil.
1014
1015 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-summary.el (wl-summary-sort): Fixed the last change.
1018
1019         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1020         (wl-summary-sort-messages): Ditto.
1021         (wl-summary-rescan): Use it.
1022         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1023         `completing-read'; Append candidates for reverse order.
1024
1025 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * Version number is increased to 2.15.2.
1028
1029 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1030
1031         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1032         "Smaller".
1033         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1034
1035 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1038
1039 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1042         customize group `wl-draft'.
1043         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1044         `wl-draft'.
1045         (wl-draft-add-references): Ditto.
1046
1047         * wl-action.el (wl-summary-print-argument): Rename argument from
1048         `folder' to `data'.
1049
1050 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-summary.el (wl-summary-rescan-message): Call
1053         `wl-thread-cleanup-symbols' before insert thread.
1054
1055 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl.el (wl-init): Set `elmo-get-folder-function' as
1058         `wl-folder-make-elmo-folder'.
1059
1060         * wl-spam.el (wl-summary-exec-action-spam): Use
1061         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1062
1063         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1064         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1065         `elmo-make-folder'.
1066         (wl-folder-get-elmo-folder): Ditto.
1067         (wl-folder-create-subr): Simplify.
1068
1069 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1072
1073 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1076         contents in message buffer instead of original buffer. If optional
1077         argument specified, ask coding system for encode.
1078
1079 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1080
1081         * wl-spam.el (wl-summary-test-spam-region): New function.
1082         (wl-spam-setup): Bind "rkc".
1083
1084 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1087
1088 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1089
1090         * wl-spam.el (wl-summary-test-spam): Fix typo.
1091         (wl-message-check-spam): Ditto.
1092
1093 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1094
1095         * wl-summary.el (wl-summary-default-from): Simplify.
1096
1097 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1100         (wl-summary-exec-action-copy): Ditto.
1101         (wl-summary-auto-refile): Check existence of temporary mark.
1102
1103 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-create-line): Use
1106         `elmo-time-to-datevec'.
1107
1108         * wl-expire.el (wl-expire-archive-date): Ditto.
1109         (wl-expire-localdir-date): Ditto.
1110
1111         * wl-util.el (wl-day-number): Abolish.
1112
1113         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1114         of `wl-day-number'.
1115         (wl-score-followup): Ditto.
1116         (wl-score-add-followups): Ditto.
1117         (wl-score-get-latest-msgs): Ditto.
1118         (wl-score-get-header-entry): Ditto.
1119         (wl-score-edit-insert-date): Ditto.
1120
1121 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1124         `elmo-message-entity-field' with 2nd argument `type'.
1125
1126 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1127
1128         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1129
1130 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl-thread.el (wl-thread-delete-message): Delete descendant
1133         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1134
1135 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1136
1137         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1138
1139 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1140
1141         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1142         `Access folder'.
1143
1144 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-vars.el (wl-access-folder-icon): New user option.
1147
1148         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1149         `Access folder'.
1150
1151 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-summary.el (wl-summary-buffer-set-folder): Use
1154         `wl-folder-mime-charset'.
1155
1156         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1157         `mime-charset'.
1158         (wl-folder-get-elmo-folder): Ditto.
1159         (wl-folder-mime-charset): New function.
1160
1161 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-util.el (wl-parse-addresses): Define alias of
1164         `elmo-parse-addresses' (move to `elmo-util.el').
1165
1166         * wl-summary.el (wl-summary-default-from): Follow the API change.
1167         (wl-summary-overview-entity-compare-by-date): Ditto.
1168         (wl-summary-overview-entity-compare-by-from): Ditto.
1169         (wl-summary-get-list-info): Get value of `ml-info' field from
1170         entity at first.
1171         (wl-summary-rescan-message): Treat prefix argument.
1172         (wl-summary-prefetch-msg): Follow the API change.
1173         (wl-summary-search-by-subject): Ditto.
1174         (wl-summary-insert-thread): Ditto.
1175         (wl-summary-line-subject): Ditto.
1176         (wl-summary-line-from): Ditto.
1177         (wl-summary-create-line): Ditto.
1178         (wl-summary-print-message-with-ps-print): Ditto.
1179
1180         * wl-score.el (wl-score-ov-entity-get): Ditto.
1181         (wl-score-followup): Ditto.
1182         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1183         of `car'.
1184         (wl-score-get-latest-msgs): Follow the API change.
1185         (wl-score-get-header): Ditto.
1186
1187         * wl-refile.el (wl-refile-learn): Ditto.
1188         (wl-refile-subject-learn): Ditto.
1189         (wl-refile-get-field-value): Ditto.
1190         (wl-refile-guess-by-history): Ditto.
1191         (wl-refile-guess-by-subject): Ditto.
1192
1193         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1194
1195         * wl-expire.el (wl-expire-date-p): Removed.
1196         (wl-expire-archive-date): Follow the API change.
1197         (wl-expire-localdir-date): Ditto.
1198         (wl-summary-expire): Ditto.
1199
1200         * Version number is increased to 2.15.1.
1201
1202 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1205         group is access or not (it is not strict, like wl-fldmgr-rename).
1206
1207 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208
1209         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1210         duplicate call of `wl-summary-print-argument' on the wrong line.
1211
1212 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1215         even if argument `number' is nil.
1216         (wl-summary-insert-line): Print action argument if current message
1217         has it.
1218
1219 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1222         (wl-draft-reply): Ditto.
1223         (wl-draft): Add optional argument `parent-number' and call
1224         `wl-draft-create-buffer' with it.
1225         (wl-draft-create-buffer): Add optional argument
1226         `parent-number'. Set wl-draft-parent-number as it.
1227
1228 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1231         buffer is not for given folder, don't use it.
1232
1233 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * Version number is increased to 2.15.0.
1236
1237 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1240
1241         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1242         (wl-highlight-get-face-by-name): New internal function.
1243         (wl-highlight-summary-line-face-spec): Use it and fixed.
1244
1245 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-sync-update): Use
1248         `elmo-message-entity-field' instead of `car' to get message-id
1249         from overview entity.
1250
1251         * wl-summary.el (wl-summary-rescan-message): Call
1252         `wl-highlight-summary-displaying' when displaying a message.
1253
1254 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1255
1256         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1257         `wl-draft-config-info-operation'.
1258         (wl-draft-buffer-change-number): New function.
1259         (wl-draft-rename-saved-config): Ditto.
1260         * wl.el (wl-init): Connect slot for message-number-changed.
1261         (toplevel): Add autoload for wl-draft-rename-saved-config.
1262
1263 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1266         `update-overview'
1267         (wl-summary-buffer-detach): Disconnect from it.
1268         (wl-summary-rescan-message): Use command.
1269
1270         * wl-message.el (wl-message-buffer-display): Use
1271         `with-current-buffer' instead of `save-excursion'.
1272
1273 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1276         wl-draft-preview-attributes-list from distraction.
1277
1278 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1281         `elmo-list-diff'.
1282
1283 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-summary.el
1286         (wl-summary-edit-addresses-collect-candidate-fields): Use
1287         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1288
1289         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1290         instead of `elmo-set-work-buf'.
1291
1292         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1293         (wl-address-make-address-list): Ditto.
1294
1295         * Version number is increased to 2.13.3.
1296
1297 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1298
1299         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1300         user option.
1301
1302         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1303         argument `5'.
1304
1305         * wl-message.el (wl-message-display-no-merge-p): New function.
1306         (wl-message-buffer-display): Check whether the message is
1307         reassembled and follow the API change.
1308
1309 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1310
1311         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1312         multibyte on working buffer and removed unnecessary
1313         `buffer-disable-undo'.
1314
1315 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1318         change.
1319
1320 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-util.el (wl-read-search-condition-internal): Protect
1323         elmo-global-flags from distraction.
1324
1325 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1328
1329         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1330         (wl-summary-event-handler): Ditto.
1331         (wl-summary-update-persistent-mark-on-event): New
1332         function (renamed from `elmo-event-handler-flag-changed').
1333         (wl-summary-buffer-attach): New function.
1334         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1335         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1336         instead of `elmo-folder-add-handler'.
1337
1338         * Version number is increased to 2.13.2.
1339
1340 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1343         and "\177" to the `wl-news-previous-page'.
1344         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1345         (wl-news-previous-page): New function.
1346
1347 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1348
1349         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1350         instead of `write-region' and simplify.
1351
1352 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1353
1354         * wl-template.el (wl-template-select): Cause error if
1355         `wl-template-alist' is nil.
1356
1357 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1358
1359         * wl-news.el.in: Set file variable `no-byte-compile'.
1360
1361 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1364         whether a target message is within displaying area.
1365         (elmo-event-handler-cache-changed): Ditto.
1366
1367 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1368
1369         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1370         to `defun'.  Use `nconc' instead of `append' to collect descendant
1371         message numbers.
1372
1373 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1374
1375         * wl-thread.el (wl-thread-save-top-list)
1376         (wl-thread-save-entities): Use `with-temp-buffer'.
1377         * wl-news.el.in (wl-news-previous-version-load):
1378         (wl-news-previous-version-save): Ditto.
1379         * wl-summary.el (wl-summary-load-file-object)
1380         (wl-summary-save-view-cache): Ditto.
1381
1382 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-util.el (toplevel): Require 'elmo-flag'.
1385         (wl-read-search-condition): New function (Renamed from
1386         `elmo-read-search-condition').
1387         (wl-read-search-condition-internal): Likewise.
1388
1389         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1390         invalid.
1391         (wl-summary-pick): Use `wl-read-search-condition' instead of
1392         `elmo-read-search-condition'.
1393         (wl-summary-virtual): Ditto.
1394
1395         * wl-folder.el (wl-folder-virtual): Ditto.
1396         (wl-folder-pick): Ditto.
1397
1398         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1399
1400 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-summary.el (wl-summary-reedit): Call
1403         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1404
1405 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-mime.el (toplevel): Require wl-vars.
1408
1409         * wl-message.el (toplevel): Require cl at compile.
1410
1411         * wl-draft.el (toplevel): Require elmo.
1412
1413 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1414
1415         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1416         and do nothing when it is not positive.
1417         (wl-message-buffer-prefetch-next): Ditto.
1418
1419 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1422         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1423         (wl-summary-redisplay-internal): Ditto.
1424
1425         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1426         message (the condition is borrowed from `wl-check-variables-2').
1427         (wl-summary-redisplay-internal): Ditto.
1428
1429 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-mime.el (wl-draft-nntp-attribute): New function.
1432         (wl-draft-attribute-nntp-posting-server): Use it.
1433         (wl-draft-attribute-nntp-posting-port): Ditto.
1434
1435         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1436         (wl-draft-show-attributes-buffer): Ditto.
1437         (wl-draft-hide-attributes-buffer): Ditto.
1438         (wl-draft-attribute-newsgroups): Ditto.
1439         (wl-draft-attribute-nntp-posting-server): Ditto.
1440         (wl-draft-attribute-nntp-posting-port): Ditto.
1441         (wl-draft-preview-message): Use there functions.
1442
1443         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1444         value.
1445
1446 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1449         (wl-draft-reedit): Ditto.
1450         (wl-draft-queue-flush): Ditto.
1451
1452         * wl-mime.el (wl-message-request-partial): Ditto.
1453         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1454         instead of `elmo-message-fetch'.
1455
1456         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1457
1458         * wl-summary.el (wl-summary-message-string): Ditto.
1459
1460 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1461
1462         * wl-util.el (wl-current-message-buffer): Follow the API change.
1463
1464         * wl-summary.el (wl-summary-redisplay-internal): Call
1465         `wl-summary-mark-as-read' with 2nd argument as nil and update
1466         unread count instead of persistent mark.
1467
1468         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1469         variable.
1470         (wl-message-redisplay): Follow the API change.
1471         (wl-message-buffer-display): Managed mime-entity directly and
1472         return preview buffer only.
1473         (wl-message-display-internal): Rewrite.
1474         (wl-message-buffer-prefetch-subr): Not save return value of
1475         `wl-message-buffer-display'.
1476
1477         * Version number is increased to 2.13.1.
1478
1479 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1482         'elmo-multiple-fields-body-list' with boundary specified.
1483
1484 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1485
1486         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1487         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1488         cache if `wl-summary-resend-use-cache' is non-nil.
1489
1490 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1491
1492         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1493         (wl-nntp-posting-stream-type): Ditto.
1494
1495 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1496
1497         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1498
1499 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1500
1501         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1502         message.
1503
1504 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1505
1506         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1507         Abolish.
1508         (wl-summary-buffer-persistent-mark-version): New internal
1509         variable.
1510         (wl-summary-update-mark-and-highlight-window): Check by
1511         wl-summary-persistent-mark-invalid-p.
1512         (wl-summary-update-status-marks): Ditto.
1513         (elmo-event-handler-flag-changed): Rewrite.
1514         (elmo-event-handler-cache-changed): Define.
1515         (wl-summary-prefetch-msg): Does not update persistent mark here.
1516         (wl-summary-delete-cache): Ditto.
1517         (wl-summary-resume-cache-status): Ditto.
1518         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1519         (wl-summary-persistent-mark-invalid-p): New function.
1520         (wl-summary-validate-persistent-mark): Ditto.
1521         (wl-summary-validate-persistent-mark-string): Ditto.
1522         (wl-summary-invalidate-persistent-mark): Ditto.
1523         (wl-summary-update-persistent-mark): Call
1524         `wl-summary-validate-persistent-mark'.
1525         (wl-summary-create-line): Call
1526         `wl-summary-validate-persistent-mark-string'.
1527
1528         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1529         status as t if cache used.
1530
1531 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1534         only if the target is group.
1535         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1536
1537 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1538
1539         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1540
1541 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1542
1543         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1544
1545         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1546
1547 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1548
1549         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1550         (Thanks to Yoichi NAKAYAMA).
1551
1552 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1553
1554         * wl-util.el (wl-save-drafts): Restore echo area.
1555
1556 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1557
1558         * Version number is increased to 2.13.0.
1559
1560         * wl-util.el (wl-biff-check-folder-async): Use
1561         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1562
1563 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-message.el (wl-message-display-internal): Does not put
1566         wl-message-display-type property on message buffer.
1567         (wl-message-buffer-display-type): New function.
1568
1569         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1570
1571         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1572         `wl-summary-buffer-detach'.
1573         (wl-summary-message-display-type): Use
1574         `wl-summary-buffer-display-type'.
1575
1576 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1579         buffer-local.
1580
1581         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1582         kill-buffer-hook instead of make-local-variable.
1583         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1584
1585 2004-12-12  Scott Renfro <scott@renfro.org>
1586
1587         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1588         regex for square-branket.
1589
1590 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1593         `wl-message-mime-analysis-p' with argument `header'.
1594
1595 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1596
1597         * wl-mime.el (wl-draft-yank-current-message-entity): 
1598         Switch to no-mime following method according to wl-message-display-type
1599         property.
1600         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1601
1602         * wl-message.el (wl-message-display-internal): 
1603         Put wl-message-display-type property on message buffer.
1604
1605         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1606         (wl-message-display-internal): Ditto;
1607
1608         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1609
1610 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-message.el (wl-message-make-display-type): New function.
1613         (wl-message-display-type-property): Ditto.
1614         (wl-message-mime-analysys-p): Ditto.
1615         (wl-message-display-all-header-p): Ditto.
1616         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1617         added `display-type'.
1618         (wl-message-buffer-display): Likewise.
1619         (wl-message-display-internal): Likewise.
1620         (wl-message-buffer-display-type): Abolish.
1621         (wl-message-buffer-prefetch-subr): Follow the API changed.
1622
1623         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1624         from wl-summary-buffer-display-all-header and changed default value.
1625         (wl-summary-message-display-type): New function.
1626         (wl-summary-buffer-display-mime-mode): Ditto.
1627         (wl-summary-buffer-display-header-mode): Ditto.
1628         (wl-summary-toggle-mime): Rewrite with above functions.
1629         (wl-summary-toggle-all-header): Ditto.
1630         (wl-summary-redisplay): Force redisplay with default mode.
1631         (wl-summary-redisplay-internal): Renamed argument from `mode',
1632         `all-header' to `mime-mode', `header-mode'.
1633         Use `wl-message-make-display-type'.
1634
1635         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1636         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1637
1638 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1639
1640         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1641
1642 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643
1644         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1645         in original message buffer.
1646         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1647         buffer.
1648
1649 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1650
1651         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1652
1653 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1654
1655         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1656
1657 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1658
1659         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1660         when actions succeeded.
1661         (wl-summary-exec-action-copy): Likewise.
1662
1663 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1666         there is switch-to-buffer at the end of wl-message-select-buffer.
1667         (wl-summary-reply): Ditto.
1668
1669 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-summary.el (wl-summary-forward): Put subject in original
1672         message buffer as argument of wl-draft-forward.
1673         * wl-draft.el (wl-draft-forward): Decode subject as in
1674         wl-draft-reply.
1675
1676 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1679         a folder under access group.
1680
1681 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1684         wl-message-buffer-display.
1685
1686         * wl-util.el (wl-set-save-drafts): Fix typo.
1687
1688 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1691         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1692         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1693         the way to measure the width of a bitmap image; don't put face on
1694         ascii and bitmap images; put the mark which should not use the
1695         variable-pitch face on ascii and bitmap images.
1696         (wl-demo-setup-properties): Don't use the variable-pitch face on
1697         ascii and bitmap images; made it work on Emacs 20 and earlier.
1698         (wl-demo-insert-text): End with a newline at the bottom; don't put
1699         face on text.
1700
1701         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1702
1703 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1704
1705         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1706
1707         * wl-util.el (wl-save-drafts): Moved from sample setting.
1708         (wl-set-save-drafts): New function to set idle timer.
1709         * wl-draft.el (wl-draft): Call it.
1710         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1711
1712 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1715         a summary which has toggle display status off.
1716
1717 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-draft.el (wl-draft-do-fcc): No cache save.
1720
1721 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-summary.el (elmo-event-handler-flag-changed): Use
1724         `set-buffer' instead of `with-current-buffer'.
1725
1726 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (wl-summary-after-resize-function): New function.
1729         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1730         window-size-change-functions.
1731
1732 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-draft.el (wl-draft-create-buffer): Bind
1735         `change-major-mode-hook' after current buffer is changed.
1736
1737         * wl-summary.el (wl-summary-buffer-detach): New function.
1738         (wl-summary-buffer-set-folder): Call it.
1739         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1740         change-major-mode-hook and kill-buffer-hook.
1741         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1742         (wl-summary-switch-to-clone-buffer): Ditto.
1743         (wl-summary-goto-folder-subr): Ditto.
1744
1745 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1746
1747         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1748         after boundp check.
1749
1750 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1753         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1754         for `kill-buffer'.
1755
1756         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1757         handler of current buffer from elmo-folder.
1758
1759 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1762
1763 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1764
1765         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1766         variable.
1767         (wl-summary-event-handler): New class.
1768         (elmo-event-handler-flag-changed): Define to update persistent
1769         mark.
1770         (wl-summary-buffer-set-folder): Register event handler to
1771         elmo-folder.
1772         (wl-summary-exit): Unregister event handler.
1773         (wl-summary-goto-folder-subr): Ditto.
1774         (wl-summary-mark-as-read-all): Does not call
1775         `wl-summary-update-persistent-mark' directly.
1776         (wl-summary-mark-as-read-internal): Ditto.
1777         (wl-summary-set-persistent-mark-internal): Ditto.
1778         (wl-summary-set-flags-internal): Ditto.
1779
1780         * Version number is increased to 2.11.33.
1781
1782 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1783
1784         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1785         to nil.
1786
1787 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-spam.el (wl-spam-setup): Add hook
1790         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1791         instead of `wl-summary-prepare-hook'.
1792
1793         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1794         if folder type is `'flag'.
1795         (wl-summary-mark-as-important): Ditto.
1796
1797 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1798
1799         * wl-address.el (wl-address-minibuffer-history): New variable.
1800         (wl-address-minibuffer-local-map): New keymap.
1801         (wl-address-read-from-minibuffer): New function.
1802
1803         * wl-action.el (wl-summary-get-resend-address): Use
1804         `wl-address-read-from-minibuffer' instead of `completing-read'.
1805
1806 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * Version number is increased to 2.11.32.
1809
1810 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1811
1812         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1813         without mule to iso-8859-1.
1814         (wl-draft-add-in-reply-to): Add note in description.
1815         (wl-draft-add-references): Ditto.
1816
1817 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1820         definition for `m'.
1821         (wl-summary-mode-line-format): Add '[%m]'.
1822         (wl-message-mode-line-format-spec-alist): Ditto.
1823         (wl-summary-display-mime-mode-list): New variable.
1824
1825         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1826         from wl-summary-buffer-display-as-is.
1827         (wl-summary-buffer-display-all-header): New buffer local variable.
1828         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1829         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1830         instead of wl-summary-buffer-display-as-is.
1831         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1832         (wl-summary-set-persistent-mark): Ditto.
1833         (wl-summary-set-message-buffer-or-redisplay): Just call
1834         `wl-summary-redisplay-internal' without optional arguments.
1835         (wl-summary-toggle-mime): Rewrite.
1836         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1837         (wl-summary-toggle-all-header): New function.
1838         (wl-summary-redisplay-internal): Treat mime mode.
1839
1840         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1841         to wl-mime-preview-follow-no-mime.
1842         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1843         accodring to the display-mode.
1844
1845         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1846         (wl-message-buffer-display): Changed argument name from `as-is' to
1847         `mode'.
1848         (wl-message-display-internal): Ditto;
1849         Bind elmo-mime-display-header-analysis according to the mode.
1850         (wl-message-display-internal): Put wl-message-display-mime-mode
1851         property on entire buffer.
1852
1853 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1854
1855         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1856
1857 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1860         Don't extract mail address.
1861         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1862
1863         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1864
1865         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1866
1867 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1868
1869         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1870         wl-fldmgr-cut-entity-list on confirmation.
1871
1872 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1875         (wl-mime-quit-preview): Check existence of
1876         mime-edit-temp-message-buffer here.
1877
1878 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1879
1880         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1881         after deletion.
1882
1883         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1884         before calling wl-mime-quit-preview.
1885
1886 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1887
1888         * wl-summary.el (wl-summary-pick): If call it with prefix
1889         argument, set `delete-marks' as non-nil. Pick from only visible
1890         messages.
1891         (wl-summary-check-target-mark): New function.
1892         (wl-summary-target-mark-mark-as-read): Use it.
1893         (wl-summary-target-mark-mark-as-unread): Ditto.
1894         (wl-summary-target-mark-operation): Ditto.
1895         (wl-summary-target-mark-set-flags): Ditto.
1896         (wl-summary-target-mark-save): Ditto.
1897         (wl-summary-target-mark-pick): Ditto.
1898         (wl-summary-target-mark-forward): Ditto.
1899         (wl-summary-target-mark-reply-with-citation): Ditto.
1900         (wl-summary-target-mark-print): Ditto.
1901         (wl-summary-target-mark-uudecode): Ditto.
1902
1903         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1904         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1905         with `ask-coding' is non-nil.
1906
1907 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1908
1909         * wl-thread.el (wl-thread-set-parent): If parent is a message
1910         which is identified by references, set linked as nil.
1911
1912 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1915         (wl-message-mode-line-format-spec-alist): Ditto.
1916         (wl-message-mode-line-format): Ditto.
1917         (wl-summary-mode-line-format): Ditto for docstring.
1918         (wl-summary-no-mime-folder-list): Fix typo.
1919
1920         * wl-util.el (wl-current-message-buffer): Call
1921         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1922
1923         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1924         variable.
1925         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1926         of `wl-summary-redisplay-no-mime'.
1927         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1928         (wl-summary-toggle-mime): New function.
1929         (wl-summary-redisplay-all-header): Rewrite.
1930         (wl-summary-redisplay-no-mime): Ditto.
1931         (wl-summary-redisplay-internal): Added argument `as-is' and
1932         `all-header'.
1933
1934         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1935         New variable.
1936         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1937         bottom.
1938         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1939         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1940         "/" unconditionally.
1941
1942         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1943         wl-mime-preview-follow-no-mime for as-is content.
1944         (wl-mime-preview-follow-no-mime): New function.
1945         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1946
1947         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1948         and added `as-is', `all-header'.
1949         (wl-message-buffer-display): Ditto.
1950         (wl-message-buffer-display-type): New function.
1951
1952 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-vars.el (wl-message-header-button-alist): Change default
1955         value.
1956         (wl-message-body-button-alist): Ditto.
1957
1958 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1959
1960         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1961
1962 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1963
1964         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1965
1966 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1969         is always true.
1970
1971 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1974         on null entity.
1975
1976 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1979
1980 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1981
1982         * wl-vars.el (wl-summary-resend-hook): New hook.
1983
1984         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1985         `wl-summary-resend-hook'.
1986
1987 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1988
1989         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1990         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1991         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1992         (wl-summary-new-cached-mark): Changed default value to 'n'.
1993         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1994         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1995         (wl-folder-sync-range-alist): Remove spec for 'flag.
1996         (wl-summary-force-prefetch-folder-list): New user option.
1997
1998         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1999         `wl-summary-toggle-persistent-mark'.
2000         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2001         number is nil.
2002         (wl-summary-mark-as-answered-region): Set interactive argument of
2003         `wl-summary-set-persistent-mark-internal'.
2004         (wl-summary-mark-as-important-region): Ditto.
2005         (wl-summary-unset-persistent-mark): Ditto.
2006         (wl-summary-set-persistent-mark): Ditto.
2007         (wl-summary-mark-as-answered): Ditto.
2008         (wl-summary-mark-as-important): Ditto.
2009         (wl-summary-set-persistent-mark-internal): Do nothing
2010         when `elmo-message-flag-available-p' is nil.
2011         (wl-summary-toggle-persistent-mark): New function.
2012         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2013         when the folder matches `wl-summary-force-prefetch-folder-list'.
2014
2015
2016         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2017         when number is nil.
2018         (wl-highlight-summary-forwarded-face): New face.
2019
2020 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2021
2022         * Version number is increased to 2.11.31.
2023
2024 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2027         (wl-biff-check-folder-async): Ditto.
2028         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2029
2030 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2031
2032         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2033         Add an argument `reverse'.  All callers are updated.
2034         (wl-summary-sort): Add a prefix argument `reverse' to specify
2035         reverse sorting.
2036         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
2037         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
2038         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2039
2040 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-message.el (wl-message-redisplay): Does not narrow header if
2043         disply-type is all-header or as-is.
2044
2045         * wl-summary.el (wl-summary-enter-handler): Use
2046         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2047
2048 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2051         after adding wl-draft-parent-variables.
2052         (wl-draft-forward): Ditto.
2053
2054 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2055
2056         * wl-summary.el (wl-summary-sync-marks): Call
2057         `wl-summary-set-persistent-mark' and
2058         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2059         (wl-summary-set-persistent-mark-internal): Add 4th argument
2060         `no-server'.
2061         (wl-summary-unset-persistent-mark): Ditto.
2062         (wl-summary-set-persistent-mark): Ditto.
2063         (wl-summary-add-flags-internal): Abolish.
2064         (wl-summary-remove-flags-internal): Ditto.
2065         (wl-summary-mark-as-important-internal): Ditto.
2066         (wl-summary-mark-as-important): Use
2067         `wl-summary-set-persistent-mark' instead of
2068         `wl-summary-add-flags-internal'.
2069         (wl-summary-mark-as-important-region): Ditto.
2070
2071         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2072
2073         * wl-summary.el (wl-summary-get-available-flags): New function.
2074         (wl-summary-sync-marks): Use it and simplified.
2075         (wl-summary-unset-persistent-mark): Use
2076         `wl-summary-get-available-flags'.
2077         (wl-summary-set-persistent-mark): Ditto.
2078
2079 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2080
2081         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2082         id.
2083
2084 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2087         number, call `wl-summary-prev-line-content'. Show message when the
2088         message is not found.
2089
2090 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2091
2092         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2093         wl-summary-enter-handler.
2094         (wl-summary-enter-handler): New command.
2095
2096         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2097         docstring and custom spec.
2098
2099         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2100         flags too; Don't treat Cached and New.
2101         (wl-summary-set-persistent-mark): Ditto.
2102
2103         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2104         `wl-folder-set-flag'.
2105
2106         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2107         instead of `wl-folder-set-flag'.
2108
2109         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2110         for completion.
2111         (wl-summary-set-persistent-mark): Ditto.
2112
2113         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2114         instead of `wl-draft-quit-preview'.
2115
2116         * wl-mime.el (toplevel): Avoid compile warning.
2117         (wl-mime-quit-preview): New function
2118         (formarly defined as `wl-draft-quit-preview').
2119         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2120         quitting method.
2121
2122         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2123
2124         * wl-folder.el (wl-folder-set-flag): Renamed from
2125         `wl-draft-set-flag-on-parent'.
2126
2127         * wl-draft.el (wl-draft-quit-preview): New function.
2128         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2129         (wl-draft-send): Call `wl-folder-set-flag' instead of
2130         `wl-draft-set-flag-on-parent'.
2131         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2132
2133 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2134
2135         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2136         (wl-draft-send): Ditto.
2137
2138 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2139
2140         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2141         (wl-draft-kill-pre-hook): Set default value as nil.
2142         (wl-summary-reply-hook): Ditto.
2143         (wl-draft-kill-flags): Abolish.
2144
2145         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2146         (wl-draft-parent-variables): Renamed from
2147         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2148         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2149         argument; Add wl-draft-parent-variables to
2150         wl-draft-config-variables.
2151         (wl-draft-reply): Likewise.
2152         (wl-draft-kill-flags): Abolish.
2153         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2154         (wl-draft-set-flag-on-parent): New function.
2155         (wl-draft-setup-parent-flag): Ditto.
2156
2157 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2158
2159         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2160         `wl-draft-parent-folder' is "".
2161
2162 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2163
2164         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2165         (wl-summary-digit-jump): New function.
2166         (Adviced by John Owens and Hiroya Murata)
2167
2168         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2169         (Adviced by John Owens)
2170
2171         * wl-xmas.el (wl-message-define-keymap): Ditto.
2172
2173         * wl-mule.el (wl-message-define-keymap): Ditto.
2174
2175 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2178         change of return value of elmo-folder-count-flags.
2179
2180         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2181         (wl-summary-mark-as-read-internal): Ditto.
2182         (wl-summary-set-persistent-mark-internal): Ditto.
2183         (wl-summary-folder-info-update): Ditto.
2184         (wl-summary-sync-update): Fixed the last change.
2185
2186         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2187
2188 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2189
2190         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2191         (wl-draft-kill-flags): Fixed docstring.
2192
2193         * wl-draft.el (wl-draft-kill-flags): New function.
2194         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2195
2196 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2197
2198         * wl-vars.el (wl-reply-hook): Abolish.
2199         (wl-draft-reply-hook): New hook.
2200         (wl-summary-reply-hook): Ditto.
2201         (wl-draft-forward-hook): Ditto.
2202         (wl-summary-forward-hook): Ditto.
2203         (wl-draft-kill-flags): New variable.
2204
2205         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2206         wl-summary-set-persistent-mark-internal.
2207         (wl-summary-sync-marks): Use elmo-preserved-flags.
2208         (wl-summary-update-persistent-mark): Make it interactive.
2209         (wl-summary-set-persistent-mark-internal): New inline function.
2210         (wl-summary-mark-as-answered): Use it.
2211         (wl-summary-mark-as-unanswered): Ditto.
2212         (wl-summary-unset-persistent-mark): New function.
2213         (wl-summary-set-persistent-mark): Ditto.
2214         (wl-summary-reply): Don't set answered flag;
2215         Run wl-summary-reply-hook instead.
2216         (wl-summary-forward): Call wl-draft-forward with number.
2217         Run wl-summary-forward-hook.
2218
2219         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2220         (wl-highlight-summary-line-face-spec): Use it as a default
2221         persistent mark face.
2222
2223         * wl-draft.el (wl-draft-forward): Added optional argument number;
2224         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2225         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2226         (wl-draft-kill): Use wl-draft-kill-flags.
2227
2228         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2229
2230         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2231         of return value of elmo-folder-count-flags.
2232
2233         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2234
2235         * wl-summary.el (wl-summary-count-unread): Ditto.
2236         (wl-summary-sync-update): Follow the change above.
2237         (wl-summary-force-prefetch): New function.
2238
2239 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2240
2241         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2242         variable `buf' with `let' instead of `setq'.
2243
2244 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2247         add Content-Disposition heaeder on the deleted part.
2248
2249 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2250
2251         * wl-draft.el (wl-draft-save): Encode address list under edit by
2252         `eword-encode-unstructured-field-body'.
2253
2254         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2255
2256 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2257
2258         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2259         wl-current-summary-buffer.
2260
2261 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2262
2263         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2264         `numbers' is ignored.
2265
2266 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-folder.el (wl-folder-open-folder): Avoid error.
2269         Reported by John Owens, [wl-en:815]
2270
2271         * wl.el (wl): Set timer for biff process even if prefix argument
2272         is given or auto-checking is quitted.
2273
2274         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2275         immediately.
2276         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2277         (wl-toggle-plugged): Ditto.
2278
2279         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2280         * wl-util.el (wl-biff-start): Use idle timer if
2281         `wl-biff-use-idle-timer' is non-nil.
2282
2283 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-highlight.el (wl-highlight-message): Fix description.
2286
2287 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2288
2289         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2290         tty.
2291
2292 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-action.el (wl-summary-exec): Print failure count.
2295
2296 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2299         to `defun', remove interactive form.
2300         Set elmo-message-fetch-confirm when force-reload is non-nil.
2301
2302 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2303
2304         * wl-summary.el (toplevel): Removed unnecessary autoload.
2305
2306 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2309         the buffer is generated from another message buffer.
2310
2311 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2314         extracted from `wl-fldmgr-save-folders'.
2315         (wl-fldmgr-delete): Call it after deletion.
2316
2317 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2320         multi-tty support.
2321
2322 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2323
2324         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2325
2326 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2327
2328         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2329         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2330
2331 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2332
2333         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2334         unsubscribe list only if argument CLEAR is nil.
2335
2336 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2337
2338         * wl-draft.el (wl-draft-reply): Decode subject before removing
2339         Re: prefix.
2340
2341 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2342
2343         * wl-summary.el (wl-summary-sort-by-size): New command.
2344
2345 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2346
2347         * wl-summary.el (wl-summary-number-list-from-region): New
2348         function.
2349         (wl-summary-mark-as-read-region): Use it.
2350         (wl-summary-mark-as-unread-region): Ditto.
2351         (wl-summary-set-flags-region): Ditto and add optional argument
2352         remove.
2353         (wl-summary-mark-as-answered-region): Ditto.
2354         (wl-summary-mark-as-important-region): Ditto.
2355         (wl-summary-target-mark-mark-as-important): Added optional
2356         argument remove.
2357         (wl-summary-target-mark-mark-as-answered): Ditto.
2358         (wl-summary-target-mark-set-flags): Ditto.
2359
2360 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2361
2362         * wl-summary.el (wl-summary-set-flags-region): Call
2363         `wl-summary-set-flags-internal' with number list instead of call
2364         one by each message.
2365         (wl-summary-target-mark-set-flags): Likewise.
2366
2367 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2370         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2371         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2372         (wl-summary-target-mark-mark-as-answered): Likewise.
2373
2374 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-summary.el (wl-summary-target-mark-forward): Use
2377         `wl-summary-delete-all-target-marks' instead of
2378         `wl-summary-delete-all-temp-marks'.
2379         (wl-summary-target-mark-reply-with-citation): Ditto.
2380         (wl-summary-target-mark-uudecode): Ditto.
2381         (wl-summary-target-mark-set-flags): Ditto and remove needless
2382         cursor move.
2383
2384 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-summary.el (wl-summary-target-mark-forward): Protect
2387         wl-summary-buffer-target-mark-list from nreverse.
2388         (wl-summary-target-mark-reply-with-citation): Ditto.
2389
2390 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2391
2392         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2393         `elmo-display-progress-threshold'.
2394
2395 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2398         check `wl-summary-highlight'.
2399         (wl-summary-window-scroll-functions): Respect value of
2400         `wl-summary-highlight'.
2401         (wl-summary-sync-update): Run hooks
2402         `wl-summary-buffer-window-scroll-functions' at any time.
2403
2404 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2405
2406         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2407         from `wl-summary-cleanup-temp-marks'.
2408         (wl-summary-cleanup-temp-marks): Abolish argument.
2409         * wl.el (wl-save-status): Revert previous change.
2410         (wl-execute-temp-marks): New function, call
2411         `wl-summary-exec-with-confirmation'.
2412         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2413         (wl-folder-save-and-exec-marks): Abolished.
2414
2415 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2416
2417         * wl-e21.el (wl-e21-display-image-p): Respect
2418         `wl-highlight-folder-with-icon'.
2419         (wl-e21-highlight-folder-group-line): Highlight mouse line
2420         even if wl-e21-display-image-p is nil.
2421
2422         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2423         Respect value of `wl-summary-highlight'.
2424
2425         * wl.el (wl-save-status): Remove unused variable.
2426
2427         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2428         (wl-folder-mode-map): Bind it to "x".
2429
2430 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2433
2434         * wl-thread.el (wl-thread-get-parent-list): Don't check
2435         disconnected ancestors, neglecting needless work in
2436         `wl-thread-update-indent-string-thread'.
2437
2438         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2439         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2440         argument, add argument default-keep to keep marks by default.
2441
2442         * Version number is increased to 2.11.30.
2443
2444         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2445         customization type and docstring.
2446         (wl-draft-reply-without-argument-list): Ditto.
2447
2448 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2451
2452         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2453
2454 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2455
2456         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2457
2458 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2459
2460         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2461         save-excursion so as not to include run-hooks.
2462
2463 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2464
2465         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2466         Clarify that marks are going to be cleared.
2467
2468 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2471         according to 3rd element of wl-summary-flag-mark.
2472
2473         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2474
2475 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2476
2477         * wl-action.el (wl-summary-target-mark-all): Don't set
2478         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2479
2480 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2483         (wl-forward-subject-prefix): Ditto.
2484         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2485         (wl-draft-reply-make-subject): Ditto.
2486
2487         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2488         `wl-draft-forward'.
2489         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2490
2491 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2492
2493         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2494         target message does not exist.
2495
2496 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2497
2498         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2499         `wl-subject-prefix-regexp'.
2500         (wl-subject-forward-prefix-regexp): New variable.
2501         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2502         `wl-draft-strip-subject-re' and take regexp as argument.
2503         (wl-draft-forward): Use it.
2504         (wl-draft-reply): Ditto.
2505
2506 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2507
2508         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2509         emacs multi-tty support.
2510
2511 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2512
2513         * wl-e21.el (wl-e21-display-image-p): Don't call
2514         `display-images-p'.
2515         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2516         support.
2517         (wl-highlight-folder-current-line): Ditto.
2518         (wl-folder-init-icons): Ditto.
2519
2520 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2521
2522         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2523         the last line of summary in unplugged mode.
2524
2525 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2526
2527         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2528
2529 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2530
2531         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2532         * wl-address.el (wl-address-user-mail-address-p): Use it.
2533         (wl-address-delete-user-mail-addresses): Ditto.
2534         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2535
2536         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2537         (wl-address-delete-user-mail-addresses): Ditto.
2538
2539         * wl-address.el (wl-address-delete-user-mail-addresses): New
2540         function.
2541         * wl-refile.el (wl-refile-guess-by-history): Use it.
2542         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2543         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2544
2545         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2546         use wl-address-user-mail-address-p.
2547
2548 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2549
2550         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2551         after opening group.
2552
2553 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2554
2555         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2556         of elmo-set-buffer-multibyte.
2557
2558         * wl-message.el (wl-original-message-mode): Ditto.
2559
2560         * wl-score.el (wl-score-insert-header): Ditto.
2561
2562         * wl-summary.el
2563         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2564         (wl-summary-goto-folder-subr): Ditto.
2565         (wl-summary-insert-headers): Ditto.
2566
2567         * wl-util.el (wl-set-string-width): Ditto.
2568
2569         * Version number is increased to 2.11.29.
2570
2571 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2572
2573         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2574         (wl-highlight-summary-line-help-echo-alist): New variable.
2575         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2576         into `wl-highlight-summary-line-help-echo' and
2577         `wl-highlight-flag-folder-help-echo'.
2578         (wl-highlight-summary-line-string): Change accordingly.
2579         (wl-highlight-summary-current-line): Ditto.
2580
2581 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2582
2583         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2584         at the beginning of field body (Thanks to Markus Knittig).
2585
2586         * wl-draft.el (wl-draft-insert-current-message): Also check
2587         summary buffer, remove unnecessary tag.
2588
2589 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2590
2591         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2592         when wl-message-buffer is nil.
2593
2594         * wl-folder.el (wl-folder): Abolish unused argument.
2595         Call wl-folder-init when wl-folder-entity is nil.
2596         * wl.el (wl): Change accordingly.
2597
2598 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2601         multibyte string before insert into draft buffer.
2602         (wl-draft-create-buffer): Always enable multibyte characters for
2603         draft buffer.
2604
2605         * Version number is increased to 2.11.28.
2606
2607 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2608
2609         * wl-folder.el (wl-folder-open-close): Handle blank line.
2610         (wl-folder-jump-to-current-entity): Ditto.
2611
2612 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * Version number is increased to 2.11.27.
2615
2616 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2617
2618         * wl-thread.el (wl-thread-insert-message): When the thread is
2619         devided by wl-summary-max-thread-depth, insert line at the end of
2620         buffer.
2621
2622 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * Version number is increased to 2.11.26.
2625
2626 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2629
2630 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2633         value of stream-type and session.
2634
2635 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * Version number is increased to 2.11.25.
2638
2639 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2640
2641         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2642         in a quit message.
2643
2644 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2647         (wl-summary-redisplay-no-mime-internal): Ditto.
2648
2649 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2650
2651         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2652         * wl-vars.el (wl-smtp-connection-type): Ditto.
2653
2654 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2655
2656         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2657         for the separator line and quote mail-header-separator.
2658
2659 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2662         result message.
2663
2664         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2665         `elmo-multiple-fields-body-list' with boundary as
2666         mail-header-separator.
2667
2668 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2669
2670         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2671
2672 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-util.el (wl-list-diff): Remove unused function.
2675
2676         * wl-draft.el (wl-draft-send-confirm): Discard input before
2677         confirmation.
2678
2679 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2680
2681         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2682         order of flag and new.
2683
2684 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl-vars.el (wl-refile-policy-alist): Abolished.
2687
2688         * wl-action.el (wl-summary-set-action-refile): Follow the change
2689         above.
2690
2691 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * wl-highlight.el (wl-highlight-signature-search): Don't use
2694         re-search-backward for a long word since it is possible to crash
2695         XEmacs because of a bug.
2696
2697 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2698
2699         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2700
2701 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2704         argument for wl-summary-sync-force-update.
2705
2706 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-summary.el (wl-summary-mode-map): Revival of
2709         wl-summary-mark-as-important related bindings;
2710         Bind 'F','tF','mF','rF','m&'.
2711         (wl-summary-mark-as-important-region): Revival.
2712         (wl-summary-target-mark-mark-as-important): Ditto.
2713         (wl-summary-target-mark-operation): New function.
2714         (wl-summary-target-mark-mark-as-answered): Use it.
2715         (wl-summary-decide-flag): Don't set Important as default.
2716         (wl-summary-mark-as-important-internal): Revival.
2717         (wl-summary-mark-as-important): Ditto.
2718
2719         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2720
2721         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2722         instead of facep.
2723
2724 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-dnd.el (wl-dnd-drop-func): Fix.
2727
2728         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2729         mouse-set-point instead of posn-point.
2730
2731         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2732
2733         * wl-mule.el (wl-completing-read-multiple): Ditto.
2734
2735 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * wl-demo.el (face-background-name): Defalias to avoid compile
2738         warning.
2739
2740 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2741
2742         * wl-summary.el (wl-summary-decide-flag): Use
2743         wl-completing-read-multiple instead of completing-read-multiple.
2744
2745         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2746         New alias.
2747
2748         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2749         Use face-background-name instead of face-background.
2750
2751         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2752
2753         * wl-summary.el (wl-summary-save): Use it.
2754         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2755
2756         * wl-mime.el (wl-mime-save-content): Fix last change.
2757
2758 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2759
2760         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2761         New function.
2762         (wl-summary-sort-specs): Added sort.
2763         * wl-mime.el (wl-mime-save-content): Expand file name.
2764
2765 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2768
2769         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2770
2771 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2774         for flag if it is not defined.
2775
2776 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2777
2778         * wl-e21.el (wl-highlight-folder-current-line): Use
2779         elmo-folder-type-internal when elmo-folder-type returns nil.
2780
2781         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2782
2783         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2784
2785         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2786
2787         * wl-e21.el (wl-summary-toolbar): Ditto.
2788
2789         * wl-vars.el (wl-demo-background-color): Abolished.
2790         (wl-summary-persistent-mark-priority-list): Renamed from
2791         wl-summary-flag-priority-list.
2792         (wl-summary-flag-alist): New user option.
2793         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2794         (wl-message-mode-line-format-spec-alist): Added 'F'.
2795         (wl-message-mode-line-format): Likewise.
2796         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2797         instead of wl-summary-important-mark.
2798         (wl-file-folder-icon): New variable.
2799
2800         * wl-thread.el (wl-thread-set-flags): Renamed from
2801         wl-thread-mark-as-important.
2802
2803         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2804         warning.
2805         (wl-summary-mode-menu-spec): Follow the change of 
2806         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2807         (wl-summary-mode-map): Follow the change of
2808         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2809         (wl-summary-detect-mark-position): Follow the variable name change.
2810         (wl-summary-set-flags-region): New function for the replacement of
2811         wl-summary-mark-as-important-region.
2812         (wl-summary-sync-marks): Sync all global-flags.
2813         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2814         instead of elmo-message-flagged-p.
2815         (wl-summary-persistent-mark-string): Follow the variable name change;
2816         Put wl-summary-flag-mark if the message has global-flag.
2817         (wl-summary-target-mark-set-flags): Renamed from 
2818         wl-summary-target-mark-mark-as-important.
2819         (wl-summary-decide-flag): New function.
2820         (wl-summary-set-flags-internal): Renamed from
2821         wl-summary-mark-as-important-internal.
2822         (wl-summary-add-flags-internal): New function.
2823         (wl-summary-remove-flags-internal): Ditto.
2824         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2825         (wl-summary-mark-as-unimportant): Abolish.
2826         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2827         (wl-summary-next-message): List flagged messages in the msgdb.
2828
2829         * wl-score.el (wl-summary-score-update-all-lines): Use
2830         wl-summary-add-flags-internal instead of 
2831
2832         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2833
2834         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2835         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2836         (wl-message-buffer-require-all-header): Renamed from
2837         wl-message-buffer-all-header-flag (Ditto).
2838         (wl-message-buffer-flag-indicator): New variable.
2839         (wl-message-redisplay): Changed local varibale name from `flag' to
2840         `display-type'; Set up wl-message-buffer-flag-indicator.
2841         (wl-message-buffer-display): Changed varibale name from `flag' to
2842         `display-type'.
2843         (wl-message-display-internal): Likewise.
2844
2845         * wl-highlight.el (wl-highlight-demo-face): Define default background
2846         color.
2847         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2848
2849         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2850
2851         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2852         (wl-demo-setup-properties): Renamed from
2853         `wl-demo-set-background-color'.
2854         (wl-demo): Follow the change above.
2855         
2856         * Version number is increased to 2.11.24.
2857
2858 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2859
2860         * wl-summary.el (wl-summary-toggle-thread): Call
2861         `wl-summary-rescan' with disable-thread as non-nil.
2862         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2863
2864 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2865
2866         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2867         foreground property of the face.
2868         (wl-demo-insert-text): Don't set up face property here.
2869         (wl-demo): Call wl-demo-set-background-color, anyway.
2870
2871 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2872
2873         * wl-vars.el (wl-demo-background-color): The value can be nil.
2874
2875 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2876
2877         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2878         to wl-summary-wheel-dispatcher.
2879
2880         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2881         wl-message-wheel-dispatcher.
2882         (wl-message-wheel-dispatcher): New function.
2883         (wl-summary-wheel-dispatcher): Ditto.
2884
2885 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-action.el (wl-summary-target-mark-all): List messages which are
2888         not in the killed-list.
2889
2890         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2891         only when the folder is 'flag/important.
2892
2893         * wl-address.el (wl-complete-field-body): Complete if the last
2894         character is a space.
2895
2896 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-folder.el (wl-folder-clear-entity-info): Use
2899         elmo-clear-hash-val.
2900
2901         * wl-fldmgr.el (wl-fldmgr-rename): Set
2902         wl-folder-info-alist-modified as t.
2903
2904 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2905
2906         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2907
2908 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2909
2910         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2911         (wl-folder-buffer-last-visited-entity-id): New buffer local
2912         variable.
2913         (wl-folder-revisit-last-visited-folder): New function.
2914         (wl-folder-mode-map): Bind it to "C-i".
2915         (wl-folder-set-current-entity-id): Set last visited folder.
2916         * wl-summary.el (wl-summary-exit): Ditto.
2917
2918 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2921         before calling `recenter' in order to cope with an XEmacs bug.
2922
2923 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2924
2925         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2926         to the default value.
2927
2928 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2929
2930         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2931         change.
2932         (wl-summary-sync-marks): Ditto.
2933         (wl-summary-mark-as-read-internal): Ditto.
2934         (wl-summary-mark-as-answered-internal): Ditto.
2935         (wl-summary-mark-as-important-internal): Ditto.
2936         (wl-summary-reply): Ditto.
2937
2938         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2939         instead of `elmo-folder-unflag-answered'.
2940
2941         * Version number is increased to 2.11.23.
2942
2943         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2944         the last change.
2945
2946 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2947
2948         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2949         Specify "spam" or "good".
2950
2951 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2952
2953         * wl-spam.el (wl-summary-exec-action-spam): Call
2954         wl-folder-confirm-existence for spam folder.
2955         (wl-spam-setup): Bind "mk".
2956
2957 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2958
2959         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2960
2961 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2962
2963         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2964         destination folder is empty.
2965
2966 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2967
2968         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2969         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2970
2971         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2972         (wl-summary-refile-prev-destination-region): New function.
2973         (wl-thread-refile-prev-destination): Ditto.
2974         (wl-summary-target-mark-refile-prev-destination): Ditto.
2975
2976 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2977
2978         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2979         (wl-demo-background-color): Changed default value.
2980
2981         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2982         color.
2983
2984         * wl-demo.el (wl-demo-set-background-color): New function.
2985         (wl-demo): Call it.
2986
2987 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2988
2989         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2990         * wl-address.el (wl-address-add-or-change): Don't add empty
2991         address.
2992
2993 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2994
2995         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2996
2997 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2998
2999         * wl-vars.el (wl-demo-image-filter-alist): New variable
3000         (wl-demo-background-color): Ditto.
3001
3002         * wl-demo.el (wl-demo-xpm-set-background): New function.
3003         (wl-demo-image-filter): Ditto.
3004         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3005
3006         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3007
3008         * wl-demo.el (wl-demo-icon-name): Define as function.
3009         (wl-demo-insert-image): Use it.
3010
3011 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3012
3013         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3014
3015 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3016
3017         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3018
3019 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3020
3021         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3022
3023 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3024
3025         * wl-thread.el (wl-thread-mark-as-answered): New function.
3026
3027         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3028         answered" entry.
3029         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3030         "r&" and wl-thread-mark-as-answered to "t&".
3031         (wl-summary-mark-as-important-region): Refine to toggle mark.
3032         (wl-summary-mark-as-answered-region): New function.
3033         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3034         and 3rd argument.
3035         (wl-summary-mark-as-important-internal): Likewise.
3036
3037 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-template.el (wl-template-preview): New internal variable.
3040         (wl-template-preview-p): New function.
3041         (wl-template-show): Bind `wl-template-preview' as t.
3042
3043 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3046         `elmo-message-entity-field' with 3rd argument which is non-nil.
3047
3048 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3049
3050         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3051         Removed duplicate local bind `folder'.
3052
3053 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3056
3057 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3060         duplicate definition.
3061
3062 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3063
3064         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3065         non-nil, use it; Don't fetch message if there's no message in the
3066         current cursor position.
3067
3068 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3069
3070         * wl-util.el (wl-region-exists-p): Use region-active-p.
3071         (wl-deactivate-region): New function.
3072         * wl-message.el (wl-message-redisplay): Deactivate region.
3073
3074         * wl-summary.el (wl-summary-reply): Call
3075         `wl-summary-set-message-buffer-or-redisplay' instead of
3076         `wl-summary-redisplay-internal', don't move point.
3077
3078 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3081         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3082         by regexp.
3083
3084 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3087         if no need.
3088
3089 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3092         default value to nil.
3093         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3094         `wl-summary-prepare-hook'; Replace refile action to
3095         `wl-summary-exec-action-refile-with-register'.
3096
3097         * Version number is increased to 2.11.22.
3098
3099 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3100
3101         * wl-summary.el (wl-summary-detect-mark-position): Set
3102         `wl-summary-buffer-weekday-name-lang'.
3103
3104 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3105
3106         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3107         (wl-summary-mark-as-read-all): Ditto.
3108         (wl-summary-delete-messages-on-buffer): Ditto.
3109         (wl-summary-sync-update): Ditto.
3110         (wl-summary-mark-as-read-internal): Ditto.
3111         (wl-summary-mark-as-answered-internal): Ditto.
3112         (wl-summary-update-folder-info): Abolished.
3113
3114 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3115
3116         * wl-summary.el (wl-summary-mark-as-read-all): Use
3117         `wl-summary-update-folder-info' instead of
3118         `wl-folder-update-unread'.
3119
3120 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3121
3122         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3123         `wl-summary-folder-info-update'.
3124         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3125         instead of `wl-summary-folder-info-update'.
3126         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3127         `wl-folder-set-folder-updated'.
3128         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3129         instead of `wl-folder-update-unread'.
3130         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3131         the value of `wl-summary-buffer-unread-count' for the second parameter of
3132         `wl-folder-update-unread'.
3133
3134         * Version number is increased to 2.11.21.
3135
3136 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3137
3138         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3139         a local variable.
3140
3141 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3144         interactively.
3145
3146         * wl-summary.el (wl-summary-mark-as-important-internal): New
3147         internal function.
3148         (wl-summary-mark-as-important): Use it.
3149         (wl-summary-mark-as-unimportant): New function.
3150         (wl-summary-sync-marks): Follow the API change.
3151
3152         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3153
3154         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3155
3156 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3157
3158         * wl-folder.el (wl-folder-update-unread): Re-indent.
3159         Narrow the scope of a local variable.
3160
3161 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3164         (wl-addrmgr-merge-entries): Ditto.
3165         (wl-addrmgr): Added to address entry which exists in draft buffer
3166         if no entry is in original.
3167
3168 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-batch.el: New file.
3171
3172 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3173
3174         * wl-vars.el (wl-use-semi): Remove unused variable.
3175
3176 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3179         "?".
3180
3181 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3184         wl-summary-new-mark.
3185         (wl-summary-new-cached-mark): New user option.
3186         (wl-summary-score-marks): Follow the change above.
3187         (wl-summary-auto-refile-skip-marks): Ditto.
3188         (wl-summary-incorporate-marks): Ditto.
3189         (wl-summary-expire-reserve-marks): Ditto.
3190
3191         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3192
3193         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3194         (wl-summary-persistent-mark-string): Distinguished between cached
3195         and uncached mark when the message is new.
3196
3197 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3198
3199         * wl-spam.el (wl-spam-domain): Renamed from
3200         `wl-spam-folder-guess-domain'.
3201         (wl-summary-exec-action-spam): Register as spam if domain of the
3202         source folder is good.
3203         (wl-summary-exec-action-refile-with-register): Register message if
3204         domain of the source folder is not undecided.
3205
3206 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3207
3208         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3209         detect thread loop.
3210
3211 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3212
3213         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3214         and wl-summary-skip-mark-list.
3215
3216 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3219
3220         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3221
3222         * wl-spam.el (toplevel): Require wl-highlight.
3223         (wl-spam-auto-check-policy-alist): Abolish.
3224         (wl-spam-auto-check-folder-regexp-list): New user option.
3225         (wl-spam-auto-check-marks): Ditto.
3226         (wl-spam-mark-action-list): Ditto.
3227         (wl-highlight-summary-spam-face): New face.
3228         (wl-spam-auto-check-message-p): New function.
3229         (wl-spam-map-spam-messages): Fixed message.
3230         (wl-spam-register-spam-messages): Ditto.
3231         (wl-spam-register-good-messages): Ditto.
3232         (wl-summary-spam-map): Add and remove keybind.
3233         (wl-summary-target-mark-spam): Abolish.
3234         (wl-summary-refile-spam): Ditto.
3235         (wl-summary-test-spam): New function.
3236         (wl-summary-mark-spam): Ditto.
3237         (wl-summary-auto-check-spam): Follow the above change.
3238         (wl-summary-exec-action-spam): New function.
3239         (wl-summary-exec-action-refile-with-register): Fixed message.
3240         (wl-message-check-spam): New function.
3241         (wl-spam-setup): Ditto.
3242         (toplevel): Call it if this file is loaded interactivity.
3243
3244         * Version number is increased to 2.11.20.
3245
3246 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3247
3248         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3249         when new optional argument `force' is non nil or modified.
3250
3251 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3252
3253         * wl.el (toplevel): Require wl-spam when compile.
3254         (wl-save-status): Call wl-spam-save-status.
3255
3256         * wl-spam.el (wl-spam-register-spam-messages): New function.
3257         (wl-spam-register-good-messages): Ditto.
3258         (wl-spam-save-status): Ditto.
3259         (wl-summary-mode-map): Bind
3260         wl-summary-target-mark-register-as-spam to "ms" and
3261         wl-summary-target-mark-register-as-good to "mn".
3262         (wl-summary-register-as-spam): Abolish optional argument; Use
3263         wl-spam-register-spam-messages.
3264         (wl-summary-register-as-spam-all): Use
3265         wl-spam-register-spam-messages.
3266         (wl-summary-register-as-good): Abolish optional argument; Use
3267         wl-spam-register-good-messages.
3268         (wl-summary-register-as-good-all): Use
3269         wl-spam-register-good-messages.
3270         (wl-summary-target-mark-register-as-spam): New funtion.
3271         (wl-summary-target-mark-register-as-good): Ditto.
3272
3273 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3274
3275         * wl-spam.el: New file.
3276
3277 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3278
3279         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3280
3281         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3282         (wl-summary-auto-refile): Call wl-refile-guess with
3283         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3284
3285 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3286
3287         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3288         with disable-thread argument non-nil.
3289
3290 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-summary.el (wl-summary-rescan): Added optional argument
3293         disable-thread.
3294         (wl-summary-sync): Call wl-summary-rescan with argument
3295         disable-thread.
3296         (wl-summary-input-range): Added new range `rescan-thread'.
3297
3298 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3299
3300         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3301
3302 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3303
3304         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3305         internal variable.
3306         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3307         wl-summary-search-parent-by-subject-regexp and
3308         wl-summary-divide-thread-when-subject-changed as nil.
3309         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3310         (wl-summary-insert-thread): Search parent entity from
3311         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3312         thread loop.
3313
3314 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3315
3316         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3317
3318         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3319
3320         * wl-util.el (wl-require-update-all-folder-p): New function.
3321         (wl-get-assoc-list-value): Added `function' to match directive.
3322         (wl-collect-draft): Rewrite.
3323
3324         * wl-summary.el (wl-summary-sync-update): Clear faces
3325         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3326         are non-nil.
3327         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3328         argument as function.
3329         (wl-summary-input-range): Ditto.
3330
3331         * wl-folder.el (wl-draft-get-folder): New function.
3332         (wl-folder-get-elmo-folder): Consider draft folder.
3333
3334         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3335         (wl-draft-buffer-message-number): New buffer local variable.
3336         (wl-draft-folder-internal): New internal variable.
3337         (wl-draft-delete): Rewrite.
3338         (wl-draft-save): Ditto.
3339         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3340         wl-folder-get-elmo-folder.
3341         (wl-draft-config-info-operation): Ditto.
3342         (wl-jump-to-draft-folder): Ditto.
3343         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3344         (wl-draft-reedit): Rewrite.
3345
3346         * Version number is increased to 2.11.19.
3347         
3348 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3349
3350         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3351         variable.
3352
3353 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3354
3355         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3356         Use ignore-errors instead of unwind-protect.
3357
3358 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3359
3360         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3361         for updating `wl-thread-entity-list'.
3362
3363 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3364
3365         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3366         parameter from calling `wl-thread-entity-get-older-brothers' and
3367         `wl-thread-entity-get-younger-brothers'.
3368         Replace nested `append' with a single one.
3369
3370 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3371
3372         * wl-summary.el (wl-summary-mode): Don't use the return value of
3373         `make-local-hook'.
3374
3375 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3376
3377         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3378         instead of `let*'.
3379         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3380         of local variables.
3381
3382 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383
3384         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3385         Renamed from wl-summary-window-scroll-functions.
3386         (wl-summary-window-scroll-functions): Don't set to variable.
3387         (wl-summary-display-top): Use run-hooks.
3388         (wl-summary-display-bottom): Ditto.
3389         (wl-summary-toggle-disp-msg): Ditto.
3390         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3391         Use it instead of wl-summary-window-scroll-functions.
3392         (wl-summary-goto-folder-subr): Don't call
3393         wl-summary-window-scroll-functions, use
3394         wl-summary-buffer-window-scroll-functions instead.
3395
3396 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3397
3398         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3399         make-local-variable.
3400
3401 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3402
3403         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3404         set-buffer-modified-p.
3405         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3406         (wl-summary-display-bottom): Ditto.
3407         (wl-summary-toggle-disp-msg): Ditto.
3408
3409 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3410
3411         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3412
3413         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3414         (wl-summary-forward): Use elmo-message-entity-field instead of
3415         elmo-message-field.
3416
3417         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3418
3419 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3420
3421         * wl-summary.el (wl-summary-window-scroll-functions): No use
3422         `append'.
3423
3424 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3425
3426         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3427         function.
3428         (wl-summary-window-scroll-functions): Call it when both
3429         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3430         (wl-summary-temp-mark): Added optional argument number.
3431         (wl-summary-message-mark): Added optional argument flag.
3432         (wl-summary-persistent-mark): Added optional argument number and flag.
3433         (wl-summary-update-persistent-mark): Ditto.
3434         (wl-summary-update-status-marks): Set "r" for interactive spec.
3435
3436         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3437         argument number and flag.
3438
3439         * wl-action.el (wl-summary-registered-temp-mark): 
3440         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3441
3442 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3443
3444         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3445         internal variable (buffer local).
3446         (wl-summary-window-scroll-functions): New function.
3447         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3448         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3449         as nil.
3450         (wl-summary-update-status-marks): Added arguments beg, end and
3451         check.
3452         (wl-summary-update-mark-window): Use function.
3453         (wl-summary-sync-update): Follow the change above.
3454         (wl-summary-switch-to-clone-buffer): Copy
3455         wl-summary-buffer-unsync-mark-number-list.
3456         (wl-summary-goto-folder-subr): Set
3457         wl-summary-buffer-unsync-mark-number-list and
3458         use wl-summary-window-scroll-functions instead of
3459         wl-summary-lazy-highlight.
3460
3461         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3462
3463 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3466
3467         * wl-summary.el (wl-summary-update-persistent-mark): Call
3468         wl-summary-set-message-modified.
3469
3470         * wl-summary.el (wl-summary-sync-update): Don't call
3471         wl-summary-update-status-marks.
3472
3473         * Version number is increased to 2.11.18.
3474
3475 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3478         (wl-message-next-page): Ditto.
3479
3480 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3481
3482         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3483         local variable.  Change the order of a collected list into the
3484         same as the specified range.  Remove nil from a collected list.
3485
3486 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3487
3488         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3489         argument for elmo-folder-list-messages.
3490
3491 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3492
3493         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3494         change (wl-summary-count-unreads return a list instead of a cons
3495         cell).
3496
3497 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3498
3499         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3500         `wl-summary-folder-info-update'.
3501
3502 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3503
3504         * wl-summary.el (wl-summary-set-message-modified): No use
3505         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3506         (wl-summary-set-mark-modified): Abolish.
3507         (wl-summary-mark-modified-p): Ditto.
3508         (wl-summary-save-view): Follow the change above.
3509
3510         * wl-expire.el (wl-summary-expire): Likewise.
3511
3512 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3513
3514         * wl-summary.el (wl-summary-detect-mark-position): Use
3515         modb-entity-handler.
3516         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3517
3518         * Version number is increased to 2.11.17.
3519
3520 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3523         entity field value.
3524         (wl-summary-prefetch-msg): Ditto.
3525         (wl-summary-print-message-with-ps-print): Ditto.
3526
3527 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3530         for dummy entity.
3531         (wl-summary-insert-thread): Use elmo-message-entity-field.
3532         (wl-summary-update-thread): Use elmo-message-entity-field and
3533         elmo-message-entity-number.
3534         (wl-summary-line-number):  Use elmo-message-entity-number.
3535         (wl-summary-line-size): Use elmo-message-entity-field.
3536         (wl-summary-line-subject): Ditto.
3537         (wl-summary-line-from): Ditto.
3538         (wl-summary-line-attached): Ditto.
3539         (wl-summary-create-line): Ditto.
3540         (wl-summary-create-line): Use elmo-message-entity-number.
3541         (wl-summary-print-message-with-ps-print): Use
3542         elmo-message-entity-field.
3543
3544 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3545
3546         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3547         change in elmo-msgdb-make-message-entity.
3548         (wl-summary-buffer-set-folder): Don't call
3549         wl-summary-detect-mark-position here.
3550         (wl-summary-rescan): Call elmo-message-entity-number.
3551         (wl-summary-sync-update): Ditto.
3552         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3553
3554         * wl-score.el (wl-score-header-index): Redefine 2th element.
3555         (wl-score-overview-entity-get-extra): Abolish.
3556         (wl-score-ov-entity-get): Rewrite.
3557         (wl-score-string-index<, wl-score-string-func<): Abolish.
3558         (wl-score-string<): New function.
3559         (wl-score-string-sort): Use it.
3560
3561         * wl-refile.el (wl-refile-guess-by-history): Use
3562         elmo-message-entity-field.
3563         (wl-refile-guess-by-from): Ditto.
3564         (wl-refile-guess-by-msgid): Ditto.
3565
3566         * Version number is increased to 2.11.16.
3567
3568 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3569
3570         * wl-folder.el (wl-folder-confirm-existence): Don't call
3571         file-exists-p if msgdb-path is nil.
3572         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3573         `wl-read-folder-hist' to `wl-read-folder-history'.
3574
3575 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3576
3577         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3578         `y-or-n-p'.
3579
3580 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3581
3582         * wl-score.el (wl-score-headers): Don't use
3583         elmo-folder-do-each-message-entity.
3584
3585         * Version number is increased to 2.11.15.
3586
3587 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-summary.el (wl-summary-delete-all-msgs): Use
3590         elmo-folder-move-messages instead of elmo-folder-delete-messages
3591         and elmo-folder-detach-messages.
3592         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3593
3594         * wl-expire.el (wl-expire-delete): Ditto.
3595         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3596
3597 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3600         (wl-message-header-narrowing-fields): Ditto.
3601         (wl-message-header-narrowing-lines): Ditto.
3602         (wl-message-header-narrowing-string): Ditto.
3603
3604         * wl-summary.el (wl-summary-mode-map): Bind
3605         wl-summary-toggle-header-narrowing to "C-cC-f".
3606         (wl-summary-toggle-header-narrowing): New function.
3607
3608         * wl-message.el (wl-message-buffer-create): Call
3609         wl-message-header-narrowing-setup.
3610         (wl-message-redisplay): Call wl-message-header-narrowing.
3611         (wl-message-header-narrowing): New function.
3612         (wl-message-header-narrowing-map): New keymap.
3613         (wl-message-header-narrowing-widen-map): New keymap.
3614         (wl-message-header-narrowing-again-at-mouse): New function.
3615         (wl-message-header-narrowing-1): Ditto.
3616         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3617         (wl-message-header-narrowing-setup): Ditto.
3618         (wl-message-header-narrowing-toggle): Ditto.
3619         
3620         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3621
3622         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3623         'flag as all.
3624         (wl-use-flag-folder-help-echo): New user option.
3625
3626         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3627         wl-summary-highlight as nil.
3628         (wl-summary-set-mark-modified): Follow the API change.
3629         (wl-summary-mark-modified-p): Ditto.
3630         (wl-summary-mark-as-read-all): Ditto.
3631         (wl-summary-sync-marks): Don't call
3632         elmo-folder-list-messages-with-global-mark.
3633         (wl-summary-mark-as-read-internal): Follow the API change.
3634         (wl-summary-mark-as-answered-internal): Ditto.
3635         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3636         Follow the API change.
3637         (wl-summary-create-line): Call with number argument.
3638         (wl-summary-reply): Follow the API change.
3639
3640         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3641         function.
3642         (wl-highlight-summary-line-string): Call it when
3643         wl-use-flag-folder-help-echo is non-nil.
3644         (wl-highlight-summary-current-line): Ditto.
3645         (elmo-flag-folder-referrer): Added autoload setting.
3646
3647         * wl-draft.el (wl-draft-kill): Follow the API change.
3648
3649         * Version number is increased to 2.11.14.
3650         
3651 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3652
3653         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3654
3655 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3656
3657         * Version number is increased to 2.11.13.
3658
3659 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3660
3661         * wl-draft.el (wl-draft-previous-history-element): Fixed
3662         unbalanced parenthesis and bind unbound local variables.
3663
3664 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3665
3666         * wl-draft.el (wl-draft-previous-history-element): New function.
3667         (wl-draft-next-history-element): Ditto.
3668         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3669         them to M-p and M-n.
3670
3671 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3672
3673         * Version number is increased to 2.11.12.
3674
3675 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3676
3677         * wl-draft.el (wl-draft-hide): Select buffer-window.
3678
3679 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3680
3681         * wl-summary.el (wl-summary-narrow-to-region): New function.
3682         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3683         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3684         (wl-summary-save-region): Use it.
3685         * wl-action.el (wl-summary-collect-numbers-region)
3686         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3687
3688 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3689
3690         * wl-folder.el (wl-folder-count-incorporates): Don't use
3691         `elmo-msgdb-mark-load'
3692
3693         * Version number is increased to 2.11.11.
3694
3695 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3696
3697         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3698         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3699
3700 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3701
3702         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3703
3704 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3705
3706         * Version number is increased to 2.11.10.
3707
3708 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3709
3710         * wl-mime.el (wl-draft-attribute-value): Fixed.
3711
3712 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3713
3714         * wl-util.el (wl-copy-local-variables): New function.
3715
3716         * wl-mime.el (wl-draft-attribute-recipients): New function.
3717         (wl-draft-attribute-envelope-from): Ditto.
3718         (wl-draft-attribute-smtp-posting-server): Ditto.
3719         (wl-draft-attribute-smtp-posting-port): Ditto.
3720         (wl-draft-attribute-value): Ditto.
3721         (wl-draft-preview-message): Use it to get value for
3722         attributes. Reflect result of `wl-draft-config'.
3723
3724         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3725         and call `wl-summary-mark-as-read' before to call
3726         `wl-summary-unset-mark'.
3727         (wl-summary-target-mark-mark-as-unread): Likewise.
3728         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3729
3730 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-mime.el (wl-draft-preview-message): Use actual value for
3733         attributes; Fix for small window.
3734
3735 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3736
3737         * wl-refile.el (wl-refile-get-field-value): Call
3738         `elmo-message-entity-field' with 3rd argument is non-nil.
3739
3740 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-vars.el (wl-draft-preview-attributes): New user option.
3743         (wl-draft-preview-attributes-list): Ditto.
3744         (wl-draft-preview-attributes-buffer-lines): Ditto.
3745         (wl-draft-preview-attributes-buffer-name): Ditto.
3746
3747         * wl-mime.el (wl-draft-preview-message): Display attributes.
3748
3749 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3750
3751         * wl-summary.el (wl-summary-detect-mark-position): Bind
3752         wl-summary-flag-priority-list to '(new).
3753
3754 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3755
3756         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3757         funtion.
3758         (wl-highlight-summary-line-string): Use it.
3759         (wl-highlight-summary-current-line): Ditto.
3760
3761 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3764         line even when the mark string is not changed.
3765
3766         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3767         argument change in the wl-summary-create-line.
3768         (wl-thread-insert-entity-sub): Ditto.
3769
3770         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3771         argument change in the wl-summary-create-line.
3772         (wl-summary-insert-sequential): Ditto.
3773         (wl-summary-update-thread): Ditto.
3774         (wl-summary-persistent-mark-string): New inline function.
3775         (wl-summary-message-mark): Use it.
3776         (wl-summary-create-line): Abolish argument wl-persistent-mark
3777         and added wl-flags, wl-cached.
3778
3779         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3780         mark to flags.
3781         (wl-highlight-summary-current-line): Decide the face not by the 
3782         persistent mark but flags.
3783
3784 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3785
3786         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3787         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3788         wl-summary-read-uncached-mark): Revive.
3789         (wl-summary-answered-cached-mark,
3790         wl-summary-answered-uncached-mark): New user option.
3791         (wl-summary-score-marks): Follow the change above.
3792         (wl-summary-auto-refile-skip-marks): Ditto.
3793         (wl-summary-incorporate-marks): Ditto.
3794         (wl-summary-expire-reserve-marks): Ditto.
3795         (wl-summary-flag-priority-list): New user option.
3796
3797         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3798         changes.
3799         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3800         of elmo-message-mark.
3801         (wl-summary-mark-as-read-internal): Ditto.
3802         (wl-summary-mark-as-answered): Ditto.
3803         (wl-summary-mark-as-important): Ditto.
3804         (wl-summary-redisplay-internal): Ditto.
3805         (wl-summary-redisplay-no-mime-internal): Ditto.
3806         (wl-summary-message-mark): New function.
3807         (wl-summary-insert-sequential): Use wl-summary-message-mark
3808         instead of elmo-message-mark.
3809         (wl-summary-update-thread): Ditto.
3810         (wl-summary-persistent-mark): Ditto.
3811         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3812         instead of elmo-message-mark.
3813
3814         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3815         wl-summary-message-mark instead of elmo-message-mark.
3816         (wl-thread-insert-entity-sub): Ditto.
3817         (wl-thread-get-children-msgs-uncached): Ditto.
3818
3819         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3820         variable name changes.
3821         (wl-highlight-summary-current-line): Ditto.
3822
3823         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3824         wl-summary-message-mark instead of elmo-message-mark.
3825
3826         * wl-expire.el (wl-expire-message-p): Ditto.
3827
3828         * wl-score.el (wl-score-headers): Ditto.
3829
3830         * Version number is increased to 2.11.9.
3831
3832         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3833         (wl-summary-sync-update): Follow the change above.
3834         (wl-summary-switch-to-clone-buffer): Ditto.
3835         (wl-summary-open-folder): Ditto.
3836
3837 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3838
3839         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3840         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3841
3842         * Version number is increased to 2.11.8.
3843
3844         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3845
3846         * wl-expire.el (wl-expire-refile): Follow the API change on
3847         `elmo-folder-move-messages'.
3848         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3849
3850         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3851         (wl-summary-exec-action-refile): Ditto.
3852         (wl-summary-exec-action-copy): Ditto.
3853         (wl-summary-no-auto-refile-message-p): No use
3854         `wl-summary-buffer-msgdb'.
3855         (wl-summary-auto-refile): Ditto.
3856
3857 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3858
3859         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3860
3861 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3862
3863         * wl-summary.el (wl-summary-sync): Treat no-sync.
3864
3865         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3866         (wl-default-sync-range): Ditto.
3867
3868 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3869
3870         * wl-refile.el (wl-refile-subject-learn): Call
3871         `elmo-message-entity-field' with 3rd argument is non-nil.
3872         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3873         instead of `elmo-msgdb-overview-entity-get-subject'.
3874
3875 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3876
3877         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3878         scan-type is rescan.
3879         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3880         new optional argument force is non-nil.
3881         (wl-summary-save-view-cache): Call it with force argument non-nil.
3882
3883         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3884
3885 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3886
3887         * wl-action.el (wl-summary-print-argument): Fixed last change.
3888
3889 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3890
3891         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3892         simplified.
3893         (wl-summary-target-mark-mark-as-unread): Likewise.
3894         (wl-summary-target-mark-mark-as-important): Likewise.
3895
3896 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3897
3898         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3899         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3900         (wl-summary-mark-as-important-region): Change accordingly.
3901         (wl-summary-target-mark-mark-as-important): Ditto.
3902
3903 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3904
3905         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3906
3907         * wl-action.el (wl-summary-print-argument): Print argument to
3908         right side of window if `wl-summary-print-argument-within-window'
3909         is non-nil.
3910
3911 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-action.el (wl-summary-set-mark): Use
3914         `wl-summary-message-visible-p' to check visibility of the message
3915         and jump to message only when the message line is visible and have
3916         different number; Call wl-summary-unset-mark with number argument.
3917         (wl-summary-unset-mark): 
3918         Use `wl-summary-message-visible-p'
3919         to check visibility of the message and jump to message only when
3920         the message line is visible and have different number;
3921
3922 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3923
3924         * Version number is increased to 2.11.7.
3925
3926         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3927         and wl-folder-summary-line-format.
3928
3929         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3930         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3931         (wl-summary-set-score-mark): Use it.
3932         (wl-summary-target-mark-mark-as-read): Ditto.
3933         (wl-summary-target-mark-mark-as-unread): Ditto.
3934         (wl-summary-target-mark-mark-as-important): Ditto.
3935         (wl-summary-target-mark-msgs): Simplified.
3936         (wl-summary-detect-mark-position): Fixed problem when
3937         summary-line-format no contain persisten/temp mark spec.
3938         (wl-summary-temp-mark): Ditto.
3939         (wl-summary-persistent-mark): Ditto.
3940         (wl-summary-update-persistent-mark): Ditto.
3941
3942         * wl-action.el (wl-summary-set-mark): Ditto.
3943         (wl-summary-unset-mark): Ditto.
3944         All other related portions are changed.
3945
3946 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * Version number is increased to 2.11.6.
3949
3950 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-util.el (wl-current-message-buffer): Define as function;
3953         Don't use the value of wl-messge-buffer.
3954
3955         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3956         persistent mark.
3957
3958         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3959         no current message, cause an error.
3960
3961 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3962
3963         * wl-summary.el (wl-summary-set-message-modified): Use
3964         elmo-folder-set-message-modified instead of
3965         elmo-folder-set-message-modified-internal.
3966
3967 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3970         interactively.
3971         (wl-summary-sync): nokill->entirely.
3972         (wl-summary-sync-marks): Fixed message.
3973         (wl-summary-input-range): Added mark, nokill->entirely.
3974
3975         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3976         messages as read.
3977
3978 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3981         update-noscore.
3982         (wl-summary-sync): Follow the change above.
3983
3984 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3985
3986         * wl-action.el (wl-summary-target-mark-all): Use
3987         elmo-folder-list-messages.
3988
3989 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3990
3991         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3992         (wl-summary-rescan): Set wl-summary-scored as nil.
3993         (wl-summary-sync-force-update): Follow the change above.
3994         (wl-summary-sync): Ditto.
3995         (wl-summary-sync-update): Added argument disable-killed.
3996         (wl-summary-insert-headers): Set visible-only argument for
3997         elmo-folder-list-messages.
3998         (wl-summary-input-range): Added update-nokill, update-noscore,
3999         all-nokill, all-noscore and mark.
4000
4001         * Version number is increased to 2.11.5.
4002
4003         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4004
4005 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4006
4007         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4008         (wl-summary-prefetch-region-no-mark): Change accordingly.
4009         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4010
4011 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4012
4013         * wl-address.el (wl-complete-field-to): Abolished.
4014         (wl-complete-address): Completion function for completing-read.
4015         * wl-action.el (wl-summary-get-resend-address): Use it.
4016
4017         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4018         wl-summary-update-mark and abolish unused argument.
4019         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4020         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4021         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4022         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4023         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4024         * wl-draft.el (wl-draft-kill): Ditto.
4025
4026         * wl-summary.el: Remove unused binding of case-fold-search.
4027         (wl-summary-replace-status-marks): Abolished.
4028
4029 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4030
4031         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4032         is specified or folder length is zero.
4033
4034 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4035
4036         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4037         (wl-folder-archive-current-entity): Ditto.
4038
4039 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4040
4041         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4042         retrieving message mark.
4043         (wl-summary-redisplay-internal): Ditto.
4044
4045         * wl-message.el (wl-message-buffer-display): Ignore errors while
4046         retrieving message-id field.
4047
4048         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4049         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4050         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4051         order of the arguments for `wl-expire-message-p'.
4052         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4053
4054         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
4055         Check return value of wl-summary-reply.
4056         (wl-summary-reply): Recover window configuration when an error occured.
4057
4058 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4059
4060         * wl-summary.el (wl-summary-resend-message): Abolished, the
4061         feature is inherited by wl-summary-resend (put resend mark).
4062
4063 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4064
4065         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4066         wl-message-buffer to nil when the message is hide.
4067
4068 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4069
4070         * .cvsignore: New file.
4071
4072 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4073
4074         * wl-action.el (wl-summary-action-docstring): Add more info.
4075         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4076         duplicate definition.
4077         (wl-summary-define-mark-action): Functions wl-summary-*-region
4078         keep current position.
4079         (wl-summary-unregister-target-mark): Store result to the variable.
4080
4081 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4082
4083         * Version number is increased to 2.11.4.
4084
4085 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4088         wl-summary-delete-all-temp-marks.
4089         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4090
4091         * wl-action.el (wl-summary-set-mark): Changed terminology
4092         refile-destination -> action-argument.
4093         (wl-summary-unset-mark): Ditto.
4094         (wl-summary-remove-argument): Ditto.
4095         (wl-summary-print-argument): Ditto.
4096
4097         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4098         (wl-thread-remove-argument-region): Ditto.
4099         (wl-thread-print-argument-region): Ditto.
4100         (wl-thread-close): Ditto.
4101         (wl-thread-open): Ditto.
4102
4103         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4104         (wl-highlight-refile-destination-face is abolished)
4105         (wl-highlight-action-argument-string): Ditto.
4106         (wl-highlight-summary-current-line): Highlight action argument.
4107
4108         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4109         color for light backgrounds.
4110         (wl-highlight-summary-answered-face): Ditto.
4111
4112 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4113
4114         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4115
4116         * wl-score.el (wl-summary-score-update-all-lines): Use
4117         wl-summary-set-mark.
4118         (wl-summary-score-update-all-lines): Kill expunged messages.
4119
4120         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4121
4122 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4125         directly.
4126         (wl-score-overview-entity-get-lines): Ditto.
4127         (wl-score-overview-entity-get-xref): Ditto.
4128         (wl-score-get-latest-msgs): Ditto.
4129         (wl-summary-rescore): Ditto.
4130
4131         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4132         to "&".
4133         (wl-summary-mark-as-answered-internal): New inline function.
4134         (wl-summary-mark-as-answered): New function.
4135         (wl-summary-mark-as-unanswered): Ditto.
4136         (wl-summary-sync-marks): Modified for answered-mark synching.
4137
4138 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4139
4140         * wl-action.el (wl-summary-set-mark): Fixed last change.
4141
4142 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4143
4144         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4145         behavior of wl-summary-unread-message-hook
4146         (Pointed out by akira yamada <akira@arika.org>).
4147
4148 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4149
4150         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4151         wl-summary-delete.
4152         * wl-xmas.el (wl-summary-toolbar): Ditto.
4153
4154         * wl-action.el (wl-summary-set-mark): Don't override current
4155         temp-mark.
4156
4157         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4158
4159 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4160
4161         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4162         (wl-refile-msgid-learn): Ditto.
4163         (wl-refile-get-field-value): Ditto.
4164
4165         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4166
4167         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4168         (wl-expire-delete-reserved-messages): Renamed from
4169         wl-expire-reserve-marked-msgs-from-list.
4170         (wl-expire-delete): Removed argument `msgdb'.
4171         (wl-expire-refile): Ditto.
4172         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4173         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4174         mark-alist as argument.
4175         (wl-expire-archive-number1): Removed argument `msgdb'.
4176         (wl-expire-archive-number2): Ditto.
4177         (wl-expire-archive-date): Ditto.
4178         (wl-expire-localdir-date): Ditto.
4179         (wl-expire-hide): Ditto.
4180         (wl-archive-number1): Ditto.
4181         (wl-archive-number2): Ditto.
4182         (wl-archive-date): Ditto.
4183         (wl-archive-folder): Ditto.
4184         All other related portions are changed.
4185
4186 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4187
4188         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4189         mean move up and down. (suggested by Takashi Kawachi)
4190
4191 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4192
4193         * wl-acap.el (toplevel): Don't require un-define.
4194
4195 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-thread.el (wl-thread-delete-message): Always update
4198         wl-summary-buffer-number-list.
4199
4200         * wl-action.el (wl-summary-print-destination): 
4201         Do nothing when folder is nil.
4202
4203 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4206         persistent mark when prefetch is succeeded.
4207
4208 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4209
4210         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4211         instead of elmo-msgdb-delete-msgs.
4212         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4213         (wl-expire-hide): Ditto.
4214
4215         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4216
4217         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4218         elmo-msgdb interface.
4219         (wl-thread-get-exist-children): Likewise.
4220         (wl-thread-insert-message): Likewise.
4221         (wl-thread-msg-mark-as-important): Likewise.
4222         (wl-thread-insert-entity-sub): Likewise.
4223         (wl-thread-get-children-msgs-uncached): Likewise.
4224
4225         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4226         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4227         (wl-summary-sync-update): Likewise.
4228         (wl-summary-auto-select-msg-p): Likewise.
4229         (wl-summary-update-thread): Likewise.
4230         (wl-summary-mark-as-important): Likewise.
4231         (wl-summary-jump-to-msg-internal): Likewise.
4232         (wl-summary-redisplay-internal): Likewise.
4233         (wl-summary-print-message-with-ps-print): Likewise.
4234         (wl-summary-folder-info-update): Likewise.
4235
4236         * wl-folder.el (wl-folder-check-one-entity):
4237         elmo-folder-count-flags instead of wl-summary-count-unread.
4238
4239         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4240
4241         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4242
4243         * wl-summary.el (wl-summary-set-message-modified): 
4244         Call wl-summary-set-mark-modified.
4245         (wl-summary-delete-messages-on-buffer): Call
4246         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4247         (wl-summary-sync-update): Call elmo-folder-length instead of
4248         elmo-folder-messages.
4249         (wl-summary-insert-headers): Don't call
4250         elmo-folder-list-message-entities.
4251
4252 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4253
4254         * wl-action.el (wl-summary-define-mark-action): Call
4255         `wl-summary-set-mark' with argument `data'.
4256         (wl-summary-auto-refile): Fixed order of arguments when call
4257         `wl-summary-refile'.
4258
4259 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4262
4263         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4264
4265         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4266         (Renamed from wl-highlight-summary-deleted-face).
4267         (wl-highlight-summary-resend-face): New face.
4268
4269         (wl-highlight-summary-deleted-face): Renamed from
4270         wl-highlight-summary-erased-face.
4271
4272         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4273
4274         * wl-action.el (wl-summary-get-resend-address): New function.
4275         (wl-summary-exec-action-resend): Ditto.
4276         (wl-summary-exec-action-resend-subr): Ditto.
4277
4278         * w-thread.el (wl-thread-copy): Removed definition.
4279         (wl-thread-refile): Ditto.
4280         (wl-thread-delete): Ditto.
4281         (wl-thread-target-mark): Ditto.
4282
4283         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4284         (wl-summary-target-mark-set-action): Fixed.
4285         (wl-summary-define-mark-action): Fixed quotation.
4286         (wl-summary-move-mark-list-messages): Display message.
4287         (wl-summary-define-mark-action): Define thread functions.
4288         (wl-summary-exec-action-refile): Changed message.
4289         (wl-summary-exec): Ditto.
4290
4291 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4292         
4293         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4294         '%%'.
4295
4296 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl.el (toplevel): Require wl-action.
4299         (wl-init): Call wl-summary-define-mark-action.
4300
4301         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4302
4303         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4304         wl-summary-delete and wl-summary-erase.
4305         (wl-summary-mode-map): Ditto.
4306
4307         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4308         wl-delete-folder-alist.
4309
4310         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4311         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4312         (toplevel): Moved mark & action related functions to the wl-action.el.
4313
4314         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4315         in wl-summary-mark-action-list.
4316         (wl-highlight-summary-current-line): Ditto.
4317
4318         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4319         empty lines.
4320
4321         * wl-action.el: New file. 
4322
4323 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-summary.el (wl-summary-target-mark-replace): New function.
4326         (wl-summary-target-mark-prefetch): Use it.
4327         (wl-summary-target-mark-delete): Ditto.
4328         (toplevel): Rearranged definition order.
4329         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4330         (wl-summary-target-mark-erase): Rewrite.
4331         (wl-summary-erase-region): New function.
4332         (wl-summary-exec-action-erase): Changed message.
4333         (wl-summary-move-mark-list-messages): New function.
4334         (wl-summary-exec-action-delete): Use it.
4335         (wl-summary-exec-action-erase): Ditto.
4336
4337         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4338         (wl-summary-skip-mark-list): Added "d".
4339
4340         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4341         while searching.
4342
4343         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4344         and define using defcustom;
4345         Define 4th element as a face.
4346         
4347         * wl-summary.el (wl-summary-incorporate): Use 
4348         `wl-summary-prefetch-region-no-mark' instead of
4349         `wl-summary-prefetch-region'.
4350         (wl-summary-prefetch-region-no-mark): Revival of old
4351         `wl-summary-prefetch-region'.
4352         (wl-summary-mark-action-list): Moved to wl-vars.el
4353
4354         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4355         face according to the `wl-summary-mark-action-list'.
4356         (wl-highlight-summary-current-line): Ditto;
4357         Removed destination highlighting.
4358
4359         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4360         (wl-highlight-summary-line-string): Highlight for "i" mark.
4361         (wl-highlight-summary-current-line): Ditto.
4362
4363         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4364         no destination.
4365
4366         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4367         exists, just go ahead.
4368         (wl-summary-prefetch-region): Rewrite.
4369         (wl-summary-prefetch): Ditto.
4370         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4371         (wl-summary-exec-action-prefetch): New function.
4372         (wl-summary-target-mark-prefetch): Rewrite.
4373
4374 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4377         (wl-highlight-summary-line-string): Added "d" and "D".
4378         (wl-highlight-summary-current-line): Ditto.
4379
4380         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4381         in wl-summary.el.
4382         (wl-thread-insert-entity-sub): Ditto.
4383         (wl-thread-remove-destination-region): Ditto.
4384         (wl-thread-print-destination-region): Ditto.
4385
4386         * wl-summary.el (wl-summary-buffer-refile-list,
4387         wl-summary-buffer-delete-list,
4388         wl-summary-buffer-copy-list): Abolish.
4389         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4390         All other related portions are changed.
4391         (wl-summary-mark-action-list): New variable.
4392         (wl-summary-set-mark): New function.
4393         (wl-summary-register-target-mark): Ditto.
4394         (wl-summary-unregister-target-mark): Ditto.
4395         (wl-summary-have-target-mark-p): Ditto.
4396         (wl-summary-register-temp-mark): Ditto.
4397         (wl-summary-unregister-temp-mark): Ditto.
4398         (wl-summary-registered-temp-mark): Ditto.
4399         (wl-summary-collect-temp-mark): Ditto.
4400         (wl-summary-unset-mark): Ditto.
4401         (wl-summary-set-target-mark): Ditto.
4402         (wl-summary-unset-target-mark): Ditto.
4403         (wl-summary-set-action-generic): Ditto.
4404         (wl-summary-unset-action-generic): Ditto.
4405         (wl-summary-exec-action-delete): Ditto.
4406         (wl-summary-exec-action-erase): Ditto.
4407         (wl-summary-set-action-refile): Ditto.
4408         (wl-summary-set-action-refile-subr): Ditto.
4409         (wl-summary-unset-action-refile): Ditto.
4410         (wl-summary-make-destination-numbers-list): Ditto.
4411         (wl-summary-exec-action-refile): Ditto.
4412         (wl-summary-set-action-copy): Ditto.
4413         (wl-summary-unset-action-copy): Ditto.
4414         (wl-summary-exec-action-copy): Ditto.
4415         (wl-summary-collect-numbers-region): Ditto.
4416         (wl-summary-delete): Rewrite.
4417         (wl-summary-erase): Ditto.
4418         (wl-summary-remove-destination): Ditto.
4419         (wl-summary-exec): Ditto.
4420         (wl-summary-exec-region): Ditto.
4421         (wl-summary-target-mark-erase): Ditto.
4422         (wl-summary-refile): Ditto.
4423         (wl-summary-copy): Ditto.
4424         (wl-summary-unmark): Ditto.
4425         (wl-summary-delete-all-mark): Ditto.
4426         (wl-summary-mark-line): Don't highlight.
4427         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4428         (wl-summary-target-mark-refile-subr): Rewrite.
4429
4430         (wl-summary-copy-prev-destination): Abolish.
4431
4432 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4433
4434         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4435         default values along the value of wl-on-mule.
4436         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4437         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4438         It is not used anywhere.
4439
4440 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4441
4442         * wl-summary.el (wl-summary-print-destination): Keep position.
4443         (wl-summary-cursor-move-surface): Keep horizontal position.
4444
4445 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4446
4447         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4448         write sendlog.
4449
4450 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4451
4452         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4453         `wl-summary-highlight'.
4454
4455 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4456
4457         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4458         trivial condition for temp-mark.
4459
4460 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4463         when it hits killed buffer.
4464
4465 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4466
4467         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4468         * wl-news.el.in: `message' and `error' take format string.
4469
4470 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4471
4472         * wl-folder (wl-folder-insert-entity): Display a message,
4473         `...done', when the work finish.
4474         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4475
4476 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4477
4478         * wl-message.el (wl-message-redisplay): Remove unused local
4479         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4480
4481 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4482
4483         * wl-summary.el (wl-summary-replace-status-marks): Disable
4484         interactive use.
4485         (wl-summary-reedit): Check message existence at first.
4486         (wl-summary-mark-line): Fix doc, return value is indefinite.
4487
4488         * wl-highlight.el (wl-highlight-message): Arranged.
4489
4490         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4491         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4492         check temp-mark by wl-summary-temp-mark always.
4493         (wl-highlight-summary): Change accordingly.
4494         * wl-summary.el (wl-summary-mark-as-read-all)
4495         (wl-summary-delete-cache, wl-summary-set-score-mark)
4496         (wl-summary-mark-as-unread, wl-summary-unmark)
4497         (wl-summary-mark-line, wl-summary-mark-as-read)
4498         (wl-summary-mark-as-important): Ditto.
4499
4500         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4501         end of the window if possible.
4502         * wl-summary.el (wl-summary-sync-update): Support lazy
4503         highlighting.
4504         (wl-summary-toggle-disp-msg): Ditto.
4505
4506 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4507
4508         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4509
4510 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4511
4512         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4513         change.
4514
4515 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4518         API.
4519         (wl-summary-sync-update): Ditto.
4520
4521         * wl-score.el (wl-score-get-score-alist): Changed argument.
4522         (wl-summary-rescore-msgs): Likewise.
4523         (wl-summary-score-headers): Likewise.
4524         (wl-score-headers): Likewise;
4525         Use elmo-folder-do-each-message-entity, etc.
4526         (wl-summary-score-effect): Follow the changes above.
4527         (wl-summary-rescore): Ditto.
4528         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4529         (wl-score-get-overview): Abolish.
4530
4531         * wl-summary.el (wl-summary-default-from): Follow the API change in
4532         elmo-msgdb.
4533         (wl-summary-count-unread): Ditto.
4534         (wl-summary-detect-mark-position): Ditto.
4535         (wl-summary-overview-entity-compare-by-date): Ditto.
4536         (wl-summary-overview-entity-compare-by-number): Ditto.
4537         (wl-summary-overview-entity-compare-by-from): Ditto.
4538         (wl-summary-overview-entity-compare-by-subject): Ditto.
4539         (wl-summary-get-list-info): Ditto.
4540         (wl-summary-rescan): Ditto.
4541         (wl-summary-jump-to-msg-by-message-id): Ditto.
4542         (wl-summary-sync-update): Ditto; Removed comment.
4543         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4544         (wl-summary-insert-message): Use wl-summary-insert
4545         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4546         (wl-summary-insert-headers): Changed argument overview to folder.
4547         (wl-summary-search-by-subject): Likewise.
4548         (wl-summary-insert-thread): Renamed from 
4549         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4550
4551         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4552         too.
4553
4554         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4555         wl-string-member.
4556
4557 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4558
4559         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4560         elmo-folder-append-buffer.
4561         (wl-draft-queue-append): Likewise.
4562
4563         * wl-mime.el (wl-message-delete-current-part): Ditto.
4564         (wl-summary-burst-subr): Ditto.
4565
4566         * wl-news.el.in (wl-news-send-news): Ditto.
4567
4568 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4569
4570         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4571         function.
4572         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4573         (wl-summary-update-mark): Enclose with save-excursion.
4574         (wl-summary-mark-as-read-internal): Fixed last change.
4575         (wl-summary-mark-as-important): Use 3rd argument of
4576         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4577         Don't use elmo-msgdb-set-mark.
4578         (wl-summary-redisplay-internal): If msgdb flag is already read,
4579         just update the mark on buffer.
4580
4581 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4582
4583         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4584         cut visible folder when elmo-folder-delete returns non-nil value.
4585
4586 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4587
4588         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4589         by Kenichi OKADA <okada@opaopa.org>).
4590
4591 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4592
4593         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4594
4595 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4596
4597         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4598         Fixed the last change, search group entity by its real name.
4599         (Thanks to: KOBAYASHI Shinji)
4600
4601 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4602
4603         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4604         (wl-fldmgr-access-display-all): Don't refer visible name.
4605         * wl-expire.el (wl-folder-archive-current-entity)
4606         (wl-folder-expire-current-entity): Ditto.
4607         * wl-folder.el (wl-folder-jump-to-current-entity)
4608         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4609         (wl-folder-open-folder-sub,wl-folder-open-all)
4610         (wl-folder-write-current-folder): Ditto.
4611         (wl-folder-insert-entity): Don't use petname for normal group.
4612         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4613         is the real name.
4614         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4615         Abolished.
4616
4617 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4618
4619         * wl-draft.el (wl-draft-create-buffer): Add
4620         `wl-summary-reply-with-citation'
4621
4622 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4623
4624         * wl-draft.el (wl-draft-reply): Fixed.
4625
4626 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4629         when `wl-draft-send-confirm-with-preview' is non-nil.
4630         You can scroll up/down by j/k.
4631         (wl-draft-send-confirm-with-preview): New variable (default=t).
4632
4633 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4636         (wl-fldmgr-save-folders): Fix comment.
4637
4638 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4639
4640         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4641         along the last change in `wl-folder-buffer-group-p'.
4642
4643 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4646         folder.
4647
4648         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4649         the default value.
4650
4651         * wl-mime.el (wl-summary-burst): Update summary only when target
4652         folder equals current folder.
4653
4654 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4655
4656         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4657
4658 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4661         value.
4662
4663 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4666         `map-extents' instead of `extent-at' repeatedly.
4667         (wl-highlight-folder-current-line): Ditto.
4668
4669         * wl-highlight.el: Remove useless dummy functions.
4670
4671 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4672
4673         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4674         (wl-folder-put-folder-property): New function to put text property.
4675         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4676         (wl-folder-insert-entity, wl-folder-update-diff-line)
4677         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4678         * wl-e21.el, wl-xmas.el, wl-mule.el
4679         (wl-highlight-folder-current-line): Ditto.
4680         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4681         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4682         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4683         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4684
4685 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * Version number is increased to 2.11.3.
4688
4689 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4692         Resume current-buffer since it is assumed by remaining tasks.
4693
4694 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4697         (wl-folder-completion-function): Abolished.
4698         (wl-folder-complete-folder): New function.
4699         (wl-folder-complete-filter-condition): Ditto.
4700         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4701         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4702
4703 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-draft.el (wl-draft-send-confirm): New function.
4706         (wl-draft-send): Use it.
4707
4708         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4709         cursor-in-echo-area while confirming.
4710
4711         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4712
4713         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4714         searching via nntp if wl-summary-search-via-nntp is 'force.
4715         Otherwise, invoke searching in nntp folder only.
4716         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4717
4718         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4719         explicitly for mime-make-text-tag.
4720
4721 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4722
4723         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4724         `mime-make-text-tag' instead of `mime-create-tag'.
4725
4726 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4729         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4730
4731 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-score.el (wl-score-save): Bind print-length and print-level.
4734         (wl-score-pretty-print): Ditto.
4735         (wl-score-edit-insert-header-entry): Ditto.
4736
4737         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4738         "From" entry to be treated with wl-draft-eword-encode-address-list.
4739         * wl-mime.el (wl-draft-preview-message): Ditto.
4740
4741         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4742         (wl-summary-mark-as-unread): Ditto.
4743         (wl-summary-mark-as-read-region): Change accordingly.
4744         (wl-summary-mark-as-unread-region): Ditto.
4745         (wl-summary-target-mark-mark-as-read): Ditto.
4746         (wl-summary-target-mark-mark-as-unread): Ditto.
4747
4748 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * Version number is increased to 2.11.2.
4751
4752 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-news.el.in (wl-news-previous-version-save): Bind
4755         print-length and print-level.
4756         * wl-thread.el (wl-thread-save-entities): Ditto.
4757         (wl-thread-save-top-list): Bind print-length.
4758
4759 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-highlight.el (wl-highlight-summary-line-string): Use
4762         wl-summary-score-below-mark, wl-summary-score-over-mark.
4763         (wl-highlight-summary-current-line): Ditto.
4764
4765 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4768         insert it.
4769
4770 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4771
4772         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4773
4774 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4777         message without msgid.
4778         Rewrite with elmo-folder-move-messages.
4779         Set wl-message-buffer to nil.
4780
4781         * wl-summary.el (wl-summary-erase-subr): New function. Use
4782         elmo-folder-move-messages.
4783         (wl-summary-erase): Call it.
4784         (wl-summary-target-mark-erase): Ditto.
4785
4786 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4789         it is not up-tp-date.
4790
4791 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4792
4793         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4794         buffer after calling `wl-summary-goto-folder-subr' without the
4795         argument `interactive'.
4796         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4797
4798 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4799
4800         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4801         `mime-create-tag'. Use `string=' instead of `looking-at'.
4802
4803 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4806         to avoid compile warning.
4807
4808         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4809         entity-id when folder is given.
4810         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4811         save-excursion, use save-selected-window instead.
4812         Select folder buffer window if exists.
4813         (To correct behavior with wl-folder-move-cur-folder.)
4814
4815 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4816
4817         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4818
4819 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4820
4821         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4822         list-count instead of %d.
4823
4824 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4827         (wl-news): Set it.
4828         (wl-news-append-to-folder): Use it.
4829
4830         * wl-news.el.in (wl-news-send-news): Append to specified folder
4831         instead of wl-default-folder.
4832         (wl-news-append-to-folder): Show error message with specified folder.
4833
4834         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4835                 In most major modes, Emacs assumes that any opening
4836                 delimiter found at the left margin is the start of a
4837                 top-level definition, or defun. Therefore, *never put an
4838                 opening delimiter at the left margin unless it should have
4839                 that significance.*
4840
4841         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4842
4843 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4844
4845         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4846
4847 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4848
4849         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4850
4851 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4852
4853         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4854         for sequential numbering case.
4855
4856 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4857
4858         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4859         value.
4860         (wl-draft-reply-without-argument-list): Ditto.
4861         (wl-draft-reply-myself-with-argument-list): Abolish.
4862         (wl-draft-reply-myself-without-argument-list): Ditto.
4863         * wl-draft.el (wl-draft-self-reply-p): New function.
4864         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4865
4866 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4867
4868         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4869         (avoid error for the case without byte-compiling)
4870
4871 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-news.el.in (wl-news-append-to-folder): New function.
4874         (wl-news-exit): Rewrite.
4875         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4876
4877 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4878
4879         * wl-draft.el (wl-draft-reply-position): New function.
4880         (wl-draft-reply-position): Fix.
4881         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4882         (wl-summary-target-mark-reply-with-citation): Ditto.
4883         (wl-summary-reply-with-citation): Ditto.
4884         * wl-vars.el (wl-draft-reply-default-position): New variable.
4885
4886 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4887
4888         * wl-draft.el (wl-draft-send): Preview when interactive send.
4889
4890 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * wl-draft.el (wl-draft-reply): Set default position.
4893         * wl-summary.el (wl-summary-reply): Ditto.
4894         (wl-summary-reply-with-citation): Ditto.
4895         (wl-summary-target-mark-reply-with-citation): Ditto.
4896
4897 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-news.el.in (wl-news-lang): Set default value according to
4900         current-language-environment.
4901         (wl-news-append-news): Do nothing when news-list is nil.
4902
4903 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4904
4905         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4906         (wl-news): Change message.
4907         (wl-news-exit): Check buffer.
4908         (wl-news-force-exit): New function.
4909         (wl-news-show-all): New function.
4910         (wl-news-discard-and-exit): Fix.
4911
4912 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4913
4914         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4915         according to current-language-environment.
4916
4917         * wl-news.el.in (wl-news): If arg, show all NEWS after
4918         wl-news-default-previous-version.
4919
4920 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4921
4922         * wl-news.el.in (wl-news-check): Rewritten.
4923         (wl-news-previous-version-load): Change data type.
4924         (wl-news-previous-version-save): Change data type.
4925         (wl-news-append-news): Add return value.
4926         (wl-news-check-news): New function.
4927         (wl-news-already-current-p): New function.
4928         (wl-news-send-news): Rewritten.
4929         (wl-news-mode-map): Add new keybind.
4930         (wl-news): Rewritten.
4931         (wl-news-exit): Rewritten.
4932         (wl-news-discard-and-mail): New function.
4933         (wl-news-send-to-address): Abolished.
4934         * wl.el (wl-init): Delete a message.
4935
4936 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4937
4938         * wl-news.el.in (wl-news-exit): Update previous version.
4939         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4940
4941 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4942
4943         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4944
4945 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4946
4947         * wl-news.el.in (wl-news): New function.
4948         (wl-news-mode): New function.
4949         (wl-news-next-line): New function.
4950         (wl-news-next-page): New function.
4951         (wl-news-exit): New function.
4952         (wl-news-buf-name): New variable.
4953         (wl-news-mode-map): New variable.
4954         (wl-news-winconf): New variable.
4955         (wl-news-append-news): Add an option.
4956
4957 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4958
4959         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4960
4961 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl-news.el.in (wl-news-send-to-address): New variable.
4964         (wl-news-send-news): Use it.
4965         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4966         Return updating status.
4967         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4968
4969 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4970
4971         * wl-news.el.in (wl-news-send-news): Delete
4972         Organization and X-Face.
4973
4974 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4975
4976         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4977         (wl-news-append-news): New function.
4978         (wl-news-send-news): New function.
4979
4980 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4981
4982         * Version number is increased to 2.11.1.
4983
4984 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4985
4986         * wl-news.el.in : New file.
4987
4988 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4989
4990         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4991         default value.
4992         (wl-draft-reply-without-argument-list): Ditto.
4993
4994 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4997         (wl-message-buffer-prefetch-idle-time): Ditto.
4998         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4999
5000 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-thread.el (wl-thread-insert-message): Use
5003         wl-summary-max-thread-depth.
5004
5005         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5006         loop detection.
5007
5008         * wl-message.el (wl-message-buffer-display): Back to the first page
5009         when cache is hit.
5010
5011 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5014
5015         * wl-summary.el (wl-summary-insert-thread-entity):
5016         If the thread depth is reached to wl-summary-max-thread-depth,
5017         divide the thread.
5018
5019 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5020
5021         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5022         for elmo-remove-passwd.
5023
5024 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5027         folder is sticky.
5028         (wl-folder-mark-as-read-all-entity): Ditto.
5029         (wl-folder-prefetch-entity): Ditto.
5030
5031 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5032
5033         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5034
5035 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5038         Delete messages on buffer for unplugged operation.
5039         (wl-summary-erase): Ditto.
5040
5041 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5044         take nil so as not to search parent by subject.
5045
5046 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5049         (wl-folder-get-next-folder): Ditto.
5050         (wl-folder-get-path): Ditto.
5051
5052 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053
5054         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5055         system and encode the region with it before verifying.
5056
5057 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5060         system of the echo buffer before decoding.
5061
5062 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5065         original contents.
5066
5067 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5070         with argument 'any-exists.
5071
5072 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5073
5074         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5075         Use `wl-cs-autoconv'.
5076
5077 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5080         by `mime-view-automatic-conversion'.
5081
5082         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5083         (wl-message-verify-pgp-nonmime): Ditto.
5084         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5085         Bind them to C-c:d and C-c:v respectively.
5086
5087         Merge following code by Teranishi-san from [wl-en:00167].
5088         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5089         (wl-mime-preview-application/pgp-encrypted): Ditto.
5090         (wl-mime-setup): Add entry.
5091
5092 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-summary.el (wl-summary-target-mark-erase): New function.
5095         Bind it to "mD".
5096
5097 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-vars.el (wl-draft-write-file-function): Fix.
5100         (wl-draft-reedit-hook): Changed default value.
5101
5102         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5103         wl-draft-reedit-hook.
5104         (wl-draft-remove-text-plain-tag): New function.
5105         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5106
5107         * wl-vars.el (wl-draft-write-file-function): New user option.
5108
5109         * wl-draft.el (wl-draft-prepare-edit): Use it for
5110         local-write-file-hooks.
5111         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5112
5113         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5114         (wl-draft-insert-mail-header-separator): Return the body beginning
5115         point.
5116         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5117         text/plain.
5118         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5119
5120 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-summary.el (wl-summary-erase): New function to erase message
5123         without moving it to trash. Bind to "D".
5124
5125         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5126         as `keep' unless switch-function.
5127
5128 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5131         message buffer by using `wl-summary-toggle-disp-msg'.
5132         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5133         buffer window.
5134         (wl-summary-supresedes-message): Ditto.
5135
5136         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5137         Do not delete other windows.
5138         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5139         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5140         (wl-draft-create-buffer): Set reply-or-forward also for target
5141         mark commands.
5142
5143 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5144
5145         * wl-draft.el (wl-user-agent-compose): Delete special case for
5146         switch-to-buffer-other-window.
5147
5148         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5149         (wl-summary-forward): Ditto.
5150
5151         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5152         function.
5153         (wl-draft-buffer-style): New use option.
5154
5155         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5156         (wl-draft): Follow the change above.
5157         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5158         wl-draft-buffer-style.
5159         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5160         switch-function.
5161
5162 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5163
5164         * wl-address.el (wl-address-make-completion-entry): Extracted from
5165         `wl-address-make-completion-list'.
5166         (wl-address-enable-strict-loading): New variable.
5167         (wl-address-make-completion-list): Revive petname duplication
5168         inquiry, and enable it if `wl-address-enable-strict-loading'.
5169         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5170
5171 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5172
5173         * wl-message.el (wl-message-get-original-buffer): Avoid
5174         'Selecting deleted buffer' error when original buffer is killed.
5175
5176 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-summary.el (wl-summary-next-message): Use
5179         elmo-message-accessible-p instead of elmo-message-cached-p.
5180
5181 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5184
5185         * wl-thread.el (wl-thread-open-all-unread): Use
5186         elmo-folder-list-flagged instead of
5187         elmo-folder-list-messages-mark-match.
5188
5189         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5190         instead of elmo-folder-list-messages-mark-match.
5191         (wl-summary-move-spec-alist): New variable.
5192         (wl-summary-move-spec-plugged-alist,
5193         wl-summary-move-spec-unplugged-alist): Abolish.
5194         (wl-summary-next-message): Follow the change above.
5195         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5196         with 'no-msg' argument.
5197
5198         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5199         variable.
5200         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5201         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5202         (wl-message-buffer-prefetch-get-next): Follow the change above.
5203
5204 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-version.el (wl-version): Changed codename.
5207
5208         * Version number is increased to 2.11.0.
5209
5210 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5211
5212         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5213         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5214         `wl-draft-config-variables'.
5215         (wl-draft-kill): Fixed problem when the draft is reedit.
5216
5217 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5220         buffer-modified status (Thanks to
5221         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5222
5223 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5224
5225         * wl-util.el (wl-region-exists-p): New function.
5226
5227         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5228         Remove defvars for byte-compile warnings.
5229
5230 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5231
5232         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5233         defvar-maybe. Removed unused bind.
5234
5235 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5238         summary buffer window before creating new frame.
5239         (wl-draft-reply): Ditto.
5240
5241 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5242
5243         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5244
5245 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5246
5247         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5248
5249 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5250
5251         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5252         instead of `kill-region'.
5253
5254 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5257         (wl-highlight-summary-line-string): Use it.
5258         (wl-highlight-summary-current-line): Ditto.
5259
5260         * wl-mime.el (wl-message-delete-current-part): Check the class of
5261         mime-entity.
5262
5263         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5264
5265         * wl-summary.el (wl-summary-make-number-list): Initialize.
5266         (wl-summary-update-mark): New function.
5267         (wl-summary-reply): Put `answered' mark on the message.
5268         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5269
5270         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5271         (wl-draft-reply): Added optional argument `number';
5272         Set wl-draft-parent-number.
5273         (wl-draft-kill): Delete answered mark if it is a reply.
5274
5275 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5278         that originates in mime-preview-follow-current-entity.
5279         (wl-draft-yank-current-message-entity): Use it if region is active.
5280
5281         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5282         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5283         `wl-message-delete-current-part'.
5284         * wl-mule.el (wl-message-define-keymap): Ditto.
5285         * wl-xmas.el (wl-message-define-keymap): Ditto.
5286
5287 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5288
5289         * wl-mime.el (wl-message-delete-current-part): New function.
5290         (wl-mime-node-id-to-string): Ditto.
5291
5292         * wl-mime.el (wl-message-delete-current-part): Use existing
5293         original buffer which corresponds current mime-view buffer.
5294         (fetched buffer might have different structure, possibly)
5295
5296         * wl-mime.el (wl-message-delete-current-part): Quit if the
5297         message content differs from the actual message.
5298
5299 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5300
5301         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5302         order.
5303         (wl-summary-search-by-subject): Search parent message from tail;
5304         Check the existence of the parent message on the current thread tree.
5305         (wl-summary-update-thread): Check whether the line is inserted.
5306
5307 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5308
5309         * wl-vars.el (wl-summary-line-format): Undo last change.
5310         * wl-summary.el (wl-summary-print-destination): Do not put
5311         invisible property when `wl-summary-width' is nil.
5312         (wl-summary-line-subject-minimum-length): Abolished.
5313         (wl-summary-line-subject): Ditto.
5314
5315 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-vars.el (wl-summary-line-format): Change default value.
5318         (wl-summary-subject-length-limit): Abolished.
5319         * wl-summary.el (wl-summary-line-subject): Ditto.
5320
5321 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5322
5323         * wl-template.el (wl-template-select): Added optional argument.
5324         If optional argument is specified, reverse
5325         `wl-template-visible-select'.
5326
5327 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5328
5329         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5330         Take prefix argument to force asking the destination folder.
5331
5332 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5333
5334         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5335         count and update status.
5336
5337 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * wl-summary.el (wl-summary-redisplay-internal): If
5340         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5341         after fetching.
5342
5343 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5344
5345         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5346         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5347
5348         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5349
5350 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5353         (All other related portions are changed).
5354         (wl-summary-mark-as-read-all): Rewrite.
5355
5356 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5359         `wl-summary-mark-as-read'.
5360         (wl-summary-mark-as-unread): Rewrite.
5361         (wl-summary-mark-as-read): Added no-modeline argument.
5362         (wl-summary-resume-cache-status): Rewrite.
5363         (wl-summary-exec-subr): Remove unused local variable.
5364
5365 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5368         logic to call `wl-summary-buffer-prev-folder-function'.
5369         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5370
5371 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5372
5373         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5374         is nil.
5375
5376 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5379         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5380         (wl-mime-setup): Add its entry.
5381
5382 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5385         (wl-summary-delete-cache): Likewise.
5386         (wl-summary-mark-as-read): Rewrite.
5387
5388 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5391         `wl-summary-count-unread'.
5392
5393         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5394
5395         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5396
5397 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5400         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5401         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5402         Renamed to the elmo-msgdb-*-mark.
5403         (wl-summary-score-marks): Follow the change above.
5404         (wl-summary-auto-refile-skip-marks): Ditto.
5405         (wl-summary-incorporate-marks): Ditto.
5406         (wl-summary-expire-reserve-marks): Ditto.
5407
5408         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5409         changes.
5410         (wl-thread-insert-top): Changed updating message.
5411
5412         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5413         variable.
5414         (wl-summary-count-unread): Count answered marks.
5415         (wl-summary-rescan): Call wl-summary-insert-message instead of
5416         wl-summary-append-message-func-internal.
5417         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5418         (wl-summary-prefetch-msg): Follow the variable name changes.
5419         (wl-summary-prefetch-region): Ditto.
5420         (wl-summary-mark-as-read-all): Follow the API changes;
5421         Don't call elmo-folder-replace-marks.
5422         (wl-summary-delete-cache): Follow the variable name changes.
5423         (wl-summary-resume-cache-status): Ditto.
5424         (wl-summary-update-status-marks): New function.
5425         (wl-summary-insert-message): New function.
5426         (wl-summary-sync-marks): Follow the variable name changes.
5427         (wl-summary-sync-update): Synchronize to the msgdb, too;
5428         Changed update messages.
5429         (wl-summary-make-number-list): Rewrite.
5430         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5431         (wl-summary-mark-as-unread): Follow the API changes.
5432         (wl-summary-exec-subr): Follow the variable name changes.
5433         (wl-summary-mark-as-read): Ditto.
5434         (wl-summary-move-spec-plugged-alist): Ditto.
5435         (wl-summary-move-spec-unplugged-alist): Ditto.
5436         (wl-summary-cursor-move-surface): Ditto.
5437
5438         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5439         variable name changes.
5440         (wl-highlight-summary-current-line): Ditto.
5441
5442         * wl-expire.el (wl-expire-refile): Follow the API change in
5443         elmo-folder-move-messages.
5444         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5445         (wl-summary-archive): Use elmo-folder-msgdb instead of
5446         elmo-msgdb-load.
5447
5448 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-mime.el (wl-draft-preview-message): Restore the position
5451         before evaluating wl-draft-send-hook in preview buffer.
5452
5453 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5456         when it creates new draft buffer.
5457
5458         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5459         without argument.
5460
5461         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5462         Evaluate content and if the value is string, insert it.
5463         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5464         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5465         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5466         wl-draft-config-sub-part-bottom): Use it.
5467
5468         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5469         with the folder name. The question was unintelligible when it is
5470         called from wl-save-status.
5471
5472 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5473
5474         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5475         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5476         cannot take second argument).
5477
5478 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5479
5480         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5481         as t. Since type and subtype are not case sensitive (RFC 2045).
5482
5483 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5484
5485         * wl-vars.el (wl-message-mode-line-format): New variable.
5486         (wl-message-mode-line-format-spec-alist): Ditto.
5487         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5488         (wl-message-redisplay): Use wl-message-mode-line-format.
5489
5490 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5493
5494 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5495
5496         * wl-summary.el (wl-summary-default-from): Write description.
5497
5498 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5499
5500         * wl-vars.el (wl-ldap-objectclass): Abolish.
5501
5502         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5503         (wl-ldap-make-filter): Removed condition for objectclass.
5504         (wl-ldap-make-matched-value-list): Remove meaningless process.
5505         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5506         (wl-address-ldap-search): Don't add `*' to `pat' string;
5507         use ignore-errors; added `email';
5508         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5509         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5510         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5511
5512
5513 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-draft.el (wl-draft-parent-folder): Write description.
5516         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5517
5518 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5521         as "" (zero-length string) if no parent.
5522         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5523
5524 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-address.el (wl-address-make-completion-list): Skip duplication
5527         checking.
5528         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5529         `append'.
5530
5531 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5532
5533         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5534         instead of `beginning-of-buffer'.
5535
5536 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5539
5540 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5543         Refer wl-message-buffer-name.
5544         (wl-message-wheel-down): Ditto.
5545
5546 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl-vars.el (wl-message-buffer-name): New user option.
5549
5550         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5551         directly instead of making alist dinamically.
5552
5553         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5554         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5555         wl-message-buffer-cache-name.
5556         (wl-message-buffer-cache-clean-up): Ditto.
5557
5558         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5559
5560         * Version number is increased to 2.9.15.
5561
5562 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-vars.el (wl-summary-default-view-alist): New user option.
5565
5566         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5567
5568         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5569         while deleting address.
5570         (wl-draft-delete-myself-from-cc): Ditto.
5571
5572         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5573         If optional argument is specified, reverse sort order.
5574
5575         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5576
5577 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5578
5579         * wl-thread.el (wl-thread-insert-message): Return parent number if
5580         exists.
5581         (wl-thread-update-indent-string-region): Use
5582         wl-thread-update-line-on-buffer-sub instead of
5583         wl-thread-update-line-on-buffer.
5584
5585 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5586
5587         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5588         (wl-folder-close-all): Ditto.
5589
5590 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5591
5592         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5593         and mailing-list:.
5594         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5595         value.
5596         (wl-summary-line-list-info): Print mailing-list name even when 
5597         list-number is empty.
5598
5599 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5600
5601         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5602
5603         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5604         (wl-draft-open-file): Ditto.
5605         (wl-draft-random-alphabet): Ditto.
5606
5607         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5608         bindings.
5609
5610 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5611
5612         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5613         * wl-vars.el (wl-draft-config-alist): Ditto.
5614
5615 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5616
5617         * Version number is increased to 2.9.14.
5618
5619         * wl.el (wl): Don't set wl-init as nil when error occured while
5620         auto-checking folders.
5621
5622         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5623         `elmo-expand-newtext'.
5624
5625 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5628         `this-command' so that `wl-folder-goto-folder' contained in
5629         `wl-summary-keep-cursor-command' work.
5630
5631 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5634         message buffer displaying state.
5635
5636 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5637
5638         * wl-vars.el (wl-summary-default-view): New variable to specify
5639         default value for `wl-summary-buffer-view' instead of using
5640         set-default.
5641         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5642
5643 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5646
5647         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5648
5649 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5650
5651         * wl-vars.el (wl-forward-subject-prefix): New variable.
5652         * wl-draft.el (wl-draft-forward): Use it.
5653
5654 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-message.el (wl-message-prev-page): When it is called without
5657         lines argument, scroll down by wl-message-scroll-amount lines.
5658         (wl-message-next-page): Ditto.
5659         * wl-vars.el (wl-message-scroll-amount): Change default value
5660         to preserve current behavior.
5661
5662 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663
5664         * wl-summary.el (wl-summary-prefetch-msg): Bind
5665         `wl-message-entity' to call `wl-summary-from-function'.
5666
5667 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-message.el (wl-message-buffer-create): Run
5670         wl-message-buffer-created-hook.
5671
5672 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-summary.el (wl-summary-sort-specs): New variable.
5675         (wl-summary-default-sort-spec): Ditto.
5676         (wl-summary-sort): Rewrite.
5677         (wl-summary-sort-by-list-info): New function.
5678
5679 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5680
5681         * wl-summary.el (wl-summary-get-list-info): New function.
5682         (wl-summary-sort): Rewrite.
5683         (wl-summary-line-list-info): Ditto.
5684         (wl-summary-line-list-count): Ditto.
5685         (wl-summary-refile-region): Fixed docstring.
5686
5687 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5688
5689         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5690         `wl-folder-entity-hashtb' as completion table.
5691
5692 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5695         only when this command is called interactively; silence the byte-
5696         compiler.
5697
5698 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5699
5700         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5701         active in XEmacs.
5702
5703 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5704
5705         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5706         plural lines.
5707
5708 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5711         of current line when the cursor is on the header name.
5712         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5713
5714 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5715
5716         * wl-util.el (wl-read-directory-name): Return displayed directory
5717         as the default value also on XEmacs.
5718
5719 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5722         formatting.
5723
5724 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5727         argument and when it is non-nil, check face property before
5728         highlighting for each line.
5729         (wl-highlight-summary-window): Set it.
5730
5731 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5732
5733         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5734         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5735
5736         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5737         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5738         (wl-draft-get-fcc-list): Likewise.
5739
5740 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5743         (wl-thread-entity-cur): Ditto.
5744         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5745         wl-thread-indent-regexp setting.
5746         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5747
5748         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5749         wl-summary-lazy-highlight.
5750         (wl-summary-display-bottom): Ditto.
5751
5752         * wl-thread.el (wl-thread-open-close): Likewise.
5753
5754         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5755         from and subject;
5756         Bind wl-draft-use-frame;
5757         Enclose with save-window-excursion;
5758         Use wl-draft-create-buffer instead of with-temp-buffer;
5759         Use wl-draft-prepare-edit;
5760         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5761         Use wl-draft-send instead of wl-draft-raw-send.
5762
5763 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5764
5765         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5766         of using wl-from.
5767
5768 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5769
5770         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5771         insert-buffer instead of clone-buffer.
5772         (wl-draft-doing-mime-bcc): New variable.
5773         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5774         infinite loop.
5775         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5776
5777         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5778         (wl-draft-mime-bcc-body): Ditto.
5779
5780         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5781         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5782         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5783         wl-draft-do-mime-bcc.
5784         (wl-draft-mime-bcc-field): New function.
5785         (wl-draft-do-mime-bcc): Ditto.
5786
5787         * wl-address.el (wl-address-complete-header-list): New variable.
5788         (wl-address-complete-header-regexp): Changed default value.
5789
5790         * Version number is increased to 2.9.13.
5791
5792 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5795         it is differed.
5796
5797 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5798
5799         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5800         (wl-summary-line-list-count): Ditto.
5801
5802 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5803
5804         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5805         (wl-nntp-posting-function): New variable.
5806         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5807         `wl-nntp-posting-config-alist'.
5808
5809 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5812         FLIM.
5813
5814 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5815
5816         * wl-summary.el (wl-summary-target-mark-refile-sub):
5817         Remove a nuisance funcall.
5818
5819 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5822         as t for `try-completion'.
5823
5824 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-summary.el (wl-summary-default-from): Use
5827         wl-address-header-extract-address instead of
5828         std11-extract-address-components.
5829         (wl-summary-simple-from): Ditto.
5830         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5831         (wl-summary-insert-headers): Show message.
5832         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5833         for whole line.
5834         (wl-summary-default-from): Revert last change.
5835         (wl-summary-simple-from): Ditto.
5836         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5837         (wl-summary-mark-as-read-region): Follow the change above.
5838         (wl-summary-sync-marks): Ditto.
5839         (wl-summary-target-mark-mark-as-read): Ditto.
5840         (wl-summary-redisplay-internal): Ditto.
5841         (wl-summary-redisplay-no-mime-internal): Ditto.
5842         (wl-summary-redisplay-all-header): Ditto.
5843         (wl-summary-mark-as-read): Removed argument `cached';
5844         Use current cache status to set cache mark.
5845         (wl-summary-redisplay-internal): Follow the change above.
5846         (wl-summary-redisplay-no-mime-internal): Ditto.
5847         (wl-summary-redisplay-all-header): Ditto.
5848
5849         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5850
5851         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5852         Don't call itself recursively (Adviced by Yamaoka-san).
5853
5854 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5855
5856         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5857         bind wl-summary-highlight as nil to avoid error caused by missing
5858         local variables.
5859
5860 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5861
5862         * wl-vars.el (wl-invalid-character-message): New user option.
5863
5864         * wl-util.el (wl-set-string-width): If truncated string-width is
5865         larger than specified width, use `wl-invalid-character-message'.
5866
5867 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5868
5869         * wl-summary.el (wl-summary-prefetch-msg): 
5870         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5871
5872 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * wl-vars.el (wl-summary-check-line-format): New user option.
5875         (wl-summary-line-format-file): Ditto.
5876
5877         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5878         variable.
5879         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5880         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5881         and `wl-summary-view-old-p' to check whether do a rescan or not.
5882         (wl-summary-view-old-p): New function.
5883         (wl-summary-line-format-changed-p): Ditto.
5884         (wl-summary-line-format-save): Ditto.
5885         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5886
5887         * wl-util.el (wl-set-string-width): Avoid using negative number
5888         for make-string.
5889
5890 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5891
5892         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5893         return value.
5894
5895         * wl-util.el (wl-set-string-width): Added optional argument
5896         `padding' (All other related portions are changed).
5897         (wl-line-parse-format): If the first letter of column number is
5898         `0', zero-padding the result (ex: "%05l").
5899
5900         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5901
5902 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5905         sequential summary view.
5906
5907 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5910         if it doesn't have a -unix version.
5911
5912 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5913
5914         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5915
5916 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5919         content.
5920         (wl-draft): Follow the change above.
5921
5922         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5923
5924         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5925         and wl-folder-summary-line-format-alist contain %T and %P.
5926
5927         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5928         (wl-summary-mode-line-format): New user option.
5929         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5930         (wl-summary-line-format): Changed default value.
5931         (wl-summary-lazy-highlight): Changed default value.
5932
5933         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5934         change in wl-summary-create-line.
5935         (wl-thread-insert-entity-sub): Ditto.
5936
5937         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5938         (wl-summary-buffer-unread-status): Ditto.
5939         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5940         (wl-summary-buffer-persistent-mark-column): Ditto.
5941         (wl-summary-buffer-mode-line-formatter): Ditto.
5942         (wl-summary-buffer-mode-line): Ditto.
5943         (wl-summary-message-regexp): Abolished.
5944         (All other related portions are changed.)
5945         (wl-summary-detect-mark-position): New function.
5946         (wl-summary-buffer-set-folder): Setup
5947         wl-summary-buffer-mode-line-formatter.
5948         (wl-summary-mode): Setup selective-display;
5949         Setup pre-idle-hook when xemacs.
5950         (wl-summary-update-modeline): Rewrite.
5951         (wl-summary-jump-to-msg): Define as function;
5952         Changed regexp for searching messages.
5953         (wl-summary-message-number): Rewrite.
5954         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5955         Do rescan when old type summary cache.
5956         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5957         (wl-summary-remove-destination): Use '\r' to detect EOL.
5958         (wl-summary-print-destination): Ditto.
5959         (wl-summary-temp-mark): New inline function.
5960         (wl-summary-persistent-mark): Ditto.
5961         (wl-summary-line-number): New function.
5962         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5963         (wl-summary-line-list-count): New function.
5964         (wl-summary-create-line): Added argument persistent-mark.
5965         (All other related portions are changed)
5966         (wl-summary-create-line): Insert '\r'.
5967         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5968         (wl-summary-cursor-move-surface): New inline function.
5969         (wl-summary-prev): Use it.
5970         (wl-summary-next): Ditto.
5971
5972         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5973         wl-summary-message-regexp.
5974         (wl-highlight-summary): Delete progress message.
5975         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5976
5977         * Version number is increased to 2.9.12.
5978
5979 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5982         variable (nil: no minimum).
5983         (wl-summary-line-subject): Add some spaces after subject by
5984         wl-summary-line-subject-minimum-length.
5985
5986 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5987
5988         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5989         and removed `F'.
5990         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5991         change above).
5992
5993 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl-summary.el (wl-summary-line-list-count): Reverted.
5996         (example setting in samples/*/dot.wl is also updated)
5997
5998 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6001
6002         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6003
6004         * wl-vars.el (wl-summary-line-format): Addes some description to the
6005         docstring.
6006
6007         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6008         (wl-summary-line-close-bracket): Ditto.
6009         (wl-summary-line-children-number): Ditto.
6010         (wl-summary-line-thread-indent): Ditto.
6011         (wl-summary-line-children-and-from): Ditto.
6012
6013         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6014         't', 'c', 'F' and added 'C'.
6015
6016         * wl-util.el (wl-set-string-width): Accept negative value.
6017         (wl-line-parse-format): Added "%number(" and "%)".
6018
6019 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6020
6021         * wl-summary.el (wl-summary-line-list-count): Change format of the
6022         return value.
6023
6024 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6025
6026         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6027         from the recent message.el.
6028         (wl-draft-point-in-header-p): Ditto.
6029         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6030         wl-draft-beginning-of-line.
6031         * wl-e21.el (wl-draft-mode-map): Ditto.
6032         * wl-xmas.el (wl-draft-mode-map): Ditto.
6033
6034         * wl-folder.el: Sort macrodefs by dependencies.
6035
6036 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6037
6038         * wl-summary.el (wl-summary-prev): Fixed regexp.
6039         (wl-summary-next): Ditto.
6040
6041 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6042
6043         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6044
6045 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6046
6047         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6048         for backward compatibility.
6049
6050 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6051
6052         * wl-summary.el (wl-summary-line-list-count): New function, merged
6053         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6054         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6055         list counts.
6056
6057 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-summary.el (wl-summary-create-line): Ignore errors while
6060         timezone-fix-time.
6061
6062         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6063
6064         * wl-summary.el (wl-summary-sync-update): Ditto.
6065         (wl-summary-default-from): Use wl-message-entity
6066         instead of entity.
6067
6068         * wl-summary.el (wl-summary-create-line): Fix.
6069
6070         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6071         (wl-summary-line-format): New user option.
6072         (wl-folder-summary-line-format-alist): Ditto.
6073         (wl-summary-from-width): Abolished.
6074
6075         * wl-util.el (toplevel): Require 'bytecomp.
6076         (wl-line-parse-format): New function.
6077         (wl-line-formatter-setup): New macro.
6078
6079         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6080         (wl-summary-buffer-line-formatter): New buffer local variable.
6081         (wl-summary-switch-to-clone-buffer): Follow the change above.
6082         (wl-summary-message-regexp): Fix.
6083         (wl-summary-from-func-internal): Abolished.
6084         (wl-summary-subject-func-internal): Ditto.
6085         (wl-summary-subject-filter-func-internal): Ditto.
6086         (All other related portions are changed.)
6087         (wl-summary-buffer-set-folder):
6088         Set up wl-summary-buffer-number-column and 
6089         wl-summary-buffer-line-formatter
6090         (All other related portions are changed.)
6091         (wl-summary-buffer-number-column-detect): Abolished.
6092         (All other related portions are changed.)
6093         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6094         (wl-summary-delete-all-temp-marks-on-buffer): Use
6095         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6096         (wl-summary-target-mark-delete): Ditto.
6097         (wl-summary-target-mark-refile-subr): Ditto.
6098         (wl-summary-target-mark-mark-as-read): Ditto.
6099         (wl-summary-target-mark-mark-as-unread): Ditto.
6100         (wl-summary-target-mark-mark-as-important): Ditto.
6101         (wl-summary-target-mark-save): Ditto.
6102         (wl-summary-replace-status-marks): Renamed from
6103         wl-summary-set-status-marks-on-buffer;
6104         Use wl-summary-message-regexp instead of
6105         wl-summary-buffer-number-regexp.
6106         (wl-summary-sync-update): Follow the change above.
6107         (wl-summary-goto-previous-message-beginning): New function.
6108         (wl-summary-mark-as-unread): Use it.
6109         (wl-summary-mark-as-important): Ditto.
6110         (wl-summary-line-formatter): New variable.
6111         (wl-summary-line-year): New function.
6112         (wl-summary-line-day): Ditto.
6113         (wl-summary-line-day-of-week): Ditto.
6114         (wl-summary-line-hour): Ditto.
6115         (wl-summary-line-minute): Ditto.
6116         (wl-summary-line-open-bracket): Ditto.
6117         (wl-summary-line-close-bracket): Ditto.
6118         (wl-summary-line-children-number): Ditto.
6119         (wl-summary-line-thread-indent): Ditto.
6120         (wl-summary-line-size): Ditto.
6121         (wl-summary-line-subject): Ditto.
6122         (wl-summary-line-from): Ditto.
6123         (wl-summary-line-children-and-from): Ditto.
6124         (wl-summary-create-line): Rewritten.
6125         (wl-summary-format-date): Abolished.
6126
6127         * wl-highlight.el (wl-highlight-summary-current-line): Use
6128         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6129         Use thread structure to detect thread top message.
6130
6131         * wl-draft.el (wl-default-draft-cite): Don't use
6132         wl-summary-from-func-internal.
6133
6134         * wl-refile.el (wl-refile-subject-learn): Don't use
6135         wl-summary-subject-filter-func-internal.
6136         (wl-refile-guess-by-subject): Ditto.
6137
6138         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6139         parameters.
6140
6141         * wl-thread.el (wl-thread-update-indent-string-region):
6142         Use wl-thread-update-line-on-buffer instead of
6143         wl-thread-update-indent-string.
6144         (wl-thread-update-children-number): Redefine using
6145         wl-thread-update-line-on-buffer.
6146         (wl-thread-update-indent-string): Abolished.
6147
6148         * Version number is increased to 2.9.11.
6149
6150 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6153         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6154         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6155
6156         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6157         as nil.
6158
6159         * wl-thread.el (wl-thread-open-all-unread): Use 
6160         elmo-folder-list-messages-mark-match.
6161         (wl-thread-insert-message): Removed argument `mark-alist'.
6162         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6163         elmo-msgdb-set-mark.
6164         (wl-thread-get-children-msgs-uncached): Likewise.
6165         (wl-thread-get-exist-children): Added argument include-self.
6166         (wl-thread-delete-message): Follow the change above.
6167
6168         * wl-summary.el (wl-summary-count-unread): Removed argument.
6169         (wl-summary-rescan): Follow the change above.
6170         (wl-summary-mark-as-read-region): Ditto
6171         (wl-summary-mark-as-unread-region): Ditto.
6172         (wl-summary-delete-messages-on-buffer): Ditto.
6173         (wl-summary-sync-update): Ditto.
6174         (wl-summary-switch-to-clone-buffer): Ditto.
6175         (wl-summary-goto-folder-subr): Ditto.
6176         (wl-summary-target-mark-mark-as-read): Ditto.
6177         (wl-summary-target-mark-mark-as-unread): Ditto.
6178         (wl-summary-target-mark-mark-as-important): Ditto.
6179         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6180         (wl-summary-update-thread): Removed argument `mark-alist'.
6181         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6182         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6183         (wl-summary-resume-cache-status): Likewise.
6184         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6185         elmo-msgdb-set-mark.
6186         (wl-summary-mark-as-read-all): Likewise.
6187         (wl-summary-delete-cache): Ditto.
6188         (wl-summary-auto-select-msg-p): Ditto.
6189         (wl-summary-mark-as-unread): Ditto.
6190         (wl-summary-no-auto-refile-message-p): Ditto.
6191         (wl-summary-mark-as-read): Ditto.
6192         (wl-summary-mark-as-important): Ditto.
6193         (wl-summary-auto-refile): Follow the change above.
6194         (wl-summary-delete-all-marks): Removed.
6195         (wl-summary-resume-marks-and-highlight): Ditto.
6196         (wl-summary-resume-marks): Ditto.
6197         (wl-summary-delete-important-msgs-from-list): Ditto.
6198         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6199
6200         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6201         wl-summary-count-unread.
6202
6203         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6204         (wl-summary-score-update-all-lines): Use
6205         elmo-msgdb-set-mark.
6206
6207 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6210         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6211         (wl-summary-create-line): Renamed from
6212         wl-summary-overview-create-summary-line;
6213         Argument rearrangement.
6214         (wl-summary-update-thread): Follow the change above.
6215
6216         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6217         (wl-thread-insert-entity-sub): Likewise.
6218
6219         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6220         argument `overview', `mark-alist' and added `msgdb'.
6221
6222         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6223
6224         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6225         (wl-summary-rescan): Follow the change above.
6226         (wl-summary-sync-update): Ditto.
6227         (wl-summary-insert-thread-entity): Ditto;
6228         Don't use `let*' in every while loop;
6229         Detect infinite loop of threads.
6230         (wl-summary-update-thread): Removed argument `overview'.
6231
6232         * wl-thread.el (wl-thread-insert-message): Ditto.
6233
6234         * Version number is increased to 2.9.10.
6235
6236         * wl-message.el (wl-message-redisplay): Ignore errors while
6237         wl-message-redisplay-hook.
6238
6239 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6242
6243 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl.el (wl): inhibit-quit while wl-folder.
6246
6247 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6250         while msgdb access.
6251
6252 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6253
6254         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6255         even if no folder is not created.
6256
6257 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6260
6261         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6262         implementation.
6263         (wl-summary-target-mark-thread): Ditto.
6264
6265         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6266
6267 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6268
6269         * wl-util.el (wl-display-bytes): Remove unused function.
6270
6271 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6274         seems critical one (partially reverse the change in 2002/03/17).
6275
6276 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6277
6278         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6279         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6280
6281 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6282
6283         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6284         is not writable.
6285         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6286         plugged status instead of `'force' as 2nd argument.
6287
6288         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6289         is not creatable.
6290
6291         * Version number is increased to 2.9.9.
6292
6293 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6294
6295         * wl-summary.el (wl-summary-suspend): New function.
6296
6297 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6298
6299         * wl.el (wl): Do not check variables if check is nil.
6300         * wl-utils.el (wl-collect-draft): New function.
6301         * wl-folder.el (wl-folder-suspend): Put summary buffers
6302         and draft buffers at the end of buffer list.
6303         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6304
6305 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6306
6307         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6308         loop instead of recursive call.
6309
6310         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6311         2nd argument.
6312
6313 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6314
6315         * wl-draft.el (wl-draft-create-contents): Don't take neither
6316         (function . args) nor (string . something) any more.
6317
6318         * wl-version.el (wl-generate-user-agent-string): Return string
6319         without header symbol.
6320         * wl-draft.el (wl-draft-default-headers): Use it.
6321
6322         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6323         `wl-draft-insert-ccs' and return field value instead of inserting
6324         the header. Abolish cc argument.
6325         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6326
6327         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6328         rather than one with string car.
6329
6330         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6331         * wl-draft.el (wl-draft-create-contents): Add it after the default
6332         headers.
6333
6334         * wl-draft.el (wl-draft-create-contents): For the case of
6335         (symbol-or-string . function) insert header only when the function
6336         returns string value.
6337
6338 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6339
6340         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6341         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6342
6343 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6344
6345         * wl.el (wl-check-environment): Don't check Message-ID when
6346         `wl-insert-message-id' is nil.
6347         Revive checking if `wl-message-id-domain' contains "@".
6348
6349 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6350
6351         * wl.el (wl-check-environment): Merge examination for "@" at
6352         inappropriate position into the first string-match.
6353
6354         * wl-summary.el (wl-summary-target-mark-print): New function.
6355         (wl-summary-pipe-message-subr): Extracted from
6356         `wl-summary-pipe-message'.
6357         (wl-summary-target-mark-pipe): New function.
6358         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6359         `wl-summary-target-mark-pipe'.
6360
6361 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6362
6363         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6364
6365 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6366
6367         * wl.el (wl-check-environment): Use elmo-warning instead of
6368         error for non-critical ones.
6369         Remove trash folder check.
6370         (wl): Don't ignore error in wl-check-environment.
6371
6372         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6373         check, which is moved from `wl-check-environment'.
6374         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6375
6376 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6377
6378         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6379         guess anything, call wl-summary-write.
6380         (wl-summary-write): Create draft with blank To field.
6381         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6382
6383 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6384
6385         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6386         argument full as well for wl-folder-write-current-folder.
6387         If wl-*-write-current-folder cannot guess addressee, add blank
6388         To header.
6389         Rewrite condition for positioning cursor.
6390
6391 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6392
6393         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6394         summary buffer is present, use it.
6395         (wl-folder-jump-to-previous-summary): Ditto.
6396
6397 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6398
6399         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6400
6401         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6402         wl-summary-previous-buffer and wl-summary-next-buffer.
6403
6404         * wl-folder.el (wl-folder-mode-map): Bind
6405         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6406         (wl-folder-jump-to-next-summary): New function.
6407         (wl-folder-jump-to-previous-summary): Ditto.
6408
6409         * wl-draft.el (wl-draft): Rearranged.
6410
6411 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6414         of header.
6415         (wl-draft): Collect arguments for the header as header-alist.
6416         (wl-draft-forward): Arrange arguments for wl-draft.
6417         (wl-draft-reply): Ditto.
6418         (wl-draft-edit-string): Ditto.
6419         * wl-summary.el (wl-summary-write): Ditto.
6420         (wl-summary-write-current-folder): Ditto.
6421
6422         * Version number is increased to 2.9.8.
6423
6424 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6425
6426         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6427
6428         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6429
6430         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6431         even if the guess failed.
6432
6433         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6434         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6435         wl-summary-write-current-folder.
6436         * wl-xmas.el: Ditto.
6437
6438 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-summary.el (wl-summary-next-page): Force display message if
6441         message is not displayed yet.
6442         (wl-summary-prev-page): Ditto.
6443
6444 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6445
6446         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6447
6448 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6449
6450         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6451         add "Preview Message" and "Save Draft and Exit".
6452
6453 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6454
6455         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6456         if addrmgr is called from draft in splitted window.
6457
6458         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6459         * wl-mule.el: Ditto.
6460         * wl-xmas.el: Ditto.
6461
6462 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6463
6464         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6465
6466         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6467         * wl-xmas.el (wl-folder-toolbar): Ditto.
6468
6469 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6470
6471         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6472         and wl-draft-save-and-exit.
6473         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6474         * wl-xmas.el: Ditto.
6475         * wl-mule.el: Ditto.
6476
6477         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6478         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6479
6480 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6483         lists for saving buffer.
6484
6485 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6486
6487         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6488         parent-folder argument instead of it.
6489         (wl-draft-create-buffer): Ditto.
6490         (wl-draft-forward): Ditto.
6491         (wl-draft-reply): Ditto.
6492         * wl-summary.el (wl-summary-write): Ditto.
6493         (wl-summary-write-current-folder): Ditto.
6494
6495         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6496         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6497         Folder buffer after composing.
6498
6499 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6502         header if the file `wl-x-face-file' already contains it.
6503
6504 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6505
6506         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6507         folder" entry.
6508         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6509         * wl-e21.el (wl-folder-toolbar): Ditto.
6510         * wl-xmas.el (wl-folder-toolbar): Ditto.
6511
6512 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6513
6514         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6515         wl-folder-goto-folder with sticky argument.
6516         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6517
6518 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6519
6520         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6521         and wl-summary-previous-buffer.
6522         (wl-summary-next-buffer): New function.
6523         (wl-summary-previous-buffer): Ditto.
6524
6525 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6526
6527         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6528         wl-folder-jump-to-current-entity-with-arg.
6529         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6530         `wl-folder-jump-to-current-entity'.
6531         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6532         `wl-summary-goto-folder-sticky'.
6533         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6534         `wl-summary-goto-folder'.
6535         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6536         Unless force-exit, do not clean temp. marks for sticky summary.
6537         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6538
6539 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6542         not entire.
6543
6544 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6547         to `C-x C-s'.
6548         (wl-summary-save-status): New command.
6549         (wl-summary-exit): Don't clean-up temp marks when sticky.
6550         (Applied patch from Nakayama-san [wl: 09548])
6551         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6552         Do nothing when no mark data.
6553         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6554         Call `wl-summary-delete-all-temp-marks' before saving.
6555
6556 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6557
6558         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6559
6560 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6561
6562         * wl.el (wl-check-environment): Also cause error when (system-name)
6563         returns "localhost.localdomain". (Although it doesn't affect because
6564         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6565
6566 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6567
6568         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6569         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6570
6571         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6572         value.
6573
6574 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6575
6576         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6577         Likewise r-cc-list and r-ng-list.
6578
6579 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6580
6581         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6582         only if it is bound as variable.
6583
6584         * wl-mime.el (wl-draft-preview-message): Ditto.
6585
6586 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6587
6588         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6589         needless `goto-char'.
6590
6591         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6592         `wl-summary-redisplay-no-mime-internal' instead of
6593         `wl-summary-redisplay-no-mime'.
6594         (wl-summary-redisplay-no-mime): Changed argument;
6595         Call `wl-summary-redisplay-no-mime-internal'.
6596
6597         * wl-mime.el (wl-draft-preview-message): Bind
6598         `mime-header-encode-method-alist' locally.
6599
6600         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6601         (wl-draft-std11-parse-addresses): Added the first address check.
6602         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6603
6604         * Version number is increased to 2.9.7.
6605
6606 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6607
6608         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6609
6610 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6611
6612         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6613         related to scrollbar support, if there is no such a feature
6614         compiled in.
6615
6616 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6617
6618         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6619         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6620         for prefetch.
6621
6622 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6623
6624         * wl-summary.el (wl-summary-pick): Fix for no match.
6625
6626 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6627
6628         * wl-draft.el (wl-draft-save):
6629         Override `mime-header-encode-method-alist'.
6630
6631 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl-folder.el (wl-folder-pick): New function.
6634         Define key as "?".
6635
6636 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6639         Fix for unplugged.
6640
6641 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-folder.el (wl-folder-virtual): New function.
6644         Define key as "V".
6645
6646 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6649         multi folder if entity is group.
6650
6651 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6654         is nil.
6655
6656 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6659         (wl-summary-target-mark-msgs): Return the number of marked messages.
6660
6661 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6662
6663         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6664         "first:" is specified.
6665
6666 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6667
6668         * wl-vars.el (wl-from): Use return value of function
6669         user-full-name instead of the variable user-full-name since
6670         XEmacs-20.4 doesn't set this variable.
6671
6672 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6673
6674         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6675         call `wl' directly.
6676
6677 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6678
6679         * wl-draft.el (wl-draft-reedit): Removed duplicated
6680         switch-to-buffers.
6681
6682 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * wl.el (wl-other-frame): Removed garbages.
6685
6686 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6689
6690         * wl-xmas.el (wl-draft-key-setup): Ditto.
6691
6692         * wl-mule.el (wl-draft-key-setup): Ditto.
6693
6694         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6695         (wl-draft-reedit): Ditto.
6696         (wl-draft-prepare-edit): Add `wl-draft-save' to
6697         `local-write-file-hooks'.
6698         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6699         (wl-draft-reedit): Set buffer-file-name.
6700         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6701
6702
6703         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6704         call it.
6705         (wl-delete-startup-frame-function): New variable.
6706         (wl-other-frame): New function
6707         (Original was written by Yamaoka san [wl: 09239]).
6708
6709         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6710         if `wl-folder-use-frame'.
6711
6712 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6715
6716 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6719         New variable.
6720         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6721         (wl-message-buffer-prefetch-get-next): Use them.
6722         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6723
6724 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6727         with unwind-protect.
6728
6729         * wl-draft.el (wl-draft-reedit): Rewrite.
6730         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6731         (wl-draft-save): Insert header separator if it does not exist;
6732         Removed condition-case.
6733
6734         * wl-summary.el (wl-summary-reedit): Revert last change.
6735
6736         * wl-draft.el (wl-draft-save): Rewrite.
6737         (wl-draft-create-buffer): Set buffer-file-name as nil.
6738
6739         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6740
6741         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6742
6743         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6744         nil.
6745
6746 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6749         If count is nil, do not prefetch.
6750         (wl-message-buffer-prefetch-next): Next.
6751
6752 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6753
6754         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6755
6756 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6759         `delete-backward-char'
6760         (wl-draft-prepare-edit): Check major-mode.
6761         (wl-draft-decode-header): Rewrite.
6762         (wl-draft): Fix.
6763
6764 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6767
6768 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6769
6770         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6771         (wl-message-buffer-prefetch-get-next): Remove size checking.
6772         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6773
6774 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6775
6776         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6777         (wl-draft-default-headers): Fix.
6778
6779 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6780
6781         * wl-draft.el (wl-draft-default-headers): Insert return value of
6782         `wl-generate-mailer-string-function'.
6783
6784 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6787         (wl-draft-insert-mail-header-separator): Ditto.
6788
6789         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6790         again (Reverted the change on 2002-01-17 by OKADA san).
6791
6792 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-draft.el (wl-draft): Rewrite.
6795         (wl-draft-create-buffer): New function.
6796         (wl-draft-create-contents): Ditto.
6797         (wl-draft-prepare-edit): Ditto.
6798         (wl-draft-decode-header): Ditto.
6799         (wl-draft-decode-body): Ditto.
6800         (wl-draft-check-new-line): Ditto.
6801         (wl-draft-default-headers): Ditto.
6802         (wl-draft-insert-mail-header-separator): Ditto.
6803
6804 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6805
6806         * Version number is increased to 2.9.6.
6807
6808 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-draft.el (wl-draft-delete-field): Optional argument.
6811         (wl-draft-delete-fields): Ditto.
6812
6813 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-message.el (toplevel): Eliminated byte-compile warning.
6816         for `itimer-function', `delete-timer' and `itimer-list'.
6817
6818 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6821         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6822         `wl-message-buffer-prefetch-threshold'.
6823         * wl-summary.el (wl-summary-redisplay-internal): Remove
6824         the check of `wl-message-buffer-prefetch-depth'.
6825
6826 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6827
6828         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6829         size of article.
6830         (wl-message-buffer-prefetch-subr): Remove size check.
6831
6832 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6833
6834         * wl-vars.el (wl-plugged): Make customizable.
6835
6836 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6837
6838         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6839         (wl-message-buffer-prefetch-set-timer): New function.
6840         (wl-message-buffer-prefetch-get-next): New function.
6841         (wl-message-buffer-prefetch): New function.
6842         (wl-message-buffer-prefetch-next): Rewrite.
6843         (wl-message-buffer-prefetch-subr): Rewrite.
6844         * wl-vars.el (wl-auto-prefetch-first): New variable.
6845         * wl-summary.el (wl-summary-goto-folder-subr): Call
6846         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6847
6848 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6849
6850         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6851         `wl-summary-unread-message-hook'.
6852
6853 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6856         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6857         if range is `cache-status'.
6858
6859 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6860
6861         * wl-message.el (wl-message-buffer-prefetch-subr):
6862         Improve debug message.
6863
6864 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6865
6866         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6867         `wl-mail-send-pre-hook'.
6868         (wl-draft-send-mail-with-qmail): Ditto.
6869         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6870
6871 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6872
6873         * wl-message.el (wl-message-buffer-prefetch-subr):
6874         Fix for cancel-function-timers bug.
6875         (wl-message-buffer-prefetch-debug): Default value is t.
6876
6877 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6878
6879         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6880         (wl-message-buffer-prefetch-subr): Rewrite.
6881         Rename from `wl-message-buffer-prefetch'.
6882
6883 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6884
6885         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6886         (wl-default-draft-cite-decorate-author): Ditto.
6887
6888         * wl-draft.el (wl-draft-cite-function): Removed.
6889         (wl-default-draft-cite-decorate-author): Ditto.
6890
6891 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6892
6893         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6894         (wl-default-draft-cite): Do not arrange author name if the value of
6895         `wl-default-draft-cite-decorate-author' is nil.
6896
6897 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6900
6901         * wl-folder.el (wl-folder-check-one-entity): Don't care
6902         `elmo-folder-use-flag-p'.
6903
6904 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6905
6906         * wl-folder (wl-folder-check-one-entity): Fix
6907         problem if unread is nil.
6908
6909 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6910
6911         * wl-address.el (wl-address-make-completion-list): Check whether
6912         the address is a group list.
6913         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6914
6915 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6916
6917         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6918         The number of the messages of new and unread does not count
6919         correctly.
6920
6921         * wl-summary.el (wl-summary-count-unread): Changed to return
6922         `(new . unread)' instead of total.
6923         (wl-summary-sync-update): Follow the change above.
6924
6925         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6926
6927 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6928
6929         * wl-address.el (wl-address-make-completion-list): Do not enclose
6930         address by " <" and ">" if associated realname is "".
6931         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6932         This is against the promblem with group list in .addresses pointed
6933         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6934
6935 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6936
6937         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6938         message is a format control string.
6939         * wl-expire.el (wl-expire-append-log): Ditto.
6940         * wl-mime.el (wl-summary-burst-subr): Ditto.
6941         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6942         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6943
6944 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6945
6946         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6947         wl.el (wl-check-variables): Rename from `wl-check-type'.
6948         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6949         (wl-check-variables-2): New function.
6950         (wl): Call `wl-check-variables-2'.
6951
6952 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6953
6954         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6955         after renaming folder in access group.
6956
6957 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6958
6959         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6960         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6961         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6962         (wl-message-buffer-prefetch): Rewrite.
6963         (wl-message-buffer-prefetch-idle-time): Removed.
6964         * wl-summary.el (wl-summary-redisplay-internal):
6965         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6966         Error check for `wl-message-buffer-prefetch-depht'.
6967
6968 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6969
6970         * Version number is increased to 2.9.5.
6971         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6972
6973 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6974
6975         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6976         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6977         Based on the patch written by
6978         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6979
6980 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6981
6982         * wl-draft.el (wl-draft-raw-send): Fix for
6983         `wl-news-send-pre-hook'
6984
6985 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6986
6987         * wl-utils.el (wl-message-id-function): New variable.
6988         * wl-draft.el (wl-draft-insert-required-fields):
6989         Use `wl-message-id-function'.
6990
6991 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6992
6993         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6994         * wl-utils.el (wl-draft-make-message-id-string):
6995         Use `wl-from' for domain part of Message-ID
6996         if `wl-message-id-use-wl-from' if non-nil.
6997         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6998
6999 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl.el (wl): Call `wl-check-type'
7002         Do not 'condition-case'.
7003
7004 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7005
7006         * wl.el (wl-check-type): New function.
7007         (wl-check-type-variables): New variable.
7008
7009 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7012
7013 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-draft.el (wl-smtp-password-key): New function.
7016         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7017         (wl-draft-send-mail-with-smtp): Ditto.
7018         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7019
7020 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7021
7022         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7023         * wl-utils.el (wl-unique-id-suffix): Remove.
7024
7025 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7026
7027         * Version number is increased to 2.9.4.
7028
7029 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7030
7031         * wl-utils.el (wl-unique-id-suffix): New variable.
7032         (wl-unique-id): Use `wl-unique-id-suffix'
7033
7034 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7035
7036         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7037         instead of `elmo-msgdb-search'.
7038
7039         * Version number is increased to 2.9.3.
7040
7041 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7042
7043         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7044
7045 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7048         (wl-draft-dispatch-message): Changed for send-later.
7049         (wl-draft-queue-flush): Ditto.
7050         (wl-draft): Clear `wl-sent-message-queued'.
7051         (wl-draft-reedit): Ditto.
7052         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7053         * wl-vars.el (wl-draft-force-queuing): New variable.
7054         (wl-draft-force-queuing-mail): New variable.
7055         (wl-draft-force-queuing-news): New variable.
7056
7057 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7060         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7061
7062 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7063
7064         * Version number is increased to 2.9.2.
7065
7066 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * wl-draft.el (wl-draft-elide-region): New user command.
7069         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7070
7071         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7072         command `wl-draft-elide-region'.
7073         * wl-mule.el: Ditto.
7074         * wl-xmas.el: Ditto.
7075
7076 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7079         (wl-biff-check-folder-async): Removed needless let.
7080
7081 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7084         wl-folder-get-elmo-folder.
7085         (wl-biff-check-folder): Set `biff' argument of
7086         `wl-folder-check-one-entity'.
7087         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7088
7089         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7090         (wl-folder-check-one-entity): Added `biff' argument;
7091         Setup `biff' slot of folder.
7092
7093         * Version number is increased to 2.9.1.
7094
7095 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7098         comment out and fixed.
7099         (wl-fldmgr-add-completion-subr): Ditto.
7100
7101         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7102         and msgdb.
7103
7104         * wl.el (wl-toggle-plugged): Save summary view.
7105
7106 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7109
7110 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7111
7112         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7113
7114 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7117         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7118         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7119
7120         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7121         if it was failed.
7122         (wl-demo): Disable undo in the demo buffer.
7123
7124 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7125
7126         * wl-version.el (wl-version): Changed codename.
7127
7128         * Version number is increased to 2.9.0.
7129
7130 2001-12-14  Takuo KITAME <kitame@northeye.org>
7131
7132         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7133         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7134         (wl-folder-mark-as-read-all-current-entity): Ditto.
7135
7136 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-vars.el (wl-from-width): Define as obsolete variable.
7139         (wl-subject-length-limit): Ditto.
7140
7141         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7142
7143         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7144         wl-summary-save-view.
7145
7146         * wl.el (wl-save-status): Ditto.
7147         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7148
7149         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7150         (wl-summary-exit): Follow the change above.
7151         (wl-summary-goto-folder-subr): Ditto.
7152
7153         * wl-folder.el (wl-folder-create-subr): Don't use
7154         `elmo-folder-creatable-p'.
7155
7156 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7159
7160 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7163         rather than bitmap on Emacs 21.
7164         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7165         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7166         for xbm if the new redisplay engine is not available.
7167
7168 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-folder.el (wl-folder-init-hook): New hook.
7171         (wl-folder-init): Run `wl-folder-init-hook'.
7172
7173 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7176
7177 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-acap.el (wl-acap-cache-filename): New variable.
7180         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7181         (wl-acap-init): Use cache if no ACAP server found.
7182
7183 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7184
7185         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7186         `wl-acap-original-msgdb-dir'.
7187
7188         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7189         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7190
7191         * wl-mime.el (wl-mime-save-directory): Renamed from
7192         `wl-mime-save-dir'.
7193
7194 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7197
7198         * wl-demo.el: Require `path-util'.
7199         (wl-demo-bitmap-mule-available-p): New internal variable.
7200         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7201         `module-installed-p' instead.
7202         (wl-demo-insert-image): Use *.img file for a bitmap image.
7203         (wl-demo): Don't call the ascii demo recursively.
7204
7205 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7206
7207         * Version number is increased to 2.7.7.
7208
7209 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl.el (wl-exit): Eliminated byte-compile warning.
7212
7213 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7214
7215         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7216         obsolete variable using `elmo-define-obsolete-variable'.
7217         (wl-fetch-confirm-threshold): Ditto.
7218         (wl-cache-prefetch-folder-type-list): Ditto.
7219         (wl-cache-prefetch-folder-list): Ditto.
7220
7221 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7224         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7225         (wl-demo-insert-image): New function.
7226         (wl-demo-insert-text): New function.
7227         (wl-demo-image-type-alist): Redefine as a function.
7228         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7229         (wl-demo-with-temp-file-buffer): Removed.
7230         (wl-logo-xpm): Removed.
7231         (wl-logo-xbm): Removed.
7232         (wl-logo-bitmap): Removed.
7233
7234 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7235
7236         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7237         (wl-expire-localdir-get-folder-function): New user option.
7238         (wl-expire-localdir-get-folder): New function.
7239         (wl-expire-localdir-date): Ditto.
7240
7241 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7242
7243         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7244         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7245         Fixed unread number mismatch when all-unread < unread.
7246
7247 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7248
7249         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7250         (wl-fetch-confirm-threshold): Ditto.
7251
7252         * wl-summary.el (wl-summary-confirm-appends): Removed.
7253         (wl-summary-sync-update): Don't refer
7254         `wl-summary-update-confirm-threshold' (It is now abolished).
7255
7256         * wl-message.el (wl-message-display-internal): Don't refer
7257         `wl-fetch-confirm-threshold' (It is now abolished).
7258
7259 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7262
7263 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7264
7265         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7266         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7267         Change default value to nil.
7268         (wl-summary-indent-length-limit): The value can be nil, nil means
7269         unlimited.
7270
7271         * wl-summary.el: Don't set limit for indent length if the value of
7272         wl-summary-indent-length-limit is nil.
7273         If the value of wl-summary-width is nil, it means only that the width
7274         of summary is unlimited (nil doesn't mean that the indent length is
7275         unlimited).
7276
7277         * wl-thread.el: Ditto.
7278
7279 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7280
7281         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7282         be nil, nil means never confirm.
7283         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7284
7285 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7286
7287         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7288         means unlimited).
7289
7290 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7293         Use `with-temp-buffer'.
7294
7295 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7298         with new backquote style).
7299         (wl-folder-get-entity-from-buffer): Ditto.
7300
7301 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7302
7303         * wl-version.el (nemacs-version): Eliminated.
7304         (wl-extended-emacs-version2): Ignore nemacs.
7305         (wl-extended-emacs-version3): Ditto.
7306
7307 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7308
7309         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7310         (wl-draft-add-in-reply-to): New variable.
7311         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7312         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7313         (wl-draft-yank-from-mail-reply-buffer): Use
7314         `wl-draft-add-in-reply-to'.
7315         (wl-draft-insert-current-message): Ditto.
7316
7317 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7318
7319         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7320         typo (kill->hide).
7321         (wl-message-buffer-prefetch-folder-type-list): Added elements
7322         `mark' and `cache' instead of `internal'.
7323
7324 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7325
7326         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7327         resume msgdb directory.
7328
7329 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * wl.el (wl-exit): Call `wl-acap-exit'.
7332
7333         * wl-summary.el (wl-summary-message-string): New function.
7334         (wl-summary-reedit): Use it.
7335         (wl-summary-resend-bounced-mail): Remove needless let.
7336         (wl-summary-supersedes-message): Ditto.
7337         (wl-summary-save): Ditto.
7338
7339         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7340         (wl-acap-init): Set it.
7341         (wl-acap-exit): New function.
7342
7343 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7344
7345         * wl.el (wl-init): Revert (require 'mime-setup). move from
7346         toplevel.
7347
7348 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7351         local variables.  Add error when guess function return invalid
7352         value.
7353
7354 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7355
7356         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7357         Change local variable name.
7358         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7359         (wl-folder-get-newsgroups): Return nil when non-news folder.
7360         * wl-summary.el (wl-summary-write-current-folder): State through
7361         when guess-list return nil.
7362         (wl-summary-write-current-folder-functions): Fixed docstring.
7363
7364         * wl.el (wl-exit): Changed confirm message.
7365
7366         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7367         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7368
7369         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7370
7371 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7372
7373         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7374         user option (Renamed from wl-cache-prefetch-folder-type-list).
7375         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7376         from wl-cache-prefetch-folder-list).
7377
7378         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7379         Move to wl-vars.el.
7380         (wl-message-buffer-prefetch-p): Changed to enable
7381         `wl-message-buffer-prefetch-folder-list'.
7382
7383         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7384         `ignore-cache'.
7385
7386 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7387
7388         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7389         `part-top' and `part-bottom'.
7390         (wl-draft-config-sub-part-top): New function.
7391         (wl-draft-config-sub-part-bottom): New function.
7392
7393 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7394
7395         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7396
7397 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7398
7399         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7400
7401 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7402
7403         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7404
7405         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7406         (wl-summary-write-current-folder): Ditto.
7407
7408 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-folder.el (wl-folder-get-newsgroups): Use
7411         `elmo-folder-newsgroups'.
7412
7413 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7414
7415         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7416         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7417         `wl-draft-config-sub-header-bottom'.
7418
7419 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7420
7421         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7422         localnews folder.
7423
7424 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7425
7426         * wl-summary.el (wl-summary-mode): Undo last change.
7427
7428         * wl-folder.el (wl-folder-mode): Ditto.
7429
7430 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7431
7432         * wl-summary.el (wl-summary-mode): Locally set
7433         truncate-partial-window-width to nil.
7434         (for XEmacs)
7435
7436         * wl-folder.el (wl-folder-mode): Ditto.
7437
7438 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7441
7442 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7445         number.
7446
7447         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7448
7449         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7450
7451         * Version number is increased to 2.7.6.
7452
7453 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7454
7455         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7456
7457 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-summary.el (wl-summary-sync-update): Enclose network
7460         related portion with `unwind-protect'.
7461
7462 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7463
7464         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7465
7466 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7469         element.
7470         * wl-vars.el (wl-message-body-button-alist): Ditto.
7471
7472         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7473         max match length.
7474         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7475
7476         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7477         for the max match length;
7478         Use 4th element value for the button string regexp group.
7479
7480         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7481         candidate exists, prompt to select.
7482
7483 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7484
7485         * wl-summary.el (wl-summary-jump-to-msg): Search before
7486         calibration point by `beginning-of-line'.
7487
7488 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7489
7490         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7491         for access group.
7492
7493 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-message.el (wl-message-display-internal): Bind
7496         `default-mime-charset'.
7497
7498         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7499
7500         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7501
7502         * Version number is increased to 2.7.5.
7503
7504 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7505
7506         * wl-expire.el (wl-summary-archive): Fixed;
7507         Use `elmo-folder-name-internal'.
7508
7509 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7510
7511         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7512         from `elmo-folder-move-messages' caller.
7513         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7514
7515         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7516         related portions are changed).
7517
7518 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7519
7520         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7521         counter.
7522
7523 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7524
7525         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7526         buffer local and set it to nil.
7527
7528         * wl-message.el (wl-message-redisplay): Ditto.
7529
7530 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-summary.el (wl-summary-mark-as-important): If message is
7533         already cached, set messag as read, otherwise encache and mark as read.
7534
7535 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7536
7537         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7538         point-min.
7539
7540 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7543         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7544         a keymap.
7545
7546 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7549         parent.
7550
7551         * wl-mule.el (wl-message-define-keymap): Ditto.
7552
7553         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7554
7555         * wl-xmas.el (wl-message-display-internal-hook): Define.
7556         (wl-xmas-setup-message-toolbar): Define as function.
7557         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7558         (wl-message-overload-functions): Abolished.
7559         (wl-message-define-keymap): New function.
7560
7561         * wl-vars.el (wl-message-display-internal-hook): New variable.
7562         (wl-message-header-button-alist): New variable (Renamed from
7563         wl-highlight-message-header-button-alist).
7564         (wl-message-body-button-alist): Ditto.
7565
7566         * wl-mule.el (wl-message-define-keymap): New function.
7567         (wl-message-overload-functions): Abolished.
7568
7569         * wl-message.el (wl-message-add-buttons-to-body): New function.
7570         (wl-message-redisplay): Don't call wl-message-overload-functions;
7571         Call wl-message-add-buttons-to-header and
7572         wl-message-add-buttons-to-body.
7573         (wl-message-display-internal): Set keymap argument for
7574         elmo-mime-display-as-is, elmo-mime-message-display;
7575         Run wl-message-display-internal-hook.
7576         (wl-message-refer-article-or-url): Abolished.
7577
7578         * wl-highlight.el (wl-highlight-headers): Don't call
7579         wl-highlight-message-add-buttons-to-header.
7580         (wl-highlight-message-add-buttons-to-header): Abolished.
7581
7582
7583         * wl-e21.el (wl-message-display-internal-hook): Define.
7584         (wl-e21-setup-toolbar): Deleted duplicated binding.
7585         (wl-e21-setup-message-toolbar): Define as function.
7586         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7587         (wl-message-define-keymap): New function.
7588         (wl-message-overload-functions): Abolished.
7589
7590 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7593         and elmo-folder-close.
7594
7595         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7596
7597 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7598
7599         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7600         boolean value.
7601         * wl-draft.el (wl-draft-do-fcc): Ditto.
7602
7603 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7604
7605         * wl-vars.el (wl-fcc-force-as-read): New variable.
7606         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7607         mark copied message as read.
7608
7609 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7610
7611         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7612
7613 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7614
7615         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7616         `wl-summary-target-above' instead of obsolete variable
7617         `wl-summary-temp-above'.
7618
7619         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7620         instead of `make-obsolete-variable'.
7621         * wl-refile.el (toplevel): Ditto.
7622
7623 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7626         with third argument t.
7627         (wl-draft): Set first argument for wl-plugged-init as t.
7628
7629         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7630         definition.
7631
7632 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7633
7634         * wl-vars.el: Tabify.
7635         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7636
7637         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7638         message.
7639
7640 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7641
7642         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7643         and set default to beep.
7644
7645 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7646
7647         * wl-vars.el (wl-draft-truncate-lines): New variable.
7648
7649         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7650         instead of wl-message-truncate-lines for truncate-lines.
7651
7652 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-message.el (wl-message-display-internal): Call
7655         `wl-highlight-message' after `elmo-mime-display-as-is'.
7656
7657         * wl-mime.el (wl-mime-display-text/plain): New function.
7658         (wl-mime-display-header): Ditto.
7659         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7660         body-presentation-method for text/plain;
7661         Register `wl-mime-display-header' as a header-presentation-method;
7662         Don't set up `elmo-message-text-content-inserted-hook' and
7663         `elmo-message-header-inserted-hook'.
7664
7665         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7666         variable.
7667         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7668         as t if flag is 'all-header;
7669         Don't bind `elmo-message-ignored-field-list',
7670         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7671
7672 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7675         for xemacs with non-mule environment.
7676
7677 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7678
7679         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7680         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7681         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7682
7683 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7684
7685         * wl-vars.el (wl-interactive-send): Set default value as t.
7686
7687 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7690         (wl-addrmgr-method-list): Abolished.
7691         (wl-addrmgr-change-method): Follow above change.
7692
7693         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7694
7695 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7696
7697         * wl-vars.el (wl-message-truncate-lines): Change default value
7698         to default-truncate-lines.
7699
7700         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7701
7702 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7703
7704         * wl-vars.el (wl-message-truncate-lines): New variable.
7705
7706         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7707         wl-message-truncate-lines.
7708
7709 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7710
7711         * wl-acap.el (wl-acap-init): Remove period from error message.
7712         (wl-acap-find-acap-service): Remove period from message.
7713
7714 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl.el (wl-check-environment): Undo last change.
7717
7718         * wl-vars.el (wl-from): Changed default value.
7719
7720         * wl-util.el (toplevel): Don't require tm-edit.
7721
7722         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7723         `wl-folder-init';
7724         Don't set mark on mail body.
7725         (wl-draft-reedit): Ditto.
7726
7727         * wl-address.el (wl-address-quote-specials): Define as an alias for
7728         elmo-address-quote-specials.
7729
7730 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7731
7732         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7733
7734         * wl-vars.el (wl-from): Set default value as nil.
7735         (wl-organization): Set default value as ORGANIZATION environment
7736         variable.
7737
7738         * wl-draft.el (wl-smtp-extension-bind): Check value of
7739         wl-smtp-connection-type.
7740
7741         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7742         error.
7743
7744 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7745
7746         * Version number is increased to 2.7.4.
7747
7748         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7749         arguments from `wl-highlight-x-face-function' caller.
7750         Use x-face-1.3.6.12 or later.
7751
7752 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7753
7754         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7755
7756 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7757
7758         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7759         (wl-fcc): Fix to accept function.
7760         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7761
7762 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7763
7764         * wl-acap.el (toplevel): Added `product-provide' declare.
7765         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7766
7767 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl.el (wl): Changed order of calling `elmo-init'
7770         and `elmo-folder-init'.
7771
7772 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7773
7774         * wl-mime.el (wl-summary-burst): Extract message when content-type
7775         of root entity is not only `multipart' but also `message/rfc822'.
7776         (wl-summary-burst-subr): Ditto.
7777
7778 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-vars.el (toplevel): Require 'custom.
7781         (wl-trash-folder): Added to `wl-setting' group.
7782
7783         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7784         exists.
7785         (wl-addrmgr-draw): Insert empty line when no entry exists.
7786
7787         * wl-mule.el (wl-message-wheel-up): Fixed.
7788         (wl-message-wheel-down): Ditto.
7789
7790 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7791
7792         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7793         config is an anonymous lambda expression.
7794
7795 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7798         when Mule 2 is running.
7799
7800 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7803
7804 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7807         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7808
7809         * wl-address.el (wl-address-specials-regexp): Eliminated.
7810         (wl-address-quote-specials): Rewrite.
7811
7812 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7815         shy-groups for regexp.
7816
7817         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7818         character classes and Perl style shy-groups for regexp.
7819         (wl-highlight-plugged-current-line): Use Posix style character
7820         classes for regexp.
7821         (wl-e21-highlight-folder-by-numbers): Ditto.
7822         (wl-e21-display-image-p): Use `display-images-p' instead of
7823         `display-graphic-p'.
7824         (display-images-p): Make an alias to `display-graphic-p' if it is
7825         not available.  It is for Emacs version prior to 21.0.105.
7826
7827         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7828         `display-graphic-p'.
7829         (wl-demo-image-type-alist): Ditto.
7830         (display-images-p): Make an alias to `display-graphic-p' if it is
7831         not available.  It is for Emacs version prior to 21.0.105.
7832
7833 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7834
7835         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7836         support.
7837         (wl-generate-user-agent-string): Ditto.
7838
7839         * wl-version.el (wl-version): Update docsting.
7840         (wl-version-status): Ditto.
7841
7842 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7843
7844         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7845         21.0.105.  For Emacs 21.0.104 or earlier.
7846
7847 2001-09-03  Takuo KITAME <kitame@northeye.org>
7848
7849         * wl-e21.el (wl-plugged-init-icons): Use
7850         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7851         (wl-biff-init-icons): Ditto.
7852
7853 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-highlight.el (wl-highlight-summary-current-line):
7856         Fixed highlighting refile/copy destination.
7857
7858         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7859         (wl-acap-store): Encode string by wl-acap-coding-system.
7860
7861 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-acap.el (toplevel): Check and require 'un-define before
7864         'xemacs-ucs;
7865          Added checking for UTF-2000.
7866
7867 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7870         Don't enclose with `eval-and-compile'.
7871
7872         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7873         wl-init is non-nil.
7874
7875         * wl-draft.el (wl-draft): Ditto.
7876
7877         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7878
7879         * wl-acap.el (toplevel): Require 'wl.
7880         (wl-acap-store): Call `elmo-init'.
7881
7882         * wl.el (wl): Changed position of `wl-check-environment'.
7883         (toplevel): Added autoload setting for wl-acap.
7884
7885         * wl-vars.el (wl-setting): New custom group.
7886         (wl-from): Added wl-setting group.
7887         (wl-user-mail-address-list): Ditto.
7888         (wl-organization): Ditto.
7889         (wl-subscribed-mailing-list): Ditto.
7890         (wl-envelope-from): Ditto.
7891         (wl-smtp-posting-user): Ditto.
7892         (wl-smtp-posting-server): Ditto.
7893         (wl-smtp-posting-port): Ditto.
7894         (wl-smtp-authenticate-type): Ditto.
7895         (wl-pop-before-smtp-user): Ditto.
7896         (wl-pop-before-smtp-server): Ditto.
7897         (wl-pop-before-smtp-port): Ditto.
7898         (wl-pop-before-smtp-authenticate-type): Ditto.
7899         (wl-nntp-posting-server): Ditto.
7900         (wl-nntp-posting-user): Ditto.
7901         (wl-nntp-posting-port): Ditto.
7902         (wl-fetch-confirm-threshold): Ditto.
7903         (wl-prefetch-threshold): Ditto.
7904         (wl-thread-insert-opened): Ditto.
7905         (wl-ldap-server): Ditto.
7906         (wl-ldap-port): Ditto.
7907         (wl-ldap-base): Ditto.
7908         (wl-ldap-objectclass): Ditto.
7909         (wl-use-ldap): Ditto.
7910         (wl-draft-config-alist): Ditto.
7911         (wl-draft-config-matchone): Ditto.
7912         (wl-template-alist): Ditto.
7913         (wl-message-sort-field-list): Ditto.
7914         (wl-message-ignored-field-list): Ditto.
7915         (wl-message-visible-field-list): Ditto.
7916         (wl-interactive-send): Ditto.
7917         (wl-summary-move-order): Ditto.
7918         (wl-auto-select-first): Ditto.
7919         (wl-auto-select-next): Ditto.
7920         (wl-interactive-save-folders): Ditto.
7921
7922         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7923         Initialization codes are moved from wl-local-folder-init.
7924         (wl-local-folder-init): Follow the change above.
7925         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7926
7927         * wl-acap.el: New file.
7928
7929         * Version number is increased to 2.7.3.
7930
7931 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7934
7935 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7936
7937         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7938         (wl-addrmgr-address-entry-list): Ditto.
7939
7940 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * wl-e21.el (wl-draft-mode-map): Removed binding for
7943         `wl-draft-insert-x-face-field'.
7944
7945         * wl-mule.el (wl-draft-mode-map): Ditto.
7946
7947         * wl-xmas.el (wl-draft-mode-map): Ditto.
7948
7949         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7950         (wl-cs-autoconv): Ditto.
7951         (wl-cs-local): Ditto.
7952         (wl-use-scoring): Ditto.
7953         (wl-mime-charset): Ditto.
7954         (wl-folder-check-async): Ditto.
7955
7956         * wl.el (toplevel): Ignore nemacs and tm.
7957         (wl-exit): Ditto.
7958
7959         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7960         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7961         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7962         instead of wl-address-petname-add-or-change.
7963         (wl-summary-edit-addresses-subr): Use wl-address-delete
7964         instead of wl-address-petname-delete.
7965
7966         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7967
7968         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7969         if error occured.
7970
7971         * wl-message.el (require): Remove tm support.
7972
7973         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7974
7975         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7976         (wl-folder-jump-to-current-entity): Ditto.
7977         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7978
7979         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7980         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7981         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7982
7983         * wl-mule.el (wl-draft-key-setup): Ditto.
7984
7985         * wl-xmas.el (wl-draft-key-setup): Ditto.
7986
7987         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7988         (wl-draft-std11-parse-addresses): New function.
7989         (wl-draft-parse-mailbox-list): Use it.
7990         (wl-draft): Ignore nemacs.
7991         (wl-draft-reedit): Ditto.
7992
7993         * wl-addrmgr.el: New file.
7994         (Original is wl-rcpt.el written by
7995         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7996         Thanks Kitamoto-san.)
7997
7998         * wl-address.el (wl-address-make-address-list): Modified parsing
7999         process.
8000         (wl-address-delete): Renamed from `wl-address-petname-delete';
8001         Modify wl-address-list too.
8002         (wl-address-add-or-change): Renamed from
8003         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8004
8005 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8006
8007         * wl-highlight.el (wl-highlight-summary-current-line):
8008           Work with transient-mark-mode
8009
8010 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * Version number is increased to 2.7.2.
8013
8014         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8015         instead of elmo-dop-queue-method.
8016
8017 2001-08-06  SAITO Atsunori <sai@yedo.com>
8018
8019         * wl-vars.el (wl-ldap-objectclass): New user option.
8020
8021         * wl-address.el (wl-ldap-make-filter): Use it.
8022
8023 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8026
8027 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl-folder.el (wl-folder): redisplay after folder insertion.
8030
8031         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8032
8033         * wl-summary.el (wl-summary-sync-update):
8034         Change status mark only when new-msgdb exists.
8035         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8036
8037 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-summary.el (wl-summary-open-folder): New function.
8040         (wl-summary-goto-folder-subr): Use it.
8041         (wl-summary-mark-as-important): Fix;
8042         Encache only when no cache exists.
8043
8044 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8047         Use with-current-buffer.
8048
8049 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8050
8051         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8052         before call `get-buffer'. Fixed parenthesis.
8053         (wl-score-get-header-entry): Clear message and help window when
8054         keyboard quit.
8055         (wl-score-edit-insert-header): Ditto.
8056
8057 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8058
8059         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8060         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8061         (wl-default-draft-cite): Fix.
8062
8063         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8064         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8065
8066 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-message.el (wl-message-prev-page): Do same bahavior
8069         as summary when it is called in the message buffer.
8070         (wl-message-next-page): Ditto.
8071
8072 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-summary.el (wl-summary-forward): Use cache if it is not
8075         section cache.
8076
8077 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8080         Removed redundant require of elmo-vars.
8081         (wl-biff-state-indicator-on): Changed default value for
8082         xemacs with non-mule environment.
8083
8084         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8085         wl-message-buffer is nil;
8086         Hide progress bar after moving messages.
8087
8088 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8091         message at cursor point is deleted.
8092
8093 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8094
8095         * wl-vars.el: Changed file coding system to euc-japan.
8096         Added -*-coding:-*- magic to the first line.
8097
8098         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8099         Search parent from the first message.
8100
8101         * Version number is increased to 2.7.1.
8102
8103 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8104
8105         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8106
8107 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8110         refile/delete execution.
8111
8112         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8113         Fixed docstring.
8114
8115 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8118         do update process;
8119         Don't update marks when update process is interrupted.
8120
8121 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8122
8123         * wl-summary.el (wl-summary-reply): Fixed problem when
8124         wl-draft-use-frame is non-nil.
8125         (wl-summary-forward): Ditto.
8126
8127         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8128         as nil.
8129         (wl-folder-mark-as-read-all-entity): Ditto.
8130         (wl-folder-prefetch-entity): Ditto.
8131
8132         * wl.el (wl): Check environment before wl-init.
8133
8134         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8135         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8136         instead of wl-summary-collect-unread.
8137         (wl-summary-reply): Split message window.
8138
8139 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8142         only if current language environment is japanese,
8143
8144         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8145         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8146         (wl-folder-goto-folder-subr): Ditto.
8147
8148         * wl-draft.el (wl-draft-dispatch-message): Call
8149         `elmo-file-cache-get-path'.
8150
8151 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8152
8153         * wl-summary.el (wl-summary-cursor-move): If return value of
8154         wl-summary-next-message is not number, don't jump.
8155
8156 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-summary.el (wl-summary-buffer-next-message-function): New
8159         variable.
8160         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8161         if it is bound.
8162
8163         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8164         string.
8165
8166         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8167         (wl-plugged-drawing): Ditto.
8168
8169 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8172         process.
8173         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8174         with unwind-protect.
8175
8176         * wl.el (wl-init): Require mime-setup.
8177         (wl-check-environment): Don't require mime-setup.
8178
8179         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8180         instead of elmo-folder-type.
8181
8182         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8183         value as nil.
8184
8185 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * Version number is increased to 2.7.0.
8188
8189         * wl-version.el (wl-version): Changed codename.
8190
8191         * wl-summary.el (wl-summary-delete-cache): Fixed.
8192
8193         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8194         Workaround for net folders.
8195         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8196
8197         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8198         value to nil (According to the patch from
8199         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8200
8201         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8202         of elmo-folder-close.
8203
8204 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8205
8206         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8207         for postfix.
8208
8209 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-summary.el (wl-summary-resend-message): Fixed.
8212
8213         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8214         Call wl-draft with `from' argument if its address is included in
8215         `wl-user-mail-address-list'.
8216         (wl-draft): Added `from' argument.
8217
8218         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8219         non-nil.
8220         (wl): Don't show demo if wl-demo is nil.
8221
8222         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8223         wl-summary-use-frame.
8224
8225         * wl-vars.el (wl-summary-use-frame): New user option.
8226         (wl-folder-use-frame): Changed docstring.
8227
8228         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8229         non-nil.
8230         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8231         wl-summary-use-frame.
8232
8233         * wl-vars.el (wl-folder-use-frame): New user option.
8234
8235         * wl-summary.el (wl-summary-exit): Back to folder frame if
8236         wl-folder-use-frame is non-nil.
8237         (wl-summary-redisplay-internal): Ignore cache if current folder
8238         is draft folder,
8239         (wl-summary-redisplay-no-mime): Ditto.
8240         (wl-summary-redisplay-all-header): Ditto.
8241
8242         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8243         if wl-folder-use-frame is non-nil.
8244
8245 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8246
8247         * wl-summary.el (wl-summary-sync-update): Bind
8248         elmo-folder-update-threshold.
8249         (wl-summary-mark-as-important): Enclosed server mark processing
8250         with `save-match-data'.
8251
8252         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8253         only when it is already defined.
8254
8255 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8256
8257         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8258         name of folder exclude localdir is wrong.
8259         * wl-folder.el (wl-folder-sync-entity):
8260         Set `wl-summary-always-sticky-folder-list' as nil.
8261         (wl-folder-mark-as-read-all-entity): Ditto.
8262         (wl-folder-prefetch-entity): Ditto.
8263
8264 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8265
8266         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8267         instead of `wl-summary-write-current-newsgroup'.
8268
8269 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8270
8271         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8272         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8273         non-nil and selected message is important, do not display.
8274
8275 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8276
8277         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8278
8279 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8282
8283         * wl-summary.el (wl-summary-mark-as-important): Set message number
8284         using wl-summary-message-number.
8285
8286 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8287
8288         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8289         destination folder is 'null.
8290
8291 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8292
8293         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8294         New function.
8295         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8296         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8297         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8298
8299 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl-mime.el (wl-mime-setup): Added setting for
8302         `mime-setup-signature-key-alist' to avoid overriding key bind for
8303         `wl-draft-send'.
8304
8305         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8306         for `wl-draft-send'.
8307         * wl-mule.el (wl-draft-overload-functions): Ditto.
8308         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8309         * wl-draft.el (wl-draft-send): Ditto.
8310
8311         * wl-message.el (wl-message-display-internal):
8312         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8313         (Patch is provided by <kita@coe.nttdata.co.jp>).
8314
8315 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8316
8317         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8318
8319 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8320
8321         * wl.el (wl): Fix for wl-demo.
8322
8323 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8324
8325         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8326
8327 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8328
8329         * wl-folder.el (wl-folder-prefetch-entity): Use
8330         `wl-folder-get-elmo-folder'.
8331         (wl-folder-count-incorporates): Do not use
8332         `wl-folder-get-elmo-folder'.
8333
8334 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8335
8336         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8337         instead of `elmo-folder-get-type'.
8338
8339 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8340
8341         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8342         position on Subject: field.
8343         (Advised by Mito <mit@nines.nec.co.jp>)
8344
8345 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8346
8347         * wl-folder.el (wl-folder-prefetch-entity): Use
8348         `wl-folder-get-elmo-folder'.
8349
8350 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8353
8354         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8355         `process-duplicates' slot.
8356
8357         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8358         if detection failed.
8359
8360 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8361
8362         * wl-version.el (wl-version-status): Set to "alpha".
8363
8364 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8367         Check wl-message-buffer lives before set-buffer.
8368
8369 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8370
8371         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8372         called in folder mode.
8373         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8374         * wl-summary.el (wl-summary-exit-pre-hook): Run
8375         `wl-summary-exit-pre-hook' before exit summary mode.
8376
8377 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8378
8379         * wl-version.el (wl-version-status): New variable.
8380         (wl-version-status-alist): Removed.
8381         (wl-version-status): Rule included.
8382
8383 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8384
8385         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8386         @sponichi.
8387
8388         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8389         when `mail-reply-buffer' is buffer-local variable.
8390         (Reported by <kita@coe.nttdata.co.jp>).
8391
8392 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8393
8394         * wl-vars.el (toplevel): Require 'elmo-util.
8395
8396 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8399         (All other related portions are changed)
8400
8401         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8402
8403         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8404
8405 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8406
8407         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8408
8409 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8412         Delete other windows to avoid an error.
8413         Use `point-marker' instead of `point' to remember the start point
8414         of body.
8415
8416         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8417
8418         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8419         number not to exceed all message number.
8420
8421 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8422
8423         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8424         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8425
8426 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-summary.el (wl-summary-sync-force-update): Added argument
8429         no-check.
8430         (wl-summary-sync-update): Ditto.
8431         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8432         with `no-check'.
8433
8434         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8435         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8436         already running.
8437
8438 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8439
8440         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8441         `dst-folder-arg'.
8442         (wl-expire-archive-number1): Diito.
8443         (wl-expire-archive-number2): Diito.
8444         (wl-expire-archive-Date): Diito.
8445         (wl-archive-number1): Diito.
8446         (wl-archive-number2): Diito.
8447         (wl-archive-date): Diito.
8448         (wl-archive-folder-p): New function.
8449         (wl-summary-expire): Support of expand folder name at
8450         wl-expire-alist.
8451         * wl-util.el (wl-expand-newtext): Renamed from
8452         `wl-refile-expand-newtext'.
8453
8454 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8455
8456         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8457         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8458         `(elmo-msgdb-get-overview msgdb)'.
8459         (wl-summary-prefetch): Bind match data before call
8460         `wl-summay-prefetch-msg'.
8461         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8462         'off if `wl-summary-buffer-disp-msg' is non-nil.
8463         Fixed problem that couldn't show only one new or unread message when
8464         enter folder.
8465         (wl-summary-reply): Don't call `split-window-vertically' and other
8466         window.
8467
8468 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-expire.el (wl-expire-refile): Fixed.
8471
8472 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8475
8476         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8477         biff notification is removed.
8478
8479         * wl.el (wl): Changed position of `elmo-init'.
8480
8481         * wl-draft.el (wl-default-draft-cite): Use date field
8482         on the citation buffer.
8483
8484         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8485
8486         * wl-xmas.el (wl-folder-internal-icon-list): Added
8487         `wl-folder-shimbun-image'.
8488
8489         * wl-e21.el (wl-folder-internal-icon-list): Added
8490         `wl-folder-shimbun-image'.
8491
8492 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl.el (wl-init): Eliminated argument.
8495         (wl): Rewrite.
8496
8497         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8498         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8499         instead of `elmo-folder-msgdb-internal'.
8500         (wl-summary-sync-update): Ditto.
8501         (wl-summary-flush-pending-append-operations): Eliminated.
8502         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8503         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8504         `elmo-folder-open'.
8505
8506         * wl-mime.el (wl-summary-burst): Fixed.
8507
8508         * wl-folder.el (wl-folder-info-save): Check data type.
8509
8510         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8511         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8512         instead of `elmo-folder-msgdb-internal'.
8513         (wl-expire-hide): Ditto.
8514
8515
8516         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8517
8518 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8519
8520         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8521
8522 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8523
8524         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8525
8526 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8527
8528         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8529         Fixed `match-beginning' argument mismatch.
8530
8531 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8532
8533         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8534         the default value.
8535
8536 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8539         instead of `elmo-nntp-default-port'.
8540
8541         * wl-vars.el: Fixed some doc strings.
8542
8543 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * wl-summary.el (wl-summary-prefetch-msg): Use
8546         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8547
8548         * wl-vars.el: Define *-func as obsolete variable using
8549         `elmo-define-obsolete-variable'.
8550
8551         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8552         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8553         instead of `wl-message-buffer-prefetch-threshold'.
8554
8555         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8556
8557         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8558
8559         * wl-draft.el (wl-caesar-region-func): Ditto.
8560
8561         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8562         Keep unread status in elmo-folder-move-messages.
8563         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8564
8565 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8566
8567         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8568         `wl-summary-buffer-exit-func'
8569         (wl-summary-buffer-message-redisplay-function): Renamed from
8570         `wl-summary-buffer-message-redisplay-func'
8571         (wl-summary-buffer-next-folder-function): Renamed from
8572         `wl-summary-buffer-next-folder-func'.
8573         (wl-summary-buffer-prev-folder-function): Renamed from
8574         `wl-summary-buffer-prev-folder-func'.
8575         (wl-summary-get-petname-function): Renamed from
8576         `wl-summary-get-petname-func'.
8577
8578         * wl-score.el (wl-score-edit-exit-function): Renamed from
8579         `wl-score-edit-exit-func'.
8580
8581         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8582         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8583
8584         * wl-util.el (wl-load-profile-function): Renamed from
8585         `wl-load-profile-func'.
8586
8587         * wl-folder.el (wl-folder-completion-function): Renamed from
8588         `wl-folder-completion-func'.
8589         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8590
8591         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8592         `wl-expire-archive-get-folder-func'.
8593         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8594         (wl-draft-send-mail-function): Renamed from
8595         `wl-draft-send-mail-func'.
8596         (wl-draft-send-news-function): Renamed from
8597         `wl-draft-send-news-func'.
8598         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8599         (wl-generate-mailer-string-function): Renamed from
8600         `wl-generate-mailer-string-func'.
8601         (wl-highlight-signature-search-function): Renamed from
8602         `wl-highlight-signature-search-func'.
8603         (wl-highlight-x-face-function): Renamed from
8604         `wl-highlight-x-face-func'
8605         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8606         (wl-ps-print-buffer-function): Renamed from
8607         `wl-ps-print-buffer-func'
8608         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8609         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8610         (wl-summary-subject-filter-function): Renamed from
8611         `wl-summary-subject-filter-func'.
8612
8613         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8614         `wl-draft-queue-flush-send-func'
8615         (wl-draft-cite-function): Renamed from
8616         `wl-draft-cite-func'
8617
8618         * wl-address.el (wl-address-init-function): Renamed from
8619         `wl-address-init-func'.
8620
8621 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8622
8623         * wl-draft.el (wl-draft-queue-flush): Don't call
8624         `elmo-dop-unlock-message'.
8625         * wl-draft.el (wl-draft-queue-append): Don't call
8626         `elmo-dop-lock-message'.
8627
8628         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8629         (wl-summary-buffer-folder-name): Ditto.
8630         (wl-summary-message-regexp): Added '-' (all other related portions
8631         are changed).
8632         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8633         wl-summary-buffer-folder-name.
8634
8635 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8636
8637         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8638         the number of mails in the folder buffer is not updated by wl-biff.
8639
8640 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8641
8642         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8643         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8644
8645 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * wl-summary.el (wl-summary-next-message):
8648         Return next message number when wl-summary-move-order is nil.
8649
8650 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8651
8652         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8653         `wl-summary-move-spec-alist'.
8654         (wl-summary-move-spec-unplugged-alist): New variable
8655         (Move spec for unplugged status).
8656         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8657         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8658
8659 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8660
8661         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8662         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8663
8664 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8665
8666         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8667         simple quotation to quote the anonymous function.
8668         * tm-wl.el (wl-draft-preview-message): Ditto.
8669
8670 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8671
8672         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8673         Eliminate redundant `save-excursion'.
8674         (wl-highlight-summary-current-line): Ditto.
8675
8676         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8677         accessing match data when `looking-at' failed.
8678
8679         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8680         `elmo-match-string' where users don't care about the speed.
8681         (wl-draft-save): Ditto.
8682
8683 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * wl-util.el (wl-regexp-opt): New function.
8686
8687         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8688         number from `wl-summary-buffer-number-list'.
8689         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8690         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8691         (wl-summary-move-spec-alist): Changed default setting.
8692
8693 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8694
8695         * wl-vars.el (wl-biff-notify-hook): New hook.
8696         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8697         the arrival of new mail.
8698         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8699         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8700
8701 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8704
8705 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8706
8707         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8708
8709         * Version number is increased to 2.5.8.
8710
8711         * wl-thread.el (toplevel): require 'cl.
8712         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8713         (wl-thread-make-number-list): New function.
8714         (wl-thread-entity-make-number-list-from-children): Ditto.
8715         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8716         (wl-thread-entity-insert-as-children): Likewise.
8717         (wl-thread-delete-message): Likewise.
8718         (wl-meaning-of-mark): Eliminated.
8719         (wl-thread-next-failure-mark-p): Ditto.
8720         (wl-thread-entity-get-mark): Ditto.
8721         (wl-thread-meaning-alist-get-result): Ditto.
8722         (wl-thread-entity-check-prev-mark): Ditto.
8723         (wl-thread-entity-check-next-mark): Ditto.
8724         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8725         (wl-thread-entity-get-prev-marked-entity): Ditto.
8726         (wl-thread-get-prev-unread): Ditto.
8727         (wl-thread-jump-to-prev-unread): Ditto.
8728         (wl-thread-get-next-unread): Ditto.
8729         (wl-thread-jump-to-next-unread): Ditto.
8730         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8731         (wl-thread-entity-get-next-marked-entity): Ditto.
8732
8733         * wl-summary.el (wl-summary-buffer-number-list):
8734         New bufer-local variable.
8735         (wl-summary-switch-to-clone-buffer): Clone
8736         `wl-summary-buffer-number-list'.
8737         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8738         (wl-summary-cursor-move-regex): Eliminated.
8739         (wl-summary-cursor-up): Rewrite.
8740         (wl-summary-cursor-down): Ditto.
8741         (wl-summary-mode-spec-alist): New variable.
8742         (wl-summary-next-message): New inline function.
8743         (wl-summary-cursor-move): New function.
8744         (wl-summary-default-get-next-msg): Rewrite.
8745         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8746         (wl-summary-rescan): Ditto.
8747         (wl-summary-sync-all-init): Ditto.
8748         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8749         summary is not thread view.
8750         (wl-summary-sync-update): Ditto.
8751         (wl-summary-rescan): Ditto.
8752         (wl-summary-make-number-list): New function.
8753
8754         * wl-draft.el: "FCC" -> "Fcc".
8755
8756 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-highlight.el (wl-highlight-summary-window):
8759         Call `set-buffer-modified-p'.
8760
8761         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8762         (wl): Call `elmo-init' and fix.
8763
8764         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8765         Use new variables.
8766
8767         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8768
8769 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8772
8773 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8774
8775         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8776
8777 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8778
8779         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8780         `wl-use-toolbar' nor `display-graphic-p'.
8781         (wl-e21-setup-message-toolbar): Ditto.
8782         (wl-e21-setup-summary-toolbar): Ditto.
8783         (wl-e21-setup-folder-toolbar): Ditto.
8784
8785         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8786         (wl-plugged-init-icons): Ditto.
8787
8788         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8789         `display-graphic-p'.
8790         (wl-plugged-set-folder-icon): Ditto.
8791         (wl-highlight-plugged-current-line): Ditto.
8792         (wl-highlight-folder-current-line): Ditto.
8793         (wl-e21-highlight-folder-group-line): Ditto.
8794         (wl-e21-setup-toolbar): Ditto.
8795         (wl-e21-display-image-p): New macro.
8796
8797         * wl-demo.el (wl-demo): Simplified.
8798         (wl-demo-image-type-alist): Use `image-type-available-p' for
8799         checking whether the image type `xbm' is available.
8800
8801 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8804         (wl-summary-input-range): Ditto.
8805
8806 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8807
8808         * wl-summary.el (wl-summary-edit-addresses): Use
8809         `wl-summary-get-original-buffer'
8810         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8811         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8812         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8813         (wl-summary-get-newsgroups): Eliminated.
8814         (wl-summary-set-crosspost): Ditto.
8815         (wl-summary-is-crosspost-folder): Ditto.
8816         (wl-crosspost-alist-load): Ditto.
8817         (wl-crosspost-alist-save): Ditto.
8818
8819         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8820         `elmo-setup-subscribed-newsgroups' instead of
8821         `elmo-nntp-make-groups-hashtb'.
8822         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8823         instead of `wl-crosspost-alist-save'.
8824
8825         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8826         of `elmo-folder-message-appendable-p'.
8827         (wl-mime-header-presentation-method): Eliminated.
8828
8829         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8830         (Error occurs in emacs21).
8831
8832         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8833         the current buffer).
8834
8835         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8836         instead of `wl-crosspost-alist-save'.
8837         (wl-init): `elmo-crosspost-message-alist-load'
8838         instead of `wl-crosspost-alist-load'
8839
8840         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8841         (wl-parse-newsgroups): Likewise.
8842         (wl-biff-notify): Run `wl-biff-notify-hook'.
8843
8844 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8847
8848         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8849         when `wl-summary-lazy-highlight' is non-nil.
8850         (wl-summary-goto-folder-subr): Highlight only when
8851         `wl-summary-lazy-highlight' is non-nil.
8852
8853         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8854         Don't display progress and highlight temp-mark when
8855         `wl-summary-lazy-highlight' is non-nil.
8856         (wl-highlight-summary-window): New function.
8857         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8858
8859 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8860
8861         * wl-summary.el (wl-summary-sync): Change `all-visible'
8862         from `all-shown'
8863         (wl-summary-input-range): Ditto.
8864
8865 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8866
8867         * wl-e21.el (wl-highlight-folder-current-line): Call
8868         `wl-folder-init-icons' when folder icons have not been initialized.
8869
8870         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8871
8872         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8873         (wl-demo-image-type-alist): New macro.
8874
8875 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8876
8877         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8878         display does not support graphics.
8879         (wl-plugged-init-icons): Ditto.
8880         (wl-folder-init-icons): Ditto.
8881
8882         * wl-demo.el (wl-demo): Chech closely whether the display
8883         supports graphics.
8884
8885 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-summary.el (wl-summary-get-original-buffer): New function.
8888         (wl-summary-set-crosspost): Use it.
8889         (wl-summary-target-mark-uudecode): Ditto.
8890         (wl-summary-reedit): Ditto.
8891         (wl-summary-resend-bounced-mail): Ditto.
8892         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8893         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8894
8895         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8896         (wl-message-display-internal): Ditto.
8897
8898 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8901
8902 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-summary.el (wl-summary-save-view): Renamed from
8905         `wl-summary-save-status'.
8906
8907 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8908
8909         * wl-summary.el (wl-summary-sync): Added `all-shown'
8910
8911 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8912
8913         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8914
8915 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8916
8917         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8918
8919 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8920
8921         * wl-highlight.el (wl-highlight-summary-line-string): Use
8922         `zerop' instead of `= 0'.
8923         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8924
8925         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8926         for comparing numbers.
8927         (wl-template-prev): Use `zerop' instead of `eq 0'.
8928
8929         * wl-draft.el (wl-draft-insert-current-message): Use
8930         `with-current-buffer' instead of `save-excursion'.
8931         Use `zerop' instead of `eq 0'.
8932
8933 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8934
8935         * wl-draft.el (wl-draft-insert-ccs): New function.
8936         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8937         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8938
8939 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8940
8941         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8942
8943 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-expire.el (wl-expire-refile): Don't call
8946         elmo-msgdb-add-msgs-to-seen-list;
8947         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8948         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8949
8950 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-message.el (wl-message-prev-page): Ignore errors while
8953         scroll-down.
8954
8955 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-mime.el: Use elmo-original-message-mode instead of
8958         mmelmo-original-mode.
8959
8960         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8961         `elmo-folder-get-spec';
8962         (wl-fldmgr-add-completion-all-completions):
8963         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8964
8965         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8966         of `elmo-folder-get-type'.
8967
8968         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8969         `elmo-folder-get-spec';
8970         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8971         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8972         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8973         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8974         `elmo-read-msg-no-cache';
8975         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8976         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8977         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8978         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8979         `elmo-cache-save';
8980         (wl-draft-reedit): Use `elmo-message-file-name'.
8981
8982         * wl-expire.el: Use `elmo-folder-name-internal';
8983         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8984         Use macro `wl-summary-buffer-msgdb' instead of variable
8985         `wl-summary-buffer-msgdb';
8986         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8987         Use macro `wl-summary-buffer-folder-name' instead of variable
8988         `wl-summary-buffer-folder-name'.
8989         * wl-score.el: Likewise.
8990
8991         * wl-message.el: Rewrite for new message buffer cache mechanism.
8992         (wl-message-buffer-cache-buffer-get): New macro.
8993         (wl-message-buffer-cache-folder-get): Ditto.
8994         (wl-message-buffer-cache-message-get): Ditto.
8995         (wl-message-buffer-cache-entry-make): Ditto.
8996         (wl-message-buffer-cache-hit): Ditto.
8997         (wl-message-buffer-cache-sort): New function.
8998         (wl-message-buffer-cache-add): Ditto.
8999         (wl-message-buffer-cache-delete): Ditto.
9000         (wl-message-buffer-cache-clean-up): Ditto.
9001         (wl-message-buffer-window): Rewrite.
9002         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9003         (wl-message-buffer-display): New function.
9004         (wl-message-display-internal): New function.
9005
9006 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9007
9008         * wl-folder.el: Use `elmo-folder-name-internal';
9009         Use `wl-folder-get-elmo-folder';
9010         Use `elmo-folder-list-messages' instead of
9011         `elmo-list-folder';
9012         Use `elmo-folder-get-primitive-list' instead of
9013         `elmo-folder-get-primitive-spec-list';
9014         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9015         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9016         Use `elmo-folder-create' instead of `elmo-create-folder'.
9017         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9018         (wl-folder-get-elmo-folder): New macro.
9019         (wl-folder-elmo-folder-cache-get): Ditto.
9020         (wl-folder-elmo-folder-cache-put): Ditto.
9021         (wl-folder-suspend): Call `elmo-quit'.
9022
9023         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9024         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9025         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9026         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9027         (toplevel): require 'cl.
9028         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9029
9030         * wl-summary.el: Rewrite to use new elmo interface.
9031
9032 \f
9033 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9034
9035         * wl-mime.el (wl-draft-preview-message):
9036         Run `wl-draft-send-hook' before collecting recipients information;
9037         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9038
9039         * tm-wl.el (wl-draft-preview-message): Ditto.
9040
9041 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9044         wrong recipients are displayed when forwarded message.
9045
9046 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * Version number is increased to 2.5.7.
9049
9050 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9051
9052         * wl-message.el (wl-message-next-page): Bind
9053         `window-pixel-scroll-increment' to nil while scrolling up.
9054
9055 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9056
9057         * wl-vars.el (wl-save-hook): New hook.
9058         * wl.el (wl-save): Call `wl-save-hook'.
9059
9060 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9061
9062         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9063         Argument WITH-ARG instead of NO-ARG (negative mean).
9064         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9065         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9066         * wl-message.el (wl-message-follow-current-entity): Likewise.
9067
9068 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9069
9070         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9071         FROM was optional argument.
9072         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9073
9074 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9075
9076         * Version number is increased to 2.5.6.
9077
9078 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9079
9080         * wl-version.el (wl-version-show): Removed.
9081         (wl-version): Add `interactive'.
9082
9083 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9084
9085         * wl-summary.el (wl-summary-get-petname-func): New variable.
9086         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9087         instead of `wl-address-get-petname-1'.
9088         (wl-summary-simple-from): Ditto.
9089
9090         * wl-address.el (wl-address-get-petname-1): Define as function.
9091
9092 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9095         field in the original message.
9096         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9097
9098 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9099
9100         * wl-expire.el (wl-expire-hide):
9101         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9102
9103 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9106         find decoder for To, Cc, and Subject.
9107
9108 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9111         for checking `elmo-use-buffer-cache'.
9112         (wl-summary-mark-as-important): Fixed typo in comment.
9113
9114 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9117         field in the original message.
9118         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9119
9120 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9121
9122         * wl-expire.el (wl-expire-hide):
9123         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9124
9125 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9128         find decoder for To, Cc, and Subject.
9129
9130 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9131
9132         * Version number is increased to 2.5.5.
9133
9134         * wl-address.el (wl-address-specials-regexp): New constant.
9135         (wl-address-quote-specials): Use it.
9136
9137 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * wl-summary.el (wl-summary-rescan):
9140         Call `wl-summary-buffer-number-column-detect'.
9141         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9142
9143         * wl-message.el (wl-message-mode-map): Define.
9144         (wl-message-decode): Use it as local-map.
9145
9146 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9149         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9150
9151 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9152
9153         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9154
9155         * wl-mule.el (wl-read-event-char): Ditto.
9156
9157         * wl-e21.el (wl-read-event-char): Ditto.
9158
9159         * wl-nemacs.el (wl-read-event-char): Ditto.
9160         (read-event): Removed.
9161
9162         * wl-util.el (toplevel): Removed dummy definition of
9163         `read-event'.
9164         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9165
9166 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9167
9168         * wl-nemacs.el (elmo-archive-call-process): Moved to
9169         elmo-archive.el.
9170
9171 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9172
9173         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9174         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9175
9176         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9177         instead of magic-number 6.  Use `not' instead of `null' for symbol
9178         `nil' check (not empty list).
9179         (wl-draft-insert-x-face-field): Fixed paren style.
9180
9181         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9182         one-branch conditional statement, instead of `and' and `if'.
9183         (wl-draft-forward): Likewise.
9184         (wl-draft-add-references): Likewise.
9185         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9186
9187         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9188         conditional steatment.  Use `cond' instead of `if'.
9189         (wl-draft-confirm): Likewise.
9190
9191 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-version.el (wl-version-show): Use `product-string-1'
9194         instead of `wl-version'.
9195         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9196
9197         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9198
9199 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9200
9201         * wl-highlight.el (wl-highlight-headers): Revert
9202         `wl-highlight-x-face-func' argument (`beg' and `end').
9203
9204 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9205
9206         * wl.el (toplevel): Move `product-provide' declare.
9207         * wl-demo.el (toplevel): Ditto.
9208         * wl-dnd.el (toplevel): Ditto.
9209         * wl-highlight.el (toplevel): Ditto.
9210         * wl-message.el (toplevel): Ditto.
9211         * wl-refile.el (toplevel): Ditto.
9212         * wl-util.el (toplevel): Ditto.
9213
9214 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9217         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9218         (wl-thread-close-all): keep cursor position.
9219
9220 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9221
9222         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9223         (eq x 0).
9224         (wl-generate-user-agent-string-1): Fix conditional statement.
9225
9226 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9227
9228         * wl.el (wl-check-environment): Additional check for
9229         'wl-local-domain' and `wl-message-id-domain'.
9230
9231 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9232
9233         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9234
9235 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9236
9237         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9238         instead of `smtp-sasl-user-realm'.
9239
9240 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9241
9242         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9243
9244 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9245
9246         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9247         to the default value as well as `eword-lexical-analyzer'.
9248
9249 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9250
9251         * wl-version.el (wl-extended-emacs-version,
9252         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9253         `elmo-match-string' instead of `wl-match-string'.
9254
9255 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9256
9257         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9258         docstring.
9259
9260 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9261
9262         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9263
9264 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9265
9266         * wl-highlight.el (wl-highlight-headers): Remove
9267         `wl-highlight-x-face-func' argument (`beg' and `end').
9268
9269 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-summary.el (wl-summary-mark-as-important):
9272         Remove cache if folder is local.
9273
9274 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9275
9276         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9277         to get existing e-mail address string.
9278
9279 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9280
9281         * wl-version.el (wl-generate-user-agent-string): Commentary.
9282         (wl-generate-user-agent-string-1): Use `when' for
9283         one-branch conditional statement, instead of `and' and `if'.
9284         (wl-extended-emacs-version, wl-extended-emacs-version2,
9285         wl-extended-emacs-version3): Ditto.
9286
9287 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9290         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9291         condition-case; Remove initialization.
9292         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9293         (wl-summary-sync-update3): Added argument `sync-all';
9294         Eliminated local variable `msgdb';
9295         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9296         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9297         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9298
9299 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9300
9301         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9302         connection before call `wl-draft-send-mail-with-smtp'.
9303
9304 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9305
9306         * Version number is increased to 2.5.4.
9307
9308 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9309
9310         * wl.el (wl-check-environment): Additional check for
9311         'wl-local-domain' and `wl-message-id-domain'.
9312
9313 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9314
9315         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9316         buffer as command specific.
9317         (wl-folder-mark-as-read-all-entity): Ditto.
9318         (wl-folder-prefetch-entity): Ditto.
9319         (wl-folder-drop-unsync-entity): Ditto.
9320
9321         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9322         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9323         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9324
9325         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9326         save-excursion.
9327
9328 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * Version number is increased to 2.5.3.
9331
9332         * wl-summary.el (wl-summary-save-view-cache):
9333         Delete duplicated `write-region';
9334         Use `write-region-as-binary' instead of `as-binary-output-file' and
9335         `write-region'.
9336
9337 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9338
9339         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9340
9341 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9342
9343         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9344         instead of `smtp-via-smtp'.
9345
9346 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9347
9348         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9349
9350 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9351
9352         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9353         instead of `smtp-sasl-user-realm'.
9354
9355 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9356
9357         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9358
9359 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9360
9361         * Version number is increased to 2.5.2.
9362
9363 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9366         does not exist.
9367         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9368         (wl-biff-start): Call `timer-activate' if timer already exists.
9369
9370         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9371         only when it is bound as function.
9372
9373 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9374
9375         * Version number is increased to 2.5.1.
9376
9377 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9378
9379         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9380         Print refile/copy destination.
9381
9382 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9385         queue-flush-only is non-nil.
9386
9387         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9388
9389         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9390         checking cache folder.
9391
9392 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9393
9394         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9395         `regexp-quote'.
9396
9397 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9398
9399         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9400         function.
9401         * wl-summary.el (wl-summary-write-current-folder-functions):
9402         Change default value.  Use it.
9403
9404 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * Version number is increased to 2.5.0.
9407
9408         * wl-version.el (wl-version): Changed codename.
9409
9410 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9411
9412         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9413         (wl-summary-supersedes-message): Ditto.
9414
9415 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9416
9417         * wl-refile.el (wl-refile-guess-functions): Renamed from
9418         `wl-refile-guess-func-list'.
9419
9420 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9421
9422         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9423         Fixed problem when no rule was matched.
9424
9425 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9426
9427         * wl-summary.el (wl-summary-get-mark): Fixed
9428         `wl-summary-buffer-target-mark' check logic.
9429
9430 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9431
9432         * wl-folder.el (wl-folder-write-current-folder): Added group
9433         folder check.
9434
9435         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9436         `wl-summary-write-current-newsgroup'.
9437         (wl-summary-write-current-folder-functions): New variable.
9438         * wl-folder.el (wl-folder-get-newsgroups): New function.
9439         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9440         (wl-folder-write-current-folder): Renamed from
9441         `wl-folder-write-current-newsgroup'.
9442
9443 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9444
9445         * Version number is increased to 2.3.93.
9446
9447 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9448
9449         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9450         (wl-ldap-make-matched-value-list): Ditto.
9451         (wl-ldap-alias-safe-string): Split e-mail address.
9452
9453         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9454         petname folder default was selected.
9455         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9456         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9457
9458 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9459
9460         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9461         to `wl-draft-config-exec'.
9462
9463         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9464         instead of calling `wl-draft-config-exec';
9465         Process group-list and show recipients in minibuffer.
9466
9467         * tm-wl.el (wl-draft-preview-message): Ditto.
9468
9469 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9470
9471         * wl.el (toplevel): Added (C) to copyright notice, and
9472         sync Author header.
9473         * tm-wl.el (toplevel): Ditto.
9474         * wl-address.el (toplevel): Ditto.
9475         * wl-demo.el (toplevel): Ditto.
9476         * wl-dnd.el (toplevel): Ditto.
9477         * wl-draft.el (toplevel): Ditto.
9478         * wl-e21.el (toplevel): Ditto.
9479         * wl-expire.el (toplevel): Ditto.
9480         * wl-folder.el (toplevel): Ditto.
9481         * wl-highlight.el (toplevel): Ditto.
9482         * wl-message.el (toplevel): Ditto.
9483         * wl-mime.el (toplevel): Ditto.
9484         * wl-mule.el (toplevel): Ditto.
9485         * wl-nemacs.el (toplevel): Ditto.
9486         * wl-refile.el (toplevel): Ditto.
9487         * wl-score.el (toplevel): Ditto.
9488         * wl-summary.el (toplevel): Ditto.
9489         * wl-template.el (toplevel): Ditto.
9490         * wl-thread.el (toplevel): Ditto.
9491         * wl-util.el (toplevel): Ditto.
9492         * wl-vars.el (toplevel): Ditto.
9493         * wl-xmas.el (toplevel): Ditto.
9494
9495 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9496
9497         * wl.el (wl-init): Added comment about `wl-init-hook'.
9498         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9499         * wl-vars.el (wl-init-hook): Added docs.
9500         (wl-make-plugged-hook): Removed useless docs.
9501         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9502         * wl-xmas.el (toplevel): Ditto.
9503
9504 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9505
9506         * wl-address.el (toplevel): Fixed multiple Author header format.
9507         * wl-demo.el (toplevel): Ditto.
9508         * wl-draft.el (toplevel): Ditto.
9509         * wl-folder.el (toplevel): Ditto.
9510         * wl-summary.el (toplevel): Ditto.
9511         * wl-thread.el (toplevel): Ditto.
9512         * wl-util.el (toplevel): Ditto.
9513         * wl-vars.el (toplevel): Ditto.
9514         * wl-version.el (toplevel): Ditto.
9515         * wl-xmas.el (toplevel): Ditto.
9516         * wl.el (toplevel): Ditto.
9517
9518         * wl-version.el (toplevel): Added require `elmo-version' for
9519         `product-version-as-string'.
9520
9521 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9522
9523         * wl-vars.el (wl-draft-send-hook): Changed default value to
9524         '(wl-draft-config-exec).
9525
9526         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9527         explicitly.
9528         (wl-draft): Set `wl-draft-config-exec-flag' before running
9529         `wl-mail-setup-hook'.
9530
9531         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9532         `wl-biff-init-icons' to `wl-init-hook' instead of
9533         `wl-make-plugged-hook'.
9534         (Because if `wl-draft' command is invoked at first,
9535         they are not initialized)
9536         Updated copyright notice.
9537
9538         * wl-e21.el (toplevel): Ditto;
9539
9540         * wl-demo.el (toplevel): Updated copyright notice.
9541         * wl-address.el (toplevel): Ditto.
9542         * wl-draft.el (toplevel): Ditto.
9543         * wl-version.el (toplevel): Ditto.
9544         * wl-folder.el (toplevel): Ditto.
9545         * wl-summary.el (toplevel): Ditto.
9546         * wl-thread.el (toplevel): Ditto.
9547         * wl-util.el (toplevel): Ditto.
9548         * wl-vars.el (toplevel): Ditto.
9549         * wl.el (toplevel): Ditto.
9550
9551 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-highlight.el (wl-highlight-message): Fixed problem of
9554         highlighting failure which occured when the last field contains
9555         multiple lines in the draft buffer.
9556
9557         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9558         `wl-biff-start' if plugged.
9559
9560         * wl-util.el (wl-biff-check-folder): New function.
9561         (wl-biff-check-folders): Don't set session name prefix.
9562         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9563         (wl-biff-check-folder-async): Ditto.
9564
9565         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9566         in email address.
9567
9568 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9569
9570         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9571
9572         * wl-draft.el (wl-draft-strip-subject-re): New function.
9573
9574         * wl-draft.el (wl-draft-reply): Use it.
9575
9576 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-message.el (wl-mmelmo-message-redisplay): Use
9579         `mime-display-message' instead of `wl-mime-display-message'.
9580
9581         * wl-mime.el (toplevel): Removed compatibility workaround
9582         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9583         (wl-mime-display-message): Abolished.
9584         (wl-mime-entity-read-field): Ditto.
9585         (wl-mime-combine-message/partial-pieces): Use
9586         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9587
9588 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9589
9590         * wl-template.el: Doc fixes.
9591
9592 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9593
9594         * wl-e21.el (wl-message-overload-functions): Do nothing if
9595         `current-local-map' is not available.
9596         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9597
9598 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9599
9600         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9601         representation.
9602
9603         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9604         number.
9605         (wl-fldmgr-save-folders): Don't use `format' when insert
9606         `wl-fldmgr-folders-header'.
9607
9608 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9609
9610         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9611
9612 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9613
9614         * wl-highlight.el (wl-highlight-message):
9615         Use `std11-field-end' to detect end point of the header field.
9616         Refer `wl-highlight-max-header-size'.
9617
9618         * wl-vars.el (wl-highlight-max-header-size): New variable.
9619
9620         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9621
9622         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9623         Set `for-draft' argument of wl-highlight-headers.
9624         (wl-draft): Ditto.
9625         (wl-draft-reedit): Ditto.
9626         (wl-user-agent-compose-internal): Ditto.
9627
9628 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9629
9630         * wl-message.el (wl-message-add-button): Use overlay.
9631
9632 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9633
9634         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9635
9636         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9637         problem when group-list content is nothing.
9638         (Reported by Mito <mit@nines.nec.co.jp>)
9639
9640 2000-10-18  SAITO Atsunori <sai@yedo.com>
9641
9642         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9643
9644 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9645
9646         * tm-wl.el (toplevel): Use product-provide.
9647
9648 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * Version number is increased to 2.3.92.
9651
9652 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9653
9654         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9655         title text, use `display' property for left margin under Emacs 21.
9656
9657         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9658         properties.
9659         (wl-plugged-init-icons): Ditto.
9660
9661 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9662
9663         * wl.el (wl-save-status, wl-init): Remove last period in
9664         "...done." message.
9665         * tm-wl.el (wl-summary-burst): Ditto.
9666         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9667         wl-summary-resume-cache-status,
9668         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9669         wl-summary-sync-update3, wl-summary-highlight-msgs,
9670         wl-summary-flush-pending-append-operations,
9671         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9672         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9673         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9674         wl-thread-open-all): Ditto.
9675         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9676         * wl-mime.el (wl-summary-burst): Ditto.
9677         * wl-highlight.el (wl-highlight-summary): Ditto.
9678         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9679         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9680         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9681         * wl-address.el (wl-local-address-init): Ditto.
9682
9683 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9684
9685         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9686         `add-text-properties'.
9687         (wl-plugged-init-icons): Ditto.
9688         (wl-folder-init-icons): Use `propertize' instead of
9689         `put-text-property'.
9690         (wl-plugged-set-folder-icon): Ditto.
9691         (wl-e21-highlight-folder-group-line): Ditto.
9692
9693 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9694
9695         * wl-version.el (wl-version-status-alist): New variable.
9696         (wl-version-status): New function.
9697
9698         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9699         "Cc" part of the case "Reply-To".
9700
9701         * wl-draft.el (wl-draft-reply): Use result of
9702         `eword-extract-address-components'.
9703
9704         * wl-demo.el (wl-demo-icon-name): New constant.
9705         (wl-logo-xpm): Use it.
9706         (wl-logo-xbm): Ditto.
9707         (wl-logo-bitmap): Ditto.
9708
9709         * Version number is increased to 2.3.91.
9710
9711 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9712
9713         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9714         (wl-extended-emacs-version, wl-extended-emacs-version2,
9715         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9716         docstring.
9717
9718         * wl-version.el (wl-generate-user-agent-string-1): New function.
9719         (wl-generate-user-agent-string): Use it.
9720
9721         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9722         `mime-edit-insert-user-agent-field'.
9723         (wl-generate-user-agent-string): Check
9724         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9725
9726         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9727         instead of `if', when verbose case.
9728
9729 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9730
9731         * wl-expire.el (wl-summary-expire): Fix.
9732
9733 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9734
9735         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9736         and `elmo-lost+found-folder' if 'wl-draft.
9737         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9738
9739 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9740
9741         * wl-expire.el (wl-summary-expire): Change messages.
9742         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9743         `deleing-info' instead of "Deleting..."
9744
9745 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9746
9747         * wl-summary.el (wl-summary-refile-subr): Fix.
9748
9749 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9750
9751         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9752         if pipe folder.
9753
9754 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9755
9756         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9757
9758 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9759
9760         * wl-expire.el (wl-expire-hide): New function.
9761         (wl-summary-expire): Add `hide'.
9762
9763 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9764
9765         * wl-vars.el (wl-draft-reply-without-argument-list):
9766         Changed default value to consider `Reply-To:'.
9767         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9768
9769         * Version number is increased to 2.3.90.
9770
9771         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9772         elmo-imap4-get-session with unwind-protect.
9773         Don't cause error.
9774         (wl-summary-sync-marks): Don't check plugged nor folder type.
9775         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9776         (Always keep current buffer).
9777
9778 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9779
9780         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9781         Enclose with `save-excursion'.
9782
9783 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9784
9785         * wl-version.el (wl-version): Remove interactive.
9786
9787 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9788
9789         * wl-version.el (wl-generate-user-agent-string): Use
9790         `product-string-verbose' instead of `product-string-1'.
9791
9792 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9793
9794         * wl-vars.el (wl-draft-use-cache): New variable.
9795         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9796         if wl-draft-use-cache is non-nil.
9797
9798 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9799
9800         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9801         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9802
9803 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9804
9805         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9806         (wl-thread-msg-mark-as-unread): Ditto.
9807
9808         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9809         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9810         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9811         Don't set mark in summary if return value of `elmo-mark-as-read'
9812         is nil.
9813         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9814         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9815         instead of `wl-thread-msg-mark-as-read'.
9816         (wl-summary-mark-as-unread-region): Ditto.
9817         (wl-summary-target-mark-mark-as-read): Ditto.
9818
9819         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9820
9821 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9822
9823         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9824
9825         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9826
9827 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9830         face.
9831
9832 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9833
9834         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9835         `running-xemacs'.
9836
9837 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9838
9839         * wl-version.el (toplevel): Use `product-version-as-string' for
9840         set verstion-string, if defined.
9841
9842         * wl-version.el (wl-version-show): Insert string at point, when
9843         call with argument.
9844
9845         * wl-version.el (wl-generate-user-agent-string): Use
9846         `product-string-1' instead of `wl-appname', `wl-version' and
9847         `wl-codename'.
9848
9849 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9850
9851         * wl-address.el (toplevel): Use product-provide.
9852         * wl-demo.el (toplevel): Ditto.
9853         * wl-dnd.el (toplevel): Ditto.
9854         * wl-draft.el (toplevel): Ditto.
9855         * wl-e21.el (toplevel): Ditto.
9856         * wl-expire.el (toplevel): Ditto.
9857         * wl-fldmgr.el (toplevel): Ditto.
9858         * wl-folder.el (toplevel): Ditto.
9859         * wl-highlight.el (toplevel): Ditto.
9860         * wl-message.el (toplevel): Ditto.
9861         * wl-mime.el (toplevel): Ditto.
9862         * wl-mule.el (toplevel): Ditto.
9863         * wl-nemacs.el (toplevel): Ditto.
9864         * wl-refile.el (toplevel): Ditto.
9865         * wl-score.el (toplevel): Ditto.
9866         * wl-summary.el (toplevel): Ditto.
9867         * wl-template.el (toplevel): Ditto.
9868         * wl-thread.el (toplevel): Ditto.
9869         * wl-util.el (toplevel): Ditto.
9870         * wl-vars.el (toplevel): Ditto.
9871         * wl-xmas.el (toplevel): Ditto.
9872         * wl.el (toplevel): Ditto.
9873
9874 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9875
9876         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9877         instead of product.
9878
9879         * wl-version.el (wl-version): Compile time evalution elmo-version.
9880
9881 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9882
9883         * wl-summary.el (wl-summary-sync-force-update): Append queue
9884         `mark-as-read'if unplugged.
9885
9886 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9887
9888         * wl-version.el: New file.  Use product.el.
9889         * wl.el: add (require 'wl-version).
9890         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9891         for ~/.folders header.
9892         (wl-fldmgr-folders-header): Changed.
9893         * wl-demo.el (wl-demo): Use product.el.
9894
9895         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9896         wl-version.el.
9897         * wl-util.el (wl-version, wl-version-show): Ditto.
9898
9899         * wl-util.el (wl-generate-user-agent-string,
9900         wl-extended-emacs-version, wl-extended-emacs-version2,
9901         wl-extended-emacs-version3): Move to wl-version.el.
9902         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9903         xemacs-codename, mime-edit-insert-user-agent-field,
9904         mime-edit-user-agent-value, mime-editor/version,
9905         mime-editor/codename): Compile warning killer move to
9906         wl-version.el
9907
9908 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9909
9910         * wl-summary.el (wl-summary-refile-subr): Fix.
9911
9912 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9913
9914         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9915         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9916
9917 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9918
9919         * wl.el (wl-check-environment): Check too many `@'.
9920
9921 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9922
9923         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9924
9925 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9926
9927         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9928         wl-draft-reply-myself-without-argument-list): Add variables.
9929         * wl-draft.el (wl-draft-reply): Use it.
9930
9931 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9932
9933         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9934         the 5th argument of `elmo-network-get-spec'.
9935
9936         * wl-thread.el (wl-thread-reparent-children): New inline function.
9937         (wl-thread-delete-message): Use it.
9938
9939         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9940         (wl-summary-score-update-all-lines): Don't use `dolist'.
9941
9942 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9943
9944         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9945         (require 'elmo-msgdb) for inline function.
9946
9947 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9948
9949         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9950
9951 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9952
9953         * wl-score.el (wl-score-headers): Fix for the confusing macro
9954         `elmo-kill-buffer'.
9955
9956 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl-summary.el: Don't use the 3rd argument of `require' because
9959         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9960         * wl-util.el: Ditto.
9961         * wl-draft.el: Ditto.
9962
9963 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9964
9965         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9966         window system is not used.
9967
9968 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9969
9970         * wl-thread.el: Don't use `mapcar' only for iteration.
9971         (wl-thread-resume-entity): Ditto.
9972         (wl-thread-delete-message): Ditto.
9973
9974         * wl-summary.el: Bind `dragdrop-drop-functions',
9975         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9976         of `require' for `timezone', `easymenu' and `ps-print';
9977         don't use `mapcar' only for iteration.
9978
9979         * wl-util.el: Bind `mule-version', `nemacs-version',
9980         `emacs-beta-version', `xemacs-codename',
9981         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9982         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9983         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9984         only for iteration.
9985
9986         * wl-score.el: Don't use `mapcar' only for iteration.
9987         (wl-score-simplify-buffer-fuzzy): Ditto.
9988         (wl-score-simplify-subject): Ditto.
9989         (wl-score-headers): Ditto.
9990         (wl-summary-score-update-all-lines): Ditto.
9991
9992         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9993         `enable-multibyte-characters' and `mule-version'.
9994
9995         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9996         `mapcar' only for iteration.
9997
9998         * wl-demo.el: Don't use `mapcar' only for iteration.
9999
10000         * wl-folder.el: Don't use `mapcar' only for iteration.
10001         (wl-folder-open-all): Ditto.
10002         (wl-folder-count-incorporates): Ditto.
10003
10004         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10005         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10006
10007         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10008         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10009         `smtp-connection-type'; specify 3rd argument of `require' for
10010         `timezone'; don't use `mapcar' only for iteration.
10011         (wl-draft-clone-local-variables): Don't use `mapcar'.
10012         (wl-draft-generate-clone-buffer): Ditto.
10013         (wl-user-agent-compose-internal): Ditto.
10014
10015         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10016
10017         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10018         (wl-save-status): Ditto.
10019
10020         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10021         for iteration.
10022
10023 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10024
10025         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10026         removed `Date'.
10027         (wl-fldmgr-make-filter-default): New user option.
10028
10029         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10030         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10031         (wl-fldmgr-filter-completion-alist): Abolish.
10032
10033         * wl.el (wl): Don't check servers if arg is non-nil.
10034
10035         * wl-draft.el (wl-draft-reply): Set only message-id string to
10036         In-Reply-To field.
10037
10038 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10039
10040         * wl-summary.el (wl-summary-pick): Rewrite.
10041
10042         * wl-draft.el (wl-draft-forward): Get references field from
10043         original buffer.
10044         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10045
10046 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10047
10048         * wl-draft.el (wl-draft-forward): Add references field.
10049
10050 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10051
10052         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10053         (wl-draft-reply): Use it.
10054
10055 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10056
10057         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10058         when Emacs 21 is running.
10059
10060         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10061         bindings.
10062
10063 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10064
10065         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10066         XPM icons transparent.
10067
10068         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10069         Emacs 21.
10070
10071 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10072
10073         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10074         nil.
10075
10076         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10077         when it is persistent.
10078         (wl-summary-sync-marks): Changed argument for
10079         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10080         (wl-summary-virtual): Use `elmo-read-search-condition'.
10081         (wl-summary-redisplay-internal): If folder is local, mark as read
10082         even when folder is plugged.
10083
10084 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10085
10086         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10087         of `tool-bar-lines' in the frame parameters.
10088         (after-make-frame-functions, post-command-hook): Don't modify the
10089         value.
10090         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10091         wl-e21-tool-bar-lines): Removed.
10092
10093 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10094
10095         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10096         properties `evaporate' and `wl-momentary-overlay' as well.
10097         (wl-highlight-summary-displaying): Ditto.
10098         (wl-delete-all-overlays): Don't delete overlay which does not have
10099         a property `wl-momentary-overlay'.
10100
10101         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10102         `display-mouse-p' and `display-graphic-p'.
10103         (wl-folder-init-icons): Don't search for XBM or the other files.
10104         (wl-plugged-set-folder-icon): Make icons if and only if
10105         `display-graphic-p' returns non-nil.
10106         (wl-highlight-plugged-current-line): Use `before-string' overlay
10107         property to show icon images.
10108         (wl-highlight-folder-current-line): Ditto.
10109         (wl-e21-highlight-folder-group-line): Ditto.
10110         (wl-e21-highlight-folder-by-numbers): Ditto.
10111         (wl-e21-insert-image): Removed.
10112         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10113         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10114         said.
10115         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10116         `wl-e21-force-switch-toolbar'.
10117         (wl-e21-make-icon-image): Removed.
10118         (wl-e21-setup-toolbar): Don't search for XBM files.
10119         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10120         the default value.
10121
10122 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10123
10124         * wl-util.el (wl-biff-check-folder-async): Set
10125         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10126
10127 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10128
10129         * wl-e21.el (after-make-frame-functions): Add
10130         `wl-e21-force-switch-toolbar'.
10131         (wl-e21-force-switch-toolbar): New function force to switch the
10132         toolbar appearance automatically.
10133         (post-command-hook): Add `wl-e21-switch-toolbar'.
10134         (wl-e21-switch-toolbar): New function to switch the toolbar
10135         appearance automatically.
10136         (wl-e21-tool-bar-lines): New buffer local variable.
10137
10138 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10139
10140         * wl-util.el (wl-biff-check-folders-running): New variable.
10141         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10142         (wl-biff-check-folder-async-callback):
10143         Set `wl-biff-check-folders-running'.
10144         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10145         with unwind-protect.
10146
10147         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10148         Enclose `wl-folder-auto-check' with unwind-protect.
10149
10150         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10151         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10152
10153         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10154
10155         * wl-util.el (wl-biff-notify): New inline function.
10156         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10157         locally.
10158         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10159         folder-list' is 1.
10160         Use `wl-biff-notify'.
10161         (wl-biff-check-folder-async-callback): New function.
10162         (wl-biff-check-folder-async): Ditto.
10163
10164         * wl-folder.el (wl-folder): Don't check folders.
10165         (wl-folder-auto-check): New function.
10166
10167 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10168
10169         * wl-util.el (wl-biff-start) [Emacs19+]:
10170         Use `timer-next-integral-multiple-of-time'.
10171         (wl-biff-check-folders): Use `wl-default-folder'
10172         if `wl-biff-check-folder-list' is nil.
10173
10174 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10175
10176         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10177         instead of `elmo-delete-lists'.
10178
10179 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10180
10181         * wl.el (wl-plugged-toggle-all): Set the value of
10182         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10183         (wl-plugged-toggle): Ditto.
10184         (wl-toggle-plugged): Ditto.
10185         (wl-plugged-init): Ditto.
10186
10187         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10188         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10189         instead of `wl-biff-state-indicator-off' and
10190         `wl-biff-state-indicator-on'; don't modify the value and the type
10191         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10192         (wl-plugged-init-icons): Set icons data to
10193         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10194         instead of `wl-plug-state-indicator-off' and
10195         `wl-plug-state-indicator-on'; don't modify the value and the type
10196         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10197
10198         * wl-vars.el (wl-modeline-biff-state-off,
10199         wl-modeline-biff-state-on, wl-modeline-biff-status,
10200         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10201         wl-modeline-plug-status): New internal variables.
10202         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10203         wl-biff-check-interval, wl-biff-check-folder-list): Change
10204         customization group from `wl-folder' to `wl-highlight'.
10205         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10206         wl-show-plug-status-on-modeline): Defcustomized.
10207
10208         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10209         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10210         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10211         a flag to `mode-line-buffer-identification'.
10212
10213         * wl-e21.el (wl-biff-init-icons): Set icons data to
10214         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10215         instead of `wl-biff-state-indicator-off' and
10216         `wl-biff-state-indicator-on'.
10217         (wl-plugged-init-icons): Set icons data to
10218         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10219         instead of `wl-plug-state-indicator-off' and
10220         `wl-plug-state-indicator-on'.
10221
10222 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10223
10224         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10225         excessive titles.
10226
10227 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10228
10229         * wl.el (wl-plugged-mode): Use revised
10230         `wl-mode-line-buffer-identification'.
10231         (wl-plugged-init): Don't use `force-mode-line-update'.
10232
10233         * wl-xmas.el (wl-draft-overload-functions): Use revised
10234         `wl-mode-line-buffer-identification'.
10235         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10236         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10237         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10238         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10239         `wl-make-plugged-hook';
10240         add `wl-folder-init-icons' and `wl-setup-folder' to
10241         `wl-folder-mode-hook'.
10242
10243         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10244         19 as well.
10245         (wl-mode-line-display-priority-list): New user option.
10246         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10247         Defcustomized.
10248         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10249         Add docs.
10250
10251         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10252         start.
10253         (wl-mode-line-buffer-identification): Revised as a function.
10254
10255         * wl-summary.el (wl-summary-mode): Use revised
10256         `wl-mode-line-buffer-identification'; don't call
10257         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10258         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10259         `wl-xmas-setup-summary'.
10260
10261         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10262         `wl-mode-line-buffer-identification'.
10263
10264         * wl-mule.el (wl-draft-overload-functions): Use revised
10265         `wl-mode-line-buffer-identification'.
10266
10267         * wl-folder.el (wl-make-plugged-alist): Don't call
10268         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10269         (wl-folder): Don't call `wl-folder-init-icons' directly.
10270         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10271         `wl-xmas-setup-folder' directly;
10272         use revised `wl-mode-line-buffer-identification'.
10273         (TopLevel): Don't bind `wl-biff-init-icons',
10274         `wl-plugged-init-icons', `wl-folder-init-icons',
10275         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10276
10277         * wl-e21.el (wl-draft-overload-functions): Use revised
10278         `wl-mode-line-buffer-identification'.
10279         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10280         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10281         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10282         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10283         `wl-make-plugged-hook';
10284         add `wl-folder-init-icons' and `wl-setup-folder' to
10285         `wl-folder-mode-hook'.
10286
10287 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10288             Katsumi Yamaoka    <yamaoka@jpl.org>
10289
10290         * wl.el (wl): Call `wl-biff-start'.
10291         (wl-exit): Call `wl-biff-stop'.
10292         (wl-plugged-mode): Show biff in modeline.
10293         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10294
10295         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10296         (wl-biff-init-icons): New function.
10297         (wl-plugged-init-icons): Don't make too much keymaps.
10298         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10299
10300         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10301         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10302         variables.
10303         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10304         options.
10305
10306         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10307         wl-biff-start, wl-biff-stop): New functions.
10308         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10309         (wl-biff-timer-name): New variable.
10310
10311         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10312
10313         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10314         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10315
10316         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10317         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10318
10319         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10320         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10321         `wl-folder-init-icons' to `ignore' if they are not available.
10322         (wl-folder-mode): Show biff in modeline.
10323
10324         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10325         (wl-biff-init-icons): New function.
10326         (wl-plugged-init-icons): Don't make too much keymaps.
10327         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10328
10329 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10330
10331         * wl-vars.el (wl-strict-diff-folders): Customization Type
10332         and doc fix.  Define as a list of regular expressions for
10333         folders or nil.
10334         * wl-folder.el (wl-folder-check-one-entity): Use
10335         `wl-string-match-member' instead of `wl-string-member' for
10336         `wl-strict-diff-folders'.
10337
10338 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10339
10340         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10341         (wl-highlight-folder-current-line): Use it; new implementation.
10342         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10343         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10344         `defsubst' instead of `defun'.
10345
10346         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10347         `wl-highlight-group-folder-by-numbers'; made it can also be a
10348         number.  See info for more details.
10349
10350         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10351         running.
10352
10353         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10354         to bind them.
10355
10356         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10357         (wl-highlight-folder-current-line): New implementation.
10358
10359         * wl-highlight.el (wl-highlight-folder-group-line): New
10360         implementation.
10361         (wl-delete-all-overlays): Rewrite as a marco.
10362         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10363
10364         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10365         running.
10366         (wl-folder-*-glyph): No need to bind them.
10367
10368         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10369         `wl-e21-highlight-folder-group-icon'; rewrite.
10370         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10371         `defsubst' instead of `defun'.
10372         (wl-folder-mode-map): Bind it when compiling.
10373
10374 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10375
10376         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10377
10378         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10379
10380 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10381
10382         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10383
10384 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10385
10386         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10387         (wl-highlight-folder-current-line): Use it.
10388
10389         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10390         in `id-name'.
10391
10392 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10393
10394         * wl.el: Require `wl-e21' when Emacs 21 is running.
10395
10396         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10397         default when Emacs 21 is running.
10398         (wl-use-highlight-mouse-line): Ditto.
10399         (wl-on-emacs21): New constant.
10400         (wl-on-emacs20): Removed.
10401
10402         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10403         Emacs 21 is running.
10404
10405         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10406         Emacs 21 is running.
10407
10408         * wl-e21.el: New file.
10409
10410 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10411
10412         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10413         (wl-toggle-plugged): Ditto.
10414         (wl-plugged-toggle): Ditto.
10415         (wl-plugged-toggle-all): Ditto.
10416
10417         * wl-vars.el (wl-plug-state-indicator): Refer
10418         `wl-plug-state-indicator-on' indirectly.
10419
10420 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10421
10422         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10423         Call `wl-folder-confirm-existence'.
10424
10425         * wl-folder.el (wl-folder-confirm-existence): Added optional
10426         argument `force'.
10427
10428 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10429
10430         * wl-summary.el (wl-summary-refile-subr): Assume
10431         `copy-or-refile' as symbol.
10432         (wl-summary-refile): Follow up above change.
10433         (wl-summary-copy): Ditto.  Doc fix.
10434
10435 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10436
10437         * wl-summary.el (wl-summary-pick): Don't bind
10438         `elmo-search-mime-charset'.
10439
10440         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10441         default using old backquote style.
10442         (wl-search-mime-charset): Abolished.
10443
10444         * wl-highlight.el (wl-highlight-headers):
10445         Call `point' after `re-search-forward'(for Nemacs).
10446
10447         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10448         for elmo-imap4.el.
10449
10450 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10451
10452         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10453         `wl-message-ignored-field-list' instead of
10454         `mime-view-ignored-field-list'.
10455
10456         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10457         Add interactive spec.
10458         (wl-folder-goto-bottom-of-current-folder): Ditto.
10459         (wl-folder-mode-map): Bind them.
10460
10461         * wl-vars.el (wl-message-ignored-field-list): New variable.
10462         (wl-message-visible-field-list): New variable.
10463
10464         * wl-mime.el (wl-mime-header-presentation-method): New function.
10465         (wl-mime-setup): Set header-presentation-method.
10466
10467 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10468
10469         * wl-nemacs.el (wl-draft-overload-functions): Set
10470         `mode-line-buffer-identification' instead of using
10471         `wl-make-modeline'.
10472
10473         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10474         instead of using `wl-make-modeline'.
10475
10476         * wl-xmas.el (wl-plugged-init-icons): Set up
10477         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10478         (wl-make-modeline): Abolish.
10479         (wl-draft-overload-functions): Set
10480         `mode-line-buffer-identification' instead of using
10481         `wl-make-modeline'.
10482
10483         * wl-util.el (wl-make-modeline-subr): Abolish.
10484         (wl-mode-line-buffer-identification): New alias.
10485
10486         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10487         (wl-summary-make-modeline): Abolish.
10488         (wl-summary-buffer-set-folder): Set
10489         `wl-summary-buffer-folder-indicator'.
10490         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10491         of using `wl-make-modeline'.
10492         (wl-summary-switch-to-clone-buffer): Don't set
10493         `mode-line-buffer-identification'.
10494         (wl-summary-goto-folder-subr): Ditto.
10495
10496         * wl-mule.el (wl-draft-overload-functions): Set
10497         `mode-line-buffer-identification' instead of using
10498         `wl-make-modeline'.
10499
10500         * wl-folder.el (wl-folder-mode): Set
10501         `mode-line-buffer-identification' instead of using
10502         `wl-make-modeline'.
10503         (wl-folder): Don't set `mode-line-buffer-identification'.
10504
10505 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10506
10507         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10508         instead of `member' for `wl-refile-guess-func-list' look-ups.
10509         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10510
10511 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10512
10513         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10514         `wl-message-button-dispatcher'.
10515
10516         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10517
10518         * wl-message.el (wl-message-button-dispatcher): Use it.
10519
10520         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10521         "In-Reply-To".
10522
10523         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10524         Bind `case-fold-search' to t.
10525
10526 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10527
10528         * wl-xmas.el (wl-message-overload-functions): Initialize
10529         `wl-message-button-map'.
10530
10531         * wl-mule.el (wl-message-overload-functions): Initialize
10532         `wl-message-button-map'.
10533
10534         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10535
10536         * wl-message.el (wl-message-button-map): New keymap.
10537         (wl-message-add-button): New function.
10538         (wl-message-button-dispatcher): New function.
10539         (wl-message-button-refer-article): New function.
10540
10541         * wl-highlight.el
10542         (wl-highlight-message-add-buttons-to-header): New function.
10543         (wl-highlight-headers): Use it.
10544
10545 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10546
10547         * wl-summary.el (wl-summary-default-from): Use
10548         `wl-address-get-petname-1'.
10549         (wl-summary-simple-from): Ditto.
10550
10551         * wl-address.el (wl-address-get-petname-1): New inline function.
10552         (wl-address-get-petname): Use it.
10553
10554 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10555
10556         * wl-summary.el (wl-summary-default-from): Return full-name part
10557         from the address if no petname was found.
10558         (wl-summary-simple-from): Ditto.
10559
10560         * wl-address.el (wl-address-get-petname): Return nil if no petname
10561         associated with the address was found.
10562
10563 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10564
10565         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10566         display is finished.
10567
10568 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10569
10570         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10571         `elmo-folder-exists-p' argument.
10572
10573 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10574
10575         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10576         the folder.
10577
10578 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10579
10580         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10581
10582         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10583         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10584
10585 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10586
10587         * wl-folder.el (wl-folder-create-subr): New function.
10588         (wl-folder-confirm-existence): Use it.
10589         (wl-folder-check-one-entity): Use it.
10590         Check the error symbol is derived from 'elmo-open-error.
10591
10592         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10593         `ignore-error'.
10594
10595 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10596
10597         * wl-util.el (toplevel): Add (eval-when-compile (require
10598         'elmo-util)).  (Maybe `provide' is typo.)
10599
10600 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10601
10602         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10603         (I don't know why this was needed.)
10604
10605         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10606         Follow up changes for stream-type.
10607
10608         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10609         (wl-draft-elmo-nntp-send): Ditto.
10610
10611         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10612         (wl-nntp-posting-stream-type): Ditto.
10613         (wl-pop-before-smtp-ssl): Abolished.
10614         (wl-nntp-posting-ssl): Ditto.
10615
10616         * wl-address.el (wl-address-quote-specials): New function.
10617         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10618
10619         * wl-draft.el (wl-draft-reply): Ditto.
10620
10621 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10622
10623         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10624         use function `wl-string-match-assoc'.
10625
10626 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10629
10630         * wl-draft.el (wl-draft-deduce-address-list): New function.
10631         (wl-draft-parse-mailbox-list): Ditto.
10632         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10633         instead of `smtp-deduce-address-list'.
10634         (wl-draft-on-field-p): Follow group list.
10635
10636         * wl-address.el (wl-address-concat-token): New function.
10637         (wl-address-string-without-group-list-contents): Ditto.
10638         (wl-complete-field-body): Fixed problem of completion
10639         by japanese petname.
10640         (wl-address-make-completion-list): Rewrite.
10641
10642 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10643
10644         * wl-address.el (wl-address-make-completion-list): Completion by
10645         petname.
10646         (wl-complete-field-body): Likewise.
10647
10648 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10649
10650         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10651         contains invalid address syntax.
10652
10653 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10654
10655         * wl-folder.el (wl-folder-check-entity-async): Use
10656         `elmo-nntp-spec-hostname'.
10657
10658 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10659
10660         * wl-summary.el (wl-summary-msgdb-load-async): Use
10661         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10662
10663 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10664
10665         * wl-draft.el (wl-draft-reply): Set argument
10666         `content-transfer-encoding' as nil.
10667
10668 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10669
10670         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10671         `wl-refile-alist'.
10672
10673 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10674
10675         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10676         (wl-draft-edit-string): Ditto.
10677         (wl-draft-forward): Ditto.
10678         * wl-summary.el (wl-summary-write): Ditto.
10679
10680 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10681
10682         * wl-summary.el (wl-summary-sync-update3): Call
10683         `wl-summary-buffer-number-column-detect'.
10684         (wl-summary-buffer-number-column-detect): Search from point-min.
10685
10686 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10687
10688         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10689         contains an address which is not included in original to or cc.
10690
10691 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10692
10693         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10694         begin-line does not exist.
10695         * wl-message.el (wl-message-uu-substring): Ditto.
10696
10697 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10700         clear local variables.
10701         (wl-summary-exit): Call `elmo-commit'.
10702         (wl-summary-switch-to-clone-buffer): Call
10703         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10704         (wl-summary-goto-folder-subr): Ditto.
10705
10706         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10707         POP folder.
10708
10709 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10712         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10713         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10714         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10715         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10716         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10717
10718         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10719
10720 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10721
10722         * wl-summary.el (wl-summary-search-by-subject):
10723         Search parent message from the latest one.
10724
10725 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10726
10727         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10728         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10729
10730         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10731         New user option.
10732
10733         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10734         if elmo-nntp-use-killed-list is nil.
10735         Use `elmo-msgdb-append-to-killed-list'.
10736         (Append numbers confirmed as disappeared to the killed list.)
10737         (wl-summary-confirm-appends): Don't display negative number.
10738
10739 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10740
10741         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10742
10743 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10744
10745         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10746         range is `all'.
10747         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10748         `elmo-list-bigger-diff'.
10749
10750 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10751
10752         * wl-summary.el (wl-summary-buffer-exit-func):
10753         New buffer local variable.
10754         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10755
10756 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10757
10758         * wl-demo.el (wl-demo): Fix the last change.
10759
10760 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10761
10762         * wl-demo.el (wl-demo): Don't use `eval'.
10763
10764 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10765
10766         * wl-summary.el (wl-summary-buffer-thread-modified):
10767         New buffer-local variable.
10768         (wl-summary-set-thread-modified): New function.
10769         (wl-summary-thread-modified-p): New function.
10770         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10771         (wl-summary-yank-saved-message): Use function
10772         `wl-summary-set-thread-modified'
10773         (wl-summary-switch-to-clone-buffer): Add
10774         `wl-summary-buffer-thread-modified'.
10775
10776         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10777         (wl-summary-buffer-mark-saved-hook): Ditto.
10778         * wl-summary.el (wl-summary-msgdb-save): New hook
10779         `wl-summary-buffer-message-saved-hook' and
10780         `wl-summary-buffer-mark-saved-hook'.
10781
10782 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10783
10784         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10785
10786 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10787
10788         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10789         don't hide scroll bars under FSF Emacsen because it may incur an
10790         undesirable redrawing.
10791
10792 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10793
10794         * wl-draft.el (wl-draft-edit-string): Call
10795         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10796
10797 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10798
10799         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10800
10801 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10802
10803         * wl-summary.el (wl-summary-msgdb-load-async): Call
10804         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10805
10806 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10807
10808         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10809         fringes in demo buffer; center bitmap logo correctly even if old
10810         Mule is used.
10811
10812 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10813
10814         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10815
10816         * wl-refile.el (wl-refile-subject-alist): New variable.
10817         (wl-refile-subject-alist-file-name): Ditto.
10818         (wl-refile-alist-setup): Rewrite.
10819         (wl-refile-alist-save): Use `elmo-object-save'.
10820         Eliminated arguments.
10821         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10822         (wl-refile-guess-by-subject): New function.
10823         (wl-refile-guess-func-list): Added it.
10824
10825 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10826
10827         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10828         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10829
10830 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10831
10832         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10833         New buffer-local variable.
10834         (wl-summary-buffer-next-folder-func): Ditto.
10835         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10836         if non-nil.
10837         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10838         if non-nil.
10839         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10840         if non-nil.
10841         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10842         if non-nil.
10843
10844 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10845
10846         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10847         permanently in the demo buffer.
10848
10849 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10850
10851         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10852         `mime-entity-fetch-field'.
10853
10854         * wl.el (wl-exit): Delete plugged buffer.
10855
10856         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10857         XEmacs has menubar feature.
10858
10859 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10860
10861         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10862         cannot arrive at the beginning of the buffer under old Emacsen.
10863
10864 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10865
10866         * wl-address.el (wl-address-ldap-search):
10867         Call `ldap-search-entries' with `withdn' argument t.
10868         (wl-complete-field-body): Bind completion-ignore-case as t.
10869         Clear ldap search hash when it was sole completion.
10870         Use elmo-string for pattern string.
10871         (wl-ldap-alias-safe-string): Eliminated needless let.
10872
10873 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10874
10875         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10876         (wl-ldap-alias-sep): New constant.
10877         (wl-ldap-search-attribute-type-list): Ditto.
10878         (wl-ldap-get-value): New function.
10879         (wl-ldap-make-filter): Ditto.
10880         (wl-ldap-make-matched-value-list): Ditto.
10881         (wl-ldap-alias-safe-string): Ditto.
10882         (wl-ldap-register-dn-string): Ditto.
10883         (wl-address-ldap-search): Rewrite.
10884
10885 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10886
10887         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10888         thread is deleted.
10889         (wl-thread-delete-line-from-buffer): Ditto.
10890         (wl-thread-get-exist-children): New function.
10891
10892 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10893
10894         * wl-demo.el (wl-demo): Made it to select various image types.
10895         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10896         from `wl-title-logo'.
10897         (wl-logo-ascii): New variable.
10898         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10899         (wl-demo-copyright-notice): New constant.
10900
10901         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10902
10903 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10904
10905         * wl-vars.el (wl-summary-target-above): Renamed from
10906         wl-summary-temp-above.
10907         * wl-score.el (wl-score-get-score-alist): Use it.
10908         (wl-summary-score-update-all-lines): Use it.
10909         * wl-summary.el: Ditto. (make-variable-buffer-local).
10910
10911 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10912
10913         * wl-vars.el (wl-ldap-port): New user option.
10914
10915         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10916         Rewite whole implementation.
10917         (wl-complete-field-body): Fixed.
10918
10919 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10920
10921         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10922         Choose implementation at compile time.
10923
10924 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10925
10926         * wl-address.el (wl-ldap-search-internal): New function.
10927         (wl-complete-field-to): Use it.
10928
10929 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10930
10931         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10932         Use `let' instead of `let*'.
10933         Require 'wl-vars.
10934
10935         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10936         Define as defcustom.
10937         (wl-ldap-base): Ditto.
10938         (wl-use-ldap): Ditto.
10939
10940 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10941
10942         * wl-address.el (wl-ldap-search): New function.
10943         (wl-complete-field-body): Use `wl-ldap-search'.
10944         (wl-ldap-server): New variable.
10945         (wl-ldap-base): Ditto.
10946         (wl-use-ldap): Ditto.
10947
10948 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10949
10950         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10951         (Pointed out by Mito <mit@nines.nec.co.jp>).
10952         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10953         buffer-local variables like `wl-summary-redisplay-internal'.
10954         (wl-summary-redisplay-all-header): Likewise.  Update
10955         Summary view too.
10956
10957 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10958
10959         * wl-summary.el (wl-summary-jump-to-parent-message):
10960         Consider prefix argument.
10961
10962         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10963         when closed thread is deleted.
10964
10965 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10966
10967         * wl-summary.el (wl-summary-jump-to-parent-message):
10968         Consider thread modification.
10969
10970 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10971
10972         * wl-message.el (wl-message-normal-get-original-buffer): Use
10973         `save-excursion'.
10974
10975         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10976         (wl-summary-showto-folder-regexp): Ditto.
10977
10978 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10979
10980         * wl-util.el (wl-delete-alist): Doc fix.
10981         (wl-delete-associations): New function.
10982         (wl-inverse-alist): New function.
10983         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10984         Split temporary variables. Use `wl-delete-associations'
10985         and `wl-inverse-alist'.
10986         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10987
10988 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10989
10990         * wl-folder.el (wl-folder-prefetch-entity):
10991         Execute prefetching if new count is unknown.
10992
10993 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10994
10995         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10996
10997         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10998         delete entity.
10999         (wl-thread-set-parent): If insert as top, set linked as nil.
11000
11001         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11002         `wl-thread-cleanup-symbols' when view mode is thread.
11003
11004 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11005
11006         * wl-folder.el (wl-folder-create-folder-entity): Use
11007         with-current-buffer.
11008         (wl-local-folder-init): Call set-buffer to make sure we are in
11009         the Folder buffer. Don't touch buffer-local variables here.
11010         (wl-folder-mode): Initialize buffer-local variables here.
11011
11012         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11013         (wl-folder-entity-assign-id): Ditto.
11014         (wl-folder-create-entity-hashtb): Ditto.
11015         (wl-local-folder-init): Ditto.
11016         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11017
11018 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11019
11020         * wl-summary.el (wl-summary-default-from): Fix probrem when
11021         std11-extract-address-components return (nil "foo@bar").
11022
11023 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11024
11025         * wl-draft.el (wl-draft-clone-local-variables):
11026         Remove redundant `setq'.
11027
11028 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11029
11030         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11031         Bind wl-highlight-x-face-func as nil while highlighting header.
11032
11033 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11034
11035         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11036
11037 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11038
11039         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11040         elmo-msgdb-overview-hashtb from copy-variables.
11041         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11042         instead of `elmo-msgdb-overview-get-entity-by-number'.
11043         (wl-summary-auto-refile): Ditto.
11044
11045         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11046         `elmo-msgdb-overview-get-entity' instead of
11047         `elmo-msgdb-search-overview-entity'.  Use
11048         `elmo-msgdb-overview-get-entity' instead of
11049         `elmo-msgdb-overview-get-entity-by-number'.
11050         (wl-thread-insert-entity-sub): Ditto.
11051         (wl-thread-insert-message): Ditto.
11052
11053         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11054         `elmo-msgdb-overview-get-entity'.
11055         (wl-normal-message-redisplay): Ditto.
11056
11057 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11058
11059         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11060         `wl-thread-entities'.
11061         (wl-thread-delete-message): Fix remove top message from
11062         `wl-thread-entity-list'.
11063
11064         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11065         wl-append(nconc), because update-list is broken on Meadow.
11066
11067         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11068         updating process.
11069         (wl-summary-rescan): Ditto.
11070         (wl-summary-sync-update3): Ditto.
11071         * wl-thread.el (wl-thread-set-parent): Renamed from
11072         `wl-summary-set-parent'.
11073         (wl-thread-insert-message): Updating buffer faster.
11074         (wl-thread-delete-message): Updating buffer faster.
11075
11076         * wl-score.el (wl-summary-score-update-all-lines): Changed
11077         interval for display progress gauge.
11078
11079 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11080
11081         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11082         folder always-sticky.
11083         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11084         defmacro.
11085
11086 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11087
11088         * wl-vars.el (wl-draft-add-references): New user option.
11089
11090         * wl-draft.el (wl-draft-add-references): New function.
11091         (wl-draft-yank-from-mail-reply-buffer): Use it.
11092         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11093         as nil.
11094
11095 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11096
11097         * wl-thread.el (wl-thread-update-line-msgs): Called
11098         `wl-thread-update-line-on-buffer-sub'.
11099         (wl-thread-update-line-on-buffer): Delete routine of inserting
11100         thread.
11101         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11102         moved from `wl-thread-update-line-on-buffer'.
11103         Add threshold for displaying progress gauge.
11104         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11105         argument of `wl-thread-update-line-msgs'.
11106         Add threshold for displaying progress gauge.
11107         * wl-folder.el:
11108         Add threshold for displaying progress gauge.
11109         * wl-score.el: Ditto.
11110
11111         * wl-expire.el (wl-summary-expire): Display deleting info.
11112
11113 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11114
11115         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11116         `no-msg'.
11117         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11118         argument of `wl-thread-update-line-msgs'.
11119         (wl-summary-set-parent): Added optional argument `parent-number'.
11120         (wl-summary-buffer-saved-message): New buffer local variable.
11121         (wl-summary-save-current-message): New command.
11122         (wl-summary-yank-saved-message): Ditto.
11123         (wl-summary-mode-map): Added key binding for
11124         `wl-summary-save-current-message' (\ew) and
11125         `wl-summary-yank-saved-message' (\C-y).
11126         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11127
11128 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11129
11130         * wl-summary.el (wl-summary-mode-map): Added key binding for
11131         `wl-summary-set-parent' (ts).
11132
11133 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11134
11135         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11136         subject faster. If thread number is reverse, delayed updating
11137         thread.
11138         (wl-summary-search-by-subject): Ditto.
11139         (wl-summary-put-alike): Ditto.
11140         (wl-summary-get-alike): Ditto.
11141         (wl-summary-insert-headers): Insert header of all overview in
11142         buffer.
11143         (wl-summary-rescan): Delayed updating thread. Kill search subject
11144         buffer for wl-summary-search-by-subject.
11145         (wl-summary-sync-update3): Ditto.
11146         (wl-summary-exit): Ditto.
11147         (wl-summary-goto-bottom-of-current-thread): Change for linked
11148         thread.
11149         (wl-summary-overview-create-summary-line): Change line for linked
11150         thread.
11151
11152         * wl-summary.el (wl-summary-update-thread): Use
11153         wl-thread-maybe-get-children-num.
11154         (wl-summary-set-parent): If change parent, move sub thread.
11155         (wl-summary-redisplay-internal): Add horizontal recenter.
11156         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11157
11158         * wl-thread.el (wl-thread-entity-get-linked): New function.
11159         (wl-thread-entity-set-linked): New function.
11160         (wl-thread-create-entity): Add linked element.
11161         (wl-thread-entity-insert-as-top): Use wl-append.
11162         (wl-thread-maybe-get-children-num): If closing thread, return
11163         children msgs.
11164         (wl-thread-update-line-msgs): Displaying progress message.
11165         (wl-thread-update-line-on-buffer-sub): Use
11166         wl-thread-maybe-get-children-num.
11167         (wl-thread-update-line-on-buffer): If update line is not exists,
11168         insert thread.
11169         (wl-thread-delete-message): If delete top msg of thread, search
11170         parent by subject.
11171         (wl-thread-insert-entity): Use
11172         wl-thread-maybe-get-children-num.
11173
11174         * wl-highlight.el (wl-highlight-summary-current-line): change
11175         sregexp for linked thread.
11176         * wl-util.el (wl-count-lines): Count lines.
11177         (wl-horizontal-recenter): horizontal recenter.
11178         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11179         (wl-score-get-alike): Ditto.
11180         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11181         (wl-subject-length-limit): New variable.
11182         (wl-highlight-thread-indent-string-regexp): Changed for linked
11183         thread.
11184
11185 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11186
11187         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11188         New variable (revival).
11189         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11190         by subject matching if there's no in-reply-to nor references field
11191         (revival).
11192
11193 \f
11194 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11195
11196         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11197         message.
11198
11199 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11200
11201         * wl-summary.el (wl-summary-reply): Return t if there was a
11202         message at cursor point.
11203         Added unwind-protect.
11204         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11205         returns t.
11206         (wl-summary-cancel-message): Do nothing when there's no message at
11207         cursor point.
11208         (wl-summary-forward): Ditto.
11209         (wl-summary-jump-to-parent-message): Ditto.
11210         (wl-summary-reedit): Ditto.
11211         (wl-summary-edit-addresses): Ditto.
11212         (wl-summary-pipe-message): Ditto.
11213         (wl-summary-print-message-with-ps-print): Ditto.
11214         (wl-summary-print-message): Ditto.
11215         (wl-summary-mark-as-important): Ditto.
11216         (wl-summary-mark-as-unread): Ditto.
11217
11218         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11219         message at cursor point.
11220         (wl-summary-reply-with-citation): Remove unwind-protect.
11221
11222         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11223         subject searching feature.
11224         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11225         Eliminated.
11226
11227 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11228
11229         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11230         New variable.
11231         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11232         by subject matching if there's no in-reply-to nor references field.
11233
11234         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11235
11236         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11237         when display is finished.
11238         (wl-folder-open-all): Ditto.
11239         (wl-folder-update-access-group): Ditto.
11240         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11241         * wl-thread.el (wl-thread-close-all): Ditto.
11242
11243         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11244         progress gauge only when it was displayed.
11245         * wl-folder.el (wl-folder-insert-entity): Ditto.
11246
11247 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11248
11249         * wl-summary.el (wl-summary-incorporate): Enclose
11250         `wl-summary-sync-force-update' with save-excursion.
11251
11252 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11253
11254         * wl-summary.el (wl-summary-prefetch-region):
11255         Pass current cursor point to `pos-visible-in-window-p' after
11256         moving cursor to the started point.
11257
11258 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11259
11260         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11261
11262         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11263         fields from the forwarding message.
11264         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11265         `ignored-fields'.
11266
11267 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11268
11269         * wl-mime.el (wl-message-request-partial):
11270         Eliminated argument `msgdb'.
11271         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11272         (wl-mime-combine-message/partial-pieces): Likewise.
11273         * tm-wl.el (wl-message-request-partial): Likewise.
11274         (wl-mime-combine-message/partial-pieces): Likewise.
11275
11276 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11277
11278         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11279         when display is finished.
11280
11281 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11282
11283         * wl-summary.el (wl-summary-goto-folder-subr):
11284         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11285
11286 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11287
11288         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11289         when cursor point is visible.
11290
11291 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11292
11293         * wl-expire.el (wl-expire-archive-get-max-number):
11294         Don't use `file-name-directory'.
11295
11296 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11297
11298         * wl-expire.el (wl-expire-archive-get-max-number):
11299         Use `file-name-directory'.
11300
11301 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11302
11303         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11304         only when there is progress.
11305
11306 2000-04-13  Mito <mit@nines.nec.co.jp>
11307
11308         * wl-summary.el (wl-summary-sync-marks): Display progress.
11309
11310 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11311
11312         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11313         (wl-summary-prev): Move cursor regardless of unread status.
11314         (wl-summary-next): Ditto.
11315
11316 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11317
11318         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11319         Added argument `target' and `number'.
11320         * tm-wl.el (wl-summary-burst-subr): New function.
11321         (wl-summary-burst): Use it.
11322
11323 2000-04-10  Mito <mit@nines.nec.co.jp>
11324
11325         * wl-mime.el (wl-burst): New function.
11326         (wl-summary-burst): Use it.
11327
11328 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11329
11330         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11331         as petname when there's no candidate.
11332
11333 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11334
11335         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11336         New variable.
11337         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11338
11339         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11340
11341         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11342
11343 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11344
11345         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11346         Use substring of `original' instead of buffer-substring.
11347         (wl-refile-evaluate-rule):
11348         Set `original' argument of wl-refile-expand-newtext.
11349
11350         * wl-summary.el
11351         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11352         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11353         (wl-summary-auto-refile): Check existence of destination folder just
11354         before marking.
11355
11356 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11357
11358         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11359         when wl-refile-get-field-value return nil.
11360
11361 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11362
11363         * wl-refile.el
11364         (wl-refile-expand-newtext): New function imported from Gnus.
11365         (wl-refile-evaluate-rule): Use it.
11366
11367 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11368
11369         * wl-summary.el (wl-summary-print-destination):
11370         Duplicate folder string to avoid putting text-property on
11371         original string.
11372
11373         * wl-refile.el (wl-refile-get-field-value): New function.
11374         (wl-refile-evaluate-rule): New function;
11375         Evaluate refile rule recursively.
11376         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11377         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11378         New function; Check existence of a target folder recursively.
11379         (wl-summary-auto-refile-check-refile-rule-alist):
11380         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11381
11382 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11383
11384         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11385
11386         * wl-folder.el (wl-create-folder-entity-from-buffer):
11387         Fixed problem when '}' character is contained in folder name.
11388
11389         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11390
11391 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11392
11393         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11394         (wl-fldmgr-add-completion-all-completions):
11395         Use wl-fldmgr-add-completion-hashtb.
11396
11397 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11398
11399         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11400         wl-fldmgr-add-completion-subr): New functions.
11401         * wl-folder.el (wl-folder-completion-func): New variable.
11402         * wl-summary.el (wl-summary-read-folder):
11403         Use wl-folder-completion-func.
11404
11405         * wl-refile.el: Eliminate throw & catch.
11406
11407         * wl.el (wl-plugged-sending-queue-status): Fixed.
11408
11409 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11410
11411         * wl-draft.el (wl-draft): Put category property on
11412         mail-header-separator.