New feature: toggle visibility of MIME buttons.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
2         * wl-summary.el (toplevel): New function
3         `wl-summary-toggle-mime-buttons' and keybinding to toggle
4         visibility of MIME buttons in message view mode.
5
6 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
7
8         * Version number is increased to 2.15.9.
9
10 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11
12         * wl-score.el (wl-score-followup): Remove verbose comment (same as
13         docstring).
14
15         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
16         Revert `save-excursion' for `wl-summary-jump-to-msg'.
17
18 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
19
20         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
21         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
22         semicolons, that should start at the left margin.
23         See. also (Info-goto-node "(elisp)Comment Tips").
24         * wl-acap.el (wl-acap-store): Ditto.
25         * wl-action.el (wl-summary-unset-mark): Ditto.
26         * wl-address.el (wl-address-ldap-search): Ditto.
27         * wl-demo.el (wl-demo-insert-image): Ditto.
28         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
29         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
30         (wl-draft-previous-history-element): Ditto.
31         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
32         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
33         (wl-folder-mode-map, wl-folder-get-prev-folder)
34         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
35         (wl-folder-check-entity-async)
36         (wl-create-folder-entity-from-buffer): Ditto.
37         * wl-fldmgr.el (toplevel): Ditto.
38         * wl-message.el (wl-message-buffer-cache-sort)
39         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
40         Ditto.
41         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
42         Ditto.
43         * wl-summary.el (toplevel, wl-summary-mode)
44         (wl-summary-edit-addresses, wl-summary-sync-update)
45         (wl-summary-stick): Ditto.
46         * wl-thread.el (toplevel, wl-thread-insert-message)
47         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
48         * wl-util.el (toplevel): Ditto.
49         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
50         Ditto.
51
52 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
53
54         * Version number is increased to 2.15.8.
55
56         * wl-message.el (wl-message-uu-substring): Suppress compile
57         warnings; Use `with-current-buffer' instead of `save-excursion' &
58         `set-buffer'.
59         * wl-mime.el (wl-draft-yank-current-message-entity)
60         (wl-mime-preview-follow-no-mime)
61         (wl-mime-preview-follow-current-region): Ditto.
62         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
63         (wl-summary-switch-to-clone-buffer)
64         (wl-summary-target-mark-forward)
65         (wl-summary-target-mark-reply-with-citation)
66         (wl-summary-target-mark-uudecode): Ditto.
67
68         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
69         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
70         * wl-summary.el (wl-summary-narrow-to-region)
71         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
72
73         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
74         instead of `int-to-string'.
75         * wl-dnd.el (wl-dnd-start-drag): Ditto.
76         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
77         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
78         * wl-util.el (wl-url-nntp): Ditto.
79
80         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
81         (wl-plugged-dop-queue-status): Don't quote `lambda'.
82         * wl-thread.el (wl-thread-delete-message): Ditto
83         * wl-summary.el (wl-summary-edit-addresses)
84         (wl-summary-edit-addresses-collect-candidate-fields)
85         (wl-summary-search-by-subject): Ditto.
86         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
87         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
88         (wl-fldmgr-add-completion-subr): Ditto.
89         * wl-draft.el (wl-smtp-extension-bind)
90         (wl-draft-insert-get-message, wl-draft-default-headers)
91         (wl-jump-to-draft-buffer): Ditto.
92         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
93         (wl-summary-down): Ditto.
94         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
95         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
96         * wl-folder.el (wl-folder-make-save-access-list)
97         (wl-folder-update-access-group, wl-folder-pick): Ditto.
98
99 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * wl-draft.el (wl-draft-default-headers): Suppress warning
102         "defsubst `wl-draft-default-headers' was used before it was
103         defined"; Use `defun' instead of `defsubst'.
104
105         * wl-address.el (wl-address-header-extract-address)
106         (wl-address-header-extract-realname): Fix mail-address in
107         docstring.
108
109         * wl-expire.el (wl-expire-make-sortable-date): Macro to
110         inline-function.
111         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
112         Macro to function.
113         (wl-folder-get-entity-from-buffer): Macro to function.
114         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
115         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
116         * wl.el (wl-plugged-string): Macro to function.
117
118         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
119         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
120         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
121         Macro to function.
122
123         * wl-thread.el (wl-thread-open, wl-thread-close): Use
124         `point-at-bol', `point-at-eol'.
125
126         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
127         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
128         `(string-to-char " ")' instead of `? ', `?\ '.
129         * wl-action.el (wl-summary-print-argument): Ditto.
130         * wl-address.el (wl-complete-field-body): Ditto.
131         * wl-demo.el (wl-demo-insert-image): Ditto.
132         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
133         * wl-util.el (wl-ask-folder, wl-set-string-width)
134         (wl-y-or-n-p-with-scroll): Ditto.
135
136         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
137         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
138         verbose point move.
139
140         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
141         and `point-at-eol'.
142         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
143         Ditto.
144
145 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146
147         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
148         `(beginning-of-line) (point)'.
149
150         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
151         (wl-fldmgr-delete-line): Change from macro to function. Use
152         `point-at-bol' and `point-at-eol'.
153
154         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
155         `function' for lambda.
156
157         * wl.el (wl-plugged-server-indent): Change from macro to function.
158
159         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
160
161         * wl-draft.el (wl-draft-config-body-goto-header)
162         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
163         macro to function.
164
165         * wl-score.el (wl-score-get-alike): Change from macro to
166         inline-function.
167
168         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
169         instead of `mapcar'. Don't use `function' for lambda.
170         (wl-read-search-condition-internal): Don't use `function' for
171         lambda.
172         (wl-kill-buffers): Change from macro to function.
173         (wl-count-lines): Change from macro to inline-function.
174
175         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
176
177         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
178
179         * wl.el (wl-plugged-change): Suppress compile warnings; Use
180         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
181         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
182         * wl-address.el (wl-complete-window-show): Ditto.
183         * wl-message.el (wl-message-select-buffer): Ditto.
184         * wl-template.el (wl-template-show): Ditto.
185         * wl-util.el (wl-collect-summary): Ditto.
186         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
187         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
188         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
189         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
190         (wl-score-edit-insert-number): Ditto.
191
192         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
193         symbol.
194
195         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
196         of `goto-line'.
197
198         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
199
200 2009-12-16  Lloyd Zusman <ljz@asfast.com>
201
202         * wl-summary.el (wl-summary-detect-mark-position): Force
203         the temporary buffer to enable the use of multibyte characters
204         within searches [wl-en:2460].
205
206 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
209         of `beginning-of-buffer'.
210
211 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
212
213         * wl-summary.el (wl-summary-display-raw): New function, display
214         message in raw format.
215
216 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
217
218         * Version number is increased to 2.15.7.
219
220 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
221
222         * wl-summary.el (wl-summary-previous-message-number): New function.
223         (wl-summary-next-message-number): Ditto.
224         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
225         `wl-summary-next-message-number'.
226         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
227         Inline temporary variable `cur-id'.
228         (wl-summary-get-next-unread-folder): Ditto.
229         (wl-summary-get-next-folder): Ditto.
230         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
231
232 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
233
234         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
235
236 2008-09-05  Kenichi Okada  <okada@opaopa.org>
237
238         * wl-summary.el (wl-summary-buffer-folder-name)
239         (wl-draft-config-body-goto-header): Use backquote instead of quote.
240         * wl-draft.el (wl-draft-body-goto-top)
241         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
242
243 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
244
245         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
246         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
247
248 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
249
250         * wl-expire.el: Fix Comentary section.
251
252 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
255         Require mime-parse, elmo-mime, and wl-util.
256
257         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
258
259         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
260
261 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263         * wl-template.el: Require elmo-util and wl-vars.
264
265         * wl-mime.el (wl-mime-display-header): Revert last change.
266         Remove `delete-matching-lines "^$"'.
267
268 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
269
270         * wl-mime.el (wl-define-dummy-functions): Split
271         `eval-when-compile' form for avoid error; when `make
272         compile-strict.
273
274         * wl-util.el: Move (eval-when-compile (require 'static)).
275         * wl-dnd.el: Add (eval-when-compile (require 'static)).
276         * wl-message.el: Ditto.
277
278         * wl-mime.el (wl-message-delete-current-part): Use
279         `insert-buffer-substring' instead of `insert-buffer'.
280         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
281         * wl-draft.el (wl-draft-generate-clone-buffer)
282         (wl-draft-do-mime-bcc): Ditto.
283
284         * wl-address.el: Add (eval-when-compile (require 'cl)).
285         * wl-addrmgr.el: Ditto.
286         * wl-mime.el: Ditto.
287         * wl-util.el: Ditto.
288         * wl-score.el: Ditto.
289
290 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
291
292         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
293         `string-to-int'.
294
295         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
296         `string-to-int'.
297
298         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
299         `string-to-number' instead of `string-to-int'.
300
301         * wl-summary.el (wl-summary-get-list-info)
302         (wl-summary-message-number): Use `string-to-number' instead of
303         `string-to-int'.
304
305         * wl-score.el (wl-score-overview-entity-get-lines)
306         (wl-score-set-mark-below, wl-score-set-expunge-below)
307         (wl-summary-increase-score, wl-score-get-header-entry): Use
308         `string-to-number' instead of `string-to-int'.
309
310         * wl-folder.el (wl-folder-update-diff-line): Use
311         `string-to-number' instead of `string-to-int'.
312
313         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
314         instead of `string-to-int'.
315
316         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
317         instead of `string-to-int'.
318
319         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
320         `string-to-int'.
321
322 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
323
324         * wl-util.el (wl-match-string, wl-match-buffer)
325         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
326         (wl-kill-buffers, wl-local-variable-p)
327         (wl-line-formatter-setup): New backquote style.
328         (wl-count-lines): Use quote instead of backquote.
329
330         * wl-summary.el (wl-summary-buffer-folder-name)
331         (wl-summary-get-alike): Use quote instead of backquote.
332         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
333         backquote style.
334
335         * wl-message.el (wl-message-buffer-cache-buffer-get)
336         (wl-message-buffer-cache-folder-get)
337         (wl-message-buffer-cache-message-get)
338         (wl-message-buffer-cache-entry-make)
339         (wl-message-buffer-cache-hit): New backquote style.
340
341         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
342         backquote.
343         (wl-folder-unread-regex, wl-folder-entity-exists-p)
344         (wl-folder-clear-entity-info)
345         (wl-folder-get-entity-info, wl-folder-set-entity-info)
346         (wl-folder-elmo-folder-cache-get)
347         (wl-folder-elmo-folder-cache-put): New backquote style.
348
349         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
350         (wl-fldmgr-assign-id): Ditto.
351         (wl-fldmgr-delete-line): Use quote instead of backquote.
352         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
353
354         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
355         (wl-draft-set-sent-message): New backquote style.
356         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
357         (wl-draft-config-body-goto-header): Use quote instead of backquote.
358
359 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
360
361         * wl-address.el (wl-address-concat-token): Fix typo.
362
363 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
364
365         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
366         (wl-score-get-alike): Ditto.
367
368         * wl-vars.el: New backquote style.
369         (wl-message-header-button-alist): Use quote instead of backquote.
370
371         * wl.el (wl-plugged-string): New backquote style.
372
373         * wl-address.el (wl-address-concat-token): New backquote style.
374
375         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
376
377 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
378
379         * wl-highlight.el (wl-highlight-folder-opened-regexp)
380         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
381
382         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
383         in the character alternative.
384
385 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
386
387         * Version number is increased to 2.15.6.
388
389 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
390
391         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
392         optional 3rd argument of epg-context-set-progress-callback; it was
393         temporarily removed in the Emacs trunk due to copyright problem.
394         (wl-mime-pgp-verify-region-with-epg): Ditto.
395
396 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
397
398         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
399
400 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-util.el (wl-biff-check-folders): Set biff flag.
403         (from Naoto Morishima [wl:14031])
404
405 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
406
407         * wl.el (wl-plugged-server-indent): Use quote instead of
408         backquote.
409
410 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
411
412         * wl-score.el (wl-score-insert-header): Add guard for
413         `std11-unfold-string'.
414         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
415         TYPE artgument when TO or CC field.
416
417 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-summary.el (wl-summary-goto-folder-subr): Call
420         `elmo-folder-close' instead of `elmo-folder-commit' if discard
421         current summary.
422
423 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-util.el (wl-read-shell-commande): New function or alias.
426
427         * wl-summary.el (wl-summary-pipe-message): Use
428         `wl-read-shell-command' instead of `read-string'.
429         (wl-summary-target-mark-pipe): Ditto.
430
431 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-summary.el (wl-summary-reply): Fix docstring.
434         * wl-draft.el (wl-draft-reply): Ditto.
435
436 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-mime.el (wl-summary-extract-attachments): New command.
439         (wl-summary-extract-attachments-1): New internal function.
440
441 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-expire.el (wl-expire-folder): New function (split from
444         wl-summary-expire).
445         (wl-summary-expire): Use it. Add argument `all' instead of remove
446         `nolist'. Cause an error only if this function is calling
447         interactively.
448
449 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-expire.el (wl-expire-refile): Display progress message.
452         (wl-summary-expire): Simplify.
453
454         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
455         unused argument `deleting-info'.
456
457 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-vars.el (wl-message-popup-buffers): New user option.
460
461         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
462         (wl-message-delete-popup-windows): New function that substitues
463         above one.
464         (wl-mime-setup): Follow the above change.
465
466 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
467
468         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
469
470 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
471
472         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
473         "tkm" to wl-thread-spam.
474
475 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-thread.el (wl-thread-entity-insert-as-children): Use
478         wl-thread-entity-set-children.
479         (wl-thread-insert-message, wl-thread-insert-entity-sub,
480         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
481         Use wl-thread-entity-get-*.
482
483 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-mime.el (wl-epg-progress-callback): New function.
486         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
487         with `elmo-with-progress-display'. Set a progress callback
488         function to epg-context.
489         (wl-mime-pgp-verify-region-with-epg): Ditto.
490
491 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
492
493         * wl-util.el (wl-completing-read-multiple): Define as an alias of
494         `completing-read-multiple' if emacs-version is not less than 22.
495
496 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
499         change.
500
501 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-summary.el (wl-summary-sync-update): Move
504         `wl-thread-update-indent-string-thread' to outside of
505         `elmo-with-progress-display'.
506
507 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
508
509         * wl-message.el (wl-message-exit): Check buffer existence.
510
511 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-util.el (wl-simple-display-progress): New function.
514         (wl-display-progress-with-gauge): Ditto.
515         (wl-progress-callback-function): Ditto.
516
517         * wl.el (wl-init): Set `elmo-progress-callback-function' as
518         `wl-progress-callback-function'
519
520         * wl-vars.el (wl-display-progress-threshold): New user option.
521         (wl-display-progress-function): Ditto.
522
523         * Version number is increased to 2.15.5.
524
525 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
526
527         * wl-thread.el (wl-thread-close-children): New function.
528         (wl-thread-open-children): Ditto.
529         * wl-action.el (wl-summary-set-mark): Redo the last change by
530         using it.
531
532         * wl-action.el (wl-summary-set-mark): Undo the last change.
533         Forbid interactive call.
534
535 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-mime.el (wl-define-dummy-functions): New macro.
538         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
539         `wl-mime-pgp-decrypt-region'.
540         (wl-mime-pgp-verify-region-with-epg): Renamed from
541         `wl-mime-pgp-verify-region'.
542         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
543         `wl-mime-pgp-decrypt-region'.
544         (wl-mime-pgp-verify-region-with-pgg): Renamed from
545         `wl-mime-pgp-verify-region'.
546         (wl-mime-pgp-decrypt-region): New function; To select dispatch
547         function at runtime.
548         (wl-mime-pgp-verify-region): Ditto.
549
550         * wl-vars.el (wl-use-pgp-module): New user option.
551
552 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
553
554         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
555         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
556
557 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
558
559         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
560         even if there are target marks only.
561
562 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * Version number is increased to 2.15.4.
565
566 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-folder.el (wl-folder-check-one-entity): Simplify.
569
570 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
571
572         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
573         variable.
574
575 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
576
577         * wl-spam.el (wl-thread-test-spam): New function.
578         (wl-spam-setup): Bind "tkc".
579
580 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-expire.el (wl-folder-expire-entity): Rewite without
583         `wl-summary-goto-folder-subr'.
584         (wl-folder-expire-current-entity): Don't kill summary buffer.
585
586 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-folder.el (wl-folder-sync-entity): Rewrite without
589         `wl-summary-goto-folder-subr'.
590         (wl-folder-mark-as-read-all-entity): Likewise.
591
592         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
593
594 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-thread.el (wl-thread-force-open): Arranged.
597
598 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
601         from regexp.
602
603         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
604         (wl-read-search-condition-internal): Append them.
605
606 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-vars.el (wl-additional-search-condition-fields):
609         New user option.
610
611         * wl-util.el (wl-search-condition-fields): New function; export
612         from `wl-read-search-condition-internal'.
613         (wl-read-search-condition-internal): Use it.
614
615         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
616
617 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-summary.el (wl-summary-define-sort-command): New function.
620         (wl-summary-sort-by-date, wl-summary-sort-by-number)
621         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
622         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
623         define by `wl-summary-define-sort-command' at runtime.
624
625         * wl.el (wl-init): Call wl-summary-define-sort-command.
626
627 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
630         properties at the decrypting region.
631
632 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-util.el (wl-find-region): New function.
635
636         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
637         coding system.
638         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
639         property `wl-mime-decoded-coding-system'.
640         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
641         property `wl-mime-decoded-coding-system' to encode text.
642
643         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
644         message.
645         (wl-mime-pgp-verify-region): Ditto.
646
647 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
650         buffer. Use epa-display-verify-result.
651
652 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
653
654         * wl-draft.el (wl-draft-send): Continue even if setting parent
655         flag was failed.
656
657 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-message.el (wl-message-flag-indicator): Fixed the problem
660         of returning string only of parentheses.
661
662 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-summary.el (wl-summary-write): Add argument `folder'.
665         (wl-summary-write-current-folder): Change argument `folder' from
666         optional to require.
667         (wl-summary-get-buffer): Return the buffer associated folder only.
668
669         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
670         change.
671         (wl-folder-toggle-disp-summary): Ditto.
672
673         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
674         current summary as parent-folder.
675
676 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
677
678         * wl-draft.el (wl-draft-reedit): Don't overwrite
679         wl-draft-parent-folder.
680
681 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
684         (wl-mime-pgp-verify-region): Ditto.
685         (wl-message-decrypt-pgp-nonmime): Use the above function.
686         (wl-message-verify-pgp-nonmime): Likewise.
687         (wl-mime-preview-application/pgp): Likewise.
688
689 2006-04-20  Kenichi Okada  <okada@opaopa.org>
690
691         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
692         Fix about the order of `wl-nntp-posting-port' and
693         `wl-nntp-posting-stream-type'.
694         * wl.el (wl-plugged-port-label-alist): Add smtp.
695
696 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-summary.el (wl-summary-message-status): New macro.
699
700         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
701         (wl-summary-killed-mark): New user option.
702
703         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
704         API change.
705         (wl-thread-insert-entity-sub): Ditto.
706         (wl-thread-recover-messages): New command.
707
708         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
709         Don't call `wl-highlight-summary-current-line' directly.
710         (wl-summary-buffer-attach): Connect to signal `status-changed'
711         instead of `cache-changed'.
712         (wl-summary-buffer-detach): Follow the above change.
713         (wl-summary-detect-mark-position): Follow the API change.
714         (wl-summary-rescan-message): Ditto.
715         (wl-summary-insert-sequential): Ditto.
716         (wl-summary-update-thread): Ditto.
717         (wl-summary-message-mark): Ditto.
718         (wl-summary-persistent-mark): Ditto.
719         (wl-summary-create-line): Ditto.
720         (wl-summary-prefetch-region-no-mark): Call
721         `wl-summary-persistent-mark' with number.
722         (wl-summary-recover-messages-region): New command.
723         (wl-summary-target-mark-recover): Ditto.
724         (wl-summary-recover-message): Ditto.
725         (wl-summary-persistent-mark-string): Add argument `status' instead
726         of remove arguments `flags' and `cached'.  Treat killed status.
727         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
728
729         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
730         (wl-highlight-summary-line-face-spec): Treat killed status.
731         (wl-highlight-summary-line-string): Follow the API change.
732         (wl-highlight-summary-current-line): Ditto.
733
734         * Version number is increased to 2.15.3.
735
736 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
739         of symbolp to test whether the condition is function.
740
741 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
742
743         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
744         to nil.
745
746 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-summary.el (wl-summary-buffer-message-ring): New internal
749         variable.
750         (wl-summary-buffer-last-displayed-msg): Abolish.
751         (wl-summary-push-message): New function.
752         (wl-summary-pop-message): Ditto.
753         (wl-summary-goto-folder-subr): Reset
754         `wl-summary-buffer-message-ring'.
755         (wl-summary-pop-to-last-message): New command.
756         (wl-summary-goto-last-displayed-msg): Call
757         wl-summary-pop-to-last-message if optional argument is non-nil or
758         the last command is itself.
759         (wl-summary-redisplay-internal): Push last message number into
760         `wl-summary-buffer-message-ring'.
761
762         * wl-vars.el (wl-summary-message-ring-max): New user option.
763
764 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
767         from `wl-draft-reply').
768         (wl-draft-reply): Use it.
769         (wl-draft-find-reply-headers): Avoid compile warning.
770
771 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
774
775 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-message.el (wl-message-flag-indicator): New function.
778         (wl-message-redisplay): Use it.
779
780 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
783
784 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
787         instead of `read-event'.
788
789         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
790
791         * wl-mule.el (wl-read-event-char): Ditto.
792
793         * wl-e21.el (wl-read-event-char): Ditto.
794
795 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
798
799 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-vars.el (wl-draft-send-confirm-type): New user option.
802
803         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
804
805         * wl-draft.el (wl-draft-send-confirm): Confirmation by
806         `wl-draft-send-confirm-type'
807
808 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
809
810         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
811         Avoid error when the buffer name is already used.
812
813 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
816         the change of elmo-nmz -> elmo-search.
817         (wl-highlight-summary-line-help-echo-alist): Ditto.
818         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
819         (wl-nmz-folder-icon): Define as obsolete.
820         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
821         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
822
823 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-get-list-info): Rewrite with
826         `elmo-find-list-match-value'
827
828 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-summary.el (wl-summary-get-list-info): Optimize.
831         Use List-Id and List-Post also.
832
833 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
836
837 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
838
839         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
840
841 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-util.el (wl-completing-read-multiple-1): New internal function.
844         (wl-completing-read-multiple-2): Ditto.
845         (wl-completing-read-multiple): Define use above functions.
846
847         * wl-summary.el (wl-summary-sort): Removed the workaround for a
848         bug of `completing-read-multiple' about default value.
849
850         * wl-xmas.el (wl-completing-read-multiple): Removed.
851
852         * wl-mule.el (wl-completing-read-multiple): Ditto.
853
854         * wl-e21.el (wl-completing-read-multiple): Ditto.
855
856 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * wl-util.el (wl-filter-associations): New function.
859
860         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
861         (wl-spam-ignored-folder-list): Ditto.
862         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
863         (wl-spam-string-member-p): New function.
864         (wl-spam-domain): Use it.
865         (wl-spam-split-numbers): New function.
866         (wl-spam-apply-partitions): Ditto.
867         (wl-spam-register-spam-messages): Use `folder' instead of
868         `wl-summary-buffer-elmo-folder'.
869         (wl-spam-register-good-messages): Ditto.
870         (wl-summary-exec-action-spam): Decide a domain by real folder of
871         message.
872         (wl-summary-exec-action-refile-with-register): Likewise.
873
874 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-e21.el (wl-e21-find-image): New function.
877         (wl-e21-setup-toolbar): Use it instead of `find-image'.
878         (wl-e21-highlight-folder-group-line): Ditto.
879         (wl-folder-init-icons): Ditto.
880         (wl-plugged-init-icons): Ditto.
881         (wl-biff-init-icons): Ditto.
882
883 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
886         (wl-inhibit-save-drafts): New internal variable.
887         (wl-disable-auto-save): Ditto.
888         (wl-save-drafts): Treat above variables.
889         (wl-auto-save-drafts): New function.
890         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
891         `wl-stop-save-drafts'.
892         (wl-start-save-drafts): New function.
893         (wl-stop-save-drafts): Ditto.
894         (wl-set-auto-save-draft): New command.
895
896         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
897         `wl-set-save-drafts'.
898
899 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
902         `make-local-variable' instead of `make-variable-buffer-local'.
903
904 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
907
908 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
911
912 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
915         of working buffer.
916
917 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
920
921         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
922         value into recipients; Bind `wl-draft-remove-group-list-contents'
923         as nil.
924
925 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-summary.el (wl-summary-sort): Fixed the last change.
928
929         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
930         (wl-summary-sort-messages): Ditto.
931         (wl-summary-rescan): Use it.
932         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
933         `completing-read'; Append candidates for reverse order.
934
935 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * Version number is increased to 2.15.2.
938
939 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
940
941         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
942         "Smaller".
943         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
944
945 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
948
949 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-vars.el (wl-draft-additional-header-alist): Add into the
952         customize group `wl-draft'.
953         (wl-draft-add-in-reply-to): Move customize group from `wl' to
954         `wl-draft'.
955         (wl-draft-add-references): Ditto.
956
957         * wl-action.el (wl-summary-print-argument): Rename argument from
958         `folder' to `data'.
959
960 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-summary.el (wl-summary-rescan-message): Call
963         `wl-thread-cleanup-symbols' before insert thread.
964
965 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl.el (wl-init): Set `elmo-get-folder-function' as
968         `wl-folder-make-elmo-folder'.
969
970         * wl-spam.el (wl-summary-exec-action-spam): Use
971         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
972
973         * wl-folder.el (wl-folder-make-elmo-folder): New function.
974         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
975         `elmo-make-folder'.
976         (wl-folder-get-elmo-folder): Ditto.
977         (wl-folder-create-subr): Simplify.
978
979 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
982
983 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
986         contents in message buffer instead of original buffer. If optional
987         argument specified, ask coding system for encode.
988
989 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
990
991         * wl-spam.el (wl-summary-test-spam-region): New function.
992         (wl-spam-setup): Bind "rkc".
993
994 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
997
998 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
999
1000         * wl-spam.el (wl-summary-test-spam): Fix typo.
1001         (wl-message-check-spam): Ditto.
1002
1003 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-summary.el (wl-summary-default-from): Simplify.
1006
1007 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1010         (wl-summary-exec-action-copy): Ditto.
1011         (wl-summary-auto-refile): Check existence of temporary mark.
1012
1013 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-summary.el (wl-summary-create-line): Use
1016         `elmo-time-to-datevec'.
1017
1018         * wl-expire.el (wl-expire-archive-date): Ditto.
1019         (wl-expire-localdir-date): Ditto.
1020
1021         * wl-util.el (wl-day-number): Abolish.
1022
1023         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1024         of `wl-day-number'.
1025         (wl-score-followup): Ditto.
1026         (wl-score-add-followups): Ditto.
1027         (wl-score-get-latest-msgs): Ditto.
1028         (wl-score-get-header-entry): Ditto.
1029         (wl-score-edit-insert-date): Ditto.
1030
1031 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1034         `elmo-message-entity-field' with 2nd argument `type'.
1035
1036 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1037
1038         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1039
1040 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-thread.el (wl-thread-delete-message): Delete descendant
1043         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1044
1045 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1048
1049 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1052         `Access folder'.
1053
1054 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * wl-vars.el (wl-access-folder-icon): New user option.
1057
1058         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1059         `Access folder'.
1060
1061 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-summary.el (wl-summary-buffer-set-folder): Use
1064         `wl-folder-mime-charset'.
1065
1066         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1067         `mime-charset'.
1068         (wl-folder-get-elmo-folder): Ditto.
1069         (wl-folder-mime-charset): New function.
1070
1071 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-util.el (wl-parse-addresses): Define alias of
1074         `elmo-parse-addresses' (move to `elmo-util.el').
1075
1076         * wl-summary.el (wl-summary-default-from): Follow the API change.
1077         (wl-summary-overview-entity-compare-by-date): Ditto.
1078         (wl-summary-overview-entity-compare-by-from): Ditto.
1079         (wl-summary-get-list-info): Get value of `ml-info' field from
1080         entity at first.
1081         (wl-summary-rescan-message): Treat prefix argument.
1082         (wl-summary-prefetch-msg): Follow the API change.
1083         (wl-summary-search-by-subject): Ditto.
1084         (wl-summary-insert-thread): Ditto.
1085         (wl-summary-line-subject): Ditto.
1086         (wl-summary-line-from): Ditto.
1087         (wl-summary-create-line): Ditto.
1088         (wl-summary-print-message-with-ps-print): Ditto.
1089
1090         * wl-score.el (wl-score-ov-entity-get): Ditto.
1091         (wl-score-followup): Ditto.
1092         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1093         of `car'.
1094         (wl-score-get-latest-msgs): Follow the API change.
1095         (wl-score-get-header): Ditto.
1096
1097         * wl-refile.el (wl-refile-learn): Ditto.
1098         (wl-refile-subject-learn): Ditto.
1099         (wl-refile-get-field-value): Ditto.
1100         (wl-refile-guess-by-history): Ditto.
1101         (wl-refile-guess-by-subject): Ditto.
1102
1103         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1104
1105         * wl-expire.el (wl-expire-date-p): Removed.
1106         (wl-expire-archive-date): Follow the API change.
1107         (wl-expire-localdir-date): Ditto.
1108         (wl-summary-expire): Ditto.
1109
1110         * Version number is increased to 2.15.1.
1111
1112 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1115         group is access or not (it is not strict, like wl-fldmgr-rename).
1116
1117 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1118
1119         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1120         duplicate call of `wl-summary-print-argument' on the wrong line.
1121
1122 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1125         even if argument `number' is nil.
1126         (wl-summary-insert-line): Print action argument if current message
1127         has it.
1128
1129 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1132         (wl-draft-reply): Ditto.
1133         (wl-draft): Add optional argument `parent-number' and call
1134         `wl-draft-create-buffer' with it.
1135         (wl-draft-create-buffer): Add optional argument
1136         `parent-number'. Set wl-draft-parent-number as it.
1137
1138 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1139
1140         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1141         buffer is not for given folder, don't use it.
1142
1143 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1144
1145         * Version number is increased to 2.15.0.
1146
1147 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1150
1151         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1152         (wl-highlight-get-face-by-name): New internal function.
1153         (wl-highlight-summary-line-face-spec): Use it and fixed.
1154
1155 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-summary.el (wl-summary-sync-update): Use
1158         `elmo-message-entity-field' instead of `car' to get message-id
1159         from overview entity.
1160
1161         * wl-summary.el (wl-summary-rescan-message): Call
1162         `wl-highlight-summary-displaying' when displaying a message.
1163
1164 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1167         `wl-draft-config-info-operation'.
1168         (wl-draft-buffer-change-number): New function.
1169         (wl-draft-rename-saved-config): Ditto.
1170         * wl.el (wl-init): Connect slot for message-number-changed.
1171         (toplevel): Add autoload for wl-draft-rename-saved-config.
1172
1173 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1176         `update-overview'
1177         (wl-summary-buffer-detach): Disconnect from it.
1178         (wl-summary-rescan-message): Use command.
1179
1180         * wl-message.el (wl-message-buffer-display): Use
1181         `with-current-buffer' instead of `save-excursion'.
1182
1183 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1186         wl-draft-preview-attributes-list from distraction.
1187
1188 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1191         `elmo-list-diff'.
1192
1193 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1194
1195         * wl-summary.el
1196         (wl-summary-edit-addresses-collect-candidate-fields): Use
1197         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1198
1199         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1200         instead of `elmo-set-work-buf'.
1201
1202         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1203         (wl-address-make-address-list): Ditto.
1204
1205         * Version number is increased to 2.13.3.
1206
1207 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1210         user option.
1211
1212         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1213         argument `5'.
1214
1215         * wl-message.el (wl-message-display-no-merge-p): New function.
1216         (wl-message-buffer-display): Check whether the message is
1217         reassembled and follow the API change.
1218
1219 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1222         multibyte on working buffer and removed unnecessary
1223         `buffer-disable-undo'.
1224
1225 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1228         change.
1229
1230 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-util.el (wl-read-search-condition-internal): Protect
1233         elmo-global-flags from distraction.
1234
1235 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1236
1237         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1238
1239         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1240         (wl-summary-event-handler): Ditto.
1241         (wl-summary-update-persistent-mark-on-event): New
1242         function (renamed from `elmo-event-handler-flag-changed').
1243         (wl-summary-buffer-attach): New function.
1244         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1245         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1246         instead of `elmo-folder-add-handler'.
1247
1248         * Version number is increased to 2.13.2.
1249
1250 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1253         and "\177" to the `wl-news-previous-page'.
1254         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1255         (wl-news-previous-page): New function.
1256
1257 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1260         instead of `write-region' and simplify.
1261
1262 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-template.el (wl-template-select): Cause error if
1265         `wl-template-alist' is nil.
1266
1267 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1268
1269         * wl-news.el.in: Set file variable `no-byte-compile'.
1270
1271 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1272
1273         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1274         whether a target message is within displaying area.
1275         (elmo-event-handler-cache-changed): Ditto.
1276
1277 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1278
1279         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1280         to `defun'.  Use `nconc' instead of `append' to collect descendant
1281         message numbers.
1282
1283 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1284
1285         * wl-thread.el (wl-thread-save-top-list)
1286         (wl-thread-save-entities): Use `with-temp-buffer'.
1287         * wl-news.el.in (wl-news-previous-version-load):
1288         (wl-news-previous-version-save): Ditto.
1289         * wl-summary.el (wl-summary-load-file-object)
1290         (wl-summary-save-view-cache): Ditto.
1291
1292 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-util.el (toplevel): Require 'elmo-flag'.
1295         (wl-read-search-condition): New function (Renamed from
1296         `elmo-read-search-condition').
1297         (wl-read-search-condition-internal): Likewise.
1298
1299         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1300         invalid.
1301         (wl-summary-pick): Use `wl-read-search-condition' instead of
1302         `elmo-read-search-condition'.
1303         (wl-summary-virtual): Ditto.
1304
1305         * wl-folder.el (wl-folder-virtual): Ditto.
1306         (wl-folder-pick): Ditto.
1307
1308         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1309
1310 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1311
1312         * wl-summary.el (wl-summary-reedit): Call
1313         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1314
1315 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-mime.el (toplevel): Require wl-vars.
1318
1319         * wl-message.el (toplevel): Require cl at compile.
1320
1321         * wl-draft.el (toplevel): Require elmo.
1322
1323 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1324
1325         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1326         and do nothing when it is not positive.
1327         (wl-message-buffer-prefetch-next): Ditto.
1328
1329 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1332         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1333         (wl-summary-redisplay-internal): Ditto.
1334
1335         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1336         message (the condition is borrowed from `wl-check-variables-2').
1337         (wl-summary-redisplay-internal): Ditto.
1338
1339 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1340
1341         * wl-mime.el (wl-draft-nntp-attribute): New function.
1342         (wl-draft-attribute-nntp-posting-server): Use it.
1343         (wl-draft-attribute-nntp-posting-port): Ditto.
1344
1345         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1346         (wl-draft-show-attributes-buffer): Ditto.
1347         (wl-draft-hide-attributes-buffer): Ditto.
1348         (wl-draft-attribute-newsgroups): Ditto.
1349         (wl-draft-attribute-nntp-posting-server): Ditto.
1350         (wl-draft-attribute-nntp-posting-port): Ditto.
1351         (wl-draft-preview-message): Use there functions.
1352
1353         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1354         value.
1355
1356 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1359         (wl-draft-reedit): Ditto.
1360         (wl-draft-queue-flush): Ditto.
1361
1362         * wl-mime.el (wl-message-request-partial): Ditto.
1363         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1364         instead of `elmo-message-fetch'.
1365
1366         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1367
1368         * wl-summary.el (wl-summary-message-string): Ditto.
1369
1370 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-util.el (wl-current-message-buffer): Follow the API change.
1373
1374         * wl-summary.el (wl-summary-redisplay-internal): Call
1375         `wl-summary-mark-as-read' with 2nd argument as nil and update
1376         unread count instead of persistent mark.
1377
1378         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1379         variable.
1380         (wl-message-redisplay): Follow the API change.
1381         (wl-message-buffer-display): Managed mime-entity directly and
1382         return preview buffer only.
1383         (wl-message-display-internal): Rewrite.
1384         (wl-message-buffer-prefetch-subr): Not save return value of
1385         `wl-message-buffer-display'.
1386
1387         * Version number is increased to 2.13.1.
1388
1389 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1392         'elmo-multiple-fields-body-list' with boundary specified.
1393
1394 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1397         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1398         cache if `wl-summary-resend-use-cache' is non-nil.
1399
1400 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1401
1402         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1403         (wl-nntp-posting-stream-type): Ditto.
1404
1405 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1406
1407         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1408
1409 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1410
1411         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1412         message.
1413
1414 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1415
1416         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1417         Abolish.
1418         (wl-summary-buffer-persistent-mark-version): New internal
1419         variable.
1420         (wl-summary-update-mark-and-highlight-window): Check by
1421         wl-summary-persistent-mark-invalid-p.
1422         (wl-summary-update-status-marks): Ditto.
1423         (elmo-event-handler-flag-changed): Rewrite.
1424         (elmo-event-handler-cache-changed): Define.
1425         (wl-summary-prefetch-msg): Does not update persistent mark here.
1426         (wl-summary-delete-cache): Ditto.
1427         (wl-summary-resume-cache-status): Ditto.
1428         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1429         (wl-summary-persistent-mark-invalid-p): New function.
1430         (wl-summary-validate-persistent-mark): Ditto.
1431         (wl-summary-validate-persistent-mark-string): Ditto.
1432         (wl-summary-invalidate-persistent-mark): Ditto.
1433         (wl-summary-update-persistent-mark): Call
1434         `wl-summary-validate-persistent-mark'.
1435         (wl-summary-create-line): Call
1436         `wl-summary-validate-persistent-mark-string'.
1437
1438         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1439         status as t if cache used.
1440
1441 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1444         only if the target is group.
1445         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1446
1447 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1448
1449         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1450
1451 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1452
1453         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1454
1455         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1456
1457 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1460         (Thanks to Yoichi NAKAYAMA).
1461
1462 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * wl-util.el (wl-save-drafts): Restore echo area.
1465
1466 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * Version number is increased to 2.13.0.
1469
1470         * wl-util.el (wl-biff-check-folder-async): Use
1471         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1472
1473 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-message.el (wl-message-display-internal): Does not put
1476         wl-message-display-type property on message buffer.
1477         (wl-message-buffer-display-type): New function.
1478
1479         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1480
1481         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1482         `wl-summary-buffer-detach'.
1483         (wl-summary-message-display-type): Use
1484         `wl-summary-buffer-display-type'.
1485
1486 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1487
1488         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1489         buffer-local.
1490
1491         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1492         kill-buffer-hook instead of make-local-variable.
1493         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1494
1495 2004-12-12  Scott Renfro <scott@renfro.org>
1496
1497         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1498         regex for square-branket.
1499
1500 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1503         `wl-message-mime-analysis-p' with argument `header'.
1504
1505 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-mime.el (wl-draft-yank-current-message-entity): 
1508         Switch to no-mime following method according to wl-message-display-type
1509         property.
1510         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1511
1512         * wl-message.el (wl-message-display-internal): 
1513         Put wl-message-display-type property on message buffer.
1514
1515         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1516         (wl-message-display-internal): Ditto;
1517
1518         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1519
1520 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-message.el (wl-message-make-display-type): New function.
1523         (wl-message-display-type-property): Ditto.
1524         (wl-message-mime-analysys-p): Ditto.
1525         (wl-message-display-all-header-p): Ditto.
1526         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1527         added `display-type'.
1528         (wl-message-buffer-display): Likewise.
1529         (wl-message-display-internal): Likewise.
1530         (wl-message-buffer-display-type): Abolish.
1531         (wl-message-buffer-prefetch-subr): Follow the API changed.
1532
1533         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1534         from wl-summary-buffer-display-all-header and changed default value.
1535         (wl-summary-message-display-type): New function.
1536         (wl-summary-buffer-display-mime-mode): Ditto.
1537         (wl-summary-buffer-display-header-mode): Ditto.
1538         (wl-summary-toggle-mime): Rewrite with above functions.
1539         (wl-summary-toggle-all-header): Ditto.
1540         (wl-summary-redisplay): Force redisplay with default mode.
1541         (wl-summary-redisplay-internal): Renamed argument from `mode',
1542         `all-header' to `mime-mode', `header-mode'.
1543         Use `wl-message-make-display-type'.
1544
1545         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1546         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1547
1548 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1551
1552 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1553
1554         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1555         in original message buffer.
1556         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1557         buffer.
1558
1559 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560
1561         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1562
1563 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1566
1567 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1568
1569         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1570         when actions succeeded.
1571         (wl-summary-exec-action-copy): Likewise.
1572
1573 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1574
1575         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1576         there is switch-to-buffer at the end of wl-message-select-buffer.
1577         (wl-summary-reply): Ditto.
1578
1579 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1580
1581         * wl-summary.el (wl-summary-forward): Put subject in original
1582         message buffer as argument of wl-draft-forward.
1583         * wl-draft.el (wl-draft-forward): Decode subject as in
1584         wl-draft-reply.
1585
1586 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1589         a folder under access group.
1590
1591 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1594         wl-message-buffer-display.
1595
1596         * wl-util.el (wl-set-save-drafts): Fix typo.
1597
1598 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1601         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1602         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1603         the way to measure the width of a bitmap image; don't put face on
1604         ascii and bitmap images; put the mark which should not use the
1605         variable-pitch face on ascii and bitmap images.
1606         (wl-demo-setup-properties): Don't use the variable-pitch face on
1607         ascii and bitmap images; made it work on Emacs 20 and earlier.
1608         (wl-demo-insert-text): End with a newline at the bottom; don't put
1609         face on text.
1610
1611         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1612
1613 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1614
1615         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1616
1617         * wl-util.el (wl-save-drafts): Moved from sample setting.
1618         (wl-set-save-drafts): New function to set idle timer.
1619         * wl-draft.el (wl-draft): Call it.
1620         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1621
1622 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1623
1624         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1625         a summary which has toggle display status off.
1626
1627 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-draft.el (wl-draft-do-fcc): No cache save.
1630
1631 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-summary.el (elmo-event-handler-flag-changed): Use
1634         `set-buffer' instead of `with-current-buffer'.
1635
1636 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1637
1638         * wl-summary.el (wl-summary-after-resize-function): New function.
1639         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1640         window-size-change-functions.
1641
1642 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-draft.el (wl-draft-create-buffer): Bind
1645         `change-major-mode-hook' after current buffer is changed.
1646
1647         * wl-summary.el (wl-summary-buffer-detach): New function.
1648         (wl-summary-buffer-set-folder): Call it.
1649         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1650         change-major-mode-hook and kill-buffer-hook.
1651         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1652         (wl-summary-switch-to-clone-buffer): Ditto.
1653         (wl-summary-goto-folder-subr): Ditto.
1654
1655 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1656
1657         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1658         after boundp check.
1659
1660 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1661
1662         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1663         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1664         for `kill-buffer'.
1665
1666         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1667         handler of current buffer from elmo-folder.
1668
1669 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1672
1673 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1676         variable.
1677         (wl-summary-event-handler): New class.
1678         (elmo-event-handler-flag-changed): Define to update persistent
1679         mark.
1680         (wl-summary-buffer-set-folder): Register event handler to
1681         elmo-folder.
1682         (wl-summary-exit): Unregister event handler.
1683         (wl-summary-goto-folder-subr): Ditto.
1684         (wl-summary-mark-as-read-all): Does not call
1685         `wl-summary-update-persistent-mark' directly.
1686         (wl-summary-mark-as-read-internal): Ditto.
1687         (wl-summary-set-persistent-mark-internal): Ditto.
1688         (wl-summary-set-flags-internal): Ditto.
1689
1690         * Version number is increased to 2.11.33.
1691
1692 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1693
1694         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1695         to nil.
1696
1697 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-spam.el (wl-spam-setup): Add hook
1700         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1701         instead of `wl-summary-prepare-hook'.
1702
1703         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1704         if folder type is `'flag'.
1705         (wl-summary-mark-as-important): Ditto.
1706
1707 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1708
1709         * wl-address.el (wl-address-minibuffer-history): New variable.
1710         (wl-address-minibuffer-local-map): New keymap.
1711         (wl-address-read-from-minibuffer): New function.
1712
1713         * wl-action.el (wl-summary-get-resend-address): Use
1714         `wl-address-read-from-minibuffer' instead of `completing-read'.
1715
1716 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * Version number is increased to 2.11.32.
1719
1720 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1723         without mule to iso-8859-1.
1724         (wl-draft-add-in-reply-to): Add note in description.
1725         (wl-draft-add-references): Ditto.
1726
1727 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1728
1729         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1730         definition for `m'.
1731         (wl-summary-mode-line-format): Add '[%m]'.
1732         (wl-message-mode-line-format-spec-alist): Ditto.
1733         (wl-summary-display-mime-mode-list): New variable.
1734
1735         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1736         from wl-summary-buffer-display-as-is.
1737         (wl-summary-buffer-display-all-header): New buffer local variable.
1738         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1739         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1740         instead of wl-summary-buffer-display-as-is.
1741         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1742         (wl-summary-set-persistent-mark): Ditto.
1743         (wl-summary-set-message-buffer-or-redisplay): Just call
1744         `wl-summary-redisplay-internal' without optional arguments.
1745         (wl-summary-toggle-mime): Rewrite.
1746         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1747         (wl-summary-toggle-all-header): New function.
1748         (wl-summary-redisplay-internal): Treat mime mode.
1749
1750         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1751         to wl-mime-preview-follow-no-mime.
1752         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1753         accodring to the display-mode.
1754
1755         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1756         (wl-message-buffer-display): Changed argument name from `as-is' to
1757         `mode'.
1758         (wl-message-display-internal): Ditto;
1759         Bind elmo-mime-display-header-analysis according to the mode.
1760         (wl-message-display-internal): Put wl-message-display-mime-mode
1761         property on entire buffer.
1762
1763 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1764
1765         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1766
1767 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1768
1769         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1770         Don't extract mail address.
1771         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1772
1773         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1774
1775         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1776
1777 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1778
1779         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1780         wl-fldmgr-cut-entity-list on confirmation.
1781
1782 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1783
1784         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1785         (wl-mime-quit-preview): Check existence of
1786         mime-edit-temp-message-buffer here.
1787
1788 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1791         after deletion.
1792
1793         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1794         before calling wl-mime-quit-preview.
1795
1796 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-summary.el (wl-summary-pick): If call it with prefix
1799         argument, set `delete-marks' as non-nil. Pick from only visible
1800         messages.
1801         (wl-summary-check-target-mark): New function.
1802         (wl-summary-target-mark-mark-as-read): Use it.
1803         (wl-summary-target-mark-mark-as-unread): Ditto.
1804         (wl-summary-target-mark-operation): Ditto.
1805         (wl-summary-target-mark-set-flags): Ditto.
1806         (wl-summary-target-mark-save): Ditto.
1807         (wl-summary-target-mark-pick): Ditto.
1808         (wl-summary-target-mark-forward): Ditto.
1809         (wl-summary-target-mark-reply-with-citation): Ditto.
1810         (wl-summary-target-mark-print): Ditto.
1811         (wl-summary-target-mark-uudecode): Ditto.
1812
1813         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1814         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1815         with `ask-coding' is non-nil.
1816
1817 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-thread.el (wl-thread-set-parent): If parent is a message
1820         which is identified by references, set linked as nil.
1821
1822 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1825         (wl-message-mode-line-format-spec-alist): Ditto.
1826         (wl-message-mode-line-format): Ditto.
1827         (wl-summary-mode-line-format): Ditto for docstring.
1828         (wl-summary-no-mime-folder-list): Fix typo.
1829
1830         * wl-util.el (wl-current-message-buffer): Call
1831         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1832
1833         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1834         variable.
1835         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1836         of `wl-summary-redisplay-no-mime'.
1837         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1838         (wl-summary-toggle-mime): New function.
1839         (wl-summary-redisplay-all-header): Rewrite.
1840         (wl-summary-redisplay-no-mime): Ditto.
1841         (wl-summary-redisplay-internal): Added argument `as-is' and
1842         `all-header'.
1843
1844         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1845         New variable.
1846         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1847         bottom.
1848         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1849         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1850         "/" unconditionally.
1851
1852         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1853         wl-mime-preview-follow-no-mime for as-is content.
1854         (wl-mime-preview-follow-no-mime): New function.
1855         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1856
1857         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1858         and added `as-is', `all-header'.
1859         (wl-message-buffer-display): Ditto.
1860         (wl-message-buffer-display-type): New function.
1861
1862 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1863
1864         * wl-vars.el (wl-message-header-button-alist): Change default
1865         value.
1866         (wl-message-body-button-alist): Ditto.
1867
1868 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1869
1870         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1871
1872 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1873
1874         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1875
1876 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1877
1878         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1879         is always true.
1880
1881 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1884         on null entity.
1885
1886 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1887
1888         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1889
1890 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1891
1892         * wl-vars.el (wl-summary-resend-hook): New hook.
1893
1894         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1895         `wl-summary-resend-hook'.
1896
1897 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1898
1899         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1900         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1901         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1902         (wl-summary-new-cached-mark): Changed default value to 'n'.
1903         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1904         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1905         (wl-folder-sync-range-alist): Remove spec for 'flag.
1906         (wl-summary-force-prefetch-folder-list): New user option.
1907
1908         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1909         `wl-summary-toggle-persistent-mark'.
1910         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1911         number is nil.
1912         (wl-summary-mark-as-answered-region): Set interactive argument of
1913         `wl-summary-set-persistent-mark-internal'.
1914         (wl-summary-mark-as-important-region): Ditto.
1915         (wl-summary-unset-persistent-mark): Ditto.
1916         (wl-summary-set-persistent-mark): Ditto.
1917         (wl-summary-mark-as-answered): Ditto.
1918         (wl-summary-mark-as-important): Ditto.
1919         (wl-summary-set-persistent-mark-internal): Do nothing
1920         when `elmo-message-flag-available-p' is nil.
1921         (wl-summary-toggle-persistent-mark): New function.
1922         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1923         when the folder matches `wl-summary-force-prefetch-folder-list'.
1924
1925
1926         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1927         when number is nil.
1928         (wl-highlight-summary-forwarded-face): New face.
1929
1930 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * Version number is increased to 2.11.31.
1933
1934 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1935
1936         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1937         (wl-biff-check-folder-async): Ditto.
1938         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1939
1940 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1941
1942         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1943         Add an argument `reverse'.  All callers are updated.
1944         (wl-summary-sort): Add a prefix argument `reverse' to specify
1945         reverse sorting.
1946         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1947         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1948         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1949
1950 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-message.el (wl-message-redisplay): Does not narrow header if
1953         disply-type is all-header or as-is.
1954
1955         * wl-summary.el (wl-summary-enter-handler): Use
1956         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1957
1958 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1959
1960         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1961         after adding wl-draft-parent-variables.
1962         (wl-draft-forward): Ditto.
1963
1964 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1965
1966         * wl-summary.el (wl-summary-sync-marks): Call
1967         `wl-summary-set-persistent-mark' and
1968         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1969         (wl-summary-set-persistent-mark-internal): Add 4th argument
1970         `no-server'.
1971         (wl-summary-unset-persistent-mark): Ditto.
1972         (wl-summary-set-persistent-mark): Ditto.
1973         (wl-summary-add-flags-internal): Abolish.
1974         (wl-summary-remove-flags-internal): Ditto.
1975         (wl-summary-mark-as-important-internal): Ditto.
1976         (wl-summary-mark-as-important): Use
1977         `wl-summary-set-persistent-mark' instead of
1978         `wl-summary-add-flags-internal'.
1979         (wl-summary-mark-as-important-region): Ditto.
1980
1981         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1982
1983         * wl-summary.el (wl-summary-get-available-flags): New function.
1984         (wl-summary-sync-marks): Use it and simplified.
1985         (wl-summary-unset-persistent-mark): Use
1986         `wl-summary-get-available-flags'.
1987         (wl-summary-set-persistent-mark): Ditto.
1988
1989 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1990
1991         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1992         id.
1993
1994 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1997         number, call `wl-summary-prev-line-content'. Show message when the
1998         message is not found.
1999
2000 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2001
2002         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2003         wl-summary-enter-handler.
2004         (wl-summary-enter-handler): New command.
2005
2006         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2007         docstring and custom spec.
2008
2009         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2010         flags too; Don't treat Cached and New.
2011         (wl-summary-set-persistent-mark): Ditto.
2012
2013         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2014         `wl-folder-set-flag'.
2015
2016         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2017         instead of `wl-folder-set-flag'.
2018
2019         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2020         for completion.
2021         (wl-summary-set-persistent-mark): Ditto.
2022
2023         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2024         instead of `wl-draft-quit-preview'.
2025
2026         * wl-mime.el (toplevel): Avoid compile warning.
2027         (wl-mime-quit-preview): New function
2028         (formarly defined as `wl-draft-quit-preview').
2029         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2030         quitting method.
2031
2032         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2033
2034         * wl-folder.el (wl-folder-set-flag): Renamed from
2035         `wl-draft-set-flag-on-parent'.
2036
2037         * wl-draft.el (wl-draft-quit-preview): New function.
2038         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2039         (wl-draft-send): Call `wl-folder-set-flag' instead of
2040         `wl-draft-set-flag-on-parent'.
2041         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2042
2043 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2046         (wl-draft-send): Ditto.
2047
2048 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2051         (wl-draft-kill-pre-hook): Set default value as nil.
2052         (wl-summary-reply-hook): Ditto.
2053         (wl-draft-kill-flags): Abolish.
2054
2055         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2056         (wl-draft-parent-variables): Renamed from
2057         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2058         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2059         argument; Add wl-draft-parent-variables to
2060         wl-draft-config-variables.
2061         (wl-draft-reply): Likewise.
2062         (wl-draft-kill-flags): Abolish.
2063         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2064         (wl-draft-set-flag-on-parent): New function.
2065         (wl-draft-setup-parent-flag): Ditto.
2066
2067 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2068
2069         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2070         `wl-draft-parent-folder' is "".
2071
2072 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2073
2074         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2075         (wl-summary-digit-jump): New function.
2076         (Adviced by John Owens and Hiroya Murata)
2077
2078         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2079         (Adviced by John Owens)
2080
2081         * wl-xmas.el (wl-message-define-keymap): Ditto.
2082
2083         * wl-mule.el (wl-message-define-keymap): Ditto.
2084
2085 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2088         change of return value of elmo-folder-count-flags.
2089
2090         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2091         (wl-summary-mark-as-read-internal): Ditto.
2092         (wl-summary-set-persistent-mark-internal): Ditto.
2093         (wl-summary-folder-info-update): Ditto.
2094         (wl-summary-sync-update): Fixed the last change.
2095
2096         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2097
2098 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2099
2100         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2101         (wl-draft-kill-flags): Fixed docstring.
2102
2103         * wl-draft.el (wl-draft-kill-flags): New function.
2104         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2105
2106 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-vars.el (wl-reply-hook): Abolish.
2109         (wl-draft-reply-hook): New hook.
2110         (wl-summary-reply-hook): Ditto.
2111         (wl-draft-forward-hook): Ditto.
2112         (wl-summary-forward-hook): Ditto.
2113         (wl-draft-kill-flags): New variable.
2114
2115         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2116         wl-summary-set-persistent-mark-internal.
2117         (wl-summary-sync-marks): Use elmo-preserved-flags.
2118         (wl-summary-update-persistent-mark): Make it interactive.
2119         (wl-summary-set-persistent-mark-internal): New inline function.
2120         (wl-summary-mark-as-answered): Use it.
2121         (wl-summary-mark-as-unanswered): Ditto.
2122         (wl-summary-unset-persistent-mark): New function.
2123         (wl-summary-set-persistent-mark): Ditto.
2124         (wl-summary-reply): Don't set answered flag;
2125         Run wl-summary-reply-hook instead.
2126         (wl-summary-forward): Call wl-draft-forward with number.
2127         Run wl-summary-forward-hook.
2128
2129         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2130         (wl-highlight-summary-line-face-spec): Use it as a default
2131         persistent mark face.
2132
2133         * wl-draft.el (wl-draft-forward): Added optional argument number;
2134         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2135         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2136         (wl-draft-kill): Use wl-draft-kill-flags.
2137
2138         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2139
2140         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2141         of return value of elmo-folder-count-flags.
2142
2143         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2144
2145         * wl-summary.el (wl-summary-count-unread): Ditto.
2146         (wl-summary-sync-update): Follow the change above.
2147         (wl-summary-force-prefetch): New function.
2148
2149 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2150
2151         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2152         variable `buf' with `let' instead of `setq'.
2153
2154 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2157         add Content-Disposition heaeder on the deleted part.
2158
2159 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-draft.el (wl-draft-save): Encode address list under edit by
2162         `eword-encode-unstructured-field-body'.
2163
2164         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2165
2166 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2167
2168         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2169         wl-current-summary-buffer.
2170
2171 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2172
2173         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2174         `numbers' is ignored.
2175
2176 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-folder.el (wl-folder-open-folder): Avoid error.
2179         Reported by John Owens, [wl-en:815]
2180
2181         * wl.el (wl): Set timer for biff process even if prefix argument
2182         is given or auto-checking is quitted.
2183
2184         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2185         immediately.
2186         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2187         (wl-toggle-plugged): Ditto.
2188
2189         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2190         * wl-util.el (wl-biff-start): Use idle timer if
2191         `wl-biff-use-idle-timer' is non-nil.
2192
2193 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-highlight.el (wl-highlight-message): Fix description.
2196
2197 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2198
2199         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2200         tty.
2201
2202 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-action.el (wl-summary-exec): Print failure count.
2205
2206 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2207
2208         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2209         to `defun', remove interactive form.
2210         Set elmo-message-fetch-confirm when force-reload is non-nil.
2211
2212 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2213
2214         * wl-summary.el (toplevel): Removed unnecessary autoload.
2215
2216 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2219         the buffer is generated from another message buffer.
2220
2221 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2224         extracted from `wl-fldmgr-save-folders'.
2225         (wl-fldmgr-delete): Call it after deletion.
2226
2227 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2230         multi-tty support.
2231
2232 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2233
2234         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2235
2236 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2237
2238         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2239         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2240
2241 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2244         unsubscribe list only if argument CLEAR is nil.
2245
2246 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2247
2248         * wl-draft.el (wl-draft-reply): Decode subject before removing
2249         Re: prefix.
2250
2251 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2252
2253         * wl-summary.el (wl-summary-sort-by-size): New command.
2254
2255 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2256
2257         * wl-summary.el (wl-summary-number-list-from-region): New
2258         function.
2259         (wl-summary-mark-as-read-region): Use it.
2260         (wl-summary-mark-as-unread-region): Ditto.
2261         (wl-summary-set-flags-region): Ditto and add optional argument
2262         remove.
2263         (wl-summary-mark-as-answered-region): Ditto.
2264         (wl-summary-mark-as-important-region): Ditto.
2265         (wl-summary-target-mark-mark-as-important): Added optional
2266         argument remove.
2267         (wl-summary-target-mark-mark-as-answered): Ditto.
2268         (wl-summary-target-mark-set-flags): Ditto.
2269
2270 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2271
2272         * wl-summary.el (wl-summary-set-flags-region): Call
2273         `wl-summary-set-flags-internal' with number list instead of call
2274         one by each message.
2275         (wl-summary-target-mark-set-flags): Likewise.
2276
2277 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2280         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2281         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2282         (wl-summary-target-mark-mark-as-answered): Likewise.
2283
2284 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2285
2286         * wl-summary.el (wl-summary-target-mark-forward): Use
2287         `wl-summary-delete-all-target-marks' instead of
2288         `wl-summary-delete-all-temp-marks'.
2289         (wl-summary-target-mark-reply-with-citation): Ditto.
2290         (wl-summary-target-mark-uudecode): Ditto.
2291         (wl-summary-target-mark-set-flags): Ditto and remove needless
2292         cursor move.
2293
2294 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-summary.el (wl-summary-target-mark-forward): Protect
2297         wl-summary-buffer-target-mark-list from nreverse.
2298         (wl-summary-target-mark-reply-with-citation): Ditto.
2299
2300 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2303         `elmo-display-progress-threshold'.
2304
2305 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2306
2307         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2308         check `wl-summary-highlight'.
2309         (wl-summary-window-scroll-functions): Respect value of
2310         `wl-summary-highlight'.
2311         (wl-summary-sync-update): Run hooks
2312         `wl-summary-buffer-window-scroll-functions' at any time.
2313
2314 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2315
2316         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2317         from `wl-summary-cleanup-temp-marks'.
2318         (wl-summary-cleanup-temp-marks): Abolish argument.
2319         * wl.el (wl-save-status): Revert previous change.
2320         (wl-execute-temp-marks): New function, call
2321         `wl-summary-exec-with-confirmation'.
2322         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2323         (wl-folder-save-and-exec-marks): Abolished.
2324
2325 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-e21.el (wl-e21-display-image-p): Respect
2328         `wl-highlight-folder-with-icon'.
2329         (wl-e21-highlight-folder-group-line): Highlight mouse line
2330         even if wl-e21-display-image-p is nil.
2331
2332         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2333         Respect value of `wl-summary-highlight'.
2334
2335         * wl.el (wl-save-status): Remove unused variable.
2336
2337         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2338         (wl-folder-mode-map): Bind it to "x".
2339
2340 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2341
2342         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2343
2344         * wl-thread.el (wl-thread-get-parent-list): Don't check
2345         disconnected ancestors, neglecting needless work in
2346         `wl-thread-update-indent-string-thread'.
2347
2348         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2349         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2350         argument, add argument default-keep to keep marks by default.
2351
2352         * Version number is increased to 2.11.30.
2353
2354         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2355         customization type and docstring.
2356         (wl-draft-reply-without-argument-list): Ditto.
2357
2358 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2361
2362         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2363
2364 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2365
2366         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2367
2368 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2371         save-excursion so as not to include run-hooks.
2372
2373 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2374
2375         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2376         Clarify that marks are going to be cleared.
2377
2378 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2381         according to 3rd element of wl-summary-flag-mark.
2382
2383         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2384
2385 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * wl-action.el (wl-summary-target-mark-all): Don't set
2388         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2389
2390 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2391
2392         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2393         (wl-forward-subject-prefix): Ditto.
2394         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2395         (wl-draft-reply-make-subject): Ditto.
2396
2397         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2398         `wl-draft-forward'.
2399         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2400
2401 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2402
2403         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2404         target message does not exist.
2405
2406 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2407
2408         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2409         `wl-subject-prefix-regexp'.
2410         (wl-subject-forward-prefix-regexp): New variable.
2411         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2412         `wl-draft-strip-subject-re' and take regexp as argument.
2413         (wl-draft-forward): Use it.
2414         (wl-draft-reply): Ditto.
2415
2416 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2417
2418         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2419         emacs multi-tty support.
2420
2421 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2422
2423         * wl-e21.el (wl-e21-display-image-p): Don't call
2424         `display-images-p'.
2425         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2426         support.
2427         (wl-highlight-folder-current-line): Ditto.
2428         (wl-folder-init-icons): Ditto.
2429
2430 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2433         the last line of summary in unplugged mode.
2434
2435 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2436
2437         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2438
2439 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2440
2441         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2442         * wl-address.el (wl-address-user-mail-address-p): Use it.
2443         (wl-address-delete-user-mail-addresses): Ditto.
2444         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2445
2446         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2447         (wl-address-delete-user-mail-addresses): Ditto.
2448
2449         * wl-address.el (wl-address-delete-user-mail-addresses): New
2450         function.
2451         * wl-refile.el (wl-refile-guess-by-history): Use it.
2452         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2453         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2454
2455         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2456         use wl-address-user-mail-address-p.
2457
2458 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2459
2460         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2461         after opening group.
2462
2463 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464
2465         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2466         of elmo-set-buffer-multibyte.
2467
2468         * wl-message.el (wl-original-message-mode): Ditto.
2469
2470         * wl-score.el (wl-score-insert-header): Ditto.
2471
2472         * wl-summary.el
2473         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2474         (wl-summary-goto-folder-subr): Ditto.
2475         (wl-summary-insert-headers): Ditto.
2476
2477         * wl-util.el (wl-set-string-width): Ditto.
2478
2479         * Version number is increased to 2.11.29.
2480
2481 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2482
2483         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2484         (wl-highlight-summary-line-help-echo-alist): New variable.
2485         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2486         into `wl-highlight-summary-line-help-echo' and
2487         `wl-highlight-flag-folder-help-echo'.
2488         (wl-highlight-summary-line-string): Change accordingly.
2489         (wl-highlight-summary-current-line): Ditto.
2490
2491 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2492
2493         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2494         at the beginning of field body (Thanks to Markus Knittig).
2495
2496         * wl-draft.el (wl-draft-insert-current-message): Also check
2497         summary buffer, remove unnecessary tag.
2498
2499 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2500
2501         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2502         when wl-message-buffer is nil.
2503
2504         * wl-folder.el (wl-folder): Abolish unused argument.
2505         Call wl-folder-init when wl-folder-entity is nil.
2506         * wl.el (wl): Change accordingly.
2507
2508 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2511         multibyte string before insert into draft buffer.
2512         (wl-draft-create-buffer): Always enable multibyte characters for
2513         draft buffer.
2514
2515         * Version number is increased to 2.11.28.
2516
2517 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2518
2519         * wl-folder.el (wl-folder-open-close): Handle blank line.
2520         (wl-folder-jump-to-current-entity): Ditto.
2521
2522 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * Version number is increased to 2.11.27.
2525
2526 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2527
2528         * wl-thread.el (wl-thread-insert-message): When the thread is
2529         devided by wl-summary-max-thread-depth, insert line at the end of
2530         buffer.
2531
2532 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * Version number is increased to 2.11.26.
2535
2536 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2537
2538         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2539
2540 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2541
2542         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2543         value of stream-type and session.
2544
2545 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2546
2547         * Version number is increased to 2.11.25.
2548
2549 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2550
2551         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2552         in a quit message.
2553
2554 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2555
2556         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2557         (wl-summary-redisplay-no-mime-internal): Ditto.
2558
2559 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2560
2561         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2562         * wl-vars.el (wl-smtp-connection-type): Ditto.
2563
2564 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2565
2566         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2567         for the separator line and quote mail-header-separator.
2568
2569 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2572         result message.
2573
2574         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2575         `elmo-multiple-fields-body-list' with boundary as
2576         mail-header-separator.
2577
2578 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2579
2580         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2581
2582 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-util.el (wl-list-diff): Remove unused function.
2585
2586         * wl-draft.el (wl-draft-send-confirm): Discard input before
2587         confirmation.
2588
2589 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2592         order of flag and new.
2593
2594 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * wl-vars.el (wl-refile-policy-alist): Abolished.
2597
2598         * wl-action.el (wl-summary-set-action-refile): Follow the change
2599         above.
2600
2601 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * wl-highlight.el (wl-highlight-signature-search): Don't use
2604         re-search-backward for a long word since it is possible to crash
2605         XEmacs because of a bug.
2606
2607 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2608
2609         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2610
2611 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2614         argument for wl-summary-sync-force-update.
2615
2616 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl-summary.el (wl-summary-mode-map): Revival of
2619         wl-summary-mark-as-important related bindings;
2620         Bind 'F','tF','mF','rF','m&'.
2621         (wl-summary-mark-as-important-region): Revival.
2622         (wl-summary-target-mark-mark-as-important): Ditto.
2623         (wl-summary-target-mark-operation): New function.
2624         (wl-summary-target-mark-mark-as-answered): Use it.
2625         (wl-summary-decide-flag): Don't set Important as default.
2626         (wl-summary-mark-as-important-internal): Revival.
2627         (wl-summary-mark-as-important): Ditto.
2628
2629         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2630
2631         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2632         instead of facep.
2633
2634 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-dnd.el (wl-dnd-drop-func): Fix.
2637
2638         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2639         mouse-set-point instead of posn-point.
2640
2641         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2642
2643         * wl-mule.el (wl-completing-read-multiple): Ditto.
2644
2645 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2646
2647         * wl-demo.el (face-background-name): Defalias to avoid compile
2648         warning.
2649
2650 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2651
2652         * wl-summary.el (wl-summary-decide-flag): Use
2653         wl-completing-read-multiple instead of completing-read-multiple.
2654
2655         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2656         New alias.
2657
2658         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2659         Use face-background-name instead of face-background.
2660
2661         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2662
2663         * wl-summary.el (wl-summary-save): Use it.
2664         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2665
2666         * wl-mime.el (wl-mime-save-content): Fix last change.
2667
2668 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2669
2670         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2671         New function.
2672         (wl-summary-sort-specs): Added sort.
2673         * wl-mime.el (wl-mime-save-content): Expand file name.
2674
2675 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2678
2679         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2680
2681 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2684         for flag if it is not defined.
2685
2686 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-e21.el (wl-highlight-folder-current-line): Use
2689         elmo-folder-type-internal when elmo-folder-type returns nil.
2690
2691         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2692
2693         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2694
2695         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2696
2697         * wl-e21.el (wl-summary-toolbar): Ditto.
2698
2699         * wl-vars.el (wl-demo-background-color): Abolished.
2700         (wl-summary-persistent-mark-priority-list): Renamed from
2701         wl-summary-flag-priority-list.
2702         (wl-summary-flag-alist): New user option.
2703         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2704         (wl-message-mode-line-format-spec-alist): Added 'F'.
2705         (wl-message-mode-line-format): Likewise.
2706         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2707         instead of wl-summary-important-mark.
2708         (wl-file-folder-icon): New variable.
2709
2710         * wl-thread.el (wl-thread-set-flags): Renamed from
2711         wl-thread-mark-as-important.
2712
2713         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2714         warning.
2715         (wl-summary-mode-menu-spec): Follow the change of 
2716         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2717         (wl-summary-mode-map): Follow the change of
2718         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2719         (wl-summary-detect-mark-position): Follow the variable name change.
2720         (wl-summary-set-flags-region): New function for the replacement of
2721         wl-summary-mark-as-important-region.
2722         (wl-summary-sync-marks): Sync all global-flags.
2723         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2724         instead of elmo-message-flagged-p.
2725         (wl-summary-persistent-mark-string): Follow the variable name change;
2726         Put wl-summary-flag-mark if the message has global-flag.
2727         (wl-summary-target-mark-set-flags): Renamed from 
2728         wl-summary-target-mark-mark-as-important.
2729         (wl-summary-decide-flag): New function.
2730         (wl-summary-set-flags-internal): Renamed from
2731         wl-summary-mark-as-important-internal.
2732         (wl-summary-add-flags-internal): New function.
2733         (wl-summary-remove-flags-internal): Ditto.
2734         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2735         (wl-summary-mark-as-unimportant): Abolish.
2736         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2737         (wl-summary-next-message): List flagged messages in the msgdb.
2738
2739         * wl-score.el (wl-summary-score-update-all-lines): Use
2740         wl-summary-add-flags-internal instead of 
2741
2742         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2743
2744         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2745         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2746         (wl-message-buffer-require-all-header): Renamed from
2747         wl-message-buffer-all-header-flag (Ditto).
2748         (wl-message-buffer-flag-indicator): New variable.
2749         (wl-message-redisplay): Changed local varibale name from `flag' to
2750         `display-type'; Set up wl-message-buffer-flag-indicator.
2751         (wl-message-buffer-display): Changed varibale name from `flag' to
2752         `display-type'.
2753         (wl-message-display-internal): Likewise.
2754
2755         * wl-highlight.el (wl-highlight-demo-face): Define default background
2756         color.
2757         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2758
2759         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2760
2761         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2762         (wl-demo-setup-properties): Renamed from
2763         `wl-demo-set-background-color'.
2764         (wl-demo): Follow the change above.
2765         
2766         * Version number is increased to 2.11.24.
2767
2768 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-summary.el (wl-summary-toggle-thread): Call
2771         `wl-summary-rescan' with disable-thread as non-nil.
2772         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2773
2774 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2777         foreground property of the face.
2778         (wl-demo-insert-text): Don't set up face property here.
2779         (wl-demo): Call wl-demo-set-background-color, anyway.
2780
2781 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2782
2783         * wl-vars.el (wl-demo-background-color): The value can be nil.
2784
2785 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2788         to wl-summary-wheel-dispatcher.
2789
2790         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2791         wl-message-wheel-dispatcher.
2792         (wl-message-wheel-dispatcher): New function.
2793         (wl-summary-wheel-dispatcher): Ditto.
2794
2795 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2796
2797         * wl-action.el (wl-summary-target-mark-all): List messages which are
2798         not in the killed-list.
2799
2800         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2801         only when the folder is 'flag/important.
2802
2803         * wl-address.el (wl-complete-field-body): Complete if the last
2804         character is a space.
2805
2806 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807
2808         * wl-folder.el (wl-folder-clear-entity-info): Use
2809         elmo-clear-hash-val.
2810
2811         * wl-fldmgr.el (wl-fldmgr-rename): Set
2812         wl-folder-info-alist-modified as t.
2813
2814 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2815
2816         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2817
2818 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2819
2820         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2821         (wl-folder-buffer-last-visited-entity-id): New buffer local
2822         variable.
2823         (wl-folder-revisit-last-visited-folder): New function.
2824         (wl-folder-mode-map): Bind it to "C-i".
2825         (wl-folder-set-current-entity-id): Set last visited folder.
2826         * wl-summary.el (wl-summary-exit): Ditto.
2827
2828 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2831         before calling `recenter' in order to cope with an XEmacs bug.
2832
2833 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2834
2835         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2836         to the default value.
2837
2838 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2839
2840         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2841         change.
2842         (wl-summary-sync-marks): Ditto.
2843         (wl-summary-mark-as-read-internal): Ditto.
2844         (wl-summary-mark-as-answered-internal): Ditto.
2845         (wl-summary-mark-as-important-internal): Ditto.
2846         (wl-summary-reply): Ditto.
2847
2848         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2849         instead of `elmo-folder-unflag-answered'.
2850
2851         * Version number is increased to 2.11.23.
2852
2853         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2854         the last change.
2855
2856 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2857
2858         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2859         Specify "spam" or "good".
2860
2861 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-spam.el (wl-summary-exec-action-spam): Call
2864         wl-folder-confirm-existence for spam folder.
2865         (wl-spam-setup): Bind "mk".
2866
2867 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2868
2869         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2870
2871 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2872
2873         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2874         destination folder is empty.
2875
2876 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2879         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2880
2881         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2882         (wl-summary-refile-prev-destination-region): New function.
2883         (wl-thread-refile-prev-destination): Ditto.
2884         (wl-summary-target-mark-refile-prev-destination): Ditto.
2885
2886 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2889         (wl-demo-background-color): Changed default value.
2890
2891         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2892         color.
2893
2894         * wl-demo.el (wl-demo-set-background-color): New function.
2895         (wl-demo): Call it.
2896
2897 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2898
2899         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2900         * wl-address.el (wl-address-add-or-change): Don't add empty
2901         address.
2902
2903 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2904
2905         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2906
2907 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-vars.el (wl-demo-image-filter-alist): New variable
2910         (wl-demo-background-color): Ditto.
2911
2912         * wl-demo.el (wl-demo-xpm-set-background): New function.
2913         (wl-demo-image-filter): Ditto.
2914         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2915
2916         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2917
2918         * wl-demo.el (wl-demo-icon-name): Define as function.
2919         (wl-demo-insert-image): Use it.
2920
2921 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2922
2923         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2924
2925 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2926
2927         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2928
2929 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2930
2931         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2932
2933 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-thread.el (wl-thread-mark-as-answered): New function.
2936
2937         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2938         answered" entry.
2939         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2940         "r&" and wl-thread-mark-as-answered to "t&".
2941         (wl-summary-mark-as-important-region): Refine to toggle mark.
2942         (wl-summary-mark-as-answered-region): New function.
2943         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2944         and 3rd argument.
2945         (wl-summary-mark-as-important-internal): Likewise.
2946
2947 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-template.el (wl-template-preview): New internal variable.
2950         (wl-template-preview-p): New function.
2951         (wl-template-show): Bind `wl-template-preview' as t.
2952
2953 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2956         `elmo-message-entity-field' with 3rd argument which is non-nil.
2957
2958 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2961         Removed duplicate local bind `folder'.
2962
2963 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2966
2967 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2970         duplicate definition.
2971
2972 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2975         non-nil, use it; Don't fetch message if there's no message in the
2976         current cursor position.
2977
2978 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2979
2980         * wl-util.el (wl-region-exists-p): Use region-active-p.
2981         (wl-deactivate-region): New function.
2982         * wl-message.el (wl-message-redisplay): Deactivate region.
2983
2984         * wl-summary.el (wl-summary-reply): Call
2985         `wl-summary-set-message-buffer-or-redisplay' instead of
2986         `wl-summary-redisplay-internal', don't move point.
2987
2988 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2991         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2992         by regexp.
2993
2994 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2995
2996         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2997         if no need.
2998
2999 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3000
3001         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3002         default value to nil.
3003         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3004         `wl-summary-prepare-hook'; Replace refile action to
3005         `wl-summary-exec-action-refile-with-register'.
3006
3007         * Version number is increased to 2.11.22.
3008
3009 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * wl-summary.el (wl-summary-detect-mark-position): Set
3012         `wl-summary-buffer-weekday-name-lang'.
3013
3014 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3015
3016         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3017         (wl-summary-mark-as-read-all): Ditto.
3018         (wl-summary-delete-messages-on-buffer): Ditto.
3019         (wl-summary-sync-update): Ditto.
3020         (wl-summary-mark-as-read-internal): Ditto.
3021         (wl-summary-mark-as-answered-internal): Ditto.
3022         (wl-summary-update-folder-info): Abolished.
3023
3024 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl-summary.el (wl-summary-mark-as-read-all): Use
3027         `wl-summary-update-folder-info' instead of
3028         `wl-folder-update-unread'.
3029
3030 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3031
3032         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3033         `wl-summary-folder-info-update'.
3034         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3035         instead of `wl-summary-folder-info-update'.
3036         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3037         `wl-folder-set-folder-updated'.
3038         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3039         instead of `wl-folder-update-unread'.
3040         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3041         the value of `wl-summary-buffer-unread-count' for the second parameter of
3042         `wl-folder-update-unread'.
3043
3044         * Version number is increased to 2.11.21.
3045
3046 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3047
3048         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3049         a local variable.
3050
3051 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3054         interactively.
3055
3056         * wl-summary.el (wl-summary-mark-as-important-internal): New
3057         internal function.
3058         (wl-summary-mark-as-important): Use it.
3059         (wl-summary-mark-as-unimportant): New function.
3060         (wl-summary-sync-marks): Follow the API change.
3061
3062         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3063
3064         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3065
3066 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3067
3068         * wl-folder.el (wl-folder-update-unread): Re-indent.
3069         Narrow the scope of a local variable.
3070
3071 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3074         (wl-addrmgr-merge-entries): Ditto.
3075         (wl-addrmgr): Added to address entry which exists in draft buffer
3076         if no entry is in original.
3077
3078 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3079
3080         * wl-batch.el: New file.
3081
3082 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3083
3084         * wl-vars.el (wl-use-semi): Remove unused variable.
3085
3086 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3089         "?".
3090
3091 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3094         wl-summary-new-mark.
3095         (wl-summary-new-cached-mark): New user option.
3096         (wl-summary-score-marks): Follow the change above.
3097         (wl-summary-auto-refile-skip-marks): Ditto.
3098         (wl-summary-incorporate-marks): Ditto.
3099         (wl-summary-expire-reserve-marks): Ditto.
3100
3101         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3102
3103         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3104         (wl-summary-persistent-mark-string): Distinguished between cached
3105         and uncached mark when the message is new.
3106
3107 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3108
3109         * wl-spam.el (wl-spam-domain): Renamed from
3110         `wl-spam-folder-guess-domain'.
3111         (wl-summary-exec-action-spam): Register as spam if domain of the
3112         source folder is good.
3113         (wl-summary-exec-action-refile-with-register): Register message if
3114         domain of the source folder is not undecided.
3115
3116 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3119         detect thread loop.
3120
3121 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122
3123         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3124         and wl-summary-skip-mark-list.
3125
3126 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3127
3128         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3129
3130         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3131
3132         * wl-spam.el (toplevel): Require wl-highlight.
3133         (wl-spam-auto-check-policy-alist): Abolish.
3134         (wl-spam-auto-check-folder-regexp-list): New user option.
3135         (wl-spam-auto-check-marks): Ditto.
3136         (wl-spam-mark-action-list): Ditto.
3137         (wl-highlight-summary-spam-face): New face.
3138         (wl-spam-auto-check-message-p): New function.
3139         (wl-spam-map-spam-messages): Fixed message.
3140         (wl-spam-register-spam-messages): Ditto.
3141         (wl-spam-register-good-messages): Ditto.
3142         (wl-summary-spam-map): Add and remove keybind.
3143         (wl-summary-target-mark-spam): Abolish.
3144         (wl-summary-refile-spam): Ditto.
3145         (wl-summary-test-spam): New function.
3146         (wl-summary-mark-spam): Ditto.
3147         (wl-summary-auto-check-spam): Follow the above change.
3148         (wl-summary-exec-action-spam): New function.
3149         (wl-summary-exec-action-refile-with-register): Fixed message.
3150         (wl-message-check-spam): New function.
3151         (wl-spam-setup): Ditto.
3152         (toplevel): Call it if this file is loaded interactivity.
3153
3154         * Version number is increased to 2.11.20.
3155
3156 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3157
3158         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3159         when new optional argument `force' is non nil or modified.
3160
3161 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl.el (toplevel): Require wl-spam when compile.
3164         (wl-save-status): Call wl-spam-save-status.
3165
3166         * wl-spam.el (wl-spam-register-spam-messages): New function.
3167         (wl-spam-register-good-messages): Ditto.
3168         (wl-spam-save-status): Ditto.
3169         (wl-summary-mode-map): Bind
3170         wl-summary-target-mark-register-as-spam to "ms" and
3171         wl-summary-target-mark-register-as-good to "mn".
3172         (wl-summary-register-as-spam): Abolish optional argument; Use
3173         wl-spam-register-spam-messages.
3174         (wl-summary-register-as-spam-all): Use
3175         wl-spam-register-spam-messages.
3176         (wl-summary-register-as-good): Abolish optional argument; Use
3177         wl-spam-register-good-messages.
3178         (wl-summary-register-as-good-all): Use
3179         wl-spam-register-good-messages.
3180         (wl-summary-target-mark-register-as-spam): New funtion.
3181         (wl-summary-target-mark-register-as-good): Ditto.
3182
3183 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184
3185         * wl-spam.el: New file.
3186
3187 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3188
3189         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3190
3191         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3192         (wl-summary-auto-refile): Call wl-refile-guess with
3193         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3194
3195 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3198         with disable-thread argument non-nil.
3199
3200 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3201
3202         * wl-summary.el (wl-summary-rescan): Added optional argument
3203         disable-thread.
3204         (wl-summary-sync): Call wl-summary-rescan with argument
3205         disable-thread.
3206         (wl-summary-input-range): Added new range `rescan-thread'.
3207
3208 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3211
3212 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3213
3214         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3215         internal variable.
3216         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3217         wl-summary-search-parent-by-subject-regexp and
3218         wl-summary-divide-thread-when-subject-changed as nil.
3219         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3220         (wl-summary-insert-thread): Search parent entity from
3221         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3222         thread loop.
3223
3224 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3227
3228         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3229
3230         * wl-util.el (wl-require-update-all-folder-p): New function.
3231         (wl-get-assoc-list-value): Added `function' to match directive.
3232         (wl-collect-draft): Rewrite.
3233
3234         * wl-summary.el (wl-summary-sync-update): Clear faces
3235         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3236         are non-nil.
3237         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3238         argument as function.
3239         (wl-summary-input-range): Ditto.
3240
3241         * wl-folder.el (wl-draft-get-folder): New function.
3242         (wl-folder-get-elmo-folder): Consider draft folder.
3243
3244         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3245         (wl-draft-buffer-message-number): New buffer local variable.
3246         (wl-draft-folder-internal): New internal variable.
3247         (wl-draft-delete): Rewrite.
3248         (wl-draft-save): Ditto.
3249         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3250         wl-folder-get-elmo-folder.
3251         (wl-draft-config-info-operation): Ditto.
3252         (wl-jump-to-draft-folder): Ditto.
3253         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3254         (wl-draft-reedit): Rewrite.
3255
3256         * Version number is increased to 2.11.19.
3257         
3258 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3259
3260         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3261         variable.
3262
3263 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3264
3265         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3266         Use ignore-errors instead of unwind-protect.
3267
3268 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3269
3270         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3271         for updating `wl-thread-entity-list'.
3272
3273 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3274
3275         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3276         parameter from calling `wl-thread-entity-get-older-brothers' and
3277         `wl-thread-entity-get-younger-brothers'.
3278         Replace nested `append' with a single one.
3279
3280 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * wl-summary.el (wl-summary-mode): Don't use the return value of
3283         `make-local-hook'.
3284
3285 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3286
3287         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3288         instead of `let*'.
3289         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3290         of local variables.
3291
3292 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3293
3294         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3295         Renamed from wl-summary-window-scroll-functions.
3296         (wl-summary-window-scroll-functions): Don't set to variable.
3297         (wl-summary-display-top): Use run-hooks.
3298         (wl-summary-display-bottom): Ditto.
3299         (wl-summary-toggle-disp-msg): Ditto.
3300         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3301         Use it instead of wl-summary-window-scroll-functions.
3302         (wl-summary-goto-folder-subr): Don't call
3303         wl-summary-window-scroll-functions, use
3304         wl-summary-buffer-window-scroll-functions instead.
3305
3306 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3307
3308         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3309         make-local-variable.
3310
3311 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3312
3313         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3314         set-buffer-modified-p.
3315         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3316         (wl-summary-display-bottom): Ditto.
3317         (wl-summary-toggle-disp-msg): Ditto.
3318
3319 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3322
3323         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3324         (wl-summary-forward): Use elmo-message-entity-field instead of
3325         elmo-message-field.
3326
3327         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3328
3329 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3330
3331         * wl-summary.el (wl-summary-window-scroll-functions): No use
3332         `append'.
3333
3334 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3337         function.
3338         (wl-summary-window-scroll-functions): Call it when both
3339         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3340         (wl-summary-temp-mark): Added optional argument number.
3341         (wl-summary-message-mark): Added optional argument flag.
3342         (wl-summary-persistent-mark): Added optional argument number and flag.
3343         (wl-summary-update-persistent-mark): Ditto.
3344         (wl-summary-update-status-marks): Set "r" for interactive spec.
3345
3346         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3347         argument number and flag.
3348
3349         * wl-action.el (wl-summary-registered-temp-mark): 
3350         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3351
3352 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3353
3354         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3355         internal variable (buffer local).
3356         (wl-summary-window-scroll-functions): New function.
3357         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3358         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3359         as nil.
3360         (wl-summary-update-status-marks): Added arguments beg, end and
3361         check.
3362         (wl-summary-update-mark-window): Use function.
3363         (wl-summary-sync-update): Follow the change above.
3364         (wl-summary-switch-to-clone-buffer): Copy
3365         wl-summary-buffer-unsync-mark-number-list.
3366         (wl-summary-goto-folder-subr): Set
3367         wl-summary-buffer-unsync-mark-number-list and
3368         use wl-summary-window-scroll-functions instead of
3369         wl-summary-lazy-highlight.
3370
3371         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3372
3373 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3376
3377         * wl-summary.el (wl-summary-update-persistent-mark): Call
3378         wl-summary-set-message-modified.
3379
3380         * wl-summary.el (wl-summary-sync-update): Don't call
3381         wl-summary-update-status-marks.
3382
3383         * Version number is increased to 2.11.18.
3384
3385 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3386
3387         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3388         (wl-message-next-page): Ditto.
3389
3390 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3391
3392         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3393         local variable.  Change the order of a collected list into the
3394         same as the specified range.  Remove nil from a collected list.
3395
3396 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3397
3398         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3399         argument for elmo-folder-list-messages.
3400
3401 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3402
3403         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3404         change (wl-summary-count-unreads return a list instead of a cons
3405         cell).
3406
3407 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3408
3409         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3410         `wl-summary-folder-info-update'.
3411
3412 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3413
3414         * wl-summary.el (wl-summary-set-message-modified): No use
3415         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3416         (wl-summary-set-mark-modified): Abolish.
3417         (wl-summary-mark-modified-p): Ditto.
3418         (wl-summary-save-view): Follow the change above.
3419
3420         * wl-expire.el (wl-summary-expire): Likewise.
3421
3422 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-summary.el (wl-summary-detect-mark-position): Use
3425         modb-entity-handler.
3426         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3427
3428         * Version number is increased to 2.11.17.
3429
3430 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3433         entity field value.
3434         (wl-summary-prefetch-msg): Ditto.
3435         (wl-summary-print-message-with-ps-print): Ditto.
3436
3437 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3440         for dummy entity.
3441         (wl-summary-insert-thread): Use elmo-message-entity-field.
3442         (wl-summary-update-thread): Use elmo-message-entity-field and
3443         elmo-message-entity-number.
3444         (wl-summary-line-number):  Use elmo-message-entity-number.
3445         (wl-summary-line-size): Use elmo-message-entity-field.
3446         (wl-summary-line-subject): Ditto.
3447         (wl-summary-line-from): Ditto.
3448         (wl-summary-line-attached): Ditto.
3449         (wl-summary-create-line): Ditto.
3450         (wl-summary-create-line): Use elmo-message-entity-number.
3451         (wl-summary-print-message-with-ps-print): Use
3452         elmo-message-entity-field.
3453
3454 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3457         change in elmo-msgdb-make-message-entity.
3458         (wl-summary-buffer-set-folder): Don't call
3459         wl-summary-detect-mark-position here.
3460         (wl-summary-rescan): Call elmo-message-entity-number.
3461         (wl-summary-sync-update): Ditto.
3462         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3463
3464         * wl-score.el (wl-score-header-index): Redefine 2th element.
3465         (wl-score-overview-entity-get-extra): Abolish.
3466         (wl-score-ov-entity-get): Rewrite.
3467         (wl-score-string-index<, wl-score-string-func<): Abolish.
3468         (wl-score-string<): New function.
3469         (wl-score-string-sort): Use it.
3470
3471         * wl-refile.el (wl-refile-guess-by-history): Use
3472         elmo-message-entity-field.
3473         (wl-refile-guess-by-from): Ditto.
3474         (wl-refile-guess-by-msgid): Ditto.
3475
3476         * Version number is increased to 2.11.16.
3477
3478 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3479
3480         * wl-folder.el (wl-folder-confirm-existence): Don't call
3481         file-exists-p if msgdb-path is nil.
3482         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3483         `wl-read-folder-hist' to `wl-read-folder-history'.
3484
3485 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3486
3487         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3488         `y-or-n-p'.
3489
3490 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3491
3492         * wl-score.el (wl-score-headers): Don't use
3493         elmo-folder-do-each-message-entity.
3494
3495         * Version number is increased to 2.11.15.
3496
3497 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3498
3499         * wl-summary.el (wl-summary-delete-all-msgs): Use
3500         elmo-folder-move-messages instead of elmo-folder-delete-messages
3501         and elmo-folder-detach-messages.
3502         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3503
3504         * wl-expire.el (wl-expire-delete): Ditto.
3505         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3506
3507 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3508
3509         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3510         (wl-message-header-narrowing-fields): Ditto.
3511         (wl-message-header-narrowing-lines): Ditto.
3512         (wl-message-header-narrowing-string): Ditto.
3513
3514         * wl-summary.el (wl-summary-mode-map): Bind
3515         wl-summary-toggle-header-narrowing to "C-cC-f".
3516         (wl-summary-toggle-header-narrowing): New function.
3517
3518         * wl-message.el (wl-message-buffer-create): Call
3519         wl-message-header-narrowing-setup.
3520         (wl-message-redisplay): Call wl-message-header-narrowing.
3521         (wl-message-header-narrowing): New function.
3522         (wl-message-header-narrowing-map): New keymap.
3523         (wl-message-header-narrowing-widen-map): New keymap.
3524         (wl-message-header-narrowing-again-at-mouse): New function.
3525         (wl-message-header-narrowing-1): Ditto.
3526         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3527         (wl-message-header-narrowing-setup): Ditto.
3528         (wl-message-header-narrowing-toggle): Ditto.
3529         
3530         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3531
3532         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3533         'flag as all.
3534         (wl-use-flag-folder-help-echo): New user option.
3535
3536         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3537         wl-summary-highlight as nil.
3538         (wl-summary-set-mark-modified): Follow the API change.
3539         (wl-summary-mark-modified-p): Ditto.
3540         (wl-summary-mark-as-read-all): Ditto.
3541         (wl-summary-sync-marks): Don't call
3542         elmo-folder-list-messages-with-global-mark.
3543         (wl-summary-mark-as-read-internal): Follow the API change.
3544         (wl-summary-mark-as-answered-internal): Ditto.
3545         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3546         Follow the API change.
3547         (wl-summary-create-line): Call with number argument.
3548         (wl-summary-reply): Follow the API change.
3549
3550         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3551         function.
3552         (wl-highlight-summary-line-string): Call it when
3553         wl-use-flag-folder-help-echo is non-nil.
3554         (wl-highlight-summary-current-line): Ditto.
3555         (elmo-flag-folder-referrer): Added autoload setting.
3556
3557         * wl-draft.el (wl-draft-kill): Follow the API change.
3558
3559         * Version number is increased to 2.11.14.
3560         
3561 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562
3563         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3564
3565 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3566
3567         * Version number is increased to 2.11.13.
3568
3569 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3570
3571         * wl-draft.el (wl-draft-previous-history-element): Fixed
3572         unbalanced parenthesis and bind unbound local variables.
3573
3574 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3575
3576         * wl-draft.el (wl-draft-previous-history-element): New function.
3577         (wl-draft-next-history-element): Ditto.
3578         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3579         them to M-p and M-n.
3580
3581 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582
3583         * Version number is increased to 2.11.12.
3584
3585 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3586
3587         * wl-draft.el (wl-draft-hide): Select buffer-window.
3588
3589 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3590
3591         * wl-summary.el (wl-summary-narrow-to-region): New function.
3592         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3593         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3594         (wl-summary-save-region): Use it.
3595         * wl-action.el (wl-summary-collect-numbers-region)
3596         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3597
3598 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3599
3600         * wl-folder.el (wl-folder-count-incorporates): Don't use
3601         `elmo-msgdb-mark-load'
3602
3603         * Version number is increased to 2.11.11.
3604
3605 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3606
3607         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3608         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3609
3610 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3613
3614 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3615
3616         * Version number is increased to 2.11.10.
3617
3618 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-mime.el (wl-draft-attribute-value): Fixed.
3621
3622 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3623
3624         * wl-util.el (wl-copy-local-variables): New function.
3625
3626         * wl-mime.el (wl-draft-attribute-recipients): New function.
3627         (wl-draft-attribute-envelope-from): Ditto.
3628         (wl-draft-attribute-smtp-posting-server): Ditto.
3629         (wl-draft-attribute-smtp-posting-port): Ditto.
3630         (wl-draft-attribute-value): Ditto.
3631         (wl-draft-preview-message): Use it to get value for
3632         attributes. Reflect result of `wl-draft-config'.
3633
3634         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3635         and call `wl-summary-mark-as-read' before to call
3636         `wl-summary-unset-mark'.
3637         (wl-summary-target-mark-mark-as-unread): Likewise.
3638         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3639
3640 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-mime.el (wl-draft-preview-message): Use actual value for
3643         attributes; Fix for small window.
3644
3645 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3646
3647         * wl-refile.el (wl-refile-get-field-value): Call
3648         `elmo-message-entity-field' with 3rd argument is non-nil.
3649
3650 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * wl-vars.el (wl-draft-preview-attributes): New user option.
3653         (wl-draft-preview-attributes-list): Ditto.
3654         (wl-draft-preview-attributes-buffer-lines): Ditto.
3655         (wl-draft-preview-attributes-buffer-name): Ditto.
3656
3657         * wl-mime.el (wl-draft-preview-message): Display attributes.
3658
3659 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3660
3661         * wl-summary.el (wl-summary-detect-mark-position): Bind
3662         wl-summary-flag-priority-list to '(new).
3663
3664 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3665
3666         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3667         funtion.
3668         (wl-highlight-summary-line-string): Use it.
3669         (wl-highlight-summary-current-line): Ditto.
3670
3671 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3672
3673         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3674         line even when the mark string is not changed.
3675
3676         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3677         argument change in the wl-summary-create-line.
3678         (wl-thread-insert-entity-sub): Ditto.
3679
3680         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3681         argument change in the wl-summary-create-line.
3682         (wl-summary-insert-sequential): Ditto.
3683         (wl-summary-update-thread): Ditto.
3684         (wl-summary-persistent-mark-string): New inline function.
3685         (wl-summary-message-mark): Use it.
3686         (wl-summary-create-line): Abolish argument wl-persistent-mark
3687         and added wl-flags, wl-cached.
3688
3689         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3690         mark to flags.
3691         (wl-highlight-summary-current-line): Decide the face not by the 
3692         persistent mark but flags.
3693
3694 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3695
3696         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3697         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3698         wl-summary-read-uncached-mark): Revive.
3699         (wl-summary-answered-cached-mark,
3700         wl-summary-answered-uncached-mark): New user option.
3701         (wl-summary-score-marks): Follow the change above.
3702         (wl-summary-auto-refile-skip-marks): Ditto.
3703         (wl-summary-incorporate-marks): Ditto.
3704         (wl-summary-expire-reserve-marks): Ditto.
3705         (wl-summary-flag-priority-list): New user option.
3706
3707         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3708         changes.
3709         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3710         of elmo-message-mark.
3711         (wl-summary-mark-as-read-internal): Ditto.
3712         (wl-summary-mark-as-answered): Ditto.
3713         (wl-summary-mark-as-important): Ditto.
3714         (wl-summary-redisplay-internal): Ditto.
3715         (wl-summary-redisplay-no-mime-internal): Ditto.
3716         (wl-summary-message-mark): New function.
3717         (wl-summary-insert-sequential): Use wl-summary-message-mark
3718         instead of elmo-message-mark.
3719         (wl-summary-update-thread): Ditto.
3720         (wl-summary-persistent-mark): Ditto.
3721         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3722         instead of elmo-message-mark.
3723
3724         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3725         wl-summary-message-mark instead of elmo-message-mark.
3726         (wl-thread-insert-entity-sub): Ditto.
3727         (wl-thread-get-children-msgs-uncached): Ditto.
3728
3729         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3730         variable name changes.
3731         (wl-highlight-summary-current-line): Ditto.
3732
3733         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3734         wl-summary-message-mark instead of elmo-message-mark.
3735
3736         * wl-expire.el (wl-expire-message-p): Ditto.
3737
3738         * wl-score.el (wl-score-headers): Ditto.
3739
3740         * Version number is increased to 2.11.9.
3741
3742         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3743         (wl-summary-sync-update): Follow the change above.
3744         (wl-summary-switch-to-clone-buffer): Ditto.
3745         (wl-summary-open-folder): Ditto.
3746
3747 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3748
3749         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3750         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3751
3752         * Version number is increased to 2.11.8.
3753
3754         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3755
3756         * wl-expire.el (wl-expire-refile): Follow the API change on
3757         `elmo-folder-move-messages'.
3758         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3759
3760         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3761         (wl-summary-exec-action-refile): Ditto.
3762         (wl-summary-exec-action-copy): Ditto.
3763         (wl-summary-no-auto-refile-message-p): No use
3764         `wl-summary-buffer-msgdb'.
3765         (wl-summary-auto-refile): Ditto.
3766
3767 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3768
3769         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3770
3771 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3772
3773         * wl-summary.el (wl-summary-sync): Treat no-sync.
3774
3775         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3776         (wl-default-sync-range): Ditto.
3777
3778 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3779
3780         * wl-refile.el (wl-refile-subject-learn): Call
3781         `elmo-message-entity-field' with 3rd argument is non-nil.
3782         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3783         instead of `elmo-msgdb-overview-entity-get-subject'.
3784
3785 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3788         scan-type is rescan.
3789         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3790         new optional argument force is non-nil.
3791         (wl-summary-save-view-cache): Call it with force argument non-nil.
3792
3793         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3794
3795 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3796
3797         * wl-action.el (wl-summary-print-argument): Fixed last change.
3798
3799 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3800
3801         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3802         simplified.
3803         (wl-summary-target-mark-mark-as-unread): Likewise.
3804         (wl-summary-target-mark-mark-as-important): Likewise.
3805
3806 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3807
3808         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3809         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3810         (wl-summary-mark-as-important-region): Change accordingly.
3811         (wl-summary-target-mark-mark-as-important): Ditto.
3812
3813 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3814
3815         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3816
3817         * wl-action.el (wl-summary-print-argument): Print argument to
3818         right side of window if `wl-summary-print-argument-within-window'
3819         is non-nil.
3820
3821 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * wl-action.el (wl-summary-set-mark): Use
3824         `wl-summary-message-visible-p' to check visibility of the message
3825         and jump to message only when the message line is visible and have
3826         different number; Call wl-summary-unset-mark with number argument.
3827         (wl-summary-unset-mark): 
3828         Use `wl-summary-message-visible-p'
3829         to check visibility of the message and jump to message only when
3830         the message line is visible and have different number;
3831
3832 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3833
3834         * Version number is increased to 2.11.7.
3835
3836         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3837         and wl-folder-summary-line-format.
3838
3839         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3840         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3841         (wl-summary-set-score-mark): Use it.
3842         (wl-summary-target-mark-mark-as-read): Ditto.
3843         (wl-summary-target-mark-mark-as-unread): Ditto.
3844         (wl-summary-target-mark-mark-as-important): Ditto.
3845         (wl-summary-target-mark-msgs): Simplified.
3846         (wl-summary-detect-mark-position): Fixed problem when
3847         summary-line-format no contain persisten/temp mark spec.
3848         (wl-summary-temp-mark): Ditto.
3849         (wl-summary-persistent-mark): Ditto.
3850         (wl-summary-update-persistent-mark): Ditto.
3851
3852         * wl-action.el (wl-summary-set-mark): Ditto.
3853         (wl-summary-unset-mark): Ditto.
3854         All other related portions are changed.
3855
3856 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * Version number is increased to 2.11.6.
3859
3860 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl-util.el (wl-current-message-buffer): Define as function;
3863         Don't use the value of wl-messge-buffer.
3864
3865         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3866         persistent mark.
3867
3868         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3869         no current message, cause an error.
3870
3871 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3872
3873         * wl-summary.el (wl-summary-set-message-modified): Use
3874         elmo-folder-set-message-modified instead of
3875         elmo-folder-set-message-modified-internal.
3876
3877 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3878
3879         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3880         interactively.
3881         (wl-summary-sync): nokill->entirely.
3882         (wl-summary-sync-marks): Fixed message.
3883         (wl-summary-input-range): Added mark, nokill->entirely.
3884
3885         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3886         messages as read.
3887
3888 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3891         update-noscore.
3892         (wl-summary-sync): Follow the change above.
3893
3894 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3895
3896         * wl-action.el (wl-summary-target-mark-all): Use
3897         elmo-folder-list-messages.
3898
3899 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3902         (wl-summary-rescan): Set wl-summary-scored as nil.
3903         (wl-summary-sync-force-update): Follow the change above.
3904         (wl-summary-sync): Ditto.
3905         (wl-summary-sync-update): Added argument disable-killed.
3906         (wl-summary-insert-headers): Set visible-only argument for
3907         elmo-folder-list-messages.
3908         (wl-summary-input-range): Added update-nokill, update-noscore,
3909         all-nokill, all-noscore and mark.
3910
3911         * Version number is increased to 2.11.5.
3912
3913         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3914
3915 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3916
3917         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3918         (wl-summary-prefetch-region-no-mark): Change accordingly.
3919         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3920
3921 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3922
3923         * wl-address.el (wl-complete-field-to): Abolished.
3924         (wl-complete-address): Completion function for completing-read.
3925         * wl-action.el (wl-summary-get-resend-address): Use it.
3926
3927         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3928         wl-summary-update-mark and abolish unused argument.
3929         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3930         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3931         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3932         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3933         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3934         * wl-draft.el (wl-draft-kill): Ditto.
3935
3936         * wl-summary.el: Remove unused binding of case-fold-search.
3937         (wl-summary-replace-status-marks): Abolished.
3938
3939 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3940
3941         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3942         is specified or folder length is zero.
3943
3944 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3945
3946         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3947         (wl-folder-archive-current-entity): Ditto.
3948
3949 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3950
3951         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3952         retrieving message mark.
3953         (wl-summary-redisplay-internal): Ditto.
3954
3955         * wl-message.el (wl-message-buffer-display): Ignore errors while
3956         retrieving message-id field.
3957
3958         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3959         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3960         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3961         order of the arguments for `wl-expire-message-p'.
3962         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3963
3964         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3965         Check return value of wl-summary-reply.
3966         (wl-summary-reply): Recover window configuration when an error occured.
3967
3968 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3969
3970         * wl-summary.el (wl-summary-resend-message): Abolished, the
3971         feature is inherited by wl-summary-resend (put resend mark).
3972
3973 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3974
3975         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3976         wl-message-buffer to nil when the message is hide.
3977
3978 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3979
3980         * .cvsignore: New file.
3981
3982 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3983
3984         * wl-action.el (wl-summary-action-docstring): Add more info.
3985         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3986         duplicate definition.
3987         (wl-summary-define-mark-action): Functions wl-summary-*-region
3988         keep current position.
3989         (wl-summary-unregister-target-mark): Store result to the variable.
3990
3991 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * Version number is increased to 2.11.4.
3994
3995 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3998         wl-summary-delete-all-temp-marks.
3999         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4000
4001         * wl-action.el (wl-summary-set-mark): Changed terminology
4002         refile-destination -> action-argument.
4003         (wl-summary-unset-mark): Ditto.
4004         (wl-summary-remove-argument): Ditto.
4005         (wl-summary-print-argument): Ditto.
4006
4007         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4008         (wl-thread-remove-argument-region): Ditto.
4009         (wl-thread-print-argument-region): Ditto.
4010         (wl-thread-close): Ditto.
4011         (wl-thread-open): Ditto.
4012
4013         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4014         (wl-highlight-refile-destination-face is abolished)
4015         (wl-highlight-action-argument-string): Ditto.
4016         (wl-highlight-summary-current-line): Highlight action argument.
4017
4018         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4019         color for light backgrounds.
4020         (wl-highlight-summary-answered-face): Ditto.
4021
4022 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4025
4026         * wl-score.el (wl-summary-score-update-all-lines): Use
4027         wl-summary-set-mark.
4028         (wl-summary-score-update-all-lines): Kill expunged messages.
4029
4030         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4031
4032 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4033
4034         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4035         directly.
4036         (wl-score-overview-entity-get-lines): Ditto.
4037         (wl-score-overview-entity-get-xref): Ditto.
4038         (wl-score-get-latest-msgs): Ditto.
4039         (wl-summary-rescore): Ditto.
4040
4041         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4042         to "&".
4043         (wl-summary-mark-as-answered-internal): New inline function.
4044         (wl-summary-mark-as-answered): New function.
4045         (wl-summary-mark-as-unanswered): Ditto.
4046         (wl-summary-sync-marks): Modified for answered-mark synching.
4047
4048 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4049
4050         * wl-action.el (wl-summary-set-mark): Fixed last change.
4051
4052 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4053
4054         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4055         behavior of wl-summary-unread-message-hook
4056         (Pointed out by akira yamada <akira@arika.org>).
4057
4058 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4059
4060         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4061         wl-summary-delete.
4062         * wl-xmas.el (wl-summary-toolbar): Ditto.
4063
4064         * wl-action.el (wl-summary-set-mark): Don't override current
4065         temp-mark.
4066
4067         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4068
4069 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4070
4071         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4072         (wl-refile-msgid-learn): Ditto.
4073         (wl-refile-get-field-value): Ditto.
4074
4075         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4076
4077         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4078         (wl-expire-delete-reserved-messages): Renamed from
4079         wl-expire-reserve-marked-msgs-from-list.
4080         (wl-expire-delete): Removed argument `msgdb'.
4081         (wl-expire-refile): Ditto.
4082         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4083         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4084         mark-alist as argument.
4085         (wl-expire-archive-number1): Removed argument `msgdb'.
4086         (wl-expire-archive-number2): Ditto.
4087         (wl-expire-archive-date): Ditto.
4088         (wl-expire-localdir-date): Ditto.
4089         (wl-expire-hide): Ditto.
4090         (wl-archive-number1): Ditto.
4091         (wl-archive-number2): Ditto.
4092         (wl-archive-date): Ditto.
4093         (wl-archive-folder): Ditto.
4094         All other related portions are changed.
4095
4096 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4097
4098         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4099         mean move up and down. (suggested by Takashi Kawachi)
4100
4101 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4102
4103         * wl-acap.el (toplevel): Don't require un-define.
4104
4105 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * wl-thread.el (wl-thread-delete-message): Always update
4108         wl-summary-buffer-number-list.
4109
4110         * wl-action.el (wl-summary-print-destination): 
4111         Do nothing when folder is nil.
4112
4113 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4114
4115         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4116         persistent mark when prefetch is succeeded.
4117
4118 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4121         instead of elmo-msgdb-delete-msgs.
4122         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4123         (wl-expire-hide): Ditto.
4124
4125         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4126
4127         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4128         elmo-msgdb interface.
4129         (wl-thread-get-exist-children): Likewise.
4130         (wl-thread-insert-message): Likewise.
4131         (wl-thread-msg-mark-as-important): Likewise.
4132         (wl-thread-insert-entity-sub): Likewise.
4133         (wl-thread-get-children-msgs-uncached): Likewise.
4134
4135         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4136         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4137         (wl-summary-sync-update): Likewise.
4138         (wl-summary-auto-select-msg-p): Likewise.
4139         (wl-summary-update-thread): Likewise.
4140         (wl-summary-mark-as-important): Likewise.
4141         (wl-summary-jump-to-msg-internal): Likewise.
4142         (wl-summary-redisplay-internal): Likewise.
4143         (wl-summary-print-message-with-ps-print): Likewise.
4144         (wl-summary-folder-info-update): Likewise.
4145
4146         * wl-folder.el (wl-folder-check-one-entity):
4147         elmo-folder-count-flags instead of wl-summary-count-unread.
4148
4149         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4150
4151         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4152
4153         * wl-summary.el (wl-summary-set-message-modified): 
4154         Call wl-summary-set-mark-modified.
4155         (wl-summary-delete-messages-on-buffer): Call
4156         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4157         (wl-summary-sync-update): Call elmo-folder-length instead of
4158         elmo-folder-messages.
4159         (wl-summary-insert-headers): Don't call
4160         elmo-folder-list-message-entities.
4161
4162 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4163
4164         * wl-action.el (wl-summary-define-mark-action): Call
4165         `wl-summary-set-mark' with argument `data'.
4166         (wl-summary-auto-refile): Fixed order of arguments when call
4167         `wl-summary-refile'.
4168
4169 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4172
4173         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4174
4175         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4176         (Renamed from wl-highlight-summary-deleted-face).
4177         (wl-highlight-summary-resend-face): New face.
4178
4179         (wl-highlight-summary-deleted-face): Renamed from
4180         wl-highlight-summary-erased-face.
4181
4182         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4183
4184         * wl-action.el (wl-summary-get-resend-address): New function.
4185         (wl-summary-exec-action-resend): Ditto.
4186         (wl-summary-exec-action-resend-subr): Ditto.
4187
4188         * w-thread.el (wl-thread-copy): Removed definition.
4189         (wl-thread-refile): Ditto.
4190         (wl-thread-delete): Ditto.
4191         (wl-thread-target-mark): Ditto.
4192
4193         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4194         (wl-summary-target-mark-set-action): Fixed.
4195         (wl-summary-define-mark-action): Fixed quotation.
4196         (wl-summary-move-mark-list-messages): Display message.
4197         (wl-summary-define-mark-action): Define thread functions.
4198         (wl-summary-exec-action-refile): Changed message.
4199         (wl-summary-exec): Ditto.
4200
4201 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4202         
4203         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4204         '%%'.
4205
4206 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4207
4208         * wl.el (toplevel): Require wl-action.
4209         (wl-init): Call wl-summary-define-mark-action.
4210
4211         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4212
4213         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4214         wl-summary-delete and wl-summary-erase.
4215         (wl-summary-mode-map): Ditto.
4216
4217         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4218         wl-delete-folder-alist.
4219
4220         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4221         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4222         (toplevel): Moved mark & action related functions to the wl-action.el.
4223
4224         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4225         in wl-summary-mark-action-list.
4226         (wl-highlight-summary-current-line): Ditto.
4227
4228         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4229         empty lines.
4230
4231         * wl-action.el: New file. 
4232
4233 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-summary.el (wl-summary-target-mark-replace): New function.
4236         (wl-summary-target-mark-prefetch): Use it.
4237         (wl-summary-target-mark-delete): Ditto.
4238         (toplevel): Rearranged definition order.
4239         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4240         (wl-summary-target-mark-erase): Rewrite.
4241         (wl-summary-erase-region): New function.
4242         (wl-summary-exec-action-erase): Changed message.
4243         (wl-summary-move-mark-list-messages): New function.
4244         (wl-summary-exec-action-delete): Use it.
4245         (wl-summary-exec-action-erase): Ditto.
4246
4247         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4248         (wl-summary-skip-mark-list): Added "d".
4249
4250         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4251         while searching.
4252
4253         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4254         and define using defcustom;
4255         Define 4th element as a face.
4256         
4257         * wl-summary.el (wl-summary-incorporate): Use 
4258         `wl-summary-prefetch-region-no-mark' instead of
4259         `wl-summary-prefetch-region'.
4260         (wl-summary-prefetch-region-no-mark): Revival of old
4261         `wl-summary-prefetch-region'.
4262         (wl-summary-mark-action-list): Moved to wl-vars.el
4263
4264         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4265         face according to the `wl-summary-mark-action-list'.
4266         (wl-highlight-summary-current-line): Ditto;
4267         Removed destination highlighting.
4268
4269         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4270         (wl-highlight-summary-line-string): Highlight for "i" mark.
4271         (wl-highlight-summary-current-line): Ditto.
4272
4273         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4274         no destination.
4275
4276         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4277         exists, just go ahead.
4278         (wl-summary-prefetch-region): Rewrite.
4279         (wl-summary-prefetch): Ditto.
4280         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4281         (wl-summary-exec-action-prefetch): New function.
4282         (wl-summary-target-mark-prefetch): Rewrite.
4283
4284 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4287         (wl-highlight-summary-line-string): Added "d" and "D".
4288         (wl-highlight-summary-current-line): Ditto.
4289
4290         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4291         in wl-summary.el.
4292         (wl-thread-insert-entity-sub): Ditto.
4293         (wl-thread-remove-destination-region): Ditto.
4294         (wl-thread-print-destination-region): Ditto.
4295
4296         * wl-summary.el (wl-summary-buffer-refile-list,
4297         wl-summary-buffer-delete-list,
4298         wl-summary-buffer-copy-list): Abolish.
4299         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4300         All other related portions are changed.
4301         (wl-summary-mark-action-list): New variable.
4302         (wl-summary-set-mark): New function.
4303         (wl-summary-register-target-mark): Ditto.
4304         (wl-summary-unregister-target-mark): Ditto.
4305         (wl-summary-have-target-mark-p): Ditto.
4306         (wl-summary-register-temp-mark): Ditto.
4307         (wl-summary-unregister-temp-mark): Ditto.
4308         (wl-summary-registered-temp-mark): Ditto.
4309         (wl-summary-collect-temp-mark): Ditto.
4310         (wl-summary-unset-mark): Ditto.
4311         (wl-summary-set-target-mark): Ditto.
4312         (wl-summary-unset-target-mark): Ditto.
4313         (wl-summary-set-action-generic): Ditto.
4314         (wl-summary-unset-action-generic): Ditto.
4315         (wl-summary-exec-action-delete): Ditto.
4316         (wl-summary-exec-action-erase): Ditto.
4317         (wl-summary-set-action-refile): Ditto.
4318         (wl-summary-set-action-refile-subr): Ditto.
4319         (wl-summary-unset-action-refile): Ditto.
4320         (wl-summary-make-destination-numbers-list): Ditto.
4321         (wl-summary-exec-action-refile): Ditto.
4322         (wl-summary-set-action-copy): Ditto.
4323         (wl-summary-unset-action-copy): Ditto.
4324         (wl-summary-exec-action-copy): Ditto.
4325         (wl-summary-collect-numbers-region): Ditto.
4326         (wl-summary-delete): Rewrite.
4327         (wl-summary-erase): Ditto.
4328         (wl-summary-remove-destination): Ditto.
4329         (wl-summary-exec): Ditto.
4330         (wl-summary-exec-region): Ditto.
4331         (wl-summary-target-mark-erase): Ditto.
4332         (wl-summary-refile): Ditto.
4333         (wl-summary-copy): Ditto.
4334         (wl-summary-unmark): Ditto.
4335         (wl-summary-delete-all-mark): Ditto.
4336         (wl-summary-mark-line): Don't highlight.
4337         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4338         (wl-summary-target-mark-refile-subr): Rewrite.
4339
4340         (wl-summary-copy-prev-destination): Abolish.
4341
4342 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4343
4344         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4345         default values along the value of wl-on-mule.
4346         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4347         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4348         It is not used anywhere.
4349
4350 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4351
4352         * wl-summary.el (wl-summary-print-destination): Keep position.
4353         (wl-summary-cursor-move-surface): Keep horizontal position.
4354
4355 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4356
4357         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4358         write sendlog.
4359
4360 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4361
4362         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4363         `wl-summary-highlight'.
4364
4365 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4366
4367         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4368         trivial condition for temp-mark.
4369
4370 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4371
4372         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4373         when it hits killed buffer.
4374
4375 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4376
4377         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4378         * wl-news.el.in: `message' and `error' take format string.
4379
4380 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4381
4382         * wl-folder (wl-folder-insert-entity): Display a message,
4383         `...done', when the work finish.
4384         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4385
4386 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4387
4388         * wl-message.el (wl-message-redisplay): Remove unused local
4389         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4390
4391 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4392
4393         * wl-summary.el (wl-summary-replace-status-marks): Disable
4394         interactive use.
4395         (wl-summary-reedit): Check message existence at first.
4396         (wl-summary-mark-line): Fix doc, return value is indefinite.
4397
4398         * wl-highlight.el (wl-highlight-message): Arranged.
4399
4400         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4401         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4402         check temp-mark by wl-summary-temp-mark always.
4403         (wl-highlight-summary): Change accordingly.
4404         * wl-summary.el (wl-summary-mark-as-read-all)
4405         (wl-summary-delete-cache, wl-summary-set-score-mark)
4406         (wl-summary-mark-as-unread, wl-summary-unmark)
4407         (wl-summary-mark-line, wl-summary-mark-as-read)
4408         (wl-summary-mark-as-important): Ditto.
4409
4410         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4411         end of the window if possible.
4412         * wl-summary.el (wl-summary-sync-update): Support lazy
4413         highlighting.
4414         (wl-summary-toggle-disp-msg): Ditto.
4415
4416 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4417
4418         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4419
4420 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4421
4422         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4423         change.
4424
4425 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4428         API.
4429         (wl-summary-sync-update): Ditto.
4430
4431         * wl-score.el (wl-score-get-score-alist): Changed argument.
4432         (wl-summary-rescore-msgs): Likewise.
4433         (wl-summary-score-headers): Likewise.
4434         (wl-score-headers): Likewise;
4435         Use elmo-folder-do-each-message-entity, etc.
4436         (wl-summary-score-effect): Follow the changes above.
4437         (wl-summary-rescore): Ditto.
4438         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4439         (wl-score-get-overview): Abolish.
4440
4441         * wl-summary.el (wl-summary-default-from): Follow the API change in
4442         elmo-msgdb.
4443         (wl-summary-count-unread): Ditto.
4444         (wl-summary-detect-mark-position): Ditto.
4445         (wl-summary-overview-entity-compare-by-date): Ditto.
4446         (wl-summary-overview-entity-compare-by-number): Ditto.
4447         (wl-summary-overview-entity-compare-by-from): Ditto.
4448         (wl-summary-overview-entity-compare-by-subject): Ditto.
4449         (wl-summary-get-list-info): Ditto.
4450         (wl-summary-rescan): Ditto.
4451         (wl-summary-jump-to-msg-by-message-id): Ditto.
4452         (wl-summary-sync-update): Ditto; Removed comment.
4453         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4454         (wl-summary-insert-message): Use wl-summary-insert
4455         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4456         (wl-summary-insert-headers): Changed argument overview to folder.
4457         (wl-summary-search-by-subject): Likewise.
4458         (wl-summary-insert-thread): Renamed from 
4459         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4460
4461         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4462         too.
4463
4464         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4465         wl-string-member.
4466
4467 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4470         elmo-folder-append-buffer.
4471         (wl-draft-queue-append): Likewise.
4472
4473         * wl-mime.el (wl-message-delete-current-part): Ditto.
4474         (wl-summary-burst-subr): Ditto.
4475
4476         * wl-news.el.in (wl-news-send-news): Ditto.
4477
4478 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4479
4480         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4481         function.
4482         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4483         (wl-summary-update-mark): Enclose with save-excursion.
4484         (wl-summary-mark-as-read-internal): Fixed last change.
4485         (wl-summary-mark-as-important): Use 3rd argument of
4486         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4487         Don't use elmo-msgdb-set-mark.
4488         (wl-summary-redisplay-internal): If msgdb flag is already read,
4489         just update the mark on buffer.
4490
4491 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4492
4493         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4494         cut visible folder when elmo-folder-delete returns non-nil value.
4495
4496 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4497
4498         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4499         by Kenichi OKADA <okada@opaopa.org>).
4500
4501 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4502
4503         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4504
4505 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4506
4507         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4508         Fixed the last change, search group entity by its real name.
4509         (Thanks to: KOBAYASHI Shinji)
4510
4511 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4512
4513         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4514         (wl-fldmgr-access-display-all): Don't refer visible name.
4515         * wl-expire.el (wl-folder-archive-current-entity)
4516         (wl-folder-expire-current-entity): Ditto.
4517         * wl-folder.el (wl-folder-jump-to-current-entity)
4518         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4519         (wl-folder-open-folder-sub,wl-folder-open-all)
4520         (wl-folder-write-current-folder): Ditto.
4521         (wl-folder-insert-entity): Don't use petname for normal group.
4522         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4523         is the real name.
4524         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4525         Abolished.
4526
4527 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4528
4529         * wl-draft.el (wl-draft-create-buffer): Add
4530         `wl-summary-reply-with-citation'
4531
4532 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4533
4534         * wl-draft.el (wl-draft-reply): Fixed.
4535
4536 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4539         when `wl-draft-send-confirm-with-preview' is non-nil.
4540         You can scroll up/down by j/k.
4541         (wl-draft-send-confirm-with-preview): New variable (default=t).
4542
4543 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4546         (wl-fldmgr-save-folders): Fix comment.
4547
4548 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4551         along the last change in `wl-folder-buffer-group-p'.
4552
4553 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4556         folder.
4557
4558         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4559         the default value.
4560
4561         * wl-mime.el (wl-summary-burst): Update summary only when target
4562         folder equals current folder.
4563
4564 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4567
4568 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4571         value.
4572
4573 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4576         `map-extents' instead of `extent-at' repeatedly.
4577         (wl-highlight-folder-current-line): Ditto.
4578
4579         * wl-highlight.el: Remove useless dummy functions.
4580
4581 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4584         (wl-folder-put-folder-property): New function to put text property.
4585         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4586         (wl-folder-insert-entity, wl-folder-update-diff-line)
4587         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4588         * wl-e21.el, wl-xmas.el, wl-mule.el
4589         (wl-highlight-folder-current-line): Ditto.
4590         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4591         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4592         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4593         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4594
4595 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4596
4597         * Version number is increased to 2.11.3.
4598
4599 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4602         Resume current-buffer since it is assumed by remaining tasks.
4603
4604 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4607         (wl-folder-completion-function): Abolished.
4608         (wl-folder-complete-folder): New function.
4609         (wl-folder-complete-filter-condition): Ditto.
4610         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4611         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4612
4613 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614
4615         * wl-draft.el (wl-draft-send-confirm): New function.
4616         (wl-draft-send): Use it.
4617
4618         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4619         cursor-in-echo-area while confirming.
4620
4621         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4622
4623         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4624         searching via nntp if wl-summary-search-via-nntp is 'force.
4625         Otherwise, invoke searching in nntp folder only.
4626         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4627
4628         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4629         explicitly for mime-make-text-tag.
4630
4631 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4632
4633         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4634         `mime-make-text-tag' instead of `mime-create-tag'.
4635
4636 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4639         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4640
4641 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * wl-score.el (wl-score-save): Bind print-length and print-level.
4644         (wl-score-pretty-print): Ditto.
4645         (wl-score-edit-insert-header-entry): Ditto.
4646
4647         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4648         "From" entry to be treated with wl-draft-eword-encode-address-list.
4649         * wl-mime.el (wl-draft-preview-message): Ditto.
4650
4651         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4652         (wl-summary-mark-as-unread): Ditto.
4653         (wl-summary-mark-as-read-region): Change accordingly.
4654         (wl-summary-mark-as-unread-region): Ditto.
4655         (wl-summary-target-mark-mark-as-read): Ditto.
4656         (wl-summary-target-mark-mark-as-unread): Ditto.
4657
4658 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * Version number is increased to 2.11.2.
4661
4662 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-news.el.in (wl-news-previous-version-save): Bind
4665         print-length and print-level.
4666         * wl-thread.el (wl-thread-save-entities): Ditto.
4667         (wl-thread-save-top-list): Bind print-length.
4668
4669 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-highlight.el (wl-highlight-summary-line-string): Use
4672         wl-summary-score-below-mark, wl-summary-score-over-mark.
4673         (wl-highlight-summary-current-line): Ditto.
4674
4675 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4678         insert it.
4679
4680 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4683
4684 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4687         message without msgid.
4688         Rewrite with elmo-folder-move-messages.
4689         Set wl-message-buffer to nil.
4690
4691         * wl-summary.el (wl-summary-erase-subr): New function. Use
4692         elmo-folder-move-messages.
4693         (wl-summary-erase): Call it.
4694         (wl-summary-target-mark-erase): Ditto.
4695
4696 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4699         it is not up-tp-date.
4700
4701 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4704         buffer after calling `wl-summary-goto-folder-subr' without the
4705         argument `interactive'.
4706         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4707
4708 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4709
4710         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4711         `mime-create-tag'. Use `string=' instead of `looking-at'.
4712
4713 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4716         to avoid compile warning.
4717
4718         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4719         entity-id when folder is given.
4720         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4721         save-excursion, use save-selected-window instead.
4722         Select folder buffer window if exists.
4723         (To correct behavior with wl-folder-move-cur-folder.)
4724
4725 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4726
4727         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4728
4729 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4730
4731         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4732         list-count instead of %d.
4733
4734 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4737         (wl-news): Set it.
4738         (wl-news-append-to-folder): Use it.
4739
4740         * wl-news.el.in (wl-news-send-news): Append to specified folder
4741         instead of wl-default-folder.
4742         (wl-news-append-to-folder): Show error message with specified folder.
4743
4744         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4745                 In most major modes, Emacs assumes that any opening
4746                 delimiter found at the left margin is the start of a
4747                 top-level definition, or defun. Therefore, *never put an
4748                 opening delimiter at the left margin unless it should have
4749                 that significance.*
4750
4751         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4752
4753 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4754
4755         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4756
4757 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4758
4759         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4760
4761 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4762
4763         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4764         for sequential numbering case.
4765
4766 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4769         value.
4770         (wl-draft-reply-without-argument-list): Ditto.
4771         (wl-draft-reply-myself-with-argument-list): Abolish.
4772         (wl-draft-reply-myself-without-argument-list): Ditto.
4773         * wl-draft.el (wl-draft-self-reply-p): New function.
4774         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4775
4776 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4779         (avoid error for the case without byte-compiling)
4780
4781 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4782
4783         * wl-news.el.in (wl-news-append-to-folder): New function.
4784         (wl-news-exit): Rewrite.
4785         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4786
4787 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4788
4789         * wl-draft.el (wl-draft-reply-position): New function.
4790         (wl-draft-reply-position): Fix.
4791         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4792         (wl-summary-target-mark-reply-with-citation): Ditto.
4793         (wl-summary-reply-with-citation): Ditto.
4794         * wl-vars.el (wl-draft-reply-default-position): New variable.
4795
4796 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4797
4798         * wl-draft.el (wl-draft-send): Preview when interactive send.
4799
4800 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * wl-draft.el (wl-draft-reply): Set default position.
4803         * wl-summary.el (wl-summary-reply): Ditto.
4804         (wl-summary-reply-with-citation): Ditto.
4805         (wl-summary-target-mark-reply-with-citation): Ditto.
4806
4807 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-news.el.in (wl-news-lang): Set default value according to
4810         current-language-environment.
4811         (wl-news-append-news): Do nothing when news-list is nil.
4812
4813 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4816         (wl-news): Change message.
4817         (wl-news-exit): Check buffer.
4818         (wl-news-force-exit): New function.
4819         (wl-news-show-all): New function.
4820         (wl-news-discard-and-exit): Fix.
4821
4822 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4825         according to current-language-environment.
4826
4827         * wl-news.el.in (wl-news): If arg, show all NEWS after
4828         wl-news-default-previous-version.
4829
4830 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4831
4832         * wl-news.el.in (wl-news-check): Rewritten.
4833         (wl-news-previous-version-load): Change data type.
4834         (wl-news-previous-version-save): Change data type.
4835         (wl-news-append-news): Add return value.
4836         (wl-news-check-news): New function.
4837         (wl-news-already-current-p): New function.
4838         (wl-news-send-news): Rewritten.
4839         (wl-news-mode-map): Add new keybind.
4840         (wl-news): Rewritten.
4841         (wl-news-exit): Rewritten.
4842         (wl-news-discard-and-mail): New function.
4843         (wl-news-send-to-address): Abolished.
4844         * wl.el (wl-init): Delete a message.
4845
4846 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4847
4848         * wl-news.el.in (wl-news-exit): Update previous version.
4849         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4850
4851 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4854
4855 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4856
4857         * wl-news.el.in (wl-news): New function.
4858         (wl-news-mode): New function.
4859         (wl-news-next-line): New function.
4860         (wl-news-next-page): New function.
4861         (wl-news-exit): New function.
4862         (wl-news-buf-name): New variable.
4863         (wl-news-mode-map): New variable.
4864         (wl-news-winconf): New variable.
4865         (wl-news-append-news): Add an option.
4866
4867 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4870
4871 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-news.el.in (wl-news-send-to-address): New variable.
4874         (wl-news-send-news): Use it.
4875         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4876         Return updating status.
4877         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4878
4879 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4880
4881         * wl-news.el.in (wl-news-send-news): Delete
4882         Organization and X-Face.
4883
4884 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4885
4886         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4887         (wl-news-append-news): New function.
4888         (wl-news-send-news): New function.
4889
4890 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * Version number is increased to 2.11.1.
4893
4894 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4895
4896         * wl-news.el.in : New file.
4897
4898 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4899
4900         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4901         default value.
4902         (wl-draft-reply-without-argument-list): Ditto.
4903
4904 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4905
4906         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4907         (wl-message-buffer-prefetch-idle-time): Ditto.
4908         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4909
4910 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4911
4912         * wl-thread.el (wl-thread-insert-message): Use
4913         wl-summary-max-thread-depth.
4914
4915         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4916         loop detection.
4917
4918         * wl-message.el (wl-message-buffer-display): Back to the first page
4919         when cache is hit.
4920
4921 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4924
4925         * wl-summary.el (wl-summary-insert-thread-entity):
4926         If the thread depth is reached to wl-summary-max-thread-depth,
4927         divide the thread.
4928
4929 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4930
4931         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4932         for elmo-remove-passwd.
4933
4934 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4937         folder is sticky.
4938         (wl-folder-mark-as-read-all-entity): Ditto.
4939         (wl-folder-prefetch-entity): Ditto.
4940
4941 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4942
4943         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4944
4945 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4946
4947         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4948         Delete messages on buffer for unplugged operation.
4949         (wl-summary-erase): Ditto.
4950
4951 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4954         take nil so as not to search parent by subject.
4955
4956 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4959         (wl-folder-get-next-folder): Ditto.
4960         (wl-folder-get-path): Ditto.
4961
4962 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4963
4964         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4965         system and encode the region with it before verifying.
4966
4967 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4968
4969         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4970         system of the echo buffer before decoding.
4971
4972 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4973
4974         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4975         original contents.
4976
4977 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4980         with argument 'any-exists.
4981
4982 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4983
4984         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4985         Use `wl-cs-autoconv'.
4986
4987 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4990         by `mime-view-automatic-conversion'.
4991
4992         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4993         (wl-message-verify-pgp-nonmime): Ditto.
4994         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4995         Bind them to C-c:d and C-c:v respectively.
4996
4997         Merge following code by Teranishi-san from [wl-en:00167].
4998         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4999         (wl-mime-preview-application/pgp-encrypted): Ditto.
5000         (wl-mime-setup): Add entry.
5001
5002 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-summary.el (wl-summary-target-mark-erase): New function.
5005         Bind it to "mD".
5006
5007 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-vars.el (wl-draft-write-file-function): Fix.
5010         (wl-draft-reedit-hook): Changed default value.
5011
5012         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5013         wl-draft-reedit-hook.
5014         (wl-draft-remove-text-plain-tag): New function.
5015         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5016
5017         * wl-vars.el (wl-draft-write-file-function): New user option.
5018
5019         * wl-draft.el (wl-draft-prepare-edit): Use it for
5020         local-write-file-hooks.
5021         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5022
5023         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5024         (wl-draft-insert-mail-header-separator): Return the body beginning
5025         point.
5026         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5027         text/plain.
5028         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5029
5030 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-summary.el (wl-summary-erase): New function to erase message
5033         without moving it to trash. Bind to "D".
5034
5035         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5036         as `keep' unless switch-function.
5037
5038 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5039
5040         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5041         message buffer by using `wl-summary-toggle-disp-msg'.
5042         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5043         buffer window.
5044         (wl-summary-supresedes-message): Ditto.
5045
5046         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5047         Do not delete other windows.
5048         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5049         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5050         (wl-draft-create-buffer): Set reply-or-forward also for target
5051         mark commands.
5052
5053 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-draft.el (wl-user-agent-compose): Delete special case for
5056         switch-to-buffer-other-window.
5057
5058         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5059         (wl-summary-forward): Ditto.
5060
5061         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5062         function.
5063         (wl-draft-buffer-style): New use option.
5064
5065         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5066         (wl-draft): Follow the change above.
5067         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5068         wl-draft-buffer-style.
5069         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5070         switch-function.
5071
5072 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5073
5074         * wl-address.el (wl-address-make-completion-entry): Extracted from
5075         `wl-address-make-completion-list'.
5076         (wl-address-enable-strict-loading): New variable.
5077         (wl-address-make-completion-list): Revive petname duplication
5078         inquiry, and enable it if `wl-address-enable-strict-loading'.
5079         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5080
5081 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5082
5083         * wl-message.el (wl-message-get-original-buffer): Avoid
5084         'Selecting deleted buffer' error when original buffer is killed.
5085
5086 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-summary.el (wl-summary-next-message): Use
5089         elmo-message-accessible-p instead of elmo-message-cached-p.
5090
5091 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5094
5095         * wl-thread.el (wl-thread-open-all-unread): Use
5096         elmo-folder-list-flagged instead of
5097         elmo-folder-list-messages-mark-match.
5098
5099         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5100         instead of elmo-folder-list-messages-mark-match.
5101         (wl-summary-move-spec-alist): New variable.
5102         (wl-summary-move-spec-plugged-alist,
5103         wl-summary-move-spec-unplugged-alist): Abolish.
5104         (wl-summary-next-message): Follow the change above.
5105         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5106         with 'no-msg' argument.
5107
5108         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5109         variable.
5110         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5111         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5112         (wl-message-buffer-prefetch-get-next): Follow the change above.
5113
5114 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-version.el (wl-version): Changed codename.
5117
5118         * Version number is increased to 2.11.0.
5119
5120 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5121
5122         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5123         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5124         `wl-draft-config-variables'.
5125         (wl-draft-kill): Fixed problem when the draft is reedit.
5126
5127 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5130         buffer-modified status (Thanks to
5131         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5132
5133 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5134
5135         * wl-util.el (wl-region-exists-p): New function.
5136
5137         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5138         Remove defvars for byte-compile warnings.
5139
5140 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5141
5142         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5143         defvar-maybe. Removed unused bind.
5144
5145 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146
5147         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5148         summary buffer window before creating new frame.
5149         (wl-draft-reply): Ditto.
5150
5151 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5152
5153         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5154
5155 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5156
5157         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5158
5159 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5160
5161         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5162         instead of `kill-region'.
5163
5164 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5165
5166         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5167         (wl-highlight-summary-line-string): Use it.
5168         (wl-highlight-summary-current-line): Ditto.
5169
5170         * wl-mime.el (wl-message-delete-current-part): Check the class of
5171         mime-entity.
5172
5173         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5174
5175         * wl-summary.el (wl-summary-make-number-list): Initialize.
5176         (wl-summary-update-mark): New function.
5177         (wl-summary-reply): Put `answered' mark on the message.
5178         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5179
5180         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5181         (wl-draft-reply): Added optional argument `number';
5182         Set wl-draft-parent-number.
5183         (wl-draft-kill): Delete answered mark if it is a reply.
5184
5185 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5186
5187         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5188         that originates in mime-preview-follow-current-entity.
5189         (wl-draft-yank-current-message-entity): Use it if region is active.
5190
5191         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5192         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5193         `wl-message-delete-current-part'.
5194         * wl-mule.el (wl-message-define-keymap): Ditto.
5195         * wl-xmas.el (wl-message-define-keymap): Ditto.
5196
5197 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5198
5199         * wl-mime.el (wl-message-delete-current-part): New function.
5200         (wl-mime-node-id-to-string): Ditto.
5201
5202         * wl-mime.el (wl-message-delete-current-part): Use existing
5203         original buffer which corresponds current mime-view buffer.
5204         (fetched buffer might have different structure, possibly)
5205
5206         * wl-mime.el (wl-message-delete-current-part): Quit if the
5207         message content differs from the actual message.
5208
5209 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5212         order.
5213         (wl-summary-search-by-subject): Search parent message from tail;
5214         Check the existence of the parent message on the current thread tree.
5215         (wl-summary-update-thread): Check whether the line is inserted.
5216
5217 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5218
5219         * wl-vars.el (wl-summary-line-format): Undo last change.
5220         * wl-summary.el (wl-summary-print-destination): Do not put
5221         invisible property when `wl-summary-width' is nil.
5222         (wl-summary-line-subject-minimum-length): Abolished.
5223         (wl-summary-line-subject): Ditto.
5224
5225 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5226
5227         * wl-vars.el (wl-summary-line-format): Change default value.
5228         (wl-summary-subject-length-limit): Abolished.
5229         * wl-summary.el (wl-summary-line-subject): Ditto.
5230
5231 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5232
5233         * wl-template.el (wl-template-select): Added optional argument.
5234         If optional argument is specified, reverse
5235         `wl-template-visible-select'.
5236
5237 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5240         Take prefix argument to force asking the destination folder.
5241
5242 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5243
5244         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5245         count and update status.
5246
5247 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5248
5249         * wl-summary.el (wl-summary-redisplay-internal): If
5250         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5251         after fetching.
5252
5253 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5254
5255         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5256         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5257
5258         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5259
5260 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5261
5262         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5263         (All other related portions are changed).
5264         (wl-summary-mark-as-read-all): Rewrite.
5265
5266 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5269         `wl-summary-mark-as-read'.
5270         (wl-summary-mark-as-unread): Rewrite.
5271         (wl-summary-mark-as-read): Added no-modeline argument.
5272         (wl-summary-resume-cache-status): Rewrite.
5273         (wl-summary-exec-subr): Remove unused local variable.
5274
5275 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5278         logic to call `wl-summary-buffer-prev-folder-function'.
5279         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5280
5281 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5284         is nil.
5285
5286 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5289         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5290         (wl-mime-setup): Add its entry.
5291
5292 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5295         (wl-summary-delete-cache): Likewise.
5296         (wl-summary-mark-as-read): Rewrite.
5297
5298 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5301         `wl-summary-count-unread'.
5302
5303         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5304
5305         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5306
5307 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5308
5309         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5310         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5311         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5312         Renamed to the elmo-msgdb-*-mark.
5313         (wl-summary-score-marks): Follow the change above.
5314         (wl-summary-auto-refile-skip-marks): Ditto.
5315         (wl-summary-incorporate-marks): Ditto.
5316         (wl-summary-expire-reserve-marks): Ditto.
5317
5318         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5319         changes.
5320         (wl-thread-insert-top): Changed updating message.
5321
5322         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5323         variable.
5324         (wl-summary-count-unread): Count answered marks.
5325         (wl-summary-rescan): Call wl-summary-insert-message instead of
5326         wl-summary-append-message-func-internal.
5327         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5328         (wl-summary-prefetch-msg): Follow the variable name changes.
5329         (wl-summary-prefetch-region): Ditto.
5330         (wl-summary-mark-as-read-all): Follow the API changes;
5331         Don't call elmo-folder-replace-marks.
5332         (wl-summary-delete-cache): Follow the variable name changes.
5333         (wl-summary-resume-cache-status): Ditto.
5334         (wl-summary-update-status-marks): New function.
5335         (wl-summary-insert-message): New function.
5336         (wl-summary-sync-marks): Follow the variable name changes.
5337         (wl-summary-sync-update): Synchronize to the msgdb, too;
5338         Changed update messages.
5339         (wl-summary-make-number-list): Rewrite.
5340         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5341         (wl-summary-mark-as-unread): Follow the API changes.
5342         (wl-summary-exec-subr): Follow the variable name changes.
5343         (wl-summary-mark-as-read): Ditto.
5344         (wl-summary-move-spec-plugged-alist): Ditto.
5345         (wl-summary-move-spec-unplugged-alist): Ditto.
5346         (wl-summary-cursor-move-surface): Ditto.
5347
5348         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5349         variable name changes.
5350         (wl-highlight-summary-current-line): Ditto.
5351
5352         * wl-expire.el (wl-expire-refile): Follow the API change in
5353         elmo-folder-move-messages.
5354         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5355         (wl-summary-archive): Use elmo-folder-msgdb instead of
5356         elmo-msgdb-load.
5357
5358 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-mime.el (wl-draft-preview-message): Restore the position
5361         before evaluating wl-draft-send-hook in preview buffer.
5362
5363 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5364
5365         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5366         when it creates new draft buffer.
5367
5368         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5369         without argument.
5370
5371         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5372         Evaluate content and if the value is string, insert it.
5373         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5374         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5375         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5376         wl-draft-config-sub-part-bottom): Use it.
5377
5378         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5379         with the folder name. The question was unintelligible when it is
5380         called from wl-save-status.
5381
5382 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5383
5384         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5385         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5386         cannot take second argument).
5387
5388 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5391         as t. Since type and subtype are not case sensitive (RFC 2045).
5392
5393 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5394
5395         * wl-vars.el (wl-message-mode-line-format): New variable.
5396         (wl-message-mode-line-format-spec-alist): Ditto.
5397         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5398         (wl-message-redisplay): Use wl-message-mode-line-format.
5399
5400 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5403
5404 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-summary.el (wl-summary-default-from): Write description.
5407
5408 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-vars.el (wl-ldap-objectclass): Abolish.
5411
5412         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5413         (wl-ldap-make-filter): Removed condition for objectclass.
5414         (wl-ldap-make-matched-value-list): Remove meaningless process.
5415         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5416         (wl-address-ldap-search): Don't add `*' to `pat' string;
5417         use ignore-errors; added `email';
5418         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5419         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5420         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5421
5422
5423 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-draft.el (wl-draft-parent-folder): Write description.
5426         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5427
5428 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5431         as "" (zero-length string) if no parent.
5432         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5433
5434 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-address.el (wl-address-make-completion-list): Skip duplication
5437         checking.
5438         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5439         `append'.
5440
5441 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5442
5443         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5444         instead of `beginning-of-buffer'.
5445
5446 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5449
5450 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5451
5452         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5453         Refer wl-message-buffer-name.
5454         (wl-message-wheel-down): Ditto.
5455
5456 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-vars.el (wl-message-buffer-name): New user option.
5459
5460         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5461         directly instead of making alist dinamically.
5462
5463         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5464         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5465         wl-message-buffer-cache-name.
5466         (wl-message-buffer-cache-clean-up): Ditto.
5467
5468         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5469
5470         * Version number is increased to 2.9.15.
5471
5472 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-vars.el (wl-summary-default-view-alist): New user option.
5475
5476         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5477
5478         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5479         while deleting address.
5480         (wl-draft-delete-myself-from-cc): Ditto.
5481
5482         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5483         If optional argument is specified, reverse sort order.
5484
5485         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5486
5487 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-thread.el (wl-thread-insert-message): Return parent number if
5490         exists.
5491         (wl-thread-update-indent-string-region): Use
5492         wl-thread-update-line-on-buffer-sub instead of
5493         wl-thread-update-line-on-buffer.
5494
5495 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5496
5497         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5498         (wl-folder-close-all): Ditto.
5499
5500 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5501
5502         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5503         and mailing-list:.
5504         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5505         value.
5506         (wl-summary-line-list-info): Print mailing-list name even when 
5507         list-number is empty.
5508
5509 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5510
5511         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5512
5513         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5514         (wl-draft-open-file): Ditto.
5515         (wl-draft-random-alphabet): Ditto.
5516
5517         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5518         bindings.
5519
5520 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5521
5522         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5523         * wl-vars.el (wl-draft-config-alist): Ditto.
5524
5525 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5526
5527         * Version number is increased to 2.9.14.
5528
5529         * wl.el (wl): Don't set wl-init as nil when error occured while
5530         auto-checking folders.
5531
5532         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5533         `elmo-expand-newtext'.
5534
5535 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5536
5537         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5538         `this-command' so that `wl-folder-goto-folder' contained in
5539         `wl-summary-keep-cursor-command' work.
5540
5541 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5542
5543         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5544         message buffer displaying state.
5545
5546 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547
5548         * wl-vars.el (wl-summary-default-view): New variable to specify
5549         default value for `wl-summary-buffer-view' instead of using
5550         set-default.
5551         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5552
5553 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5554
5555         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5556
5557         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5558
5559 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5560
5561         * wl-vars.el (wl-forward-subject-prefix): New variable.
5562         * wl-draft.el (wl-draft-forward): Use it.
5563
5564 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5565
5566         * wl-message.el (wl-message-prev-page): When it is called without
5567         lines argument, scroll down by wl-message-scroll-amount lines.
5568         (wl-message-next-page): Ditto.
5569         * wl-vars.el (wl-message-scroll-amount): Change default value
5570         to preserve current behavior.
5571
5572 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5573
5574         * wl-summary.el (wl-summary-prefetch-msg): Bind
5575         `wl-message-entity' to call `wl-summary-from-function'.
5576
5577 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5578
5579         * wl-message.el (wl-message-buffer-create): Run
5580         wl-message-buffer-created-hook.
5581
5582 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-summary.el (wl-summary-sort-specs): New variable.
5585         (wl-summary-default-sort-spec): Ditto.
5586         (wl-summary-sort): Rewrite.
5587         (wl-summary-sort-by-list-info): New function.
5588
5589 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5590
5591         * wl-summary.el (wl-summary-get-list-info): New function.
5592         (wl-summary-sort): Rewrite.
5593         (wl-summary-line-list-info): Ditto.
5594         (wl-summary-line-list-count): Ditto.
5595         (wl-summary-refile-region): Fixed docstring.
5596
5597 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5600         `wl-folder-entity-hashtb' as completion table.
5601
5602 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5605         only when this command is called interactively; silence the byte-
5606         compiler.
5607
5608 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5609
5610         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5611         active in XEmacs.
5612
5613 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5614
5615         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5616         plural lines.
5617
5618 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5619
5620         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5621         of current line when the cursor is on the header name.
5622         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5623
5624 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5625
5626         * wl-util.el (wl-read-directory-name): Return displayed directory
5627         as the default value also on XEmacs.
5628
5629 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5632         formatting.
5633
5634 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5637         argument and when it is non-nil, check face property before
5638         highlighting for each line.
5639         (wl-highlight-summary-window): Set it.
5640
5641 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5644         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5645
5646         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5647         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5648         (wl-draft-get-fcc-list): Likewise.
5649
5650 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5651
5652         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5653         (wl-thread-entity-cur): Ditto.
5654         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5655         wl-thread-indent-regexp setting.
5656         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5657
5658         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5659         wl-summary-lazy-highlight.
5660         (wl-summary-display-bottom): Ditto.
5661
5662         * wl-thread.el (wl-thread-open-close): Likewise.
5663
5664         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5665         from and subject;
5666         Bind wl-draft-use-frame;
5667         Enclose with save-window-excursion;
5668         Use wl-draft-create-buffer instead of with-temp-buffer;
5669         Use wl-draft-prepare-edit;
5670         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5671         Use wl-draft-send instead of wl-draft-raw-send.
5672
5673 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5674
5675         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5676         of using wl-from.
5677
5678 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5681         insert-buffer instead of clone-buffer.
5682         (wl-draft-doing-mime-bcc): New variable.
5683         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5684         infinite loop.
5685         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5686
5687         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5688         (wl-draft-mime-bcc-body): Ditto.
5689
5690         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5691         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5692         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5693         wl-draft-do-mime-bcc.
5694         (wl-draft-mime-bcc-field): New function.
5695         (wl-draft-do-mime-bcc): Ditto.
5696
5697         * wl-address.el (wl-address-complete-header-list): New variable.
5698         (wl-address-complete-header-regexp): Changed default value.
5699
5700         * Version number is increased to 2.9.13.
5701
5702 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5705         it is differed.
5706
5707 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5708
5709         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5710         (wl-summary-line-list-count): Ditto.
5711
5712 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5713
5714         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5715         (wl-nntp-posting-function): New variable.
5716         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5717         `wl-nntp-posting-config-alist'.
5718
5719 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5722         FLIM.
5723
5724 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5725
5726         * wl-summary.el (wl-summary-target-mark-refile-sub):
5727         Remove a nuisance funcall.
5728
5729 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5732         as t for `try-completion'.
5733
5734 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-summary.el (wl-summary-default-from): Use
5737         wl-address-header-extract-address instead of
5738         std11-extract-address-components.
5739         (wl-summary-simple-from): Ditto.
5740         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5741         (wl-summary-insert-headers): Show message.
5742         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5743         for whole line.
5744         (wl-summary-default-from): Revert last change.
5745         (wl-summary-simple-from): Ditto.
5746         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5747         (wl-summary-mark-as-read-region): Follow the change above.
5748         (wl-summary-sync-marks): Ditto.
5749         (wl-summary-target-mark-mark-as-read): Ditto.
5750         (wl-summary-redisplay-internal): Ditto.
5751         (wl-summary-redisplay-no-mime-internal): Ditto.
5752         (wl-summary-redisplay-all-header): Ditto.
5753         (wl-summary-mark-as-read): Removed argument `cached';
5754         Use current cache status to set cache mark.
5755         (wl-summary-redisplay-internal): Follow the change above.
5756         (wl-summary-redisplay-no-mime-internal): Ditto.
5757         (wl-summary-redisplay-all-header): Ditto.
5758
5759         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5760
5761         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5762         Don't call itself recursively (Adviced by Yamaoka-san).
5763
5764 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5767         bind wl-summary-highlight as nil to avoid error caused by missing
5768         local variables.
5769
5770 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5771
5772         * wl-vars.el (wl-invalid-character-message): New user option.
5773
5774         * wl-util.el (wl-set-string-width): If truncated string-width is
5775         larger than specified width, use `wl-invalid-character-message'.
5776
5777 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5778
5779         * wl-summary.el (wl-summary-prefetch-msg): 
5780         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5781
5782 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5783
5784         * wl-vars.el (wl-summary-check-line-format): New user option.
5785         (wl-summary-line-format-file): Ditto.
5786
5787         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5788         variable.
5789         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5790         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5791         and `wl-summary-view-old-p' to check whether do a rescan or not.
5792         (wl-summary-view-old-p): New function.
5793         (wl-summary-line-format-changed-p): Ditto.
5794         (wl-summary-line-format-save): Ditto.
5795         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5796
5797         * wl-util.el (wl-set-string-width): Avoid using negative number
5798         for make-string.
5799
5800 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5801
5802         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5803         return value.
5804
5805         * wl-util.el (wl-set-string-width): Added optional argument
5806         `padding' (All other related portions are changed).
5807         (wl-line-parse-format): If the first letter of column number is
5808         `0', zero-padding the result (ex: "%05l").
5809
5810         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5811
5812 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5815         sequential summary view.
5816
5817 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5820         if it doesn't have a -unix version.
5821
5822 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5825
5826 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5829         content.
5830         (wl-draft): Follow the change above.
5831
5832         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5833
5834         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5835         and wl-folder-summary-line-format-alist contain %T and %P.
5836
5837         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5838         (wl-summary-mode-line-format): New user option.
5839         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5840         (wl-summary-line-format): Changed default value.
5841         (wl-summary-lazy-highlight): Changed default value.
5842
5843         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5844         change in wl-summary-create-line.
5845         (wl-thread-insert-entity-sub): Ditto.
5846
5847         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5848         (wl-summary-buffer-unread-status): Ditto.
5849         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5850         (wl-summary-buffer-persistent-mark-column): Ditto.
5851         (wl-summary-buffer-mode-line-formatter): Ditto.
5852         (wl-summary-buffer-mode-line): Ditto.
5853         (wl-summary-message-regexp): Abolished.
5854         (All other related portions are changed.)
5855         (wl-summary-detect-mark-position): New function.
5856         (wl-summary-buffer-set-folder): Setup
5857         wl-summary-buffer-mode-line-formatter.
5858         (wl-summary-mode): Setup selective-display;
5859         Setup pre-idle-hook when xemacs.
5860         (wl-summary-update-modeline): Rewrite.
5861         (wl-summary-jump-to-msg): Define as function;
5862         Changed regexp for searching messages.
5863         (wl-summary-message-number): Rewrite.
5864         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5865         Do rescan when old type summary cache.
5866         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5867         (wl-summary-remove-destination): Use '\r' to detect EOL.
5868         (wl-summary-print-destination): Ditto.
5869         (wl-summary-temp-mark): New inline function.
5870         (wl-summary-persistent-mark): Ditto.
5871         (wl-summary-line-number): New function.
5872         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5873         (wl-summary-line-list-count): New function.
5874         (wl-summary-create-line): Added argument persistent-mark.
5875         (All other related portions are changed)
5876         (wl-summary-create-line): Insert '\r'.
5877         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5878         (wl-summary-cursor-move-surface): New inline function.
5879         (wl-summary-prev): Use it.
5880         (wl-summary-next): Ditto.
5881
5882         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5883         wl-summary-message-regexp.
5884         (wl-highlight-summary): Delete progress message.
5885         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5886
5887         * Version number is increased to 2.9.12.
5888
5889 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5890
5891         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5892         variable (nil: no minimum).
5893         (wl-summary-line-subject): Add some spaces after subject by
5894         wl-summary-line-subject-minimum-length.
5895
5896 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5897
5898         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5899         and removed `F'.
5900         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5901         change above).
5902
5903 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5904
5905         * wl-summary.el (wl-summary-line-list-count): Reverted.
5906         (example setting in samples/*/dot.wl is also updated)
5907
5908 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5911
5912         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5913
5914         * wl-vars.el (wl-summary-line-format): Addes some description to the
5915         docstring.
5916
5917         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5918         (wl-summary-line-close-bracket): Ditto.
5919         (wl-summary-line-children-number): Ditto.
5920         (wl-summary-line-thread-indent): Ditto.
5921         (wl-summary-line-children-and-from): Ditto.
5922
5923         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5924         't', 'c', 'F' and added 'C'.
5925
5926         * wl-util.el (wl-set-string-width): Accept negative value.
5927         (wl-line-parse-format): Added "%number(" and "%)".
5928
5929 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5930
5931         * wl-summary.el (wl-summary-line-list-count): Change format of the
5932         return value.
5933
5934 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5935
5936         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5937         from the recent message.el.
5938         (wl-draft-point-in-header-p): Ditto.
5939         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5940         wl-draft-beginning-of-line.
5941         * wl-e21.el (wl-draft-mode-map): Ditto.
5942         * wl-xmas.el (wl-draft-mode-map): Ditto.
5943
5944         * wl-folder.el: Sort macrodefs by dependencies.
5945
5946 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5947
5948         * wl-summary.el (wl-summary-prev): Fixed regexp.
5949         (wl-summary-next): Ditto.
5950
5951 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5952
5953         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5954
5955 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5956
5957         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5958         for backward compatibility.
5959
5960 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5961
5962         * wl-summary.el (wl-summary-line-list-count): New function, merged
5963         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5964         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5965         list counts.
5966
5967 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-summary.el (wl-summary-create-line): Ignore errors while
5970         timezone-fix-time.
5971
5972         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5973
5974         * wl-summary.el (wl-summary-sync-update): Ditto.
5975         (wl-summary-default-from): Use wl-message-entity
5976         instead of entity.
5977
5978         * wl-summary.el (wl-summary-create-line): Fix.
5979
5980         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5981         (wl-summary-line-format): New user option.
5982         (wl-folder-summary-line-format-alist): Ditto.
5983         (wl-summary-from-width): Abolished.
5984
5985         * wl-util.el (toplevel): Require 'bytecomp.
5986         (wl-line-parse-format): New function.
5987         (wl-line-formatter-setup): New macro.
5988
5989         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5990         (wl-summary-buffer-line-formatter): New buffer local variable.
5991         (wl-summary-switch-to-clone-buffer): Follow the change above.
5992         (wl-summary-message-regexp): Fix.
5993         (wl-summary-from-func-internal): Abolished.
5994         (wl-summary-subject-func-internal): Ditto.
5995         (wl-summary-subject-filter-func-internal): Ditto.
5996         (All other related portions are changed.)
5997         (wl-summary-buffer-set-folder):
5998         Set up wl-summary-buffer-number-column and 
5999         wl-summary-buffer-line-formatter
6000         (All other related portions are changed.)
6001         (wl-summary-buffer-number-column-detect): Abolished.
6002         (All other related portions are changed.)
6003         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6004         (wl-summary-delete-all-temp-marks-on-buffer): Use
6005         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6006         (wl-summary-target-mark-delete): Ditto.
6007         (wl-summary-target-mark-refile-subr): Ditto.
6008         (wl-summary-target-mark-mark-as-read): Ditto.
6009         (wl-summary-target-mark-mark-as-unread): Ditto.
6010         (wl-summary-target-mark-mark-as-important): Ditto.
6011         (wl-summary-target-mark-save): Ditto.
6012         (wl-summary-replace-status-marks): Renamed from
6013         wl-summary-set-status-marks-on-buffer;
6014         Use wl-summary-message-regexp instead of
6015         wl-summary-buffer-number-regexp.
6016         (wl-summary-sync-update): Follow the change above.
6017         (wl-summary-goto-previous-message-beginning): New function.
6018         (wl-summary-mark-as-unread): Use it.
6019         (wl-summary-mark-as-important): Ditto.
6020         (wl-summary-line-formatter): New variable.
6021         (wl-summary-line-year): New function.
6022         (wl-summary-line-day): Ditto.
6023         (wl-summary-line-day-of-week): Ditto.
6024         (wl-summary-line-hour): Ditto.
6025         (wl-summary-line-minute): Ditto.
6026         (wl-summary-line-open-bracket): Ditto.
6027         (wl-summary-line-close-bracket): Ditto.
6028         (wl-summary-line-children-number): Ditto.
6029         (wl-summary-line-thread-indent): Ditto.
6030         (wl-summary-line-size): Ditto.
6031         (wl-summary-line-subject): Ditto.
6032         (wl-summary-line-from): Ditto.
6033         (wl-summary-line-children-and-from): Ditto.
6034         (wl-summary-create-line): Rewritten.
6035         (wl-summary-format-date): Abolished.
6036
6037         * wl-highlight.el (wl-highlight-summary-current-line): Use
6038         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6039         Use thread structure to detect thread top message.
6040
6041         * wl-draft.el (wl-default-draft-cite): Don't use
6042         wl-summary-from-func-internal.
6043
6044         * wl-refile.el (wl-refile-subject-learn): Don't use
6045         wl-summary-subject-filter-func-internal.
6046         (wl-refile-guess-by-subject): Ditto.
6047
6048         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6049         parameters.
6050
6051         * wl-thread.el (wl-thread-update-indent-string-region):
6052         Use wl-thread-update-line-on-buffer instead of
6053         wl-thread-update-indent-string.
6054         (wl-thread-update-children-number): Redefine using
6055         wl-thread-update-line-on-buffer.
6056         (wl-thread-update-indent-string): Abolished.
6057
6058         * Version number is increased to 2.9.11.
6059
6060 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6061
6062         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6063         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6064         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6065
6066         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6067         as nil.
6068
6069         * wl-thread.el (wl-thread-open-all-unread): Use 
6070         elmo-folder-list-messages-mark-match.
6071         (wl-thread-insert-message): Removed argument `mark-alist'.
6072         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6073         elmo-msgdb-set-mark.
6074         (wl-thread-get-children-msgs-uncached): Likewise.
6075         (wl-thread-get-exist-children): Added argument include-self.
6076         (wl-thread-delete-message): Follow the change above.
6077
6078         * wl-summary.el (wl-summary-count-unread): Removed argument.
6079         (wl-summary-rescan): Follow the change above.
6080         (wl-summary-mark-as-read-region): Ditto
6081         (wl-summary-mark-as-unread-region): Ditto.
6082         (wl-summary-delete-messages-on-buffer): Ditto.
6083         (wl-summary-sync-update): Ditto.
6084         (wl-summary-switch-to-clone-buffer): Ditto.
6085         (wl-summary-goto-folder-subr): Ditto.
6086         (wl-summary-target-mark-mark-as-read): Ditto.
6087         (wl-summary-target-mark-mark-as-unread): Ditto.
6088         (wl-summary-target-mark-mark-as-important): Ditto.
6089         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6090         (wl-summary-update-thread): Removed argument `mark-alist'.
6091         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6092         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6093         (wl-summary-resume-cache-status): Likewise.
6094         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6095         elmo-msgdb-set-mark.
6096         (wl-summary-mark-as-read-all): Likewise.
6097         (wl-summary-delete-cache): Ditto.
6098         (wl-summary-auto-select-msg-p): Ditto.
6099         (wl-summary-mark-as-unread): Ditto.
6100         (wl-summary-no-auto-refile-message-p): Ditto.
6101         (wl-summary-mark-as-read): Ditto.
6102         (wl-summary-mark-as-important): Ditto.
6103         (wl-summary-auto-refile): Follow the change above.
6104         (wl-summary-delete-all-marks): Removed.
6105         (wl-summary-resume-marks-and-highlight): Ditto.
6106         (wl-summary-resume-marks): Ditto.
6107         (wl-summary-delete-important-msgs-from-list): Ditto.
6108         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6109
6110         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6111         wl-summary-count-unread.
6112
6113         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6114         (wl-summary-score-update-all-lines): Use
6115         elmo-msgdb-set-mark.
6116
6117 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6120         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6121         (wl-summary-create-line): Renamed from
6122         wl-summary-overview-create-summary-line;
6123         Argument rearrangement.
6124         (wl-summary-update-thread): Follow the change above.
6125
6126         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6127         (wl-thread-insert-entity-sub): Likewise.
6128
6129         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6130         argument `overview', `mark-alist' and added `msgdb'.
6131
6132         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6133
6134         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6135         (wl-summary-rescan): Follow the change above.
6136         (wl-summary-sync-update): Ditto.
6137         (wl-summary-insert-thread-entity): Ditto;
6138         Don't use `let*' in every while loop;
6139         Detect infinite loop of threads.
6140         (wl-summary-update-thread): Removed argument `overview'.
6141
6142         * wl-thread.el (wl-thread-insert-message): Ditto.
6143
6144         * Version number is increased to 2.9.10.
6145
6146         * wl-message.el (wl-message-redisplay): Ignore errors while
6147         wl-message-redisplay-hook.
6148
6149 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6152
6153 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6154
6155         * wl.el (wl): inhibit-quit while wl-folder.
6156
6157 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6160         while msgdb access.
6161
6162 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6163
6164         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6165         even if no folder is not created.
6166
6167 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6170
6171         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6172         implementation.
6173         (wl-summary-target-mark-thread): Ditto.
6174
6175         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6176
6177 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6178
6179         * wl-util.el (wl-display-bytes): Remove unused function.
6180
6181 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6182
6183         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6184         seems critical one (partially reverse the change in 2002/03/17).
6185
6186 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6187
6188         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6189         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6190
6191 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6192
6193         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6194         is not writable.
6195         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6196         plugged status instead of `'force' as 2nd argument.
6197
6198         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6199         is not creatable.
6200
6201         * Version number is increased to 2.9.9.
6202
6203 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6204
6205         * wl-summary.el (wl-summary-suspend): New function.
6206
6207 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6208
6209         * wl.el (wl): Do not check variables if check is nil.
6210         * wl-utils.el (wl-collect-draft): New function.
6211         * wl-folder.el (wl-folder-suspend): Put summary buffers
6212         and draft buffers at the end of buffer list.
6213         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6214
6215 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6216
6217         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6218         loop instead of recursive call.
6219
6220         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6221         2nd argument.
6222
6223 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-draft.el (wl-draft-create-contents): Don't take neither
6226         (function . args) nor (string . something) any more.
6227
6228         * wl-version.el (wl-generate-user-agent-string): Return string
6229         without header symbol.
6230         * wl-draft.el (wl-draft-default-headers): Use it.
6231
6232         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6233         `wl-draft-insert-ccs' and return field value instead of inserting
6234         the header. Abolish cc argument.
6235         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6236
6237         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6238         rather than one with string car.
6239
6240         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6241         * wl-draft.el (wl-draft-create-contents): Add it after the default
6242         headers.
6243
6244         * wl-draft.el (wl-draft-create-contents): For the case of
6245         (symbol-or-string . function) insert header only when the function
6246         returns string value.
6247
6248 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6249
6250         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6251         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6252
6253 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6254
6255         * wl.el (wl-check-environment): Don't check Message-ID when
6256         `wl-insert-message-id' is nil.
6257         Revive checking if `wl-message-id-domain' contains "@".
6258
6259 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6260
6261         * wl.el (wl-check-environment): Merge examination for "@" at
6262         inappropriate position into the first string-match.
6263
6264         * wl-summary.el (wl-summary-target-mark-print): New function.
6265         (wl-summary-pipe-message-subr): Extracted from
6266         `wl-summary-pipe-message'.
6267         (wl-summary-target-mark-pipe): New function.
6268         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6269         `wl-summary-target-mark-pipe'.
6270
6271 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6274
6275 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6276
6277         * wl.el (wl-check-environment): Use elmo-warning instead of
6278         error for non-critical ones.
6279         Remove trash folder check.
6280         (wl): Don't ignore error in wl-check-environment.
6281
6282         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6283         check, which is moved from `wl-check-environment'.
6284         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6285
6286 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6287
6288         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6289         guess anything, call wl-summary-write.
6290         (wl-summary-write): Create draft with blank To field.
6291         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6292
6293 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6294
6295         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6296         argument full as well for wl-folder-write-current-folder.
6297         If wl-*-write-current-folder cannot guess addressee, add blank
6298         To header.
6299         Rewrite condition for positioning cursor.
6300
6301 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6302
6303         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6304         summary buffer is present, use it.
6305         (wl-folder-jump-to-previous-summary): Ditto.
6306
6307 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6308
6309         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6310
6311         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6312         wl-summary-previous-buffer and wl-summary-next-buffer.
6313
6314         * wl-folder.el (wl-folder-mode-map): Bind
6315         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6316         (wl-folder-jump-to-next-summary): New function.
6317         (wl-folder-jump-to-previous-summary): Ditto.
6318
6319         * wl-draft.el (wl-draft): Rearranged.
6320
6321 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6322
6323         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6324         of header.
6325         (wl-draft): Collect arguments for the header as header-alist.
6326         (wl-draft-forward): Arrange arguments for wl-draft.
6327         (wl-draft-reply): Ditto.
6328         (wl-draft-edit-string): Ditto.
6329         * wl-summary.el (wl-summary-write): Ditto.
6330         (wl-summary-write-current-folder): Ditto.
6331
6332         * Version number is increased to 2.9.8.
6333
6334 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6335
6336         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6337
6338         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6339
6340         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6341         even if the guess failed.
6342
6343         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6344         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6345         wl-summary-write-current-folder.
6346         * wl-xmas.el: Ditto.
6347
6348 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6349
6350         * wl-summary.el (wl-summary-next-page): Force display message if
6351         message is not displayed yet.
6352         (wl-summary-prev-page): Ditto.
6353
6354 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6355
6356         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6357
6358 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6359
6360         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6361         add "Preview Message" and "Save Draft and Exit".
6362
6363 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6364
6365         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6366         if addrmgr is called from draft in splitted window.
6367
6368         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6369         * wl-mule.el: Ditto.
6370         * wl-xmas.el: Ditto.
6371
6372 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6373
6374         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6375
6376         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6377         * wl-xmas.el (wl-folder-toolbar): Ditto.
6378
6379 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6382         and wl-draft-save-and-exit.
6383         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6384         * wl-xmas.el: Ditto.
6385         * wl-mule.el: Ditto.
6386
6387         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6388         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6389
6390 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6393         lists for saving buffer.
6394
6395 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6396
6397         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6398         parent-folder argument instead of it.
6399         (wl-draft-create-buffer): Ditto.
6400         (wl-draft-forward): Ditto.
6401         (wl-draft-reply): Ditto.
6402         * wl-summary.el (wl-summary-write): Ditto.
6403         (wl-summary-write-current-folder): Ditto.
6404
6405         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6406         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6407         Folder buffer after composing.
6408
6409 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6412         header if the file `wl-x-face-file' already contains it.
6413
6414 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6415
6416         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6417         folder" entry.
6418         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6419         * wl-e21.el (wl-folder-toolbar): Ditto.
6420         * wl-xmas.el (wl-folder-toolbar): Ditto.
6421
6422 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6423
6424         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6425         wl-folder-goto-folder with sticky argument.
6426         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6427
6428 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6431         and wl-summary-previous-buffer.
6432         (wl-summary-next-buffer): New function.
6433         (wl-summary-previous-buffer): Ditto.
6434
6435 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6436
6437         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6438         wl-folder-jump-to-current-entity-with-arg.
6439         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6440         `wl-folder-jump-to-current-entity'.
6441         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6442         `wl-summary-goto-folder-sticky'.
6443         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6444         `wl-summary-goto-folder'.
6445         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6446         Unless force-exit, do not clean temp. marks for sticky summary.
6447         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6448
6449 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6452         not entire.
6453
6454 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6457         to `C-x C-s'.
6458         (wl-summary-save-status): New command.
6459         (wl-summary-exit): Don't clean-up temp marks when sticky.
6460         (Applied patch from Nakayama-san [wl: 09548])
6461         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6462         Do nothing when no mark data.
6463         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6464         Call `wl-summary-delete-all-temp-marks' before saving.
6465
6466 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6467
6468         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6469
6470 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6471
6472         * wl.el (wl-check-environment): Also cause error when (system-name)
6473         returns "localhost.localdomain". (Although it doesn't affect because
6474         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6475
6476 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6477
6478         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6479         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6480
6481         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6482         value.
6483
6484 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6487         Likewise r-cc-list and r-ng-list.
6488
6489 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6492         only if it is bound as variable.
6493
6494         * wl-mime.el (wl-draft-preview-message): Ditto.
6495
6496 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6497
6498         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6499         needless `goto-char'.
6500
6501         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6502         `wl-summary-redisplay-no-mime-internal' instead of
6503         `wl-summary-redisplay-no-mime'.
6504         (wl-summary-redisplay-no-mime): Changed argument;
6505         Call `wl-summary-redisplay-no-mime-internal'.
6506
6507         * wl-mime.el (wl-draft-preview-message): Bind
6508         `mime-header-encode-method-alist' locally.
6509
6510         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6511         (wl-draft-std11-parse-addresses): Added the first address check.
6512         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6513
6514         * Version number is increased to 2.9.7.
6515
6516 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6519
6520 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6521
6522         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6523         related to scrollbar support, if there is no such a feature
6524         compiled in.
6525
6526 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6527
6528         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6529         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6530         for prefetch.
6531
6532 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-summary.el (wl-summary-pick): Fix for no match.
6535
6536 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6537
6538         * wl-draft.el (wl-draft-save):
6539         Override `mime-header-encode-method-alist'.
6540
6541 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6542
6543         * wl-folder.el (wl-folder-pick): New function.
6544         Define key as "?".
6545
6546 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6547
6548         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6549         Fix for unplugged.
6550
6551 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-folder.el (wl-folder-virtual): New function.
6554         Define key as "V".
6555
6556 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6559         multi folder if entity is group.
6560
6561 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6562
6563         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6564         is nil.
6565
6566 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6569         (wl-summary-target-mark-msgs): Return the number of marked messages.
6570
6571 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6572
6573         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6574         "first:" is specified.
6575
6576 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6577
6578         * wl-vars.el (wl-from): Use return value of function
6579         user-full-name instead of the variable user-full-name since
6580         XEmacs-20.4 doesn't set this variable.
6581
6582 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6585         call `wl' directly.
6586
6587 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6588
6589         * wl-draft.el (wl-draft-reedit): Removed duplicated
6590         switch-to-buffers.
6591
6592 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * wl.el (wl-other-frame): Removed garbages.
6595
6596 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6599
6600         * wl-xmas.el (wl-draft-key-setup): Ditto.
6601
6602         * wl-mule.el (wl-draft-key-setup): Ditto.
6603
6604         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6605         (wl-draft-reedit): Ditto.
6606         (wl-draft-prepare-edit): Add `wl-draft-save' to
6607         `local-write-file-hooks'.
6608         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6609         (wl-draft-reedit): Set buffer-file-name.
6610         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6611
6612
6613         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6614         call it.
6615         (wl-delete-startup-frame-function): New variable.
6616         (wl-other-frame): New function
6617         (Original was written by Yamaoka san [wl: 09239]).
6618
6619         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6620         if `wl-folder-use-frame'.
6621
6622 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6623
6624         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6625
6626 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6627
6628         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6629         New variable.
6630         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6631         (wl-message-buffer-prefetch-get-next): Use them.
6632         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6633
6634 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6635
6636         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6637         with unwind-protect.
6638
6639         * wl-draft.el (wl-draft-reedit): Rewrite.
6640         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6641         (wl-draft-save): Insert header separator if it does not exist;
6642         Removed condition-case.
6643
6644         * wl-summary.el (wl-summary-reedit): Revert last change.
6645
6646         * wl-draft.el (wl-draft-save): Rewrite.
6647         (wl-draft-create-buffer): Set buffer-file-name as nil.
6648
6649         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6650
6651         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6652
6653         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6654         nil.
6655
6656 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6659         If count is nil, do not prefetch.
6660         (wl-message-buffer-prefetch-next): Next.
6661
6662 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6663
6664         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6665
6666 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6669         `delete-backward-char'
6670         (wl-draft-prepare-edit): Check major-mode.
6671         (wl-draft-decode-header): Rewrite.
6672         (wl-draft): Fix.
6673
6674 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6675
6676         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6677
6678 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6681         (wl-message-buffer-prefetch-get-next): Remove size checking.
6682         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6683
6684 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6687         (wl-draft-default-headers): Fix.
6688
6689 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6690
6691         * wl-draft.el (wl-draft-default-headers): Insert return value of
6692         `wl-generate-mailer-string-function'.
6693
6694 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6695
6696         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6697         (wl-draft-insert-mail-header-separator): Ditto.
6698
6699         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6700         again (Reverted the change on 2002-01-17 by OKADA san).
6701
6702 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6703
6704         * wl-draft.el (wl-draft): Rewrite.
6705         (wl-draft-create-buffer): New function.
6706         (wl-draft-create-contents): Ditto.
6707         (wl-draft-prepare-edit): Ditto.
6708         (wl-draft-decode-header): Ditto.
6709         (wl-draft-decode-body): Ditto.
6710         (wl-draft-check-new-line): Ditto.
6711         (wl-draft-default-headers): Ditto.
6712         (wl-draft-insert-mail-header-separator): Ditto.
6713
6714 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6715
6716         * Version number is increased to 2.9.6.
6717
6718 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-draft.el (wl-draft-delete-field): Optional argument.
6721         (wl-draft-delete-fields): Ditto.
6722
6723 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6724
6725         * wl-message.el (toplevel): Eliminated byte-compile warning.
6726         for `itimer-function', `delete-timer' and `itimer-list'.
6727
6728 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6729
6730         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6731         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6732         `wl-message-buffer-prefetch-threshold'.
6733         * wl-summary.el (wl-summary-redisplay-internal): Remove
6734         the check of `wl-message-buffer-prefetch-depth'.
6735
6736 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6739         size of article.
6740         (wl-message-buffer-prefetch-subr): Remove size check.
6741
6742 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-vars.el (wl-plugged): Make customizable.
6745
6746 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6749         (wl-message-buffer-prefetch-set-timer): New function.
6750         (wl-message-buffer-prefetch-get-next): New function.
6751         (wl-message-buffer-prefetch): New function.
6752         (wl-message-buffer-prefetch-next): Rewrite.
6753         (wl-message-buffer-prefetch-subr): Rewrite.
6754         * wl-vars.el (wl-auto-prefetch-first): New variable.
6755         * wl-summary.el (wl-summary-goto-folder-subr): Call
6756         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6757
6758 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6761         `wl-summary-unread-message-hook'.
6762
6763 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6766         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6767         if range is `cache-status'.
6768
6769 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-message.el (wl-message-buffer-prefetch-subr):
6772         Improve debug message.
6773
6774 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6775
6776         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6777         `wl-mail-send-pre-hook'.
6778         (wl-draft-send-mail-with-qmail): Ditto.
6779         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6780
6781 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-message.el (wl-message-buffer-prefetch-subr):
6784         Fix for cancel-function-timers bug.
6785         (wl-message-buffer-prefetch-debug): Default value is t.
6786
6787 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6790         (wl-message-buffer-prefetch-subr): Rewrite.
6791         Rename from `wl-message-buffer-prefetch'.
6792
6793 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6794
6795         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6796         (wl-default-draft-cite-decorate-author): Ditto.
6797
6798         * wl-draft.el (wl-draft-cite-function): Removed.
6799         (wl-default-draft-cite-decorate-author): Ditto.
6800
6801 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6802
6803         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6804         (wl-default-draft-cite): Do not arrange author name if the value of
6805         `wl-default-draft-cite-decorate-author' is nil.
6806
6807 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6810
6811         * wl-folder.el (wl-folder-check-one-entity): Don't care
6812         `elmo-folder-use-flag-p'.
6813
6814 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6815
6816         * wl-folder (wl-folder-check-one-entity): Fix
6817         problem if unread is nil.
6818
6819 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6820
6821         * wl-address.el (wl-address-make-completion-list): Check whether
6822         the address is a group list.
6823         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6824
6825 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6826
6827         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6828         The number of the messages of new and unread does not count
6829         correctly.
6830
6831         * wl-summary.el (wl-summary-count-unread): Changed to return
6832         `(new . unread)' instead of total.
6833         (wl-summary-sync-update): Follow the change above.
6834
6835         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6836
6837 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839         * wl-address.el (wl-address-make-completion-list): Do not enclose
6840         address by " <" and ">" if associated realname is "".
6841         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6842         This is against the promblem with group list in .addresses pointed
6843         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6844
6845 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6846
6847         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6848         message is a format control string.
6849         * wl-expire.el (wl-expire-append-log): Ditto.
6850         * wl-mime.el (wl-summary-burst-subr): Ditto.
6851         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6852         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6853
6854 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6855
6856         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6857         wl.el (wl-check-variables): Rename from `wl-check-type'.
6858         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6859         (wl-check-variables-2): New function.
6860         (wl): Call `wl-check-variables-2'.
6861
6862 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6863
6864         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6865         after renaming folder in access group.
6866
6867 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6868
6869         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6870         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6871         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6872         (wl-message-buffer-prefetch): Rewrite.
6873         (wl-message-buffer-prefetch-idle-time): Removed.
6874         * wl-summary.el (wl-summary-redisplay-internal):
6875         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6876         Error check for `wl-message-buffer-prefetch-depht'.
6877
6878 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6879
6880         * Version number is increased to 2.9.5.
6881         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6882
6883 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6884
6885         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6886         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6887         Based on the patch written by
6888         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6889
6890 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6891
6892         * wl-draft.el (wl-draft-raw-send): Fix for
6893         `wl-news-send-pre-hook'
6894
6895 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-utils.el (wl-message-id-function): New variable.
6898         * wl-draft.el (wl-draft-insert-required-fields):
6899         Use `wl-message-id-function'.
6900
6901 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6902
6903         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6904         * wl-utils.el (wl-draft-make-message-id-string):
6905         Use `wl-from' for domain part of Message-ID
6906         if `wl-message-id-use-wl-from' if non-nil.
6907         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6908
6909 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6910
6911         * wl.el (wl): Call `wl-check-type'
6912         Do not 'condition-case'.
6913
6914 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6915
6916         * wl.el (wl-check-type): New function.
6917         (wl-check-type-variables): New variable.
6918
6919 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6920
6921         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6922
6923 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6924
6925         * wl-draft.el (wl-smtp-password-key): New function.
6926         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6927         (wl-draft-send-mail-with-smtp): Ditto.
6928         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6929
6930 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6931
6932         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6933         * wl-utils.el (wl-unique-id-suffix): Remove.
6934
6935 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6936
6937         * Version number is increased to 2.9.4.
6938
6939 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6940
6941         * wl-utils.el (wl-unique-id-suffix): New variable.
6942         (wl-unique-id): Use `wl-unique-id-suffix'
6943
6944 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6945
6946         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6947         instead of `elmo-msgdb-search'.
6948
6949         * Version number is increased to 2.9.3.
6950
6951 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6952
6953         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6954
6955 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6956
6957         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6958         (wl-draft-dispatch-message): Changed for send-later.
6959         (wl-draft-queue-flush): Ditto.
6960         (wl-draft): Clear `wl-sent-message-queued'.
6961         (wl-draft-reedit): Ditto.
6962         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6963         * wl-vars.el (wl-draft-force-queuing): New variable.
6964         (wl-draft-force-queuing-mail): New variable.
6965         (wl-draft-force-queuing-news): New variable.
6966
6967 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6970         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6971
6972 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6973
6974         * Version number is increased to 2.9.2.
6975
6976 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * wl-draft.el (wl-draft-elide-region): New user command.
6979         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6980
6981         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6982         command `wl-draft-elide-region'.
6983         * wl-mule.el: Ditto.
6984         * wl-xmas.el: Ditto.
6985
6986 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6989         (wl-biff-check-folder-async): Removed needless let.
6990
6991 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6992
6993         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6994         wl-folder-get-elmo-folder.
6995         (wl-biff-check-folder): Set `biff' argument of
6996         `wl-folder-check-one-entity'.
6997         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6998
6999         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7000         (wl-folder-check-one-entity): Added `biff' argument;
7001         Setup `biff' slot of folder.
7002
7003         * Version number is increased to 2.9.1.
7004
7005 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7006
7007         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7008         comment out and fixed.
7009         (wl-fldmgr-add-completion-subr): Ditto.
7010
7011         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7012         and msgdb.
7013
7014         * wl.el (wl-toggle-plugged): Save summary view.
7015
7016 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7019
7020 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7021
7022         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7023
7024 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7027         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7028         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7029
7030         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7031         if it was failed.
7032         (wl-demo): Disable undo in the demo buffer.
7033
7034 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-version.el (wl-version): Changed codename.
7037
7038         * Version number is increased to 2.9.0.
7039
7040 2001-12-14  Takuo KITAME <kitame@northeye.org>
7041
7042         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7043         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7044         (wl-folder-mark-as-read-all-current-entity): Ditto.
7045
7046 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-vars.el (wl-from-width): Define as obsolete variable.
7049         (wl-subject-length-limit): Ditto.
7050
7051         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7052
7053         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7054         wl-summary-save-view.
7055
7056         * wl.el (wl-save-status): Ditto.
7057         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7058
7059         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7060         (wl-summary-exit): Follow the change above.
7061         (wl-summary-goto-folder-subr): Ditto.
7062
7063         * wl-folder.el (wl-folder-create-subr): Don't use
7064         `elmo-folder-creatable-p'.
7065
7066 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7069
7070 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7073         rather than bitmap on Emacs 21.
7074         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7075         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7076         for xbm if the new redisplay engine is not available.
7077
7078 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-folder.el (wl-folder-init-hook): New hook.
7081         (wl-folder-init): Run `wl-folder-init-hook'.
7082
7083 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7086
7087 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-acap.el (wl-acap-cache-filename): New variable.
7090         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7091         (wl-acap-init): Use cache if no ACAP server found.
7092
7093 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7094
7095         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7096         `wl-acap-original-msgdb-dir'.
7097
7098         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7099         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7100
7101         * wl-mime.el (wl-mime-save-directory): Renamed from
7102         `wl-mime-save-dir'.
7103
7104 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7107
7108         * wl-demo.el: Require `path-util'.
7109         (wl-demo-bitmap-mule-available-p): New internal variable.
7110         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7111         `module-installed-p' instead.
7112         (wl-demo-insert-image): Use *.img file for a bitmap image.
7113         (wl-demo): Don't call the ascii demo recursively.
7114
7115 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7116
7117         * Version number is increased to 2.7.7.
7118
7119 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl.el (wl-exit): Eliminated byte-compile warning.
7122
7123 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7124
7125         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7126         obsolete variable using `elmo-define-obsolete-variable'.
7127         (wl-fetch-confirm-threshold): Ditto.
7128         (wl-cache-prefetch-folder-type-list): Ditto.
7129         (wl-cache-prefetch-folder-list): Ditto.
7130
7131 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7134         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7135         (wl-demo-insert-image): New function.
7136         (wl-demo-insert-text): New function.
7137         (wl-demo-image-type-alist): Redefine as a function.
7138         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7139         (wl-demo-with-temp-file-buffer): Removed.
7140         (wl-logo-xpm): Removed.
7141         (wl-logo-xbm): Removed.
7142         (wl-logo-bitmap): Removed.
7143
7144 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7145
7146         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7147         (wl-expire-localdir-get-folder-function): New user option.
7148         (wl-expire-localdir-get-folder): New function.
7149         (wl-expire-localdir-date): Ditto.
7150
7151 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7152
7153         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7154         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7155         Fixed unread number mismatch when all-unread < unread.
7156
7157 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7160         (wl-fetch-confirm-threshold): Ditto.
7161
7162         * wl-summary.el (wl-summary-confirm-appends): Removed.
7163         (wl-summary-sync-update): Don't refer
7164         `wl-summary-update-confirm-threshold' (It is now abolished).
7165
7166         * wl-message.el (wl-message-display-internal): Don't refer
7167         `wl-fetch-confirm-threshold' (It is now abolished).
7168
7169 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7172
7173 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7174
7175         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7176         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7177         Change default value to nil.
7178         (wl-summary-indent-length-limit): The value can be nil, nil means
7179         unlimited.
7180
7181         * wl-summary.el: Don't set limit for indent length if the value of
7182         wl-summary-indent-length-limit is nil.
7183         If the value of wl-summary-width is nil, it means only that the width
7184         of summary is unlimited (nil doesn't mean that the indent length is
7185         unlimited).
7186
7187         * wl-thread.el: Ditto.
7188
7189 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7190
7191         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7192         be nil, nil means never confirm.
7193         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7194
7195 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7196
7197         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7198         means unlimited).
7199
7200 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7203         Use `with-temp-buffer'.
7204
7205 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7208         with new backquote style).
7209         (wl-folder-get-entity-from-buffer): Ditto.
7210
7211 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7212
7213         * wl-version.el (nemacs-version): Eliminated.
7214         (wl-extended-emacs-version2): Ignore nemacs.
7215         (wl-extended-emacs-version3): Ditto.
7216
7217 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7218
7219         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7220         (wl-draft-add-in-reply-to): New variable.
7221         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7222         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7223         (wl-draft-yank-from-mail-reply-buffer): Use
7224         `wl-draft-add-in-reply-to'.
7225         (wl-draft-insert-current-message): Ditto.
7226
7227 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7228
7229         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7230         typo (kill->hide).
7231         (wl-message-buffer-prefetch-folder-type-list): Added elements
7232         `mark' and `cache' instead of `internal'.
7233
7234 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7237         resume msgdb directory.
7238
7239 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * wl.el (wl-exit): Call `wl-acap-exit'.
7242
7243         * wl-summary.el (wl-summary-message-string): New function.
7244         (wl-summary-reedit): Use it.
7245         (wl-summary-resend-bounced-mail): Remove needless let.
7246         (wl-summary-supersedes-message): Ditto.
7247         (wl-summary-save): Ditto.
7248
7249         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7250         (wl-acap-init): Set it.
7251         (wl-acap-exit): New function.
7252
7253 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7254
7255         * wl.el (wl-init): Revert (require 'mime-setup). move from
7256         toplevel.
7257
7258 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7259
7260         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7261         local variables.  Add error when guess function return invalid
7262         value.
7263
7264 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7265
7266         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7267         Change local variable name.
7268         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7269         (wl-folder-get-newsgroups): Return nil when non-news folder.
7270         * wl-summary.el (wl-summary-write-current-folder): State through
7271         when guess-list return nil.
7272         (wl-summary-write-current-folder-functions): Fixed docstring.
7273
7274         * wl.el (wl-exit): Changed confirm message.
7275
7276         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7277         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7278
7279         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7280
7281 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7282
7283         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7284         user option (Renamed from wl-cache-prefetch-folder-type-list).
7285         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7286         from wl-cache-prefetch-folder-list).
7287
7288         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7289         Move to wl-vars.el.
7290         (wl-message-buffer-prefetch-p): Changed to enable
7291         `wl-message-buffer-prefetch-folder-list'.
7292
7293         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7294         `ignore-cache'.
7295
7296 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7297
7298         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7299         `part-top' and `part-bottom'.
7300         (wl-draft-config-sub-part-top): New function.
7301         (wl-draft-config-sub-part-bottom): New function.
7302
7303 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7304
7305         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7306
7307 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7308
7309         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7310
7311 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7312
7313         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7314
7315         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7316         (wl-summary-write-current-folder): Ditto.
7317
7318 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-folder.el (wl-folder-get-newsgroups): Use
7321         `elmo-folder-newsgroups'.
7322
7323 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7324
7325         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7326         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7327         `wl-draft-config-sub-header-bottom'.
7328
7329 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7330
7331         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7332         localnews folder.
7333
7334 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7335
7336         * wl-summary.el (wl-summary-mode): Undo last change.
7337
7338         * wl-folder.el (wl-folder-mode): Ditto.
7339
7340 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7341
7342         * wl-summary.el (wl-summary-mode): Locally set
7343         truncate-partial-window-width to nil.
7344         (for XEmacs)
7345
7346         * wl-folder.el (wl-folder-mode): Ditto.
7347
7348 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7351
7352 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7355         number.
7356
7357         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7358
7359         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7360
7361         * Version number is increased to 2.7.6.
7362
7363 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7366
7367 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-summary.el (wl-summary-sync-update): Enclose network
7370         related portion with `unwind-protect'.
7371
7372 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7373
7374         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7375
7376 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7379         element.
7380         * wl-vars.el (wl-message-body-button-alist): Ditto.
7381
7382         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7383         max match length.
7384         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7385
7386         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7387         for the max match length;
7388         Use 4th element value for the button string regexp group.
7389
7390         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7391         candidate exists, prompt to select.
7392
7393 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7394
7395         * wl-summary.el (wl-summary-jump-to-msg): Search before
7396         calibration point by `beginning-of-line'.
7397
7398 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7399
7400         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7401         for access group.
7402
7403 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-message.el (wl-message-display-internal): Bind
7406         `default-mime-charset'.
7407
7408         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7409
7410         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7411
7412         * Version number is increased to 2.7.5.
7413
7414 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7415
7416         * wl-expire.el (wl-summary-archive): Fixed;
7417         Use `elmo-folder-name-internal'.
7418
7419 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7420
7421         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7422         from `elmo-folder-move-messages' caller.
7423         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7424
7425         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7426         related portions are changed).
7427
7428 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7429
7430         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7431         counter.
7432
7433 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7434
7435         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7436         buffer local and set it to nil.
7437
7438         * wl-message.el (wl-message-redisplay): Ditto.
7439
7440 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-summary.el (wl-summary-mark-as-important): If message is
7443         already cached, set messag as read, otherwise encache and mark as read.
7444
7445 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7446
7447         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7448         point-min.
7449
7450 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7453         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7454         a keymap.
7455
7456 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7459         parent.
7460
7461         * wl-mule.el (wl-message-define-keymap): Ditto.
7462
7463         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7464
7465         * wl-xmas.el (wl-message-display-internal-hook): Define.
7466         (wl-xmas-setup-message-toolbar): Define as function.
7467         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7468         (wl-message-overload-functions): Abolished.
7469         (wl-message-define-keymap): New function.
7470
7471         * wl-vars.el (wl-message-display-internal-hook): New variable.
7472         (wl-message-header-button-alist): New variable (Renamed from
7473         wl-highlight-message-header-button-alist).
7474         (wl-message-body-button-alist): Ditto.
7475
7476         * wl-mule.el (wl-message-define-keymap): New function.
7477         (wl-message-overload-functions): Abolished.
7478
7479         * wl-message.el (wl-message-add-buttons-to-body): New function.
7480         (wl-message-redisplay): Don't call wl-message-overload-functions;
7481         Call wl-message-add-buttons-to-header and
7482         wl-message-add-buttons-to-body.
7483         (wl-message-display-internal): Set keymap argument for
7484         elmo-mime-display-as-is, elmo-mime-message-display;
7485         Run wl-message-display-internal-hook.
7486         (wl-message-refer-article-or-url): Abolished.
7487
7488         * wl-highlight.el (wl-highlight-headers): Don't call
7489         wl-highlight-message-add-buttons-to-header.
7490         (wl-highlight-message-add-buttons-to-header): Abolished.
7491
7492
7493         * wl-e21.el (wl-message-display-internal-hook): Define.
7494         (wl-e21-setup-toolbar): Deleted duplicated binding.
7495         (wl-e21-setup-message-toolbar): Define as function.
7496         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7497         (wl-message-define-keymap): New function.
7498         (wl-message-overload-functions): Abolished.
7499
7500 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7503         and elmo-folder-close.
7504
7505         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7506
7507 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7508
7509         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7510         boolean value.
7511         * wl-draft.el (wl-draft-do-fcc): Ditto.
7512
7513 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7514
7515         * wl-vars.el (wl-fcc-force-as-read): New variable.
7516         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7517         mark copied message as read.
7518
7519 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7520
7521         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7522
7523 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7524
7525         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7526         `wl-summary-target-above' instead of obsolete variable
7527         `wl-summary-temp-above'.
7528
7529         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7530         instead of `make-obsolete-variable'.
7531         * wl-refile.el (toplevel): Ditto.
7532
7533 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7536         with third argument t.
7537         (wl-draft): Set first argument for wl-plugged-init as t.
7538
7539         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7540         definition.
7541
7542 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * wl-vars.el: Tabify.
7545         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7546
7547         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7548         message.
7549
7550 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7551
7552         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7553         and set default to beep.
7554
7555 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7556
7557         * wl-vars.el (wl-draft-truncate-lines): New variable.
7558
7559         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7560         instead of wl-message-truncate-lines for truncate-lines.
7561
7562 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7563
7564         * wl-message.el (wl-message-display-internal): Call
7565         `wl-highlight-message' after `elmo-mime-display-as-is'.
7566
7567         * wl-mime.el (wl-mime-display-text/plain): New function.
7568         (wl-mime-display-header): Ditto.
7569         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7570         body-presentation-method for text/plain;
7571         Register `wl-mime-display-header' as a header-presentation-method;
7572         Don't set up `elmo-message-text-content-inserted-hook' and
7573         `elmo-message-header-inserted-hook'.
7574
7575         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7576         variable.
7577         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7578         as t if flag is 'all-header;
7579         Don't bind `elmo-message-ignored-field-list',
7580         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7581
7582 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7585         for xemacs with non-mule environment.
7586
7587 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7590         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7591         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7592
7593 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7594
7595         * wl-vars.el (wl-interactive-send): Set default value as t.
7596
7597 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7598
7599         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7600         (wl-addrmgr-method-list): Abolished.
7601         (wl-addrmgr-change-method): Follow above change.
7602
7603         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7604
7605 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7606
7607         * wl-vars.el (wl-message-truncate-lines): Change default value
7608         to default-truncate-lines.
7609
7610         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7611
7612 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7613
7614         * wl-vars.el (wl-message-truncate-lines): New variable.
7615
7616         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7617         wl-message-truncate-lines.
7618
7619 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7620
7621         * wl-acap.el (wl-acap-init): Remove period from error message.
7622         (wl-acap-find-acap-service): Remove period from message.
7623
7624 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl.el (wl-check-environment): Undo last change.
7627
7628         * wl-vars.el (wl-from): Changed default value.
7629
7630         * wl-util.el (toplevel): Don't require tm-edit.
7631
7632         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7633         `wl-folder-init';
7634         Don't set mark on mail body.
7635         (wl-draft-reedit): Ditto.
7636
7637         * wl-address.el (wl-address-quote-specials): Define as an alias for
7638         elmo-address-quote-specials.
7639
7640 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7641
7642         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7643
7644         * wl-vars.el (wl-from): Set default value as nil.
7645         (wl-organization): Set default value as ORGANIZATION environment
7646         variable.
7647
7648         * wl-draft.el (wl-smtp-extension-bind): Check value of
7649         wl-smtp-connection-type.
7650
7651         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7652         error.
7653
7654 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7655
7656         * Version number is increased to 2.7.4.
7657
7658         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7659         arguments from `wl-highlight-x-face-function' caller.
7660         Use x-face-1.3.6.12 or later.
7661
7662 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7663
7664         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7665
7666 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7667
7668         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7669         (wl-fcc): Fix to accept function.
7670         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7671
7672 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7673
7674         * wl-acap.el (toplevel): Added `product-provide' declare.
7675         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7676
7677 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl.el (wl): Changed order of calling `elmo-init'
7680         and `elmo-folder-init'.
7681
7682 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7683
7684         * wl-mime.el (wl-summary-burst): Extract message when content-type
7685         of root entity is not only `multipart' but also `message/rfc822'.
7686         (wl-summary-burst-subr): Ditto.
7687
7688 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7689
7690         * wl-vars.el (toplevel): Require 'custom.
7691         (wl-trash-folder): Added to `wl-setting' group.
7692
7693         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7694         exists.
7695         (wl-addrmgr-draw): Insert empty line when no entry exists.
7696
7697         * wl-mule.el (wl-message-wheel-up): Fixed.
7698         (wl-message-wheel-down): Ditto.
7699
7700 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7701
7702         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7703         config is an anonymous lambda expression.
7704
7705 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7708         when Mule 2 is running.
7709
7710 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7713
7714 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7717         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7718
7719         * wl-address.el (wl-address-specials-regexp): Eliminated.
7720         (wl-address-quote-specials): Rewrite.
7721
7722 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7725         shy-groups for regexp.
7726
7727         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7728         character classes and Perl style shy-groups for regexp.
7729         (wl-highlight-plugged-current-line): Use Posix style character
7730         classes for regexp.
7731         (wl-e21-highlight-folder-by-numbers): Ditto.
7732         (wl-e21-display-image-p): Use `display-images-p' instead of
7733         `display-graphic-p'.
7734         (display-images-p): Make an alias to `display-graphic-p' if it is
7735         not available.  It is for Emacs version prior to 21.0.105.
7736
7737         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7738         `display-graphic-p'.
7739         (wl-demo-image-type-alist): Ditto.
7740         (display-images-p): Make an alias to `display-graphic-p' if it is
7741         not available.  It is for Emacs version prior to 21.0.105.
7742
7743 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7744
7745         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7746         support.
7747         (wl-generate-user-agent-string): Ditto.
7748
7749         * wl-version.el (wl-version): Update docsting.
7750         (wl-version-status): Ditto.
7751
7752 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7753
7754         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7755         21.0.105.  For Emacs 21.0.104 or earlier.
7756
7757 2001-09-03  Takuo KITAME <kitame@northeye.org>
7758
7759         * wl-e21.el (wl-plugged-init-icons): Use
7760         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7761         (wl-biff-init-icons): Ditto.
7762
7763 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-highlight.el (wl-highlight-summary-current-line):
7766         Fixed highlighting refile/copy destination.
7767
7768         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7769         (wl-acap-store): Encode string by wl-acap-coding-system.
7770
7771 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl-acap.el (toplevel): Check and require 'un-define before
7774         'xemacs-ucs;
7775          Added checking for UTF-2000.
7776
7777 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7780         Don't enclose with `eval-and-compile'.
7781
7782         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7783         wl-init is non-nil.
7784
7785         * wl-draft.el (wl-draft): Ditto.
7786
7787         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7788
7789         * wl-acap.el (toplevel): Require 'wl.
7790         (wl-acap-store): Call `elmo-init'.
7791
7792         * wl.el (wl): Changed position of `wl-check-environment'.
7793         (toplevel): Added autoload setting for wl-acap.
7794
7795         * wl-vars.el (wl-setting): New custom group.
7796         (wl-from): Added wl-setting group.
7797         (wl-user-mail-address-list): Ditto.
7798         (wl-organization): Ditto.
7799         (wl-subscribed-mailing-list): Ditto.
7800         (wl-envelope-from): Ditto.
7801         (wl-smtp-posting-user): Ditto.
7802         (wl-smtp-posting-server): Ditto.
7803         (wl-smtp-posting-port): Ditto.
7804         (wl-smtp-authenticate-type): Ditto.
7805         (wl-pop-before-smtp-user): Ditto.
7806         (wl-pop-before-smtp-server): Ditto.
7807         (wl-pop-before-smtp-port): Ditto.
7808         (wl-pop-before-smtp-authenticate-type): Ditto.
7809         (wl-nntp-posting-server): Ditto.
7810         (wl-nntp-posting-user): Ditto.
7811         (wl-nntp-posting-port): Ditto.
7812         (wl-fetch-confirm-threshold): Ditto.
7813         (wl-prefetch-threshold): Ditto.
7814         (wl-thread-insert-opened): Ditto.
7815         (wl-ldap-server): Ditto.
7816         (wl-ldap-port): Ditto.
7817         (wl-ldap-base): Ditto.
7818         (wl-ldap-objectclass): Ditto.
7819         (wl-use-ldap): Ditto.
7820         (wl-draft-config-alist): Ditto.
7821         (wl-draft-config-matchone): Ditto.
7822         (wl-template-alist): Ditto.
7823         (wl-message-sort-field-list): Ditto.
7824         (wl-message-ignored-field-list): Ditto.
7825         (wl-message-visible-field-list): Ditto.
7826         (wl-interactive-send): Ditto.
7827         (wl-summary-move-order): Ditto.
7828         (wl-auto-select-first): Ditto.
7829         (wl-auto-select-next): Ditto.
7830         (wl-interactive-save-folders): Ditto.
7831
7832         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7833         Initialization codes are moved from wl-local-folder-init.
7834         (wl-local-folder-init): Follow the change above.
7835         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7836
7837         * wl-acap.el: New file.
7838
7839         * Version number is increased to 2.7.3.
7840
7841 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7842
7843         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7844
7845 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7846
7847         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7848         (wl-addrmgr-address-entry-list): Ditto.
7849
7850 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * wl-e21.el (wl-draft-mode-map): Removed binding for
7853         `wl-draft-insert-x-face-field'.
7854
7855         * wl-mule.el (wl-draft-mode-map): Ditto.
7856
7857         * wl-xmas.el (wl-draft-mode-map): Ditto.
7858
7859         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7860         (wl-cs-autoconv): Ditto.
7861         (wl-cs-local): Ditto.
7862         (wl-use-scoring): Ditto.
7863         (wl-mime-charset): Ditto.
7864         (wl-folder-check-async): Ditto.
7865
7866         * wl.el (toplevel): Ignore nemacs and tm.
7867         (wl-exit): Ditto.
7868
7869         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7870         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7871         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7872         instead of wl-address-petname-add-or-change.
7873         (wl-summary-edit-addresses-subr): Use wl-address-delete
7874         instead of wl-address-petname-delete.
7875
7876         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7877
7878         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7879         if error occured.
7880
7881         * wl-message.el (require): Remove tm support.
7882
7883         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7884
7885         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7886         (wl-folder-jump-to-current-entity): Ditto.
7887         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7888
7889         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7890         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7891         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7892
7893         * wl-mule.el (wl-draft-key-setup): Ditto.
7894
7895         * wl-xmas.el (wl-draft-key-setup): Ditto.
7896
7897         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7898         (wl-draft-std11-parse-addresses): New function.
7899         (wl-draft-parse-mailbox-list): Use it.
7900         (wl-draft): Ignore nemacs.
7901         (wl-draft-reedit): Ditto.
7902
7903         * wl-addrmgr.el: New file.
7904         (Original is wl-rcpt.el written by
7905         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7906         Thanks Kitamoto-san.)
7907
7908         * wl-address.el (wl-address-make-address-list): Modified parsing
7909         process.
7910         (wl-address-delete): Renamed from `wl-address-petname-delete';
7911         Modify wl-address-list too.
7912         (wl-address-add-or-change): Renamed from
7913         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7914
7915 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7916
7917         * wl-highlight.el (wl-highlight-summary-current-line):
7918           Work with transient-mark-mode
7919
7920 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7921
7922         * Version number is increased to 2.7.2.
7923
7924         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7925         instead of elmo-dop-queue-method.
7926
7927 2001-08-06  SAITO Atsunori <sai@yedo.com>
7928
7929         * wl-vars.el (wl-ldap-objectclass): New user option.
7930
7931         * wl-address.el (wl-ldap-make-filter): Use it.
7932
7933 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7936
7937 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-folder.el (wl-folder): redisplay after folder insertion.
7940
7941         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7942
7943         * wl-summary.el (wl-summary-sync-update):
7944         Change status mark only when new-msgdb exists.
7945         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7946
7947 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-summary.el (wl-summary-open-folder): New function.
7950         (wl-summary-goto-folder-subr): Use it.
7951         (wl-summary-mark-as-important): Fix;
7952         Encache only when no cache exists.
7953
7954 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7957         Use with-current-buffer.
7958
7959 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7960
7961         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7962         before call `get-buffer'. Fixed parenthesis.
7963         (wl-score-get-header-entry): Clear message and help window when
7964         keyboard quit.
7965         (wl-score-edit-insert-header): Ditto.
7966
7967 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7970         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7971         (wl-default-draft-cite): Fix.
7972
7973         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7974         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7975
7976 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-message.el (wl-message-prev-page): Do same bahavior
7979         as summary when it is called in the message buffer.
7980         (wl-message-next-page): Ditto.
7981
7982 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-summary.el (wl-summary-forward): Use cache if it is not
7985         section cache.
7986
7987 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7990         Removed redundant require of elmo-vars.
7991         (wl-biff-state-indicator-on): Changed default value for
7992         xemacs with non-mule environment.
7993
7994         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7995         wl-message-buffer is nil;
7996         Hide progress bar after moving messages.
7997
7998 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8001         message at cursor point is deleted.
8002
8003 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-vars.el: Changed file coding system to euc-japan.
8006         Added -*-coding:-*- magic to the first line.
8007
8008         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8009         Search parent from the first message.
8010
8011         * Version number is increased to 2.7.1.
8012
8013 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8014
8015         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8016
8017 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8020         refile/delete execution.
8021
8022         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8023         Fixed docstring.
8024
8025 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8028         do update process;
8029         Don't update marks when update process is interrupted.
8030
8031 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-summary.el (wl-summary-reply): Fixed problem when
8034         wl-draft-use-frame is non-nil.
8035         (wl-summary-forward): Ditto.
8036
8037         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8038         as nil.
8039         (wl-folder-mark-as-read-all-entity): Ditto.
8040         (wl-folder-prefetch-entity): Ditto.
8041
8042         * wl.el (wl): Check environment before wl-init.
8043
8044         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8045         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8046         instead of wl-summary-collect-unread.
8047         (wl-summary-reply): Split message window.
8048
8049 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8052         only if current language environment is japanese,
8053
8054         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8055         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8056         (wl-folder-goto-folder-subr): Ditto.
8057
8058         * wl-draft.el (wl-draft-dispatch-message): Call
8059         `elmo-file-cache-get-path'.
8060
8061 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-summary.el (wl-summary-cursor-move): If return value of
8064         wl-summary-next-message is not number, don't jump.
8065
8066 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-summary.el (wl-summary-buffer-next-message-function): New
8069         variable.
8070         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8071         if it is bound.
8072
8073         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8074         string.
8075
8076         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8077         (wl-plugged-drawing): Ditto.
8078
8079 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8082         process.
8083         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8084         with unwind-protect.
8085
8086         * wl.el (wl-init): Require mime-setup.
8087         (wl-check-environment): Don't require mime-setup.
8088
8089         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8090         instead of elmo-folder-type.
8091
8092         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8093         value as nil.
8094
8095 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * Version number is increased to 2.7.0.
8098
8099         * wl-version.el (wl-version): Changed codename.
8100
8101         * wl-summary.el (wl-summary-delete-cache): Fixed.
8102
8103         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8104         Workaround for net folders.
8105         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8106
8107         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8108         value to nil (According to the patch from
8109         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8110
8111         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8112         of elmo-folder-close.
8113
8114 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8115
8116         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8117         for postfix.
8118
8119 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-summary.el (wl-summary-resend-message): Fixed.
8122
8123         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8124         Call wl-draft with `from' argument if its address is included in
8125         `wl-user-mail-address-list'.
8126         (wl-draft): Added `from' argument.
8127
8128         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8129         non-nil.
8130         (wl): Don't show demo if wl-demo is nil.
8131
8132         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8133         wl-summary-use-frame.
8134
8135         * wl-vars.el (wl-summary-use-frame): New user option.
8136         (wl-folder-use-frame): Changed docstring.
8137
8138         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8139         non-nil.
8140         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8141         wl-summary-use-frame.
8142
8143         * wl-vars.el (wl-folder-use-frame): New user option.
8144
8145         * wl-summary.el (wl-summary-exit): Back to folder frame if
8146         wl-folder-use-frame is non-nil.
8147         (wl-summary-redisplay-internal): Ignore cache if current folder
8148         is draft folder,
8149         (wl-summary-redisplay-no-mime): Ditto.
8150         (wl-summary-redisplay-all-header): Ditto.
8151
8152         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8153         if wl-folder-use-frame is non-nil.
8154
8155 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-summary.el (wl-summary-sync-update): Bind
8158         elmo-folder-update-threshold.
8159         (wl-summary-mark-as-important): Enclosed server mark processing
8160         with `save-match-data'.
8161
8162         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8163         only when it is already defined.
8164
8165 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8166
8167         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8168         name of folder exclude localdir is wrong.
8169         * wl-folder.el (wl-folder-sync-entity):
8170         Set `wl-summary-always-sticky-folder-list' as nil.
8171         (wl-folder-mark-as-read-all-entity): Ditto.
8172         (wl-folder-prefetch-entity): Ditto.
8173
8174 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8175
8176         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8177         instead of `wl-summary-write-current-newsgroup'.
8178
8179 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8180
8181         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8182         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8183         non-nil and selected message is important, do not display.
8184
8185 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8186
8187         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8188
8189 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8192
8193         * wl-summary.el (wl-summary-mark-as-important): Set message number
8194         using wl-summary-message-number.
8195
8196 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8197
8198         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8199         destination folder is 'null.
8200
8201 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8202
8203         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8204         New function.
8205         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8206         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8207         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8208
8209 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-mime.el (wl-mime-setup): Added setting for
8212         `mime-setup-signature-key-alist' to avoid overriding key bind for
8213         `wl-draft-send'.
8214
8215         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8216         for `wl-draft-send'.
8217         * wl-mule.el (wl-draft-overload-functions): Ditto.
8218         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8219         * wl-draft.el (wl-draft-send): Ditto.
8220
8221         * wl-message.el (wl-message-display-internal):
8222         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8223         (Patch is provided by <kita@coe.nttdata.co.jp>).
8224
8225 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8226
8227         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8228
8229 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8230
8231         * wl.el (wl): Fix for wl-demo.
8232
8233 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8234
8235         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8236
8237 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8238
8239         * wl-folder.el (wl-folder-prefetch-entity): Use
8240         `wl-folder-get-elmo-folder'.
8241         (wl-folder-count-incorporates): Do not use
8242         `wl-folder-get-elmo-folder'.
8243
8244 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8245
8246         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8247         instead of `elmo-folder-get-type'.
8248
8249 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8250
8251         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8252         position on Subject: field.
8253         (Advised by Mito <mit@nines.nec.co.jp>)
8254
8255 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8256
8257         * wl-folder.el (wl-folder-prefetch-entity): Use
8258         `wl-folder-get-elmo-folder'.
8259
8260 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8263
8264         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8265         `process-duplicates' slot.
8266
8267         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8268         if detection failed.
8269
8270 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8271
8272         * wl-version.el (wl-version-status): Set to "alpha".
8273
8274 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8277         Check wl-message-buffer lives before set-buffer.
8278
8279 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8280
8281         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8282         called in folder mode.
8283         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8284         * wl-summary.el (wl-summary-exit-pre-hook): Run
8285         `wl-summary-exit-pre-hook' before exit summary mode.
8286
8287 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8288
8289         * wl-version.el (wl-version-status): New variable.
8290         (wl-version-status-alist): Removed.
8291         (wl-version-status): Rule included.
8292
8293 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8296         @sponichi.
8297
8298         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8299         when `mail-reply-buffer' is buffer-local variable.
8300         (Reported by <kita@coe.nttdata.co.jp>).
8301
8302 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-vars.el (toplevel): Require 'elmo-util.
8305
8306 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8309         (All other related portions are changed)
8310
8311         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8312
8313         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8314
8315 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8316
8317         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8318
8319 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8322         Delete other windows to avoid an error.
8323         Use `point-marker' instead of `point' to remember the start point
8324         of body.
8325
8326         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8327
8328         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8329         number not to exceed all message number.
8330
8331 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8332
8333         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8334         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8335
8336 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * wl-summary.el (wl-summary-sync-force-update): Added argument
8339         no-check.
8340         (wl-summary-sync-update): Ditto.
8341         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8342         with `no-check'.
8343
8344         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8345         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8346         already running.
8347
8348 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8349
8350         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8351         `dst-folder-arg'.
8352         (wl-expire-archive-number1): Diito.
8353         (wl-expire-archive-number2): Diito.
8354         (wl-expire-archive-Date): Diito.
8355         (wl-archive-number1): Diito.
8356         (wl-archive-number2): Diito.
8357         (wl-archive-date): Diito.
8358         (wl-archive-folder-p): New function.
8359         (wl-summary-expire): Support of expand folder name at
8360         wl-expire-alist.
8361         * wl-util.el (wl-expand-newtext): Renamed from
8362         `wl-refile-expand-newtext'.
8363
8364 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8365
8366         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8367         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8368         `(elmo-msgdb-get-overview msgdb)'.
8369         (wl-summary-prefetch): Bind match data before call
8370         `wl-summay-prefetch-msg'.
8371         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8372         'off if `wl-summary-buffer-disp-msg' is non-nil.
8373         Fixed problem that couldn't show only one new or unread message when
8374         enter folder.
8375         (wl-summary-reply): Don't call `split-window-vertically' and other
8376         window.
8377
8378 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-expire.el (wl-expire-refile): Fixed.
8381
8382 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8385
8386         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8387         biff notification is removed.
8388
8389         * wl.el (wl): Changed position of `elmo-init'.
8390
8391         * wl-draft.el (wl-default-draft-cite): Use date field
8392         on the citation buffer.
8393
8394         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8395
8396         * wl-xmas.el (wl-folder-internal-icon-list): Added
8397         `wl-folder-shimbun-image'.
8398
8399         * wl-e21.el (wl-folder-internal-icon-list): Added
8400         `wl-folder-shimbun-image'.
8401
8402 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl.el (wl-init): Eliminated argument.
8405         (wl): Rewrite.
8406
8407         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8408         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8409         instead of `elmo-folder-msgdb-internal'.
8410         (wl-summary-sync-update): Ditto.
8411         (wl-summary-flush-pending-append-operations): Eliminated.
8412         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8413         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8414         `elmo-folder-open'.
8415
8416         * wl-mime.el (wl-summary-burst): Fixed.
8417
8418         * wl-folder.el (wl-folder-info-save): Check data type.
8419
8420         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8421         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8422         instead of `elmo-folder-msgdb-internal'.
8423         (wl-expire-hide): Ditto.
8424
8425
8426         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8427
8428 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8429
8430         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8431
8432 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8433
8434         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8435
8436 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8437
8438         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8439         Fixed `match-beginning' argument mismatch.
8440
8441 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8442
8443         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8444         the default value.
8445
8446 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8447
8448         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8449         instead of `elmo-nntp-default-port'.
8450
8451         * wl-vars.el: Fixed some doc strings.
8452
8453 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-summary.el (wl-summary-prefetch-msg): Use
8456         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8457
8458         * wl-vars.el: Define *-func as obsolete variable using
8459         `elmo-define-obsolete-variable'.
8460
8461         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8462         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8463         instead of `wl-message-buffer-prefetch-threshold'.
8464
8465         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8466
8467         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8468
8469         * wl-draft.el (wl-caesar-region-func): Ditto.
8470
8471         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8472         Keep unread status in elmo-folder-move-messages.
8473         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8474
8475 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8476
8477         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8478         `wl-summary-buffer-exit-func'
8479         (wl-summary-buffer-message-redisplay-function): Renamed from
8480         `wl-summary-buffer-message-redisplay-func'
8481         (wl-summary-buffer-next-folder-function): Renamed from
8482         `wl-summary-buffer-next-folder-func'.
8483         (wl-summary-buffer-prev-folder-function): Renamed from
8484         `wl-summary-buffer-prev-folder-func'.
8485         (wl-summary-get-petname-function): Renamed from
8486         `wl-summary-get-petname-func'.
8487
8488         * wl-score.el (wl-score-edit-exit-function): Renamed from
8489         `wl-score-edit-exit-func'.
8490
8491         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8492         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8493
8494         * wl-util.el (wl-load-profile-function): Renamed from
8495         `wl-load-profile-func'.
8496
8497         * wl-folder.el (wl-folder-completion-function): Renamed from
8498         `wl-folder-completion-func'.
8499         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8500
8501         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8502         `wl-expire-archive-get-folder-func'.
8503         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8504         (wl-draft-send-mail-function): Renamed from
8505         `wl-draft-send-mail-func'.
8506         (wl-draft-send-news-function): Renamed from
8507         `wl-draft-send-news-func'.
8508         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8509         (wl-generate-mailer-string-function): Renamed from
8510         `wl-generate-mailer-string-func'.
8511         (wl-highlight-signature-search-function): Renamed from
8512         `wl-highlight-signature-search-func'.
8513         (wl-highlight-x-face-function): Renamed from
8514         `wl-highlight-x-face-func'
8515         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8516         (wl-ps-print-buffer-function): Renamed from
8517         `wl-ps-print-buffer-func'
8518         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8519         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8520         (wl-summary-subject-filter-function): Renamed from
8521         `wl-summary-subject-filter-func'.
8522
8523         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8524         `wl-draft-queue-flush-send-func'
8525         (wl-draft-cite-function): Renamed from
8526         `wl-draft-cite-func'
8527
8528         * wl-address.el (wl-address-init-function): Renamed from
8529         `wl-address-init-func'.
8530
8531 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8532
8533         * wl-draft.el (wl-draft-queue-flush): Don't call
8534         `elmo-dop-unlock-message'.
8535         * wl-draft.el (wl-draft-queue-append): Don't call
8536         `elmo-dop-lock-message'.
8537
8538         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8539         (wl-summary-buffer-folder-name): Ditto.
8540         (wl-summary-message-regexp): Added '-' (all other related portions
8541         are changed).
8542         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8543         wl-summary-buffer-folder-name.
8544
8545 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8546
8547         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8548         the number of mails in the folder buffer is not updated by wl-biff.
8549
8550 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8551
8552         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8553         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8554
8555 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8556
8557         * wl-summary.el (wl-summary-next-message):
8558         Return next message number when wl-summary-move-order is nil.
8559
8560 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8561
8562         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8563         `wl-summary-move-spec-alist'.
8564         (wl-summary-move-spec-unplugged-alist): New variable
8565         (Move spec for unplugged status).
8566         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8567         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8568
8569 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8570
8571         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8572         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8573
8574 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8575
8576         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8577         simple quotation to quote the anonymous function.
8578         * tm-wl.el (wl-draft-preview-message): Ditto.
8579
8580 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8581
8582         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8583         Eliminate redundant `save-excursion'.
8584         (wl-highlight-summary-current-line): Ditto.
8585
8586         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8587         accessing match data when `looking-at' failed.
8588
8589         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8590         `elmo-match-string' where users don't care about the speed.
8591         (wl-draft-save): Ditto.
8592
8593 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8594
8595         * wl-util.el (wl-regexp-opt): New function.
8596
8597         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8598         number from `wl-summary-buffer-number-list'.
8599         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8600         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8601         (wl-summary-move-spec-alist): Changed default setting.
8602
8603 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8604
8605         * wl-vars.el (wl-biff-notify-hook): New hook.
8606         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8607         the arrival of new mail.
8608         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8609         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8610
8611 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8612
8613         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8614
8615 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8618
8619         * Version number is increased to 2.5.8.
8620
8621         * wl-thread.el (toplevel): require 'cl.
8622         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8623         (wl-thread-make-number-list): New function.
8624         (wl-thread-entity-make-number-list-from-children): Ditto.
8625         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8626         (wl-thread-entity-insert-as-children): Likewise.
8627         (wl-thread-delete-message): Likewise.
8628         (wl-meaning-of-mark): Eliminated.
8629         (wl-thread-next-failure-mark-p): Ditto.
8630         (wl-thread-entity-get-mark): Ditto.
8631         (wl-thread-meaning-alist-get-result): Ditto.
8632         (wl-thread-entity-check-prev-mark): Ditto.
8633         (wl-thread-entity-check-next-mark): Ditto.
8634         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8635         (wl-thread-entity-get-prev-marked-entity): Ditto.
8636         (wl-thread-get-prev-unread): Ditto.
8637         (wl-thread-jump-to-prev-unread): Ditto.
8638         (wl-thread-get-next-unread): Ditto.
8639         (wl-thread-jump-to-next-unread): Ditto.
8640         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8641         (wl-thread-entity-get-next-marked-entity): Ditto.
8642
8643         * wl-summary.el (wl-summary-buffer-number-list):
8644         New bufer-local variable.
8645         (wl-summary-switch-to-clone-buffer): Clone
8646         `wl-summary-buffer-number-list'.
8647         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8648         (wl-summary-cursor-move-regex): Eliminated.
8649         (wl-summary-cursor-up): Rewrite.
8650         (wl-summary-cursor-down): Ditto.
8651         (wl-summary-mode-spec-alist): New variable.
8652         (wl-summary-next-message): New inline function.
8653         (wl-summary-cursor-move): New function.
8654         (wl-summary-default-get-next-msg): Rewrite.
8655         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8656         (wl-summary-rescan): Ditto.
8657         (wl-summary-sync-all-init): Ditto.
8658         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8659         summary is not thread view.
8660         (wl-summary-sync-update): Ditto.
8661         (wl-summary-rescan): Ditto.
8662         (wl-summary-make-number-list): New function.
8663
8664         * wl-draft.el: "FCC" -> "Fcc".
8665
8666 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-highlight.el (wl-highlight-summary-window):
8669         Call `set-buffer-modified-p'.
8670
8671         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8672         (wl): Call `elmo-init' and fix.
8673
8674         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8675         Use new variables.
8676
8677         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8678
8679 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8682
8683 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8684
8685         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8686
8687 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8688
8689         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8690         `wl-use-toolbar' nor `display-graphic-p'.
8691         (wl-e21-setup-message-toolbar): Ditto.
8692         (wl-e21-setup-summary-toolbar): Ditto.
8693         (wl-e21-setup-folder-toolbar): Ditto.
8694
8695         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8696         (wl-plugged-init-icons): Ditto.
8697
8698         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8699         `display-graphic-p'.
8700         (wl-plugged-set-folder-icon): Ditto.
8701         (wl-highlight-plugged-current-line): Ditto.
8702         (wl-highlight-folder-current-line): Ditto.
8703         (wl-e21-highlight-folder-group-line): Ditto.
8704         (wl-e21-setup-toolbar): Ditto.
8705         (wl-e21-display-image-p): New macro.
8706
8707         * wl-demo.el (wl-demo): Simplified.
8708         (wl-demo-image-type-alist): Use `image-type-available-p' for
8709         checking whether the image type `xbm' is available.
8710
8711 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8712
8713         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8714         (wl-summary-input-range): Ditto.
8715
8716 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-summary.el (wl-summary-edit-addresses): Use
8719         `wl-summary-get-original-buffer'
8720         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8721         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8722         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8723         (wl-summary-get-newsgroups): Eliminated.
8724         (wl-summary-set-crosspost): Ditto.
8725         (wl-summary-is-crosspost-folder): Ditto.
8726         (wl-crosspost-alist-load): Ditto.
8727         (wl-crosspost-alist-save): Ditto.
8728
8729         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8730         `elmo-setup-subscribed-newsgroups' instead of
8731         `elmo-nntp-make-groups-hashtb'.
8732         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8733         instead of `wl-crosspost-alist-save'.
8734
8735         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8736         of `elmo-folder-message-appendable-p'.
8737         (wl-mime-header-presentation-method): Eliminated.
8738
8739         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8740         (Error occurs in emacs21).
8741
8742         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8743         the current buffer).
8744
8745         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8746         instead of `wl-crosspost-alist-save'.
8747         (wl-init): `elmo-crosspost-message-alist-load'
8748         instead of `wl-crosspost-alist-load'
8749
8750         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8751         (wl-parse-newsgroups): Likewise.
8752         (wl-biff-notify): Run `wl-biff-notify-hook'.
8753
8754 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8755
8756         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8757
8758         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8759         when `wl-summary-lazy-highlight' is non-nil.
8760         (wl-summary-goto-folder-subr): Highlight only when
8761         `wl-summary-lazy-highlight' is non-nil.
8762
8763         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8764         Don't display progress and highlight temp-mark when
8765         `wl-summary-lazy-highlight' is non-nil.
8766         (wl-highlight-summary-window): New function.
8767         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8768
8769 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8770
8771         * wl-summary.el (wl-summary-sync): Change `all-visible'
8772         from `all-shown'
8773         (wl-summary-input-range): Ditto.
8774
8775 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8776
8777         * wl-e21.el (wl-highlight-folder-current-line): Call
8778         `wl-folder-init-icons' when folder icons have not been initialized.
8779
8780         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8781
8782         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8783         (wl-demo-image-type-alist): New macro.
8784
8785 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8786
8787         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8788         display does not support graphics.
8789         (wl-plugged-init-icons): Ditto.
8790         (wl-folder-init-icons): Ditto.
8791
8792         * wl-demo.el (wl-demo): Chech closely whether the display
8793         supports graphics.
8794
8795 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-summary.el (wl-summary-get-original-buffer): New function.
8798         (wl-summary-set-crosspost): Use it.
8799         (wl-summary-target-mark-uudecode): Ditto.
8800         (wl-summary-reedit): Ditto.
8801         (wl-summary-resend-bounced-mail): Ditto.
8802         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8803         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8804
8805         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8806         (wl-message-display-internal): Ditto.
8807
8808 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8809
8810         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8811
8812 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-summary.el (wl-summary-save-view): Renamed from
8815         `wl-summary-save-status'.
8816
8817 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8818
8819         * wl-summary.el (wl-summary-sync): Added `all-shown'
8820
8821 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8822
8823         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8824
8825 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8826
8827         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8828
8829 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8830
8831         * wl-highlight.el (wl-highlight-summary-line-string): Use
8832         `zerop' instead of `= 0'.
8833         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8834
8835         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8836         for comparing numbers.
8837         (wl-template-prev): Use `zerop' instead of `eq 0'.
8838
8839         * wl-draft.el (wl-draft-insert-current-message): Use
8840         `with-current-buffer' instead of `save-excursion'.
8841         Use `zerop' instead of `eq 0'.
8842
8843 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8844
8845         * wl-draft.el (wl-draft-insert-ccs): New function.
8846         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8847         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8848
8849 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8852
8853 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-expire.el (wl-expire-refile): Don't call
8856         elmo-msgdb-add-msgs-to-seen-list;
8857         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8858         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8859
8860 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-message.el (wl-message-prev-page): Ignore errors while
8863         scroll-down.
8864
8865 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-mime.el: Use elmo-original-message-mode instead of
8868         mmelmo-original-mode.
8869
8870         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8871         `elmo-folder-get-spec';
8872         (wl-fldmgr-add-completion-all-completions):
8873         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8874
8875         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8876         of `elmo-folder-get-type'.
8877
8878         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8879         `elmo-folder-get-spec';
8880         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8881         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8882         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8883         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8884         `elmo-read-msg-no-cache';
8885         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8886         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8887         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8888         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8889         `elmo-cache-save';
8890         (wl-draft-reedit): Use `elmo-message-file-name'.
8891
8892         * wl-expire.el: Use `elmo-folder-name-internal';
8893         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8894         Use macro `wl-summary-buffer-msgdb' instead of variable
8895         `wl-summary-buffer-msgdb';
8896         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8897         Use macro `wl-summary-buffer-folder-name' instead of variable
8898         `wl-summary-buffer-folder-name'.
8899         * wl-score.el: Likewise.
8900
8901         * wl-message.el: Rewrite for new message buffer cache mechanism.
8902         (wl-message-buffer-cache-buffer-get): New macro.
8903         (wl-message-buffer-cache-folder-get): Ditto.
8904         (wl-message-buffer-cache-message-get): Ditto.
8905         (wl-message-buffer-cache-entry-make): Ditto.
8906         (wl-message-buffer-cache-hit): Ditto.
8907         (wl-message-buffer-cache-sort): New function.
8908         (wl-message-buffer-cache-add): Ditto.
8909         (wl-message-buffer-cache-delete): Ditto.
8910         (wl-message-buffer-cache-clean-up): Ditto.
8911         (wl-message-buffer-window): Rewrite.
8912         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8913         (wl-message-buffer-display): New function.
8914         (wl-message-display-internal): New function.
8915
8916 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8917
8918         * wl-folder.el: Use `elmo-folder-name-internal';
8919         Use `wl-folder-get-elmo-folder';
8920         Use `elmo-folder-list-messages' instead of
8921         `elmo-list-folder';
8922         Use `elmo-folder-get-primitive-list' instead of
8923         `elmo-folder-get-primitive-spec-list';
8924         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8925         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8926         Use `elmo-folder-create' instead of `elmo-create-folder'.
8927         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8928         (wl-folder-get-elmo-folder): New macro.
8929         (wl-folder-elmo-folder-cache-get): Ditto.
8930         (wl-folder-elmo-folder-cache-put): Ditto.
8931         (wl-folder-suspend): Call `elmo-quit'.
8932
8933         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8934         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8935         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8936         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8937         (toplevel): require 'cl.
8938         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8939
8940         * wl-summary.el: Rewrite to use new elmo interface.
8941
8942 \f
8943 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-mime.el (wl-draft-preview-message):
8946         Run `wl-draft-send-hook' before collecting recipients information;
8947         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8948
8949         * tm-wl.el (wl-draft-preview-message): Ditto.
8950
8951 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8954         wrong recipients are displayed when forwarded message.
8955
8956 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8957
8958         * Version number is increased to 2.5.7.
8959
8960 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8961
8962         * wl-message.el (wl-message-next-page): Bind
8963         `window-pixel-scroll-increment' to nil while scrolling up.
8964
8965 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8966
8967         * wl-vars.el (wl-save-hook): New hook.
8968         * wl.el (wl-save): Call `wl-save-hook'.
8969
8970 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8971
8972         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8973         Argument WITH-ARG instead of NO-ARG (negative mean).
8974         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8975         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8976         * wl-message.el (wl-message-follow-current-entity): Likewise.
8977
8978 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8979
8980         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8981         FROM was optional argument.
8982         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8983
8984 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * Version number is increased to 2.5.6.
8987
8988 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8989
8990         * wl-version.el (wl-version-show): Removed.
8991         (wl-version): Add `interactive'.
8992
8993 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8994
8995         * wl-summary.el (wl-summary-get-petname-func): New variable.
8996         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8997         instead of `wl-address-get-petname-1'.
8998         (wl-summary-simple-from): Ditto.
8999
9000         * wl-address.el (wl-address-get-petname-1): Define as function.
9001
9002 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9005         field in the original message.
9006         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9007
9008 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9009
9010         * wl-expire.el (wl-expire-hide):
9011         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9012
9013 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9016         find decoder for To, Cc, and Subject.
9017
9018 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9021         for checking `elmo-use-buffer-cache'.
9022         (wl-summary-mark-as-important): Fixed typo in comment.
9023
9024 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9027         field in the original message.
9028         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9029
9030 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9031
9032         * wl-expire.el (wl-expire-hide):
9033         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9034
9035 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9036
9037         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9038         find decoder for To, Cc, and Subject.
9039
9040 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9041
9042         * Version number is increased to 2.5.5.
9043
9044         * wl-address.el (wl-address-specials-regexp): New constant.
9045         (wl-address-quote-specials): Use it.
9046
9047 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-summary.el (wl-summary-rescan):
9050         Call `wl-summary-buffer-number-column-detect'.
9051         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9052
9053         * wl-message.el (wl-message-mode-map): Define.
9054         (wl-message-decode): Use it as local-map.
9055
9056 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9059         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9060
9061 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9062
9063         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9064
9065         * wl-mule.el (wl-read-event-char): Ditto.
9066
9067         * wl-e21.el (wl-read-event-char): Ditto.
9068
9069         * wl-nemacs.el (wl-read-event-char): Ditto.
9070         (read-event): Removed.
9071
9072         * wl-util.el (toplevel): Removed dummy definition of
9073         `read-event'.
9074         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9075
9076 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9077
9078         * wl-nemacs.el (elmo-archive-call-process): Moved to
9079         elmo-archive.el.
9080
9081 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9082
9083         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9084         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9085
9086         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9087         instead of magic-number 6.  Use `not' instead of `null' for symbol
9088         `nil' check (not empty list).
9089         (wl-draft-insert-x-face-field): Fixed paren style.
9090
9091         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9092         one-branch conditional statement, instead of `and' and `if'.
9093         (wl-draft-forward): Likewise.
9094         (wl-draft-add-references): Likewise.
9095         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9096
9097         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9098         conditional steatment.  Use `cond' instead of `if'.
9099         (wl-draft-confirm): Likewise.
9100
9101 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9102
9103         * wl-version.el (wl-version-show): Use `product-string-1'
9104         instead of `wl-version'.
9105         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9106
9107         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9108
9109 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9110
9111         * wl-highlight.el (wl-highlight-headers): Revert
9112         `wl-highlight-x-face-func' argument (`beg' and `end').
9113
9114 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9115
9116         * wl.el (toplevel): Move `product-provide' declare.
9117         * wl-demo.el (toplevel): Ditto.
9118         * wl-dnd.el (toplevel): Ditto.
9119         * wl-highlight.el (toplevel): Ditto.
9120         * wl-message.el (toplevel): Ditto.
9121         * wl-refile.el (toplevel): Ditto.
9122         * wl-util.el (toplevel): Ditto.
9123
9124 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9125
9126         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9127         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9128         (wl-thread-close-all): keep cursor position.
9129
9130 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9131
9132         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9133         (eq x 0).
9134         (wl-generate-user-agent-string-1): Fix conditional statement.
9135
9136 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9137
9138         * wl.el (wl-check-environment): Additional check for
9139         'wl-local-domain' and `wl-message-id-domain'.
9140
9141 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9142
9143         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9144
9145 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9146
9147         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9148         instead of `smtp-sasl-user-realm'.
9149
9150 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9151
9152         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9153
9154 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9155
9156         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9157         to the default value as well as `eword-lexical-analyzer'.
9158
9159 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9160
9161         * wl-version.el (wl-extended-emacs-version,
9162         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9163         `elmo-match-string' instead of `wl-match-string'.
9164
9165 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9166
9167         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9168         docstring.
9169
9170 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9171
9172         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9173
9174 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9175
9176         * wl-highlight.el (wl-highlight-headers): Remove
9177         `wl-highlight-x-face-func' argument (`beg' and `end').
9178
9179 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-summary.el (wl-summary-mark-as-important):
9182         Remove cache if folder is local.
9183
9184 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9185
9186         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9187         to get existing e-mail address string.
9188
9189 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9190
9191         * wl-version.el (wl-generate-user-agent-string): Commentary.
9192         (wl-generate-user-agent-string-1): Use `when' for
9193         one-branch conditional statement, instead of `and' and `if'.
9194         (wl-extended-emacs-version, wl-extended-emacs-version2,
9195         wl-extended-emacs-version3): Ditto.
9196
9197 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9200         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9201         condition-case; Remove initialization.
9202         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9203         (wl-summary-sync-update3): Added argument `sync-all';
9204         Eliminated local variable `msgdb';
9205         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9206         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9207         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9208
9209 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9210
9211         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9212         connection before call `wl-draft-send-mail-with-smtp'.
9213
9214 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * Version number is increased to 2.5.4.
9217
9218 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9219
9220         * wl.el (wl-check-environment): Additional check for
9221         'wl-local-domain' and `wl-message-id-domain'.
9222
9223 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9224
9225         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9226         buffer as command specific.
9227         (wl-folder-mark-as-read-all-entity): Ditto.
9228         (wl-folder-prefetch-entity): Ditto.
9229         (wl-folder-drop-unsync-entity): Ditto.
9230
9231         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9232         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9233         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9234
9235         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9236         save-excursion.
9237
9238 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * Version number is increased to 2.5.3.
9241
9242         * wl-summary.el (wl-summary-save-view-cache):
9243         Delete duplicated `write-region';
9244         Use `write-region-as-binary' instead of `as-binary-output-file' and
9245         `write-region'.
9246
9247 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9248
9249         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9250
9251 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9254         instead of `smtp-via-smtp'.
9255
9256 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9257
9258         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9259
9260 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9261
9262         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9263         instead of `smtp-sasl-user-realm'.
9264
9265 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9266
9267         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9268
9269 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9270
9271         * Version number is increased to 2.5.2.
9272
9273 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9276         does not exist.
9277         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9278         (wl-biff-start): Call `timer-activate' if timer already exists.
9279
9280         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9281         only when it is bound as function.
9282
9283 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9284
9285         * Version number is increased to 2.5.1.
9286
9287 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9290         Print refile/copy destination.
9291
9292 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9295         queue-flush-only is non-nil.
9296
9297         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9298
9299         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9300         checking cache folder.
9301
9302 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9305         `regexp-quote'.
9306
9307 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9308
9309         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9310         function.
9311         * wl-summary.el (wl-summary-write-current-folder-functions):
9312         Change default value.  Use it.
9313
9314 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * Version number is increased to 2.5.0.
9317
9318         * wl-version.el (wl-version): Changed codename.
9319
9320 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9321
9322         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9323         (wl-summary-supersedes-message): Ditto.
9324
9325 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9326
9327         * wl-refile.el (wl-refile-guess-functions): Renamed from
9328         `wl-refile-guess-func-list'.
9329
9330 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9331
9332         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9333         Fixed problem when no rule was matched.
9334
9335 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9336
9337         * wl-summary.el (wl-summary-get-mark): Fixed
9338         `wl-summary-buffer-target-mark' check logic.
9339
9340 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9341
9342         * wl-folder.el (wl-folder-write-current-folder): Added group
9343         folder check.
9344
9345         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9346         `wl-summary-write-current-newsgroup'.
9347         (wl-summary-write-current-folder-functions): New variable.
9348         * wl-folder.el (wl-folder-get-newsgroups): New function.
9349         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9350         (wl-folder-write-current-folder): Renamed from
9351         `wl-folder-write-current-newsgroup'.
9352
9353 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9354
9355         * Version number is increased to 2.3.93.
9356
9357 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9358
9359         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9360         (wl-ldap-make-matched-value-list): Ditto.
9361         (wl-ldap-alias-safe-string): Split e-mail address.
9362
9363         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9364         petname folder default was selected.
9365         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9366         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9367
9368 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9371         to `wl-draft-config-exec'.
9372
9373         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9374         instead of calling `wl-draft-config-exec';
9375         Process group-list and show recipients in minibuffer.
9376
9377         * tm-wl.el (wl-draft-preview-message): Ditto.
9378
9379 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9380
9381         * wl.el (toplevel): Added (C) to copyright notice, and
9382         sync Author header.
9383         * tm-wl.el (toplevel): Ditto.
9384         * wl-address.el (toplevel): Ditto.
9385         * wl-demo.el (toplevel): Ditto.
9386         * wl-dnd.el (toplevel): Ditto.
9387         * wl-draft.el (toplevel): Ditto.
9388         * wl-e21.el (toplevel): Ditto.
9389         * wl-expire.el (toplevel): Ditto.
9390         * wl-folder.el (toplevel): Ditto.
9391         * wl-highlight.el (toplevel): Ditto.
9392         * wl-message.el (toplevel): Ditto.
9393         * wl-mime.el (toplevel): Ditto.
9394         * wl-mule.el (toplevel): Ditto.
9395         * wl-nemacs.el (toplevel): Ditto.
9396         * wl-refile.el (toplevel): Ditto.
9397         * wl-score.el (toplevel): Ditto.
9398         * wl-summary.el (toplevel): Ditto.
9399         * wl-template.el (toplevel): Ditto.
9400         * wl-thread.el (toplevel): Ditto.
9401         * wl-util.el (toplevel): Ditto.
9402         * wl-vars.el (toplevel): Ditto.
9403         * wl-xmas.el (toplevel): Ditto.
9404
9405 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9406
9407         * wl.el (wl-init): Added comment about `wl-init-hook'.
9408         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9409         * wl-vars.el (wl-init-hook): Added docs.
9410         (wl-make-plugged-hook): Removed useless docs.
9411         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9412         * wl-xmas.el (toplevel): Ditto.
9413
9414 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9415
9416         * wl-address.el (toplevel): Fixed multiple Author header format.
9417         * wl-demo.el (toplevel): Ditto.
9418         * wl-draft.el (toplevel): Ditto.
9419         * wl-folder.el (toplevel): Ditto.
9420         * wl-summary.el (toplevel): Ditto.
9421         * wl-thread.el (toplevel): Ditto.
9422         * wl-util.el (toplevel): Ditto.
9423         * wl-vars.el (toplevel): Ditto.
9424         * wl-version.el (toplevel): Ditto.
9425         * wl-xmas.el (toplevel): Ditto.
9426         * wl.el (toplevel): Ditto.
9427
9428         * wl-version.el (toplevel): Added require `elmo-version' for
9429         `product-version-as-string'.
9430
9431 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-vars.el (wl-draft-send-hook): Changed default value to
9434         '(wl-draft-config-exec).
9435
9436         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9437         explicitly.
9438         (wl-draft): Set `wl-draft-config-exec-flag' before running
9439         `wl-mail-setup-hook'.
9440
9441         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9442         `wl-biff-init-icons' to `wl-init-hook' instead of
9443         `wl-make-plugged-hook'.
9444         (Because if `wl-draft' command is invoked at first,
9445         they are not initialized)
9446         Updated copyright notice.
9447
9448         * wl-e21.el (toplevel): Ditto;
9449
9450         * wl-demo.el (toplevel): Updated copyright notice.
9451         * wl-address.el (toplevel): Ditto.
9452         * wl-draft.el (toplevel): Ditto.
9453         * wl-version.el (toplevel): Ditto.
9454         * wl-folder.el (toplevel): Ditto.
9455         * wl-summary.el (toplevel): Ditto.
9456         * wl-thread.el (toplevel): Ditto.
9457         * wl-util.el (toplevel): Ditto.
9458         * wl-vars.el (toplevel): Ditto.
9459         * wl.el (toplevel): Ditto.
9460
9461 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9462
9463         * wl-highlight.el (wl-highlight-message): Fixed problem of
9464         highlighting failure which occured when the last field contains
9465         multiple lines in the draft buffer.
9466
9467         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9468         `wl-biff-start' if plugged.
9469
9470         * wl-util.el (wl-biff-check-folder): New function.
9471         (wl-biff-check-folders): Don't set session name prefix.
9472         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9473         (wl-biff-check-folder-async): Ditto.
9474
9475         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9476         in email address.
9477
9478 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9479
9480         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9481
9482         * wl-draft.el (wl-draft-strip-subject-re): New function.
9483
9484         * wl-draft.el (wl-draft-reply): Use it.
9485
9486 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9487
9488         * wl-message.el (wl-mmelmo-message-redisplay): Use
9489         `mime-display-message' instead of `wl-mime-display-message'.
9490
9491         * wl-mime.el (toplevel): Removed compatibility workaround
9492         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9493         (wl-mime-display-message): Abolished.
9494         (wl-mime-entity-read-field): Ditto.
9495         (wl-mime-combine-message/partial-pieces): Use
9496         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9497
9498 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9499
9500         * wl-template.el: Doc fixes.
9501
9502 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9503
9504         * wl-e21.el (wl-message-overload-functions): Do nothing if
9505         `current-local-map' is not available.
9506         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9507
9508 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9509
9510         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9511         representation.
9512
9513         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9514         number.
9515         (wl-fldmgr-save-folders): Don't use `format' when insert
9516         `wl-fldmgr-folders-header'.
9517
9518 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9519
9520         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9521
9522 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9523
9524         * wl-highlight.el (wl-highlight-message):
9525         Use `std11-field-end' to detect end point of the header field.
9526         Refer `wl-highlight-max-header-size'.
9527
9528         * wl-vars.el (wl-highlight-max-header-size): New variable.
9529
9530         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9531
9532         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9533         Set `for-draft' argument of wl-highlight-headers.
9534         (wl-draft): Ditto.
9535         (wl-draft-reedit): Ditto.
9536         (wl-user-agent-compose-internal): Ditto.
9537
9538 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9539
9540         * wl-message.el (wl-message-add-button): Use overlay.
9541
9542 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9545
9546         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9547         problem when group-list content is nothing.
9548         (Reported by Mito <mit@nines.nec.co.jp>)
9549
9550 2000-10-18  SAITO Atsunori <sai@yedo.com>
9551
9552         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9553
9554 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9555
9556         * tm-wl.el (toplevel): Use product-provide.
9557
9558 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9559
9560         * Version number is increased to 2.3.92.
9561
9562 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9563
9564         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9565         title text, use `display' property for left margin under Emacs 21.
9566
9567         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9568         properties.
9569         (wl-plugged-init-icons): Ditto.
9570
9571 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9572
9573         * wl.el (wl-save-status, wl-init): Remove last period in
9574         "...done." message.
9575         * tm-wl.el (wl-summary-burst): Ditto.
9576         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9577         wl-summary-resume-cache-status,
9578         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9579         wl-summary-sync-update3, wl-summary-highlight-msgs,
9580         wl-summary-flush-pending-append-operations,
9581         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9582         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9583         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9584         wl-thread-open-all): Ditto.
9585         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9586         * wl-mime.el (wl-summary-burst): Ditto.
9587         * wl-highlight.el (wl-highlight-summary): Ditto.
9588         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9589         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9590         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9591         * wl-address.el (wl-local-address-init): Ditto.
9592
9593 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9594
9595         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9596         `add-text-properties'.
9597         (wl-plugged-init-icons): Ditto.
9598         (wl-folder-init-icons): Use `propertize' instead of
9599         `put-text-property'.
9600         (wl-plugged-set-folder-icon): Ditto.
9601         (wl-e21-highlight-folder-group-line): Ditto.
9602
9603 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9604
9605         * wl-version.el (wl-version-status-alist): New variable.
9606         (wl-version-status): New function.
9607
9608         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9609         "Cc" part of the case "Reply-To".
9610
9611         * wl-draft.el (wl-draft-reply): Use result of
9612         `eword-extract-address-components'.
9613
9614         * wl-demo.el (wl-demo-icon-name): New constant.
9615         (wl-logo-xpm): Use it.
9616         (wl-logo-xbm): Ditto.
9617         (wl-logo-bitmap): Ditto.
9618
9619         * Version number is increased to 2.3.91.
9620
9621 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9622
9623         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9624         (wl-extended-emacs-version, wl-extended-emacs-version2,
9625         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9626         docstring.
9627
9628         * wl-version.el (wl-generate-user-agent-string-1): New function.
9629         (wl-generate-user-agent-string): Use it.
9630
9631         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9632         `mime-edit-insert-user-agent-field'.
9633         (wl-generate-user-agent-string): Check
9634         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9635
9636         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9637         instead of `if', when verbose case.
9638
9639 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9640
9641         * wl-expire.el (wl-summary-expire): Fix.
9642
9643 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9644
9645         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9646         and `elmo-lost+found-folder' if 'wl-draft.
9647         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9648
9649 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9650
9651         * wl-expire.el (wl-summary-expire): Change messages.
9652         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9653         `deleing-info' instead of "Deleting..."
9654
9655 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9656
9657         * wl-summary.el (wl-summary-refile-subr): Fix.
9658
9659 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9660
9661         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9662         if pipe folder.
9663
9664 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9665
9666         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9667
9668 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9669
9670         * wl-expire.el (wl-expire-hide): New function.
9671         (wl-summary-expire): Add `hide'.
9672
9673 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-vars.el (wl-draft-reply-without-argument-list):
9676         Changed default value to consider `Reply-To:'.
9677         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9678
9679         * Version number is increased to 2.3.90.
9680
9681         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9682         elmo-imap4-get-session with unwind-protect.
9683         Don't cause error.
9684         (wl-summary-sync-marks): Don't check plugged nor folder type.
9685         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9686         (Always keep current buffer).
9687
9688 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9689
9690         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9691         Enclose with `save-excursion'.
9692
9693 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9694
9695         * wl-version.el (wl-version): Remove interactive.
9696
9697 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9698
9699         * wl-version.el (wl-generate-user-agent-string): Use
9700         `product-string-verbose' instead of `product-string-1'.
9701
9702 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9703
9704         * wl-vars.el (wl-draft-use-cache): New variable.
9705         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9706         if wl-draft-use-cache is non-nil.
9707
9708 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9709
9710         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9711         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9712
9713 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9714
9715         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9716         (wl-thread-msg-mark-as-unread): Ditto.
9717
9718         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9719         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9720         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9721         Don't set mark in summary if return value of `elmo-mark-as-read'
9722         is nil.
9723         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9724         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9725         instead of `wl-thread-msg-mark-as-read'.
9726         (wl-summary-mark-as-unread-region): Ditto.
9727         (wl-summary-target-mark-mark-as-read): Ditto.
9728
9729         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9730
9731 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9732
9733         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9734
9735         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9736
9737 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9738
9739         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9740         face.
9741
9742 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9743
9744         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9745         `running-xemacs'.
9746
9747 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9748
9749         * wl-version.el (toplevel): Use `product-version-as-string' for
9750         set verstion-string, if defined.
9751
9752         * wl-version.el (wl-version-show): Insert string at point, when
9753         call with argument.
9754
9755         * wl-version.el (wl-generate-user-agent-string): Use
9756         `product-string-1' instead of `wl-appname', `wl-version' and
9757         `wl-codename'.
9758
9759 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9760
9761         * wl-address.el (toplevel): Use product-provide.
9762         * wl-demo.el (toplevel): Ditto.
9763         * wl-dnd.el (toplevel): Ditto.
9764         * wl-draft.el (toplevel): Ditto.
9765         * wl-e21.el (toplevel): Ditto.
9766         * wl-expire.el (toplevel): Ditto.
9767         * wl-fldmgr.el (toplevel): Ditto.
9768         * wl-folder.el (toplevel): Ditto.
9769         * wl-highlight.el (toplevel): Ditto.
9770         * wl-message.el (toplevel): Ditto.
9771         * wl-mime.el (toplevel): Ditto.
9772         * wl-mule.el (toplevel): Ditto.
9773         * wl-nemacs.el (toplevel): Ditto.
9774         * wl-refile.el (toplevel): Ditto.
9775         * wl-score.el (toplevel): Ditto.
9776         * wl-summary.el (toplevel): Ditto.
9777         * wl-template.el (toplevel): Ditto.
9778         * wl-thread.el (toplevel): Ditto.
9779         * wl-util.el (toplevel): Ditto.
9780         * wl-vars.el (toplevel): Ditto.
9781         * wl-xmas.el (toplevel): Ditto.
9782         * wl.el (toplevel): Ditto.
9783
9784 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9785
9786         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9787         instead of product.
9788
9789         * wl-version.el (wl-version): Compile time evalution elmo-version.
9790
9791 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9792
9793         * wl-summary.el (wl-summary-sync-force-update): Append queue
9794         `mark-as-read'if unplugged.
9795
9796 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9797
9798         * wl-version.el: New file.  Use product.el.
9799         * wl.el: add (require 'wl-version).
9800         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9801         for ~/.folders header.
9802         (wl-fldmgr-folders-header): Changed.
9803         * wl-demo.el (wl-demo): Use product.el.
9804
9805         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9806         wl-version.el.
9807         * wl-util.el (wl-version, wl-version-show): Ditto.
9808
9809         * wl-util.el (wl-generate-user-agent-string,
9810         wl-extended-emacs-version, wl-extended-emacs-version2,
9811         wl-extended-emacs-version3): Move to wl-version.el.
9812         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9813         xemacs-codename, mime-edit-insert-user-agent-field,
9814         mime-edit-user-agent-value, mime-editor/version,
9815         mime-editor/codename): Compile warning killer move to
9816         wl-version.el
9817
9818 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9819
9820         * wl-summary.el (wl-summary-refile-subr): Fix.
9821
9822 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9825         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9826
9827 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9828
9829         * wl.el (wl-check-environment): Check too many `@'.
9830
9831 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9832
9833         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9834
9835 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9836
9837         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9838         wl-draft-reply-myself-without-argument-list): Add variables.
9839         * wl-draft.el (wl-draft-reply): Use it.
9840
9841 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9842
9843         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9844         the 5th argument of `elmo-network-get-spec'.
9845
9846         * wl-thread.el (wl-thread-reparent-children): New inline function.
9847         (wl-thread-delete-message): Use it.
9848
9849         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9850         (wl-summary-score-update-all-lines): Don't use `dolist'.
9851
9852 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9853
9854         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9855         (require 'elmo-msgdb) for inline function.
9856
9857 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9858
9859         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9860
9861 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9862
9863         * wl-score.el (wl-score-headers): Fix for the confusing macro
9864         `elmo-kill-buffer'.
9865
9866 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9867
9868         * wl-summary.el: Don't use the 3rd argument of `require' because
9869         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9870         * wl-util.el: Ditto.
9871         * wl-draft.el: Ditto.
9872
9873 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9874
9875         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9876         window system is not used.
9877
9878 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9879
9880         * wl-thread.el: Don't use `mapcar' only for iteration.
9881         (wl-thread-resume-entity): Ditto.
9882         (wl-thread-delete-message): Ditto.
9883
9884         * wl-summary.el: Bind `dragdrop-drop-functions',
9885         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9886         of `require' for `timezone', `easymenu' and `ps-print';
9887         don't use `mapcar' only for iteration.
9888
9889         * wl-util.el: Bind `mule-version', `nemacs-version',
9890         `emacs-beta-version', `xemacs-codename',
9891         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9892         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9893         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9894         only for iteration.
9895
9896         * wl-score.el: Don't use `mapcar' only for iteration.
9897         (wl-score-simplify-buffer-fuzzy): Ditto.
9898         (wl-score-simplify-subject): Ditto.
9899         (wl-score-headers): Ditto.
9900         (wl-summary-score-update-all-lines): Ditto.
9901
9902         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9903         `enable-multibyte-characters' and `mule-version'.
9904
9905         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9906         `mapcar' only for iteration.
9907
9908         * wl-demo.el: Don't use `mapcar' only for iteration.
9909
9910         * wl-folder.el: Don't use `mapcar' only for iteration.
9911         (wl-folder-open-all): Ditto.
9912         (wl-folder-count-incorporates): Ditto.
9913
9914         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9915         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9916
9917         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9918         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9919         `smtp-connection-type'; specify 3rd argument of `require' for
9920         `timezone'; don't use `mapcar' only for iteration.
9921         (wl-draft-clone-local-variables): Don't use `mapcar'.
9922         (wl-draft-generate-clone-buffer): Ditto.
9923         (wl-user-agent-compose-internal): Ditto.
9924
9925         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9926
9927         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9928         (wl-save-status): Ditto.
9929
9930         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9931         for iteration.
9932
9933 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9934
9935         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9936         removed `Date'.
9937         (wl-fldmgr-make-filter-default): New user option.
9938
9939         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9940         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9941         (wl-fldmgr-filter-completion-alist): Abolish.
9942
9943         * wl.el (wl): Don't check servers if arg is non-nil.
9944
9945         * wl-draft.el (wl-draft-reply): Set only message-id string to
9946         In-Reply-To field.
9947
9948 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9949
9950         * wl-summary.el (wl-summary-pick): Rewrite.
9951
9952         * wl-draft.el (wl-draft-forward): Get references field from
9953         original buffer.
9954         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9955
9956 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9957
9958         * wl-draft.el (wl-draft-forward): Add references field.
9959
9960 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9961
9962         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9963         (wl-draft-reply): Use it.
9964
9965 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9966
9967         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9968         when Emacs 21 is running.
9969
9970         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9971         bindings.
9972
9973 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9974
9975         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9976         XPM icons transparent.
9977
9978         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9979         Emacs 21.
9980
9981 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9982
9983         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9984         nil.
9985
9986         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9987         when it is persistent.
9988         (wl-summary-sync-marks): Changed argument for
9989         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9990         (wl-summary-virtual): Use `elmo-read-search-condition'.
9991         (wl-summary-redisplay-internal): If folder is local, mark as read
9992         even when folder is plugged.
9993
9994 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9995
9996         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9997         of `tool-bar-lines' in the frame parameters.
9998         (after-make-frame-functions, post-command-hook): Don't modify the
9999         value.
10000         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10001         wl-e21-tool-bar-lines): Removed.
10002
10003 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10004
10005         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10006         properties `evaporate' and `wl-momentary-overlay' as well.
10007         (wl-highlight-summary-displaying): Ditto.
10008         (wl-delete-all-overlays): Don't delete overlay which does not have
10009         a property `wl-momentary-overlay'.
10010
10011         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10012         `display-mouse-p' and `display-graphic-p'.
10013         (wl-folder-init-icons): Don't search for XBM or the other files.
10014         (wl-plugged-set-folder-icon): Make icons if and only if
10015         `display-graphic-p' returns non-nil.
10016         (wl-highlight-plugged-current-line): Use `before-string' overlay
10017         property to show icon images.
10018         (wl-highlight-folder-current-line): Ditto.
10019         (wl-e21-highlight-folder-group-line): Ditto.
10020         (wl-e21-highlight-folder-by-numbers): Ditto.
10021         (wl-e21-insert-image): Removed.
10022         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10023         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10024         said.
10025         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10026         `wl-e21-force-switch-toolbar'.
10027         (wl-e21-make-icon-image): Removed.
10028         (wl-e21-setup-toolbar): Don't search for XBM files.
10029         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10030         the default value.
10031
10032 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10033
10034         * wl-util.el (wl-biff-check-folder-async): Set
10035         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10036
10037 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10038
10039         * wl-e21.el (after-make-frame-functions): Add
10040         `wl-e21-force-switch-toolbar'.
10041         (wl-e21-force-switch-toolbar): New function force to switch the
10042         toolbar appearance automatically.
10043         (post-command-hook): Add `wl-e21-switch-toolbar'.
10044         (wl-e21-switch-toolbar): New function to switch the toolbar
10045         appearance automatically.
10046         (wl-e21-tool-bar-lines): New buffer local variable.
10047
10048 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10049
10050         * wl-util.el (wl-biff-check-folders-running): New variable.
10051         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10052         (wl-biff-check-folder-async-callback):
10053         Set `wl-biff-check-folders-running'.
10054         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10055         with unwind-protect.
10056
10057         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10058         Enclose `wl-folder-auto-check' with unwind-protect.
10059
10060         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10061         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10062
10063         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10064
10065         * wl-util.el (wl-biff-notify): New inline function.
10066         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10067         locally.
10068         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10069         folder-list' is 1.
10070         Use `wl-biff-notify'.
10071         (wl-biff-check-folder-async-callback): New function.
10072         (wl-biff-check-folder-async): Ditto.
10073
10074         * wl-folder.el (wl-folder): Don't check folders.
10075         (wl-folder-auto-check): New function.
10076
10077 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10078
10079         * wl-util.el (wl-biff-start) [Emacs19+]:
10080         Use `timer-next-integral-multiple-of-time'.
10081         (wl-biff-check-folders): Use `wl-default-folder'
10082         if `wl-biff-check-folder-list' is nil.
10083
10084 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10085
10086         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10087         instead of `elmo-delete-lists'.
10088
10089 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10090
10091         * wl.el (wl-plugged-toggle-all): Set the value of
10092         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10093         (wl-plugged-toggle): Ditto.
10094         (wl-toggle-plugged): Ditto.
10095         (wl-plugged-init): Ditto.
10096
10097         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10098         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10099         instead of `wl-biff-state-indicator-off' and
10100         `wl-biff-state-indicator-on'; don't modify the value and the type
10101         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10102         (wl-plugged-init-icons): Set icons data to
10103         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10104         instead of `wl-plug-state-indicator-off' and
10105         `wl-plug-state-indicator-on'; don't modify the value and the type
10106         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10107
10108         * wl-vars.el (wl-modeline-biff-state-off,
10109         wl-modeline-biff-state-on, wl-modeline-biff-status,
10110         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10111         wl-modeline-plug-status): New internal variables.
10112         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10113         wl-biff-check-interval, wl-biff-check-folder-list): Change
10114         customization group from `wl-folder' to `wl-highlight'.
10115         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10116         wl-show-plug-status-on-modeline): Defcustomized.
10117
10118         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10119         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10120         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10121         a flag to `mode-line-buffer-identification'.
10122
10123         * wl-e21.el (wl-biff-init-icons): Set icons data to
10124         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10125         instead of `wl-biff-state-indicator-off' and
10126         `wl-biff-state-indicator-on'.
10127         (wl-plugged-init-icons): Set icons data to
10128         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10129         instead of `wl-plug-state-indicator-off' and
10130         `wl-plug-state-indicator-on'.
10131
10132 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10133
10134         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10135         excessive titles.
10136
10137 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10138
10139         * wl.el (wl-plugged-mode): Use revised
10140         `wl-mode-line-buffer-identification'.
10141         (wl-plugged-init): Don't use `force-mode-line-update'.
10142
10143         * wl-xmas.el (wl-draft-overload-functions): Use revised
10144         `wl-mode-line-buffer-identification'.
10145         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10146         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10147         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10148         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10149         `wl-make-plugged-hook';
10150         add `wl-folder-init-icons' and `wl-setup-folder' to
10151         `wl-folder-mode-hook'.
10152
10153         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10154         19 as well.
10155         (wl-mode-line-display-priority-list): New user option.
10156         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10157         Defcustomized.
10158         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10159         Add docs.
10160
10161         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10162         start.
10163         (wl-mode-line-buffer-identification): Revised as a function.
10164
10165         * wl-summary.el (wl-summary-mode): Use revised
10166         `wl-mode-line-buffer-identification'; don't call
10167         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10168         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10169         `wl-xmas-setup-summary'.
10170
10171         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10172         `wl-mode-line-buffer-identification'.
10173
10174         * wl-mule.el (wl-draft-overload-functions): Use revised
10175         `wl-mode-line-buffer-identification'.
10176
10177         * wl-folder.el (wl-make-plugged-alist): Don't call
10178         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10179         (wl-folder): Don't call `wl-folder-init-icons' directly.
10180         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10181         `wl-xmas-setup-folder' directly;
10182         use revised `wl-mode-line-buffer-identification'.
10183         (TopLevel): Don't bind `wl-biff-init-icons',
10184         `wl-plugged-init-icons', `wl-folder-init-icons',
10185         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10186
10187         * wl-e21.el (wl-draft-overload-functions): Use revised
10188         `wl-mode-line-buffer-identification'.
10189         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10190         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10191         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10192         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10193         `wl-make-plugged-hook';
10194         add `wl-folder-init-icons' and `wl-setup-folder' to
10195         `wl-folder-mode-hook'.
10196
10197 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10198             Katsumi Yamaoka    <yamaoka@jpl.org>
10199
10200         * wl.el (wl): Call `wl-biff-start'.
10201         (wl-exit): Call `wl-biff-stop'.
10202         (wl-plugged-mode): Show biff in modeline.
10203         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10204
10205         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10206         (wl-biff-init-icons): New function.
10207         (wl-plugged-init-icons): Don't make too much keymaps.
10208         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10209
10210         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10211         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10212         variables.
10213         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10214         options.
10215
10216         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10217         wl-biff-start, wl-biff-stop): New functions.
10218         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10219         (wl-biff-timer-name): New variable.
10220
10221         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10222
10223         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10224         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10225
10226         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10227         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10228
10229         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10230         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10231         `wl-folder-init-icons' to `ignore' if they are not available.
10232         (wl-folder-mode): Show biff in modeline.
10233
10234         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10235         (wl-biff-init-icons): New function.
10236         (wl-plugged-init-icons): Don't make too much keymaps.
10237         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10238
10239 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10240
10241         * wl-vars.el (wl-strict-diff-folders): Customization Type
10242         and doc fix.  Define as a list of regular expressions for
10243         folders or nil.
10244         * wl-folder.el (wl-folder-check-one-entity): Use
10245         `wl-string-match-member' instead of `wl-string-member' for
10246         `wl-strict-diff-folders'.
10247
10248 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10249
10250         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10251         (wl-highlight-folder-current-line): Use it; new implementation.
10252         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10253         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10254         `defsubst' instead of `defun'.
10255
10256         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10257         `wl-highlight-group-folder-by-numbers'; made it can also be a
10258         number.  See info for more details.
10259
10260         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10261         running.
10262
10263         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10264         to bind them.
10265
10266         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10267         (wl-highlight-folder-current-line): New implementation.
10268
10269         * wl-highlight.el (wl-highlight-folder-group-line): New
10270         implementation.
10271         (wl-delete-all-overlays): Rewrite as a marco.
10272         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10273
10274         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10275         running.
10276         (wl-folder-*-glyph): No need to bind them.
10277
10278         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10279         `wl-e21-highlight-folder-group-icon'; rewrite.
10280         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10281         `defsubst' instead of `defun'.
10282         (wl-folder-mode-map): Bind it when compiling.
10283
10284 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10285
10286         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10287
10288         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10289
10290 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10291
10292         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10293
10294 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10295
10296         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10297         (wl-highlight-folder-current-line): Use it.
10298
10299         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10300         in `id-name'.
10301
10302 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10303
10304         * wl.el: Require `wl-e21' when Emacs 21 is running.
10305
10306         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10307         default when Emacs 21 is running.
10308         (wl-use-highlight-mouse-line): Ditto.
10309         (wl-on-emacs21): New constant.
10310         (wl-on-emacs20): Removed.
10311
10312         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10313         Emacs 21 is running.
10314
10315         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10316         Emacs 21 is running.
10317
10318         * wl-e21.el: New file.
10319
10320 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10321
10322         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10323         (wl-toggle-plugged): Ditto.
10324         (wl-plugged-toggle): Ditto.
10325         (wl-plugged-toggle-all): Ditto.
10326
10327         * wl-vars.el (wl-plug-state-indicator): Refer
10328         `wl-plug-state-indicator-on' indirectly.
10329
10330 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10331
10332         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10333         Call `wl-folder-confirm-existence'.
10334
10335         * wl-folder.el (wl-folder-confirm-existence): Added optional
10336         argument `force'.
10337
10338 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10339
10340         * wl-summary.el (wl-summary-refile-subr): Assume
10341         `copy-or-refile' as symbol.
10342         (wl-summary-refile): Follow up above change.
10343         (wl-summary-copy): Ditto.  Doc fix.
10344
10345 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10346
10347         * wl-summary.el (wl-summary-pick): Don't bind
10348         `elmo-search-mime-charset'.
10349
10350         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10351         default using old backquote style.
10352         (wl-search-mime-charset): Abolished.
10353
10354         * wl-highlight.el (wl-highlight-headers):
10355         Call `point' after `re-search-forward'(for Nemacs).
10356
10357         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10358         for elmo-imap4.el.
10359
10360 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10361
10362         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10363         `wl-message-ignored-field-list' instead of
10364         `mime-view-ignored-field-list'.
10365
10366         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10367         Add interactive spec.
10368         (wl-folder-goto-bottom-of-current-folder): Ditto.
10369         (wl-folder-mode-map): Bind them.
10370
10371         * wl-vars.el (wl-message-ignored-field-list): New variable.
10372         (wl-message-visible-field-list): New variable.
10373
10374         * wl-mime.el (wl-mime-header-presentation-method): New function.
10375         (wl-mime-setup): Set header-presentation-method.
10376
10377 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10378
10379         * wl-nemacs.el (wl-draft-overload-functions): Set
10380         `mode-line-buffer-identification' instead of using
10381         `wl-make-modeline'.
10382
10383         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10384         instead of using `wl-make-modeline'.
10385
10386         * wl-xmas.el (wl-plugged-init-icons): Set up
10387         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10388         (wl-make-modeline): Abolish.
10389         (wl-draft-overload-functions): Set
10390         `mode-line-buffer-identification' instead of using
10391         `wl-make-modeline'.
10392
10393         * wl-util.el (wl-make-modeline-subr): Abolish.
10394         (wl-mode-line-buffer-identification): New alias.
10395
10396         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10397         (wl-summary-make-modeline): Abolish.
10398         (wl-summary-buffer-set-folder): Set
10399         `wl-summary-buffer-folder-indicator'.
10400         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10401         of using `wl-make-modeline'.
10402         (wl-summary-switch-to-clone-buffer): Don't set
10403         `mode-line-buffer-identification'.
10404         (wl-summary-goto-folder-subr): Ditto.
10405
10406         * wl-mule.el (wl-draft-overload-functions): Set
10407         `mode-line-buffer-identification' instead of using
10408         `wl-make-modeline'.
10409
10410         * wl-folder.el (wl-folder-mode): Set
10411         `mode-line-buffer-identification' instead of using
10412         `wl-make-modeline'.
10413         (wl-folder): Don't set `mode-line-buffer-identification'.
10414
10415 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10416
10417         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10418         instead of `member' for `wl-refile-guess-func-list' look-ups.
10419         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10420
10421 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10422
10423         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10424         `wl-message-button-dispatcher'.
10425
10426         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10427
10428         * wl-message.el (wl-message-button-dispatcher): Use it.
10429
10430         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10431         "In-Reply-To".
10432
10433         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10434         Bind `case-fold-search' to t.
10435
10436 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10437
10438         * wl-xmas.el (wl-message-overload-functions): Initialize
10439         `wl-message-button-map'.
10440
10441         * wl-mule.el (wl-message-overload-functions): Initialize
10442         `wl-message-button-map'.
10443
10444         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10445
10446         * wl-message.el (wl-message-button-map): New keymap.
10447         (wl-message-add-button): New function.
10448         (wl-message-button-dispatcher): New function.
10449         (wl-message-button-refer-article): New function.
10450
10451         * wl-highlight.el
10452         (wl-highlight-message-add-buttons-to-header): New function.
10453         (wl-highlight-headers): Use it.
10454
10455 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10456
10457         * wl-summary.el (wl-summary-default-from): Use
10458         `wl-address-get-petname-1'.
10459         (wl-summary-simple-from): Ditto.
10460
10461         * wl-address.el (wl-address-get-petname-1): New inline function.
10462         (wl-address-get-petname): Use it.
10463
10464 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10465
10466         * wl-summary.el (wl-summary-default-from): Return full-name part
10467         from the address if no petname was found.
10468         (wl-summary-simple-from): Ditto.
10469
10470         * wl-address.el (wl-address-get-petname): Return nil if no petname
10471         associated with the address was found.
10472
10473 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10474
10475         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10476         display is finished.
10477
10478 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10479
10480         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10481         `elmo-folder-exists-p' argument.
10482
10483 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10484
10485         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10486         the folder.
10487
10488 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10489
10490         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10491
10492         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10493         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10494
10495 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10496
10497         * wl-folder.el (wl-folder-create-subr): New function.
10498         (wl-folder-confirm-existence): Use it.
10499         (wl-folder-check-one-entity): Use it.
10500         Check the error symbol is derived from 'elmo-open-error.
10501
10502         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10503         `ignore-error'.
10504
10505 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10506
10507         * wl-util.el (toplevel): Add (eval-when-compile (require
10508         'elmo-util)).  (Maybe `provide' is typo.)
10509
10510 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10511
10512         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10513         (I don't know why this was needed.)
10514
10515         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10516         Follow up changes for stream-type.
10517
10518         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10519         (wl-draft-elmo-nntp-send): Ditto.
10520
10521         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10522         (wl-nntp-posting-stream-type): Ditto.
10523         (wl-pop-before-smtp-ssl): Abolished.
10524         (wl-nntp-posting-ssl): Ditto.
10525
10526         * wl-address.el (wl-address-quote-specials): New function.
10527         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10528
10529         * wl-draft.el (wl-draft-reply): Ditto.
10530
10531 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10532
10533         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10534         use function `wl-string-match-assoc'.
10535
10536 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10537
10538         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10539
10540         * wl-draft.el (wl-draft-deduce-address-list): New function.
10541         (wl-draft-parse-mailbox-list): Ditto.
10542         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10543         instead of `smtp-deduce-address-list'.
10544         (wl-draft-on-field-p): Follow group list.
10545
10546         * wl-address.el (wl-address-concat-token): New function.
10547         (wl-address-string-without-group-list-contents): Ditto.
10548         (wl-complete-field-body): Fixed problem of completion
10549         by japanese petname.
10550         (wl-address-make-completion-list): Rewrite.
10551
10552 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10553
10554         * wl-address.el (wl-address-make-completion-list): Completion by
10555         petname.
10556         (wl-complete-field-body): Likewise.
10557
10558 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10559
10560         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10561         contains invalid address syntax.
10562
10563 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10564
10565         * wl-folder.el (wl-folder-check-entity-async): Use
10566         `elmo-nntp-spec-hostname'.
10567
10568 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10569
10570         * wl-summary.el (wl-summary-msgdb-load-async): Use
10571         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10572
10573 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10574
10575         * wl-draft.el (wl-draft-reply): Set argument
10576         `content-transfer-encoding' as nil.
10577
10578 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10579
10580         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10581         `wl-refile-alist'.
10582
10583 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10584
10585         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10586         (wl-draft-edit-string): Ditto.
10587         (wl-draft-forward): Ditto.
10588         * wl-summary.el (wl-summary-write): Ditto.
10589
10590 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10591
10592         * wl-summary.el (wl-summary-sync-update3): Call
10593         `wl-summary-buffer-number-column-detect'.
10594         (wl-summary-buffer-number-column-detect): Search from point-min.
10595
10596 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10597
10598         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10599         contains an address which is not included in original to or cc.
10600
10601 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10602
10603         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10604         begin-line does not exist.
10605         * wl-message.el (wl-message-uu-substring): Ditto.
10606
10607 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10608
10609         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10610         clear local variables.
10611         (wl-summary-exit): Call `elmo-commit'.
10612         (wl-summary-switch-to-clone-buffer): Call
10613         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10614         (wl-summary-goto-folder-subr): Ditto.
10615
10616         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10617         POP folder.
10618
10619 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10620
10621         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10622         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10623         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10624         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10625         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10626         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10627
10628         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10629
10630 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10631
10632         * wl-summary.el (wl-summary-search-by-subject):
10633         Search parent message from the latest one.
10634
10635 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10636
10637         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10638         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10639
10640         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10641         New user option.
10642
10643         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10644         if elmo-nntp-use-killed-list is nil.
10645         Use `elmo-msgdb-append-to-killed-list'.
10646         (Append numbers confirmed as disappeared to the killed list.)
10647         (wl-summary-confirm-appends): Don't display negative number.
10648
10649 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10650
10651         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10652
10653 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10654
10655         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10656         range is `all'.
10657         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10658         `elmo-list-bigger-diff'.
10659
10660 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10661
10662         * wl-summary.el (wl-summary-buffer-exit-func):
10663         New buffer local variable.
10664         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10665
10666 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10667
10668         * wl-demo.el (wl-demo): Fix the last change.
10669
10670 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10671
10672         * wl-demo.el (wl-demo): Don't use `eval'.
10673
10674 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10675
10676         * wl-summary.el (wl-summary-buffer-thread-modified):
10677         New buffer-local variable.
10678         (wl-summary-set-thread-modified): New function.
10679         (wl-summary-thread-modified-p): New function.
10680         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10681         (wl-summary-yank-saved-message): Use function
10682         `wl-summary-set-thread-modified'
10683         (wl-summary-switch-to-clone-buffer): Add
10684         `wl-summary-buffer-thread-modified'.
10685
10686         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10687         (wl-summary-buffer-mark-saved-hook): Ditto.
10688         * wl-summary.el (wl-summary-msgdb-save): New hook
10689         `wl-summary-buffer-message-saved-hook' and
10690         `wl-summary-buffer-mark-saved-hook'.
10691
10692 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10693
10694         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10695
10696 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10697
10698         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10699         don't hide scroll bars under FSF Emacsen because it may incur an
10700         undesirable redrawing.
10701
10702 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10703
10704         * wl-draft.el (wl-draft-edit-string): Call
10705         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10706
10707 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10708
10709         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10710
10711 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10712
10713         * wl-summary.el (wl-summary-msgdb-load-async): Call
10714         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10715
10716 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10717
10718         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10719         fringes in demo buffer; center bitmap logo correctly even if old
10720         Mule is used.
10721
10722 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10723
10724         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10725
10726         * wl-refile.el (wl-refile-subject-alist): New variable.
10727         (wl-refile-subject-alist-file-name): Ditto.
10728         (wl-refile-alist-setup): Rewrite.
10729         (wl-refile-alist-save): Use `elmo-object-save'.
10730         Eliminated arguments.
10731         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10732         (wl-refile-guess-by-subject): New function.
10733         (wl-refile-guess-func-list): Added it.
10734
10735 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10736
10737         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10738         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10739
10740 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10741
10742         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10743         New buffer-local variable.
10744         (wl-summary-buffer-next-folder-func): Ditto.
10745         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10746         if non-nil.
10747         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10748         if non-nil.
10749         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10750         if non-nil.
10751         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10752         if non-nil.
10753
10754 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10755
10756         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10757         permanently in the demo buffer.
10758
10759 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10760
10761         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10762         `mime-entity-fetch-field'.
10763
10764         * wl.el (wl-exit): Delete plugged buffer.
10765
10766         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10767         XEmacs has menubar feature.
10768
10769 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10770
10771         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10772         cannot arrive at the beginning of the buffer under old Emacsen.
10773
10774 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10775
10776         * wl-address.el (wl-address-ldap-search):
10777         Call `ldap-search-entries' with `withdn' argument t.
10778         (wl-complete-field-body): Bind completion-ignore-case as t.
10779         Clear ldap search hash when it was sole completion.
10780         Use elmo-string for pattern string.
10781         (wl-ldap-alias-safe-string): Eliminated needless let.
10782
10783 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10784
10785         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10786         (wl-ldap-alias-sep): New constant.
10787         (wl-ldap-search-attribute-type-list): Ditto.
10788         (wl-ldap-get-value): New function.
10789         (wl-ldap-make-filter): Ditto.
10790         (wl-ldap-make-matched-value-list): Ditto.
10791         (wl-ldap-alias-safe-string): Ditto.
10792         (wl-ldap-register-dn-string): Ditto.
10793         (wl-address-ldap-search): Rewrite.
10794
10795 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10796
10797         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10798         thread is deleted.
10799         (wl-thread-delete-line-from-buffer): Ditto.
10800         (wl-thread-get-exist-children): New function.
10801
10802 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10803
10804         * wl-demo.el (wl-demo): Made it to select various image types.
10805         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10806         from `wl-title-logo'.
10807         (wl-logo-ascii): New variable.
10808         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10809         (wl-demo-copyright-notice): New constant.
10810
10811         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10812
10813 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10814
10815         * wl-vars.el (wl-summary-target-above): Renamed from
10816         wl-summary-temp-above.
10817         * wl-score.el (wl-score-get-score-alist): Use it.
10818         (wl-summary-score-update-all-lines): Use it.
10819         * wl-summary.el: Ditto. (make-variable-buffer-local).
10820
10821 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10822
10823         * wl-vars.el (wl-ldap-port): New user option.
10824
10825         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10826         Rewite whole implementation.
10827         (wl-complete-field-body): Fixed.
10828
10829 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10830
10831         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10832         Choose implementation at compile time.
10833
10834 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10835
10836         * wl-address.el (wl-ldap-search-internal): New function.
10837         (wl-complete-field-to): Use it.
10838
10839 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10840
10841         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10842         Use `let' instead of `let*'.
10843         Require 'wl-vars.
10844
10845         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10846         Define as defcustom.
10847         (wl-ldap-base): Ditto.
10848         (wl-use-ldap): Ditto.
10849
10850 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10851
10852         * wl-address.el (wl-ldap-search): New function.
10853         (wl-complete-field-body): Use `wl-ldap-search'.
10854         (wl-ldap-server): New variable.
10855         (wl-ldap-base): Ditto.
10856         (wl-use-ldap): Ditto.
10857
10858 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10859
10860         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10861         (Pointed out by Mito <mit@nines.nec.co.jp>).
10862         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10863         buffer-local variables like `wl-summary-redisplay-internal'.
10864         (wl-summary-redisplay-all-header): Likewise.  Update
10865         Summary view too.
10866
10867 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10868
10869         * wl-summary.el (wl-summary-jump-to-parent-message):
10870         Consider prefix argument.
10871
10872         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10873         when closed thread is deleted.
10874
10875 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10876
10877         * wl-summary.el (wl-summary-jump-to-parent-message):
10878         Consider thread modification.
10879
10880 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10881
10882         * wl-message.el (wl-message-normal-get-original-buffer): Use
10883         `save-excursion'.
10884
10885         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10886         (wl-summary-showto-folder-regexp): Ditto.
10887
10888 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10889
10890         * wl-util.el (wl-delete-alist): Doc fix.
10891         (wl-delete-associations): New function.
10892         (wl-inverse-alist): New function.
10893         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10894         Split temporary variables. Use `wl-delete-associations'
10895         and `wl-inverse-alist'.
10896         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10897
10898 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10899
10900         * wl-folder.el (wl-folder-prefetch-entity):
10901         Execute prefetching if new count is unknown.
10902
10903 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10904
10905         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10906
10907         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10908         delete entity.
10909         (wl-thread-set-parent): If insert as top, set linked as nil.
10910
10911         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10912         `wl-thread-cleanup-symbols' when view mode is thread.
10913
10914 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10915
10916         * wl-folder.el (wl-folder-create-folder-entity): Use
10917         with-current-buffer.
10918         (wl-local-folder-init): Call set-buffer to make sure we are in
10919         the Folder buffer. Don't touch buffer-local variables here.
10920         (wl-folder-mode): Initialize buffer-local variables here.
10921
10922         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10923         (wl-folder-entity-assign-id): Ditto.
10924         (wl-folder-create-entity-hashtb): Ditto.
10925         (wl-local-folder-init): Ditto.
10926         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10927
10928 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10929
10930         * wl-summary.el (wl-summary-default-from): Fix probrem when
10931         std11-extract-address-components return (nil "foo@bar").
10932
10933 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10934
10935         * wl-draft.el (wl-draft-clone-local-variables):
10936         Remove redundant `setq'.
10937
10938 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10939
10940         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10941         Bind wl-highlight-x-face-func as nil while highlighting header.
10942
10943 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10944
10945         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10946
10947 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10948
10949         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10950         elmo-msgdb-overview-hashtb from copy-variables.
10951         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10952         instead of `elmo-msgdb-overview-get-entity-by-number'.
10953         (wl-summary-auto-refile): Ditto.
10954
10955         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10956         `elmo-msgdb-overview-get-entity' instead of
10957         `elmo-msgdb-search-overview-entity'.  Use
10958         `elmo-msgdb-overview-get-entity' instead of
10959         `elmo-msgdb-overview-get-entity-by-number'.
10960         (wl-thread-insert-entity-sub): Ditto.
10961         (wl-thread-insert-message): Ditto.
10962
10963         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10964         `elmo-msgdb-overview-get-entity'.
10965         (wl-normal-message-redisplay): Ditto.
10966
10967 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10968
10969         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10970         `wl-thread-entities'.
10971         (wl-thread-delete-message): Fix remove top message from
10972         `wl-thread-entity-list'.
10973
10974         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10975         wl-append(nconc), because update-list is broken on Meadow.
10976
10977         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10978         updating process.
10979         (wl-summary-rescan): Ditto.
10980         (wl-summary-sync-update3): Ditto.
10981         * wl-thread.el (wl-thread-set-parent): Renamed from
10982         `wl-summary-set-parent'.
10983         (wl-thread-insert-message): Updating buffer faster.
10984         (wl-thread-delete-message): Updating buffer faster.
10985
10986         * wl-score.el (wl-summary-score-update-all-lines): Changed
10987         interval for display progress gauge.
10988
10989 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10990
10991         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10992         folder always-sticky.
10993         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10994         defmacro.
10995
10996 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10997
10998         * wl-vars.el (wl-draft-add-references): New user option.
10999
11000         * wl-draft.el (wl-draft-add-references): New function.
11001         (wl-draft-yank-from-mail-reply-buffer): Use it.
11002         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11003         as nil.
11004
11005 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11006
11007         * wl-thread.el (wl-thread-update-line-msgs): Called
11008         `wl-thread-update-line-on-buffer-sub'.
11009         (wl-thread-update-line-on-buffer): Delete routine of inserting
11010         thread.
11011         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11012         moved from `wl-thread-update-line-on-buffer'.
11013         Add threshold for displaying progress gauge.
11014         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11015         argument of `wl-thread-update-line-msgs'.
11016         Add threshold for displaying progress gauge.
11017         * wl-folder.el:
11018         Add threshold for displaying progress gauge.
11019         * wl-score.el: Ditto.
11020
11021         * wl-expire.el (wl-summary-expire): Display deleting info.
11022
11023 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11024
11025         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11026         `no-msg'.
11027         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11028         argument of `wl-thread-update-line-msgs'.
11029         (wl-summary-set-parent): Added optional argument `parent-number'.
11030         (wl-summary-buffer-saved-message): New buffer local variable.
11031         (wl-summary-save-current-message): New command.
11032         (wl-summary-yank-saved-message): Ditto.
11033         (wl-summary-mode-map): Added key binding for
11034         `wl-summary-save-current-message' (\ew) and
11035         `wl-summary-yank-saved-message' (\C-y).
11036         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11037
11038 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11039
11040         * wl-summary.el (wl-summary-mode-map): Added key binding for
11041         `wl-summary-set-parent' (ts).
11042
11043 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11044
11045         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11046         subject faster. If thread number is reverse, delayed updating
11047         thread.
11048         (wl-summary-search-by-subject): Ditto.
11049         (wl-summary-put-alike): Ditto.
11050         (wl-summary-get-alike): Ditto.
11051         (wl-summary-insert-headers): Insert header of all overview in
11052         buffer.
11053         (wl-summary-rescan): Delayed updating thread. Kill search subject
11054         buffer for wl-summary-search-by-subject.
11055         (wl-summary-sync-update3): Ditto.
11056         (wl-summary-exit): Ditto.
11057         (wl-summary-goto-bottom-of-current-thread): Change for linked
11058         thread.
11059         (wl-summary-overview-create-summary-line): Change line for linked
11060         thread.
11061
11062         * wl-summary.el (wl-summary-update-thread): Use
11063         wl-thread-maybe-get-children-num.
11064         (wl-summary-set-parent): If change parent, move sub thread.
11065         (wl-summary-redisplay-internal): Add horizontal recenter.
11066         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11067
11068         * wl-thread.el (wl-thread-entity-get-linked): New function.
11069         (wl-thread-entity-set-linked): New function.
11070         (wl-thread-create-entity): Add linked element.
11071         (wl-thread-entity-insert-as-top): Use wl-append.
11072         (wl-thread-maybe-get-children-num): If closing thread, return
11073         children msgs.
11074         (wl-thread-update-line-msgs): Displaying progress message.
11075         (wl-thread-update-line-on-buffer-sub): Use
11076         wl-thread-maybe-get-children-num.
11077         (wl-thread-update-line-on-buffer): If update line is not exists,
11078         insert thread.
11079         (wl-thread-delete-message): If delete top msg of thread, search
11080         parent by subject.
11081         (wl-thread-insert-entity): Use
11082         wl-thread-maybe-get-children-num.
11083
11084         * wl-highlight.el (wl-highlight-summary-current-line): change
11085         sregexp for linked thread.
11086         * wl-util.el (wl-count-lines): Count lines.
11087         (wl-horizontal-recenter): horizontal recenter.
11088         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11089         (wl-score-get-alike): Ditto.
11090         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11091         (wl-subject-length-limit): New variable.
11092         (wl-highlight-thread-indent-string-regexp): Changed for linked
11093         thread.
11094
11095 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11096
11097         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11098         New variable (revival).
11099         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11100         by subject matching if there's no in-reply-to nor references field
11101         (revival).
11102
11103 \f
11104 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11105
11106         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11107         message.
11108
11109 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11110
11111         * wl-summary.el (wl-summary-reply): Return t if there was a
11112         message at cursor point.
11113         Added unwind-protect.
11114         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11115         returns t.
11116         (wl-summary-cancel-message): Do nothing when there's no message at
11117         cursor point.
11118         (wl-summary-forward): Ditto.
11119         (wl-summary-jump-to-parent-message): Ditto.
11120         (wl-summary-reedit): Ditto.
11121         (wl-summary-edit-addresses): Ditto.
11122         (wl-summary-pipe-message): Ditto.
11123         (wl-summary-print-message-with-ps-print): Ditto.
11124         (wl-summary-print-message): Ditto.
11125         (wl-summary-mark-as-important): Ditto.
11126         (wl-summary-mark-as-unread): Ditto.
11127
11128         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11129         message at cursor point.
11130         (wl-summary-reply-with-citation): Remove unwind-protect.
11131
11132         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11133         subject searching feature.
11134         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11135         Eliminated.
11136
11137 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11138
11139         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11140         New variable.
11141         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11142         by subject matching if there's no in-reply-to nor references field.
11143
11144         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11145
11146         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11147         when display is finished.
11148         (wl-folder-open-all): Ditto.
11149         (wl-folder-update-access-group): Ditto.
11150         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11151         * wl-thread.el (wl-thread-close-all): Ditto.
11152
11153         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11154         progress gauge only when it was displayed.
11155         * wl-folder.el (wl-folder-insert-entity): Ditto.
11156
11157 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11158
11159         * wl-summary.el (wl-summary-incorporate): Enclose
11160         `wl-summary-sync-force-update' with save-excursion.
11161
11162 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11163
11164         * wl-summary.el (wl-summary-prefetch-region):
11165         Pass current cursor point to `pos-visible-in-window-p' after
11166         moving cursor to the started point.
11167
11168 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11169
11170         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11171
11172         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11173         fields from the forwarding message.
11174         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11175         `ignored-fields'.
11176
11177 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11178
11179         * wl-mime.el (wl-message-request-partial):
11180         Eliminated argument `msgdb'.
11181         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11182         (wl-mime-combine-message/partial-pieces): Likewise.
11183         * tm-wl.el (wl-message-request-partial): Likewise.
11184         (wl-mime-combine-message/partial-pieces): Likewise.
11185
11186 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11187
11188         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11189         when display is finished.
11190
11191 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11192
11193         * wl-summary.el (wl-summary-goto-folder-subr):
11194         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11195
11196 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11197
11198         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11199         when cursor point is visible.
11200
11201 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11202
11203         * wl-expire.el (wl-expire-archive-get-max-number):
11204         Don't use `file-name-directory'.
11205
11206 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11207
11208         * wl-expire.el (wl-expire-archive-get-max-number):
11209         Use `file-name-directory'.
11210
11211 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11212
11213         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11214         only when there is progress.
11215
11216 2000-04-13  Mito <mit@nines.nec.co.jp>
11217
11218         * wl-summary.el (wl-summary-sync-marks): Display progress.
11219
11220 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11221
11222         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11223         (wl-summary-prev): Move cursor regardless of unread status.
11224         (wl-summary-next): Ditto.
11225
11226 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11227
11228         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11229         Added argument `target' and `number'.
11230         * tm-wl.el (wl-summary-burst-subr): New function.
11231         (wl-summary-burst): Use it.
11232
11233 2000-04-10  Mito <mit@nines.nec.co.jp>
11234
11235         * wl-mime.el (wl-burst): New function.
11236         (wl-summary-burst): Use it.
11237
11238 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11239
11240         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11241         as petname when there's no candidate.
11242
11243 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11244
11245         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11246         New variable.
11247         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11248
11249         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11250
11251         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11252
11253 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11254
11255         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11256         Use substring of `original' instead of buffer-substring.
11257         (wl-refile-evaluate-rule):
11258         Set `original' argument of wl-refile-expand-newtext.
11259
11260         * wl-summary.el
11261         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11262         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11263         (wl-summary-auto-refile): Check existence of destination folder just
11264         before marking.
11265
11266 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11267
11268         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11269         when wl-refile-get-field-value return nil.
11270
11271 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11272
11273         * wl-refile.el
11274         (wl-refile-expand-newtext): New function imported from Gnus.
11275         (wl-refile-evaluate-rule): Use it.
11276
11277 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11278
11279         * wl-summary.el (wl-summary-print-destination):
11280         Duplicate folder string to avoid putting text-property on
11281         original string.
11282
11283         * wl-refile.el (wl-refile-get-field-value): New function.
11284         (wl-refile-evaluate-rule): New function;
11285         Evaluate refile rule recursively.
11286         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11287         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11288         New function; Check existence of a target folder recursively.
11289         (wl-summary-auto-refile-check-refile-rule-alist):
11290         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11291
11292 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11293
11294         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11295
11296         * wl-folder.el (wl-create-folder-entity-from-buffer):
11297         Fixed problem when '}' character is contained in folder name.
11298
11299         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11300
11301 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11302
11303         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11304         (wl-fldmgr-add-completion-all-completions):
11305         Use wl-fldmgr-add-completion-hashtb.
11306
11307 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11308
11309         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11310         wl-fldmgr-add-completion-subr): New functions.
11311         * wl-folder.el (wl-folder-completion-func): New variable.
11312         * wl-summary.el (wl-summary-read-folder):
11313         Use wl-folder-completion-func.
11314
11315         * wl-refile.el: Eliminate throw & catch.
11316
11317         * wl.el (wl-plugged-sending-queue-status): Fixed.
11318
11319 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11320
11321         * wl-draft.el (wl-draft): Put category property on
11322         mail-header-separator.