* wl-demo.el (wl-demo-copyright-notice): Add 2012.
[elisp/wanderlust.git] / wl / ChangeLog
1 2012-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2012.
4
5 2011-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * wl-e21.el (wl-e21-make-toolbar-buttons): No need to take care of
8         the tool-bar default bindings for Emacs 24.
9
10 2011-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * wl-e21.el (wl-e21-make-toolbar-buttons): Work around the Emacs
13         24 error: "`keymap' is reserved for embedded parent maps"
14
15 2011-07-15  Herbert J. Skuhra  <hskuhra@fastmail.fm>
16
17         * wl-folder.el (wl-folder-open-unread-folder): Fix typo in
18         message.
19
20 2011-07-10  David Maus  <dmaus@ictsoc.de>
21
22         * wl-draft.el (wl-draft-send-mail-with-sendmail): New
23         function. Send mail with sendmail package.
24         * wl-vars.el (wl-draft-send-mail-function): Add function to list
25         of prepared send mail functions.
26
27 2011-06-03  Erik Hetzner  <egh@e6h.org>
28
29         * wl-vars.el (wl-summary-line-format): Document missing control
30         strings.
31
32 2011-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
33
34         * wl-demo.el (wl-demo-copyright-notice): Add 2011.
35
36 2011-01-29  David Maus  <dmaus@ictsoc.de>
37
38         * wl-draft.el (wl-user-agent-compose): Add optional argument
39         RETURN-ACTION, introduced to `compose-mail' in Emacs 24.
40
41 2011-01-09  David Maus  <dmaus@ictsoc.de>
42
43         * wl-template.el (wl-template-select): Reset draft config exec
44         flag when selecting template.
45
46 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * wl-summary.el (wl-summary-mode): Check with fboundp before calling `make-local-hook'.
49         * wl-mime.el (wl-draft-preview-message): Ditto.
50
51 2010-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * wl-demo.el: Prune functions provided temporarily to avoid
54         compile warnings in the end.
55
56 2010-09-08  Tetsurou Okazaki  <okazaki@be.to>
57
58         * wl-spam.el (wl-spam-register-spam-messages): Put spam mark on
59         the registered messages unless specified folder is a spam folder.
60         Add docstring.
61         (wl-spam-register-good-messages): Remove spam mark from
62         the registered messages.  Add docstring.
63         (wl-summary-register-as-spam)
64         (wl-summary-register-as-spam-region, wl-thread-register-as-spam)
65         (wl-summary-register-as-spam-all)
66         (wl-summary-target-mark-register-as-spam)
67         (wl-summary-register-as-good)
68         (wl-summary-register-as-good-region, wl-thread-register-as-good)
69         (wl-summary-register-as-good-all)
70         (wl-summary-target-mark-register-as-good): Add docstring.
71
72 2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * wl-summary.el: Delete trailing whitespace.
75
76 2010-08-27  Kenichi Okada  <okada@opaopa.org>
77
78         * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
79         message human-readable.
80
81 2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * wl-e21.el (wl-draft-insert-signature): Fix comment style.
84         (wl-highlight-folder-current-line): Ditto.
85         * wl-xmas.el (wl-draft-insert-signature): Ditto.
86         (wl-highlight-folder-current-line): Ditto.
87
88 2010-08-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
89
90         * wl-address.el (wl-address-make-alist-from-alias-file): Use
91         `(delete-char -1)' instead of `(delete-backward-char 1)' that
92         deletes region in Emacs 24.
93         See delete-active-region described in NEWS.
94         * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto.
95         * wl-summary.el (wl-summary-update-persistent-mark): Ditto.
96
97 2010-08-14  David Maus  <dmaus@ictsoc.de>
98
99         * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
100         edit draft message when in draft folder.
101
102 2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1)
105         instead of (delete-backward-char 1) that deletes region in Emacs 24.
106         See delete-active-region described in NEWS.
107
108 2010-05-25  Tetsurou Okazaki  <okazaki@be.to>
109
110         * wl-spam.el (wl-summary-register-as-spam-region)
111         (wl-thread-register-as-spam, wl-summary-register-as-good-region)
112         (wl-thread-register-as-good): New functions.
113         (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn".
114
115 2010-04-28  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
116         * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with
117         images for the icon if there is only one image.
118
119 2010-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with
122         newline.
123         (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps
124         so as to match header tokens strictly.
125
126 2010-02-16  Tetsurou Okazaki  <okazaki@be.to>
127
128         * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam'
129         for the message not classified as spam.
130         (wl-summary-test-spam-messages): New function.
131         (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages'
132         instead of `wl-spam-map-spam-messages'.
133
134 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
135
136         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
137         (wl-summary-define-mark-action): Define unmark functions.
138         (wl-summary-unmark): Add the second argument `mark'.
139         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
140
141 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
142
143         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
144         autodecryption for draft preview.
145
146 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
147         * wl-summary.el (toplevel): New function
148         `wl-summary-toggle-mime-buttons' and keybinding to toggle
149         visibility of MIME buttons in message view mode.
150
151 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
152
153         * Version number is increased to 2.15.9.
154
155 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
156
157         * wl-score.el (wl-score-followup): Remove verbose comment (same as
158         docstring).
159
160         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
161         Revert `save-excursion' for `wl-summary-jump-to-msg'.
162
163 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
166         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
167         semicolons, that should start at the left margin.
168         See. also (Info-goto-node "(elisp)Comment Tips").
169         * wl-acap.el (wl-acap-store): Ditto.
170         * wl-action.el (wl-summary-unset-mark): Ditto.
171         * wl-address.el (wl-address-ldap-search): Ditto.
172         * wl-demo.el (wl-demo-insert-image): Ditto.
173         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
174         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
175         (wl-draft-previous-history-element): Ditto.
176         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
177         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
178         (wl-folder-mode-map, wl-folder-get-prev-folder)
179         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
180         (wl-folder-check-entity-async)
181         (wl-create-folder-entity-from-buffer): Ditto.
182         * wl-fldmgr.el (toplevel): Ditto.
183         * wl-message.el (wl-message-buffer-cache-sort)
184         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
185         Ditto.
186         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
187         Ditto.
188         * wl-summary.el (toplevel, wl-summary-mode)
189         (wl-summary-edit-addresses, wl-summary-sync-update)
190         (wl-summary-stick): Ditto.
191         * wl-thread.el (toplevel, wl-thread-insert-message)
192         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
193         * wl-util.el (toplevel): Ditto.
194         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
195         Ditto.
196
197 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * Version number is increased to 2.15.8.
200
201         * wl-message.el (wl-message-uu-substring): Suppress compile
202         warnings; Use `with-current-buffer' instead of `save-excursion' &
203         `set-buffer'.
204         * wl-mime.el (wl-draft-yank-current-message-entity)
205         (wl-mime-preview-follow-no-mime)
206         (wl-mime-preview-follow-current-region): Ditto.
207         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
208         (wl-summary-switch-to-clone-buffer)
209         (wl-summary-target-mark-forward)
210         (wl-summary-target-mark-reply-with-citation)
211         (wl-summary-target-mark-uudecode): Ditto.
212
213         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
214         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
215         * wl-summary.el (wl-summary-narrow-to-region)
216         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
217
218         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
219         instead of `int-to-string'.
220         * wl-dnd.el (wl-dnd-start-drag): Ditto.
221         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
222         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
223         * wl-util.el (wl-url-nntp): Ditto.
224
225         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
226         (wl-plugged-dop-queue-status): Don't quote `lambda'.
227         * wl-thread.el (wl-thread-delete-message): Ditto
228         * wl-summary.el (wl-summary-edit-addresses)
229         (wl-summary-edit-addresses-collect-candidate-fields)
230         (wl-summary-search-by-subject): Ditto.
231         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
232         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
233         (wl-fldmgr-add-completion-subr): Ditto.
234         * wl-draft.el (wl-smtp-extension-bind)
235         (wl-draft-insert-get-message, wl-draft-default-headers)
236         (wl-jump-to-draft-buffer): Ditto.
237         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
238         (wl-summary-down): Ditto.
239         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
240         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
241         * wl-folder.el (wl-folder-make-save-access-list)
242         (wl-folder-update-access-group, wl-folder-pick): Ditto.
243
244 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
245
246         * wl-draft.el (wl-draft-default-headers): Suppress warning
247         "defsubst `wl-draft-default-headers' was used before it was
248         defined"; Use `defun' instead of `defsubst'.
249
250         * wl-address.el (wl-address-header-extract-address)
251         (wl-address-header-extract-realname): Fix mail-address in
252         docstring.
253
254         * wl-expire.el (wl-expire-make-sortable-date): Macro to
255         inline-function.
256         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
257         Macro to function.
258         (wl-folder-get-entity-from-buffer): Macro to function.
259         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
260         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
261         * wl.el (wl-plugged-string): Macro to function.
262
263         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
264         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
265         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
266         Macro to function.
267
268         * wl-thread.el (wl-thread-open, wl-thread-close): Use
269         `point-at-bol', `point-at-eol'.
270
271         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
272         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
273         `(string-to-char " ")' instead of `? ', `?\ '.
274         * wl-action.el (wl-summary-print-argument): Ditto.
275         * wl-address.el (wl-complete-field-body): Ditto.
276         * wl-demo.el (wl-demo-insert-image): Ditto.
277         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
278         * wl-util.el (wl-ask-folder, wl-set-string-width)
279         (wl-y-or-n-p-with-scroll): Ditto.
280
281         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
282         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
283         verbose point move.
284
285         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
286         and `point-at-eol'.
287         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
288         Ditto.
289
290 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
291
292         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
293         `(beginning-of-line) (point)'.
294
295         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
296         (wl-fldmgr-delete-line): Change from macro to function. Use
297         `point-at-bol' and `point-at-eol'.
298
299         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
300         `function' for lambda.
301
302         * wl.el (wl-plugged-server-indent): Change from macro to function.
303
304         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
305
306         * wl-draft.el (wl-draft-config-body-goto-header)
307         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
308         macro to function.
309
310         * wl-score.el (wl-score-get-alike): Change from macro to
311         inline-function.
312
313         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
314         instead of `mapcar'. Don't use `function' for lambda.
315         (wl-read-search-condition-internal): Don't use `function' for
316         lambda.
317         (wl-kill-buffers): Change from macro to function.
318         (wl-count-lines): Change from macro to inline-function.
319
320         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
321
322         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
323
324         * wl.el (wl-plugged-change): Suppress compile warnings; Use
325         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
326         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
327         * wl-address.el (wl-complete-window-show): Ditto.
328         * wl-message.el (wl-message-select-buffer): Ditto.
329         * wl-template.el (wl-template-show): Ditto.
330         * wl-util.el (wl-collect-summary): Ditto.
331         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
332         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
333         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
334         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
335         (wl-score-edit-insert-number): Ditto.
336
337         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
338         symbol.
339
340         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
341         of `goto-line'.
342
343         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
344
345 2009-12-16  Lloyd Zusman <ljz@asfast.com>
346
347         * wl-summary.el (wl-summary-detect-mark-position): Force
348         the temporary buffer to enable the use of multibyte characters
349         within searches [wl-en:2460].
350
351 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
352
353         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
354         of `beginning-of-buffer'.
355
356 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
357
358         * wl-summary.el (wl-summary-display-raw): New function, display
359         message in raw format.
360
361 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
362
363         * Version number is increased to 2.15.7.
364
365 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
366
367         * wl-summary.el (wl-summary-previous-message-number): New function.
368         (wl-summary-next-message-number): Ditto.
369         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
370         `wl-summary-next-message-number'.
371         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
372         Inline temporary variable `cur-id'.
373         (wl-summary-get-next-unread-folder): Ditto.
374         (wl-summary-get-next-folder): Ditto.
375         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
376
377 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
378
379         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
380
381 2008-09-05  Kenichi Okada  <okada@opaopa.org>
382
383         * wl-summary.el (wl-summary-buffer-folder-name)
384         (wl-draft-config-body-goto-header): Use backquote instead of quote.
385         * wl-draft.el (wl-draft-body-goto-top)
386         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
387
388 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
389
390         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
391         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
392
393 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
394
395         * wl-expire.el: Fix Comentary section.
396
397 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
398
399         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
400         Require mime-parse, elmo-mime, and wl-util.
401
402         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
403
404         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
405
406 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
407
408         * wl-template.el: Require elmo-util and wl-vars.
409
410         * wl-mime.el (wl-mime-display-header): Revert last change.
411         Remove `delete-matching-lines "^$"'.
412
413 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
414
415         * wl-mime.el (wl-define-dummy-functions): Split
416         `eval-when-compile' form for avoid error; when `make
417         compile-strict.
418
419         * wl-util.el: Move (eval-when-compile (require 'static)).
420         * wl-dnd.el: Add (eval-when-compile (require 'static)).
421         * wl-message.el: Ditto.
422
423         * wl-mime.el (wl-message-delete-current-part): Use
424         `insert-buffer-substring' instead of `insert-buffer'.
425         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
426         * wl-draft.el (wl-draft-generate-clone-buffer)
427         (wl-draft-do-mime-bcc): Ditto.
428
429         * wl-address.el: Add (eval-when-compile (require 'cl)).
430         * wl-addrmgr.el: Ditto.
431         * wl-mime.el: Ditto.
432         * wl-util.el: Ditto.
433         * wl-score.el: Ditto.
434
435 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
436
437         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
438         `string-to-int'.
439
440         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
441         `string-to-int'.
442
443         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
444         `string-to-number' instead of `string-to-int'.
445
446         * wl-summary.el (wl-summary-get-list-info)
447         (wl-summary-message-number): Use `string-to-number' instead of
448         `string-to-int'.
449
450         * wl-score.el (wl-score-overview-entity-get-lines)
451         (wl-score-set-mark-below, wl-score-set-expunge-below)
452         (wl-summary-increase-score, wl-score-get-header-entry): Use
453         `string-to-number' instead of `string-to-int'.
454
455         * wl-folder.el (wl-folder-update-diff-line): Use
456         `string-to-number' instead of `string-to-int'.
457
458         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
459         instead of `string-to-int'.
460
461         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
462         instead of `string-to-int'.
463
464         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
465         `string-to-int'.
466
467 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
468
469         * wl-util.el (wl-match-string, wl-match-buffer)
470         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
471         (wl-kill-buffers, wl-local-variable-p)
472         (wl-line-formatter-setup): New backquote style.
473         (wl-count-lines): Use quote instead of backquote.
474
475         * wl-summary.el (wl-summary-buffer-folder-name)
476         (wl-summary-get-alike): Use quote instead of backquote.
477         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
478         backquote style.
479
480         * wl-message.el (wl-message-buffer-cache-buffer-get)
481         (wl-message-buffer-cache-folder-get)
482         (wl-message-buffer-cache-message-get)
483         (wl-message-buffer-cache-entry-make)
484         (wl-message-buffer-cache-hit): New backquote style.
485
486         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
487         backquote.
488         (wl-folder-unread-regex, wl-folder-entity-exists-p)
489         (wl-folder-clear-entity-info)
490         (wl-folder-get-entity-info, wl-folder-set-entity-info)
491         (wl-folder-elmo-folder-cache-get)
492         (wl-folder-elmo-folder-cache-put): New backquote style.
493
494         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
495         (wl-fldmgr-assign-id): Ditto.
496         (wl-fldmgr-delete-line): Use quote instead of backquote.
497         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
498
499         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
500         (wl-draft-set-sent-message): New backquote style.
501         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
502         (wl-draft-config-body-goto-header): Use quote instead of backquote.
503
504 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
505
506         * wl-address.el (wl-address-concat-token): Fix typo.
507
508 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
509
510         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
511         (wl-score-get-alike): Ditto.
512
513         * wl-vars.el: New backquote style.
514         (wl-message-header-button-alist): Use quote instead of backquote.
515
516         * wl.el (wl-plugged-string): New backquote style.
517
518         * wl-address.el (wl-address-concat-token): New backquote style.
519
520         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
521
522 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
523
524         * wl-highlight.el (wl-highlight-folder-opened-regexp)
525         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
526
527         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
528         in the character alternative.
529
530 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
531
532         * Version number is increased to 2.15.6.
533
534 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
535
536         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
537         optional 3rd argument of epg-context-set-progress-callback; it was
538         temporarily removed in the Emacs trunk due to copyright problem.
539         (wl-mime-pgp-verify-region-with-epg): Ditto.
540
541 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
542
543         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
544
545 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-util.el (wl-biff-check-folders): Set biff flag.
548         (from Naoto Morishima [wl:14031])
549
550 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
551
552         * wl.el (wl-plugged-server-indent): Use quote instead of
553         backquote.
554
555 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
556
557         * wl-score.el (wl-score-insert-header): Add guard for
558         `std11-unfold-string'.
559         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
560         TYPE artgument when TO or CC field.
561
562 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-summary.el (wl-summary-goto-folder-subr): Call
565         `elmo-folder-close' instead of `elmo-folder-commit' if discard
566         current summary.
567
568 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-util.el (wl-read-shell-commande): New function or alias.
571
572         * wl-summary.el (wl-summary-pipe-message): Use
573         `wl-read-shell-command' instead of `read-string'.
574         (wl-summary-target-mark-pipe): Ditto.
575
576 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-summary.el (wl-summary-reply): Fix docstring.
579         * wl-draft.el (wl-draft-reply): Ditto.
580
581 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-mime.el (wl-summary-extract-attachments): New command.
584         (wl-summary-extract-attachments-1): New internal function.
585
586 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-expire.el (wl-expire-folder): New function (split from
589         wl-summary-expire).
590         (wl-summary-expire): Use it. Add argument `all' instead of remove
591         `nolist'. Cause an error only if this function is calling
592         interactively.
593
594 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-expire.el (wl-expire-refile): Display progress message.
597         (wl-summary-expire): Simplify.
598
599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
600         unused argument `deleting-info'.
601
602 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-vars.el (wl-message-popup-buffers): New user option.
605
606         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
607         (wl-message-delete-popup-windows): New function that substitues
608         above one.
609         (wl-mime-setup): Follow the above change.
610
611 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
612
613         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
614
615 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
616
617         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
618         "tkm" to wl-thread-spam.
619
620 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-thread.el (wl-thread-entity-insert-as-children): Use
623         wl-thread-entity-set-children.
624         (wl-thread-insert-message, wl-thread-insert-entity-sub,
625         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
626         Use wl-thread-entity-get-*.
627
628 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-mime.el (wl-epg-progress-callback): New function.
631         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
632         with `elmo-with-progress-display'. Set a progress callback
633         function to epg-context.
634         (wl-mime-pgp-verify-region-with-epg): Ditto.
635
636 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-util.el (wl-completing-read-multiple): Define as an alias of
639         `completing-read-multiple' if emacs-version is not less than 22.
640
641 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
644         change.
645
646 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-summary.el (wl-summary-sync-update): Move
649         `wl-thread-update-indent-string-thread' to outside of
650         `elmo-with-progress-display'.
651
652 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-message.el (wl-message-exit): Check buffer existence.
655
656 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657
658         * wl-util.el (wl-simple-display-progress): New function.
659         (wl-display-progress-with-gauge): Ditto.
660         (wl-progress-callback-function): Ditto.
661
662         * wl.el (wl-init): Set `elmo-progress-callback-function' as
663         `wl-progress-callback-function'
664
665         * wl-vars.el (wl-display-progress-threshold): New user option.
666         (wl-display-progress-function): Ditto.
667
668         * Version number is increased to 2.15.5.
669
670 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
671
672         * wl-thread.el (wl-thread-close-children): New function.
673         (wl-thread-open-children): Ditto.
674         * wl-action.el (wl-summary-set-mark): Redo the last change by
675         using it.
676
677         * wl-action.el (wl-summary-set-mark): Undo the last change.
678         Forbid interactive call.
679
680 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
681
682         * wl-mime.el (wl-define-dummy-functions): New macro.
683         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
684         `wl-mime-pgp-decrypt-region'.
685         (wl-mime-pgp-verify-region-with-epg): Renamed from
686         `wl-mime-pgp-verify-region'.
687         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
688         `wl-mime-pgp-decrypt-region'.
689         (wl-mime-pgp-verify-region-with-pgg): Renamed from
690         `wl-mime-pgp-verify-region'.
691         (wl-mime-pgp-decrypt-region): New function; To select dispatch
692         function at runtime.
693         (wl-mime-pgp-verify-region): Ditto.
694
695         * wl-vars.el (wl-use-pgp-module): New user option.
696
697 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
700         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
701
702 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
705         even if there are target marks only.
706
707 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * Version number is increased to 2.15.4.
710
711 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-folder.el (wl-folder-check-one-entity): Simplify.
714
715 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
718         variable.
719
720 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-spam.el (wl-thread-test-spam): New function.
723         (wl-spam-setup): Bind "tkc".
724
725 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-expire.el (wl-folder-expire-entity): Rewite without
728         `wl-summary-goto-folder-subr'.
729         (wl-folder-expire-current-entity): Don't kill summary buffer.
730
731 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-folder.el (wl-folder-sync-entity): Rewrite without
734         `wl-summary-goto-folder-subr'.
735         (wl-folder-mark-as-read-all-entity): Likewise.
736
737         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
738
739 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
740
741         * wl-thread.el (wl-thread-force-open): Arranged.
742
743 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
746         from regexp.
747
748         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
749         (wl-read-search-condition-internal): Append them.
750
751 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-vars.el (wl-additional-search-condition-fields):
754         New user option.
755
756         * wl-util.el (wl-search-condition-fields): New function; export
757         from `wl-read-search-condition-internal'.
758         (wl-read-search-condition-internal): Use it.
759
760         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
761
762 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-summary.el (wl-summary-define-sort-command): New function.
765         (wl-summary-sort-by-date, wl-summary-sort-by-number)
766         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
767         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
768         define by `wl-summary-define-sort-command' at runtime.
769
770         * wl.el (wl-init): Call wl-summary-define-sort-command.
771
772 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
775         properties at the decrypting region.
776
777 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
778
779         * wl-util.el (wl-find-region): New function.
780
781         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
782         coding system.
783         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
784         property `wl-mime-decoded-coding-system'.
785         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
786         property `wl-mime-decoded-coding-system' to encode text.
787
788         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
789         message.
790         (wl-mime-pgp-verify-region): Ditto.
791
792 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
795         buffer. Use epa-display-verify-result.
796
797 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
798
799         * wl-draft.el (wl-draft-send): Continue even if setting parent
800         flag was failed.
801
802 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * wl-message.el (wl-message-flag-indicator): Fixed the problem
805         of returning string only of parentheses.
806
807 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-summary.el (wl-summary-write): Add argument `folder'.
810         (wl-summary-write-current-folder): Change argument `folder' from
811         optional to require.
812         (wl-summary-get-buffer): Return the buffer associated folder only.
813
814         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
815         change.
816         (wl-folder-toggle-disp-summary): Ditto.
817
818         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
819         current summary as parent-folder.
820
821 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-draft.el (wl-draft-reedit): Don't overwrite
824         wl-draft-parent-folder.
825
826 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
829         (wl-mime-pgp-verify-region): Ditto.
830         (wl-message-decrypt-pgp-nonmime): Use the above function.
831         (wl-message-verify-pgp-nonmime): Likewise.
832         (wl-mime-preview-application/pgp): Likewise.
833
834 2006-04-20  Kenichi Okada  <okada@opaopa.org>
835
836         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
837         Fix about the order of `wl-nntp-posting-port' and
838         `wl-nntp-posting-stream-type'.
839         * wl.el (wl-plugged-port-label-alist): Add smtp.
840
841 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-summary.el (wl-summary-message-status): New macro.
844
845         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
846         (wl-summary-killed-mark): New user option.
847
848         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
849         API change.
850         (wl-thread-insert-entity-sub): Ditto.
851         (wl-thread-recover-messages): New command.
852
853         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
854         Don't call `wl-highlight-summary-current-line' directly.
855         (wl-summary-buffer-attach): Connect to signal `status-changed'
856         instead of `cache-changed'.
857         (wl-summary-buffer-detach): Follow the above change.
858         (wl-summary-detect-mark-position): Follow the API change.
859         (wl-summary-rescan-message): Ditto.
860         (wl-summary-insert-sequential): Ditto.
861         (wl-summary-update-thread): Ditto.
862         (wl-summary-message-mark): Ditto.
863         (wl-summary-persistent-mark): Ditto.
864         (wl-summary-create-line): Ditto.
865         (wl-summary-prefetch-region-no-mark): Call
866         `wl-summary-persistent-mark' with number.
867         (wl-summary-recover-messages-region): New command.
868         (wl-summary-target-mark-recover): Ditto.
869         (wl-summary-recover-message): Ditto.
870         (wl-summary-persistent-mark-string): Add argument `status' instead
871         of remove arguments `flags' and `cached'.  Treat killed status.
872         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
873
874         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
875         (wl-highlight-summary-line-face-spec): Treat killed status.
876         (wl-highlight-summary-line-string): Follow the API change.
877         (wl-highlight-summary-current-line): Ditto.
878
879         * Version number is increased to 2.15.3.
880
881 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
884         of symbolp to test whether the condition is function.
885
886 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
889         to nil.
890
891 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-buffer-message-ring): New internal
894         variable.
895         (wl-summary-buffer-last-displayed-msg): Abolish.
896         (wl-summary-push-message): New function.
897         (wl-summary-pop-message): Ditto.
898         (wl-summary-goto-folder-subr): Reset
899         `wl-summary-buffer-message-ring'.
900         (wl-summary-pop-to-last-message): New command.
901         (wl-summary-goto-last-displayed-msg): Call
902         wl-summary-pop-to-last-message if optional argument is non-nil or
903         the last command is itself.
904         (wl-summary-redisplay-internal): Push last message number into
905         `wl-summary-buffer-message-ring'.
906
907         * wl-vars.el (wl-summary-message-ring-max): New user option.
908
909 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
912         from `wl-draft-reply').
913         (wl-draft-reply): Use it.
914         (wl-draft-find-reply-headers): Avoid compile warning.
915
916 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
919
920 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-message.el (wl-message-flag-indicator): New function.
923         (wl-message-redisplay): Use it.
924
925 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
928
929 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
932         instead of `read-event'.
933
934         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
935
936         * wl-mule.el (wl-read-event-char): Ditto.
937
938         * wl-e21.el (wl-read-event-char): Ditto.
939
940 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
941
942         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
943
944 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
945
946         * wl-vars.el (wl-draft-send-confirm-type): New user option.
947
948         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
949
950         * wl-draft.el (wl-draft-send-confirm): Confirmation by
951         `wl-draft-send-confirm-type'
952
953 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
954
955         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
956         Avoid error when the buffer name is already used.
957
958 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
961         the change of elmo-nmz -> elmo-search.
962         (wl-highlight-summary-line-help-echo-alist): Ditto.
963         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
964         (wl-nmz-folder-icon): Define as obsolete.
965         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
966         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
967
968 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-summary.el (wl-summary-get-list-info): Rewrite with
971         `elmo-find-list-match-value'
972
973 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-summary.el (wl-summary-get-list-info): Optimize.
976         Use List-Id and List-Post also.
977
978 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
981
982 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
983
984         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
985
986 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * wl-util.el (wl-completing-read-multiple-1): New internal function.
989         (wl-completing-read-multiple-2): Ditto.
990         (wl-completing-read-multiple): Define use above functions.
991
992         * wl-summary.el (wl-summary-sort): Removed the workaround for a
993         bug of `completing-read-multiple' about default value.
994
995         * wl-xmas.el (wl-completing-read-multiple): Removed.
996
997         * wl-mule.el (wl-completing-read-multiple): Ditto.
998
999         * wl-e21.el (wl-completing-read-multiple): Ditto.
1000
1001 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-util.el (wl-filter-associations): New function.
1004
1005         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
1006         (wl-spam-ignored-folder-list): Ditto.
1007         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
1008         (wl-spam-string-member-p): New function.
1009         (wl-spam-domain): Use it.
1010         (wl-spam-split-numbers): New function.
1011         (wl-spam-apply-partitions): Ditto.
1012         (wl-spam-register-spam-messages): Use `folder' instead of
1013         `wl-summary-buffer-elmo-folder'.
1014         (wl-spam-register-good-messages): Ditto.
1015         (wl-summary-exec-action-spam): Decide a domain by real folder of
1016         message.
1017         (wl-summary-exec-action-refile-with-register): Likewise.
1018
1019 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-e21.el (wl-e21-find-image): New function.
1022         (wl-e21-setup-toolbar): Use it instead of `find-image'.
1023         (wl-e21-highlight-folder-group-line): Ditto.
1024         (wl-folder-init-icons): Ditto.
1025         (wl-plugged-init-icons): Ditto.
1026         (wl-biff-init-icons): Ditto.
1027
1028 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
1031         (wl-inhibit-save-drafts): New internal variable.
1032         (wl-disable-auto-save): Ditto.
1033         (wl-save-drafts): Treat above variables.
1034         (wl-auto-save-drafts): New function.
1035         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
1036         `wl-stop-save-drafts'.
1037         (wl-start-save-drafts): New function.
1038         (wl-stop-save-drafts): Ditto.
1039         (wl-set-auto-save-draft): New command.
1040
1041         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
1042         `wl-set-save-drafts'.
1043
1044 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
1047         `make-local-variable' instead of `make-variable-buffer-local'.
1048
1049 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
1052
1053 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
1056
1057 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
1060         of working buffer.
1061
1062 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
1065
1066         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
1067         value into recipients; Bind `wl-draft-remove-group-list-contents'
1068         as nil.
1069
1070 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-summary.el (wl-summary-sort): Fixed the last change.
1073
1074         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
1075         (wl-summary-sort-messages): Ditto.
1076         (wl-summary-rescan): Use it.
1077         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
1078         `completing-read'; Append candidates for reverse order.
1079
1080 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * Version number is increased to 2.15.2.
1083
1084 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1085
1086         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
1087         "Smaller".
1088         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
1089
1090 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1091
1092         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
1093
1094 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-vars.el (wl-draft-additional-header-alist): Add into the
1097         customize group `wl-draft'.
1098         (wl-draft-add-in-reply-to): Move customize group from `wl' to
1099         `wl-draft'.
1100         (wl-draft-add-references): Ditto.
1101
1102         * wl-action.el (wl-summary-print-argument): Rename argument from
1103         `folder' to `data'.
1104
1105 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-summary.el (wl-summary-rescan-message): Call
1108         `wl-thread-cleanup-symbols' before insert thread.
1109
1110 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * wl.el (wl-init): Set `elmo-get-folder-function' as
1113         `wl-folder-make-elmo-folder'.
1114
1115         * wl-spam.el (wl-summary-exec-action-spam): Use
1116         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
1117
1118         * wl-folder.el (wl-folder-make-elmo-folder): New function.
1119         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
1120         `elmo-make-folder'.
1121         (wl-folder-get-elmo-folder): Ditto.
1122         (wl-folder-create-subr): Simplify.
1123
1124 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
1127
1128 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
1131         contents in message buffer instead of original buffer. If optional
1132         argument specified, ask coding system for encode.
1133
1134 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1135
1136         * wl-spam.el (wl-summary-test-spam-region): New function.
1137         (wl-spam-setup): Bind "rkc".
1138
1139 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1140
1141         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1142
1143 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1144
1145         * wl-spam.el (wl-summary-test-spam): Fix typo.
1146         (wl-message-check-spam): Ditto.
1147
1148 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-summary.el (wl-summary-default-from): Simplify.
1151
1152 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1155         (wl-summary-exec-action-copy): Ditto.
1156         (wl-summary-auto-refile): Check existence of temporary mark.
1157
1158 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-summary.el (wl-summary-create-line): Use
1161         `elmo-time-to-datevec'.
1162
1163         * wl-expire.el (wl-expire-archive-date): Ditto.
1164         (wl-expire-localdir-date): Ditto.
1165
1166         * wl-util.el (wl-day-number): Abolish.
1167
1168         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1169         of `wl-day-number'.
1170         (wl-score-followup): Ditto.
1171         (wl-score-add-followups): Ditto.
1172         (wl-score-get-latest-msgs): Ditto.
1173         (wl-score-get-header-entry): Ditto.
1174         (wl-score-edit-insert-date): Ditto.
1175
1176 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1177
1178         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1179         `elmo-message-entity-field' with 2nd argument `type'.
1180
1181 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1182
1183         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1184
1185 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-thread.el (wl-thread-delete-message): Delete descendant
1188         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1189
1190 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1191
1192         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1193
1194 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1195
1196         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1197         `Access folder'.
1198
1199 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-vars.el (wl-access-folder-icon): New user option.
1202
1203         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1204         `Access folder'.
1205
1206 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * wl-summary.el (wl-summary-buffer-set-folder): Use
1209         `wl-folder-mime-charset'.
1210
1211         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1212         `mime-charset'.
1213         (wl-folder-get-elmo-folder): Ditto.
1214         (wl-folder-mime-charset): New function.
1215
1216 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-util.el (wl-parse-addresses): Define alias of
1219         `elmo-parse-addresses' (move to `elmo-util.el').
1220
1221         * wl-summary.el (wl-summary-default-from): Follow the API change.
1222         (wl-summary-overview-entity-compare-by-date): Ditto.
1223         (wl-summary-overview-entity-compare-by-from): Ditto.
1224         (wl-summary-get-list-info): Get value of `ml-info' field from
1225         entity at first.
1226         (wl-summary-rescan-message): Treat prefix argument.
1227         (wl-summary-prefetch-msg): Follow the API change.
1228         (wl-summary-search-by-subject): Ditto.
1229         (wl-summary-insert-thread): Ditto.
1230         (wl-summary-line-subject): Ditto.
1231         (wl-summary-line-from): Ditto.
1232         (wl-summary-create-line): Ditto.
1233         (wl-summary-print-message-with-ps-print): Ditto.
1234
1235         * wl-score.el (wl-score-ov-entity-get): Ditto.
1236         (wl-score-followup): Ditto.
1237         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1238         of `car'.
1239         (wl-score-get-latest-msgs): Follow the API change.
1240         (wl-score-get-header): Ditto.
1241
1242         * wl-refile.el (wl-refile-learn): Ditto.
1243         (wl-refile-subject-learn): Ditto.
1244         (wl-refile-get-field-value): Ditto.
1245         (wl-refile-guess-by-history): Ditto.
1246         (wl-refile-guess-by-subject): Ditto.
1247
1248         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1249
1250         * wl-expire.el (wl-expire-date-p): Removed.
1251         (wl-expire-archive-date): Follow the API change.
1252         (wl-expire-localdir-date): Ditto.
1253         (wl-summary-expire): Ditto.
1254
1255         * Version number is increased to 2.15.1.
1256
1257 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1260         group is access or not (it is not strict, like wl-fldmgr-rename).
1261
1262 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1263
1264         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1265         duplicate call of `wl-summary-print-argument' on the wrong line.
1266
1267 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1270         even if argument `number' is nil.
1271         (wl-summary-insert-line): Print action argument if current message
1272         has it.
1273
1274 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1277         (wl-draft-reply): Ditto.
1278         (wl-draft): Add optional argument `parent-number' and call
1279         `wl-draft-create-buffer' with it.
1280         (wl-draft-create-buffer): Add optional argument
1281         `parent-number'. Set wl-draft-parent-number as it.
1282
1283 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1286         buffer is not for given folder, don't use it.
1287
1288 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * Version number is increased to 2.15.0.
1291
1292 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1295
1296         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1297         (wl-highlight-get-face-by-name): New internal function.
1298         (wl-highlight-summary-line-face-spec): Use it and fixed.
1299
1300 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1301
1302         * wl-summary.el (wl-summary-sync-update): Use
1303         `elmo-message-entity-field' instead of `car' to get message-id
1304         from overview entity.
1305
1306         * wl-summary.el (wl-summary-rescan-message): Call
1307         `wl-highlight-summary-displaying' when displaying a message.
1308
1309 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1310
1311         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1312         `wl-draft-config-info-operation'.
1313         (wl-draft-buffer-change-number): New function.
1314         (wl-draft-rename-saved-config): Ditto.
1315         * wl.el (wl-init): Connect slot for message-number-changed.
1316         (toplevel): Add autoload for wl-draft-rename-saved-config.
1317
1318 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1319
1320         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1321         `update-overview'
1322         (wl-summary-buffer-detach): Disconnect from it.
1323         (wl-summary-rescan-message): Use command.
1324
1325         * wl-message.el (wl-message-buffer-display): Use
1326         `with-current-buffer' instead of `save-excursion'.
1327
1328 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1331         wl-draft-preview-attributes-list from distraction.
1332
1333 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1336         `elmo-list-diff'.
1337
1338 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-summary.el
1341         (wl-summary-edit-addresses-collect-candidate-fields): Use
1342         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1343
1344         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1345         instead of `elmo-set-work-buf'.
1346
1347         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1348         (wl-address-make-address-list): Ditto.
1349
1350         * Version number is increased to 2.13.3.
1351
1352 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1353
1354         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1355         user option.
1356
1357         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1358         argument `5'.
1359
1360         * wl-message.el (wl-message-display-no-merge-p): New function.
1361         (wl-message-buffer-display): Check whether the message is
1362         reassembled and follow the API change.
1363
1364 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1367         multibyte on working buffer and removed unnecessary
1368         `buffer-disable-undo'.
1369
1370 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1373         change.
1374
1375 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1376
1377         * wl-util.el (wl-read-search-condition-internal): Protect
1378         elmo-global-flags from distraction.
1379
1380 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1383
1384         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1385         (wl-summary-event-handler): Ditto.
1386         (wl-summary-update-persistent-mark-on-event): New
1387         function (renamed from `elmo-event-handler-flag-changed').
1388         (wl-summary-buffer-attach): New function.
1389         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1390         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1391         instead of `elmo-folder-add-handler'.
1392
1393         * Version number is increased to 2.13.2.
1394
1395 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1398         and "\177" to the `wl-news-previous-page'.
1399         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1400         (wl-news-previous-page): New function.
1401
1402 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1405         instead of `write-region' and simplify.
1406
1407 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1408
1409         * wl-template.el (wl-template-select): Cause error if
1410         `wl-template-alist' is nil.
1411
1412 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1413
1414         * wl-news.el.in: Set file variable `no-byte-compile'.
1415
1416 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1417
1418         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1419         whether a target message is within displaying area.
1420         (elmo-event-handler-cache-changed): Ditto.
1421
1422 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1423
1424         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1425         to `defun'.  Use `nconc' instead of `append' to collect descendant
1426         message numbers.
1427
1428 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1429
1430         * wl-thread.el (wl-thread-save-top-list)
1431         (wl-thread-save-entities): Use `with-temp-buffer'.
1432         * wl-news.el.in (wl-news-previous-version-load):
1433         (wl-news-previous-version-save): Ditto.
1434         * wl-summary.el (wl-summary-load-file-object)
1435         (wl-summary-save-view-cache): Ditto.
1436
1437 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * wl-util.el (toplevel): Require 'elmo-flag'.
1440         (wl-read-search-condition): New function (Renamed from
1441         `elmo-read-search-condition').
1442         (wl-read-search-condition-internal): Likewise.
1443
1444         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1445         invalid.
1446         (wl-summary-pick): Use `wl-read-search-condition' instead of
1447         `elmo-read-search-condition'.
1448         (wl-summary-virtual): Ditto.
1449
1450         * wl-folder.el (wl-folder-virtual): Ditto.
1451         (wl-folder-pick): Ditto.
1452
1453         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1454
1455 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * wl-summary.el (wl-summary-reedit): Call
1458         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1459
1460 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1461
1462         * wl-mime.el (toplevel): Require wl-vars.
1463
1464         * wl-message.el (toplevel): Require cl at compile.
1465
1466         * wl-draft.el (toplevel): Require elmo.
1467
1468 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1469
1470         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1471         and do nothing when it is not positive.
1472         (wl-message-buffer-prefetch-next): Ditto.
1473
1474 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1477         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1478         (wl-summary-redisplay-internal): Ditto.
1479
1480         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1481         message (the condition is borrowed from `wl-check-variables-2').
1482         (wl-summary-redisplay-internal): Ditto.
1483
1484 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-mime.el (wl-draft-nntp-attribute): New function.
1487         (wl-draft-attribute-nntp-posting-server): Use it.
1488         (wl-draft-attribute-nntp-posting-port): Ditto.
1489
1490         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1491         (wl-draft-show-attributes-buffer): Ditto.
1492         (wl-draft-hide-attributes-buffer): Ditto.
1493         (wl-draft-attribute-newsgroups): Ditto.
1494         (wl-draft-attribute-nntp-posting-server): Ditto.
1495         (wl-draft-attribute-nntp-posting-port): Ditto.
1496         (wl-draft-preview-message): Use there functions.
1497
1498         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1499         value.
1500
1501 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1504         (wl-draft-reedit): Ditto.
1505         (wl-draft-queue-flush): Ditto.
1506
1507         * wl-mime.el (wl-message-request-partial): Ditto.
1508         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1509         instead of `elmo-message-fetch'.
1510
1511         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1512
1513         * wl-summary.el (wl-summary-message-string): Ditto.
1514
1515 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * wl-util.el (wl-current-message-buffer): Follow the API change.
1518
1519         * wl-summary.el (wl-summary-redisplay-internal): Call
1520         `wl-summary-mark-as-read' with 2nd argument as nil and update
1521         unread count instead of persistent mark.
1522
1523         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1524         variable.
1525         (wl-message-redisplay): Follow the API change.
1526         (wl-message-buffer-display): Managed mime-entity directly and
1527         return preview buffer only.
1528         (wl-message-display-internal): Rewrite.
1529         (wl-message-buffer-prefetch-subr): Not save return value of
1530         `wl-message-buffer-display'.
1531
1532         * Version number is increased to 2.13.1.
1533
1534 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1537         'elmo-multiple-fields-body-list' with boundary specified.
1538
1539 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1540
1541         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1542         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1543         cache if `wl-summary-resend-use-cache' is non-nil.
1544
1545 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1546
1547         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1548         (wl-nntp-posting-stream-type): Ditto.
1549
1550 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1551
1552         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1553
1554 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1555
1556         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1557         message.
1558
1559 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1562         Abolish.
1563         (wl-summary-buffer-persistent-mark-version): New internal
1564         variable.
1565         (wl-summary-update-mark-and-highlight-window): Check by
1566         wl-summary-persistent-mark-invalid-p.
1567         (wl-summary-update-status-marks): Ditto.
1568         (elmo-event-handler-flag-changed): Rewrite.
1569         (elmo-event-handler-cache-changed): Define.
1570         (wl-summary-prefetch-msg): Does not update persistent mark here.
1571         (wl-summary-delete-cache): Ditto.
1572         (wl-summary-resume-cache-status): Ditto.
1573         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1574         (wl-summary-persistent-mark-invalid-p): New function.
1575         (wl-summary-validate-persistent-mark): Ditto.
1576         (wl-summary-validate-persistent-mark-string): Ditto.
1577         (wl-summary-invalidate-persistent-mark): Ditto.
1578         (wl-summary-update-persistent-mark): Call
1579         `wl-summary-validate-persistent-mark'.
1580         (wl-summary-create-line): Call
1581         `wl-summary-validate-persistent-mark-string'.
1582
1583         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1584         status as t if cache used.
1585
1586 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1589         only if the target is group.
1590         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1591
1592 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1593
1594         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1595
1596 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1597
1598         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1599
1600         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1601
1602 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1603
1604         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1605         (Thanks to Yoichi NAKAYAMA).
1606
1607 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-util.el (wl-save-drafts): Restore echo area.
1610
1611 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1612
1613         * Version number is increased to 2.13.0.
1614
1615         * wl-util.el (wl-biff-check-folder-async): Use
1616         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1617
1618 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-message.el (wl-message-display-internal): Does not put
1621         wl-message-display-type property on message buffer.
1622         (wl-message-buffer-display-type): New function.
1623
1624         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1625
1626         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1627         `wl-summary-buffer-detach'.
1628         (wl-summary-message-display-type): Use
1629         `wl-summary-buffer-display-type'.
1630
1631 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1632
1633         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1634         buffer-local.
1635
1636         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1637         kill-buffer-hook instead of make-local-variable.
1638         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1639
1640 2004-12-12  Scott Renfro <scott@renfro.org>
1641
1642         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1643         regex for square-branket.
1644
1645 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1648         `wl-message-mime-analysis-p' with argument `header'.
1649
1650 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-mime.el (wl-draft-yank-current-message-entity):
1653         Switch to no-mime following method according to wl-message-display-type
1654         property.
1655         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1656
1657         * wl-message.el (wl-message-display-internal):
1658         Put wl-message-display-type property on message buffer.
1659
1660         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1661         (wl-message-display-internal): Ditto;
1662
1663         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1664
1665 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * wl-message.el (wl-message-make-display-type): New function.
1668         (wl-message-display-type-property): Ditto.
1669         (wl-message-mime-analysys-p): Ditto.
1670         (wl-message-display-all-header-p): Ditto.
1671         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1672         added `display-type'.
1673         (wl-message-buffer-display): Likewise.
1674         (wl-message-display-internal): Likewise.
1675         (wl-message-buffer-display-type): Abolish.
1676         (wl-message-buffer-prefetch-subr): Follow the API changed.
1677
1678         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1679         from wl-summary-buffer-display-all-header and changed default value.
1680         (wl-summary-message-display-type): New function.
1681         (wl-summary-buffer-display-mime-mode): Ditto.
1682         (wl-summary-buffer-display-header-mode): Ditto.
1683         (wl-summary-toggle-mime): Rewrite with above functions.
1684         (wl-summary-toggle-all-header): Ditto.
1685         (wl-summary-redisplay): Force redisplay with default mode.
1686         (wl-summary-redisplay-internal): Renamed argument from `mode',
1687         `all-header' to `mime-mode', `header-mode'.
1688         Use `wl-message-make-display-type'.
1689
1690         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1691         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1692
1693 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1694
1695         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1696
1697 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1698
1699         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1700         in original message buffer.
1701         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1702         buffer.
1703
1704 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1705
1706         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1707
1708 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1711
1712 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1713
1714         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1715         when actions succeeded.
1716         (wl-summary-exec-action-copy): Likewise.
1717
1718 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1719
1720         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1721         there is switch-to-buffer at the end of wl-message-select-buffer.
1722         (wl-summary-reply): Ditto.
1723
1724 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-summary.el (wl-summary-forward): Put subject in original
1727         message buffer as argument of wl-draft-forward.
1728         * wl-draft.el (wl-draft-forward): Decode subject as in
1729         wl-draft-reply.
1730
1731 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1732
1733         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1734         a folder under access group.
1735
1736 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1737
1738         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1739         wl-message-buffer-display.
1740
1741         * wl-util.el (wl-set-save-drafts): Fix typo.
1742
1743 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1746         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1747         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1748         the way to measure the width of a bitmap image; don't put face on
1749         ascii and bitmap images; put the mark which should not use the
1750         variable-pitch face on ascii and bitmap images.
1751         (wl-demo-setup-properties): Don't use the variable-pitch face on
1752         ascii and bitmap images; made it work on Emacs 20 and earlier.
1753         (wl-demo-insert-text): End with a newline at the bottom; don't put
1754         face on text.
1755
1756         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1757
1758 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1759
1760         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1761
1762         * wl-util.el (wl-save-drafts): Moved from sample setting.
1763         (wl-set-save-drafts): New function to set idle timer.
1764         * wl-draft.el (wl-draft): Call it.
1765         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1766
1767 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1770         a summary which has toggle display status off.
1771
1772 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-draft.el (wl-draft-do-fcc): No cache save.
1775
1776 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777
1778         * wl-summary.el (elmo-event-handler-flag-changed): Use
1779         `set-buffer' instead of `with-current-buffer'.
1780
1781 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1782
1783         * wl-summary.el (wl-summary-after-resize-function): New function.
1784         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1785         window-size-change-functions.
1786
1787 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-draft.el (wl-draft-create-buffer): Bind
1790         `change-major-mode-hook' after current buffer is changed.
1791
1792         * wl-summary.el (wl-summary-buffer-detach): New function.
1793         (wl-summary-buffer-set-folder): Call it.
1794         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1795         change-major-mode-hook and kill-buffer-hook.
1796         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1797         (wl-summary-switch-to-clone-buffer): Ditto.
1798         (wl-summary-goto-folder-subr): Ditto.
1799
1800 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1801
1802         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1803         after boundp check.
1804
1805 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1808         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1809         for `kill-buffer'.
1810
1811         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1812         handler of current buffer from elmo-folder.
1813
1814 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1815
1816         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1817
1818 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1819
1820         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1821         variable.
1822         (wl-summary-event-handler): New class.
1823         (elmo-event-handler-flag-changed): Define to update persistent
1824         mark.
1825         (wl-summary-buffer-set-folder): Register event handler to
1826         elmo-folder.
1827         (wl-summary-exit): Unregister event handler.
1828         (wl-summary-goto-folder-subr): Ditto.
1829         (wl-summary-mark-as-read-all): Does not call
1830         `wl-summary-update-persistent-mark' directly.
1831         (wl-summary-mark-as-read-internal): Ditto.
1832         (wl-summary-set-persistent-mark-internal): Ditto.
1833         (wl-summary-set-flags-internal): Ditto.
1834
1835         * Version number is increased to 2.11.33.
1836
1837 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1838
1839         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1840         to nil.
1841
1842 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1843
1844         * wl-spam.el (wl-spam-setup): Add hook
1845         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1846         instead of `wl-summary-prepare-hook'.
1847
1848         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1849         if folder type is `'flag'.
1850         (wl-summary-mark-as-important): Ditto.
1851
1852 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-address.el (wl-address-minibuffer-history): New variable.
1855         (wl-address-minibuffer-local-map): New keymap.
1856         (wl-address-read-from-minibuffer): New function.
1857
1858         * wl-action.el (wl-summary-get-resend-address): Use
1859         `wl-address-read-from-minibuffer' instead of `completing-read'.
1860
1861 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * Version number is increased to 2.11.32.
1864
1865 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1866
1867         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1868         without mule to iso-8859-1.
1869         (wl-draft-add-in-reply-to): Add note in description.
1870         (wl-draft-add-references): Ditto.
1871
1872 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1873
1874         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1875         definition for `m'.
1876         (wl-summary-mode-line-format): Add '[%m]'.
1877         (wl-message-mode-line-format-spec-alist): Ditto.
1878         (wl-summary-display-mime-mode-list): New variable.
1879
1880         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1881         from wl-summary-buffer-display-as-is.
1882         (wl-summary-buffer-display-all-header): New buffer local variable.
1883         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1884         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1885         instead of wl-summary-buffer-display-as-is.
1886         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1887         (wl-summary-set-persistent-mark): Ditto.
1888         (wl-summary-set-message-buffer-or-redisplay): Just call
1889         `wl-summary-redisplay-internal' without optional arguments.
1890         (wl-summary-toggle-mime): Rewrite.
1891         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1892         (wl-summary-toggle-all-header): New function.
1893         (wl-summary-redisplay-internal): Treat mime mode.
1894
1895         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1896         to wl-mime-preview-follow-no-mime.
1897         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1898         accodring to the display-mode.
1899
1900         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1901         (wl-message-buffer-display): Changed argument name from `as-is' to
1902         `mode'.
1903         (wl-message-display-internal): Ditto;
1904         Bind elmo-mime-display-header-analysis according to the mode.
1905         (wl-message-display-internal): Put wl-message-display-mime-mode
1906         property on entire buffer.
1907
1908 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1909
1910         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1911
1912 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-summary.el (wl-summary-overview-entity-compare-by-from):
1915         Don't extract mail address.
1916         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1917
1918         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1919
1920         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1921
1922 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1925         wl-fldmgr-cut-entity-list on confirmation.
1926
1927 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1928
1929         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1930         (wl-mime-quit-preview): Check existence of
1931         mime-edit-temp-message-buffer here.
1932
1933 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1936         after deletion.
1937
1938         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1939         before calling wl-mime-quit-preview.
1940
1941 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-summary.el (wl-summary-pick): If call it with prefix
1944         argument, set `delete-marks' as non-nil. Pick from only visible
1945         messages.
1946         (wl-summary-check-target-mark): New function.
1947         (wl-summary-target-mark-mark-as-read): Use it.
1948         (wl-summary-target-mark-mark-as-unread): Ditto.
1949         (wl-summary-target-mark-operation): Ditto.
1950         (wl-summary-target-mark-set-flags): Ditto.
1951         (wl-summary-target-mark-save): Ditto.
1952         (wl-summary-target-mark-pick): Ditto.
1953         (wl-summary-target-mark-forward): Ditto.
1954         (wl-summary-target-mark-reply-with-citation): Ditto.
1955         (wl-summary-target-mark-print): Ditto.
1956         (wl-summary-target-mark-uudecode): Ditto.
1957
1958         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1959         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1960         with `ask-coding' is non-nil.
1961
1962 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1963
1964         * wl-thread.el (wl-thread-set-parent): If parent is a message
1965         which is identified by references, set linked as nil.
1966
1967 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1968
1969         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1970         (wl-message-mode-line-format-spec-alist): Ditto.
1971         (wl-message-mode-line-format): Ditto.
1972         (wl-summary-mode-line-format): Ditto for docstring.
1973         (wl-summary-no-mime-folder-list): Fix typo.
1974
1975         * wl-util.el (wl-current-message-buffer): Call
1976         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1977
1978         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1979         variable.
1980         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1981         of `wl-summary-redisplay-no-mime'.
1982         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1983         (wl-summary-toggle-mime): New function.
1984         (wl-summary-redisplay-all-header): Rewrite.
1985         (wl-summary-redisplay-no-mime): Ditto.
1986         (wl-summary-redisplay-internal): Added argument `as-is' and
1987         `all-header'.
1988
1989         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1990         New variable.
1991         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1992         bottom.
1993         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1994         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1995         "/" unconditionally.
1996
1997         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1998         wl-mime-preview-follow-no-mime for as-is content.
1999         (wl-mime-preview-follow-no-mime): New function.
2000         (wl-mime-preview-follow-current-region): Fixed parenthesis.
2001
2002         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
2003         and added `as-is', `all-header'.
2004         (wl-message-buffer-display): Ditto.
2005         (wl-message-buffer-display-type): New function.
2006
2007 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-vars.el (wl-message-header-button-alist): Change default
2010         value.
2011         (wl-message-body-button-alist): Ditto.
2012
2013 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
2016
2017 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
2020
2021 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2022
2023         * wl-summary.el (wl-summary-sync-marks): Remove condition which
2024         is always true.
2025
2026 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
2029         on null entity.
2030
2031 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2032
2033         * wl-vars.el (wl-draft-reply-default-position): Fix range.
2034
2035 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-vars.el (wl-summary-resend-hook): New hook.
2038
2039         * wl-action.el (wl-summary-exec-action-resend-subr): Run
2040         `wl-summary-resend-hook'.
2041
2042 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2043
2044         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
2045         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
2046         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
2047         (wl-summary-new-cached-mark): Changed default value to 'n'.
2048         (wl-summary-unread-cached-mark): Changed default value to 'u'.
2049         (wl-summary-answered-cached-mark): Changed default value to 'a'.
2050         (wl-folder-sync-range-alist): Remove spec for 'flag.
2051         (wl-summary-force-prefetch-folder-list): New user option.
2052
2053         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
2054         `wl-summary-toggle-persistent-mark'.
2055         (wl-summary-update-mark-and-highlight-window): Don't highlight when
2056         number is nil.
2057         (wl-summary-mark-as-answered-region): Set interactive argument of
2058         `wl-summary-set-persistent-mark-internal'.
2059         (wl-summary-mark-as-important-region): Ditto.
2060         (wl-summary-unset-persistent-mark): Ditto.
2061         (wl-summary-set-persistent-mark): Ditto.
2062         (wl-summary-mark-as-answered): Ditto.
2063         (wl-summary-mark-as-important): Ditto.
2064         (wl-summary-set-persistent-mark-internal): Do nothing
2065         when `elmo-message-flag-available-p' is nil.
2066         (wl-summary-toggle-persistent-mark): New function.
2067         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
2068         when the folder matches `wl-summary-force-prefetch-folder-list'.
2069
2070
2071         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
2072         when number is nil.
2073         (wl-highlight-summary-forwarded-face): New face.
2074
2075 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * Version number is increased to 2.11.31.
2078
2079 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2080
2081         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
2082         (wl-biff-check-folder-async): Ditto.
2083         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
2084
2085 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
2088         Add an argument `reverse'.  All callers are updated.
2089         (wl-summary-sort): Add a prefix argument `reverse' to specify
2090         reverse sorting.
2091         (wl-summary-sort-by-date, wl-summary-sort-by-number)
2092         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
2093         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
2094
2095 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-message.el (wl-message-redisplay): Does not narrow header if
2098         disply-type is all-header or as-is.
2099
2100         * wl-summary.el (wl-summary-enter-handler): Use
2101         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
2102
2103 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2104
2105         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
2106         after adding wl-draft-parent-variables.
2107         (wl-draft-forward): Ditto.
2108
2109 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * wl-summary.el (wl-summary-sync-marks): Call
2112         `wl-summary-set-persistent-mark' and
2113         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
2114         (wl-summary-set-persistent-mark-internal): Add 4th argument
2115         `no-server'.
2116         (wl-summary-unset-persistent-mark): Ditto.
2117         (wl-summary-set-persistent-mark): Ditto.
2118         (wl-summary-add-flags-internal): Abolish.
2119         (wl-summary-remove-flags-internal): Ditto.
2120         (wl-summary-mark-as-important-internal): Ditto.
2121         (wl-summary-mark-as-important): Use
2122         `wl-summary-set-persistent-mark' instead of
2123         `wl-summary-add-flags-internal'.
2124         (wl-summary-mark-as-important-region): Ditto.
2125
2126         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2127
2128         * wl-summary.el (wl-summary-get-available-flags): New function.
2129         (wl-summary-sync-marks): Use it and simplified.
2130         (wl-summary-unset-persistent-mark): Use
2131         `wl-summary-get-available-flags'.
2132         (wl-summary-set-persistent-mark): Ditto.
2133
2134 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2135
2136         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2137         id.
2138
2139 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140
2141         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2142         number, call `wl-summary-prev-line-content'. Show message when the
2143         message is not found.
2144
2145 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2146
2147         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2148         wl-summary-enter-handler.
2149         (wl-summary-enter-handler): New command.
2150
2151         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2152         docstring and custom spec.
2153
2154         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2155         flags too; Don't treat Cached and New.
2156         (wl-summary-set-persistent-mark): Ditto.
2157
2158         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2159         `wl-folder-set-flag'.
2160
2161         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2162         instead of `wl-folder-set-flag'.
2163
2164         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2165         for completion.
2166         (wl-summary-set-persistent-mark): Ditto.
2167
2168         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2169         instead of `wl-draft-quit-preview'.
2170
2171         * wl-mime.el (toplevel): Avoid compile warning.
2172         (wl-mime-quit-preview): New function
2173         (formarly defined as `wl-draft-quit-preview').
2174         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2175         quitting method.
2176
2177         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2178
2179         * wl-folder.el (wl-folder-set-flag): Renamed from
2180         `wl-draft-set-flag-on-parent'.
2181
2182         * wl-draft.el (wl-draft-quit-preview): New function.
2183         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2184         (wl-draft-send): Call `wl-folder-set-flag' instead of
2185         `wl-draft-set-flag-on-parent'.
2186         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2187
2188 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2191         (wl-draft-send): Ditto.
2192
2193 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2196         (wl-draft-kill-pre-hook): Set default value as nil.
2197         (wl-summary-reply-hook): Ditto.
2198         (wl-draft-kill-flags): Abolish.
2199
2200         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2201         (wl-draft-parent-variables): Renamed from
2202         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2203         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2204         argument; Add wl-draft-parent-variables to
2205         wl-draft-config-variables.
2206         (wl-draft-reply): Likewise.
2207         (wl-draft-kill-flags): Abolish.
2208         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2209         (wl-draft-set-flag-on-parent): New function.
2210         (wl-draft-setup-parent-flag): Ditto.
2211
2212 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2213
2214         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2215         `wl-draft-parent-folder' is "".
2216
2217 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2218
2219         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2220         (wl-summary-digit-jump): New function.
2221         (Adviced by John Owens and Hiroya Murata)
2222
2223         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2224         (Adviced by John Owens)
2225
2226         * wl-xmas.el (wl-message-define-keymap): Ditto.
2227
2228         * wl-mule.el (wl-message-define-keymap): Ditto.
2229
2230 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2233         change of return value of elmo-folder-count-flags.
2234
2235         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2236         (wl-summary-mark-as-read-internal): Ditto.
2237         (wl-summary-set-persistent-mark-internal): Ditto.
2238         (wl-summary-folder-info-update): Ditto.
2239         (wl-summary-sync-update): Fixed the last change.
2240
2241         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2242
2243 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2244
2245         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2246         (wl-draft-kill-flags): Fixed docstring.
2247
2248         * wl-draft.el (wl-draft-kill-flags): New function.
2249         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2250
2251 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2252
2253         * wl-vars.el (wl-reply-hook): Abolish.
2254         (wl-draft-reply-hook): New hook.
2255         (wl-summary-reply-hook): Ditto.
2256         (wl-draft-forward-hook): Ditto.
2257         (wl-summary-forward-hook): Ditto.
2258         (wl-draft-kill-flags): New variable.
2259
2260         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2261         wl-summary-set-persistent-mark-internal.
2262         (wl-summary-sync-marks): Use elmo-preserved-flags.
2263         (wl-summary-update-persistent-mark): Make it interactive.
2264         (wl-summary-set-persistent-mark-internal): New inline function.
2265         (wl-summary-mark-as-answered): Use it.
2266         (wl-summary-mark-as-unanswered): Ditto.
2267         (wl-summary-unset-persistent-mark): New function.
2268         (wl-summary-set-persistent-mark): Ditto.
2269         (wl-summary-reply): Don't set answered flag;
2270         Run wl-summary-reply-hook instead.
2271         (wl-summary-forward): Call wl-draft-forward with number.
2272         Run wl-summary-forward-hook.
2273
2274         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2275         (wl-highlight-summary-line-face-spec): Use it as a default
2276         persistent mark face.
2277
2278         * wl-draft.el (wl-draft-forward): Added optional argument number;
2279         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2280         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2281         (wl-draft-kill): Use wl-draft-kill-flags.
2282
2283         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2284
2285         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2286         of return value of elmo-folder-count-flags.
2287
2288         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2289
2290         * wl-summary.el (wl-summary-count-unread): Ditto.
2291         (wl-summary-sync-update): Follow the change above.
2292         (wl-summary-force-prefetch): New function.
2293
2294 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2295
2296         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2297         variable `buf' with `let' instead of `setq'.
2298
2299 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300
2301         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2302         add Content-Disposition heaeder on the deleted part.
2303
2304 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-draft.el (wl-draft-save): Encode address list under edit by
2307         `eword-encode-unstructured-field-body'.
2308
2309         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2310
2311 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2314         wl-current-summary-buffer.
2315
2316 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2317
2318         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2319         `numbers' is ignored.
2320
2321 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-folder.el (wl-folder-open-folder): Avoid error.
2324         Reported by John Owens, [wl-en:815]
2325
2326         * wl.el (wl): Set timer for biff process even if prefix argument
2327         is given or auto-checking is quitted.
2328
2329         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2330         immediately.
2331         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2332         (wl-toggle-plugged): Ditto.
2333
2334         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2335         * wl-util.el (wl-biff-start): Use idle timer if
2336         `wl-biff-use-idle-timer' is non-nil.
2337
2338 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2339
2340         * wl-highlight.el (wl-highlight-message): Fix description.
2341
2342 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2345         tty.
2346
2347 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-action.el (wl-summary-exec): Print failure count.
2350
2351 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2354         to `defun', remove interactive form.
2355         Set elmo-message-fetch-confirm when force-reload is non-nil.
2356
2357 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * wl-summary.el (toplevel): Removed unnecessary autoload.
2360
2361 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2362
2363         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2364         the buffer is generated from another message buffer.
2365
2366 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2367
2368         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2369         extracted from `wl-fldmgr-save-folders'.
2370         (wl-fldmgr-delete): Call it after deletion.
2371
2372 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2373
2374         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2375         multi-tty support.
2376
2377 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2378
2379         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2380
2381 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2382
2383         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2384         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2385
2386 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2389         unsubscribe list only if argument CLEAR is nil.
2390
2391 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2392
2393         * wl-draft.el (wl-draft-reply): Decode subject before removing
2394         Re: prefix.
2395
2396 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2397
2398         * wl-summary.el (wl-summary-sort-by-size): New command.
2399
2400 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-summary.el (wl-summary-number-list-from-region): New
2403         function.
2404         (wl-summary-mark-as-read-region): Use it.
2405         (wl-summary-mark-as-unread-region): Ditto.
2406         (wl-summary-set-flags-region): Ditto and add optional argument
2407         remove.
2408         (wl-summary-mark-as-answered-region): Ditto.
2409         (wl-summary-mark-as-important-region): Ditto.
2410         (wl-summary-target-mark-mark-as-important): Added optional
2411         argument remove.
2412         (wl-summary-target-mark-mark-as-answered): Ditto.
2413         (wl-summary-target-mark-set-flags): Ditto.
2414
2415 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-summary.el (wl-summary-set-flags-region): Call
2418         `wl-summary-set-flags-internal' with number list instead of call
2419         one by each message.
2420         (wl-summary-target-mark-set-flags): Likewise.
2421
2422 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2425         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2426         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2427         (wl-summary-target-mark-mark-as-answered): Likewise.
2428
2429 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2430
2431         * wl-summary.el (wl-summary-target-mark-forward): Use
2432         `wl-summary-delete-all-target-marks' instead of
2433         `wl-summary-delete-all-temp-marks'.
2434         (wl-summary-target-mark-reply-with-citation): Ditto.
2435         (wl-summary-target-mark-uudecode): Ditto.
2436         (wl-summary-target-mark-set-flags): Ditto and remove needless
2437         cursor move.
2438
2439 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2440
2441         * wl-summary.el (wl-summary-target-mark-forward): Protect
2442         wl-summary-buffer-target-mark-list from nreverse.
2443         (wl-summary-target-mark-reply-with-citation): Ditto.
2444
2445 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2448         `elmo-display-progress-threshold'.
2449
2450 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2453         check `wl-summary-highlight'.
2454         (wl-summary-window-scroll-functions): Respect value of
2455         `wl-summary-highlight'.
2456         (wl-summary-sync-update): Run hooks
2457         `wl-summary-buffer-window-scroll-functions' at any time.
2458
2459 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2462         from `wl-summary-cleanup-temp-marks'.
2463         (wl-summary-cleanup-temp-marks): Abolish argument.
2464         * wl.el (wl-save-status): Revert previous change.
2465         (wl-execute-temp-marks): New function, call
2466         `wl-summary-exec-with-confirmation'.
2467         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2468         (wl-folder-save-and-exec-marks): Abolished.
2469
2470 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-e21.el (wl-e21-display-image-p): Respect
2473         `wl-highlight-folder-with-icon'.
2474         (wl-e21-highlight-folder-group-line): Highlight mouse line
2475         even if wl-e21-display-image-p is nil.
2476
2477         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2478         Respect value of `wl-summary-highlight'.
2479
2480         * wl.el (wl-save-status): Remove unused variable.
2481
2482         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2483         (wl-folder-mode-map): Bind it to "x".
2484
2485 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2488
2489         * wl-thread.el (wl-thread-get-parent-list): Don't check
2490         disconnected ancestors, neglecting needless work in
2491         `wl-thread-update-indent-string-thread'.
2492
2493         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2494         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2495         argument, add argument default-keep to keep marks by default.
2496
2497         * Version number is increased to 2.11.30.
2498
2499         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2500         customization type and docstring.
2501         (wl-draft-reply-without-argument-list): Ditto.
2502
2503 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2504
2505         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2506
2507         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2508
2509 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2512
2513 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2514
2515         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2516         save-excursion so as not to include run-hooks.
2517
2518 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2519
2520         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2521         Clarify that marks are going to be cleared.
2522
2523 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2526         according to 3rd element of wl-summary-flag-mark.
2527
2528         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2529
2530 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2531
2532         * wl-action.el (wl-summary-target-mark-all): Don't set
2533         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2534
2535 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2536
2537         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2538         (wl-forward-subject-prefix): Ditto.
2539         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2540         (wl-draft-reply-make-subject): Ditto.
2541
2542         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2543         `wl-draft-forward'.
2544         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2545
2546 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2547
2548         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2549         target message does not exist.
2550
2551 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2552
2553         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2554         `wl-subject-prefix-regexp'.
2555         (wl-subject-forward-prefix-regexp): New variable.
2556         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2557         `wl-draft-strip-subject-re' and take regexp as argument.
2558         (wl-draft-forward): Use it.
2559         (wl-draft-reply): Ditto.
2560
2561 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2562
2563         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2564         emacs multi-tty support.
2565
2566 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2567
2568         * wl-e21.el (wl-e21-display-image-p): Don't call
2569         `display-images-p'.
2570         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2571         support.
2572         (wl-highlight-folder-current-line): Ditto.
2573         (wl-folder-init-icons): Ditto.
2574
2575 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2576
2577         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2578         the last line of summary in unplugged mode.
2579
2580 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2581
2582         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2583
2584 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585
2586         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2587         * wl-address.el (wl-address-user-mail-address-p): Use it.
2588         (wl-address-delete-user-mail-addresses): Ditto.
2589         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2590
2591         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2592         (wl-address-delete-user-mail-addresses): Ditto.
2593
2594         * wl-address.el (wl-address-delete-user-mail-addresses): New
2595         function.
2596         * wl-refile.el (wl-refile-guess-by-history): Use it.
2597         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2598         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2599
2600         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2601         use wl-address-user-mail-address-p.
2602
2603 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2604
2605         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2606         after opening group.
2607
2608 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2609
2610         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2611         of elmo-set-buffer-multibyte.
2612
2613         * wl-message.el (wl-original-message-mode): Ditto.
2614
2615         * wl-score.el (wl-score-insert-header): Ditto.
2616
2617         * wl-summary.el
2618         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2619         (wl-summary-goto-folder-subr): Ditto.
2620         (wl-summary-insert-headers): Ditto.
2621
2622         * wl-util.el (wl-set-string-width): Ditto.
2623
2624         * Version number is increased to 2.11.29.
2625
2626 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2629         (wl-highlight-summary-line-help-echo-alist): New variable.
2630         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2631         into `wl-highlight-summary-line-help-echo' and
2632         `wl-highlight-flag-folder-help-echo'.
2633         (wl-highlight-summary-line-string): Change accordingly.
2634         (wl-highlight-summary-current-line): Ditto.
2635
2636 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2637
2638         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2639         at the beginning of field body (Thanks to Markus Knittig).
2640
2641         * wl-draft.el (wl-draft-insert-current-message): Also check
2642         summary buffer, remove unnecessary tag.
2643
2644 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2647         when wl-message-buffer is nil.
2648
2649         * wl-folder.el (wl-folder): Abolish unused argument.
2650         Call wl-folder-init when wl-folder-entity is nil.
2651         * wl.el (wl): Change accordingly.
2652
2653 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2654
2655         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2656         multibyte string before insert into draft buffer.
2657         (wl-draft-create-buffer): Always enable multibyte characters for
2658         draft buffer.
2659
2660         * Version number is increased to 2.11.28.
2661
2662 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2663
2664         * wl-folder.el (wl-folder-open-close): Handle blank line.
2665         (wl-folder-jump-to-current-entity): Ditto.
2666
2667 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * Version number is increased to 2.11.27.
2670
2671 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2672
2673         * wl-thread.el (wl-thread-insert-message): When the thread is
2674         devided by wl-summary-max-thread-depth, insert line at the end of
2675         buffer.
2676
2677 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2678
2679         * Version number is increased to 2.11.26.
2680
2681 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2682
2683         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2684
2685 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2686
2687         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2688         value of stream-type and session.
2689
2690 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2691
2692         * Version number is increased to 2.11.25.
2693
2694 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2695
2696         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2697         in a quit message.
2698
2699 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2700
2701         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2702         (wl-summary-redisplay-no-mime-internal): Ditto.
2703
2704 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2705
2706         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2707         * wl-vars.el (wl-smtp-connection-type): Ditto.
2708
2709 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2710
2711         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2712         for the separator line and quote mail-header-separator.
2713
2714 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2715
2716         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2717         result message.
2718
2719         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2720         `elmo-multiple-fields-body-list' with boundary as
2721         mail-header-separator.
2722
2723 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2724
2725         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2726
2727 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2728
2729         * wl-util.el (wl-list-diff): Remove unused function.
2730
2731         * wl-draft.el (wl-draft-send-confirm): Discard input before
2732         confirmation.
2733
2734 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2737         order of flag and new.
2738
2739 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-vars.el (wl-refile-policy-alist): Abolished.
2742
2743         * wl-action.el (wl-summary-set-action-refile): Follow the change
2744         above.
2745
2746 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * wl-highlight.el (wl-highlight-signature-search): Don't use
2749         re-search-backward for a long word since it is possible to crash
2750         XEmacs because of a bug.
2751
2752 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2753
2754         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2755
2756 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2759         argument for wl-summary-sync-force-update.
2760
2761 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2762
2763         * wl-summary.el (wl-summary-mode-map): Revival of
2764         wl-summary-mark-as-important related bindings;
2765         Bind 'F','tF','mF','rF','m&'.
2766         (wl-summary-mark-as-important-region): Revival.
2767         (wl-summary-target-mark-mark-as-important): Ditto.
2768         (wl-summary-target-mark-operation): New function.
2769         (wl-summary-target-mark-mark-as-answered): Use it.
2770         (wl-summary-decide-flag): Don't set Important as default.
2771         (wl-summary-mark-as-important-internal): Revival.
2772         (wl-summary-mark-as-important): Ditto.
2773
2774         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2775
2776         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2777         instead of facep.
2778
2779 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2780
2781         * wl-dnd.el (wl-dnd-drop-func): Fix.
2782
2783         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2784         mouse-set-point instead of posn-point.
2785
2786         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2787
2788         * wl-mule.el (wl-completing-read-multiple): Ditto.
2789
2790 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-demo.el (face-background-name): Defalias to avoid compile
2793         warning.
2794
2795 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2796
2797         * wl-summary.el (wl-summary-decide-flag): Use
2798         wl-completing-read-multiple instead of completing-read-multiple.
2799
2800         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple):
2801         New alias.
2802
2803         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2804         Use face-background-name instead of face-background.
2805
2806         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2807
2808         * wl-summary.el (wl-summary-save): Use it.
2809         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2810
2811         * wl-mime.el (wl-mime-save-content): Fix last change.
2812
2813 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2814
2815         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2816         New function.
2817         (wl-summary-sort-specs): Added sort.
2818         * wl-mime.el (wl-mime-save-content): Expand file name.
2819
2820 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2821
2822         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2823
2824         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2825
2826 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2827
2828         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2829         for flag if it is not defined.
2830
2831 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-e21.el (wl-highlight-folder-current-line): Use
2834         elmo-folder-type-internal when elmo-folder-type returns nil.
2835
2836         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2837
2838         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2839
2840         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2841
2842         * wl-e21.el (wl-summary-toolbar): Ditto.
2843
2844         * wl-vars.el (wl-demo-background-color): Abolished.
2845         (wl-summary-persistent-mark-priority-list): Renamed from
2846         wl-summary-flag-priority-list.
2847         (wl-summary-flag-alist): New user option.
2848         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2849         (wl-message-mode-line-format-spec-alist): Added 'F'.
2850         (wl-message-mode-line-format): Likewise.
2851         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2852         instead of wl-summary-important-mark.
2853         (wl-file-folder-icon): New variable.
2854
2855         * wl-thread.el (wl-thread-set-flags): Renamed from
2856         wl-thread-mark-as-important.
2857
2858         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2859         warning.
2860         (wl-summary-mode-menu-spec): Follow the change of
2861         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2862         (wl-summary-mode-map): Follow the change of
2863         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2864         (wl-summary-detect-mark-position): Follow the variable name change.
2865         (wl-summary-set-flags-region): New function for the replacement of
2866         wl-summary-mark-as-important-region.
2867         (wl-summary-sync-marks): Sync all global-flags.
2868         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2869         instead of elmo-message-flagged-p.
2870         (wl-summary-persistent-mark-string): Follow the variable name change;
2871         Put wl-summary-flag-mark if the message has global-flag.
2872         (wl-summary-target-mark-set-flags): Renamed from
2873         wl-summary-target-mark-mark-as-important.
2874         (wl-summary-decide-flag): New function.
2875         (wl-summary-set-flags-internal): Renamed from
2876         wl-summary-mark-as-important-internal.
2877         (wl-summary-add-flags-internal): New function.
2878         (wl-summary-remove-flags-internal): Ditto.
2879         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2880         (wl-summary-mark-as-unimportant): Abolish.
2881         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2882         (wl-summary-next-message): List flagged messages in the msgdb.
2883
2884         * wl-score.el (wl-summary-score-update-all-lines): Use
2885         wl-summary-add-flags-internal instead of
2886
2887         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2888
2889         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2890         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2891         (wl-message-buffer-require-all-header): Renamed from
2892         wl-message-buffer-all-header-flag (Ditto).
2893         (wl-message-buffer-flag-indicator): New variable.
2894         (wl-message-redisplay): Changed local varibale name from `flag' to
2895         `display-type'; Set up wl-message-buffer-flag-indicator.
2896         (wl-message-buffer-display): Changed varibale name from `flag' to
2897         `display-type'.
2898         (wl-message-display-internal): Likewise.
2899
2900         * wl-highlight.el (wl-highlight-demo-face): Define default background
2901         color.
2902         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2903
2904         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2905
2906         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2907         (wl-demo-setup-properties): Renamed from
2908         `wl-demo-set-background-color'.
2909         (wl-demo): Follow the change above.
2910
2911         * Version number is increased to 2.11.24.
2912
2913 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-summary.el (wl-summary-toggle-thread): Call
2916         `wl-summary-rescan' with disable-thread as non-nil.
2917         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2918
2919 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2922         foreground property of the face.
2923         (wl-demo-insert-text): Don't set up face property here.
2924         (wl-demo): Call wl-demo-set-background-color, anyway.
2925
2926 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2927
2928         * wl-vars.el (wl-demo-background-color): The value can be nil.
2929
2930 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2933         to wl-summary-wheel-dispatcher.
2934
2935         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2936         wl-message-wheel-dispatcher.
2937         (wl-message-wheel-dispatcher): New function.
2938         (wl-summary-wheel-dispatcher): Ditto.
2939
2940 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2941
2942         * wl-action.el (wl-summary-target-mark-all): List messages which are
2943         not in the killed-list.
2944
2945         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2946         only when the folder is 'flag/important.
2947
2948         * wl-address.el (wl-complete-field-body): Complete if the last
2949         character is a space.
2950
2951 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl-folder.el (wl-folder-clear-entity-info): Use
2954         elmo-clear-hash-val.
2955
2956         * wl-fldmgr.el (wl-fldmgr-rename): Set
2957         wl-folder-info-alist-modified as t.
2958
2959 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2960
2961         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2962
2963 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2964
2965         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2966         (wl-folder-buffer-last-visited-entity-id): New buffer local
2967         variable.
2968         (wl-folder-revisit-last-visited-folder): New function.
2969         (wl-folder-mode-map): Bind it to "C-i".
2970         (wl-folder-set-current-entity-id): Set last visited folder.
2971         * wl-summary.el (wl-summary-exit): Ditto.
2972
2973 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2976         before calling `recenter' in order to cope with an XEmacs bug.
2977
2978 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2979
2980         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2981         to the default value.
2982
2983 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2986         change.
2987         (wl-summary-sync-marks): Ditto.
2988         (wl-summary-mark-as-read-internal): Ditto.
2989         (wl-summary-mark-as-answered-internal): Ditto.
2990         (wl-summary-mark-as-important-internal): Ditto.
2991         (wl-summary-reply): Ditto.
2992
2993         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2994         instead of `elmo-folder-unflag-answered'.
2995
2996         * Version number is increased to 2.11.23.
2997
2998         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2999         the last change.
3000
3001 2004-01-11  Kenichi Okada  <okada@opaopa.org>
3002
3003         * wl-spam.el (wl-summary-exec-action-refile-with-register):
3004         Specify "spam" or "good".
3005
3006 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
3007
3008         * wl-spam.el (wl-summary-exec-action-spam): Call
3009         wl-folder-confirm-existence for spam folder.
3010         (wl-spam-setup): Bind "mk".
3011
3012 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
3015
3016 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
3017
3018         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
3019         destination folder is empty.
3020
3021 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
3024         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
3025
3026         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
3027         (wl-summary-refile-prev-destination-region): New function.
3028         (wl-thread-refile-prev-destination): Ditto.
3029         (wl-summary-target-mark-refile-prev-destination): Ditto.
3030
3031 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
3032
3033         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
3034         (wl-demo-background-color): Changed default value.
3035
3036         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
3037         color.
3038
3039         * wl-demo.el (wl-demo-set-background-color): New function.
3040         (wl-demo): Call it.
3041
3042 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
3043
3044         * wl-address.el (wl-address-delete): Avoid mis-deleting.
3045         * wl-address.el (wl-address-add-or-change): Don't add empty
3046         address.
3047
3048 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3049
3050         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
3051
3052 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl-vars.el (wl-demo-image-filter-alist): New variable
3055         (wl-demo-background-color): Ditto.
3056
3057         * wl-demo.el (wl-demo-xpm-set-background): New function.
3058         (wl-demo-image-filter): Ditto.
3059         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
3060
3061         * wl-vars.el (wl-demo-icon-name-alist): New variable.
3062
3063         * wl-demo.el (wl-demo-icon-name): Define as function.
3064         (wl-demo-insert-image): Use it.
3065
3066 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
3067
3068         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
3069
3070 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
3071
3072         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
3073
3074 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
3077
3078 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-thread.el (wl-thread-mark-as-answered): New function.
3081
3082         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
3083         answered" entry.
3084         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
3085         "r&" and wl-thread-mark-as-answered to "t&".
3086         (wl-summary-mark-as-important-region): Refine to toggle mark.
3087         (wl-summary-mark-as-answered-region): New function.
3088         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
3089         and 3rd argument.
3090         (wl-summary-mark-as-important-internal): Likewise.
3091
3092 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3093
3094         * wl-template.el (wl-template-preview): New internal variable.
3095         (wl-template-preview-p): New function.
3096         (wl-template-show): Bind `wl-template-preview' as t.
3097
3098 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
3101         `elmo-message-entity-field' with 3rd argument which is non-nil.
3102
3103 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
3106         Removed duplicate local bind `folder'.
3107
3108 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
3111
3112 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
3115         duplicate definition.
3116
3117 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
3120         non-nil, use it; Don't fetch message if there's no message in the
3121         current cursor position.
3122
3123 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
3124
3125         * wl-util.el (wl-region-exists-p): Use region-active-p.
3126         (wl-deactivate-region): New function.
3127         * wl-message.el (wl-message-redisplay): Deactivate region.
3128
3129         * wl-summary.el (wl-summary-reply): Call
3130         `wl-summary-set-message-buffer-or-redisplay' instead of
3131         `wl-summary-redisplay-internal', don't move point.
3132
3133 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3134
3135         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3136         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3137         by regexp.
3138
3139 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3142         if no need.
3143
3144 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3147         default value to nil.
3148         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3149         `wl-summary-prepare-hook'; Replace refile action to
3150         `wl-summary-exec-action-refile-with-register'.
3151
3152         * Version number is increased to 2.11.22.
3153
3154 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3155
3156         * wl-summary.el (wl-summary-detect-mark-position): Set
3157         `wl-summary-buffer-weekday-name-lang'.
3158
3159 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3160
3161         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3162         (wl-summary-mark-as-read-all): Ditto.
3163         (wl-summary-delete-messages-on-buffer): Ditto.
3164         (wl-summary-sync-update): Ditto.
3165         (wl-summary-mark-as-read-internal): Ditto.
3166         (wl-summary-mark-as-answered-internal): Ditto.
3167         (wl-summary-update-folder-info): Abolished.
3168
3169 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3170
3171         * wl-summary.el (wl-summary-mark-as-read-all): Use
3172         `wl-summary-update-folder-info' instead of
3173         `wl-folder-update-unread'.
3174
3175 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3176
3177         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3178         `wl-summary-folder-info-update'.
3179         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3180         instead of `wl-summary-folder-info-update'.
3181         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3182         `wl-folder-set-folder-updated'.
3183         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3184         instead of `wl-folder-update-unread'.
3185         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3186         the value of `wl-summary-buffer-unread-count' for the second parameter of
3187         `wl-folder-update-unread'.
3188
3189         * Version number is increased to 2.11.21.
3190
3191 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3192
3193         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3194         a local variable.
3195
3196 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3199         interactively.
3200
3201         * wl-summary.el (wl-summary-mark-as-important-internal): New
3202         internal function.
3203         (wl-summary-mark-as-important): Use it.
3204         (wl-summary-mark-as-unimportant): New function.
3205         (wl-summary-sync-marks): Follow the API change.
3206
3207         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3208
3209         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3210
3211 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3212
3213         * wl-folder.el (wl-folder-update-unread): Re-indent.
3214         Narrow the scope of a local variable.
3215
3216 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3219         (wl-addrmgr-merge-entries): Ditto.
3220         (wl-addrmgr): Added to address entry which exists in draft buffer
3221         if no entry is in original.
3222
3223 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-batch.el: New file.
3226
3227 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3228
3229         * wl-vars.el (wl-use-semi): Remove unused variable.
3230
3231 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3232
3233         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3234         "?".
3235
3236 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3237
3238         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3239         wl-summary-new-mark.
3240         (wl-summary-new-cached-mark): New user option.
3241         (wl-summary-score-marks): Follow the change above.
3242         (wl-summary-auto-refile-skip-marks): Ditto.
3243         (wl-summary-incorporate-marks): Ditto.
3244         (wl-summary-expire-reserve-marks): Ditto.
3245
3246         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3247
3248         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3249         (wl-summary-persistent-mark-string): Distinguished between cached
3250         and uncached mark when the message is new.
3251
3252 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-spam.el (wl-spam-domain): Renamed from
3255         `wl-spam-folder-guess-domain'.
3256         (wl-summary-exec-action-spam): Register as spam if domain of the
3257         source folder is good.
3258         (wl-summary-exec-action-refile-with-register): Register message if
3259         domain of the source folder is not undecided.
3260
3261 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3262
3263         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3264         detect thread loop.
3265
3266 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3269         and wl-summary-skip-mark-list.
3270
3271 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3272
3273         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3274
3275         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3276
3277         * wl-spam.el (toplevel): Require wl-highlight.
3278         (wl-spam-auto-check-policy-alist): Abolish.
3279         (wl-spam-auto-check-folder-regexp-list): New user option.
3280         (wl-spam-auto-check-marks): Ditto.
3281         (wl-spam-mark-action-list): Ditto.
3282         (wl-highlight-summary-spam-face): New face.
3283         (wl-spam-auto-check-message-p): New function.
3284         (wl-spam-map-spam-messages): Fixed message.
3285         (wl-spam-register-spam-messages): Ditto.
3286         (wl-spam-register-good-messages): Ditto.
3287         (wl-summary-spam-map): Add and remove keybind.
3288         (wl-summary-target-mark-spam): Abolish.
3289         (wl-summary-refile-spam): Ditto.
3290         (wl-summary-test-spam): New function.
3291         (wl-summary-mark-spam): Ditto.
3292         (wl-summary-auto-check-spam): Follow the above change.
3293         (wl-summary-exec-action-spam): New function.
3294         (wl-summary-exec-action-refile-with-register): Fixed message.
3295         (wl-message-check-spam): New function.
3296         (wl-spam-setup): Ditto.
3297         (toplevel): Call it if this file is loaded interactivity.
3298
3299         * Version number is increased to 2.11.20.
3300
3301 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3304         when new optional argument `force' is non nil or modified.
3305
3306 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3307
3308         * wl.el (toplevel): Require wl-spam when compile.
3309         (wl-save-status): Call wl-spam-save-status.
3310
3311         * wl-spam.el (wl-spam-register-spam-messages): New function.
3312         (wl-spam-register-good-messages): Ditto.
3313         (wl-spam-save-status): Ditto.
3314         (wl-summary-mode-map): Bind
3315         wl-summary-target-mark-register-as-spam to "ms" and
3316         wl-summary-target-mark-register-as-good to "mn".
3317         (wl-summary-register-as-spam): Abolish optional argument; Use
3318         wl-spam-register-spam-messages.
3319         (wl-summary-register-as-spam-all): Use
3320         wl-spam-register-spam-messages.
3321         (wl-summary-register-as-good): Abolish optional argument; Use
3322         wl-spam-register-good-messages.
3323         (wl-summary-register-as-good-all): Use
3324         wl-spam-register-good-messages.
3325         (wl-summary-target-mark-register-as-spam): New funtion.
3326         (wl-summary-target-mark-register-as-good): Ditto.
3327
3328 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3329
3330         * wl-spam.el: New file.
3331
3332 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3333
3334         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3335
3336         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3337         (wl-summary-auto-refile): Call wl-refile-guess with
3338         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3339
3340 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3341
3342         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3343         with disable-thread argument non-nil.
3344
3345 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3346
3347         * wl-summary.el (wl-summary-rescan): Added optional argument
3348         disable-thread.
3349         (wl-summary-sync): Call wl-summary-rescan with argument
3350         disable-thread.
3351         (wl-summary-input-range): Added new range `rescan-thread'.
3352
3353 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3356
3357 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3358
3359         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3360         internal variable.
3361         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3362         wl-summary-search-parent-by-subject-regexp and
3363         wl-summary-divide-thread-when-subject-changed as nil.
3364         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3365         (wl-summary-insert-thread): Search parent entity from
3366         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3367         thread loop.
3368
3369 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3372
3373         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3374
3375         * wl-util.el (wl-require-update-all-folder-p): New function.
3376         (wl-get-assoc-list-value): Added `function' to match directive.
3377         (wl-collect-draft): Rewrite.
3378
3379         * wl-summary.el (wl-summary-sync-update): Clear faces
3380         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3381         are non-nil.
3382         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3383         argument as function.
3384         (wl-summary-input-range): Ditto.
3385
3386         * wl-folder.el (wl-draft-get-folder): New function.
3387         (wl-folder-get-elmo-folder): Consider draft folder.
3388
3389         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3390         (wl-draft-buffer-message-number): New buffer local variable.
3391         (wl-draft-folder-internal): New internal variable.
3392         (wl-draft-delete): Rewrite.
3393         (wl-draft-save): Ditto.
3394         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3395         wl-folder-get-elmo-folder.
3396         (wl-draft-config-info-operation): Ditto.
3397         (wl-jump-to-draft-folder): Ditto.
3398         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3399         (wl-draft-reedit): Rewrite.
3400
3401         * Version number is increased to 2.11.19.
3402
3403 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3404
3405         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3406         variable.
3407
3408 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3409
3410         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3411         Use ignore-errors instead of unwind-protect.
3412
3413 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3414
3415         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3416         for updating `wl-thread-entity-list'.
3417
3418 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3419
3420         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3421         parameter from calling `wl-thread-entity-get-older-brothers' and
3422         `wl-thread-entity-get-younger-brothers'.
3423         Replace nested `append' with a single one.
3424
3425 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-summary.el (wl-summary-mode): Don't use the return value of
3428         `make-local-hook'.
3429
3430 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3431
3432         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3433         instead of `let*'.
3434         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3435         of local variables.
3436
3437 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3438
3439         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3440         Renamed from wl-summary-window-scroll-functions.
3441         (wl-summary-window-scroll-functions): Don't set to variable.
3442         (wl-summary-display-top): Use run-hooks.
3443         (wl-summary-display-bottom): Ditto.
3444         (wl-summary-toggle-disp-msg): Ditto.
3445         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3446         Use it instead of wl-summary-window-scroll-functions.
3447         (wl-summary-goto-folder-subr): Don't call
3448         wl-summary-window-scroll-functions, use
3449         wl-summary-buffer-window-scroll-functions instead.
3450
3451 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3452
3453         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3454         make-local-variable.
3455
3456 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3457
3458         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3459         set-buffer-modified-p.
3460         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3461         (wl-summary-display-bottom): Ditto.
3462         (wl-summary-toggle-disp-msg): Ditto.
3463
3464 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3465
3466         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3467
3468         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3469         (wl-summary-forward): Use elmo-message-entity-field instead of
3470         elmo-message-field.
3471
3472         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3473
3474 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3475
3476         * wl-summary.el (wl-summary-window-scroll-functions): No use
3477         `append'.
3478
3479 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3482         function.
3483         (wl-summary-window-scroll-functions): Call it when both
3484         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3485         (wl-summary-temp-mark): Added optional argument number.
3486         (wl-summary-message-mark): Added optional argument flag.
3487         (wl-summary-persistent-mark): Added optional argument number and flag.
3488         (wl-summary-update-persistent-mark): Ditto.
3489         (wl-summary-update-status-marks): Set "r" for interactive spec.
3490
3491         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3492         argument number and flag.
3493
3494         * wl-action.el (wl-summary-registered-temp-mark):
3495         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3496
3497 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3498
3499         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3500         internal variable (buffer local).
3501         (wl-summary-window-scroll-functions): New function.
3502         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3503         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3504         as nil.
3505         (wl-summary-update-status-marks): Added arguments beg, end and
3506         check.
3507         (wl-summary-update-mark-window): Use function.
3508         (wl-summary-sync-update): Follow the change above.
3509         (wl-summary-switch-to-clone-buffer): Copy
3510         wl-summary-buffer-unsync-mark-number-list.
3511         (wl-summary-goto-folder-subr): Set
3512         wl-summary-buffer-unsync-mark-number-list and
3513         use wl-summary-window-scroll-functions instead of
3514         wl-summary-lazy-highlight.
3515
3516         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3517
3518 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3519
3520         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3521
3522         * wl-summary.el (wl-summary-update-persistent-mark): Call
3523         wl-summary-set-message-modified.
3524
3525         * wl-summary.el (wl-summary-sync-update): Don't call
3526         wl-summary-update-status-marks.
3527
3528         * Version number is increased to 2.11.18.
3529
3530 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3531
3532         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3533         (wl-message-next-page): Ditto.
3534
3535 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3536
3537         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3538         local variable.  Change the order of a collected list into the
3539         same as the specified range.  Remove nil from a collected list.
3540
3541 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3542
3543         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3544         argument for elmo-folder-list-messages.
3545
3546 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3547
3548         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3549         change (wl-summary-count-unreads return a list instead of a cons
3550         cell).
3551
3552 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3553
3554         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3555         `wl-summary-folder-info-update'.
3556
3557 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-summary.el (wl-summary-set-message-modified): No use
3560         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3561         (wl-summary-set-mark-modified): Abolish.
3562         (wl-summary-mark-modified-p): Ditto.
3563         (wl-summary-save-view): Follow the change above.
3564
3565         * wl-expire.el (wl-summary-expire): Likewise.
3566
3567 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3568
3569         * wl-summary.el (wl-summary-detect-mark-position): Use
3570         modb-entity-handler.
3571         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3572
3573         * Version number is increased to 2.11.17.
3574
3575 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3578         entity field value.
3579         (wl-summary-prefetch-msg): Ditto.
3580         (wl-summary-print-message-with-ps-print): Ditto.
3581
3582 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3585         for dummy entity.
3586         (wl-summary-insert-thread): Use elmo-message-entity-field.
3587         (wl-summary-update-thread): Use elmo-message-entity-field and
3588         elmo-message-entity-number.
3589         (wl-summary-line-number):  Use elmo-message-entity-number.
3590         (wl-summary-line-size): Use elmo-message-entity-field.
3591         (wl-summary-line-subject): Ditto.
3592         (wl-summary-line-from): Ditto.
3593         (wl-summary-line-attached): Ditto.
3594         (wl-summary-create-line): Ditto.
3595         (wl-summary-create-line): Use elmo-message-entity-number.
3596         (wl-summary-print-message-with-ps-print): Use
3597         elmo-message-entity-field.
3598
3599 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3600
3601         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3602         change in elmo-msgdb-make-message-entity.
3603         (wl-summary-buffer-set-folder): Don't call
3604         wl-summary-detect-mark-position here.
3605         (wl-summary-rescan): Call elmo-message-entity-number.
3606         (wl-summary-sync-update): Ditto.
3607         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3608
3609         * wl-score.el (wl-score-header-index): Redefine 2th element.
3610         (wl-score-overview-entity-get-extra): Abolish.
3611         (wl-score-ov-entity-get): Rewrite.
3612         (wl-score-string-index<, wl-score-string-func<): Abolish.
3613         (wl-score-string<): New function.
3614         (wl-score-string-sort): Use it.
3615
3616         * wl-refile.el (wl-refile-guess-by-history): Use
3617         elmo-message-entity-field.
3618         (wl-refile-guess-by-from): Ditto.
3619         (wl-refile-guess-by-msgid): Ditto.
3620
3621         * Version number is increased to 2.11.16.
3622
3623 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3624
3625         * wl-folder.el (wl-folder-confirm-existence): Don't call
3626         file-exists-p if msgdb-path is nil.
3627         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3628         `wl-read-folder-hist' to `wl-read-folder-history'.
3629
3630 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3631
3632         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3633         `y-or-n-p'.
3634
3635 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3636
3637         * wl-score.el (wl-score-headers): Don't use
3638         elmo-folder-do-each-message-entity.
3639
3640         * Version number is increased to 2.11.15.
3641
3642 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * wl-summary.el (wl-summary-delete-all-msgs): Use
3645         elmo-folder-move-messages instead of elmo-folder-delete-messages
3646         and elmo-folder-detach-messages.
3647         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3648
3649         * wl-expire.el (wl-expire-delete): Ditto.
3650         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3651
3652 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3653
3654         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3655         (wl-message-header-narrowing-fields): Ditto.
3656         (wl-message-header-narrowing-lines): Ditto.
3657         (wl-message-header-narrowing-string): Ditto.
3658
3659         * wl-summary.el (wl-summary-mode-map): Bind
3660         wl-summary-toggle-header-narrowing to "C-cC-f".
3661         (wl-summary-toggle-header-narrowing): New function.
3662
3663         * wl-message.el (wl-message-buffer-create): Call
3664         wl-message-header-narrowing-setup.
3665         (wl-message-redisplay): Call wl-message-header-narrowing.
3666         (wl-message-header-narrowing): New function.
3667         (wl-message-header-narrowing-map): New keymap.
3668         (wl-message-header-narrowing-widen-map): New keymap.
3669         (wl-message-header-narrowing-again-at-mouse): New function.
3670         (wl-message-header-narrowing-1): Ditto.
3671         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3672         (wl-message-header-narrowing-setup): Ditto.
3673         (wl-message-header-narrowing-toggle): Ditto.
3674
3675         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3676
3677         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3678         'flag as all.
3679         (wl-use-flag-folder-help-echo): New user option.
3680
3681         * wl-summary.el (wl-summary-detect-mark-position): Bind
3682         wl-summary-highlight as nil.
3683         (wl-summary-set-mark-modified): Follow the API change.
3684         (wl-summary-mark-modified-p): Ditto.
3685         (wl-summary-mark-as-read-all): Ditto.
3686         (wl-summary-sync-marks): Don't call
3687         elmo-folder-list-messages-with-global-mark.
3688         (wl-summary-mark-as-read-internal): Follow the API change.
3689         (wl-summary-mark-as-answered-internal): Ditto.
3690         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3691         Follow the API change.
3692         (wl-summary-create-line): Call with number argument.
3693         (wl-summary-reply): Follow the API change.
3694
3695         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3696         function.
3697         (wl-highlight-summary-line-string): Call it when
3698         wl-use-flag-folder-help-echo is non-nil.
3699         (wl-highlight-summary-current-line): Ditto.
3700         (elmo-flag-folder-referrer): Added autoload setting.
3701
3702         * wl-draft.el (wl-draft-kill): Follow the API change.
3703
3704         * Version number is increased to 2.11.14.
3705
3706 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3707
3708         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3709
3710 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3711
3712         * Version number is increased to 2.11.13.
3713
3714 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3715
3716         * wl-draft.el (wl-draft-previous-history-element): Fixed
3717         unbalanced parenthesis and bind unbound local variables.
3718
3719 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3720
3721         * wl-draft.el (wl-draft-previous-history-element): New function.
3722         (wl-draft-next-history-element): Ditto.
3723         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3724         them to M-p and M-n.
3725
3726 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3727
3728         * Version number is increased to 2.11.12.
3729
3730 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3731
3732         * wl-draft.el (wl-draft-hide): Select buffer-window.
3733
3734 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3735
3736         * wl-summary.el (wl-summary-narrow-to-region): New function.
3737         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3738         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3739         (wl-summary-save-region): Use it.
3740         * wl-action.el (wl-summary-collect-numbers-region)
3741         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3742
3743 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3744
3745         * wl-folder.el (wl-folder-count-incorporates): Don't use
3746         `elmo-msgdb-mark-load'
3747
3748         * Version number is increased to 2.11.11.
3749
3750 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3751
3752         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3753         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3754
3755 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3758
3759 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * Version number is increased to 2.11.10.
3762
3763 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3764
3765         * wl-mime.el (wl-draft-attribute-value): Fixed.
3766
3767 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * wl-util.el (wl-copy-local-variables): New function.
3770
3771         * wl-mime.el (wl-draft-attribute-recipients): New function.
3772         (wl-draft-attribute-envelope-from): Ditto.
3773         (wl-draft-attribute-smtp-posting-server): Ditto.
3774         (wl-draft-attribute-smtp-posting-port): Ditto.
3775         (wl-draft-attribute-value): Ditto.
3776         (wl-draft-preview-message): Use it to get value for
3777         attributes. Reflect result of `wl-draft-config'.
3778
3779         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3780         and call `wl-summary-mark-as-read' before to call
3781         `wl-summary-unset-mark'.
3782         (wl-summary-target-mark-mark-as-unread): Likewise.
3783         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3784
3785 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-mime.el (wl-draft-preview-message): Use actual value for
3788         attributes; Fix for small window.
3789
3790 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3791
3792         * wl-refile.el (wl-refile-get-field-value): Call
3793         `elmo-message-entity-field' with 3rd argument is non-nil.
3794
3795 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-vars.el (wl-draft-preview-attributes): New user option.
3798         (wl-draft-preview-attributes-list): Ditto.
3799         (wl-draft-preview-attributes-buffer-lines): Ditto.
3800         (wl-draft-preview-attributes-buffer-name): Ditto.
3801
3802         * wl-mime.el (wl-draft-preview-message): Display attributes.
3803
3804 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3805
3806         * wl-summary.el (wl-summary-detect-mark-position): Bind
3807         wl-summary-flag-priority-list to '(new).
3808
3809 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3810
3811         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3812         funtion.
3813         (wl-highlight-summary-line-string): Use it.
3814         (wl-highlight-summary-current-line): Ditto.
3815
3816 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3819         line even when the mark string is not changed.
3820
3821         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3822         argument change in the wl-summary-create-line.
3823         (wl-thread-insert-entity-sub): Ditto.
3824
3825         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3826         argument change in the wl-summary-create-line.
3827         (wl-summary-insert-sequential): Ditto.
3828         (wl-summary-update-thread): Ditto.
3829         (wl-summary-persistent-mark-string): New inline function.
3830         (wl-summary-message-mark): Use it.
3831         (wl-summary-create-line): Abolish argument wl-persistent-mark
3832         and added wl-flags, wl-cached.
3833
3834         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3835         mark to flags.
3836         (wl-highlight-summary-current-line): Decide the face not by the
3837         persistent mark but flags.
3838
3839 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3840
3841         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3842         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3843         wl-summary-read-uncached-mark): Revive.
3844         (wl-summary-answered-cached-mark,
3845         wl-summary-answered-uncached-mark): New user option.
3846         (wl-summary-score-marks): Follow the change above.
3847         (wl-summary-auto-refile-skip-marks): Ditto.
3848         (wl-summary-incorporate-marks): Ditto.
3849         (wl-summary-expire-reserve-marks): Ditto.
3850         (wl-summary-flag-priority-list): New user option.
3851
3852         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3853         changes.
3854         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3855         of elmo-message-mark.
3856         (wl-summary-mark-as-read-internal): Ditto.
3857         (wl-summary-mark-as-answered): Ditto.
3858         (wl-summary-mark-as-important): Ditto.
3859         (wl-summary-redisplay-internal): Ditto.
3860         (wl-summary-redisplay-no-mime-internal): Ditto.
3861         (wl-summary-message-mark): New function.
3862         (wl-summary-insert-sequential): Use wl-summary-message-mark
3863         instead of elmo-message-mark.
3864         (wl-summary-update-thread): Ditto.
3865         (wl-summary-persistent-mark): Ditto.
3866         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3867         instead of elmo-message-mark.
3868
3869         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3870         wl-summary-message-mark instead of elmo-message-mark.
3871         (wl-thread-insert-entity-sub): Ditto.
3872         (wl-thread-get-children-msgs-uncached): Ditto.
3873
3874         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3875         variable name changes.
3876         (wl-highlight-summary-current-line): Ditto.
3877
3878         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3879         wl-summary-message-mark instead of elmo-message-mark.
3880
3881         * wl-expire.el (wl-expire-message-p): Ditto.
3882
3883         * wl-score.el (wl-score-headers): Ditto.
3884
3885         * Version number is increased to 2.11.9.
3886
3887         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3888         (wl-summary-sync-update): Follow the change above.
3889         (wl-summary-switch-to-clone-buffer): Ditto.
3890         (wl-summary-open-folder): Ditto.
3891
3892 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3893
3894         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3895         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3896
3897         * Version number is increased to 2.11.8.
3898
3899         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3900
3901         * wl-expire.el (wl-expire-refile): Follow the API change on
3902         `elmo-folder-move-messages'.
3903         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3904
3905         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3906         (wl-summary-exec-action-refile): Ditto.
3907         (wl-summary-exec-action-copy): Ditto.
3908         (wl-summary-no-auto-refile-message-p): No use
3909         `wl-summary-buffer-msgdb'.
3910         (wl-summary-auto-refile): Ditto.
3911
3912 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3913
3914         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3915
3916 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-summary.el (wl-summary-sync): Treat no-sync.
3919
3920         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3921         (wl-default-sync-range): Ditto.
3922
3923 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3924
3925         * wl-refile.el (wl-refile-subject-learn): Call
3926         `elmo-message-entity-field' with 3rd argument is non-nil.
3927         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3928         instead of `elmo-msgdb-overview-entity-get-subject'.
3929
3930 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3933         scan-type is rescan.
3934         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3935         new optional argument force is non-nil.
3936         (wl-summary-save-view-cache): Call it with force argument non-nil.
3937
3938         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3939
3940 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3941
3942         * wl-action.el (wl-summary-print-argument): Fixed last change.
3943
3944 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3945
3946         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3947         simplified.
3948         (wl-summary-target-mark-mark-as-unread): Likewise.
3949         (wl-summary-target-mark-mark-as-important): Likewise.
3950
3951 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3952
3953         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3954         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3955         (wl-summary-mark-as-important-region): Change accordingly.
3956         (wl-summary-target-mark-mark-as-important): Ditto.
3957
3958 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3959
3960         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3961
3962         * wl-action.el (wl-summary-print-argument): Print argument to
3963         right side of window if `wl-summary-print-argument-within-window'
3964         is non-nil.
3965
3966 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3967
3968         * wl-action.el (wl-summary-set-mark): Use
3969         `wl-summary-message-visible-p' to check visibility of the message
3970         and jump to message only when the message line is visible and have
3971         different number; Call wl-summary-unset-mark with number argument.
3972         (wl-summary-unset-mark):
3973         Use `wl-summary-message-visible-p'
3974         to check visibility of the message and jump to message only when
3975         the message line is visible and have different number;
3976
3977 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3978
3979         * Version number is increased to 2.11.7.
3980
3981         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3982         and wl-folder-summary-line-format.
3983
3984         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3985         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3986         (wl-summary-set-score-mark): Use it.
3987         (wl-summary-target-mark-mark-as-read): Ditto.
3988         (wl-summary-target-mark-mark-as-unread): Ditto.
3989         (wl-summary-target-mark-mark-as-important): Ditto.
3990         (wl-summary-target-mark-msgs): Simplified.
3991         (wl-summary-detect-mark-position): Fixed problem when
3992         summary-line-format no contain persisten/temp mark spec.
3993         (wl-summary-temp-mark): Ditto.
3994         (wl-summary-persistent-mark): Ditto.
3995         (wl-summary-update-persistent-mark): Ditto.
3996
3997         * wl-action.el (wl-summary-set-mark): Ditto.
3998         (wl-summary-unset-mark): Ditto.
3999         All other related portions are changed.
4000
4001 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
4002
4003         * Version number is increased to 2.11.6.
4004
4005 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
4006
4007         * wl-util.el (wl-current-message-buffer): Define as function;
4008         Don't use the value of wl-messge-buffer.
4009
4010         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
4011         persistent mark.
4012
4013         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
4014         no current message, cause an error.
4015
4016 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4017
4018         * wl-summary.el (wl-summary-set-message-modified): Use
4019         elmo-folder-set-message-modified instead of
4020         elmo-folder-set-message-modified-internal.
4021
4022 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
4025         interactively.
4026         (wl-summary-sync): nokill->entirely.
4027         (wl-summary-sync-marks): Fixed message.
4028         (wl-summary-input-range): Added mark, nokill->entirely.
4029
4030         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
4031         messages as read.
4032
4033 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4034
4035         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
4036         update-noscore.
4037         (wl-summary-sync): Follow the change above.
4038
4039 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-action.el (wl-summary-target-mark-all): Use
4042         elmo-folder-list-messages.
4043
4044 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
4047         (wl-summary-rescan): Set wl-summary-scored as nil.
4048         (wl-summary-sync-force-update): Follow the change above.
4049         (wl-summary-sync): Ditto.
4050         (wl-summary-sync-update): Added argument disable-killed.
4051         (wl-summary-insert-headers): Set visible-only argument for
4052         elmo-folder-list-messages.
4053         (wl-summary-input-range): Added update-nokill, update-noscore,
4054         all-nokill, all-noscore and mark.
4055
4056         * Version number is increased to 2.11.5.
4057
4058         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
4059
4060 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
4061
4062         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
4063         (wl-summary-prefetch-region-no-mark): Change accordingly.
4064         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
4065
4066 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
4067
4068         * wl-address.el (wl-complete-field-to): Abolished.
4069         (wl-complete-address): Completion function for completing-read.
4070         * wl-action.el (wl-summary-get-resend-address): Use it.
4071
4072         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
4073         wl-summary-update-mark and abolish unused argument.
4074         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
4075         (wl-summary-delete-cache, wl-summary-resume-cache-status)
4076         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
4077         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
4078         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
4079         * wl-draft.el (wl-draft-kill): Ditto.
4080
4081         * wl-summary.el: Remove unused binding of case-fold-search.
4082         (wl-summary-replace-status-marks): Abolished.
4083
4084 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
4085
4086         * wl-action.el (wl-summary-set-mark): Cause an error when no message
4087         is specified or folder length is zero.
4088
4089 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4090
4091         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
4092         (wl-folder-archive-current-entity): Ditto.
4093
4094 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-summary.el (wl-summary-update-mark): Ignore errors while
4097         retrieving message mark.
4098         (wl-summary-redisplay-internal): Ditto.
4099
4100         * wl-message.el (wl-message-buffer-display): Ignore errors while
4101         retrieving message-id field.
4102
4103         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
4104         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4105         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
4106         order of the arguments for `wl-expire-message-p'.
4107         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
4108
4109         * wl-summary.el (wl-summary-target-mark-reply-with-citation):
4110         Check return value of wl-summary-reply.
4111         (wl-summary-reply): Recover window configuration when an error occured.
4112
4113 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-summary.el (wl-summary-resend-message): Abolished, the
4116         feature is inherited by wl-summary-resend (put resend mark).
4117
4118 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4119
4120         * wl-summary.el (wl-summary-toggle-disp-msg): Set
4121         wl-message-buffer to nil when the message is hide.
4122
4123 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4124
4125         * .cvsignore: New file.
4126
4127 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4128
4129         * wl-action.el (wl-summary-action-docstring): Add more info.
4130         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
4131         duplicate definition.
4132         (wl-summary-define-mark-action): Functions wl-summary-*-region
4133         keep current position.
4134         (wl-summary-unregister-target-mark): Store result to the variable.
4135
4136 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * Version number is increased to 2.11.4.
4139
4140 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4143         wl-summary-delete-all-temp-marks.
4144         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4145
4146         * wl-action.el (wl-summary-set-mark): Changed terminology
4147         refile-destination -> action-argument.
4148         (wl-summary-unset-mark): Ditto.
4149         (wl-summary-remove-argument): Ditto.
4150         (wl-summary-print-argument): Ditto.
4151
4152         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4153         (wl-thread-remove-argument-region): Ditto.
4154         (wl-thread-print-argument-region): Ditto.
4155         (wl-thread-close): Ditto.
4156         (wl-thread-open): Ditto.
4157
4158         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4159         (wl-highlight-refile-destination-face is abolished)
4160         (wl-highlight-action-argument-string): Ditto.
4161         (wl-highlight-summary-current-line): Highlight action argument.
4162
4163         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4164         color for light backgrounds.
4165         (wl-highlight-summary-answered-face): Ditto.
4166
4167 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4168
4169         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4170
4171         * wl-score.el (wl-summary-score-update-all-lines): Use
4172         wl-summary-set-mark.
4173         (wl-summary-score-update-all-lines): Kill expunged messages.
4174
4175         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4176
4177 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4178
4179         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4180         directly.
4181         (wl-score-overview-entity-get-lines): Ditto.
4182         (wl-score-overview-entity-get-xref): Ditto.
4183         (wl-score-get-latest-msgs): Ditto.
4184         (wl-summary-rescore): Ditto.
4185
4186         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4187         to "&".
4188         (wl-summary-mark-as-answered-internal): New inline function.
4189         (wl-summary-mark-as-answered): New function.
4190         (wl-summary-mark-as-unanswered): Ditto.
4191         (wl-summary-sync-marks): Modified for answered-mark synching.
4192
4193 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4194
4195         * wl-action.el (wl-summary-set-mark): Fixed last change.
4196
4197 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4198
4199         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4200         behavior of wl-summary-unread-message-hook
4201         (Pointed out by akira yamada <akira@arika.org>).
4202
4203 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4206         wl-summary-delete.
4207         * wl-xmas.el (wl-summary-toolbar): Ditto.
4208
4209         * wl-action.el (wl-summary-set-mark): Don't override current
4210         temp-mark.
4211
4212         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4213
4214 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4217         (wl-refile-msgid-learn): Ditto.
4218         (wl-refile-get-field-value): Ditto.
4219
4220         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4221
4222         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4223         (wl-expire-delete-reserved-messages): Renamed from
4224         wl-expire-reserve-marked-msgs-from-list.
4225         (wl-expire-delete): Removed argument `msgdb'.
4226         (wl-expire-refile): Ditto.
4227         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4228         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4229         mark-alist as argument.
4230         (wl-expire-archive-number1): Removed argument `msgdb'.
4231         (wl-expire-archive-number2): Ditto.
4232         (wl-expire-archive-date): Ditto.
4233         (wl-expire-localdir-date): Ditto.
4234         (wl-expire-hide): Ditto.
4235         (wl-archive-number1): Ditto.
4236         (wl-archive-number2): Ditto.
4237         (wl-archive-date): Ditto.
4238         (wl-archive-folder): Ditto.
4239         All other related portions are changed.
4240
4241 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4242
4243         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4244         mean move up and down. (suggested by Takashi Kawachi)
4245
4246 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4247
4248         * wl-acap.el (toplevel): Don't require un-define.
4249
4250 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl-thread.el (wl-thread-delete-message): Always update
4253         wl-summary-buffer-number-list.
4254
4255         * wl-action.el (wl-summary-print-destination):
4256         Do nothing when folder is nil.
4257
4258 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4259
4260         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4261         persistent mark when prefetch is succeeded.
4262
4263 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4264
4265         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4266         instead of elmo-msgdb-delete-msgs.
4267         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4268         (wl-expire-hide): Ditto.
4269
4270         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4271
4272         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4273         elmo-msgdb interface.
4274         (wl-thread-get-exist-children): Likewise.
4275         (wl-thread-insert-message): Likewise.
4276         (wl-thread-msg-mark-as-important): Likewise.
4277         (wl-thread-insert-entity-sub): Likewise.
4278         (wl-thread-get-children-msgs-uncached): Likewise.
4279
4280         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4281         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4282         (wl-summary-sync-update): Likewise.
4283         (wl-summary-auto-select-msg-p): Likewise.
4284         (wl-summary-update-thread): Likewise.
4285         (wl-summary-mark-as-important): Likewise.
4286         (wl-summary-jump-to-msg-internal): Likewise.
4287         (wl-summary-redisplay-internal): Likewise.
4288         (wl-summary-print-message-with-ps-print): Likewise.
4289         (wl-summary-folder-info-update): Likewise.
4290
4291         * wl-folder.el (wl-folder-check-one-entity):
4292         elmo-folder-count-flags instead of wl-summary-count-unread.
4293
4294         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4295
4296         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4297
4298         * wl-summary.el (wl-summary-set-message-modified):
4299         Call wl-summary-set-mark-modified.
4300         (wl-summary-delete-messages-on-buffer): Call
4301         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4302         (wl-summary-sync-update): Call elmo-folder-length instead of
4303         elmo-folder-messages.
4304         (wl-summary-insert-headers): Don't call
4305         elmo-folder-list-message-entities.
4306
4307 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4308
4309         * wl-action.el (wl-summary-define-mark-action): Call
4310         `wl-summary-set-mark' with argument `data'.
4311         (wl-summary-auto-refile): Fixed order of arguments when call
4312         `wl-summary-refile'.
4313
4314 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4315
4316         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4317
4318         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4319
4320         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4321         (Renamed from wl-highlight-summary-deleted-face).
4322         (wl-highlight-summary-resend-face): New face.
4323
4324         (wl-highlight-summary-deleted-face): Renamed from
4325         wl-highlight-summary-erased-face.
4326
4327         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4328
4329         * wl-action.el (wl-summary-get-resend-address): New function.
4330         (wl-summary-exec-action-resend): Ditto.
4331         (wl-summary-exec-action-resend-subr): Ditto.
4332
4333         * w-thread.el (wl-thread-copy): Removed definition.
4334         (wl-thread-refile): Ditto.
4335         (wl-thread-delete): Ditto.
4336         (wl-thread-target-mark): Ditto.
4337
4338         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4339         (wl-summary-target-mark-set-action): Fixed.
4340         (wl-summary-define-mark-action): Fixed quotation.
4341         (wl-summary-move-mark-list-messages): Display message.
4342         (wl-summary-define-mark-action): Define thread functions.
4343         (wl-summary-exec-action-refile): Changed message.
4344         (wl-summary-exec): Ditto.
4345
4346 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4347
4348         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4349         '%%'.
4350
4351 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl.el (toplevel): Require wl-action.
4354         (wl-init): Call wl-summary-define-mark-action.
4355
4356         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4357
4358         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4359         wl-summary-delete and wl-summary-erase.
4360         (wl-summary-mode-map): Ditto.
4361
4362         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4363         wl-delete-folder-alist.
4364
4365         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4366         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4367         (toplevel): Moved mark & action related functions to the wl-action.el.
4368
4369         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4370         in wl-summary-mark-action-list.
4371         (wl-highlight-summary-current-line): Ditto.
4372
4373         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4374         empty lines.
4375
4376         * wl-action.el: New file.
4377
4378 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4379
4380         * wl-summary.el (wl-summary-target-mark-replace): New function.
4381         (wl-summary-target-mark-prefetch): Use it.
4382         (wl-summary-target-mark-delete): Ditto.
4383         (toplevel): Rearranged definition order.
4384         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4385         (wl-summary-target-mark-erase): Rewrite.
4386         (wl-summary-erase-region): New function.
4387         (wl-summary-exec-action-erase): Changed message.
4388         (wl-summary-move-mark-list-messages): New function.
4389         (wl-summary-exec-action-delete): Use it.
4390         (wl-summary-exec-action-erase): Ditto.
4391
4392         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4393         (wl-summary-skip-mark-list): Added "d".
4394
4395         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4396         while searching.
4397
4398         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4399         and define using defcustom;
4400         Define 4th element as a face.
4401
4402         * wl-summary.el (wl-summary-incorporate): Use
4403         `wl-summary-prefetch-region-no-mark' instead of
4404         `wl-summary-prefetch-region'.
4405         (wl-summary-prefetch-region-no-mark): Revival of old
4406         `wl-summary-prefetch-region'.
4407         (wl-summary-mark-action-list): Moved to wl-vars.el
4408
4409         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4410         face according to the `wl-summary-mark-action-list'.
4411         (wl-highlight-summary-current-line): Ditto;
4412         Removed destination highlighting.
4413
4414         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4415         (wl-highlight-summary-line-string): Highlight for "i" mark.
4416         (wl-highlight-summary-current-line): Ditto.
4417
4418         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4419         no destination.
4420
4421         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4422         exists, just go ahead.
4423         (wl-summary-prefetch-region): Rewrite.
4424         (wl-summary-prefetch): Ditto.
4425         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4426         (wl-summary-exec-action-prefetch): New function.
4427         (wl-summary-target-mark-prefetch): Rewrite.
4428
4429 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4430
4431         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4432         (wl-highlight-summary-line-string): Added "d" and "D".
4433         (wl-highlight-summary-current-line): Ditto.
4434
4435         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4436         in wl-summary.el.
4437         (wl-thread-insert-entity-sub): Ditto.
4438         (wl-thread-remove-destination-region): Ditto.
4439         (wl-thread-print-destination-region): Ditto.
4440
4441         * wl-summary.el (wl-summary-buffer-refile-list,
4442         wl-summary-buffer-delete-list,
4443         wl-summary-buffer-copy-list): Abolish.
4444         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4445         All other related portions are changed.
4446         (wl-summary-mark-action-list): New variable.
4447         (wl-summary-set-mark): New function.
4448         (wl-summary-register-target-mark): Ditto.
4449         (wl-summary-unregister-target-mark): Ditto.
4450         (wl-summary-have-target-mark-p): Ditto.
4451         (wl-summary-register-temp-mark): Ditto.
4452         (wl-summary-unregister-temp-mark): Ditto.
4453         (wl-summary-registered-temp-mark): Ditto.
4454         (wl-summary-collect-temp-mark): Ditto.
4455         (wl-summary-unset-mark): Ditto.
4456         (wl-summary-set-target-mark): Ditto.
4457         (wl-summary-unset-target-mark): Ditto.
4458         (wl-summary-set-action-generic): Ditto.
4459         (wl-summary-unset-action-generic): Ditto.
4460         (wl-summary-exec-action-delete): Ditto.
4461         (wl-summary-exec-action-erase): Ditto.
4462         (wl-summary-set-action-refile): Ditto.
4463         (wl-summary-set-action-refile-subr): Ditto.
4464         (wl-summary-unset-action-refile): Ditto.
4465         (wl-summary-make-destination-numbers-list): Ditto.
4466         (wl-summary-exec-action-refile): Ditto.
4467         (wl-summary-set-action-copy): Ditto.
4468         (wl-summary-unset-action-copy): Ditto.
4469         (wl-summary-exec-action-copy): Ditto.
4470         (wl-summary-collect-numbers-region): Ditto.
4471         (wl-summary-delete): Rewrite.
4472         (wl-summary-erase): Ditto.
4473         (wl-summary-remove-destination): Ditto.
4474         (wl-summary-exec): Ditto.
4475         (wl-summary-exec-region): Ditto.
4476         (wl-summary-target-mark-erase): Ditto.
4477         (wl-summary-refile): Ditto.
4478         (wl-summary-copy): Ditto.
4479         (wl-summary-unmark): Ditto.
4480         (wl-summary-delete-all-mark): Ditto.
4481         (wl-summary-mark-line): Don't highlight.
4482         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4483         (wl-summary-target-mark-refile-subr): Rewrite.
4484
4485         (wl-summary-copy-prev-destination): Abolish.
4486
4487 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4488
4489         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4490         default values along the value of wl-on-mule.
4491         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4492         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4493         It is not used anywhere.
4494
4495 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4496
4497         * wl-summary.el (wl-summary-print-destination): Keep position.
4498         (wl-summary-cursor-move-surface): Keep horizontal position.
4499
4500 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4501
4502         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4503         write sendlog.
4504
4505 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4506
4507         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4508         `wl-summary-highlight'.
4509
4510 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4511
4512         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4513         trivial condition for temp-mark.
4514
4515 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4516
4517         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4518         when it hits killed buffer.
4519
4520 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4521
4522         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4523         * wl-news.el.in: `message' and `error' take format string.
4524
4525 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4526
4527         * wl-folder (wl-folder-insert-entity): Display a message,
4528         `...done', when the work finish.
4529         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4530
4531 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4532
4533         * wl-message.el (wl-message-redisplay): Remove unused local
4534         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4535
4536 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4537
4538         * wl-summary.el (wl-summary-replace-status-marks): Disable
4539         interactive use.
4540         (wl-summary-reedit): Check message existence at first.
4541         (wl-summary-mark-line): Fix doc, return value is indefinite.
4542
4543         * wl-highlight.el (wl-highlight-message): Arranged.
4544
4545         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4546         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4547         check temp-mark by wl-summary-temp-mark always.
4548         (wl-highlight-summary): Change accordingly.
4549         * wl-summary.el (wl-summary-mark-as-read-all)
4550         (wl-summary-delete-cache, wl-summary-set-score-mark)
4551         (wl-summary-mark-as-unread, wl-summary-unmark)
4552         (wl-summary-mark-line, wl-summary-mark-as-read)
4553         (wl-summary-mark-as-important): Ditto.
4554
4555         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4556         end of the window if possible.
4557         * wl-summary.el (wl-summary-sync-update): Support lazy
4558         highlighting.
4559         (wl-summary-toggle-disp-msg): Ditto.
4560
4561 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4562
4563         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4564
4565 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4566
4567         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4568         change.
4569
4570 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4573         API.
4574         (wl-summary-sync-update): Ditto.
4575
4576         * wl-score.el (wl-score-get-score-alist): Changed argument.
4577         (wl-summary-rescore-msgs): Likewise.
4578         (wl-summary-score-headers): Likewise.
4579         (wl-score-headers): Likewise;
4580         Use elmo-folder-do-each-message-entity, etc.
4581         (wl-summary-score-effect): Follow the changes above.
4582         (wl-summary-rescore): Ditto.
4583         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4584         (wl-score-get-overview): Abolish.
4585
4586         * wl-summary.el (wl-summary-default-from): Follow the API change in
4587         elmo-msgdb.
4588         (wl-summary-count-unread): Ditto.
4589         (wl-summary-detect-mark-position): Ditto.
4590         (wl-summary-overview-entity-compare-by-date): Ditto.
4591         (wl-summary-overview-entity-compare-by-number): Ditto.
4592         (wl-summary-overview-entity-compare-by-from): Ditto.
4593         (wl-summary-overview-entity-compare-by-subject): Ditto.
4594         (wl-summary-get-list-info): Ditto.
4595         (wl-summary-rescan): Ditto.
4596         (wl-summary-jump-to-msg-by-message-id): Ditto.
4597         (wl-summary-sync-update): Ditto; Removed comment.
4598         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4599         (wl-summary-insert-message): Use wl-summary-insert
4600         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4601         (wl-summary-insert-headers): Changed argument overview to folder.
4602         (wl-summary-search-by-subject): Likewise.
4603         (wl-summary-insert-thread): Renamed from
4604         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4605
4606         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4607         too.
4608
4609         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4610         wl-string-member.
4611
4612 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4613
4614         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4615         elmo-folder-append-buffer.
4616         (wl-draft-queue-append): Likewise.
4617
4618         * wl-mime.el (wl-message-delete-current-part): Ditto.
4619         (wl-summary-burst-subr): Ditto.
4620
4621         * wl-news.el.in (wl-news-send-news): Ditto.
4622
4623 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4624
4625         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4626         function.
4627         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4628         (wl-summary-update-mark): Enclose with save-excursion.
4629         (wl-summary-mark-as-read-internal): Fixed last change.
4630         (wl-summary-mark-as-important): Use 3rd argument of
4631         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4632         Don't use elmo-msgdb-set-mark.
4633         (wl-summary-redisplay-internal): If msgdb flag is already read,
4634         just update the mark on buffer.
4635
4636 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4637
4638         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4639         cut visible folder when elmo-folder-delete returns non-nil value.
4640
4641 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4642
4643         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4644         by Kenichi OKADA <okada@opaopa.org>).
4645
4646 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4647
4648         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4649
4650 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4651
4652         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4653         Fixed the last change, search group entity by its real name.
4654         (Thanks to: KOBAYASHI Shinji)
4655
4656 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4657
4658         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4659         (wl-fldmgr-access-display-all): Don't refer visible name.
4660         * wl-expire.el (wl-folder-archive-current-entity)
4661         (wl-folder-expire-current-entity): Ditto.
4662         * wl-folder.el (wl-folder-jump-to-current-entity)
4663         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4664         (wl-folder-open-folder-sub,wl-folder-open-all)
4665         (wl-folder-write-current-folder): Ditto.
4666         (wl-folder-insert-entity): Don't use petname for normal group.
4667         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4668         is the real name.
4669         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4670         Abolished.
4671
4672 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-draft.el (wl-draft-create-buffer): Add
4675         `wl-summary-reply-with-citation'
4676
4677 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4678
4679         * wl-draft.el (wl-draft-reply): Fixed.
4680
4681 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4684         when `wl-draft-send-confirm-with-preview' is non-nil.
4685         You can scroll up/down by j/k.
4686         (wl-draft-send-confirm-with-preview): New variable (default=t).
4687
4688 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4689
4690         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4691         (wl-fldmgr-save-folders): Fix comment.
4692
4693 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4696         along the last change in `wl-folder-buffer-group-p'.
4697
4698 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4699
4700         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4701         folder.
4702
4703         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4704         the default value.
4705
4706         * wl-mime.el (wl-summary-burst): Update summary only when target
4707         folder equals current folder.
4708
4709 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4712
4713 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4716         value.
4717
4718 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4721         `map-extents' instead of `extent-at' repeatedly.
4722         (wl-highlight-folder-current-line): Ditto.
4723
4724         * wl-highlight.el: Remove useless dummy functions.
4725
4726 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4729         (wl-folder-put-folder-property): New function to put text property.
4730         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4731         (wl-folder-insert-entity, wl-folder-update-diff-line)
4732         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4733         * wl-e21.el, wl-xmas.el, wl-mule.el
4734         (wl-highlight-folder-current-line): Ditto.
4735         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4736         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4737         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4738         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4739
4740 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * Version number is increased to 2.11.3.
4743
4744 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745
4746         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4747         Resume current-buffer since it is assumed by remaining tasks.
4748
4749 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750
4751         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4752         (wl-folder-completion-function): Abolished.
4753         (wl-folder-complete-folder): New function.
4754         (wl-folder-complete-filter-condition): Ditto.
4755         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4756         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4757
4758 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-draft.el (wl-draft-send-confirm): New function.
4761         (wl-draft-send): Use it.
4762
4763         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4764         cursor-in-echo-area while confirming.
4765
4766         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4767
4768         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4769         searching via nntp if wl-summary-search-via-nntp is 'force.
4770         Otherwise, invoke searching in nntp folder only.
4771         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4772
4773         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4774         explicitly for mime-make-text-tag.
4775
4776 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4777
4778         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4779         `mime-make-text-tag' instead of `mime-create-tag'.
4780
4781 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4784         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4785
4786 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl-score.el (wl-score-save): Bind print-length and print-level.
4789         (wl-score-pretty-print): Ditto.
4790         (wl-score-edit-insert-header-entry): Ditto.
4791
4792         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4793         "From" entry to be treated with wl-draft-eword-encode-address-list.
4794         * wl-mime.el (wl-draft-preview-message): Ditto.
4795
4796         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4797         (wl-summary-mark-as-unread): Ditto.
4798         (wl-summary-mark-as-read-region): Change accordingly.
4799         (wl-summary-mark-as-unread-region): Ditto.
4800         (wl-summary-target-mark-mark-as-read): Ditto.
4801         (wl-summary-target-mark-mark-as-unread): Ditto.
4802
4803 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4804
4805         * Version number is increased to 2.11.2.
4806
4807 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-news.el.in (wl-news-previous-version-save): Bind
4810         print-length and print-level.
4811         * wl-thread.el (wl-thread-save-entities): Ditto.
4812         (wl-thread-save-top-list): Bind print-length.
4813
4814 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-highlight.el (wl-highlight-summary-line-string): Use
4817         wl-summary-score-below-mark, wl-summary-score-over-mark.
4818         (wl-highlight-summary-current-line): Ditto.
4819
4820 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4823         insert it.
4824
4825 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4828
4829 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4832         message without msgid.
4833         Rewrite with elmo-folder-move-messages.
4834         Set wl-message-buffer to nil.
4835
4836         * wl-summary.el (wl-summary-erase-subr): New function. Use
4837         elmo-folder-move-messages.
4838         (wl-summary-erase): Call it.
4839         (wl-summary-target-mark-erase): Ditto.
4840
4841 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4844         it is not up-tp-date.
4845
4846 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4847
4848         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4849         buffer after calling `wl-summary-goto-folder-subr' without the
4850         argument `interactive'.
4851         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4852
4853 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4854
4855         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4856         `mime-create-tag'. Use `string=' instead of `looking-at'.
4857
4858 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4861         to avoid compile warning.
4862
4863         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4864         entity-id when folder is given.
4865         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4866         save-excursion, use save-selected-window instead.
4867         Select folder buffer window if exists.
4868         (To correct behavior with wl-folder-move-cur-folder.)
4869
4870 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4871
4872         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4873
4874 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4875
4876         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4877         list-count instead of %d.
4878
4879 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4882         (wl-news): Set it.
4883         (wl-news-append-to-folder): Use it.
4884
4885         * wl-news.el.in (wl-news-send-news): Append to specified folder
4886         instead of wl-default-folder.
4887         (wl-news-append-to-folder): Show error message with specified folder.
4888
4889         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4890                 In most major modes, Emacs assumes that any opening
4891                 delimiter found at the left margin is the start of a
4892                 top-level definition, or defun. Therefore, *never put an
4893                 opening delimiter at the left margin unless it should have
4894                 that significance.*
4895
4896         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4897
4898 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4899
4900         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4901
4902 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4903
4904         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4905
4906 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4907
4908         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4909         for sequential numbering case.
4910
4911 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912
4913         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4914         value.
4915         (wl-draft-reply-without-argument-list): Ditto.
4916         (wl-draft-reply-myself-with-argument-list): Abolish.
4917         (wl-draft-reply-myself-without-argument-list): Ditto.
4918         * wl-draft.el (wl-draft-self-reply-p): New function.
4919         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4920
4921 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4924         (avoid error for the case without byte-compiling)
4925
4926 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-news.el.in (wl-news-append-to-folder): New function.
4929         (wl-news-exit): Rewrite.
4930         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4931
4932 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-draft.el (wl-draft-reply-position): New function.
4935         (wl-draft-reply-position): Fix.
4936         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4937         (wl-summary-target-mark-reply-with-citation): Ditto.
4938         (wl-summary-reply-with-citation): Ditto.
4939         * wl-vars.el (wl-draft-reply-default-position): New variable.
4940
4941 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4942
4943         * wl-draft.el (wl-draft-send): Preview when interactive send.
4944
4945 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4946
4947         * wl-draft.el (wl-draft-reply): Set default position.
4948         * wl-summary.el (wl-summary-reply): Ditto.
4949         (wl-summary-reply-with-citation): Ditto.
4950         (wl-summary-target-mark-reply-with-citation): Ditto.
4951
4952 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4953
4954         * wl-news.el.in (wl-news-lang): Set default value according to
4955         current-language-environment.
4956         (wl-news-append-news): Do nothing when news-list is nil.
4957
4958 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4959
4960         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4961         (wl-news): Change message.
4962         (wl-news-exit): Check buffer.
4963         (wl-news-force-exit): New function.
4964         (wl-news-show-all): New function.
4965         (wl-news-discard-and-exit): Fix.
4966
4967 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4968
4969         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4970         according to current-language-environment.
4971
4972         * wl-news.el.in (wl-news): If arg, show all NEWS after
4973         wl-news-default-previous-version.
4974
4975 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4976
4977         * wl-news.el.in (wl-news-check): Rewritten.
4978         (wl-news-previous-version-load): Change data type.
4979         (wl-news-previous-version-save): Change data type.
4980         (wl-news-append-news): Add return value.
4981         (wl-news-check-news): New function.
4982         (wl-news-already-current-p): New function.
4983         (wl-news-send-news): Rewritten.
4984         (wl-news-mode-map): Add new keybind.
4985         (wl-news): Rewritten.
4986         (wl-news-exit): Rewritten.
4987         (wl-news-discard-and-mail): New function.
4988         (wl-news-send-to-address): Abolished.
4989         * wl.el (wl-init): Delete a message.
4990
4991 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4992
4993         * wl-news.el.in (wl-news-exit): Update previous version.
4994         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4995
4996 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4997
4998         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4999
5000 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-news.el.in (wl-news): New function.
5003         (wl-news-mode): New function.
5004         (wl-news-next-line): New function.
5005         (wl-news-next-page): New function.
5006         (wl-news-exit): New function.
5007         (wl-news-buf-name): New variable.
5008         (wl-news-mode-map): New variable.
5009         (wl-news-winconf): New variable.
5010         (wl-news-append-news): Add an option.
5011
5012 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5013
5014         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
5015
5016 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5017
5018         * wl-news.el.in (wl-news-send-to-address): New variable.
5019         (wl-news-send-news): Use it.
5020         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
5021         Return updating status.
5022         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
5023
5024 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5025
5026         * wl-news.el.in (wl-news-send-news): Delete
5027         Organization and X-Face.
5028
5029 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5030
5031         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
5032         (wl-news-append-news): New function.
5033         (wl-news-send-news): New function.
5034
5035 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
5036
5037         * Version number is increased to 2.11.1.
5038
5039 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5040
5041         * wl-news.el.in : New file.
5042
5043 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-vars.el (wl-draft-reply-with-argument-list): Change
5046         default value.
5047         (wl-draft-reply-without-argument-list): Ditto.
5048
5049 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
5050
5051         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
5052         (wl-message-buffer-prefetch-idle-time): Ditto.
5053         (wl-message-buffer-prefetch-folder-type-list): Ditto.
5054
5055 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-thread.el (wl-thread-insert-message): Use
5058         wl-summary-max-thread-depth.
5059
5060         * wl-summary.el (wl-summary-insert-thread-entity): Refined
5061         loop detection.
5062
5063         * wl-message.el (wl-message-buffer-display): Back to the first page
5064         when cache is hit.
5065
5066 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-vars.el (wl-summary-max-thread-depth): New user option.
5069
5070         * wl-summary.el (wl-summary-insert-thread-entity):
5071         If the thread depth is reached to wl-summary-max-thread-depth,
5072         divide the thread.
5073
5074 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
5075
5076         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
5077         for elmo-remove-passwd.
5078
5079 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
5080
5081         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
5082         folder is sticky.
5083         (wl-folder-mark-as-read-all-entity): Ditto.
5084         (wl-folder-prefetch-entity): Ditto.
5085
5086 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
5087
5088         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
5089
5090 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
5093         Delete messages on buffer for unplugged operation.
5094         (wl-summary-erase): Ditto.
5095
5096 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
5099         take nil so as not to search parent by subject.
5100
5101 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
5104         (wl-folder-get-next-folder): Ditto.
5105         (wl-folder-get-path): Ditto.
5106
5107 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5108
5109         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
5110         system and encode the region with it before verifying.
5111
5112 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5113
5114         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
5115         system of the echo buffer before decoding.
5116
5117 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
5120         original contents.
5121
5122 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
5125         with argument 'any-exists.
5126
5127 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5128
5129         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
5130         Use `wl-cs-autoconv'.
5131
5132 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5135         by `mime-view-automatic-conversion'.
5136
5137         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5138         (wl-message-verify-pgp-nonmime): Ditto.
5139         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5140         Bind them to C-c:d and C-c:v respectively.
5141
5142         Merge following code by Teranishi-san from [wl-en:00167].
5143         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5144         (wl-mime-preview-application/pgp-encrypted): Ditto.
5145         (wl-mime-setup): Add entry.
5146
5147 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5148
5149         * wl-summary.el (wl-summary-target-mark-erase): New function.
5150         Bind it to "mD".
5151
5152 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-vars.el (wl-draft-write-file-function): Fix.
5155         (wl-draft-reedit-hook): Changed default value.
5156
5157         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5158         wl-draft-reedit-hook.
5159         (wl-draft-remove-text-plain-tag): New function.
5160         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5161
5162         * wl-vars.el (wl-draft-write-file-function): New user option.
5163
5164         * wl-draft.el (wl-draft-prepare-edit): Use it for
5165         local-write-file-hooks.
5166         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5167
5168         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5169         (wl-draft-insert-mail-header-separator): Return the body beginning
5170         point.
5171         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5172         text/plain.
5173         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5174
5175 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-summary.el (wl-summary-erase): New function to erase message
5178         without moving it to trash. Bind to "D".
5179
5180         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5181         as `keep' unless switch-function.
5182
5183 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5184
5185         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5186         message buffer by using `wl-summary-toggle-disp-msg'.
5187         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5188         buffer window.
5189         (wl-summary-supresedes-message): Ditto.
5190
5191         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5192         Do not delete other windows.
5193         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5194         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5195         (wl-draft-create-buffer): Set reply-or-forward also for target
5196         mark commands.
5197
5198 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-draft.el (wl-user-agent-compose): Delete special case for
5201         switch-to-buffer-other-window.
5202
5203         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5204         (wl-summary-forward): Ditto.
5205
5206         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5207         function.
5208         (wl-draft-buffer-style): New use option.
5209
5210         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5211         (wl-draft): Follow the change above.
5212         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5213         wl-draft-buffer-style.
5214         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5215         switch-function.
5216
5217 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5218
5219         * wl-address.el (wl-address-make-completion-entry): Extracted from
5220         `wl-address-make-completion-list'.
5221         (wl-address-enable-strict-loading): New variable.
5222         (wl-address-make-completion-list): Revive petname duplication
5223         inquiry, and enable it if `wl-address-enable-strict-loading'.
5224         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5225
5226 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5227
5228         * wl-message.el (wl-message-get-original-buffer): Avoid
5229         'Selecting deleted buffer' error when original buffer is killed.
5230
5231 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5232
5233         * wl-summary.el (wl-summary-next-message): Use
5234         elmo-message-accessible-p instead of elmo-message-cached-p.
5235
5236 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5239
5240         * wl-thread.el (wl-thread-open-all-unread): Use
5241         elmo-folder-list-flagged instead of
5242         elmo-folder-list-messages-mark-match.
5243
5244         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5245         instead of elmo-folder-list-messages-mark-match.
5246         (wl-summary-move-spec-alist): New variable.
5247         (wl-summary-move-spec-plugged-alist,
5248         wl-summary-move-spec-unplugged-alist): Abolish.
5249         (wl-summary-next-message): Follow the change above.
5250         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5251         with 'no-msg' argument.
5252
5253         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5254         variable.
5255         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5256         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5257         (wl-message-buffer-prefetch-get-next): Follow the change above.
5258
5259 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-version.el (wl-version): Changed codename.
5262
5263         * Version number is increased to 2.11.0.
5264
5265 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5266
5267         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5268         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5269         `wl-draft-config-variables'.
5270         (wl-draft-kill): Fixed problem when the draft is reedit.
5271
5272 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5275         buffer-modified status (Thanks to
5276         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5277
5278 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-util.el (wl-region-exists-p): New function.
5281
5282         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5283         Remove defvars for byte-compile warnings.
5284
5285 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5286
5287         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5288         defvar-maybe. Removed unused bind.
5289
5290 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5291
5292         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5293         summary buffer window before creating new frame.
5294         (wl-draft-reply): Ditto.
5295
5296 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5297
5298         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5299
5300 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5301
5302         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5303
5304 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5305
5306         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5307         instead of `kill-region'.
5308
5309 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5310
5311         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5312         (wl-highlight-summary-line-string): Use it.
5313         (wl-highlight-summary-current-line): Ditto.
5314
5315         * wl-mime.el (wl-message-delete-current-part): Check the class of
5316         mime-entity.
5317
5318         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5319
5320         * wl-summary.el (wl-summary-make-number-list): Initialize.
5321         (wl-summary-update-mark): New function.
5322         (wl-summary-reply): Put `answered' mark on the message.
5323         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5324
5325         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5326         (wl-draft-reply): Added optional argument `number';
5327         Set wl-draft-parent-number.
5328         (wl-draft-kill): Delete answered mark if it is a reply.
5329
5330 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5331
5332         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5333         that originates in mime-preview-follow-current-entity.
5334         (wl-draft-yank-current-message-entity): Use it if region is active.
5335
5336         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5337         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5338         `wl-message-delete-current-part'.
5339         * wl-mule.el (wl-message-define-keymap): Ditto.
5340         * wl-xmas.el (wl-message-define-keymap): Ditto.
5341
5342 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-mime.el (wl-message-delete-current-part): New function.
5345         (wl-mime-node-id-to-string): Ditto.
5346
5347         * wl-mime.el (wl-message-delete-current-part): Use existing
5348         original buffer which corresponds current mime-view buffer.
5349         (fetched buffer might have different structure, possibly)
5350
5351         * wl-mime.el (wl-message-delete-current-part): Quit if the
5352         message content differs from the actual message.
5353
5354 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5357         order.
5358         (wl-summary-search-by-subject): Search parent message from tail;
5359         Check the existence of the parent message on the current thread tree.
5360         (wl-summary-update-thread): Check whether the line is inserted.
5361
5362 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5363
5364         * wl-vars.el (wl-summary-line-format): Undo last change.
5365         * wl-summary.el (wl-summary-print-destination): Do not put
5366         invisible property when `wl-summary-width' is nil.
5367         (wl-summary-line-subject-minimum-length): Abolished.
5368         (wl-summary-line-subject): Ditto.
5369
5370 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-vars.el (wl-summary-line-format): Change default value.
5373         (wl-summary-subject-length-limit): Abolished.
5374         * wl-summary.el (wl-summary-line-subject): Ditto.
5375
5376 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5377
5378         * wl-template.el (wl-template-select): Added optional argument.
5379         If optional argument is specified, reverse
5380         `wl-template-visible-select'.
5381
5382 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5383
5384         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5385         Take prefix argument to force asking the destination folder.
5386
5387 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5388
5389         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5390         count and update status.
5391
5392 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-summary.el (wl-summary-redisplay-internal): If
5395         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5396         after fetching.
5397
5398 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5399
5400         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5401         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5402
5403         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5404
5405 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5408         (All other related portions are changed).
5409         (wl-summary-mark-as-read-all): Rewrite.
5410
5411 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5414         `wl-summary-mark-as-read'.
5415         (wl-summary-mark-as-unread): Rewrite.
5416         (wl-summary-mark-as-read): Added no-modeline argument.
5417         (wl-summary-resume-cache-status): Rewrite.
5418         (wl-summary-exec-subr): Remove unused local variable.
5419
5420 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5423         logic to call `wl-summary-buffer-prev-folder-function'.
5424         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5425
5426 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5427
5428         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5429         is nil.
5430
5431 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5434         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5435         (wl-mime-setup): Add its entry.
5436
5437 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5438
5439         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5440         (wl-summary-delete-cache): Likewise.
5441         (wl-summary-mark-as-read): Rewrite.
5442
5443 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5446         `wl-summary-count-unread'.
5447
5448         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5449
5450         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5451
5452 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5455         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5456         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5457         Renamed to the elmo-msgdb-*-mark.
5458         (wl-summary-score-marks): Follow the change above.
5459         (wl-summary-auto-refile-skip-marks): Ditto.
5460         (wl-summary-incorporate-marks): Ditto.
5461         (wl-summary-expire-reserve-marks): Ditto.
5462
5463         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5464         changes.
5465         (wl-thread-insert-top): Changed updating message.
5466
5467         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5468         variable.
5469         (wl-summary-count-unread): Count answered marks.
5470         (wl-summary-rescan): Call wl-summary-insert-message instead of
5471         wl-summary-append-message-func-internal.
5472         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5473         (wl-summary-prefetch-msg): Follow the variable name changes.
5474         (wl-summary-prefetch-region): Ditto.
5475         (wl-summary-mark-as-read-all): Follow the API changes;
5476         Don't call elmo-folder-replace-marks.
5477         (wl-summary-delete-cache): Follow the variable name changes.
5478         (wl-summary-resume-cache-status): Ditto.
5479         (wl-summary-update-status-marks): New function.
5480         (wl-summary-insert-message): New function.
5481         (wl-summary-sync-marks): Follow the variable name changes.
5482         (wl-summary-sync-update): Synchronize to the msgdb, too;
5483         Changed update messages.
5484         (wl-summary-make-number-list): Rewrite.
5485         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5486         (wl-summary-mark-as-unread): Follow the API changes.
5487         (wl-summary-exec-subr): Follow the variable name changes.
5488         (wl-summary-mark-as-read): Ditto.
5489         (wl-summary-move-spec-plugged-alist): Ditto.
5490         (wl-summary-move-spec-unplugged-alist): Ditto.
5491         (wl-summary-cursor-move-surface): Ditto.
5492
5493         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5494         variable name changes.
5495         (wl-highlight-summary-current-line): Ditto.
5496
5497         * wl-expire.el (wl-expire-refile): Follow the API change in
5498         elmo-folder-move-messages.
5499         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5500         (wl-summary-archive): Use elmo-folder-msgdb instead of
5501         elmo-msgdb-load.
5502
5503 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-mime.el (wl-draft-preview-message): Restore the position
5506         before evaluating wl-draft-send-hook in preview buffer.
5507
5508 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5509
5510         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5511         when it creates new draft buffer.
5512
5513         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5514         without argument.
5515
5516         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5517         Evaluate content and if the value is string, insert it.
5518         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5519         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5520         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5521         wl-draft-config-sub-part-bottom): Use it.
5522
5523         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5524         with the folder name. The question was unintelligible when it is
5525         called from wl-save-status.
5526
5527 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5530         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5531         cannot take second argument).
5532
5533 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5534
5535         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5536         as t. Since type and subtype are not case sensitive (RFC 2045).
5537
5538 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * wl-vars.el (wl-message-mode-line-format): New variable.
5541         (wl-message-mode-line-format-spec-alist): Ditto.
5542         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5543         (wl-message-redisplay): Use wl-message-mode-line-format.
5544
5545 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5548
5549 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5550
5551         * wl-summary.el (wl-summary-default-from): Write description.
5552
5553 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl-vars.el (wl-ldap-objectclass): Abolish.
5556
5557         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5558         (wl-ldap-make-filter): Removed condition for objectclass.
5559         (wl-ldap-make-matched-value-list): Remove meaningless process.
5560         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5561         (wl-address-ldap-search): Don't add `*' to `pat' string;
5562         use ignore-errors; added `email';
5563         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5564         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5565         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5566
5567
5568 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-draft.el (wl-draft-parent-folder): Write description.
5571         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5572
5573 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5576         as "" (zero-length string) if no parent.
5577         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5578
5579 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-address.el (wl-address-make-completion-list): Skip duplication
5582         checking.
5583         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5584         `append'.
5585
5586 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5587
5588         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5589         instead of `beginning-of-buffer'.
5590
5591 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5594
5595 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5598         Refer wl-message-buffer-name.
5599         (wl-message-wheel-down): Ditto.
5600
5601 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-vars.el (wl-message-buffer-name): New user option.
5604
5605         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5606         directly instead of making alist dinamically.
5607
5608         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5609         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5610         wl-message-buffer-cache-name.
5611         (wl-message-buffer-cache-clean-up): Ditto.
5612
5613         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5614
5615         * Version number is increased to 2.9.15.
5616
5617 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-vars.el (wl-summary-default-view-alist): New user option.
5620
5621         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5622
5623         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5624         while deleting address.
5625         (wl-draft-delete-myself-from-cc): Ditto.
5626
5627         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5628         If optional argument is specified, reverse sort order.
5629
5630         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5631
5632 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-thread.el (wl-thread-insert-message): Return parent number if
5635         exists.
5636         (wl-thread-update-indent-string-region): Use
5637         wl-thread-update-line-on-buffer-sub instead of
5638         wl-thread-update-line-on-buffer.
5639
5640 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5641
5642         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5643         (wl-folder-close-all): Ditto.
5644
5645 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5646
5647         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5648         and mailing-list:.
5649         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5650         value.
5651         (wl-summary-line-list-info): Print mailing-list name even when
5652         list-number is empty.
5653
5654 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5657
5658         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5659         (wl-draft-open-file): Ditto.
5660         (wl-draft-random-alphabet): Ditto.
5661
5662         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5663         bindings.
5664
5665 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5666
5667         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5668         * wl-vars.el (wl-draft-config-alist): Ditto.
5669
5670 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5671
5672         * Version number is increased to 2.9.14.
5673
5674         * wl.el (wl): Don't set wl-init as nil when error occured while
5675         auto-checking folders.
5676
5677         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5678         `elmo-expand-newtext'.
5679
5680 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5681
5682         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5683         `this-command' so that `wl-folder-goto-folder' contained in
5684         `wl-summary-keep-cursor-command' work.
5685
5686 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5687
5688         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5689         message buffer displaying state.
5690
5691 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-vars.el (wl-summary-default-view): New variable to specify
5694         default value for `wl-summary-buffer-view' instead of using
5695         set-default.
5696         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5697
5698 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5701
5702         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5703
5704 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5705
5706         * wl-vars.el (wl-forward-subject-prefix): New variable.
5707         * wl-draft.el (wl-draft-forward): Use it.
5708
5709 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5710
5711         * wl-message.el (wl-message-prev-page): When it is called without
5712         lines argument, scroll down by wl-message-scroll-amount lines.
5713         (wl-message-next-page): Ditto.
5714         * wl-vars.el (wl-message-scroll-amount): Change default value
5715         to preserve current behavior.
5716
5717 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5718
5719         * wl-summary.el (wl-summary-prefetch-msg): Bind
5720         `wl-message-entity' to call `wl-summary-from-function'.
5721
5722 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5723
5724         * wl-message.el (wl-message-buffer-create): Run
5725         wl-message-buffer-created-hook.
5726
5727 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5728
5729         * wl-summary.el (wl-summary-sort-specs): New variable.
5730         (wl-summary-default-sort-spec): Ditto.
5731         (wl-summary-sort): Rewrite.
5732         (wl-summary-sort-by-list-info): New function.
5733
5734 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5735
5736         * wl-summary.el (wl-summary-get-list-info): New function.
5737         (wl-summary-sort): Rewrite.
5738         (wl-summary-line-list-info): Ditto.
5739         (wl-summary-line-list-count): Ditto.
5740         (wl-summary-refile-region): Fixed docstring.
5741
5742 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * wl-summary.el (wl-summary-read-folder): Use copy-sequence
5745         `wl-folder-entity-hashtb' as completion table.
5746
5747 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5750         only when this command is called interactively; silence the byte-
5751         compiler.
5752
5753 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5754
5755         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5756         active in XEmacs.
5757
5758 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5759
5760         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5761         plural lines.
5762
5763 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5764
5765         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5766         of current line when the cursor is on the header name.
5767         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5768
5769 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5770
5771         * wl-util.el (wl-read-directory-name): Return displayed directory
5772         as the default value also on XEmacs.
5773
5774 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5775
5776         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5777         formatting.
5778
5779 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5782         argument and when it is non-nil, check face property before
5783         highlighting for each line.
5784         (wl-highlight-summary-window): Set it.
5785
5786 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5787
5788         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5789         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5790
5791         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5792         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5793         (wl-draft-get-fcc-list): Likewise.
5794
5795 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5798         (wl-thread-entity-cur): Ditto.
5799         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5800         wl-thread-indent-regexp setting.
5801         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5802
5803         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5804         wl-summary-lazy-highlight.
5805         (wl-summary-display-bottom): Ditto.
5806
5807         * wl-thread.el (wl-thread-open-close): Likewise.
5808
5809         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5810         from and subject;
5811         Bind wl-draft-use-frame;
5812         Enclose with save-window-excursion;
5813         Use wl-draft-create-buffer instead of with-temp-buffer;
5814         Use wl-draft-prepare-edit;
5815         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5816         Use wl-draft-send instead of wl-draft-raw-send.
5817
5818 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5819
5820         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5821         of using wl-from.
5822
5823 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5826         insert-buffer instead of clone-buffer.
5827         (wl-draft-doing-mime-bcc): New variable.
5828         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5829         infinite loop.
5830         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5831
5832         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5833         (wl-draft-mime-bcc-body): Ditto.
5834
5835         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5836         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5837         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5838         wl-draft-do-mime-bcc.
5839         (wl-draft-mime-bcc-field): New function.
5840         (wl-draft-do-mime-bcc): Ditto.
5841
5842         * wl-address.el (wl-address-complete-header-list): New variable.
5843         (wl-address-complete-header-regexp): Changed default value.
5844
5845         * Version number is increased to 2.9.13.
5846
5847 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5848
5849         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5850         it is differed.
5851
5852 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5853
5854         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5855         (wl-summary-line-list-count): Ditto.
5856
5857 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5860         (wl-nntp-posting-function): New variable.
5861         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5862         `wl-nntp-posting-config-alist'.
5863
5864 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5865
5866         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5867         FLIM.
5868
5869 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5870
5871         * wl-summary.el (wl-summary-target-mark-refile-sub):
5872         Remove a nuisance funcall.
5873
5874 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5877         as t for `try-completion'.
5878
5879 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5880
5881         * wl-summary.el (wl-summary-default-from): Use
5882         wl-address-header-extract-address instead of
5883         std11-extract-address-components.
5884         (wl-summary-simple-from): Ditto.
5885         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5886         (wl-summary-insert-headers): Show message.
5887         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5888         for whole line.
5889         (wl-summary-default-from): Revert last change.
5890         (wl-summary-simple-from): Ditto.
5891         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5892         (wl-summary-mark-as-read-region): Follow the change above.
5893         (wl-summary-sync-marks): Ditto.
5894         (wl-summary-target-mark-mark-as-read): Ditto.
5895         (wl-summary-redisplay-internal): Ditto.
5896         (wl-summary-redisplay-no-mime-internal): Ditto.
5897         (wl-summary-redisplay-all-header): Ditto.
5898         (wl-summary-mark-as-read): Removed argument `cached';
5899         Use current cache status to set cache mark.
5900         (wl-summary-redisplay-internal): Follow the change above.
5901         (wl-summary-redisplay-no-mime-internal): Ditto.
5902         (wl-summary-redisplay-all-header): Ditto.
5903
5904         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5905
5906         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5907         Don't call itself recursively (Adviced by Yamaoka-san).
5908
5909 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5912         bind wl-summary-highlight as nil to avoid error caused by missing
5913         local variables.
5914
5915 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5916
5917         * wl-vars.el (wl-invalid-character-message): New user option.
5918
5919         * wl-util.el (wl-set-string-width): If truncated string-width is
5920         larger than specified width, use `wl-invalid-character-message'.
5921
5922 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5923
5924         * wl-summary.el (wl-summary-prefetch-msg):
5925         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5926
5927 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5928
5929         * wl-vars.el (wl-summary-check-line-format): New user option.
5930         (wl-summary-line-format-file): Ditto.
5931
5932         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5933         variable.
5934         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5935         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5936         and `wl-summary-view-old-p' to check whether do a rescan or not.
5937         (wl-summary-view-old-p): New function.
5938         (wl-summary-line-format-changed-p): Ditto.
5939         (wl-summary-line-format-save): Ditto.
5940         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5941
5942         * wl-util.el (wl-set-string-width): Avoid using negative number
5943         for make-string.
5944
5945 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5946
5947         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5948         return value.
5949
5950         * wl-util.el (wl-set-string-width): Added optional argument
5951         `padding' (All other related portions are changed).
5952         (wl-line-parse-format): If the first letter of column number is
5953         `0', zero-padding the result (ex: "%05l").
5954
5955         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5956
5957 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5960         sequential summary view.
5961
5962 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5965         if it doesn't have a -unix version.
5966
5967 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5970
5971 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5974         content.
5975         (wl-draft): Follow the change above.
5976
5977         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5978
5979         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5980         and wl-folder-summary-line-format-alist contain %T and %P.
5981
5982         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5983         (wl-summary-mode-line-format): New user option.
5984         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5985         (wl-summary-line-format): Changed default value.
5986         (wl-summary-lazy-highlight): Changed default value.
5987
5988         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5989         change in wl-summary-create-line.
5990         (wl-thread-insert-entity-sub): Ditto.
5991
5992         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5993         (wl-summary-buffer-unread-status): Ditto.
5994         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5995         (wl-summary-buffer-persistent-mark-column): Ditto.
5996         (wl-summary-buffer-mode-line-formatter): Ditto.
5997         (wl-summary-buffer-mode-line): Ditto.
5998         (wl-summary-message-regexp): Abolished.
5999         (All other related portions are changed.)
6000         (wl-summary-detect-mark-position): New function.
6001         (wl-summary-buffer-set-folder): Setup
6002         wl-summary-buffer-mode-line-formatter.
6003         (wl-summary-mode): Setup selective-display;
6004         Setup pre-idle-hook when xemacs.
6005         (wl-summary-update-modeline): Rewrite.
6006         (wl-summary-jump-to-msg): Define as function;
6007         Changed regexp for searching messages.
6008         (wl-summary-message-number): Rewrite.
6009         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
6010         Do rescan when old type summary cache.
6011         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
6012         (wl-summary-remove-destination): Use '\r' to detect EOL.
6013         (wl-summary-print-destination): Ditto.
6014         (wl-summary-temp-mark): New inline function.
6015         (wl-summary-persistent-mark): Ditto.
6016         (wl-summary-line-number): New function.
6017         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
6018         (wl-summary-line-list-count): New function.
6019         (wl-summary-create-line): Added argument persistent-mark.
6020         (All other related portions are changed)
6021         (wl-summary-create-line): Insert '\r'.
6022         (wl-summary-save-view-cache): Encode whth `unix' EOL.
6023         (wl-summary-cursor-move-surface): New inline function.
6024         (wl-summary-prev): Use it.
6025         (wl-summary-next): Ditto.
6026
6027         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
6028         wl-summary-message-regexp.
6029         (wl-highlight-summary): Delete progress message.
6030         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
6031
6032         * Version number is increased to 2.9.12.
6033
6034 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-summary.el (wl-summary-line-subject-minimum-length): New
6037         variable (nil: no minimum).
6038         (wl-summary-line-subject): Add some spaces after subject by
6039         wl-summary-line-subject-minimum-length.
6040
6041 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6042
6043         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
6044         and removed `F'.
6045         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
6046         change above).
6047
6048 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6049
6050         * wl-summary.el (wl-summary-line-list-count): Reverted.
6051         (example setting in samples/*/dot.wl is also updated)
6052
6053 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
6054
6055         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
6056
6057         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
6058
6059         * wl-vars.el (wl-summary-line-format): Addes some description to the
6060         docstring.
6061
6062         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
6063         (wl-summary-line-close-bracket): Ditto.
6064         (wl-summary-line-children-number): Ditto.
6065         (wl-summary-line-thread-indent): Ditto.
6066         (wl-summary-line-children-and-from): Ditto.
6067
6068         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
6069         't', 'c', 'F' and added 'C'.
6070
6071         * wl-util.el (wl-set-string-width): Accept negative value.
6072         (wl-line-parse-format): Added "%number(" and "%)".
6073
6074 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-summary.el (wl-summary-line-list-count): Change format of the
6077         return value.
6078
6079 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
6080
6081         * wl-draft.el (wl-draft-beginning-of-line): New command imported
6082         from the recent message.el.
6083         (wl-draft-point-in-header-p): Ditto.
6084         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
6085         wl-draft-beginning-of-line.
6086         * wl-e21.el (wl-draft-mode-map): Ditto.
6087         * wl-xmas.el (wl-draft-mode-map): Ditto.
6088
6089         * wl-folder.el: Sort macrodefs by dependencies.
6090
6091 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6092
6093         * wl-summary.el (wl-summary-prev): Fixed regexp.
6094         (wl-summary-next): Ditto.
6095
6096 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6097
6098         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
6099
6100 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
6101
6102         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
6103         for backward compatibility.
6104
6105 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl-summary.el (wl-summary-line-list-count): New function, merged
6108         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
6109         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
6110         list counts.
6111
6112 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-summary.el (wl-summary-create-line): Ignore errors while
6115         timezone-fix-time.
6116
6117         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
6118
6119         * wl-summary.el (wl-summary-sync-update): Ditto.
6120         (wl-summary-default-from): Use wl-message-entity
6121         instead of entity.
6122
6123         * wl-summary.el (wl-summary-create-line): Fix.
6124
6125         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
6126         (wl-summary-line-format): New user option.
6127         (wl-folder-summary-line-format-alist): Ditto.
6128         (wl-summary-from-width): Abolished.
6129
6130         * wl-util.el (toplevel): Require 'bytecomp.
6131         (wl-line-parse-format): New function.
6132         (wl-line-formatter-setup): New macro.
6133
6134         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6135         (wl-summary-buffer-line-formatter): New buffer local variable.
6136         (wl-summary-switch-to-clone-buffer): Follow the change above.
6137         (wl-summary-message-regexp): Fix.
6138         (wl-summary-from-func-internal): Abolished.
6139         (wl-summary-subject-func-internal): Ditto.
6140         (wl-summary-subject-filter-func-internal): Ditto.
6141         (All other related portions are changed.)
6142         (wl-summary-buffer-set-folder):
6143         Set up wl-summary-buffer-number-column and
6144         wl-summary-buffer-line-formatter
6145         (All other related portions are changed.)
6146         (wl-summary-buffer-number-column-detect): Abolished.
6147         (All other related portions are changed.)
6148         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6149         (wl-summary-delete-all-temp-marks-on-buffer): Use
6150         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6151         (wl-summary-target-mark-delete): Ditto.
6152         (wl-summary-target-mark-refile-subr): Ditto.
6153         (wl-summary-target-mark-mark-as-read): Ditto.
6154         (wl-summary-target-mark-mark-as-unread): Ditto.
6155         (wl-summary-target-mark-mark-as-important): Ditto.
6156         (wl-summary-target-mark-save): Ditto.
6157         (wl-summary-replace-status-marks): Renamed from
6158         wl-summary-set-status-marks-on-buffer;
6159         Use wl-summary-message-regexp instead of
6160         wl-summary-buffer-number-regexp.
6161         (wl-summary-sync-update): Follow the change above.
6162         (wl-summary-goto-previous-message-beginning): New function.
6163         (wl-summary-mark-as-unread): Use it.
6164         (wl-summary-mark-as-important): Ditto.
6165         (wl-summary-line-formatter): New variable.
6166         (wl-summary-line-year): New function.
6167         (wl-summary-line-day): Ditto.
6168         (wl-summary-line-day-of-week): Ditto.
6169         (wl-summary-line-hour): Ditto.
6170         (wl-summary-line-minute): Ditto.
6171         (wl-summary-line-open-bracket): Ditto.
6172         (wl-summary-line-close-bracket): Ditto.
6173         (wl-summary-line-children-number): Ditto.
6174         (wl-summary-line-thread-indent): Ditto.
6175         (wl-summary-line-size): Ditto.
6176         (wl-summary-line-subject): Ditto.
6177         (wl-summary-line-from): Ditto.
6178         (wl-summary-line-children-and-from): Ditto.
6179         (wl-summary-create-line): Rewritten.
6180         (wl-summary-format-date): Abolished.
6181
6182         * wl-highlight.el (wl-highlight-summary-current-line): Use
6183         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6184         Use thread structure to detect thread top message.
6185
6186         * wl-draft.el (wl-default-draft-cite): Don't use
6187         wl-summary-from-func-internal.
6188
6189         * wl-refile.el (wl-refile-subject-learn): Don't use
6190         wl-summary-subject-filter-func-internal.
6191         (wl-refile-guess-by-subject): Ditto.
6192
6193         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6194         parameters.
6195
6196         * wl-thread.el (wl-thread-update-indent-string-region):
6197         Use wl-thread-update-line-on-buffer instead of
6198         wl-thread-update-indent-string.
6199         (wl-thread-update-children-number): Redefine using
6200         wl-thread-update-line-on-buffer.
6201         (wl-thread-update-indent-string): Abolished.
6202
6203         * Version number is increased to 2.9.11.
6204
6205 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6206
6207         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6208         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6209         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6210
6211         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6212         as nil.
6213
6214         * wl-thread.el (wl-thread-open-all-unread): Use
6215         elmo-folder-list-messages-mark-match.
6216         (wl-thread-insert-message): Removed argument `mark-alist'.
6217         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6218         elmo-msgdb-set-mark.
6219         (wl-thread-get-children-msgs-uncached): Likewise.
6220         (wl-thread-get-exist-children): Added argument include-self.
6221         (wl-thread-delete-message): Follow the change above.
6222
6223         * wl-summary.el (wl-summary-count-unread): Removed argument.
6224         (wl-summary-rescan): Follow the change above.
6225         (wl-summary-mark-as-read-region): Ditto
6226         (wl-summary-mark-as-unread-region): Ditto.
6227         (wl-summary-delete-messages-on-buffer): Ditto.
6228         (wl-summary-sync-update): Ditto.
6229         (wl-summary-switch-to-clone-buffer): Ditto.
6230         (wl-summary-goto-folder-subr): Ditto.
6231         (wl-summary-target-mark-mark-as-read): Ditto.
6232         (wl-summary-target-mark-mark-as-unread): Ditto.
6233         (wl-summary-target-mark-mark-as-important): Ditto.
6234         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6235         (wl-summary-update-thread): Removed argument `mark-alist'.
6236         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6237         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6238         (wl-summary-resume-cache-status): Likewise.
6239         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6240         elmo-msgdb-set-mark.
6241         (wl-summary-mark-as-read-all): Likewise.
6242         (wl-summary-delete-cache): Ditto.
6243         (wl-summary-auto-select-msg-p): Ditto.
6244         (wl-summary-mark-as-unread): Ditto.
6245         (wl-summary-no-auto-refile-message-p): Ditto.
6246         (wl-summary-mark-as-read): Ditto.
6247         (wl-summary-mark-as-important): Ditto.
6248         (wl-summary-auto-refile): Follow the change above.
6249         (wl-summary-delete-all-marks): Removed.
6250         (wl-summary-resume-marks-and-highlight): Ditto.
6251         (wl-summary-resume-marks): Ditto.
6252         (wl-summary-delete-important-msgs-from-list): Ditto.
6253         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6254
6255         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6256         wl-summary-count-unread.
6257
6258         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6259         (wl-summary-score-update-all-lines): Use
6260         elmo-msgdb-set-mark.
6261
6262 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6265         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6266         (wl-summary-create-line): Renamed from
6267         wl-summary-overview-create-summary-line;
6268         Argument rearrangement.
6269         (wl-summary-update-thread): Follow the change above.
6270
6271         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6272         (wl-thread-insert-entity-sub): Likewise.
6273
6274         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6275         argument `overview', `mark-alist' and added `msgdb'.
6276
6277         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6278
6279         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6280         (wl-summary-rescan): Follow the change above.
6281         (wl-summary-sync-update): Ditto.
6282         (wl-summary-insert-thread-entity): Ditto;
6283         Don't use `let*' in every while loop;
6284         Detect infinite loop of threads.
6285         (wl-summary-update-thread): Removed argument `overview'.
6286
6287         * wl-thread.el (wl-thread-insert-message): Ditto.
6288
6289         * Version number is increased to 2.9.10.
6290
6291         * wl-message.el (wl-message-redisplay): Ignore errors while
6292         wl-message-redisplay-hook.
6293
6294 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6297
6298 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl.el (wl): inhibit-quit while wl-folder.
6301
6302 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6305         while msgdb access.
6306
6307 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6308
6309         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6310         even if no folder is not created.
6311
6312 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6315
6316         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6317         implementation.
6318         (wl-summary-target-mark-thread): Ditto.
6319
6320         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6321
6322 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6323
6324         * wl-util.el (wl-display-bytes): Remove unused function.
6325
6326 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6327
6328         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6329         seems critical one (partially reverse the change in 2002/03/17).
6330
6331 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6332
6333         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6334         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6335
6336 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6337
6338         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6339         is not writable.
6340         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6341         plugged status instead of `'force' as 2nd argument.
6342
6343         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6344         is not creatable.
6345
6346         * Version number is increased to 2.9.9.
6347
6348 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-summary.el (wl-summary-suspend): New function.
6351
6352 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl.el (wl): Do not check variables if check is nil.
6355         * wl-utils.el (wl-collect-draft): New function.
6356         * wl-folder.el (wl-folder-suspend): Put summary buffers
6357         and draft buffers at the end of buffer list.
6358         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6359
6360 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6361
6362         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6363         loop instead of recursive call.
6364
6365         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6366         2nd argument.
6367
6368 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6369
6370         * wl-draft.el (wl-draft-create-contents): Don't take neither
6371         (function . args) nor (string . something) any more.
6372
6373         * wl-version.el (wl-generate-user-agent-string): Return string
6374         without header symbol.
6375         * wl-draft.el (wl-draft-default-headers): Use it.
6376
6377         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6378         `wl-draft-insert-ccs' and return field value instead of inserting
6379         the header. Abolish cc argument.
6380         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6381
6382         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6383         rather than one with string car.
6384
6385         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6386         * wl-draft.el (wl-draft-create-contents): Add it after the default
6387         headers.
6388
6389         * wl-draft.el (wl-draft-create-contents): For the case of
6390         (symbol-or-string . function) insert header only when the function
6391         returns string value.
6392
6393 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6394
6395         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6396         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6397
6398 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6399
6400         * wl.el (wl-check-environment): Don't check Message-ID when
6401         `wl-insert-message-id' is nil.
6402         Revive checking if `wl-message-id-domain' contains "@".
6403
6404 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6405
6406         * wl.el (wl-check-environment): Merge examination for "@" at
6407         inappropriate position into the first string-match.
6408
6409         * wl-summary.el (wl-summary-target-mark-print): New function.
6410         (wl-summary-pipe-message-subr): Extracted from
6411         `wl-summary-pipe-message'.
6412         (wl-summary-target-mark-pipe): New function.
6413         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6414         `wl-summary-target-mark-pipe'.
6415
6416 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6417
6418         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6419
6420 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6421
6422         * wl.el (wl-check-environment): Use elmo-warning instead of
6423         error for non-critical ones.
6424         Remove trash folder check.
6425         (wl): Don't ignore error in wl-check-environment.
6426
6427         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6428         check, which is moved from `wl-check-environment'.
6429         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6430
6431 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6432
6433         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6434         guess anything, call wl-summary-write.
6435         (wl-summary-write): Create draft with blank To field.
6436         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6437
6438 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6439
6440         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6441         argument full as well for wl-folder-write-current-folder.
6442         If wl-*-write-current-folder cannot guess addressee, add blank
6443         To header.
6444         Rewrite condition for positioning cursor.
6445
6446 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6447
6448         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6449         summary buffer is present, use it.
6450         (wl-folder-jump-to-previous-summary): Ditto.
6451
6452 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6453
6454         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6455
6456         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6457         wl-summary-previous-buffer and wl-summary-next-buffer.
6458
6459         * wl-folder.el (wl-folder-mode-map): Bind
6460         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6461         (wl-folder-jump-to-next-summary): New function.
6462         (wl-folder-jump-to-previous-summary): Ditto.
6463
6464         * wl-draft.el (wl-draft): Rearranged.
6465
6466 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6467
6468         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6469         of header.
6470         (wl-draft): Collect arguments for the header as header-alist.
6471         (wl-draft-forward): Arrange arguments for wl-draft.
6472         (wl-draft-reply): Ditto.
6473         (wl-draft-edit-string): Ditto.
6474         * wl-summary.el (wl-summary-write): Ditto.
6475         (wl-summary-write-current-folder): Ditto.
6476
6477         * Version number is increased to 2.9.8.
6478
6479 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6480
6481         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6482
6483         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6484
6485         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6486         even if the guess failed.
6487
6488         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6489         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6490         wl-summary-write-current-folder.
6491         * wl-xmas.el: Ditto.
6492
6493 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6494
6495         * wl-summary.el (wl-summary-next-page): Force display message if
6496         message is not displayed yet.
6497         (wl-summary-prev-page): Ditto.
6498
6499 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6500
6501         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6502
6503 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6504
6505         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6506         add "Preview Message" and "Save Draft and Exit".
6507
6508 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6509
6510         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6511         if addrmgr is called from draft in splitted window.
6512
6513         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6514         * wl-mule.el: Ditto.
6515         * wl-xmas.el: Ditto.
6516
6517 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6518
6519         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6520
6521         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6522         * wl-xmas.el (wl-folder-toolbar): Ditto.
6523
6524 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6525
6526         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6527         and wl-draft-save-and-exit.
6528         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6529         * wl-xmas.el: Ditto.
6530         * wl-mule.el: Ditto.
6531
6532         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6533         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6534
6535 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6538         lists for saving buffer.
6539
6540 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6541
6542         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6543         parent-folder argument instead of it.
6544         (wl-draft-create-buffer): Ditto.
6545         (wl-draft-forward): Ditto.
6546         (wl-draft-reply): Ditto.
6547         * wl-summary.el (wl-summary-write): Ditto.
6548         (wl-summary-write-current-folder): Ditto.
6549
6550         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6551         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6552         Folder buffer after composing.
6553
6554 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6557         header if the file `wl-x-face-file' already contains it.
6558
6559 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6560
6561         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6562         folder" entry.
6563         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6564         * wl-e21.el (wl-folder-toolbar): Ditto.
6565         * wl-xmas.el (wl-folder-toolbar): Ditto.
6566
6567 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6568
6569         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6570         wl-folder-goto-folder with sticky argument.
6571         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6572
6573 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6576         and wl-summary-previous-buffer.
6577         (wl-summary-next-buffer): New function.
6578         (wl-summary-previous-buffer): Ditto.
6579
6580 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6581
6582         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6583         wl-folder-jump-to-current-entity-with-arg.
6584         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6585         `wl-folder-jump-to-current-entity'.
6586         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6587         `wl-summary-goto-folder-sticky'.
6588         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6589         `wl-summary-goto-folder'.
6590         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6591         Unless force-exit, do not clean temp. marks for sticky summary.
6592         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6593
6594 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6597         not entire.
6598
6599 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6602         to `C-x C-s'.
6603         (wl-summary-save-status): New command.
6604         (wl-summary-exit): Don't clean-up temp marks when sticky.
6605         (Applied patch from Nakayama-san [wl: 09548])
6606         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6607         Do nothing when no mark data.
6608         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6609         Call `wl-summary-delete-all-temp-marks' before saving.
6610
6611 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6612
6613         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6614
6615 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6616
6617         * wl.el (wl-check-environment): Also cause error when (system-name)
6618         returns "localhost.localdomain". (Although it doesn't affect because
6619         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6620
6621 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6622
6623         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6624         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6625
6626         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6627         value.
6628
6629 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6632         Likewise r-cc-list and r-ng-list.
6633
6634 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6637         only if it is bound as variable.
6638
6639         * wl-mime.el (wl-draft-preview-message): Ditto.
6640
6641 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6642
6643         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6644         needless `goto-char'.
6645
6646         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6647         `wl-summary-redisplay-no-mime-internal' instead of
6648         `wl-summary-redisplay-no-mime'.
6649         (wl-summary-redisplay-no-mime): Changed argument;
6650         Call `wl-summary-redisplay-no-mime-internal'.
6651
6652         * wl-mime.el (wl-draft-preview-message): Bind
6653         `mime-header-encode-method-alist' locally.
6654
6655         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6656         (wl-draft-std11-parse-addresses): Added the first address check.
6657         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6658
6659         * Version number is increased to 2.9.7.
6660
6661 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6664
6665 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6666
6667         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6668         related to scrollbar support, if there is no such a feature
6669         compiled in.
6670
6671 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6672
6673         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6674         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6675         for prefetch.
6676
6677 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-summary.el (wl-summary-pick): Fix for no match.
6680
6681 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-draft.el (wl-draft-save):
6684         Override `mime-header-encode-method-alist'.
6685
6686 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl-folder.el (wl-folder-pick): New function.
6689         Define key as "?".
6690
6691 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6694         Fix for unplugged.
6695
6696 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-folder.el (wl-folder-virtual): New function.
6699         Define key as "V".
6700
6701 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6702
6703         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6704         multi folder if entity is group.
6705
6706 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6709         is nil.
6710
6711 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6712
6713         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6714         (wl-summary-target-mark-msgs): Return the number of marked messages.
6715
6716 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6717
6718         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6719         "first:" is specified.
6720
6721 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6722
6723         * wl-vars.el (wl-from): Use return value of function
6724         user-full-name instead of the variable user-full-name since
6725         XEmacs-20.4 doesn't set this variable.
6726
6727 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6730         call `wl' directly.
6731
6732 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6733
6734         * wl-draft.el (wl-draft-reedit): Removed duplicated
6735         switch-to-buffers.
6736
6737 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * wl.el (wl-other-frame): Removed garbages.
6740
6741 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6744
6745         * wl-xmas.el (wl-draft-key-setup): Ditto.
6746
6747         * wl-mule.el (wl-draft-key-setup): Ditto.
6748
6749         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6750         (wl-draft-reedit): Ditto.
6751         (wl-draft-prepare-edit): Add `wl-draft-save' to
6752         `local-write-file-hooks'.
6753         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6754         (wl-draft-reedit): Set buffer-file-name.
6755         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6756
6757
6758         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6759         call it.
6760         (wl-delete-startup-frame-function): New variable.
6761         (wl-other-frame): New function
6762         (Original was written by Yamaoka san [wl: 09239]).
6763
6764         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6765         if `wl-folder-use-frame'.
6766
6767 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6770
6771 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6772
6773         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6774         New variable.
6775         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6776         (wl-message-buffer-prefetch-get-next): Use them.
6777         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6778
6779 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6782         with unwind-protect.
6783
6784         * wl-draft.el (wl-draft-reedit): Rewrite.
6785         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6786         (wl-draft-save): Insert header separator if it does not exist;
6787         Removed condition-case.
6788
6789         * wl-summary.el (wl-summary-reedit): Revert last change.
6790
6791         * wl-draft.el (wl-draft-save): Rewrite.
6792         (wl-draft-create-buffer): Set buffer-file-name as nil.
6793
6794         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6795
6796         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6797
6798         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6799         nil.
6800
6801 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6804         If count is nil, do not prefetch.
6805         (wl-message-buffer-prefetch-next): Next.
6806
6807 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6808
6809         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6810
6811 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6812
6813         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6814         `delete-backward-char'
6815         (wl-draft-prepare-edit): Check major-mode.
6816         (wl-draft-decode-header): Rewrite.
6817         (wl-draft): Fix.
6818
6819 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6820
6821         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6822
6823 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6824
6825         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6826         (wl-message-buffer-prefetch-get-next): Remove size checking.
6827         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6828
6829 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6830
6831         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6832         (wl-draft-default-headers): Fix.
6833
6834 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6835
6836         * wl-draft.el (wl-draft-default-headers): Insert return value of
6837         `wl-generate-mailer-string-function'.
6838
6839 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6842         (wl-draft-insert-mail-header-separator): Ditto.
6843
6844         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6845         again (Reverted the change on 2002-01-17 by OKADA san).
6846
6847 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6848
6849         * wl-draft.el (wl-draft): Rewrite.
6850         (wl-draft-create-buffer): New function.
6851         (wl-draft-create-contents): Ditto.
6852         (wl-draft-prepare-edit): Ditto.
6853         (wl-draft-decode-header): Ditto.
6854         (wl-draft-decode-body): Ditto.
6855         (wl-draft-check-new-line): Ditto.
6856         (wl-draft-default-headers): Ditto.
6857         (wl-draft-insert-mail-header-separator): Ditto.
6858
6859 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6860
6861         * Version number is increased to 2.9.6.
6862
6863 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-draft.el (wl-draft-delete-field): Optional argument.
6866         (wl-draft-delete-fields): Ditto.
6867
6868 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6869
6870         * wl-message.el (toplevel): Eliminated byte-compile warning.
6871         for `itimer-function', `delete-timer' and `itimer-list'.
6872
6873 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6874
6875         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6876         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6877         `wl-message-buffer-prefetch-threshold'.
6878         * wl-summary.el (wl-summary-redisplay-internal): Remove
6879         the check of `wl-message-buffer-prefetch-depth'.
6880
6881 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6882
6883         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6884         size of article.
6885         (wl-message-buffer-prefetch-subr): Remove size check.
6886
6887 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6888
6889         * wl-vars.el (wl-plugged): Make customizable.
6890
6891 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6894         (wl-message-buffer-prefetch-set-timer): New function.
6895         (wl-message-buffer-prefetch-get-next): New function.
6896         (wl-message-buffer-prefetch): New function.
6897         (wl-message-buffer-prefetch-next): Rewrite.
6898         (wl-message-buffer-prefetch-subr): Rewrite.
6899         * wl-vars.el (wl-auto-prefetch-first): New variable.
6900         * wl-summary.el (wl-summary-goto-folder-subr): Call
6901         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6902
6903 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6904
6905         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6906         `wl-summary-unread-message-hook'.
6907
6908 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6909
6910         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6911         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6912         if range is `cache-status'.
6913
6914 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6915
6916         * wl-message.el (wl-message-buffer-prefetch-subr):
6917         Improve debug message.
6918
6919 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6922         `wl-mail-send-pre-hook'.
6923         (wl-draft-send-mail-with-qmail): Ditto.
6924         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6925
6926 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6927
6928         * wl-message.el (wl-message-buffer-prefetch-subr):
6929         Fix for cancel-function-timers bug.
6930         (wl-message-buffer-prefetch-debug): Default value is t.
6931
6932 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6933
6934         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6935         (wl-message-buffer-prefetch-subr): Rewrite.
6936         Rename from `wl-message-buffer-prefetch'.
6937
6938 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6939
6940         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6941         (wl-default-draft-cite-decorate-author): Ditto.
6942
6943         * wl-draft.el (wl-draft-cite-function): Removed.
6944         (wl-default-draft-cite-decorate-author): Ditto.
6945
6946 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6947
6948         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6949         (wl-default-draft-cite): Do not arrange author name if the value of
6950         `wl-default-draft-cite-decorate-author' is nil.
6951
6952 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6955
6956         * wl-folder.el (wl-folder-check-one-entity): Don't care
6957         `elmo-folder-use-flag-p'.
6958
6959 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6960
6961         * wl-folder (wl-folder-check-one-entity): Fix
6962         problem if unread is nil.
6963
6964 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6965
6966         * wl-address.el (wl-address-make-completion-list): Check whether
6967         the address is a group list.
6968         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6969
6970 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6971
6972         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6973         The number of the messages of new and unread does not count
6974         correctly.
6975
6976         * wl-summary.el (wl-summary-count-unread): Changed to return
6977         `(new . unread)' instead of total.
6978         (wl-summary-sync-update): Follow the change above.
6979
6980         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6981
6982 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6983
6984         * wl-address.el (wl-address-make-completion-list): Do not enclose
6985         address by " <" and ">" if associated realname is "".
6986         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6987         This is against the promblem with group list in .addresses pointed
6988         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6989
6990 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6991
6992         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6993         message is a format control string.
6994         * wl-expire.el (wl-expire-append-log): Ditto.
6995         * wl-mime.el (wl-summary-burst-subr): Ditto.
6996         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6997         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6998
6999 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7000
7001         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
7002         wl.el (wl-check-variables): Rename from `wl-check-type'.
7003         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
7004         (wl-check-variables-2): New function.
7005         (wl): Call `wl-check-variables-2'.
7006
7007 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7008
7009         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
7010         after renaming folder in access group.
7011
7012 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7013
7014         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
7015         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
7016         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
7017         (wl-message-buffer-prefetch): Rewrite.
7018         (wl-message-buffer-prefetch-idle-time): Removed.
7019         * wl-summary.el (wl-summary-redisplay-internal):
7020         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
7021         Error check for `wl-message-buffer-prefetch-depht'.
7022
7023 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7024
7025         * Version number is increased to 2.9.5.
7026         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
7027
7028 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
7029
7030         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
7031         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
7032         Based on the patch written by
7033         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7034
7035 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
7036
7037         * wl-draft.el (wl-draft-raw-send): Fix for
7038         `wl-news-send-pre-hook'
7039
7040 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7041
7042         * wl-utils.el (wl-message-id-function): New variable.
7043         * wl-draft.el (wl-draft-insert-required-fields):
7044         Use `wl-message-id-function'.
7045
7046 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7047
7048         * wl-vars.el (wl-message-id-use-wl-from): New variable.
7049         * wl-utils.el (wl-draft-make-message-id-string):
7050         Use `wl-from' for domain part of Message-ID
7051         if `wl-message-id-use-wl-from' if non-nil.
7052         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
7053
7054 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7055
7056         * wl.el (wl): Call `wl-check-type'
7057         Do not 'condition-case'.
7058
7059 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7060
7061         * wl.el (wl-check-type): New function.
7062         (wl-check-type-variables): New variable.
7063
7064 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7065
7066         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
7067
7068 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
7069
7070         * wl-draft.el (wl-smtp-password-key): New function.
7071         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
7072         (wl-draft-send-mail-with-smtp): Ditto.
7073         (wl-draft-send-mail-with-pop-before-smtp): Fix.
7074
7075 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
7076
7077         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
7078         * wl-utils.el (wl-unique-id-suffix): Remove.
7079
7080 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
7081
7082         * Version number is increased to 2.9.4.
7083
7084 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
7085
7086         * wl-utils.el (wl-unique-id-suffix): New variable.
7087         (wl-unique-id): Use `wl-unique-id-suffix'
7088
7089 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7090
7091         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
7092         instead of `elmo-msgdb-search'.
7093
7094         * Version number is increased to 2.9.3.
7095
7096 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
7097
7098         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
7099
7100 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
7101
7102         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
7103         (wl-draft-dispatch-message): Changed for send-later.
7104         (wl-draft-queue-flush): Ditto.
7105         (wl-draft): Clear `wl-sent-message-queued'.
7106         (wl-draft-reedit): Ditto.
7107         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
7108         * wl-vars.el (wl-draft-force-queuing): New variable.
7109         (wl-draft-force-queuing-mail): New variable.
7110         (wl-draft-force-queuing-news): New variable.
7111
7112 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-draft.el (wl-draft-hide): Removed `interactive'.
7115         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
7116
7117 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7118
7119         * Version number is increased to 2.9.2.
7120
7121 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * wl-draft.el (wl-draft-elide-region): New user command.
7124         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
7125
7126         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
7127         command `wl-draft-elide-region'.
7128         * wl-mule.el: Ditto.
7129         * wl-xmas.el: Ditto.
7130
7131 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7134         (wl-biff-check-folder-async): Removed needless let.
7135
7136 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7139         wl-folder-get-elmo-folder.
7140         (wl-biff-check-folder): Set `biff' argument of
7141         `wl-folder-check-one-entity'.
7142         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7143
7144         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7145         (wl-folder-check-one-entity): Added `biff' argument;
7146         Setup `biff' slot of folder.
7147
7148         * Version number is increased to 2.9.1.
7149
7150 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7153         comment out and fixed.
7154         (wl-fldmgr-add-completion-subr): Ditto.
7155
7156         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7157         and msgdb.
7158
7159         * wl.el (wl-toggle-plugged): Save summary view.
7160
7161 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7164
7165 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7166
7167         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7168
7169 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7172         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7173         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7174
7175         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7176         if it was failed.
7177         (wl-demo): Disable undo in the demo buffer.
7178
7179 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7180
7181         * wl-version.el (wl-version): Changed codename.
7182
7183         * Version number is increased to 2.9.0.
7184
7185 2001-12-14  Takuo KITAME <kitame@northeye.org>
7186
7187         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7188         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7189         (wl-folder-mark-as-read-all-current-entity): Ditto.
7190
7191 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-vars.el (wl-from-width): Define as obsolete variable.
7194         (wl-subject-length-limit): Ditto.
7195
7196         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7197
7198         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7199         wl-summary-save-view.
7200
7201         * wl.el (wl-save-status): Ditto.
7202         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7203
7204         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7205         (wl-summary-exit): Follow the change above.
7206         (wl-summary-goto-folder-subr): Ditto.
7207
7208         * wl-folder.el (wl-folder-create-subr): Don't use
7209         `elmo-folder-creatable-p'.
7210
7211 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7214
7215 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7218         rather than bitmap on Emacs 21.
7219         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7220         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7221         for xbm if the new redisplay engine is not available.
7222
7223 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-folder.el (wl-folder-init-hook): New hook.
7226         (wl-folder-init): Run `wl-folder-init-hook'.
7227
7228 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7231
7232 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7233
7234         * wl-acap.el (wl-acap-cache-filename): New variable.
7235         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7236         (wl-acap-init): Use cache if no ACAP server found.
7237
7238 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7239
7240         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7241         `wl-acap-original-msgdb-dir'.
7242
7243         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7244         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7245
7246         * wl-mime.el (wl-mime-save-directory): Renamed from
7247         `wl-mime-save-dir'.
7248
7249 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7252
7253         * wl-demo.el: Require `path-util'.
7254         (wl-demo-bitmap-mule-available-p): New internal variable.
7255         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7256         `module-installed-p' instead.
7257         (wl-demo-insert-image): Use *.img file for a bitmap image.
7258         (wl-demo): Don't call the ascii demo recursively.
7259
7260 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * Version number is increased to 2.7.7.
7263
7264 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * wl.el (wl-exit): Eliminated byte-compile warning.
7267
7268 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7269
7270         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7271         obsolete variable using `elmo-define-obsolete-variable'.
7272         (wl-fetch-confirm-threshold): Ditto.
7273         (wl-cache-prefetch-folder-type-list): Ditto.
7274         (wl-cache-prefetch-folder-list): Ditto.
7275
7276 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7279         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7280         (wl-demo-insert-image): New function.
7281         (wl-demo-insert-text): New function.
7282         (wl-demo-image-type-alist): Redefine as a function.
7283         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7284         (wl-demo-with-temp-file-buffer): Removed.
7285         (wl-logo-xpm): Removed.
7286         (wl-logo-xbm): Removed.
7287         (wl-logo-bitmap): Removed.
7288
7289 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7290
7291         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7292         (wl-expire-localdir-get-folder-function): New user option.
7293         (wl-expire-localdir-get-folder): New function.
7294         (wl-expire-localdir-date): Ditto.
7295
7296 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7297
7298         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7299         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7300         Fixed unread number mismatch when all-unread < unread.
7301
7302 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7305         (wl-fetch-confirm-threshold): Ditto.
7306
7307         * wl-summary.el (wl-summary-confirm-appends): Removed.
7308         (wl-summary-sync-update): Don't refer
7309         `wl-summary-update-confirm-threshold' (It is now abolished).
7310
7311         * wl-message.el (wl-message-display-internal): Don't refer
7312         `wl-fetch-confirm-threshold' (It is now abolished).
7313
7314 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7317
7318 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7319
7320         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7321         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7322         Change default value to nil.
7323         (wl-summary-indent-length-limit): The value can be nil, nil means
7324         unlimited.
7325
7326         * wl-summary.el: Don't set limit for indent length if the value of
7327         wl-summary-indent-length-limit is nil.
7328         If the value of wl-summary-width is nil, it means only that the width
7329         of summary is unlimited (nil doesn't mean that the indent length is
7330         unlimited).
7331
7332         * wl-thread.el: Ditto.
7333
7334 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7335
7336         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7337         be nil, nil means never confirm.
7338         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7339
7340 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7341
7342         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7343         means unlimited).
7344
7345 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7348         Use `with-temp-buffer'.
7349
7350 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7353         with new backquote style).
7354         (wl-folder-get-entity-from-buffer): Ditto.
7355
7356 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7357
7358         * wl-version.el (nemacs-version): Eliminated.
7359         (wl-extended-emacs-version2): Ignore nemacs.
7360         (wl-extended-emacs-version3): Ditto.
7361
7362 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7363
7364         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7365         (wl-draft-add-in-reply-to): New variable.
7366         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7367         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7368         (wl-draft-yank-from-mail-reply-buffer): Use
7369         `wl-draft-add-in-reply-to'.
7370         (wl-draft-insert-current-message): Ditto.
7371
7372 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7373
7374         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7375         typo (kill->hide).
7376         (wl-message-buffer-prefetch-folder-type-list): Added elements
7377         `mark' and `cache' instead of `internal'.
7378
7379 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7382         resume msgdb directory.
7383
7384 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * wl.el (wl-exit): Call `wl-acap-exit'.
7387
7388         * wl-summary.el (wl-summary-message-string): New function.
7389         (wl-summary-reedit): Use it.
7390         (wl-summary-resend-bounced-mail): Remove needless let.
7391         (wl-summary-supersedes-message): Ditto.
7392         (wl-summary-save): Ditto.
7393
7394         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7395         (wl-acap-init): Set it.
7396         (wl-acap-exit): New function.
7397
7398 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl.el (wl-init): Revert (require 'mime-setup). move from
7401         toplevel.
7402
7403 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7404
7405         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7406         local variables.  Add error when guess function return invalid
7407         value.
7408
7409 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7410
7411         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7412         Change local variable name.
7413         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7414         (wl-folder-get-newsgroups): Return nil when non-news folder.
7415         * wl-summary.el (wl-summary-write-current-folder): State through
7416         when guess-list return nil.
7417         (wl-summary-write-current-folder-functions): Fixed docstring.
7418
7419         * wl.el (wl-exit): Changed confirm message.
7420
7421         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7422         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7423
7424         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7425
7426 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7427
7428         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7429         user option (Renamed from wl-cache-prefetch-folder-type-list).
7430         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7431         from wl-cache-prefetch-folder-list).
7432
7433         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7434         Move to wl-vars.el.
7435         (wl-message-buffer-prefetch-p): Changed to enable
7436         `wl-message-buffer-prefetch-folder-list'.
7437
7438         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7439         `ignore-cache'.
7440
7441 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7442
7443         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7444         `part-top' and `part-bottom'.
7445         (wl-draft-config-sub-part-top): New function.
7446         (wl-draft-config-sub-part-bottom): New function.
7447
7448 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7449
7450         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7451
7452 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7453
7454         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7455
7456 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7457
7458         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7459
7460         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7461         (wl-summary-write-current-folder): Ditto.
7462
7463 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-folder.el (wl-folder-get-newsgroups): Use
7466         `elmo-folder-newsgroups'.
7467
7468 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7469
7470         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7471         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7472         `wl-draft-config-sub-header-bottom'.
7473
7474 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7477         localnews folder.
7478
7479 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7480
7481         * wl-summary.el (wl-summary-mode): Undo last change.
7482
7483         * wl-folder.el (wl-folder-mode): Ditto.
7484
7485 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7486
7487         * wl-summary.el (wl-summary-mode): Locally set
7488         truncate-partial-window-width to nil.
7489         (for XEmacs)
7490
7491         * wl-folder.el (wl-folder-mode): Ditto.
7492
7493 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7496
7497 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7500         number.
7501
7502         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7503
7504         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7505
7506         * Version number is increased to 2.7.6.
7507
7508 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7511
7512 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-summary.el (wl-summary-sync-update): Enclose network
7515         related portion with `unwind-protect'.
7516
7517 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7518
7519         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7520
7521 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7524         element.
7525         * wl-vars.el (wl-message-body-button-alist): Ditto.
7526
7527         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7528         max match length.
7529         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7530
7531         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7532         for the max match length;
7533         Use 4th element value for the button string regexp group.
7534
7535         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7536         candidate exists, prompt to select.
7537
7538 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7539
7540         * wl-summary.el (wl-summary-jump-to-msg): Search before
7541         calibration point by `beginning-of-line'.
7542
7543 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7544
7545         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7546         for access group.
7547
7548 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7549
7550         * wl-message.el (wl-message-display-internal): Bind
7551         `default-mime-charset'.
7552
7553         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7554
7555         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7556
7557         * Version number is increased to 2.7.5.
7558
7559 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7560
7561         * wl-expire.el (wl-summary-archive): Fixed;
7562         Use `elmo-folder-name-internal'.
7563
7564 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7565
7566         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7567         from `elmo-folder-move-messages' caller.
7568         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7569
7570         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7571         related portions are changed).
7572
7573 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7574
7575         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7576         counter.
7577
7578 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7579
7580         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7581         buffer local and set it to nil.
7582
7583         * wl-message.el (wl-message-redisplay): Ditto.
7584
7585 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-summary.el (wl-summary-mark-as-important): If message is
7588         already cached, set messag as read, otherwise encache and mark as read.
7589
7590 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7591
7592         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7593         point-min.
7594
7595 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7598         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7599         a keymap.
7600
7601 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7604         parent.
7605
7606         * wl-mule.el (wl-message-define-keymap): Ditto.
7607
7608         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7609
7610         * wl-xmas.el (wl-message-display-internal-hook): Define.
7611         (wl-xmas-setup-message-toolbar): Define as function.
7612         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7613         (wl-message-overload-functions): Abolished.
7614         (wl-message-define-keymap): New function.
7615
7616         * wl-vars.el (wl-message-display-internal-hook): New variable.
7617         (wl-message-header-button-alist): New variable (Renamed from
7618         wl-highlight-message-header-button-alist).
7619         (wl-message-body-button-alist): Ditto.
7620
7621         * wl-mule.el (wl-message-define-keymap): New function.
7622         (wl-message-overload-functions): Abolished.
7623
7624         * wl-message.el (wl-message-add-buttons-to-body): New function.
7625         (wl-message-redisplay): Don't call wl-message-overload-functions;
7626         Call wl-message-add-buttons-to-header and
7627         wl-message-add-buttons-to-body.
7628         (wl-message-display-internal): Set keymap argument for
7629         elmo-mime-display-as-is, elmo-mime-message-display;
7630         Run wl-message-display-internal-hook.
7631         (wl-message-refer-article-or-url): Abolished.
7632
7633         * wl-highlight.el (wl-highlight-headers): Don't call
7634         wl-highlight-message-add-buttons-to-header.
7635         (wl-highlight-message-add-buttons-to-header): Abolished.
7636
7637
7638         * wl-e21.el (wl-message-display-internal-hook): Define.
7639         (wl-e21-setup-toolbar): Deleted duplicated binding.
7640         (wl-e21-setup-message-toolbar): Define as function.
7641         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7642         (wl-message-define-keymap): New function.
7643         (wl-message-overload-functions): Abolished.
7644
7645 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7648         and elmo-folder-close.
7649
7650         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7651
7652 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7653
7654         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7655         boolean value.
7656         * wl-draft.el (wl-draft-do-fcc): Ditto.
7657
7658 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7659
7660         * wl-vars.el (wl-fcc-force-as-read): New variable.
7661         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7662         mark copied message as read.
7663
7664 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7665
7666         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7667
7668 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7669
7670         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7671         `wl-summary-target-above' instead of obsolete variable
7672         `wl-summary-temp-above'.
7673
7674         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7675         instead of `make-obsolete-variable'.
7676         * wl-refile.el (toplevel): Ditto.
7677
7678 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7681         with third argument t.
7682         (wl-draft): Set first argument for wl-plugged-init as t.
7683
7684         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7685         definition.
7686
7687 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7688
7689         * wl-vars.el: Tabify.
7690         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7691
7692         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7693         message.
7694
7695 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7696
7697         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7698         and set default to beep.
7699
7700 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7701
7702         * wl-vars.el (wl-draft-truncate-lines): New variable.
7703
7704         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7705         instead of wl-message-truncate-lines for truncate-lines.
7706
7707 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-message.el (wl-message-display-internal): Call
7710         `wl-highlight-message' after `elmo-mime-display-as-is'.
7711
7712         * wl-mime.el (wl-mime-display-text/plain): New function.
7713         (wl-mime-display-header): Ditto.
7714         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7715         body-presentation-method for text/plain;
7716         Register `wl-mime-display-header' as a header-presentation-method;
7717         Don't set up `elmo-message-text-content-inserted-hook' and
7718         `elmo-message-header-inserted-hook'.
7719
7720         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7721         variable.
7722         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7723         as t if flag is 'all-header;
7724         Don't bind `elmo-message-ignored-field-list',
7725         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7726
7727 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7730         for xemacs with non-mule environment.
7731
7732 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7733
7734         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7735         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7736         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7737
7738 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7739
7740         * wl-vars.el (wl-interactive-send): Set default value as t.
7741
7742 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7745         (wl-addrmgr-method-list): Abolished.
7746         (wl-addrmgr-change-method): Follow above change.
7747
7748         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7749
7750 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7751
7752         * wl-vars.el (wl-message-truncate-lines): Change default value
7753         to default-truncate-lines.
7754
7755         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7756
7757 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7758
7759         * wl-vars.el (wl-message-truncate-lines): New variable.
7760
7761         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7762         wl-message-truncate-lines.
7763
7764 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7765
7766         * wl-acap.el (wl-acap-init): Remove period from error message.
7767         (wl-acap-find-acap-service): Remove period from message.
7768
7769 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7770
7771         * wl.el (wl-check-environment): Undo last change.
7772
7773         * wl-vars.el (wl-from): Changed default value.
7774
7775         * wl-util.el (toplevel): Don't require tm-edit.
7776
7777         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7778         `wl-folder-init';
7779         Don't set mark on mail body.
7780         (wl-draft-reedit): Ditto.
7781
7782         * wl-address.el (wl-address-quote-specials): Define as an alias for
7783         elmo-address-quote-specials.
7784
7785 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7786
7787         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7788
7789         * wl-vars.el (wl-from): Set default value as nil.
7790         (wl-organization): Set default value as ORGANIZATION environment
7791         variable.
7792
7793         * wl-draft.el (wl-smtp-extension-bind): Check value of
7794         wl-smtp-connection-type.
7795
7796         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7797         error.
7798
7799 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7800
7801         * Version number is increased to 2.7.4.
7802
7803         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7804         arguments from `wl-highlight-x-face-function' caller.
7805         Use x-face-1.3.6.12 or later.
7806
7807 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7808
7809         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7810
7811 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7812
7813         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7814         (wl-fcc): Fix to accept function.
7815         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7816
7817 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7818
7819         * wl-acap.el (toplevel): Added `product-provide' declare.
7820         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7821
7822 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl.el (wl): Changed order of calling `elmo-init'
7825         and `elmo-folder-init'.
7826
7827 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7828
7829         * wl-mime.el (wl-summary-burst): Extract message when content-type
7830         of root entity is not only `multipart' but also `message/rfc822'.
7831         (wl-summary-burst-subr): Ditto.
7832
7833 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-vars.el (toplevel): Require 'custom.
7836         (wl-trash-folder): Added to `wl-setting' group.
7837
7838         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7839         exists.
7840         (wl-addrmgr-draw): Insert empty line when no entry exists.
7841
7842         * wl-mule.el (wl-message-wheel-up): Fixed.
7843         (wl-message-wheel-down): Ditto.
7844
7845 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7846
7847         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7848         config is an anonymous lambda expression.
7849
7850 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7853         when Mule 2 is running.
7854
7855 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7858
7859 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7862         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7863
7864         * wl-address.el (wl-address-specials-regexp): Eliminated.
7865         (wl-address-quote-specials): Rewrite.
7866
7867 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7870         shy-groups for regexp.
7871
7872         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7873         character classes and Perl style shy-groups for regexp.
7874         (wl-highlight-plugged-current-line): Use Posix style character
7875         classes for regexp.
7876         (wl-e21-highlight-folder-by-numbers): Ditto.
7877         (wl-e21-display-image-p): Use `display-images-p' instead of
7878         `display-graphic-p'.
7879         (display-images-p): Make an alias to `display-graphic-p' if it is
7880         not available.  It is for Emacs version prior to 21.0.105.
7881
7882         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7883         `display-graphic-p'.
7884         (wl-demo-image-type-alist): Ditto.
7885         (display-images-p): Make an alias to `display-graphic-p' if it is
7886         not available.  It is for Emacs version prior to 21.0.105.
7887
7888 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7889
7890         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7891         support.
7892         (wl-generate-user-agent-string): Ditto.
7893
7894         * wl-version.el (wl-version): Update docsting.
7895         (wl-version-status): Ditto.
7896
7897 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7898
7899         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7900         21.0.105.  For Emacs 21.0.104 or earlier.
7901
7902 2001-09-03  Takuo KITAME <kitame@northeye.org>
7903
7904         * wl-e21.el (wl-plugged-init-icons): Use
7905         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7906         (wl-biff-init-icons): Ditto.
7907
7908 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-highlight.el (wl-highlight-summary-current-line):
7911         Fixed highlighting refile/copy destination.
7912
7913         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7914         (wl-acap-store): Encode string by wl-acap-coding-system.
7915
7916 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-acap.el (toplevel): Check and require 'un-define before
7919         'xemacs-ucs;
7920          Added checking for UTF-2000.
7921
7922 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7925         Don't enclose with `eval-and-compile'.
7926
7927         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7928         wl-init is non-nil.
7929
7930         * wl-draft.el (wl-draft): Ditto.
7931
7932         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7933
7934         * wl-acap.el (toplevel): Require 'wl.
7935         (wl-acap-store): Call `elmo-init'.
7936
7937         * wl.el (wl): Changed position of `wl-check-environment'.
7938         (toplevel): Added autoload setting for wl-acap.
7939
7940         * wl-vars.el (wl-setting): New custom group.
7941         (wl-from): Added wl-setting group.
7942         (wl-user-mail-address-list): Ditto.
7943         (wl-organization): Ditto.
7944         (wl-subscribed-mailing-list): Ditto.
7945         (wl-envelope-from): Ditto.
7946         (wl-smtp-posting-user): Ditto.
7947         (wl-smtp-posting-server): Ditto.
7948         (wl-smtp-posting-port): Ditto.
7949         (wl-smtp-authenticate-type): Ditto.
7950         (wl-pop-before-smtp-user): Ditto.
7951         (wl-pop-before-smtp-server): Ditto.
7952         (wl-pop-before-smtp-port): Ditto.
7953         (wl-pop-before-smtp-authenticate-type): Ditto.
7954         (wl-nntp-posting-server): Ditto.
7955         (wl-nntp-posting-user): Ditto.
7956         (wl-nntp-posting-port): Ditto.
7957         (wl-fetch-confirm-threshold): Ditto.
7958         (wl-prefetch-threshold): Ditto.
7959         (wl-thread-insert-opened): Ditto.
7960         (wl-ldap-server): Ditto.
7961         (wl-ldap-port): Ditto.
7962         (wl-ldap-base): Ditto.
7963         (wl-ldap-objectclass): Ditto.
7964         (wl-use-ldap): Ditto.
7965         (wl-draft-config-alist): Ditto.
7966         (wl-draft-config-matchone): Ditto.
7967         (wl-template-alist): Ditto.
7968         (wl-message-sort-field-list): Ditto.
7969         (wl-message-ignored-field-list): Ditto.
7970         (wl-message-visible-field-list): Ditto.
7971         (wl-interactive-send): Ditto.
7972         (wl-summary-move-order): Ditto.
7973         (wl-auto-select-first): Ditto.
7974         (wl-auto-select-next): Ditto.
7975         (wl-interactive-save-folders): Ditto.
7976
7977         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7978         Initialization codes are moved from wl-local-folder-init.
7979         (wl-local-folder-init): Follow the change above.
7980         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7981
7982         * wl-acap.el: New file.
7983
7984         * Version number is increased to 2.7.3.
7985
7986 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7989
7990 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7991
7992         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7993         (wl-addrmgr-address-entry-list): Ditto.
7994
7995 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-e21.el (wl-draft-mode-map): Removed binding for
7998         `wl-draft-insert-x-face-field'.
7999
8000         * wl-mule.el (wl-draft-mode-map): Ditto.
8001
8002         * wl-xmas.el (wl-draft-mode-map): Ditto.
8003
8004         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
8005         (wl-cs-autoconv): Ditto.
8006         (wl-cs-local): Ditto.
8007         (wl-use-scoring): Ditto.
8008         (wl-mime-charset): Ditto.
8009         (wl-folder-check-async): Ditto.
8010
8011         * wl.el (toplevel): Ignore nemacs and tm.
8012         (wl-exit): Ditto.
8013
8014         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
8015         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
8016         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
8017         instead of wl-address-petname-add-or-change.
8018         (wl-summary-edit-addresses-subr): Use wl-address-delete
8019         instead of wl-address-petname-delete.
8020
8021         * wl-util.el (wl-as-coding-system): Ignore nemacs.
8022
8023         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
8024         if error occured.
8025
8026         * wl-message.el (require): Remove tm support.
8027
8028         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
8029
8030         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
8031         (wl-folder-jump-to-current-entity): Ditto.
8032         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
8033
8034         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
8035         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
8036         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
8037
8038         * wl-mule.el (wl-draft-key-setup): Ditto.
8039
8040         * wl-xmas.el (wl-draft-key-setup): Ditto.
8041
8042         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
8043         (wl-draft-std11-parse-addresses): New function.
8044         (wl-draft-parse-mailbox-list): Use it.
8045         (wl-draft): Ignore nemacs.
8046         (wl-draft-reedit): Ditto.
8047
8048         * wl-addrmgr.el: New file.
8049         (Original is wl-rcpt.el written by
8050         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
8051         Thanks Kitamoto-san.)
8052
8053         * wl-address.el (wl-address-make-address-list): Modified parsing
8054         process.
8055         (wl-address-delete): Renamed from `wl-address-petname-delete';
8056         Modify wl-address-list too.
8057         (wl-address-add-or-change): Renamed from
8058         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
8059
8060 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
8061
8062         * wl-highlight.el (wl-highlight-summary-current-line):
8063           Work with transient-mark-mode
8064
8065 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * Version number is increased to 2.7.2.
8068
8069         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
8070         instead of elmo-dop-queue-method.
8071
8072 2001-08-06  SAITO Atsunori <sai@yedo.com>
8073
8074         * wl-vars.el (wl-ldap-objectclass): New user option.
8075
8076         * wl-address.el (wl-ldap-make-filter): Use it.
8077
8078 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
8081
8082 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl-folder.el (wl-folder): redisplay after folder insertion.
8085
8086         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
8087
8088         * wl-summary.el (wl-summary-sync-update):
8089         Change status mark only when new-msgdb exists.
8090         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
8091
8092 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-summary.el (wl-summary-open-folder): New function.
8095         (wl-summary-goto-folder-subr): Use it.
8096         (wl-summary-mark-as-important): Fix;
8097         Encache only when no cache exists.
8098
8099 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8102         Use with-current-buffer.
8103
8104 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8105
8106         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
8107         before call `get-buffer'. Fixed parenthesis.
8108         (wl-score-get-header-entry): Clear message and help window when
8109         keyboard quit.
8110         (wl-score-edit-insert-header): Ditto.
8111
8112 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
8115         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
8116         (wl-default-draft-cite): Fix.
8117
8118         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
8119         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
8120
8121 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
8122
8123         * wl-message.el (wl-message-prev-page): Do same bahavior
8124         as summary when it is called in the message buffer.
8125         (wl-message-next-page): Ditto.
8126
8127 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-summary.el (wl-summary-forward): Use cache if it is not
8130         section cache.
8131
8132 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8135         Removed redundant require of elmo-vars.
8136         (wl-biff-state-indicator-on): Changed default value for
8137         xemacs with non-mule environment.
8138
8139         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8140         wl-message-buffer is nil;
8141         Hide progress bar after moving messages.
8142
8143 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8144
8145         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8146         message at cursor point is deleted.
8147
8148 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-vars.el: Changed file coding system to euc-japan.
8151         Added -*-coding:-*- magic to the first line.
8152
8153         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8154         Search parent from the first message.
8155
8156         * Version number is increased to 2.7.1.
8157
8158 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8159
8160         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8161
8162 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8165         refile/delete execution.
8166
8167         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8168         Fixed docstring.
8169
8170 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8171
8172         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8173         do update process;
8174         Don't update marks when update process is interrupted.
8175
8176 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8177
8178         * wl-summary.el (wl-summary-reply): Fixed problem when
8179         wl-draft-use-frame is non-nil.
8180         (wl-summary-forward): Ditto.
8181
8182         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8183         as nil.
8184         (wl-folder-mark-as-read-all-entity): Ditto.
8185         (wl-folder-prefetch-entity): Ditto.
8186
8187         * wl.el (wl): Check environment before wl-init.
8188
8189         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8190         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8191         instead of wl-summary-collect-unread.
8192         (wl-summary-reply): Split message window.
8193
8194 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8195
8196         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8197         only if current language environment is japanese,
8198
8199         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8200         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8201         (wl-folder-goto-folder-subr): Ditto.
8202
8203         * wl-draft.el (wl-draft-dispatch-message): Call
8204         `elmo-file-cache-get-path'.
8205
8206 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-summary.el (wl-summary-cursor-move): If return value of
8209         wl-summary-next-message is not number, don't jump.
8210
8211 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8212
8213         * wl-summary.el (wl-summary-buffer-next-message-function): New
8214         variable.
8215         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8216         if it is bound.
8217
8218         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8219         string.
8220
8221         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8222         (wl-plugged-drawing): Ditto.
8223
8224 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8225
8226         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8227         process.
8228         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8229         with unwind-protect.
8230
8231         * wl.el (wl-init): Require mime-setup.
8232         (wl-check-environment): Don't require mime-setup.
8233
8234         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8235         instead of elmo-folder-type.
8236
8237         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8238         value as nil.
8239
8240 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8241
8242         * Version number is increased to 2.7.0.
8243
8244         * wl-version.el (wl-version): Changed codename.
8245
8246         * wl-summary.el (wl-summary-delete-cache): Fixed.
8247
8248         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8249         Workaround for net folders.
8250         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8251
8252         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8253         value to nil (According to the patch from
8254         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8255
8256         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8257         of elmo-folder-close.
8258
8259 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8260
8261         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8262         for postfix.
8263
8264 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-summary.el (wl-summary-resend-message): Fixed.
8267
8268         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8269         Call wl-draft with `from' argument if its address is included in
8270         `wl-user-mail-address-list'.
8271         (wl-draft): Added `from' argument.
8272
8273         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8274         non-nil.
8275         (wl): Don't show demo if wl-demo is nil.
8276
8277         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8278         wl-summary-use-frame.
8279
8280         * wl-vars.el (wl-summary-use-frame): New user option.
8281         (wl-folder-use-frame): Changed docstring.
8282
8283         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8284         non-nil.
8285         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8286         wl-summary-use-frame.
8287
8288         * wl-vars.el (wl-folder-use-frame): New user option.
8289
8290         * wl-summary.el (wl-summary-exit): Back to folder frame if
8291         wl-folder-use-frame is non-nil.
8292         (wl-summary-redisplay-internal): Ignore cache if current folder
8293         is draft folder,
8294         (wl-summary-redisplay-no-mime): Ditto.
8295         (wl-summary-redisplay-all-header): Ditto.
8296
8297         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8298         if wl-folder-use-frame is non-nil.
8299
8300 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-summary.el (wl-summary-sync-update): Bind
8303         elmo-folder-update-threshold.
8304         (wl-summary-mark-as-important): Enclosed server mark processing
8305         with `save-match-data'.
8306
8307         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8308         only when it is already defined.
8309
8310 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8311
8312         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8313         name of folder exclude localdir is wrong.
8314         * wl-folder.el (wl-folder-sync-entity):
8315         Set `wl-summary-always-sticky-folder-list' as nil.
8316         (wl-folder-mark-as-read-all-entity): Ditto.
8317         (wl-folder-prefetch-entity): Ditto.
8318
8319 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8320
8321         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8322         instead of `wl-summary-write-current-newsgroup'.
8323
8324 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8325
8326         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8327         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8328         non-nil and selected message is important, do not display.
8329
8330 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8331
8332         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8333
8334 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8335
8336         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8337
8338         * wl-summary.el (wl-summary-mark-as-important): Set message number
8339         using wl-summary-message-number.
8340
8341 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8342
8343         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8344         destination folder is 'null.
8345
8346 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8347
8348         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8349         New function.
8350         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8351         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8352         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8353
8354 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-mime.el (wl-mime-setup): Added setting for
8357         `mime-setup-signature-key-alist' to avoid overriding key bind for
8358         `wl-draft-send'.
8359
8360         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8361         for `wl-draft-send'.
8362         * wl-mule.el (wl-draft-overload-functions): Ditto.
8363         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8364         * wl-draft.el (wl-draft-send): Ditto.
8365
8366         * wl-message.el (wl-message-display-internal):
8367         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8368         (Patch is provided by <kita@coe.nttdata.co.jp>).
8369
8370 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8371
8372         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8373
8374 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8375
8376         * wl.el (wl): Fix for wl-demo.
8377
8378 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8379
8380         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8381
8382 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8383
8384         * wl-folder.el (wl-folder-prefetch-entity): Use
8385         `wl-folder-get-elmo-folder'.
8386         (wl-folder-count-incorporates): Do not use
8387         `wl-folder-get-elmo-folder'.
8388
8389 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8390
8391         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8392         instead of `elmo-folder-get-type'.
8393
8394 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8395
8396         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8397         position on Subject: field.
8398         (Advised by Mito <mit@nines.nec.co.jp>)
8399
8400 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8401
8402         * wl-folder.el (wl-folder-prefetch-entity): Use
8403         `wl-folder-get-elmo-folder'.
8404
8405 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8408
8409         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8410         `process-duplicates' slot.
8411
8412         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8413         if detection failed.
8414
8415 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8416
8417         * wl-version.el (wl-version-status): Set to "alpha".
8418
8419 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8422         Check wl-message-buffer lives before set-buffer.
8423
8424 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8425
8426         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8427         called in folder mode.
8428         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8429         * wl-summary.el (wl-summary-exit-pre-hook): Run
8430         `wl-summary-exit-pre-hook' before exit summary mode.
8431
8432 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8433
8434         * wl-version.el (wl-version-status): New variable.
8435         (wl-version-status-alist): Removed.
8436         (wl-version-status): Rule included.
8437
8438 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8439
8440         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8441         @sponichi.
8442
8443         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8444         when `mail-reply-buffer' is buffer-local variable.
8445         (Reported by <kita@coe.nttdata.co.jp>).
8446
8447 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8448
8449         * wl-vars.el (toplevel): Require 'elmo-util.
8450
8451 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8454         (All other related portions are changed)
8455
8456         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8457
8458         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8459
8460 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8461
8462         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8463
8464 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8465
8466         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8467         Delete other windows to avoid an error.
8468         Use `point-marker' instead of `point' to remember the start point
8469         of body.
8470
8471         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8472
8473         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8474         number not to exceed all message number.
8475
8476 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8477
8478         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8479         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8480
8481 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-summary.el (wl-summary-sync-force-update): Added argument
8484         no-check.
8485         (wl-summary-sync-update): Ditto.
8486         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8487         with `no-check'.
8488
8489         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8490         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8491         already running.
8492
8493 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8494
8495         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8496         `dst-folder-arg'.
8497         (wl-expire-archive-number1): Diito.
8498         (wl-expire-archive-number2): Diito.
8499         (wl-expire-archive-Date): Diito.
8500         (wl-archive-number1): Diito.
8501         (wl-archive-number2): Diito.
8502         (wl-archive-date): Diito.
8503         (wl-archive-folder-p): New function.
8504         (wl-summary-expire): Support of expand folder name at
8505         wl-expire-alist.
8506         * wl-util.el (wl-expand-newtext): Renamed from
8507         `wl-refile-expand-newtext'.
8508
8509 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8510
8511         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8512         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8513         `(elmo-msgdb-get-overview msgdb)'.
8514         (wl-summary-prefetch): Bind match data before call
8515         `wl-summay-prefetch-msg'.
8516         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8517         'off if `wl-summary-buffer-disp-msg' is non-nil.
8518         Fixed problem that couldn't show only one new or unread message when
8519         enter folder.
8520         (wl-summary-reply): Don't call `split-window-vertically' and other
8521         window.
8522
8523 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-expire.el (wl-expire-refile): Fixed.
8526
8527 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8528
8529         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8530
8531         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8532         biff notification is removed.
8533
8534         * wl.el (wl): Changed position of `elmo-init'.
8535
8536         * wl-draft.el (wl-default-draft-cite): Use date field
8537         on the citation buffer.
8538
8539         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8540
8541         * wl-xmas.el (wl-folder-internal-icon-list): Added
8542         `wl-folder-shimbun-image'.
8543
8544         * wl-e21.el (wl-folder-internal-icon-list): Added
8545         `wl-folder-shimbun-image'.
8546
8547 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8548
8549         * wl.el (wl-init): Eliminated argument.
8550         (wl): Rewrite.
8551
8552         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8553         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8554         instead of `elmo-folder-msgdb-internal'.
8555         (wl-summary-sync-update): Ditto.
8556         (wl-summary-flush-pending-append-operations): Eliminated.
8557         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8558         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8559         `elmo-folder-open'.
8560
8561         * wl-mime.el (wl-summary-burst): Fixed.
8562
8563         * wl-folder.el (wl-folder-info-save): Check data type.
8564
8565         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8566         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8567         instead of `elmo-folder-msgdb-internal'.
8568         (wl-expire-hide): Ditto.
8569
8570
8571         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8572
8573 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8574
8575         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8576
8577 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8578
8579         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8580
8581 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8582
8583         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8584         Fixed `match-beginning' argument mismatch.
8585
8586 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8587
8588         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8589         the default value.
8590
8591 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8592
8593         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8594         instead of `elmo-nntp-default-port'.
8595
8596         * wl-vars.el: Fixed some doc strings.
8597
8598 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-summary.el (wl-summary-prefetch-msg): Use
8601         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8602
8603         * wl-vars.el: Define *-func as obsolete variable using
8604         `elmo-define-obsolete-variable'.
8605
8606         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8607         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8608         instead of `wl-message-buffer-prefetch-threshold'.
8609
8610         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8611
8612         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8613
8614         * wl-draft.el (wl-caesar-region-func): Ditto.
8615
8616         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8617         Keep unread status in elmo-folder-move-messages.
8618         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8619
8620 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8621
8622         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8623         `wl-summary-buffer-exit-func'
8624         (wl-summary-buffer-message-redisplay-function): Renamed from
8625         `wl-summary-buffer-message-redisplay-func'
8626         (wl-summary-buffer-next-folder-function): Renamed from
8627         `wl-summary-buffer-next-folder-func'.
8628         (wl-summary-buffer-prev-folder-function): Renamed from
8629         `wl-summary-buffer-prev-folder-func'.
8630         (wl-summary-get-petname-function): Renamed from
8631         `wl-summary-get-petname-func'.
8632
8633         * wl-score.el (wl-score-edit-exit-function): Renamed from
8634         `wl-score-edit-exit-func'.
8635
8636         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8637         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8638
8639         * wl-util.el (wl-load-profile-function): Renamed from
8640         `wl-load-profile-func'.
8641
8642         * wl-folder.el (wl-folder-completion-function): Renamed from
8643         `wl-folder-completion-func'.
8644         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8645
8646         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8647         `wl-expire-archive-get-folder-func'.
8648         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8649         (wl-draft-send-mail-function): Renamed from
8650         `wl-draft-send-mail-func'.
8651         (wl-draft-send-news-function): Renamed from
8652         `wl-draft-send-news-func'.
8653         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8654         (wl-generate-mailer-string-function): Renamed from
8655         `wl-generate-mailer-string-func'.
8656         (wl-highlight-signature-search-function): Renamed from
8657         `wl-highlight-signature-search-func'.
8658         (wl-highlight-x-face-function): Renamed from
8659         `wl-highlight-x-face-func'
8660         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8661         (wl-ps-print-buffer-function): Renamed from
8662         `wl-ps-print-buffer-func'
8663         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8664         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8665         (wl-summary-subject-filter-function): Renamed from
8666         `wl-summary-subject-filter-func'.
8667
8668         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8669         `wl-draft-queue-flush-send-func'
8670         (wl-draft-cite-function): Renamed from
8671         `wl-draft-cite-func'
8672
8673         * wl-address.el (wl-address-init-function): Renamed from
8674         `wl-address-init-func'.
8675
8676 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8677
8678         * wl-draft.el (wl-draft-queue-flush): Don't call
8679         `elmo-dop-unlock-message'.
8680         * wl-draft.el (wl-draft-queue-append): Don't call
8681         `elmo-dop-lock-message'.
8682
8683         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8684         (wl-summary-buffer-folder-name): Ditto.
8685         (wl-summary-message-regexp): Added '-' (all other related portions
8686         are changed).
8687         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8688         wl-summary-buffer-folder-name.
8689
8690 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8691
8692         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8693         the number of mails in the folder buffer is not updated by wl-biff.
8694
8695 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8696
8697         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8698         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8699
8700 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8701
8702         * wl-summary.el (wl-summary-next-message):
8703         Return next message number when wl-summary-move-order is nil.
8704
8705 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8706
8707         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8708         `wl-summary-move-spec-alist'.
8709         (wl-summary-move-spec-unplugged-alist): New variable
8710         (Move spec for unplugged status).
8711         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8712         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8713
8714 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8715
8716         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8717         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8718
8719 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8720
8721         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8722         simple quotation to quote the anonymous function.
8723         * tm-wl.el (wl-draft-preview-message): Ditto.
8724
8725 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8726
8727         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8728         Eliminate redundant `save-excursion'.
8729         (wl-highlight-summary-current-line): Ditto.
8730
8731         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8732         accessing match data when `looking-at' failed.
8733
8734         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8735         `elmo-match-string' where users don't care about the speed.
8736         (wl-draft-save): Ditto.
8737
8738 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8739
8740         * wl-util.el (wl-regexp-opt): New function.
8741
8742         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8743         number from `wl-summary-buffer-number-list'.
8744         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8745         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8746         (wl-summary-move-spec-alist): Changed default setting.
8747
8748 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8749
8750         * wl-vars.el (wl-biff-notify-hook): New hook.
8751         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8752         the arrival of new mail.
8753         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8754         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8755
8756 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8759
8760 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8763
8764         * Version number is increased to 2.5.8.
8765
8766         * wl-thread.el (toplevel): require 'cl.
8767         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8768         (wl-thread-make-number-list): New function.
8769         (wl-thread-entity-make-number-list-from-children): Ditto.
8770         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8771         (wl-thread-entity-insert-as-children): Likewise.
8772         (wl-thread-delete-message): Likewise.
8773         (wl-meaning-of-mark): Eliminated.
8774         (wl-thread-next-failure-mark-p): Ditto.
8775         (wl-thread-entity-get-mark): Ditto.
8776         (wl-thread-meaning-alist-get-result): Ditto.
8777         (wl-thread-entity-check-prev-mark): Ditto.
8778         (wl-thread-entity-check-next-mark): Ditto.
8779         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8780         (wl-thread-entity-get-prev-marked-entity): Ditto.
8781         (wl-thread-get-prev-unread): Ditto.
8782         (wl-thread-jump-to-prev-unread): Ditto.
8783         (wl-thread-get-next-unread): Ditto.
8784         (wl-thread-jump-to-next-unread): Ditto.
8785         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8786         (wl-thread-entity-get-next-marked-entity): Ditto.
8787
8788         * wl-summary.el (wl-summary-buffer-number-list):
8789         New bufer-local variable.
8790         (wl-summary-switch-to-clone-buffer): Clone
8791         `wl-summary-buffer-number-list'.
8792         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8793         (wl-summary-cursor-move-regex): Eliminated.
8794         (wl-summary-cursor-up): Rewrite.
8795         (wl-summary-cursor-down): Ditto.
8796         (wl-summary-mode-spec-alist): New variable.
8797         (wl-summary-next-message): New inline function.
8798         (wl-summary-cursor-move): New function.
8799         (wl-summary-default-get-next-msg): Rewrite.
8800         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8801         (wl-summary-rescan): Ditto.
8802         (wl-summary-sync-all-init): Ditto.
8803         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8804         summary is not thread view.
8805         (wl-summary-sync-update): Ditto.
8806         (wl-summary-rescan): Ditto.
8807         (wl-summary-make-number-list): New function.
8808
8809         * wl-draft.el: "FCC" -> "Fcc".
8810
8811 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-highlight.el (wl-highlight-summary-window):
8814         Call `set-buffer-modified-p'.
8815
8816         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8817         (wl): Call `elmo-init' and fix.
8818
8819         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8820         Use new variables.
8821
8822         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8823
8824 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8827
8828 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8829
8830         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8831
8832 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8833
8834         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8835         `wl-use-toolbar' nor `display-graphic-p'.
8836         (wl-e21-setup-message-toolbar): Ditto.
8837         (wl-e21-setup-summary-toolbar): Ditto.
8838         (wl-e21-setup-folder-toolbar): Ditto.
8839
8840         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8841         (wl-plugged-init-icons): Ditto.
8842
8843         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8844         `display-graphic-p'.
8845         (wl-plugged-set-folder-icon): Ditto.
8846         (wl-highlight-plugged-current-line): Ditto.
8847         (wl-highlight-folder-current-line): Ditto.
8848         (wl-e21-highlight-folder-group-line): Ditto.
8849         (wl-e21-setup-toolbar): Ditto.
8850         (wl-e21-display-image-p): New macro.
8851
8852         * wl-demo.el (wl-demo): Simplified.
8853         (wl-demo-image-type-alist): Use `image-type-available-p' for
8854         checking whether the image type `xbm' is available.
8855
8856 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8857
8858         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8859         (wl-summary-input-range): Ditto.
8860
8861 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * wl-summary.el (wl-summary-edit-addresses): Use
8864         `wl-summary-get-original-buffer'
8865         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8866         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8867         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8868         (wl-summary-get-newsgroups): Eliminated.
8869         (wl-summary-set-crosspost): Ditto.
8870         (wl-summary-is-crosspost-folder): Ditto.
8871         (wl-crosspost-alist-load): Ditto.
8872         (wl-crosspost-alist-save): Ditto.
8873
8874         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8875         `elmo-setup-subscribed-newsgroups' instead of
8876         `elmo-nntp-make-groups-hashtb'.
8877         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8878         instead of `wl-crosspost-alist-save'.
8879
8880         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8881         of `elmo-folder-message-appendable-p'.
8882         (wl-mime-header-presentation-method): Eliminated.
8883
8884         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8885         (Error occurs in emacs21).
8886
8887         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8888         the current buffer).
8889
8890         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8891         instead of `wl-crosspost-alist-save'.
8892         (wl-init): `elmo-crosspost-message-alist-load'
8893         instead of `wl-crosspost-alist-load'
8894
8895         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8896         (wl-parse-newsgroups): Likewise.
8897         (wl-biff-notify): Run `wl-biff-notify-hook'.
8898
8899 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8902
8903         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8904         when `wl-summary-lazy-highlight' is non-nil.
8905         (wl-summary-goto-folder-subr): Highlight only when
8906         `wl-summary-lazy-highlight' is non-nil.
8907
8908         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8909         Don't display progress and highlight temp-mark when
8910         `wl-summary-lazy-highlight' is non-nil.
8911         (wl-highlight-summary-window): New function.
8912         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8913
8914 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8915
8916         * wl-summary.el (wl-summary-sync): Change `all-visible'
8917         from `all-shown'
8918         (wl-summary-input-range): Ditto.
8919
8920 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8921
8922         * wl-e21.el (wl-highlight-folder-current-line): Call
8923         `wl-folder-init-icons' when folder icons have not been initialized.
8924
8925         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8926
8927         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8928         (wl-demo-image-type-alist): New macro.
8929
8930 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8931
8932         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8933         display does not support graphics.
8934         (wl-plugged-init-icons): Ditto.
8935         (wl-folder-init-icons): Ditto.
8936
8937         * wl-demo.el (wl-demo): Chech closely whether the display
8938         supports graphics.
8939
8940 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8941
8942         * wl-summary.el (wl-summary-get-original-buffer): New function.
8943         (wl-summary-set-crosspost): Use it.
8944         (wl-summary-target-mark-uudecode): Ditto.
8945         (wl-summary-reedit): Ditto.
8946         (wl-summary-resend-bounced-mail): Ditto.
8947         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8948         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8949
8950         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8951         (wl-message-display-internal): Ditto.
8952
8953 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8956
8957 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8958
8959         * wl-summary.el (wl-summary-save-view): Renamed from
8960         `wl-summary-save-status'.
8961
8962 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8963
8964         * wl-summary.el (wl-summary-sync): Added `all-shown'
8965
8966 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8967
8968         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8969
8970 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8971
8972         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8973
8974 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8975
8976         * wl-highlight.el (wl-highlight-summary-line-string): Use
8977         `zerop' instead of `= 0'.
8978         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8979
8980         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8981         for comparing numbers.
8982         (wl-template-prev): Use `zerop' instead of `eq 0'.
8983
8984         * wl-draft.el (wl-draft-insert-current-message): Use
8985         `with-current-buffer' instead of `save-excursion'.
8986         Use `zerop' instead of `eq 0'.
8987
8988 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8989
8990         * wl-draft.el (wl-draft-insert-ccs): New function.
8991         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8992         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8993
8994 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8995
8996         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8997
8998 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8999
9000         * wl-expire.el (wl-expire-refile): Don't call
9001         elmo-msgdb-add-msgs-to-seen-list;
9002         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
9003         (wl-expire-refile-with-copy-reserve-msg): Ditto.
9004
9005 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * wl-message.el (wl-message-prev-page): Ignore errors while
9008         scroll-down.
9009
9010 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * wl-mime.el: Use elmo-original-message-mode instead of
9013         mmelmo-original-mode.
9014
9015         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
9016         `elmo-folder-get-spec';
9017         (wl-fldmgr-add-completion-all-completions):
9018         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
9019
9020         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
9021         of `elmo-folder-get-type'.
9022
9023         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
9024         `elmo-folder-get-spec';
9025         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9026         Use `elmo-folder-append-message' instead of `elmo-append-msg';
9027         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9028         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
9029         `elmo-read-msg-no-cache';
9030         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
9031         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
9032         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
9033         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
9034         `elmo-cache-save';
9035         (wl-draft-reedit): Use `elmo-message-file-name'.
9036
9037         * wl-expire.el: Use `elmo-folder-name-internal';
9038         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9039         Use macro `wl-summary-buffer-msgdb' instead of variable
9040         `wl-summary-buffer-msgdb';
9041         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
9042         Use macro `wl-summary-buffer-folder-name' instead of variable
9043         `wl-summary-buffer-folder-name'.
9044         * wl-score.el: Likewise.
9045
9046         * wl-message.el: Rewrite for new message buffer cache mechanism.
9047         (wl-message-buffer-cache-buffer-get): New macro.
9048         (wl-message-buffer-cache-folder-get): Ditto.
9049         (wl-message-buffer-cache-message-get): Ditto.
9050         (wl-message-buffer-cache-entry-make): Ditto.
9051         (wl-message-buffer-cache-hit): Ditto.
9052         (wl-message-buffer-cache-sort): New function.
9053         (wl-message-buffer-cache-add): Ditto.
9054         (wl-message-buffer-cache-delete): Ditto.
9055         (wl-message-buffer-cache-clean-up): Ditto.
9056         (wl-message-buffer-window): Rewrite.
9057         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
9058         (wl-message-buffer-display): New function.
9059         (wl-message-display-internal): New function.
9060
9061 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9062
9063         * wl-folder.el: Use `elmo-folder-name-internal';
9064         Use `wl-folder-get-elmo-folder';
9065         Use `elmo-folder-list-messages' instead of
9066         `elmo-list-folder';
9067         Use `elmo-folder-get-primitive-list' instead of
9068         `elmo-folder-get-primitive-spec-list';
9069         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
9070         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9071         Use `elmo-folder-create' instead of `elmo-create-folder'.
9072         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
9073         (wl-folder-get-elmo-folder): New macro.
9074         (wl-folder-elmo-folder-cache-get): Ditto.
9075         (wl-folder-elmo-folder-cache-put): Ditto.
9076         (wl-folder-suspend): Call `elmo-quit'.
9077
9078         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
9079         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
9080         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
9081         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
9082         (toplevel): require 'cl.
9083         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
9084
9085         * wl-summary.el: Rewrite to use new elmo interface.
9086
9087 \f
9088 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-mime.el (wl-draft-preview-message):
9091         Run `wl-draft-send-hook' before collecting recipients information;
9092         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
9093
9094         * tm-wl.el (wl-draft-preview-message): Ditto.
9095
9096 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
9097
9098         * wl-mime.el (wl-draft-preview-message): Fixed problem that
9099         wrong recipients are displayed when forwarded message.
9100
9101 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
9102
9103         * Version number is increased to 2.5.7.
9104
9105 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9106
9107         * wl-message.el (wl-message-next-page): Bind
9108         `window-pixel-scroll-increment' to nil while scrolling up.
9109
9110 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9111
9112         * wl-vars.el (wl-save-hook): New hook.
9113         * wl.el (wl-save): Call `wl-save-hook'.
9114
9115 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9116
9117         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
9118         Argument WITH-ARG instead of NO-ARG (negative mean).
9119         (wl-draft-reply): WITH-ARG instead of NO-ARG.
9120         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
9121         * wl-message.el (wl-message-follow-current-entity): Likewise.
9122
9123 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9124
9125         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
9126         FROM was optional argument.
9127         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
9128
9129 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9130
9131         * Version number is increased to 2.5.6.
9132
9133 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9134
9135         * wl-version.el (wl-version-show): Removed.
9136         (wl-version): Add `interactive'.
9137
9138 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9139
9140         * wl-summary.el (wl-summary-get-petname-func): New variable.
9141         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9142         instead of `wl-address-get-petname-1'.
9143         (wl-summary-simple-from): Ditto.
9144
9145         * wl-address.el (wl-address-get-petname-1): Define as function.
9146
9147 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9150         field in the original message.
9151         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9152
9153 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9154
9155         * wl-expire.el (wl-expire-hide):
9156         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9157
9158 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9161         find decoder for To, Cc, and Subject.
9162
9163 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9166         for checking `elmo-use-buffer-cache'.
9167         (wl-summary-mark-as-important): Fixed typo in comment.
9168
9169 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9172         field in the original message.
9173         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9174
9175 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9176
9177         * wl-expire.el (wl-expire-hide):
9178         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9179
9180 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9181
9182         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9183         find decoder for To, Cc, and Subject.
9184
9185 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * Version number is increased to 2.5.5.
9188
9189         * wl-address.el (wl-address-specials-regexp): New constant.
9190         (wl-address-quote-specials): Use it.
9191
9192 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9193
9194         * wl-summary.el (wl-summary-rescan):
9195         Call `wl-summary-buffer-number-column-detect'.
9196         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9197
9198         * wl-message.el (wl-message-mode-map): Define.
9199         (wl-message-decode): Use it as local-map.
9200
9201 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9202
9203         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9204         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9205
9206 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9209
9210         * wl-mule.el (wl-read-event-char): Ditto.
9211
9212         * wl-e21.el (wl-read-event-char): Ditto.
9213
9214         * wl-nemacs.el (wl-read-event-char): Ditto.
9215         (read-event): Removed.
9216
9217         * wl-util.el (toplevel): Removed dummy definition of
9218         `read-event'.
9219         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9220
9221 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9222
9223         * wl-nemacs.el (elmo-archive-call-process): Moved to
9224         elmo-archive.el.
9225
9226 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9227
9228         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9229         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9230
9231         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9232         instead of magic-number 6.  Use `not' instead of `null' for symbol
9233         `nil' check (not empty list).
9234         (wl-draft-insert-x-face-field): Fixed paren style.
9235
9236         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9237         one-branch conditional statement, instead of `and' and `if'.
9238         (wl-draft-forward): Likewise.
9239         (wl-draft-add-references): Likewise.
9240         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9241
9242         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9243         conditional steatment.  Use `cond' instead of `if'.
9244         (wl-draft-confirm): Likewise.
9245
9246 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9247
9248         * wl-version.el (wl-version-show): Use `product-string-1'
9249         instead of `wl-version'.
9250         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9251
9252         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9253
9254 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9255
9256         * wl-highlight.el (wl-highlight-headers): Revert
9257         `wl-highlight-x-face-func' argument (`beg' and `end').
9258
9259 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9260
9261         * wl.el (toplevel): Move `product-provide' declare.
9262         * wl-demo.el (toplevel): Ditto.
9263         * wl-dnd.el (toplevel): Ditto.
9264         * wl-highlight.el (toplevel): Ditto.
9265         * wl-message.el (toplevel): Ditto.
9266         * wl-refile.el (toplevel): Ditto.
9267         * wl-util.el (toplevel): Ditto.
9268
9269 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9272         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9273         (wl-thread-close-all): keep cursor position.
9274
9275 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9278         (eq x 0).
9279         (wl-generate-user-agent-string-1): Fix conditional statement.
9280
9281 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9282
9283         * wl.el (wl-check-environment): Additional check for
9284         'wl-local-domain' and `wl-message-id-domain'.
9285
9286 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9287
9288         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9289
9290 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9291
9292         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9293         instead of `smtp-sasl-user-realm'.
9294
9295 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9296
9297         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9298
9299 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9300
9301         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9302         to the default value as well as `eword-lexical-analyzer'.
9303
9304 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9305
9306         * wl-version.el (wl-extended-emacs-version,
9307         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9308         `elmo-match-string' instead of `wl-match-string'.
9309
9310 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9311
9312         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9313         docstring.
9314
9315 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9316
9317         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9318
9319 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9320
9321         * wl-highlight.el (wl-highlight-headers): Remove
9322         `wl-highlight-x-face-func' argument (`beg' and `end').
9323
9324 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * wl-summary.el (wl-summary-mark-as-important):
9327         Remove cache if folder is local.
9328
9329 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9330
9331         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9332         to get existing e-mail address string.
9333
9334 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9335
9336         * wl-version.el (wl-generate-user-agent-string): Commentary.
9337         (wl-generate-user-agent-string-1): Use `when' for
9338         one-branch conditional statement, instead of `and' and `if'.
9339         (wl-extended-emacs-version, wl-extended-emacs-version2,
9340         wl-extended-emacs-version3): Ditto.
9341
9342 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9343
9344         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9345         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9346         condition-case; Remove initialization.
9347         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9348         (wl-summary-sync-update3): Added argument `sync-all';
9349         Eliminated local variable `msgdb';
9350         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9351         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9352         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9353
9354 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9355
9356         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9357         connection before call `wl-draft-send-mail-with-smtp'.
9358
9359 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9360
9361         * Version number is increased to 2.5.4.
9362
9363 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9364
9365         * wl.el (wl-check-environment): Additional check for
9366         'wl-local-domain' and `wl-message-id-domain'.
9367
9368 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9371         buffer as command specific.
9372         (wl-folder-mark-as-read-all-entity): Ditto.
9373         (wl-folder-prefetch-entity): Ditto.
9374         (wl-folder-drop-unsync-entity): Ditto.
9375
9376         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9377         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9378         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9379
9380         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9381         save-excursion.
9382
9383 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * Version number is increased to 2.5.3.
9386
9387         * wl-summary.el (wl-summary-save-view-cache):
9388         Delete duplicated `write-region';
9389         Use `write-region-as-binary' instead of `as-binary-output-file' and
9390         `write-region'.
9391
9392 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9393
9394         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9395
9396 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9397
9398         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9399         instead of `smtp-via-smtp'.
9400
9401 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9402
9403         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9404
9405 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9406
9407         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9408         instead of `smtp-sasl-user-realm'.
9409
9410 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9411
9412         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9413
9414 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9415
9416         * Version number is increased to 2.5.2.
9417
9418 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9419
9420         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9421         does not exist.
9422         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9423         (wl-biff-start): Call `timer-activate' if timer already exists.
9424
9425         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9426         only when it is bound as function.
9427
9428 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9429
9430         * Version number is increased to 2.5.1.
9431
9432 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9433
9434         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9435         Print refile/copy destination.
9436
9437 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9438
9439         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9440         queue-flush-only is non-nil.
9441
9442         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9443
9444         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9445         checking cache folder.
9446
9447 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9448
9449         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9450         `regexp-quote'.
9451
9452 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9453
9454         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9455         function.
9456         * wl-summary.el (wl-summary-write-current-folder-functions):
9457         Change default value.  Use it.
9458
9459 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9460
9461         * Version number is increased to 2.5.0.
9462
9463         * wl-version.el (wl-version): Changed codename.
9464
9465 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9466
9467         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9468         (wl-summary-supersedes-message): Ditto.
9469
9470 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9471
9472         * wl-refile.el (wl-refile-guess-functions): Renamed from
9473         `wl-refile-guess-func-list'.
9474
9475 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9476
9477         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9478         Fixed problem when no rule was matched.
9479
9480 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9481
9482         * wl-summary.el (wl-summary-get-mark): Fixed
9483         `wl-summary-buffer-target-mark' check logic.
9484
9485 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9486
9487         * wl-folder.el (wl-folder-write-current-folder): Added group
9488         folder check.
9489
9490         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9491         `wl-summary-write-current-newsgroup'.
9492         (wl-summary-write-current-folder-functions): New variable.
9493         * wl-folder.el (wl-folder-get-newsgroups): New function.
9494         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9495         (wl-folder-write-current-folder): Renamed from
9496         `wl-folder-write-current-newsgroup'.
9497
9498 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9499
9500         * Version number is increased to 2.3.93.
9501
9502 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9503
9504         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9505         (wl-ldap-make-matched-value-list): Ditto.
9506         (wl-ldap-alias-safe-string): Split e-mail address.
9507
9508         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9509         petname folder default was selected.
9510         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9511         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9512
9513 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9516         to `wl-draft-config-exec'.
9517
9518         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9519         instead of calling `wl-draft-config-exec';
9520         Process group-list and show recipients in minibuffer.
9521
9522         * tm-wl.el (wl-draft-preview-message): Ditto.
9523
9524 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9525
9526         * wl.el (toplevel): Added (C) to copyright notice, and
9527         sync Author header.
9528         * tm-wl.el (toplevel): Ditto.
9529         * wl-address.el (toplevel): Ditto.
9530         * wl-demo.el (toplevel): Ditto.
9531         * wl-dnd.el (toplevel): Ditto.
9532         * wl-draft.el (toplevel): Ditto.
9533         * wl-e21.el (toplevel): Ditto.
9534         * wl-expire.el (toplevel): Ditto.
9535         * wl-folder.el (toplevel): Ditto.
9536         * wl-highlight.el (toplevel): Ditto.
9537         * wl-message.el (toplevel): Ditto.
9538         * wl-mime.el (toplevel): Ditto.
9539         * wl-mule.el (toplevel): Ditto.
9540         * wl-nemacs.el (toplevel): Ditto.
9541         * wl-refile.el (toplevel): Ditto.
9542         * wl-score.el (toplevel): Ditto.
9543         * wl-summary.el (toplevel): Ditto.
9544         * wl-template.el (toplevel): Ditto.
9545         * wl-thread.el (toplevel): Ditto.
9546         * wl-util.el (toplevel): Ditto.
9547         * wl-vars.el (toplevel): Ditto.
9548         * wl-xmas.el (toplevel): Ditto.
9549
9550 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9551
9552         * wl.el (wl-init): Added comment about `wl-init-hook'.
9553         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9554         * wl-vars.el (wl-init-hook): Added docs.
9555         (wl-make-plugged-hook): Removed useless docs.
9556         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9557         * wl-xmas.el (toplevel): Ditto.
9558
9559 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9560
9561         * wl-address.el (toplevel): Fixed multiple Author header format.
9562         * wl-demo.el (toplevel): Ditto.
9563         * wl-draft.el (toplevel): Ditto.
9564         * wl-folder.el (toplevel): Ditto.
9565         * wl-summary.el (toplevel): Ditto.
9566         * wl-thread.el (toplevel): Ditto.
9567         * wl-util.el (toplevel): Ditto.
9568         * wl-vars.el (toplevel): Ditto.
9569         * wl-version.el (toplevel): Ditto.
9570         * wl-xmas.el (toplevel): Ditto.
9571         * wl.el (toplevel): Ditto.
9572
9573         * wl-version.el (toplevel): Added require `elmo-version' for
9574         `product-version-as-string'.
9575
9576 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-vars.el (wl-draft-send-hook): Changed default value to
9579         '(wl-draft-config-exec).
9580
9581         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9582         explicitly.
9583         (wl-draft): Set `wl-draft-config-exec-flag' before running
9584         `wl-mail-setup-hook'.
9585
9586         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9587         `wl-biff-init-icons' to `wl-init-hook' instead of
9588         `wl-make-plugged-hook'.
9589         (Because if `wl-draft' command is invoked at first,
9590         they are not initialized)
9591         Updated copyright notice.
9592
9593         * wl-e21.el (toplevel): Ditto;
9594
9595         * wl-demo.el (toplevel): Updated copyright notice.
9596         * wl-address.el (toplevel): Ditto.
9597         * wl-draft.el (toplevel): Ditto.
9598         * wl-version.el (toplevel): Ditto.
9599         * wl-folder.el (toplevel): Ditto.
9600         * wl-summary.el (toplevel): Ditto.
9601         * wl-thread.el (toplevel): Ditto.
9602         * wl-util.el (toplevel): Ditto.
9603         * wl-vars.el (toplevel): Ditto.
9604         * wl.el (toplevel): Ditto.
9605
9606 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9607
9608         * wl-highlight.el (wl-highlight-message): Fixed problem of
9609         highlighting failure which occured when the last field contains
9610         multiple lines in the draft buffer.
9611
9612         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9613         `wl-biff-start' if plugged.
9614
9615         * wl-util.el (wl-biff-check-folder): New function.
9616         (wl-biff-check-folders): Don't set session name prefix.
9617         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9618         (wl-biff-check-folder-async): Ditto.
9619
9620         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9621         in email address.
9622
9623 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9624
9625         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9626
9627         * wl-draft.el (wl-draft-strip-subject-re): New function.
9628
9629         * wl-draft.el (wl-draft-reply): Use it.
9630
9631 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9632
9633         * wl-message.el (wl-mmelmo-message-redisplay): Use
9634         `mime-display-message' instead of `wl-mime-display-message'.
9635
9636         * wl-mime.el (toplevel): Removed compatibility workaround
9637         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9638         (wl-mime-display-message): Abolished.
9639         (wl-mime-entity-read-field): Ditto.
9640         (wl-mime-combine-message/partial-pieces): Use
9641         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9642
9643 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9644
9645         * wl-template.el: Doc fixes.
9646
9647 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9648
9649         * wl-e21.el (wl-message-overload-functions): Do nothing if
9650         `current-local-map' is not available.
9651         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9652
9653 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9654
9655         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9656         representation.
9657
9658         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9659         number.
9660         (wl-fldmgr-save-folders): Don't use `format' when insert
9661         `wl-fldmgr-folders-header'.
9662
9663 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9664
9665         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9666
9667 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9668
9669         * wl-highlight.el (wl-highlight-message):
9670         Use `std11-field-end' to detect end point of the header field.
9671         Refer `wl-highlight-max-header-size'.
9672
9673         * wl-vars.el (wl-highlight-max-header-size): New variable.
9674
9675         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9676
9677         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9678         Set `for-draft' argument of wl-highlight-headers.
9679         (wl-draft): Ditto.
9680         (wl-draft-reedit): Ditto.
9681         (wl-user-agent-compose-internal): Ditto.
9682
9683 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9684
9685         * wl-message.el (wl-message-add-button): Use overlay.
9686
9687 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9688
9689         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9690
9691         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9692         problem when group-list content is nothing.
9693         (Reported by Mito <mit@nines.nec.co.jp>)
9694
9695 2000-10-18  SAITO Atsunori <sai@yedo.com>
9696
9697         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9698
9699 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9700
9701         * tm-wl.el (toplevel): Use product-provide.
9702
9703 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9704
9705         * Version number is increased to 2.3.92.
9706
9707 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9708
9709         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9710         title text, use `display' property for left margin under Emacs 21.
9711
9712         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9713         properties.
9714         (wl-plugged-init-icons): Ditto.
9715
9716 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9717
9718         * wl.el (wl-save-status, wl-init): Remove last period in
9719         "...done." message.
9720         * tm-wl.el (wl-summary-burst): Ditto.
9721         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9722         wl-summary-resume-cache-status,
9723         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9724         wl-summary-sync-update3, wl-summary-highlight-msgs,
9725         wl-summary-flush-pending-append-operations,
9726         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9727         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9728         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9729         wl-thread-open-all): Ditto.
9730         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9731         * wl-mime.el (wl-summary-burst): Ditto.
9732         * wl-highlight.el (wl-highlight-summary): Ditto.
9733         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9734         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9735         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9736         * wl-address.el (wl-local-address-init): Ditto.
9737
9738 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9739
9740         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9741         `add-text-properties'.
9742         (wl-plugged-init-icons): Ditto.
9743         (wl-folder-init-icons): Use `propertize' instead of
9744         `put-text-property'.
9745         (wl-plugged-set-folder-icon): Ditto.
9746         (wl-e21-highlight-folder-group-line): Ditto.
9747
9748 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9749
9750         * wl-version.el (wl-version-status-alist): New variable.
9751         (wl-version-status): New function.
9752
9753         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9754         "Cc" part of the case "Reply-To".
9755
9756         * wl-draft.el (wl-draft-reply): Use result of
9757         `eword-extract-address-components'.
9758
9759         * wl-demo.el (wl-demo-icon-name): New constant.
9760         (wl-logo-xpm): Use it.
9761         (wl-logo-xbm): Ditto.
9762         (wl-logo-bitmap): Ditto.
9763
9764         * Version number is increased to 2.3.91.
9765
9766 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9767
9768         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9769         (wl-extended-emacs-version, wl-extended-emacs-version2,
9770         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9771         docstring.
9772
9773         * wl-version.el (wl-generate-user-agent-string-1): New function.
9774         (wl-generate-user-agent-string): Use it.
9775
9776         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9777         `mime-edit-insert-user-agent-field'.
9778         (wl-generate-user-agent-string): Check
9779         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9780
9781         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9782         instead of `if', when verbose case.
9783
9784 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9785
9786         * wl-expire.el (wl-summary-expire): Fix.
9787
9788 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9789
9790         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9791         and `elmo-lost+found-folder' if 'wl-draft.
9792         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9793
9794 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9795
9796         * wl-expire.el (wl-summary-expire): Change messages.
9797         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9798         `deleing-info' instead of "Deleting..."
9799
9800 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9801
9802         * wl-summary.el (wl-summary-refile-subr): Fix.
9803
9804 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9805
9806         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9807         if pipe folder.
9808
9809 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9810
9811         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9812
9813 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9814
9815         * wl-expire.el (wl-expire-hide): New function.
9816         (wl-summary-expire): Add `hide'.
9817
9818 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9819
9820         * wl-vars.el (wl-draft-reply-without-argument-list):
9821         Changed default value to consider `Reply-To:'.
9822         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9823
9824         * Version number is increased to 2.3.90.
9825
9826         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9827         elmo-imap4-get-session with unwind-protect.
9828         Don't cause error.
9829         (wl-summary-sync-marks): Don't check plugged nor folder type.
9830         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9831         (Always keep current buffer).
9832
9833 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9834
9835         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9836         Enclose with `save-excursion'.
9837
9838 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9839
9840         * wl-version.el (wl-version): Remove interactive.
9841
9842 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9843
9844         * wl-version.el (wl-generate-user-agent-string): Use
9845         `product-string-verbose' instead of `product-string-1'.
9846
9847 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9848
9849         * wl-vars.el (wl-draft-use-cache): New variable.
9850         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9851         if wl-draft-use-cache is non-nil.
9852
9853 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9854
9855         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9856         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9857
9858 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9859
9860         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9861         (wl-thread-msg-mark-as-unread): Ditto.
9862
9863         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9864         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9865         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9866         Don't set mark in summary if return value of `elmo-mark-as-read'
9867         is nil.
9868         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9869         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9870         instead of `wl-thread-msg-mark-as-read'.
9871         (wl-summary-mark-as-unread-region): Ditto.
9872         (wl-summary-target-mark-mark-as-read): Ditto.
9873
9874         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9875
9876 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9877
9878         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9879
9880         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9881
9882 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9883
9884         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9885         face.
9886
9887 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9888
9889         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9890         `running-xemacs'.
9891
9892 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9893
9894         * wl-version.el (toplevel): Use `product-version-as-string' for
9895         set verstion-string, if defined.
9896
9897         * wl-version.el (wl-version-show): Insert string at point, when
9898         call with argument.
9899
9900         * wl-version.el (wl-generate-user-agent-string): Use
9901         `product-string-1' instead of `wl-appname', `wl-version' and
9902         `wl-codename'.
9903
9904 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9905
9906         * wl-address.el (toplevel): Use product-provide.
9907         * wl-demo.el (toplevel): Ditto.
9908         * wl-dnd.el (toplevel): Ditto.
9909         * wl-draft.el (toplevel): Ditto.
9910         * wl-e21.el (toplevel): Ditto.
9911         * wl-expire.el (toplevel): Ditto.
9912         * wl-fldmgr.el (toplevel): Ditto.
9913         * wl-folder.el (toplevel): Ditto.
9914         * wl-highlight.el (toplevel): Ditto.
9915         * wl-message.el (toplevel): Ditto.
9916         * wl-mime.el (toplevel): Ditto.
9917         * wl-mule.el (toplevel): Ditto.
9918         * wl-nemacs.el (toplevel): Ditto.
9919         * wl-refile.el (toplevel): Ditto.
9920         * wl-score.el (toplevel): Ditto.
9921         * wl-summary.el (toplevel): Ditto.
9922         * wl-template.el (toplevel): Ditto.
9923         * wl-thread.el (toplevel): Ditto.
9924         * wl-util.el (toplevel): Ditto.
9925         * wl-vars.el (toplevel): Ditto.
9926         * wl-xmas.el (toplevel): Ditto.
9927         * wl.el (toplevel): Ditto.
9928
9929 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9930
9931         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9932         instead of product.
9933
9934         * wl-version.el (wl-version): Compile time evalution elmo-version.
9935
9936 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9937
9938         * wl-summary.el (wl-summary-sync-force-update): Append queue
9939         `mark-as-read'if unplugged.
9940
9941 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9942
9943         * wl-version.el: New file.  Use product.el.
9944         * wl.el: add (require 'wl-version).
9945         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9946         for ~/.folders header.
9947         (wl-fldmgr-folders-header): Changed.
9948         * wl-demo.el (wl-demo): Use product.el.
9949
9950         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9951         wl-version.el.
9952         * wl-util.el (wl-version, wl-version-show): Ditto.
9953
9954         * wl-util.el (wl-generate-user-agent-string,
9955         wl-extended-emacs-version, wl-extended-emacs-version2,
9956         wl-extended-emacs-version3): Move to wl-version.el.
9957         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9958         xemacs-codename, mime-edit-insert-user-agent-field,
9959         mime-edit-user-agent-value, mime-editor/version,
9960         mime-editor/codename): Compile warning killer move to
9961         wl-version.el
9962
9963 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9964
9965         * wl-summary.el (wl-summary-refile-subr): Fix.
9966
9967 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9968
9969         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9970         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9971
9972 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9973
9974         * wl.el (wl-check-environment): Check too many `@'.
9975
9976 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9977
9978         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9979
9980 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9981
9982         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9983         wl-draft-reply-myself-without-argument-list): Add variables.
9984         * wl-draft.el (wl-draft-reply): Use it.
9985
9986 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9987
9988         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9989         the 5th argument of `elmo-network-get-spec'.
9990
9991         * wl-thread.el (wl-thread-reparent-children): New inline function.
9992         (wl-thread-delete-message): Use it.
9993
9994         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9995         (wl-summary-score-update-all-lines): Don't use `dolist'.
9996
9997 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9998
9999         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
10000         (require 'elmo-msgdb) for inline function.
10001
10002 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
10003
10004         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
10005
10006 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
10007
10008         * wl-score.el (wl-score-headers): Fix for the confusing macro
10009         `elmo-kill-buffer'.
10010
10011 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
10012
10013         * wl-summary.el: Don't use the 3rd argument of `require' because
10014         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
10015         * wl-util.el: Ditto.
10016         * wl-draft.el: Ditto.
10017
10018 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
10019
10020         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
10021         window system is not used.
10022
10023 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
10024
10025         * wl-thread.el: Don't use `mapcar' only for iteration.
10026         (wl-thread-resume-entity): Ditto.
10027         (wl-thread-delete-message): Ditto.
10028
10029         * wl-summary.el: Bind `dragdrop-drop-functions',
10030         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
10031         of `require' for `timezone', `easymenu' and `ps-print';
10032         don't use `mapcar' only for iteration.
10033
10034         * wl-util.el: Bind `mule-version', `nemacs-version',
10035         `emacs-beta-version', `xemacs-codename',
10036         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
10037         `mime-editor/version' and `mime-editor/codename'; specify 3rd
10038         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
10039         only for iteration.
10040
10041         * wl-score.el: Don't use `mapcar' only for iteration.
10042         (wl-score-simplify-buffer-fuzzy): Ditto.
10043         (wl-score-simplify-subject): Ditto.
10044         (wl-score-headers): Ditto.
10045         (wl-summary-score-update-all-lines): Ditto.
10046
10047         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
10048         `enable-multibyte-characters' and `mule-version'.
10049
10050         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
10051         `mapcar' only for iteration.
10052
10053         * wl-demo.el: Don't use `mapcar' only for iteration.
10054
10055         * wl-folder.el: Don't use `mapcar' only for iteration.
10056         (wl-folder-open-all): Ditto.
10057         (wl-folder-count-incorporates): Ditto.
10058
10059         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
10060         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
10061
10062         * wl-draft.el: Bind `x-face-add-x-face-version-header',
10063         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
10064         `smtp-connection-type'; specify 3rd argument of `require' for
10065         `timezone'; don't use `mapcar' only for iteration.
10066         (wl-draft-clone-local-variables): Don't use `mapcar'.
10067         (wl-draft-generate-clone-buffer): Ditto.
10068         (wl-user-agent-compose-internal): Ditto.
10069
10070         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
10071
10072         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
10073         (wl-save-status): Ditto.
10074
10075         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
10076         for iteration.
10077
10078 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
10079
10080         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
10081         removed `Date'.
10082         (wl-fldmgr-make-filter-default): New user option.
10083
10084         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
10085         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
10086         (wl-fldmgr-filter-completion-alist): Abolish.
10087
10088         * wl.el (wl): Don't check servers if arg is non-nil.
10089
10090         * wl-draft.el (wl-draft-reply): Set only message-id string to
10091         In-Reply-To field.
10092
10093 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10094
10095         * wl-summary.el (wl-summary-pick): Rewrite.
10096
10097         * wl-draft.el (wl-draft-forward): Get references field from
10098         original buffer.
10099         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
10100
10101 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10102
10103         * wl-draft.el (wl-draft-forward): Add references field.
10104
10105 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
10106
10107         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
10108         (wl-draft-reply): Use it.
10109
10110 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
10111
10112         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
10113         when Emacs 21 is running.
10114
10115         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
10116         bindings.
10117
10118 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10119
10120         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
10121         XPM icons transparent.
10122
10123         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
10124         Emacs 21.
10125
10126 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
10127
10128         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
10129         nil.
10130
10131         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
10132         when it is persistent.
10133         (wl-summary-sync-marks): Changed argument for
10134         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10135         (wl-summary-virtual): Use `elmo-read-search-condition'.
10136         (wl-summary-redisplay-internal): If folder is local, mark as read
10137         even when folder is plugged.
10138
10139 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10140
10141         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10142         of `tool-bar-lines' in the frame parameters.
10143         (after-make-frame-functions, post-command-hook): Don't modify the
10144         value.
10145         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10146         wl-e21-tool-bar-lines): Removed.
10147
10148 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10149
10150         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10151         properties `evaporate' and `wl-momentary-overlay' as well.
10152         (wl-highlight-summary-displaying): Ditto.
10153         (wl-delete-all-overlays): Don't delete overlay which does not have
10154         a property `wl-momentary-overlay'.
10155
10156         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10157         `display-mouse-p' and `display-graphic-p'.
10158         (wl-folder-init-icons): Don't search for XBM or the other files.
10159         (wl-plugged-set-folder-icon): Make icons if and only if
10160         `display-graphic-p' returns non-nil.
10161         (wl-highlight-plugged-current-line): Use `before-string' overlay
10162         property to show icon images.
10163         (wl-highlight-folder-current-line): Ditto.
10164         (wl-e21-highlight-folder-group-line): Ditto.
10165         (wl-e21-highlight-folder-by-numbers): Ditto.
10166         (wl-e21-insert-image): Removed.
10167         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10168         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10169         said.
10170         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10171         `wl-e21-force-switch-toolbar'.
10172         (wl-e21-make-icon-image): Removed.
10173         (wl-e21-setup-toolbar): Don't search for XBM files.
10174         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10175         the default value.
10176
10177 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10178
10179         * wl-util.el (wl-biff-check-folder-async): Set
10180         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10181
10182 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10183
10184         * wl-e21.el (after-make-frame-functions): Add
10185         `wl-e21-force-switch-toolbar'.
10186         (wl-e21-force-switch-toolbar): New function force to switch the
10187         toolbar appearance automatically.
10188         (post-command-hook): Add `wl-e21-switch-toolbar'.
10189         (wl-e21-switch-toolbar): New function to switch the toolbar
10190         appearance automatically.
10191         (wl-e21-tool-bar-lines): New buffer local variable.
10192
10193 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10194
10195         * wl-util.el (wl-biff-check-folders-running): New variable.
10196         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10197         (wl-biff-check-folder-async-callback):
10198         Set `wl-biff-check-folders-running'.
10199         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10200         with unwind-protect.
10201
10202         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10203         Enclose `wl-folder-auto-check' with unwind-protect.
10204
10205         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10206         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10207
10208         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10209
10210         * wl-util.el (wl-biff-notify): New inline function.
10211         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10212         locally.
10213         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10214         folder-list' is 1.
10215         Use `wl-biff-notify'.
10216         (wl-biff-check-folder-async-callback): New function.
10217         (wl-biff-check-folder-async): Ditto.
10218
10219         * wl-folder.el (wl-folder): Don't check folders.
10220         (wl-folder-auto-check): New function.
10221
10222 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10223
10224         * wl-util.el (wl-biff-start) [Emacs19+]:
10225         Use `timer-next-integral-multiple-of-time'.
10226         (wl-biff-check-folders): Use `wl-default-folder'
10227         if `wl-biff-check-folder-list' is nil.
10228
10229 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10230
10231         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10232         instead of `elmo-delete-lists'.
10233
10234 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10235
10236         * wl.el (wl-plugged-toggle-all): Set the value of
10237         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10238         (wl-plugged-toggle): Ditto.
10239         (wl-toggle-plugged): Ditto.
10240         (wl-plugged-init): Ditto.
10241
10242         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10243         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10244         instead of `wl-biff-state-indicator-off' and
10245         `wl-biff-state-indicator-on'; don't modify the value and the type
10246         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10247         (wl-plugged-init-icons): Set icons data to
10248         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10249         instead of `wl-plug-state-indicator-off' and
10250         `wl-plug-state-indicator-on'; don't modify the value and the type
10251         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10252
10253         * wl-vars.el (wl-modeline-biff-state-off,
10254         wl-modeline-biff-state-on, wl-modeline-biff-status,
10255         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10256         wl-modeline-plug-status): New internal variables.
10257         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10258         wl-biff-check-interval, wl-biff-check-folder-list): Change
10259         customization group from `wl-folder' to `wl-highlight'.
10260         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10261         wl-show-plug-status-on-modeline): Defcustomized.
10262
10263         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10264         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10265         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10266         a flag to `mode-line-buffer-identification'.
10267
10268         * wl-e21.el (wl-biff-init-icons): Set icons data to
10269         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10270         instead of `wl-biff-state-indicator-off' and
10271         `wl-biff-state-indicator-on'.
10272         (wl-plugged-init-icons): Set icons data to
10273         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10274         instead of `wl-plug-state-indicator-off' and
10275         `wl-plug-state-indicator-on'.
10276
10277 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10278
10279         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10280         excessive titles.
10281
10282 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10283
10284         * wl.el (wl-plugged-mode): Use revised
10285         `wl-mode-line-buffer-identification'.
10286         (wl-plugged-init): Don't use `force-mode-line-update'.
10287
10288         * wl-xmas.el (wl-draft-overload-functions): Use revised
10289         `wl-mode-line-buffer-identification'.
10290         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10291         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10292         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10293         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10294         `wl-make-plugged-hook';
10295         add `wl-folder-init-icons' and `wl-setup-folder' to
10296         `wl-folder-mode-hook'.
10297
10298         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10299         19 as well.
10300         (wl-mode-line-display-priority-list): New user option.
10301         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10302         Defcustomized.
10303         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10304         Add docs.
10305
10306         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10307         start.
10308         (wl-mode-line-buffer-identification): Revised as a function.
10309
10310         * wl-summary.el (wl-summary-mode): Use revised
10311         `wl-mode-line-buffer-identification'; don't call
10312         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10313         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10314         `wl-xmas-setup-summary'.
10315
10316         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10317         `wl-mode-line-buffer-identification'.
10318
10319         * wl-mule.el (wl-draft-overload-functions): Use revised
10320         `wl-mode-line-buffer-identification'.
10321
10322         * wl-folder.el (wl-make-plugged-alist): Don't call
10323         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10324         (wl-folder): Don't call `wl-folder-init-icons' directly.
10325         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10326         `wl-xmas-setup-folder' directly;
10327         use revised `wl-mode-line-buffer-identification'.
10328         (TopLevel): Don't bind `wl-biff-init-icons',
10329         `wl-plugged-init-icons', `wl-folder-init-icons',
10330         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10331
10332         * wl-e21.el (wl-draft-overload-functions): Use revised
10333         `wl-mode-line-buffer-identification'.
10334         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10335         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10336         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10337         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10338         `wl-make-plugged-hook';
10339         add `wl-folder-init-icons' and `wl-setup-folder' to
10340         `wl-folder-mode-hook'.
10341
10342 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10343             Katsumi Yamaoka    <yamaoka@jpl.org>
10344
10345         * wl.el (wl): Call `wl-biff-start'.
10346         (wl-exit): Call `wl-biff-stop'.
10347         (wl-plugged-mode): Show biff in modeline.
10348         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10349
10350         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10351         (wl-biff-init-icons): New function.
10352         (wl-plugged-init-icons): Don't make too much keymaps.
10353         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10354
10355         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10356         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10357         variables.
10358         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10359         options.
10360
10361         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10362         wl-biff-start, wl-biff-stop): New functions.
10363         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10364         (wl-biff-timer-name): New variable.
10365
10366         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10367
10368         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10369         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10370
10371         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10372         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10373
10374         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10375         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10376         `wl-folder-init-icons' to `ignore' if they are not available.
10377         (wl-folder-mode): Show biff in modeline.
10378
10379         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10380         (wl-biff-init-icons): New function.
10381         (wl-plugged-init-icons): Don't make too much keymaps.
10382         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10383
10384 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10385
10386         * wl-vars.el (wl-strict-diff-folders): Customization Type
10387         and doc fix.  Define as a list of regular expressions for
10388         folders or nil.
10389         * wl-folder.el (wl-folder-check-one-entity): Use
10390         `wl-string-match-member' instead of `wl-string-member' for
10391         `wl-strict-diff-folders'.
10392
10393 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10394
10395         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10396         (wl-highlight-folder-current-line): Use it; new implementation.
10397         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10398         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10399         `defsubst' instead of `defun'.
10400
10401         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10402         `wl-highlight-group-folder-by-numbers'; made it can also be a
10403         number.  See info for more details.
10404
10405         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10406         running.
10407
10408         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10409         to bind them.
10410
10411         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10412         (wl-highlight-folder-current-line): New implementation.
10413
10414         * wl-highlight.el (wl-highlight-folder-group-line): New
10415         implementation.
10416         (wl-delete-all-overlays): Rewrite as a marco.
10417         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10418
10419         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10420         running.
10421         (wl-folder-*-glyph): No need to bind them.
10422
10423         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10424         `wl-e21-highlight-folder-group-icon'; rewrite.
10425         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10426         `defsubst' instead of `defun'.
10427         (wl-folder-mode-map): Bind it when compiling.
10428
10429 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10430
10431         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10432
10433         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10434
10435 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10436
10437         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10438
10439 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10440
10441         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10442         (wl-highlight-folder-current-line): Use it.
10443
10444         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10445         in `id-name'.
10446
10447 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10448
10449         * wl.el: Require `wl-e21' when Emacs 21 is running.
10450
10451         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10452         default when Emacs 21 is running.
10453         (wl-use-highlight-mouse-line): Ditto.
10454         (wl-on-emacs21): New constant.
10455         (wl-on-emacs20): Removed.
10456
10457         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10458         Emacs 21 is running.
10459
10460         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10461         Emacs 21 is running.
10462
10463         * wl-e21.el: New file.
10464
10465 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10466
10467         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10468         (wl-toggle-plugged): Ditto.
10469         (wl-plugged-toggle): Ditto.
10470         (wl-plugged-toggle-all): Ditto.
10471
10472         * wl-vars.el (wl-plug-state-indicator): Refer
10473         `wl-plug-state-indicator-on' indirectly.
10474
10475 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10476
10477         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10478         Call `wl-folder-confirm-existence'.
10479
10480         * wl-folder.el (wl-folder-confirm-existence): Added optional
10481         argument `force'.
10482
10483 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10484
10485         * wl-summary.el (wl-summary-refile-subr): Assume
10486         `copy-or-refile' as symbol.
10487         (wl-summary-refile): Follow up above change.
10488         (wl-summary-copy): Ditto.  Doc fix.
10489
10490 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10491
10492         * wl-summary.el (wl-summary-pick): Don't bind
10493         `elmo-search-mime-charset'.
10494
10495         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10496         default using old backquote style.
10497         (wl-search-mime-charset): Abolished.
10498
10499         * wl-highlight.el (wl-highlight-headers):
10500         Call `point' after `re-search-forward'(for Nemacs).
10501
10502         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10503         for elmo-imap4.el.
10504
10505 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10506
10507         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10508         `wl-message-ignored-field-list' instead of
10509         `mime-view-ignored-field-list'.
10510
10511         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10512         Add interactive spec.
10513         (wl-folder-goto-bottom-of-current-folder): Ditto.
10514         (wl-folder-mode-map): Bind them.
10515
10516         * wl-vars.el (wl-message-ignored-field-list): New variable.
10517         (wl-message-visible-field-list): New variable.
10518
10519         * wl-mime.el (wl-mime-header-presentation-method): New function.
10520         (wl-mime-setup): Set header-presentation-method.
10521
10522 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10523
10524         * wl-nemacs.el (wl-draft-overload-functions): Set
10525         `mode-line-buffer-identification' instead of using
10526         `wl-make-modeline'.
10527
10528         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10529         instead of using `wl-make-modeline'.
10530
10531         * wl-xmas.el (wl-plugged-init-icons): Set up
10532         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10533         (wl-make-modeline): Abolish.
10534         (wl-draft-overload-functions): Set
10535         `mode-line-buffer-identification' instead of using
10536         `wl-make-modeline'.
10537
10538         * wl-util.el (wl-make-modeline-subr): Abolish.
10539         (wl-mode-line-buffer-identification): New alias.
10540
10541         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10542         (wl-summary-make-modeline): Abolish.
10543         (wl-summary-buffer-set-folder): Set
10544         `wl-summary-buffer-folder-indicator'.
10545         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10546         of using `wl-make-modeline'.
10547         (wl-summary-switch-to-clone-buffer): Don't set
10548         `mode-line-buffer-identification'.
10549         (wl-summary-goto-folder-subr): Ditto.
10550
10551         * wl-mule.el (wl-draft-overload-functions): Set
10552         `mode-line-buffer-identification' instead of using
10553         `wl-make-modeline'.
10554
10555         * wl-folder.el (wl-folder-mode): Set
10556         `mode-line-buffer-identification' instead of using
10557         `wl-make-modeline'.
10558         (wl-folder): Don't set `mode-line-buffer-identification'.
10559
10560 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10561
10562         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10563         instead of `member' for `wl-refile-guess-func-list' look-ups.
10564         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10565
10566 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10567
10568         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10569         `wl-message-button-dispatcher'.
10570
10571         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10572
10573         * wl-message.el (wl-message-button-dispatcher): Use it.
10574
10575         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10576         "In-Reply-To".
10577
10578         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10579         Bind `case-fold-search' to t.
10580
10581 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10582
10583         * wl-xmas.el (wl-message-overload-functions): Initialize
10584         `wl-message-button-map'.
10585
10586         * wl-mule.el (wl-message-overload-functions): Initialize
10587         `wl-message-button-map'.
10588
10589         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10590
10591         * wl-message.el (wl-message-button-map): New keymap.
10592         (wl-message-add-button): New function.
10593         (wl-message-button-dispatcher): New function.
10594         (wl-message-button-refer-article): New function.
10595
10596         * wl-highlight.el
10597         (wl-highlight-message-add-buttons-to-header): New function.
10598         (wl-highlight-headers): Use it.
10599
10600 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10601
10602         * wl-summary.el (wl-summary-default-from): Use
10603         `wl-address-get-petname-1'.
10604         (wl-summary-simple-from): Ditto.
10605
10606         * wl-address.el (wl-address-get-petname-1): New inline function.
10607         (wl-address-get-petname): Use it.
10608
10609 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10610
10611         * wl-summary.el (wl-summary-default-from): Return full-name part
10612         from the address if no petname was found.
10613         (wl-summary-simple-from): Ditto.
10614
10615         * wl-address.el (wl-address-get-petname): Return nil if no petname
10616         associated with the address was found.
10617
10618 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10619
10620         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10621         display is finished.
10622
10623 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10624
10625         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10626         `elmo-folder-exists-p' argument.
10627
10628 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10629
10630         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10631         the folder.
10632
10633 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10634
10635         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10636
10637         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10638         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10639
10640 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10641
10642         * wl-folder.el (wl-folder-create-subr): New function.
10643         (wl-folder-confirm-existence): Use it.
10644         (wl-folder-check-one-entity): Use it.
10645         Check the error symbol is derived from 'elmo-open-error.
10646
10647         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10648         `ignore-error'.
10649
10650 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10651
10652         * wl-util.el (toplevel): Add (eval-when-compile (require
10653         'elmo-util)).  (Maybe `provide' is typo.)
10654
10655 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10656
10657         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10658         (I don't know why this was needed.)
10659
10660         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10661         Follow up changes for stream-type.
10662
10663         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10664         (wl-draft-elmo-nntp-send): Ditto.
10665
10666         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10667         (wl-nntp-posting-stream-type): Ditto.
10668         (wl-pop-before-smtp-ssl): Abolished.
10669         (wl-nntp-posting-ssl): Ditto.
10670
10671         * wl-address.el (wl-address-quote-specials): New function.
10672         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10673
10674         * wl-draft.el (wl-draft-reply): Ditto.
10675
10676 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10677
10678         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10679         use function `wl-string-match-assoc'.
10680
10681 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10682
10683         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10684
10685         * wl-draft.el (wl-draft-deduce-address-list): New function.
10686         (wl-draft-parse-mailbox-list): Ditto.
10687         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10688         instead of `smtp-deduce-address-list'.
10689         (wl-draft-on-field-p): Follow group list.
10690
10691         * wl-address.el (wl-address-concat-token): New function.
10692         (wl-address-string-without-group-list-contents): Ditto.
10693         (wl-complete-field-body): Fixed problem of completion
10694         by japanese petname.
10695         (wl-address-make-completion-list): Rewrite.
10696
10697 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10698
10699         * wl-address.el (wl-address-make-completion-list): Completion by
10700         petname.
10701         (wl-complete-field-body): Likewise.
10702
10703 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10704
10705         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10706         contains invalid address syntax.
10707
10708 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10709
10710         * wl-folder.el (wl-folder-check-entity-async): Use
10711         `elmo-nntp-spec-hostname'.
10712
10713 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10714
10715         * wl-summary.el (wl-summary-msgdb-load-async): Use
10716         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10717
10718 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10719
10720         * wl-draft.el (wl-draft-reply): Set argument
10721         `content-transfer-encoding' as nil.
10722
10723 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10724
10725         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10726         `wl-refile-alist'.
10727
10728 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10729
10730         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10731         (wl-draft-edit-string): Ditto.
10732         (wl-draft-forward): Ditto.
10733         * wl-summary.el (wl-summary-write): Ditto.
10734
10735 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10736
10737         * wl-summary.el (wl-summary-sync-update3): Call
10738         `wl-summary-buffer-number-column-detect'.
10739         (wl-summary-buffer-number-column-detect): Search from point-min.
10740
10741 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10742
10743         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10744         contains an address which is not included in original to or cc.
10745
10746 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10747
10748         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10749         begin-line does not exist.
10750         * wl-message.el (wl-message-uu-substring): Ditto.
10751
10752 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10753
10754         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10755         clear local variables.
10756         (wl-summary-exit): Call `elmo-commit'.
10757         (wl-summary-switch-to-clone-buffer): Call
10758         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10759         (wl-summary-goto-folder-subr): Ditto.
10760
10761         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10762         POP folder.
10763
10764 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10765
10766         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10767         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10768         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10769         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10770         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10771         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10772
10773         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10774
10775 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10776
10777         * wl-summary.el (wl-summary-search-by-subject):
10778         Search parent message from the latest one.
10779
10780 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10781
10782         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10783         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10784
10785         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10786         New user option.
10787
10788         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10789         if elmo-nntp-use-killed-list is nil.
10790         Use `elmo-msgdb-append-to-killed-list'.
10791         (Append numbers confirmed as disappeared to the killed list.)
10792         (wl-summary-confirm-appends): Don't display negative number.
10793
10794 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10795
10796         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10797
10798 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10799
10800         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10801         range is `all'.
10802         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10803         `elmo-list-bigger-diff'.
10804
10805 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10806
10807         * wl-summary.el (wl-summary-buffer-exit-func):
10808         New buffer local variable.
10809         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10810
10811 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10812
10813         * wl-demo.el (wl-demo): Fix the last change.
10814
10815 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10816
10817         * wl-demo.el (wl-demo): Don't use `eval'.
10818
10819 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10820
10821         * wl-summary.el (wl-summary-buffer-thread-modified):
10822         New buffer-local variable.
10823         (wl-summary-set-thread-modified): New function.
10824         (wl-summary-thread-modified-p): New function.
10825         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10826         (wl-summary-yank-saved-message): Use function
10827         `wl-summary-set-thread-modified'
10828         (wl-summary-switch-to-clone-buffer): Add
10829         `wl-summary-buffer-thread-modified'.
10830
10831         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10832         (wl-summary-buffer-mark-saved-hook): Ditto.
10833         * wl-summary.el (wl-summary-msgdb-save): New hook
10834         `wl-summary-buffer-message-saved-hook' and
10835         `wl-summary-buffer-mark-saved-hook'.
10836
10837 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10838
10839         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10840
10841 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10842
10843         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10844         don't hide scroll bars under FSF Emacsen because it may incur an
10845         undesirable redrawing.
10846
10847 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10848
10849         * wl-draft.el (wl-draft-edit-string): Call
10850         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10851
10852 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10853
10854         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10855
10856 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10857
10858         * wl-summary.el (wl-summary-msgdb-load-async): Call
10859         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10860
10861 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10862
10863         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10864         fringes in demo buffer; center bitmap logo correctly even if old
10865         Mule is used.
10866
10867 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10868
10869         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10870
10871         * wl-refile.el (wl-refile-subject-alist): New variable.
10872         (wl-refile-subject-alist-file-name): Ditto.
10873         (wl-refile-alist-setup): Rewrite.
10874         (wl-refile-alist-save): Use `elmo-object-save'.
10875         Eliminated arguments.
10876         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10877         (wl-refile-guess-by-subject): New function.
10878         (wl-refile-guess-func-list): Added it.
10879
10880 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10881
10882         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10883         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10884
10885 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10886
10887         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10888         New buffer-local variable.
10889         (wl-summary-buffer-next-folder-func): Ditto.
10890         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10891         if non-nil.
10892         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10893         if non-nil.
10894         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10895         if non-nil.
10896         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10897         if non-nil.
10898
10899 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10900
10901         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10902         permanently in the demo buffer.
10903
10904 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10905
10906         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10907         `mime-entity-fetch-field'.
10908
10909         * wl.el (wl-exit): Delete plugged buffer.
10910
10911         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10912         XEmacs has menubar feature.
10913
10914 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10915
10916         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10917         cannot arrive at the beginning of the buffer under old Emacsen.
10918
10919 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10920
10921         * wl-address.el (wl-address-ldap-search):
10922         Call `ldap-search-entries' with `withdn' argument t.
10923         (wl-complete-field-body): Bind completion-ignore-case as t.
10924         Clear ldap search hash when it was sole completion.
10925         Use elmo-string for pattern string.
10926         (wl-ldap-alias-safe-string): Eliminated needless let.
10927
10928 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10929
10930         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10931         (wl-ldap-alias-sep): New constant.
10932         (wl-ldap-search-attribute-type-list): Ditto.
10933         (wl-ldap-get-value): New function.
10934         (wl-ldap-make-filter): Ditto.
10935         (wl-ldap-make-matched-value-list): Ditto.
10936         (wl-ldap-alias-safe-string): Ditto.
10937         (wl-ldap-register-dn-string): Ditto.
10938         (wl-address-ldap-search): Rewrite.
10939
10940 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10941
10942         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10943         thread is deleted.
10944         (wl-thread-delete-line-from-buffer): Ditto.
10945         (wl-thread-get-exist-children): New function.
10946
10947 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10948
10949         * wl-demo.el (wl-demo): Made it to select various image types.
10950         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10951         from `wl-title-logo'.
10952         (wl-logo-ascii): New variable.
10953         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10954         (wl-demo-copyright-notice): New constant.
10955
10956         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10957
10958 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10959
10960         * wl-vars.el (wl-summary-target-above): Renamed from
10961         wl-summary-temp-above.
10962         * wl-score.el (wl-score-get-score-alist): Use it.
10963         (wl-summary-score-update-all-lines): Use it.
10964         * wl-summary.el: Ditto. (make-variable-buffer-local).
10965
10966 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10967
10968         * wl-vars.el (wl-ldap-port): New user option.
10969
10970         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10971         Rewite whole implementation.
10972         (wl-complete-field-body): Fixed.
10973
10974 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10975
10976         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10977         Choose implementation at compile time.
10978
10979 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10980
10981         * wl-address.el (wl-ldap-search-internal): New function.
10982         (wl-complete-field-to): Use it.
10983
10984 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10985
10986         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10987         Use `let' instead of `let*'.
10988         Require 'wl-vars.
10989
10990         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10991         Define as defcustom.
10992         (wl-ldap-base): Ditto.
10993         (wl-use-ldap): Ditto.
10994
10995 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10996
10997         * wl-address.el (wl-ldap-search): New function.
10998         (wl-complete-field-body): Use `wl-ldap-search'.
10999         (wl-ldap-server): New variable.
11000         (wl-ldap-base): Ditto.
11001         (wl-use-ldap): Ditto.
11002
11003 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
11004
11005         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
11006         (Pointed out by Mito <mit@nines.nec.co.jp>).
11007         * wl-summary.el (wl-summary-redisplay-no-mime): Update
11008         buffer-local variables like `wl-summary-redisplay-internal'.
11009         (wl-summary-redisplay-all-header): Likewise.  Update
11010         Summary view too.
11011
11012 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
11013
11014         * wl-summary.el (wl-summary-jump-to-parent-message):
11015         Consider prefix argument.
11016
11017         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
11018         when closed thread is deleted.
11019
11020 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
11021
11022         * wl-summary.el (wl-summary-jump-to-parent-message):
11023         Consider thread modification.
11024
11025 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
11026
11027         * wl-message.el (wl-message-normal-get-original-buffer): Use
11028         `save-excursion'.
11029
11030         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
11031         (wl-summary-showto-folder-regexp): Ditto.
11032
11033 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
11034
11035         * wl-util.el (wl-delete-alist): Doc fix.
11036         (wl-delete-associations): New function.
11037         (wl-inverse-alist): New function.
11038         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
11039         Split temporary variables. Use `wl-delete-associations'
11040         and `wl-inverse-alist'.
11041         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
11042
11043 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
11044
11045         * wl-folder.el (wl-folder-prefetch-entity):
11046         Execute prefetching if new count is unknown.
11047
11048 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11049
11050         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
11051
11052         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
11053         delete entity.
11054         (wl-thread-set-parent): If insert as top, set linked as nil.
11055
11056         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
11057         `wl-thread-cleanup-symbols' when view mode is thread.
11058
11059 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
11060
11061         * wl-folder.el (wl-folder-create-folder-entity): Use
11062         with-current-buffer.
11063         (wl-local-folder-init): Call set-buffer to make sure we are in
11064         the Folder buffer. Don't touch buffer-local variables here.
11065         (wl-folder-mode): Initialize buffer-local variables here.
11066
11067         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
11068         (wl-folder-entity-assign-id): Ditto.
11069         (wl-folder-create-entity-hashtb): Ditto.
11070         (wl-local-folder-init): Ditto.
11071         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
11072
11073 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11074
11075         * wl-summary.el (wl-summary-default-from): Fix probrem when
11076         std11-extract-address-components return (nil "foo@bar").
11077
11078 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
11079
11080         * wl-draft.el (wl-draft-clone-local-variables):
11081         Remove redundant `setq'.
11082
11083 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
11084
11085         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
11086         Bind wl-highlight-x-face-func as nil while highlighting header.
11087
11088 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
11089
11090         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
11091
11092 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11093
11094         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
11095         elmo-msgdb-overview-hashtb from copy-variables.
11096         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
11097         instead of `elmo-msgdb-overview-get-entity-by-number'.
11098         (wl-summary-auto-refile): Ditto.
11099
11100         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
11101         `elmo-msgdb-overview-get-entity' instead of
11102         `elmo-msgdb-search-overview-entity'.  Use
11103         `elmo-msgdb-overview-get-entity' instead of
11104         `elmo-msgdb-overview-get-entity-by-number'.
11105         (wl-thread-insert-entity-sub): Ditto.
11106         (wl-thread-insert-message): Ditto.
11107
11108         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
11109         `elmo-msgdb-overview-get-entity'.
11110         (wl-normal-message-redisplay): Ditto.
11111
11112 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11113
11114         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
11115         `wl-thread-entities'.
11116         (wl-thread-delete-message): Fix remove top message from
11117         `wl-thread-entity-list'.
11118
11119         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
11120         wl-append(nconc), because update-list is broken on Meadow.
11121
11122         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
11123         updating process.
11124         (wl-summary-rescan): Ditto.
11125         (wl-summary-sync-update3): Ditto.
11126         * wl-thread.el (wl-thread-set-parent): Renamed from
11127         `wl-summary-set-parent'.
11128         (wl-thread-insert-message): Updating buffer faster.
11129         (wl-thread-delete-message): Updating buffer faster.
11130
11131         * wl-score.el (wl-summary-score-update-all-lines): Changed
11132         interval for display progress gauge.
11133
11134 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11135
11136         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11137         folder always-sticky.
11138         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11139         defmacro.
11140
11141 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11142
11143         * wl-vars.el (wl-draft-add-references): New user option.
11144
11145         * wl-draft.el (wl-draft-add-references): New function.
11146         (wl-draft-yank-from-mail-reply-buffer): Use it.
11147         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11148         as nil.
11149
11150 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11151
11152         * wl-thread.el (wl-thread-update-line-msgs): Called
11153         `wl-thread-update-line-on-buffer-sub'.
11154         (wl-thread-update-line-on-buffer): Delete routine of inserting
11155         thread.
11156         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11157         moved from `wl-thread-update-line-on-buffer'.
11158         Add threshold for displaying progress gauge.
11159         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11160         argument of `wl-thread-update-line-msgs'.
11161         Add threshold for displaying progress gauge.
11162         * wl-folder.el:
11163         Add threshold for displaying progress gauge.
11164         * wl-score.el: Ditto.
11165
11166         * wl-expire.el (wl-summary-expire): Display deleting info.
11167
11168 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11169
11170         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11171         `no-msg'.
11172         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11173         argument of `wl-thread-update-line-msgs'.
11174         (wl-summary-set-parent): Added optional argument `parent-number'.
11175         (wl-summary-buffer-saved-message): New buffer local variable.
11176         (wl-summary-save-current-message): New command.
11177         (wl-summary-yank-saved-message): Ditto.
11178         (wl-summary-mode-map): Added key binding for
11179         `wl-summary-save-current-message' (\ew) and
11180         `wl-summary-yank-saved-message' (\C-y).
11181         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11182
11183 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11184
11185         * wl-summary.el (wl-summary-mode-map): Added key binding for
11186         `wl-summary-set-parent' (ts).
11187
11188 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11189
11190         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11191         subject faster. If thread number is reverse, delayed updating
11192         thread.
11193         (wl-summary-search-by-subject): Ditto.
11194         (wl-summary-put-alike): Ditto.
11195         (wl-summary-get-alike): Ditto.
11196         (wl-summary-insert-headers): Insert header of all overview in
11197         buffer.
11198         (wl-summary-rescan): Delayed updating thread. Kill search subject
11199         buffer for wl-summary-search-by-subject.
11200         (wl-summary-sync-update3): Ditto.
11201         (wl-summary-exit): Ditto.
11202         (wl-summary-goto-bottom-of-current-thread): Change for linked
11203         thread.
11204         (wl-summary-overview-create-summary-line): Change line for linked
11205         thread.
11206
11207         * wl-summary.el (wl-summary-update-thread): Use
11208         wl-thread-maybe-get-children-num.
11209         (wl-summary-set-parent): If change parent, move sub thread.
11210         (wl-summary-redisplay-internal): Add horizontal recenter.
11211         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11212
11213         * wl-thread.el (wl-thread-entity-get-linked): New function.
11214         (wl-thread-entity-set-linked): New function.
11215         (wl-thread-create-entity): Add linked element.
11216         (wl-thread-entity-insert-as-top): Use wl-append.
11217         (wl-thread-maybe-get-children-num): If closing thread, return
11218         children msgs.
11219         (wl-thread-update-line-msgs): Displaying progress message.
11220         (wl-thread-update-line-on-buffer-sub): Use
11221         wl-thread-maybe-get-children-num.
11222         (wl-thread-update-line-on-buffer): If update line is not exists,
11223         insert thread.
11224         (wl-thread-delete-message): If delete top msg of thread, search
11225         parent by subject.
11226         (wl-thread-insert-entity): Use
11227         wl-thread-maybe-get-children-num.
11228
11229         * wl-highlight.el (wl-highlight-summary-current-line): change
11230         sregexp for linked thread.
11231         * wl-util.el (wl-count-lines): Count lines.
11232         (wl-horizontal-recenter): horizontal recenter.
11233         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11234         (wl-score-get-alike): Ditto.
11235         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11236         (wl-subject-length-limit): New variable.
11237         (wl-highlight-thread-indent-string-regexp): Changed for linked
11238         thread.
11239
11240 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11241
11242         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11243         New variable (revival).
11244         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11245         by subject matching if there's no in-reply-to nor references field
11246         (revival).
11247
11248 \f
11249 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11250
11251         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11252         message.
11253
11254 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11255
11256         * wl-summary.el (wl-summary-reply): Return t if there was a
11257         message at cursor point.
11258         Added unwind-protect.
11259         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11260         returns t.
11261         (wl-summary-cancel-message): Do nothing when there's no message at
11262         cursor point.
11263         (wl-summary-forward): Ditto.
11264         (wl-summary-jump-to-parent-message): Ditto.
11265         (wl-summary-reedit): Ditto.
11266         (wl-summary-edit-addresses): Ditto.
11267         (wl-summary-pipe-message): Ditto.
11268         (wl-summary-print-message-with-ps-print): Ditto.
11269         (wl-summary-print-message): Ditto.
11270         (wl-summary-mark-as-important): Ditto.
11271         (wl-summary-mark-as-unread): Ditto.
11272
11273         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11274         message at cursor point.
11275         (wl-summary-reply-with-citation): Remove unwind-protect.
11276
11277         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11278         subject searching feature.
11279         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11280         Eliminated.
11281
11282 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11283
11284         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11285         New variable.
11286         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11287         by subject matching if there's no in-reply-to nor references field.
11288
11289         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11290
11291         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11292         when display is finished.
11293         (wl-folder-open-all): Ditto.
11294         (wl-folder-update-access-group): Ditto.
11295         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11296         * wl-thread.el (wl-thread-close-all): Ditto.
11297
11298         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11299         progress gauge only when it was displayed.
11300         * wl-folder.el (wl-folder-insert-entity): Ditto.
11301
11302 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11303
11304         * wl-summary.el (wl-summary-incorporate): Enclose
11305         `wl-summary-sync-force-update' with save-excursion.
11306
11307 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11308
11309         * wl-summary.el (wl-summary-prefetch-region):
11310         Pass current cursor point to `pos-visible-in-window-p' after
11311         moving cursor to the started point.
11312
11313 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11314
11315         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11316
11317         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11318         fields from the forwarding message.
11319         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11320         `ignored-fields'.
11321
11322 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11323
11324         * wl-mime.el (wl-message-request-partial):
11325         Eliminated argument `msgdb'.
11326         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11327         (wl-mime-combine-message/partial-pieces): Likewise.
11328         * tm-wl.el (wl-message-request-partial): Likewise.
11329         (wl-mime-combine-message/partial-pieces): Likewise.
11330
11331 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11332
11333         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11334         when display is finished.
11335
11336 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11337
11338         * wl-summary.el (wl-summary-goto-folder-subr):
11339         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11340
11341 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11342
11343         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11344         when cursor point is visible.
11345
11346 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11347
11348         * wl-expire.el (wl-expire-archive-get-max-number):
11349         Don't use `file-name-directory'.
11350
11351 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11352
11353         * wl-expire.el (wl-expire-archive-get-max-number):
11354         Use `file-name-directory'.
11355
11356 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11357
11358         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11359         only when there is progress.
11360
11361 2000-04-13  Mito <mit@nines.nec.co.jp>
11362
11363         * wl-summary.el (wl-summary-sync-marks): Display progress.
11364
11365 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11366
11367         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11368         (wl-summary-prev): Move cursor regardless of unread status.
11369         (wl-summary-next): Ditto.
11370
11371 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11372
11373         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11374         Added argument `target' and `number'.
11375         * tm-wl.el (wl-summary-burst-subr): New function.
11376         (wl-summary-burst): Use it.
11377
11378 2000-04-10  Mito <mit@nines.nec.co.jp>
11379
11380         * wl-mime.el (wl-burst): New function.
11381         (wl-summary-burst): Use it.
11382
11383 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11384
11385         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11386         as petname when there's no candidate.
11387
11388 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11389
11390         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11391         New variable.
11392         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11393
11394         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11395
11396         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11397
11398 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11399
11400         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11401         Use substring of `original' instead of buffer-substring.
11402         (wl-refile-evaluate-rule):
11403         Set `original' argument of wl-refile-expand-newtext.
11404
11405         * wl-summary.el
11406         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11407         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11408         (wl-summary-auto-refile): Check existence of destination folder just
11409         before marking.
11410
11411 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11412
11413         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11414         when wl-refile-get-field-value return nil.
11415
11416 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11417
11418         * wl-refile.el
11419         (wl-refile-expand-newtext): New function imported from Gnus.
11420         (wl-refile-evaluate-rule): Use it.
11421
11422 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11423
11424         * wl-summary.el (wl-summary-print-destination):
11425         Duplicate folder string to avoid putting text-property on
11426         original string.
11427
11428         * wl-refile.el (wl-refile-get-field-value): New function.
11429         (wl-refile-evaluate-rule): New function;
11430         Evaluate refile rule recursively.
11431         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11432         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11433         New function; Check existence of a target folder recursively.
11434         (wl-summary-auto-refile-check-refile-rule-alist):
11435         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11436
11437 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11438
11439         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11440
11441         * wl-folder.el (wl-create-folder-entity-from-buffer):
11442         Fixed problem when '}' character is contained in folder name.
11443
11444         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11445
11446 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11447
11448         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11449         (wl-fldmgr-add-completion-all-completions):
11450         Use wl-fldmgr-add-completion-hashtb.
11451
11452 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11453
11454         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11455         wl-fldmgr-add-completion-subr): New functions.
11456         * wl-folder.el (wl-folder-completion-func): New variable.
11457         * wl-summary.el (wl-summary-read-folder):
11458         Use wl-folder-completion-func.
11459
11460         * wl-refile.el: Eliminate throw & catch.
11461
11462         * wl.el (wl-plugged-sending-queue-status): Fixed.
11463
11464 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11465
11466         * wl-draft.el (wl-draft): Put category property on
11467         mail-header-separator.