Define unmark functions for temporary marks.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-02-08  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-action.el (wl-summary-action-unmark-docstring): New inline function.
4         (wl-summary-define-mark-action): Define unmark functions.
5         (wl-summary-unmark): Add the second argument `mark'.
6         (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'.
7
8 2010-01-25  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
9
10         * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
11         autodecryption for draft preview.
12
13 2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
14         * wl-summary.el (toplevel): New function
15         `wl-summary-toggle-mime-buttons' and keybinding to toggle
16         visibility of MIME buttons in message view mode.
17
18 2010-01-15  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
19
20         * Version number is increased to 2.15.9.
21
22 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-score.el (wl-score-followup): Remove verbose comment (same as
25         docstring).
26
27         * wl-summary.el (wl-summary-update-persistent-mark-on-event):
28         Revert `save-excursion' for `wl-summary-jump-to-msg'.
29
30 2010-01-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
31
32         * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info)
33         (wl-plugged-exit, wl-exit): Fix comment-out style. Use three
34         semicolons, that should start at the left margin.
35         See. also (Info-goto-node "(elisp)Comment Tips").
36         * wl-acap.el (wl-acap-store): Ditto.
37         * wl-action.el (wl-summary-unset-mark): Ditto.
38         * wl-address.el (wl-address-ldap-search): Ditto.
39         * wl-demo.el (wl-demo-insert-image): Ditto.
40         * wl-dnd.el (wl-dnd-set-drag-starter): Ditto.
41         * wl-draft.el (wl-draft-normal-send-func, wl-draft-send)
42         (wl-draft-previous-history-element): Ditto.
43         * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto.
44         * wl-folder.el (toplevel, wl-folder-mode-menu-spec)
45         (wl-folder-mode-map, wl-folder-get-prev-folder)
46         (wl-folder-jump-to-current-entity, wl-folder-check-entity)
47         (wl-folder-check-entity-async)
48         (wl-create-folder-entity-from-buffer): Ditto.
49         * wl-fldmgr.el (toplevel): Ditto.
50         * wl-message.el (wl-message-buffer-cache-sort)
51         (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer):
52         Ditto.
53         * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions):
54         Ditto.
55         * wl-summary.el (toplevel, wl-summary-mode)
56         (wl-summary-edit-addresses, wl-summary-sync-update)
57         (wl-summary-stick): Ditto.
58         * wl-thread.el (toplevel, wl-thread-insert-message)
59         (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto.
60         * wl-util.el (toplevel): Ditto.
61         * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions):
62         Ditto.
63
64 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
65
66         * Version number is increased to 2.15.8.
67
68         * wl-message.el (wl-message-uu-substring): Suppress compile
69         warnings; Use `with-current-buffer' instead of `save-excursion' &
70         `set-buffer'.
71         * wl-mime.el (wl-draft-yank-current-message-entity)
72         (wl-mime-preview-follow-no-mime)
73         (wl-mime-preview-follow-current-region): Ditto.
74         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
75         (wl-summary-switch-to-clone-buffer)
76         (wl-summary-target-mark-forward)
77         (wl-summary-target-mark-reply-with-citation)
78         (wl-summary-target-mark-uudecode): Ditto.
79
80         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
81         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
82         * wl-summary.el (wl-summary-narrow-to-region)
83         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
84
85         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
86         instead of `int-to-string'.
87         * wl-dnd.el (wl-dnd-start-drag): Ditto.
88         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
89         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
90         * wl-util.el (wl-url-nntp): Ditto.
91
92         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
93         (wl-plugged-dop-queue-status): Don't quote `lambda'.
94         * wl-thread.el (wl-thread-delete-message): Ditto
95         * wl-summary.el (wl-summary-edit-addresses)
96         (wl-summary-edit-addresses-collect-candidate-fields)
97         (wl-summary-search-by-subject): Ditto.
98         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
99         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
100         (wl-fldmgr-add-completion-subr): Ditto.
101         * wl-draft.el (wl-smtp-extension-bind)
102         (wl-draft-insert-get-message, wl-draft-default-headers)
103         (wl-jump-to-draft-buffer): Ditto.
104         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
105         (wl-summary-down): Ditto.
106         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
107         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
108         * wl-folder.el (wl-folder-make-save-access-list)
109         (wl-folder-update-access-group, wl-folder-pick): Ditto.
110
111 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
112
113         * wl-draft.el (wl-draft-default-headers): Suppress warning
114         "defsubst `wl-draft-default-headers' was used before it was
115         defined"; Use `defun' instead of `defsubst'.
116
117         * wl-address.el (wl-address-header-extract-address)
118         (wl-address-header-extract-realname): Fix mail-address in
119         docstring.
120
121         * wl-expire.el (wl-expire-make-sortable-date): Macro to
122         inline-function.
123         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
124         Macro to function.
125         (wl-folder-get-entity-from-buffer): Macro to function.
126         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
127         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
128         * wl.el (wl-plugged-string): Macro to function.
129
130         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
131         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
132         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
133         Macro to function.
134
135         * wl-thread.el (wl-thread-open, wl-thread-close): Use
136         `point-at-bol', `point-at-eol'.
137
138         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
139         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
140         `(string-to-char " ")' instead of `? ', `?\ '.
141         * wl-action.el (wl-summary-print-argument): Ditto.
142         * wl-address.el (wl-complete-field-body): Ditto.
143         * wl-demo.el (wl-demo-insert-image): Ditto.
144         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
145         * wl-util.el (wl-ask-folder, wl-set-string-width)
146         (wl-y-or-n-p-with-scroll): Ditto.
147
148         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
149         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
150         verbose point move.
151
152         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
153         and `point-at-eol'.
154         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
155         Ditto.
156
157 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
158
159         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
160         `(beginning-of-line) (point)'.
161
162         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
163         (wl-fldmgr-delete-line): Change from macro to function. Use
164         `point-at-bol' and `point-at-eol'.
165
166         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
167         `function' for lambda.
168
169         * wl.el (wl-plugged-server-indent): Change from macro to function.
170
171         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
172
173         * wl-draft.el (wl-draft-config-body-goto-header)
174         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
175         macro to function.
176
177         * wl-score.el (wl-score-get-alike): Change from macro to
178         inline-function.
179
180         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
181         instead of `mapcar'. Don't use `function' for lambda.
182         (wl-read-search-condition-internal): Don't use `function' for
183         lambda.
184         (wl-kill-buffers): Change from macro to function.
185         (wl-count-lines): Change from macro to inline-function.
186
187         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
188
189         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
190
191         * wl.el (wl-plugged-change): Suppress compile warnings; Use
192         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
193         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
194         * wl-address.el (wl-complete-window-show): Ditto.
195         * wl-message.el (wl-message-select-buffer): Ditto.
196         * wl-template.el (wl-template-show): Ditto.
197         * wl-util.el (wl-collect-summary): Ditto.
198         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
199         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
200         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
201         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
202         (wl-score-edit-insert-number): Ditto.
203
204         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
205         symbol.
206
207         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
208         of `goto-line'.
209
210         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
211
212 2009-12-16  Lloyd Zusman <ljz@asfast.com>
213
214         * wl-summary.el (wl-summary-detect-mark-position): Force
215         the temporary buffer to enable the use of multibyte characters
216         within searches [wl-en:2460].
217
218 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
219
220         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
221         of `beginning-of-buffer'.
222
223 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
224
225         * wl-summary.el (wl-summary-display-raw): New function, display
226         message in raw format.
227
228 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
229
230         * Version number is increased to 2.15.7.
231
232 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
233
234         * wl-summary.el (wl-summary-previous-message-number): New function.
235         (wl-summary-next-message-number): Ditto.
236         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
237         `wl-summary-next-message-number'.
238         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
239         Inline temporary variable `cur-id'.
240         (wl-summary-get-next-unread-folder): Ditto.
241         (wl-summary-get-next-folder): Ditto.
242         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
243
244 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
245
246         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
247
248 2008-09-05  Kenichi Okada  <okada@opaopa.org>
249
250         * wl-summary.el (wl-summary-buffer-folder-name)
251         (wl-draft-config-body-goto-header): Use backquote instead of quote.
252         * wl-draft.el (wl-draft-body-goto-top)
253         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
254
255 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
256
257         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
258         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
259
260 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
261
262         * wl-expire.el: Fix Comentary section.
263
264 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
265
266         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
267         Require mime-parse, elmo-mime, and wl-util.
268
269         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
270
271         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
272
273 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
274
275         * wl-template.el: Require elmo-util and wl-vars.
276
277         * wl-mime.el (wl-mime-display-header): Revert last change.
278         Remove `delete-matching-lines "^$"'.
279
280 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
281
282         * wl-mime.el (wl-define-dummy-functions): Split
283         `eval-when-compile' form for avoid error; when `make
284         compile-strict.
285
286         * wl-util.el: Move (eval-when-compile (require 'static)).
287         * wl-dnd.el: Add (eval-when-compile (require 'static)).
288         * wl-message.el: Ditto.
289
290         * wl-mime.el (wl-message-delete-current-part): Use
291         `insert-buffer-substring' instead of `insert-buffer'.
292         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
293         * wl-draft.el (wl-draft-generate-clone-buffer)
294         (wl-draft-do-mime-bcc): Ditto.
295
296         * wl-address.el: Add (eval-when-compile (require 'cl)).
297         * wl-addrmgr.el: Ditto.
298         * wl-mime.el: Ditto.
299         * wl-util.el: Ditto.
300         * wl-score.el: Ditto.
301
302 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
303
304         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
305         `string-to-int'.
306
307         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
308         `string-to-int'.
309
310         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
311         `string-to-number' instead of `string-to-int'.
312
313         * wl-summary.el (wl-summary-get-list-info)
314         (wl-summary-message-number): Use `string-to-number' instead of
315         `string-to-int'.
316
317         * wl-score.el (wl-score-overview-entity-get-lines)
318         (wl-score-set-mark-below, wl-score-set-expunge-below)
319         (wl-summary-increase-score, wl-score-get-header-entry): Use
320         `string-to-number' instead of `string-to-int'.
321
322         * wl-folder.el (wl-folder-update-diff-line): Use
323         `string-to-number' instead of `string-to-int'.
324
325         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
326         instead of `string-to-int'.
327
328         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
329         instead of `string-to-int'.
330
331         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
332         `string-to-int'.
333
334 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
335
336         * wl-util.el (wl-match-string, wl-match-buffer)
337         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
338         (wl-kill-buffers, wl-local-variable-p)
339         (wl-line-formatter-setup): New backquote style.
340         (wl-count-lines): Use quote instead of backquote.
341
342         * wl-summary.el (wl-summary-buffer-folder-name)
343         (wl-summary-get-alike): Use quote instead of backquote.
344         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
345         backquote style.
346
347         * wl-message.el (wl-message-buffer-cache-buffer-get)
348         (wl-message-buffer-cache-folder-get)
349         (wl-message-buffer-cache-message-get)
350         (wl-message-buffer-cache-entry-make)
351         (wl-message-buffer-cache-hit): New backquote style.
352
353         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
354         backquote.
355         (wl-folder-unread-regex, wl-folder-entity-exists-p)
356         (wl-folder-clear-entity-info)
357         (wl-folder-get-entity-info, wl-folder-set-entity-info)
358         (wl-folder-elmo-folder-cache-get)
359         (wl-folder-elmo-folder-cache-put): New backquote style.
360
361         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
362         (wl-fldmgr-assign-id): Ditto.
363         (wl-fldmgr-delete-line): Use quote instead of backquote.
364         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
365
366         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
367         (wl-draft-set-sent-message): New backquote style.
368         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
369         (wl-draft-config-body-goto-header): Use quote instead of backquote.
370
371 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
372
373         * wl-address.el (wl-address-concat-token): Fix typo.
374
375 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
376
377         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
378         (wl-score-get-alike): Ditto.
379
380         * wl-vars.el: New backquote style.
381         (wl-message-header-button-alist): Use quote instead of backquote.
382
383         * wl.el (wl-plugged-string): New backquote style.
384
385         * wl-address.el (wl-address-concat-token): New backquote style.
386
387         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
388
389 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
390
391         * wl-highlight.el (wl-highlight-folder-opened-regexp)
392         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
393
394         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
395         in the character alternative.
396
397 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
398
399         * Version number is increased to 2.15.6.
400
401 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
402
403         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
404         optional 3rd argument of epg-context-set-progress-callback; it was
405         temporarily removed in the Emacs trunk due to copyright problem.
406         (wl-mime-pgp-verify-region-with-epg): Ditto.
407
408 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
409
410         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
411
412 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
413
414         * wl-util.el (wl-biff-check-folders): Set biff flag.
415         (from Naoto Morishima [wl:14031])
416
417 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
418
419         * wl.el (wl-plugged-server-indent): Use quote instead of
420         backquote.
421
422 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
423
424         * wl-score.el (wl-score-insert-header): Add guard for
425         `std11-unfold-string'.
426         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
427         TYPE artgument when TO or CC field.
428
429 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-summary.el (wl-summary-goto-folder-subr): Call
432         `elmo-folder-close' instead of `elmo-folder-commit' if discard
433         current summary.
434
435 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-util.el (wl-read-shell-commande): New function or alias.
438
439         * wl-summary.el (wl-summary-pipe-message): Use
440         `wl-read-shell-command' instead of `read-string'.
441         (wl-summary-target-mark-pipe): Ditto.
442
443 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
444
445         * wl-summary.el (wl-summary-reply): Fix docstring.
446         * wl-draft.el (wl-draft-reply): Ditto.
447
448 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-mime.el (wl-summary-extract-attachments): New command.
451         (wl-summary-extract-attachments-1): New internal function.
452
453 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-expire.el (wl-expire-folder): New function (split from
456         wl-summary-expire).
457         (wl-summary-expire): Use it. Add argument `all' instead of remove
458         `nolist'. Cause an error only if this function is calling
459         interactively.
460
461 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-expire.el (wl-expire-refile): Display progress message.
464         (wl-summary-expire): Simplify.
465
466         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
467         unused argument `deleting-info'.
468
469 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-vars.el (wl-message-popup-buffers): New user option.
472
473         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
474         (wl-message-delete-popup-windows): New function that substitues
475         above one.
476         (wl-mime-setup): Follow the above change.
477
478 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
479
480         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
481
482 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
483
484         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
485         "tkm" to wl-thread-spam.
486
487 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-thread.el (wl-thread-entity-insert-as-children): Use
490         wl-thread-entity-set-children.
491         (wl-thread-insert-message, wl-thread-insert-entity-sub,
492         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
493         Use wl-thread-entity-get-*.
494
495 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-mime.el (wl-epg-progress-callback): New function.
498         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
499         with `elmo-with-progress-display'. Set a progress callback
500         function to epg-context.
501         (wl-mime-pgp-verify-region-with-epg): Ditto.
502
503 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-util.el (wl-completing-read-multiple): Define as an alias of
506         `completing-read-multiple' if emacs-version is not less than 22.
507
508 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
511         change.
512
513 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-summary.el (wl-summary-sync-update): Move
516         `wl-thread-update-indent-string-thread' to outside of
517         `elmo-with-progress-display'.
518
519 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-message.el (wl-message-exit): Check buffer existence.
522
523 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
524
525         * wl-util.el (wl-simple-display-progress): New function.
526         (wl-display-progress-with-gauge): Ditto.
527         (wl-progress-callback-function): Ditto.
528
529         * wl.el (wl-init): Set `elmo-progress-callback-function' as
530         `wl-progress-callback-function'
531
532         * wl-vars.el (wl-display-progress-threshold): New user option.
533         (wl-display-progress-function): Ditto.
534
535         * Version number is increased to 2.15.5.
536
537 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
538
539         * wl-thread.el (wl-thread-close-children): New function.
540         (wl-thread-open-children): Ditto.
541         * wl-action.el (wl-summary-set-mark): Redo the last change by
542         using it.
543
544         * wl-action.el (wl-summary-set-mark): Undo the last change.
545         Forbid interactive call.
546
547 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-mime.el (wl-define-dummy-functions): New macro.
550         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
551         `wl-mime-pgp-decrypt-region'.
552         (wl-mime-pgp-verify-region-with-epg): Renamed from
553         `wl-mime-pgp-verify-region'.
554         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
555         `wl-mime-pgp-decrypt-region'.
556         (wl-mime-pgp-verify-region-with-pgg): Renamed from
557         `wl-mime-pgp-verify-region'.
558         (wl-mime-pgp-decrypt-region): New function; To select dispatch
559         function at runtime.
560         (wl-mime-pgp-verify-region): Ditto.
561
562         * wl-vars.el (wl-use-pgp-module): New user option.
563
564 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
567         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
568
569 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
570
571         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
572         even if there are target marks only.
573
574 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * Version number is increased to 2.15.4.
577
578 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-folder.el (wl-folder-check-one-entity): Simplify.
581
582 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
585         variable.
586
587 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
588
589         * wl-spam.el (wl-thread-test-spam): New function.
590         (wl-spam-setup): Bind "tkc".
591
592 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-expire.el (wl-folder-expire-entity): Rewite without
595         `wl-summary-goto-folder-subr'.
596         (wl-folder-expire-current-entity): Don't kill summary buffer.
597
598 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
599
600         * wl-folder.el (wl-folder-sync-entity): Rewrite without
601         `wl-summary-goto-folder-subr'.
602         (wl-folder-mark-as-read-all-entity): Likewise.
603
604         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
605
606 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-thread.el (wl-thread-force-open): Arranged.
609
610 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
613         from regexp.
614
615         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
616         (wl-read-search-condition-internal): Append them.
617
618 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-vars.el (wl-additional-search-condition-fields):
621         New user option.
622
623         * wl-util.el (wl-search-condition-fields): New function; export
624         from `wl-read-search-condition-internal'.
625         (wl-read-search-condition-internal): Use it.
626
627         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
628
629 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-summary.el (wl-summary-define-sort-command): New function.
632         (wl-summary-sort-by-date, wl-summary-sort-by-number)
633         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
634         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
635         define by `wl-summary-define-sort-command' at runtime.
636
637         * wl.el (wl-init): Call wl-summary-define-sort-command.
638
639 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
642         properties at the decrypting region.
643
644 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-util.el (wl-find-region): New function.
647
648         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
649         coding system.
650         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
651         property `wl-mime-decoded-coding-system'.
652         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
653         property `wl-mime-decoded-coding-system' to encode text.
654
655         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
656         message.
657         (wl-mime-pgp-verify-region): Ditto.
658
659 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
662         buffer. Use epa-display-verify-result.
663
664 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-draft.el (wl-draft-send): Continue even if setting parent
667         flag was failed.
668
669 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-message.el (wl-message-flag-indicator): Fixed the problem
672         of returning string only of parentheses.
673
674 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl-summary.el (wl-summary-write): Add argument `folder'.
677         (wl-summary-write-current-folder): Change argument `folder' from
678         optional to require.
679         (wl-summary-get-buffer): Return the buffer associated folder only.
680
681         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
682         change.
683         (wl-folder-toggle-disp-summary): Ditto.
684
685         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
686         current summary as parent-folder.
687
688 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-draft.el (wl-draft-reedit): Don't overwrite
691         wl-draft-parent-folder.
692
693 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
696         (wl-mime-pgp-verify-region): Ditto.
697         (wl-message-decrypt-pgp-nonmime): Use the above function.
698         (wl-message-verify-pgp-nonmime): Likewise.
699         (wl-mime-preview-application/pgp): Likewise.
700
701 2006-04-20  Kenichi Okada  <okada@opaopa.org>
702
703         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
704         Fix about the order of `wl-nntp-posting-port' and
705         `wl-nntp-posting-stream-type'.
706         * wl.el (wl-plugged-port-label-alist): Add smtp.
707
708 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-summary.el (wl-summary-message-status): New macro.
711
712         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
713         (wl-summary-killed-mark): New user option.
714
715         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
716         API change.
717         (wl-thread-insert-entity-sub): Ditto.
718         (wl-thread-recover-messages): New command.
719
720         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
721         Don't call `wl-highlight-summary-current-line' directly.
722         (wl-summary-buffer-attach): Connect to signal `status-changed'
723         instead of `cache-changed'.
724         (wl-summary-buffer-detach): Follow the above change.
725         (wl-summary-detect-mark-position): Follow the API change.
726         (wl-summary-rescan-message): Ditto.
727         (wl-summary-insert-sequential): Ditto.
728         (wl-summary-update-thread): Ditto.
729         (wl-summary-message-mark): Ditto.
730         (wl-summary-persistent-mark): Ditto.
731         (wl-summary-create-line): Ditto.
732         (wl-summary-prefetch-region-no-mark): Call
733         `wl-summary-persistent-mark' with number.
734         (wl-summary-recover-messages-region): New command.
735         (wl-summary-target-mark-recover): Ditto.
736         (wl-summary-recover-message): Ditto.
737         (wl-summary-persistent-mark-string): Add argument `status' instead
738         of remove arguments `flags' and `cached'.  Treat killed status.
739         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
740
741         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
742         (wl-highlight-summary-line-face-spec): Treat killed status.
743         (wl-highlight-summary-line-string): Follow the API change.
744         (wl-highlight-summary-current-line): Ditto.
745
746         * Version number is increased to 2.15.3.
747
748 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
751         of symbolp to test whether the condition is function.
752
753 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
756         to nil.
757
758 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-buffer-message-ring): New internal
761         variable.
762         (wl-summary-buffer-last-displayed-msg): Abolish.
763         (wl-summary-push-message): New function.
764         (wl-summary-pop-message): Ditto.
765         (wl-summary-goto-folder-subr): Reset
766         `wl-summary-buffer-message-ring'.
767         (wl-summary-pop-to-last-message): New command.
768         (wl-summary-goto-last-displayed-msg): Call
769         wl-summary-pop-to-last-message if optional argument is non-nil or
770         the last command is itself.
771         (wl-summary-redisplay-internal): Push last message number into
772         `wl-summary-buffer-message-ring'.
773
774         * wl-vars.el (wl-summary-message-ring-max): New user option.
775
776 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
779         from `wl-draft-reply').
780         (wl-draft-reply): Use it.
781         (wl-draft-find-reply-headers): Avoid compile warning.
782
783 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
784
785         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
786
787 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-message.el (wl-message-flag-indicator): New function.
790         (wl-message-redisplay): Use it.
791
792 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
793
794         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
795
796 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
799         instead of `read-event'.
800
801         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
802
803         * wl-mule.el (wl-read-event-char): Ditto.
804
805         * wl-e21.el (wl-read-event-char): Ditto.
806
807 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
810
811 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-vars.el (wl-draft-send-confirm-type): New user option.
814
815         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
816
817         * wl-draft.el (wl-draft-send-confirm): Confirmation by
818         `wl-draft-send-confirm-type'
819
820 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
821
822         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
823         Avoid error when the buffer name is already used.
824
825 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
826
827         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
828         the change of elmo-nmz -> elmo-search.
829         (wl-highlight-summary-line-help-echo-alist): Ditto.
830         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
831         (wl-nmz-folder-icon): Define as obsolete.
832         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
833         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
834
835 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-summary-get-list-info): Rewrite with
838         `elmo-find-list-match-value'
839
840 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-summary.el (wl-summary-get-list-info): Optimize.
843         Use List-Id and List-Post also.
844
845 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
848
849 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
850
851         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
852
853 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-util.el (wl-completing-read-multiple-1): New internal function.
856         (wl-completing-read-multiple-2): Ditto.
857         (wl-completing-read-multiple): Define use above functions.
858
859         * wl-summary.el (wl-summary-sort): Removed the workaround for a
860         bug of `completing-read-multiple' about default value.
861
862         * wl-xmas.el (wl-completing-read-multiple): Removed.
863
864         * wl-mule.el (wl-completing-read-multiple): Ditto.
865
866         * wl-e21.el (wl-completing-read-multiple): Ditto.
867
868 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-util.el (wl-filter-associations): New function.
871
872         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
873         (wl-spam-ignored-folder-list): Ditto.
874         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
875         (wl-spam-string-member-p): New function.
876         (wl-spam-domain): Use it.
877         (wl-spam-split-numbers): New function.
878         (wl-spam-apply-partitions): Ditto.
879         (wl-spam-register-spam-messages): Use `folder' instead of
880         `wl-summary-buffer-elmo-folder'.
881         (wl-spam-register-good-messages): Ditto.
882         (wl-summary-exec-action-spam): Decide a domain by real folder of
883         message.
884         (wl-summary-exec-action-refile-with-register): Likewise.
885
886 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-e21.el (wl-e21-find-image): New function.
889         (wl-e21-setup-toolbar): Use it instead of `find-image'.
890         (wl-e21-highlight-folder-group-line): Ditto.
891         (wl-folder-init-icons): Ditto.
892         (wl-plugged-init-icons): Ditto.
893         (wl-biff-init-icons): Ditto.
894
895 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
898         (wl-inhibit-save-drafts): New internal variable.
899         (wl-disable-auto-save): Ditto.
900         (wl-save-drafts): Treat above variables.
901         (wl-auto-save-drafts): New function.
902         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
903         `wl-stop-save-drafts'.
904         (wl-start-save-drafts): New function.
905         (wl-stop-save-drafts): Ditto.
906         (wl-set-auto-save-draft): New command.
907
908         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
909         `wl-set-save-drafts'.
910
911 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
914         `make-local-variable' instead of `make-variable-buffer-local'.
915
916 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
919
920 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
923
924 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
927         of working buffer.
928
929 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
932
933         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
934         value into recipients; Bind `wl-draft-remove-group-list-contents'
935         as nil.
936
937 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-summary.el (wl-summary-sort): Fixed the last change.
940
941         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
942         (wl-summary-sort-messages): Ditto.
943         (wl-summary-rescan): Use it.
944         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
945         `completing-read'; Append candidates for reverse order.
946
947 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * Version number is increased to 2.15.2.
950
951 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
952
953         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
954         "Smaller".
955         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
956
957 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
958
959         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
960
961 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-vars.el (wl-draft-additional-header-alist): Add into the
964         customize group `wl-draft'.
965         (wl-draft-add-in-reply-to): Move customize group from `wl' to
966         `wl-draft'.
967         (wl-draft-add-references): Ditto.
968
969         * wl-action.el (wl-summary-print-argument): Rename argument from
970         `folder' to `data'.
971
972 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-summary.el (wl-summary-rescan-message): Call
975         `wl-thread-cleanup-symbols' before insert thread.
976
977 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl.el (wl-init): Set `elmo-get-folder-function' as
980         `wl-folder-make-elmo-folder'.
981
982         * wl-spam.el (wl-summary-exec-action-spam): Use
983         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
984
985         * wl-folder.el (wl-folder-make-elmo-folder): New function.
986         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
987         `elmo-make-folder'.
988         (wl-folder-get-elmo-folder): Ditto.
989         (wl-folder-create-subr): Simplify.
990
991 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
994
995 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
998         contents in message buffer instead of original buffer. If optional
999         argument specified, ask coding system for encode.
1000
1001 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
1002
1003         * wl-spam.el (wl-summary-test-spam-region): New function.
1004         (wl-spam-setup): Bind "rkc".
1005
1006 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
1009
1010 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
1011
1012         * wl-spam.el (wl-summary-test-spam): Fix typo.
1013         (wl-message-check-spam): Ditto.
1014
1015 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-summary.el (wl-summary-default-from): Simplify.
1018
1019 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-action.el (wl-summary-exec-action-refile): Simplify.
1022         (wl-summary-exec-action-copy): Ditto.
1023         (wl-summary-auto-refile): Check existence of temporary mark.
1024
1025 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl-summary.el (wl-summary-create-line): Use
1028         `elmo-time-to-datevec'.
1029
1030         * wl-expire.el (wl-expire-archive-date): Ditto.
1031         (wl-expire-localdir-date): Ditto.
1032
1033         * wl-util.el (wl-day-number): Abolish.
1034
1035         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
1036         of `wl-day-number'.
1037         (wl-score-followup): Ditto.
1038         (wl-score-add-followups): Ditto.
1039         (wl-score-get-latest-msgs): Ditto.
1040         (wl-score-get-header-entry): Ditto.
1041         (wl-score-edit-insert-date): Ditto.
1042
1043 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
1046         `elmo-message-entity-field' with 2nd argument `type'.
1047
1048 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
1049
1050         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
1051
1052 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-thread.el (wl-thread-delete-message): Delete descendant
1055         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
1056
1057 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
1058
1059         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
1060
1061 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1064         `Access folder'.
1065
1066 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-vars.el (wl-access-folder-icon): New user option.
1069
1070         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1071         `Access folder'.
1072
1073 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-summary.el (wl-summary-buffer-set-folder): Use
1076         `wl-folder-mime-charset'.
1077
1078         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1079         `mime-charset'.
1080         (wl-folder-get-elmo-folder): Ditto.
1081         (wl-folder-mime-charset): New function.
1082
1083 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1084
1085         * wl-util.el (wl-parse-addresses): Define alias of
1086         `elmo-parse-addresses' (move to `elmo-util.el').
1087
1088         * wl-summary.el (wl-summary-default-from): Follow the API change.
1089         (wl-summary-overview-entity-compare-by-date): Ditto.
1090         (wl-summary-overview-entity-compare-by-from): Ditto.
1091         (wl-summary-get-list-info): Get value of `ml-info' field from
1092         entity at first.
1093         (wl-summary-rescan-message): Treat prefix argument.
1094         (wl-summary-prefetch-msg): Follow the API change.
1095         (wl-summary-search-by-subject): Ditto.
1096         (wl-summary-insert-thread): Ditto.
1097         (wl-summary-line-subject): Ditto.
1098         (wl-summary-line-from): Ditto.
1099         (wl-summary-create-line): Ditto.
1100         (wl-summary-print-message-with-ps-print): Ditto.
1101
1102         * wl-score.el (wl-score-ov-entity-get): Ditto.
1103         (wl-score-followup): Ditto.
1104         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1105         of `car'.
1106         (wl-score-get-latest-msgs): Follow the API change.
1107         (wl-score-get-header): Ditto.
1108
1109         * wl-refile.el (wl-refile-learn): Ditto.
1110         (wl-refile-subject-learn): Ditto.
1111         (wl-refile-get-field-value): Ditto.
1112         (wl-refile-guess-by-history): Ditto.
1113         (wl-refile-guess-by-subject): Ditto.
1114
1115         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1116
1117         * wl-expire.el (wl-expire-date-p): Removed.
1118         (wl-expire-archive-date): Follow the API change.
1119         (wl-expire-localdir-date): Ditto.
1120         (wl-summary-expire): Ditto.
1121
1122         * Version number is increased to 2.15.1.
1123
1124 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1125
1126         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1127         group is access or not (it is not strict, like wl-fldmgr-rename).
1128
1129 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1130
1131         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1132         duplicate call of `wl-summary-print-argument' on the wrong line.
1133
1134 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1137         even if argument `number' is nil.
1138         (wl-summary-insert-line): Print action argument if current message
1139         has it.
1140
1141 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1144         (wl-draft-reply): Ditto.
1145         (wl-draft): Add optional argument `parent-number' and call
1146         `wl-draft-create-buffer' with it.
1147         (wl-draft-create-buffer): Add optional argument
1148         `parent-number'. Set wl-draft-parent-number as it.
1149
1150 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1151
1152         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1153         buffer is not for given folder, don't use it.
1154
1155 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * Version number is increased to 2.15.0.
1158
1159 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1162
1163         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1164         (wl-highlight-get-face-by-name): New internal function.
1165         (wl-highlight-summary-line-face-spec): Use it and fixed.
1166
1167 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-sync-update): Use
1170         `elmo-message-entity-field' instead of `car' to get message-id
1171         from overview entity.
1172
1173         * wl-summary.el (wl-summary-rescan-message): Call
1174         `wl-highlight-summary-displaying' when displaying a message.
1175
1176 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1179         `wl-draft-config-info-operation'.
1180         (wl-draft-buffer-change-number): New function.
1181         (wl-draft-rename-saved-config): Ditto.
1182         * wl.el (wl-init): Connect slot for message-number-changed.
1183         (toplevel): Add autoload for wl-draft-rename-saved-config.
1184
1185 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1188         `update-overview'
1189         (wl-summary-buffer-detach): Disconnect from it.
1190         (wl-summary-rescan-message): Use command.
1191
1192         * wl-message.el (wl-message-buffer-display): Use
1193         `with-current-buffer' instead of `save-excursion'.
1194
1195 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1198         wl-draft-preview-attributes-list from distraction.
1199
1200 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1201
1202         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1203         `elmo-list-diff'.
1204
1205 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1206
1207         * wl-summary.el
1208         (wl-summary-edit-addresses-collect-candidate-fields): Use
1209         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1210
1211         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1212         instead of `elmo-set-work-buf'.
1213
1214         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1215         (wl-address-make-address-list): Ditto.
1216
1217         * Version number is increased to 2.13.3.
1218
1219 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1222         user option.
1223
1224         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1225         argument `5'.
1226
1227         * wl-message.el (wl-message-display-no-merge-p): New function.
1228         (wl-message-buffer-display): Check whether the message is
1229         reassembled and follow the API change.
1230
1231 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1234         multibyte on working buffer and removed unnecessary
1235         `buffer-disable-undo'.
1236
1237 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1240         change.
1241
1242 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1243
1244         * wl-util.el (wl-read-search-condition-internal): Protect
1245         elmo-global-flags from distraction.
1246
1247 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1248
1249         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1250
1251         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1252         (wl-summary-event-handler): Ditto.
1253         (wl-summary-update-persistent-mark-on-event): New
1254         function (renamed from `elmo-event-handler-flag-changed').
1255         (wl-summary-buffer-attach): New function.
1256         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1257         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1258         instead of `elmo-folder-add-handler'.
1259
1260         * Version number is increased to 2.13.2.
1261
1262 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1265         and "\177" to the `wl-news-previous-page'.
1266         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1267         (wl-news-previous-page): New function.
1268
1269 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1272         instead of `write-region' and simplify.
1273
1274 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-template.el (wl-template-select): Cause error if
1277         `wl-template-alist' is nil.
1278
1279 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1280
1281         * wl-news.el.in: Set file variable `no-byte-compile'.
1282
1283 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1284
1285         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1286         whether a target message is within displaying area.
1287         (elmo-event-handler-cache-changed): Ditto.
1288
1289 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1290
1291         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1292         to `defun'.  Use `nconc' instead of `append' to collect descendant
1293         message numbers.
1294
1295 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1296
1297         * wl-thread.el (wl-thread-save-top-list)
1298         (wl-thread-save-entities): Use `with-temp-buffer'.
1299         * wl-news.el.in (wl-news-previous-version-load):
1300         (wl-news-previous-version-save): Ditto.
1301         * wl-summary.el (wl-summary-load-file-object)
1302         (wl-summary-save-view-cache): Ditto.
1303
1304 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1305
1306         * wl-util.el (toplevel): Require 'elmo-flag'.
1307         (wl-read-search-condition): New function (Renamed from
1308         `elmo-read-search-condition').
1309         (wl-read-search-condition-internal): Likewise.
1310
1311         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1312         invalid.
1313         (wl-summary-pick): Use `wl-read-search-condition' instead of
1314         `elmo-read-search-condition'.
1315         (wl-summary-virtual): Ditto.
1316
1317         * wl-folder.el (wl-folder-virtual): Ditto.
1318         (wl-folder-pick): Ditto.
1319
1320         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1321
1322 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-summary.el (wl-summary-reedit): Call
1325         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1326
1327 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1328
1329         * wl-mime.el (toplevel): Require wl-vars.
1330
1331         * wl-message.el (toplevel): Require cl at compile.
1332
1333         * wl-draft.el (toplevel): Require elmo.
1334
1335 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1338         and do nothing when it is not positive.
1339         (wl-message-buffer-prefetch-next): Ditto.
1340
1341 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1342
1343         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1344         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1345         (wl-summary-redisplay-internal): Ditto.
1346
1347         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1348         message (the condition is borrowed from `wl-check-variables-2').
1349         (wl-summary-redisplay-internal): Ditto.
1350
1351 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * wl-mime.el (wl-draft-nntp-attribute): New function.
1354         (wl-draft-attribute-nntp-posting-server): Use it.
1355         (wl-draft-attribute-nntp-posting-port): Ditto.
1356
1357         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1358         (wl-draft-show-attributes-buffer): Ditto.
1359         (wl-draft-hide-attributes-buffer): Ditto.
1360         (wl-draft-attribute-newsgroups): Ditto.
1361         (wl-draft-attribute-nntp-posting-server): Ditto.
1362         (wl-draft-attribute-nntp-posting-port): Ditto.
1363         (wl-draft-preview-message): Use there functions.
1364
1365         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1366         value.
1367
1368 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1371         (wl-draft-reedit): Ditto.
1372         (wl-draft-queue-flush): Ditto.
1373
1374         * wl-mime.el (wl-message-request-partial): Ditto.
1375         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1376         instead of `elmo-message-fetch'.
1377
1378         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1379
1380         * wl-summary.el (wl-summary-message-string): Ditto.
1381
1382 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-util.el (wl-current-message-buffer): Follow the API change.
1385
1386         * wl-summary.el (wl-summary-redisplay-internal): Call
1387         `wl-summary-mark-as-read' with 2nd argument as nil and update
1388         unread count instead of persistent mark.
1389
1390         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1391         variable.
1392         (wl-message-redisplay): Follow the API change.
1393         (wl-message-buffer-display): Managed mime-entity directly and
1394         return preview buffer only.
1395         (wl-message-display-internal): Rewrite.
1396         (wl-message-buffer-prefetch-subr): Not save return value of
1397         `wl-message-buffer-display'.
1398
1399         * Version number is increased to 2.13.1.
1400
1401 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1404         'elmo-multiple-fields-body-list' with boundary specified.
1405
1406 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1407
1408         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1409         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1410         cache if `wl-summary-resend-use-cache' is non-nil.
1411
1412 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1415         (wl-nntp-posting-stream-type): Ditto.
1416
1417 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1418
1419         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1420
1421 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1422
1423         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1424         message.
1425
1426 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1429         Abolish.
1430         (wl-summary-buffer-persistent-mark-version): New internal
1431         variable.
1432         (wl-summary-update-mark-and-highlight-window): Check by
1433         wl-summary-persistent-mark-invalid-p.
1434         (wl-summary-update-status-marks): Ditto.
1435         (elmo-event-handler-flag-changed): Rewrite.
1436         (elmo-event-handler-cache-changed): Define.
1437         (wl-summary-prefetch-msg): Does not update persistent mark here.
1438         (wl-summary-delete-cache): Ditto.
1439         (wl-summary-resume-cache-status): Ditto.
1440         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1441         (wl-summary-persistent-mark-invalid-p): New function.
1442         (wl-summary-validate-persistent-mark): Ditto.
1443         (wl-summary-validate-persistent-mark-string): Ditto.
1444         (wl-summary-invalidate-persistent-mark): Ditto.
1445         (wl-summary-update-persistent-mark): Call
1446         `wl-summary-validate-persistent-mark'.
1447         (wl-summary-create-line): Call
1448         `wl-summary-validate-persistent-mark-string'.
1449
1450         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1451         status as t if cache used.
1452
1453 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1454
1455         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1456         only if the target is group.
1457         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1458
1459 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1462
1463 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1464
1465         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1466
1467         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1468
1469 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1470
1471         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1472         (Thanks to Yoichi NAKAYAMA).
1473
1474 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-util.el (wl-save-drafts): Restore echo area.
1477
1478 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1479
1480         * Version number is increased to 2.13.0.
1481
1482         * wl-util.el (wl-biff-check-folder-async): Use
1483         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1484
1485 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-message.el (wl-message-display-internal): Does not put
1488         wl-message-display-type property on message buffer.
1489         (wl-message-buffer-display-type): New function.
1490
1491         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1492
1493         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1494         `wl-summary-buffer-detach'.
1495         (wl-summary-message-display-type): Use
1496         `wl-summary-buffer-display-type'.
1497
1498 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1499
1500         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1501         buffer-local.
1502
1503         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1504         kill-buffer-hook instead of make-local-variable.
1505         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1506
1507 2004-12-12  Scott Renfro <scott@renfro.org>
1508
1509         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1510         regex for square-branket.
1511
1512 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1515         `wl-message-mime-analysis-p' with argument `header'.
1516
1517 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * wl-mime.el (wl-draft-yank-current-message-entity): 
1520         Switch to no-mime following method according to wl-message-display-type
1521         property.
1522         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1523
1524         * wl-message.el (wl-message-display-internal): 
1525         Put wl-message-display-type property on message buffer.
1526
1527         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1528         (wl-message-display-internal): Ditto;
1529
1530         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1531
1532 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-message.el (wl-message-make-display-type): New function.
1535         (wl-message-display-type-property): Ditto.
1536         (wl-message-mime-analysys-p): Ditto.
1537         (wl-message-display-all-header-p): Ditto.
1538         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1539         added `display-type'.
1540         (wl-message-buffer-display): Likewise.
1541         (wl-message-display-internal): Likewise.
1542         (wl-message-buffer-display-type): Abolish.
1543         (wl-message-buffer-prefetch-subr): Follow the API changed.
1544
1545         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1546         from wl-summary-buffer-display-all-header and changed default value.
1547         (wl-summary-message-display-type): New function.
1548         (wl-summary-buffer-display-mime-mode): Ditto.
1549         (wl-summary-buffer-display-header-mode): Ditto.
1550         (wl-summary-toggle-mime): Rewrite with above functions.
1551         (wl-summary-toggle-all-header): Ditto.
1552         (wl-summary-redisplay): Force redisplay with default mode.
1553         (wl-summary-redisplay-internal): Renamed argument from `mode',
1554         `all-header' to `mime-mode', `header-mode'.
1555         Use `wl-message-make-display-type'.
1556
1557         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1558         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1559
1560 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1561
1562         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1563
1564 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1565
1566         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1567         in original message buffer.
1568         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1569         buffer.
1570
1571 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1574
1575 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1578
1579 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1580
1581         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1582         when actions succeeded.
1583         (wl-summary-exec-action-copy): Likewise.
1584
1585 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1588         there is switch-to-buffer at the end of wl-message-select-buffer.
1589         (wl-summary-reply): Ditto.
1590
1591 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-summary.el (wl-summary-forward): Put subject in original
1594         message buffer as argument of wl-draft-forward.
1595         * wl-draft.el (wl-draft-forward): Decode subject as in
1596         wl-draft-reply.
1597
1598 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1601         a folder under access group.
1602
1603 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1606         wl-message-buffer-display.
1607
1608         * wl-util.el (wl-set-save-drafts): Fix typo.
1609
1610 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1613         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1614         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1615         the way to measure the width of a bitmap image; don't put face on
1616         ascii and bitmap images; put the mark which should not use the
1617         variable-pitch face on ascii and bitmap images.
1618         (wl-demo-setup-properties): Don't use the variable-pitch face on
1619         ascii and bitmap images; made it work on Emacs 20 and earlier.
1620         (wl-demo-insert-text): End with a newline at the bottom; don't put
1621         face on text.
1622
1623         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1624
1625 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1628
1629         * wl-util.el (wl-save-drafts): Moved from sample setting.
1630         (wl-set-save-drafts): New function to set idle timer.
1631         * wl-draft.el (wl-draft): Call it.
1632         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1633
1634 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1635
1636         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1637         a summary which has toggle display status off.
1638
1639 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * wl-draft.el (wl-draft-do-fcc): No cache save.
1642
1643 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1644
1645         * wl-summary.el (elmo-event-handler-flag-changed): Use
1646         `set-buffer' instead of `with-current-buffer'.
1647
1648 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-summary.el (wl-summary-after-resize-function): New function.
1651         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1652         window-size-change-functions.
1653
1654 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-draft.el (wl-draft-create-buffer): Bind
1657         `change-major-mode-hook' after current buffer is changed.
1658
1659         * wl-summary.el (wl-summary-buffer-detach): New function.
1660         (wl-summary-buffer-set-folder): Call it.
1661         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1662         change-major-mode-hook and kill-buffer-hook.
1663         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1664         (wl-summary-switch-to-clone-buffer): Ditto.
1665         (wl-summary-goto-folder-subr): Ditto.
1666
1667 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1668
1669         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1670         after boundp check.
1671
1672 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1675         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1676         for `kill-buffer'.
1677
1678         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1679         handler of current buffer from elmo-folder.
1680
1681 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1684
1685 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1688         variable.
1689         (wl-summary-event-handler): New class.
1690         (elmo-event-handler-flag-changed): Define to update persistent
1691         mark.
1692         (wl-summary-buffer-set-folder): Register event handler to
1693         elmo-folder.
1694         (wl-summary-exit): Unregister event handler.
1695         (wl-summary-goto-folder-subr): Ditto.
1696         (wl-summary-mark-as-read-all): Does not call
1697         `wl-summary-update-persistent-mark' directly.
1698         (wl-summary-mark-as-read-internal): Ditto.
1699         (wl-summary-set-persistent-mark-internal): Ditto.
1700         (wl-summary-set-flags-internal): Ditto.
1701
1702         * Version number is increased to 2.11.33.
1703
1704 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1705
1706         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1707         to nil.
1708
1709 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1710
1711         * wl-spam.el (wl-spam-setup): Add hook
1712         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1713         instead of `wl-summary-prepare-hook'.
1714
1715         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1716         if folder type is `'flag'.
1717         (wl-summary-mark-as-important): Ditto.
1718
1719 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-address.el (wl-address-minibuffer-history): New variable.
1722         (wl-address-minibuffer-local-map): New keymap.
1723         (wl-address-read-from-minibuffer): New function.
1724
1725         * wl-action.el (wl-summary-get-resend-address): Use
1726         `wl-address-read-from-minibuffer' instead of `completing-read'.
1727
1728 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * Version number is increased to 2.11.32.
1731
1732 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1735         without mule to iso-8859-1.
1736         (wl-draft-add-in-reply-to): Add note in description.
1737         (wl-draft-add-references): Ditto.
1738
1739 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1740
1741         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1742         definition for `m'.
1743         (wl-summary-mode-line-format): Add '[%m]'.
1744         (wl-message-mode-line-format-spec-alist): Ditto.
1745         (wl-summary-display-mime-mode-list): New variable.
1746
1747         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1748         from wl-summary-buffer-display-as-is.
1749         (wl-summary-buffer-display-all-header): New buffer local variable.
1750         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1751         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1752         instead of wl-summary-buffer-display-as-is.
1753         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1754         (wl-summary-set-persistent-mark): Ditto.
1755         (wl-summary-set-message-buffer-or-redisplay): Just call
1756         `wl-summary-redisplay-internal' without optional arguments.
1757         (wl-summary-toggle-mime): Rewrite.
1758         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1759         (wl-summary-toggle-all-header): New function.
1760         (wl-summary-redisplay-internal): Treat mime mode.
1761
1762         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1763         to wl-mime-preview-follow-no-mime.
1764         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1765         accodring to the display-mode.
1766
1767         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1768         (wl-message-buffer-display): Changed argument name from `as-is' to
1769         `mode'.
1770         (wl-message-display-internal): Ditto;
1771         Bind elmo-mime-display-header-analysis according to the mode.
1772         (wl-message-display-internal): Put wl-message-display-mime-mode
1773         property on entire buffer.
1774
1775 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1776
1777         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1778
1779 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1782         Don't extract mail address.
1783         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1784
1785         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1786
1787         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1788
1789 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1792         wl-fldmgr-cut-entity-list on confirmation.
1793
1794 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1795
1796         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1797         (wl-mime-quit-preview): Check existence of
1798         mime-edit-temp-message-buffer here.
1799
1800 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1801
1802         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1803         after deletion.
1804
1805         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1806         before calling wl-mime-quit-preview.
1807
1808 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-summary.el (wl-summary-pick): If call it with prefix
1811         argument, set `delete-marks' as non-nil. Pick from only visible
1812         messages.
1813         (wl-summary-check-target-mark): New function.
1814         (wl-summary-target-mark-mark-as-read): Use it.
1815         (wl-summary-target-mark-mark-as-unread): Ditto.
1816         (wl-summary-target-mark-operation): Ditto.
1817         (wl-summary-target-mark-set-flags): Ditto.
1818         (wl-summary-target-mark-save): Ditto.
1819         (wl-summary-target-mark-pick): Ditto.
1820         (wl-summary-target-mark-forward): Ditto.
1821         (wl-summary-target-mark-reply-with-citation): Ditto.
1822         (wl-summary-target-mark-print): Ditto.
1823         (wl-summary-target-mark-uudecode): Ditto.
1824
1825         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1826         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1827         with `ask-coding' is non-nil.
1828
1829 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl-thread.el (wl-thread-set-parent): If parent is a message
1832         which is identified by references, set linked as nil.
1833
1834 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1835
1836         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1837         (wl-message-mode-line-format-spec-alist): Ditto.
1838         (wl-message-mode-line-format): Ditto.
1839         (wl-summary-mode-line-format): Ditto for docstring.
1840         (wl-summary-no-mime-folder-list): Fix typo.
1841
1842         * wl-util.el (wl-current-message-buffer): Call
1843         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1844
1845         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1846         variable.
1847         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1848         of `wl-summary-redisplay-no-mime'.
1849         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1850         (wl-summary-toggle-mime): New function.
1851         (wl-summary-redisplay-all-header): Rewrite.
1852         (wl-summary-redisplay-no-mime): Ditto.
1853         (wl-summary-redisplay-internal): Added argument `as-is' and
1854         `all-header'.
1855
1856         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1857         New variable.
1858         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1859         bottom.
1860         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1861         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1862         "/" unconditionally.
1863
1864         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1865         wl-mime-preview-follow-no-mime for as-is content.
1866         (wl-mime-preview-follow-no-mime): New function.
1867         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1868
1869         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1870         and added `as-is', `all-header'.
1871         (wl-message-buffer-display): Ditto.
1872         (wl-message-buffer-display-type): New function.
1873
1874 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-vars.el (wl-message-header-button-alist): Change default
1877         value.
1878         (wl-message-body-button-alist): Ditto.
1879
1880 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1881
1882         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1883
1884 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1885
1886         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1887
1888 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1891         is always true.
1892
1893 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1894
1895         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1896         on null entity.
1897
1898 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1901
1902 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-vars.el (wl-summary-resend-hook): New hook.
1905
1906         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1907         `wl-summary-resend-hook'.
1908
1909 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1910
1911         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1912         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1913         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1914         (wl-summary-new-cached-mark): Changed default value to 'n'.
1915         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1916         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1917         (wl-folder-sync-range-alist): Remove spec for 'flag.
1918         (wl-summary-force-prefetch-folder-list): New user option.
1919
1920         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1921         `wl-summary-toggle-persistent-mark'.
1922         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1923         number is nil.
1924         (wl-summary-mark-as-answered-region): Set interactive argument of
1925         `wl-summary-set-persistent-mark-internal'.
1926         (wl-summary-mark-as-important-region): Ditto.
1927         (wl-summary-unset-persistent-mark): Ditto.
1928         (wl-summary-set-persistent-mark): Ditto.
1929         (wl-summary-mark-as-answered): Ditto.
1930         (wl-summary-mark-as-important): Ditto.
1931         (wl-summary-set-persistent-mark-internal): Do nothing
1932         when `elmo-message-flag-available-p' is nil.
1933         (wl-summary-toggle-persistent-mark): New function.
1934         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1935         when the folder matches `wl-summary-force-prefetch-folder-list'.
1936
1937
1938         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1939         when number is nil.
1940         (wl-highlight-summary-forwarded-face): New face.
1941
1942 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * Version number is increased to 2.11.31.
1945
1946 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1947
1948         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1949         (wl-biff-check-folder-async): Ditto.
1950         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1951
1952 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1953
1954         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1955         Add an argument `reverse'.  All callers are updated.
1956         (wl-summary-sort): Add a prefix argument `reverse' to specify
1957         reverse sorting.
1958         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1959         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1960         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1961
1962 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1963
1964         * wl-message.el (wl-message-redisplay): Does not narrow header if
1965         disply-type is all-header or as-is.
1966
1967         * wl-summary.el (wl-summary-enter-handler): Use
1968         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1969
1970 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1973         after adding wl-draft-parent-variables.
1974         (wl-draft-forward): Ditto.
1975
1976 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1977
1978         * wl-summary.el (wl-summary-sync-marks): Call
1979         `wl-summary-set-persistent-mark' and
1980         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1981         (wl-summary-set-persistent-mark-internal): Add 4th argument
1982         `no-server'.
1983         (wl-summary-unset-persistent-mark): Ditto.
1984         (wl-summary-set-persistent-mark): Ditto.
1985         (wl-summary-add-flags-internal): Abolish.
1986         (wl-summary-remove-flags-internal): Ditto.
1987         (wl-summary-mark-as-important-internal): Ditto.
1988         (wl-summary-mark-as-important): Use
1989         `wl-summary-set-persistent-mark' instead of
1990         `wl-summary-add-flags-internal'.
1991         (wl-summary-mark-as-important-region): Ditto.
1992
1993         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1994
1995         * wl-summary.el (wl-summary-get-available-flags): New function.
1996         (wl-summary-sync-marks): Use it and simplified.
1997         (wl-summary-unset-persistent-mark): Use
1998         `wl-summary-get-available-flags'.
1999         (wl-summary-set-persistent-mark): Ditto.
2000
2001 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
2004         id.
2005
2006 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-summary.el (wl-summary-enter-handler): If argument is not a
2009         number, call `wl-summary-prev-line-content'. Show message when the
2010         message is not found.
2011
2012 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2013
2014         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
2015         wl-summary-enter-handler.
2016         (wl-summary-enter-handler): New command.
2017
2018         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
2019         docstring and custom spec.
2020
2021         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
2022         flags too; Don't treat Cached and New.
2023         (wl-summary-set-persistent-mark): Ditto.
2024
2025         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
2026         `wl-folder-set-flag'.
2027
2028         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
2029         instead of `wl-folder-set-flag'.
2030
2031         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
2032         for completion.
2033         (wl-summary-set-persistent-mark): Ditto.
2034
2035         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
2036         instead of `wl-draft-quit-preview'.
2037
2038         * wl-mime.el (toplevel): Avoid compile warning.
2039         (wl-mime-quit-preview): New function
2040         (formarly defined as `wl-draft-quit-preview').
2041         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
2042         quitting method.
2043
2044         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
2045
2046         * wl-folder.el (wl-folder-set-flag): Renamed from
2047         `wl-draft-set-flag-on-parent'.
2048
2049         * wl-draft.el (wl-draft-quit-preview): New function.
2050         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
2051         (wl-draft-send): Call `wl-folder-set-flag' instead of
2052         `wl-draft-set-flag-on-parent'.
2053         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
2054
2055 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
2058         (wl-draft-send): Ditto.
2059
2060 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2061
2062         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2063         (wl-draft-kill-pre-hook): Set default value as nil.
2064         (wl-summary-reply-hook): Ditto.
2065         (wl-draft-kill-flags): Abolish.
2066
2067         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2068         (wl-draft-parent-variables): Renamed from
2069         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2070         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2071         argument; Add wl-draft-parent-variables to
2072         wl-draft-config-variables.
2073         (wl-draft-reply): Likewise.
2074         (wl-draft-kill-flags): Abolish.
2075         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2076         (wl-draft-set-flag-on-parent): New function.
2077         (wl-draft-setup-parent-flag): Ditto.
2078
2079 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2080
2081         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2082         `wl-draft-parent-folder' is "".
2083
2084 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2085
2086         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2087         (wl-summary-digit-jump): New function.
2088         (Adviced by John Owens and Hiroya Murata)
2089
2090         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2091         (Adviced by John Owens)
2092
2093         * wl-xmas.el (wl-message-define-keymap): Ditto.
2094
2095         * wl-mule.el (wl-message-define-keymap): Ditto.
2096
2097 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2100         change of return value of elmo-folder-count-flags.
2101
2102         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2103         (wl-summary-mark-as-read-internal): Ditto.
2104         (wl-summary-set-persistent-mark-internal): Ditto.
2105         (wl-summary-folder-info-update): Ditto.
2106         (wl-summary-sync-update): Fixed the last change.
2107
2108         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2109
2110 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2111
2112         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2113         (wl-draft-kill-flags): Fixed docstring.
2114
2115         * wl-draft.el (wl-draft-kill-flags): New function.
2116         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2117
2118 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2119
2120         * wl-vars.el (wl-reply-hook): Abolish.
2121         (wl-draft-reply-hook): New hook.
2122         (wl-summary-reply-hook): Ditto.
2123         (wl-draft-forward-hook): Ditto.
2124         (wl-summary-forward-hook): Ditto.
2125         (wl-draft-kill-flags): New variable.
2126
2127         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2128         wl-summary-set-persistent-mark-internal.
2129         (wl-summary-sync-marks): Use elmo-preserved-flags.
2130         (wl-summary-update-persistent-mark): Make it interactive.
2131         (wl-summary-set-persistent-mark-internal): New inline function.
2132         (wl-summary-mark-as-answered): Use it.
2133         (wl-summary-mark-as-unanswered): Ditto.
2134         (wl-summary-unset-persistent-mark): New function.
2135         (wl-summary-set-persistent-mark): Ditto.
2136         (wl-summary-reply): Don't set answered flag;
2137         Run wl-summary-reply-hook instead.
2138         (wl-summary-forward): Call wl-draft-forward with number.
2139         Run wl-summary-forward-hook.
2140
2141         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2142         (wl-highlight-summary-line-face-spec): Use it as a default
2143         persistent mark face.
2144
2145         * wl-draft.el (wl-draft-forward): Added optional argument number;
2146         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2147         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2148         (wl-draft-kill): Use wl-draft-kill-flags.
2149
2150         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2151
2152         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2153         of return value of elmo-folder-count-flags.
2154
2155         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2156
2157         * wl-summary.el (wl-summary-count-unread): Ditto.
2158         (wl-summary-sync-update): Follow the change above.
2159         (wl-summary-force-prefetch): New function.
2160
2161 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2162
2163         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2164         variable `buf' with `let' instead of `setq'.
2165
2166 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2167
2168         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2169         add Content-Disposition heaeder on the deleted part.
2170
2171 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2172
2173         * wl-draft.el (wl-draft-save): Encode address list under edit by
2174         `eword-encode-unstructured-field-body'.
2175
2176         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2177
2178 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2179
2180         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2181         wl-current-summary-buffer.
2182
2183 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2184
2185         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2186         `numbers' is ignored.
2187
2188 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-folder.el (wl-folder-open-folder): Avoid error.
2191         Reported by John Owens, [wl-en:815]
2192
2193         * wl.el (wl): Set timer for biff process even if prefix argument
2194         is given or auto-checking is quitted.
2195
2196         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2197         immediately.
2198         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2199         (wl-toggle-plugged): Ditto.
2200
2201         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2202         * wl-util.el (wl-biff-start): Use idle timer if
2203         `wl-biff-use-idle-timer' is non-nil.
2204
2205 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2206
2207         * wl-highlight.el (wl-highlight-message): Fix description.
2208
2209 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2210
2211         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2212         tty.
2213
2214 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2215
2216         * wl-action.el (wl-summary-exec): Print failure count.
2217
2218 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2219
2220         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2221         to `defun', remove interactive form.
2222         Set elmo-message-fetch-confirm when force-reload is non-nil.
2223
2224 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-summary.el (toplevel): Removed unnecessary autoload.
2227
2228 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2229
2230         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2231         the buffer is generated from another message buffer.
2232
2233 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2236         extracted from `wl-fldmgr-save-folders'.
2237         (wl-fldmgr-delete): Call it after deletion.
2238
2239 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2242         multi-tty support.
2243
2244 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2245
2246         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2247
2248 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2249
2250         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2251         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2252
2253 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2256         unsubscribe list only if argument CLEAR is nil.
2257
2258 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-draft.el (wl-draft-reply): Decode subject before removing
2261         Re: prefix.
2262
2263 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2264
2265         * wl-summary.el (wl-summary-sort-by-size): New command.
2266
2267 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * wl-summary.el (wl-summary-number-list-from-region): New
2270         function.
2271         (wl-summary-mark-as-read-region): Use it.
2272         (wl-summary-mark-as-unread-region): Ditto.
2273         (wl-summary-set-flags-region): Ditto and add optional argument
2274         remove.
2275         (wl-summary-mark-as-answered-region): Ditto.
2276         (wl-summary-mark-as-important-region): Ditto.
2277         (wl-summary-target-mark-mark-as-important): Added optional
2278         argument remove.
2279         (wl-summary-target-mark-mark-as-answered): Ditto.
2280         (wl-summary-target-mark-set-flags): Ditto.
2281
2282 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-summary.el (wl-summary-set-flags-region): Call
2285         `wl-summary-set-flags-internal' with number list instead of call
2286         one by each message.
2287         (wl-summary-target-mark-set-flags): Likewise.
2288
2289 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2290
2291         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2292         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2293         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2294         (wl-summary-target-mark-mark-as-answered): Likewise.
2295
2296 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-summary.el (wl-summary-target-mark-forward): Use
2299         `wl-summary-delete-all-target-marks' instead of
2300         `wl-summary-delete-all-temp-marks'.
2301         (wl-summary-target-mark-reply-with-citation): Ditto.
2302         (wl-summary-target-mark-uudecode): Ditto.
2303         (wl-summary-target-mark-set-flags): Ditto and remove needless
2304         cursor move.
2305
2306 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-summary.el (wl-summary-target-mark-forward): Protect
2309         wl-summary-buffer-target-mark-list from nreverse.
2310         (wl-summary-target-mark-reply-with-citation): Ditto.
2311
2312 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2315         `elmo-display-progress-threshold'.
2316
2317 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2320         check `wl-summary-highlight'.
2321         (wl-summary-window-scroll-functions): Respect value of
2322         `wl-summary-highlight'.
2323         (wl-summary-sync-update): Run hooks
2324         `wl-summary-buffer-window-scroll-functions' at any time.
2325
2326 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2327
2328         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2329         from `wl-summary-cleanup-temp-marks'.
2330         (wl-summary-cleanup-temp-marks): Abolish argument.
2331         * wl.el (wl-save-status): Revert previous change.
2332         (wl-execute-temp-marks): New function, call
2333         `wl-summary-exec-with-confirmation'.
2334         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2335         (wl-folder-save-and-exec-marks): Abolished.
2336
2337 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-e21.el (wl-e21-display-image-p): Respect
2340         `wl-highlight-folder-with-icon'.
2341         (wl-e21-highlight-folder-group-line): Highlight mouse line
2342         even if wl-e21-display-image-p is nil.
2343
2344         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2345         Respect value of `wl-summary-highlight'.
2346
2347         * wl.el (wl-save-status): Remove unused variable.
2348
2349         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2350         (wl-folder-mode-map): Bind it to "x".
2351
2352 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2355
2356         * wl-thread.el (wl-thread-get-parent-list): Don't check
2357         disconnected ancestors, neglecting needless work in
2358         `wl-thread-update-indent-string-thread'.
2359
2360         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2361         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2362         argument, add argument default-keep to keep marks by default.
2363
2364         * Version number is increased to 2.11.30.
2365
2366         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2367         customization type and docstring.
2368         (wl-draft-reply-without-argument-list): Ditto.
2369
2370 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2371
2372         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2373
2374         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2375
2376 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2377
2378         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2379
2380 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2381
2382         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2383         save-excursion so as not to include run-hooks.
2384
2385 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2386
2387         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2388         Clarify that marks are going to be cleared.
2389
2390 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2391
2392         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2393         according to 3rd element of wl-summary-flag-mark.
2394
2395         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2396
2397 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-action.el (wl-summary-target-mark-all): Don't set
2400         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2401
2402 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2403
2404         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2405         (wl-forward-subject-prefix): Ditto.
2406         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2407         (wl-draft-reply-make-subject): Ditto.
2408
2409         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2410         `wl-draft-forward'.
2411         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2412
2413 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2414
2415         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2416         target message does not exist.
2417
2418 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2419
2420         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2421         `wl-subject-prefix-regexp'.
2422         (wl-subject-forward-prefix-regexp): New variable.
2423         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2424         `wl-draft-strip-subject-re' and take regexp as argument.
2425         (wl-draft-forward): Use it.
2426         (wl-draft-reply): Ditto.
2427
2428 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2429
2430         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2431         emacs multi-tty support.
2432
2433 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2434
2435         * wl-e21.el (wl-e21-display-image-p): Don't call
2436         `display-images-p'.
2437         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2438         support.
2439         (wl-highlight-folder-current-line): Ditto.
2440         (wl-folder-init-icons): Ditto.
2441
2442 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2443
2444         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2445         the last line of summary in unplugged mode.
2446
2447 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2448
2449         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2450
2451 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2452
2453         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2454         * wl-address.el (wl-address-user-mail-address-p): Use it.
2455         (wl-address-delete-user-mail-addresses): Ditto.
2456         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2457
2458         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2459         (wl-address-delete-user-mail-addresses): Ditto.
2460
2461         * wl-address.el (wl-address-delete-user-mail-addresses): New
2462         function.
2463         * wl-refile.el (wl-refile-guess-by-history): Use it.
2464         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2465         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2466
2467         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2468         use wl-address-user-mail-address-p.
2469
2470 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2473         after opening group.
2474
2475 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2476
2477         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2478         of elmo-set-buffer-multibyte.
2479
2480         * wl-message.el (wl-original-message-mode): Ditto.
2481
2482         * wl-score.el (wl-score-insert-header): Ditto.
2483
2484         * wl-summary.el
2485         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2486         (wl-summary-goto-folder-subr): Ditto.
2487         (wl-summary-insert-headers): Ditto.
2488
2489         * wl-util.el (wl-set-string-width): Ditto.
2490
2491         * Version number is increased to 2.11.29.
2492
2493 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2494
2495         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2496         (wl-highlight-summary-line-help-echo-alist): New variable.
2497         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2498         into `wl-highlight-summary-line-help-echo' and
2499         `wl-highlight-flag-folder-help-echo'.
2500         (wl-highlight-summary-line-string): Change accordingly.
2501         (wl-highlight-summary-current-line): Ditto.
2502
2503 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2504
2505         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2506         at the beginning of field body (Thanks to Markus Knittig).
2507
2508         * wl-draft.el (wl-draft-insert-current-message): Also check
2509         summary buffer, remove unnecessary tag.
2510
2511 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2512
2513         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2514         when wl-message-buffer is nil.
2515
2516         * wl-folder.el (wl-folder): Abolish unused argument.
2517         Call wl-folder-init when wl-folder-entity is nil.
2518         * wl.el (wl): Change accordingly.
2519
2520 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2521
2522         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2523         multibyte string before insert into draft buffer.
2524         (wl-draft-create-buffer): Always enable multibyte characters for
2525         draft buffer.
2526
2527         * Version number is increased to 2.11.28.
2528
2529 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2530
2531         * wl-folder.el (wl-folder-open-close): Handle blank line.
2532         (wl-folder-jump-to-current-entity): Ditto.
2533
2534 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535
2536         * Version number is increased to 2.11.27.
2537
2538 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2539
2540         * wl-thread.el (wl-thread-insert-message): When the thread is
2541         devided by wl-summary-max-thread-depth, insert line at the end of
2542         buffer.
2543
2544 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * Version number is increased to 2.11.26.
2547
2548 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2549
2550         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2551
2552 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2553
2554         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2555         value of stream-type and session.
2556
2557 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2558
2559         * Version number is increased to 2.11.25.
2560
2561 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2562
2563         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2564         in a quit message.
2565
2566 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2567
2568         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2569         (wl-summary-redisplay-no-mime-internal): Ditto.
2570
2571 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2572
2573         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2574         * wl-vars.el (wl-smtp-connection-type): Ditto.
2575
2576 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2577
2578         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2579         for the separator line and quote mail-header-separator.
2580
2581 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2582
2583         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2584         result message.
2585
2586         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2587         `elmo-multiple-fields-body-list' with boundary as
2588         mail-header-separator.
2589
2590 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2591
2592         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2593
2594 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2595
2596         * wl-util.el (wl-list-diff): Remove unused function.
2597
2598         * wl-draft.el (wl-draft-send-confirm): Discard input before
2599         confirmation.
2600
2601 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2604         order of flag and new.
2605
2606 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2607
2608         * wl-vars.el (wl-refile-policy-alist): Abolished.
2609
2610         * wl-action.el (wl-summary-set-action-refile): Follow the change
2611         above.
2612
2613 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * wl-highlight.el (wl-highlight-signature-search): Don't use
2616         re-search-backward for a long word since it is possible to crash
2617         XEmacs because of a bug.
2618
2619 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2620
2621         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2622
2623 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2626         argument for wl-summary-sync-force-update.
2627
2628 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2629
2630         * wl-summary.el (wl-summary-mode-map): Revival of
2631         wl-summary-mark-as-important related bindings;
2632         Bind 'F','tF','mF','rF','m&'.
2633         (wl-summary-mark-as-important-region): Revival.
2634         (wl-summary-target-mark-mark-as-important): Ditto.
2635         (wl-summary-target-mark-operation): New function.
2636         (wl-summary-target-mark-mark-as-answered): Use it.
2637         (wl-summary-decide-flag): Don't set Important as default.
2638         (wl-summary-mark-as-important-internal): Revival.
2639         (wl-summary-mark-as-important): Ditto.
2640
2641         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2642
2643         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2644         instead of facep.
2645
2646 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * wl-dnd.el (wl-dnd-drop-func): Fix.
2649
2650         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2651         mouse-set-point instead of posn-point.
2652
2653         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2654
2655         * wl-mule.el (wl-completing-read-multiple): Ditto.
2656
2657 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * wl-demo.el (face-background-name): Defalias to avoid compile
2660         warning.
2661
2662 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2663
2664         * wl-summary.el (wl-summary-decide-flag): Use
2665         wl-completing-read-multiple instead of completing-read-multiple.
2666
2667         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2668         New alias.
2669
2670         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2671         Use face-background-name instead of face-background.
2672
2673         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2674
2675         * wl-summary.el (wl-summary-save): Use it.
2676         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2677
2678         * wl-mime.el (wl-mime-save-content): Fix last change.
2679
2680 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2681
2682         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2683         New function.
2684         (wl-summary-sort-specs): Added sort.
2685         * wl-mime.el (wl-mime-save-content): Expand file name.
2686
2687 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2690
2691         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2692
2693 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2694
2695         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2696         for flag if it is not defined.
2697
2698 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2699
2700         * wl-e21.el (wl-highlight-folder-current-line): Use
2701         elmo-folder-type-internal when elmo-folder-type returns nil.
2702
2703         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2704
2705         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2706
2707         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2708
2709         * wl-e21.el (wl-summary-toolbar): Ditto.
2710
2711         * wl-vars.el (wl-demo-background-color): Abolished.
2712         (wl-summary-persistent-mark-priority-list): Renamed from
2713         wl-summary-flag-priority-list.
2714         (wl-summary-flag-alist): New user option.
2715         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2716         (wl-message-mode-line-format-spec-alist): Added 'F'.
2717         (wl-message-mode-line-format): Likewise.
2718         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2719         instead of wl-summary-important-mark.
2720         (wl-file-folder-icon): New variable.
2721
2722         * wl-thread.el (wl-thread-set-flags): Renamed from
2723         wl-thread-mark-as-important.
2724
2725         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2726         warning.
2727         (wl-summary-mode-menu-spec): Follow the change of 
2728         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2729         (wl-summary-mode-map): Follow the change of
2730         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2731         (wl-summary-detect-mark-position): Follow the variable name change.
2732         (wl-summary-set-flags-region): New function for the replacement of
2733         wl-summary-mark-as-important-region.
2734         (wl-summary-sync-marks): Sync all global-flags.
2735         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2736         instead of elmo-message-flagged-p.
2737         (wl-summary-persistent-mark-string): Follow the variable name change;
2738         Put wl-summary-flag-mark if the message has global-flag.
2739         (wl-summary-target-mark-set-flags): Renamed from 
2740         wl-summary-target-mark-mark-as-important.
2741         (wl-summary-decide-flag): New function.
2742         (wl-summary-set-flags-internal): Renamed from
2743         wl-summary-mark-as-important-internal.
2744         (wl-summary-add-flags-internal): New function.
2745         (wl-summary-remove-flags-internal): Ditto.
2746         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2747         (wl-summary-mark-as-unimportant): Abolish.
2748         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2749         (wl-summary-next-message): List flagged messages in the msgdb.
2750
2751         * wl-score.el (wl-summary-score-update-all-lines): Use
2752         wl-summary-add-flags-internal instead of 
2753
2754         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2755
2756         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2757         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2758         (wl-message-buffer-require-all-header): Renamed from
2759         wl-message-buffer-all-header-flag (Ditto).
2760         (wl-message-buffer-flag-indicator): New variable.
2761         (wl-message-redisplay): Changed local varibale name from `flag' to
2762         `display-type'; Set up wl-message-buffer-flag-indicator.
2763         (wl-message-buffer-display): Changed varibale name from `flag' to
2764         `display-type'.
2765         (wl-message-display-internal): Likewise.
2766
2767         * wl-highlight.el (wl-highlight-demo-face): Define default background
2768         color.
2769         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2770
2771         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2772
2773         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2774         (wl-demo-setup-properties): Renamed from
2775         `wl-demo-set-background-color'.
2776         (wl-demo): Follow the change above.
2777         
2778         * Version number is increased to 2.11.24.
2779
2780 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-summary.el (wl-summary-toggle-thread): Call
2783         `wl-summary-rescan' with disable-thread as non-nil.
2784         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2785
2786 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2787
2788         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2789         foreground property of the face.
2790         (wl-demo-insert-text): Don't set up face property here.
2791         (wl-demo): Call wl-demo-set-background-color, anyway.
2792
2793 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2794
2795         * wl-vars.el (wl-demo-background-color): The value can be nil.
2796
2797 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2798
2799         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2800         to wl-summary-wheel-dispatcher.
2801
2802         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2803         wl-message-wheel-dispatcher.
2804         (wl-message-wheel-dispatcher): New function.
2805         (wl-summary-wheel-dispatcher): Ditto.
2806
2807 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-action.el (wl-summary-target-mark-all): List messages which are
2810         not in the killed-list.
2811
2812         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2813         only when the folder is 'flag/important.
2814
2815         * wl-address.el (wl-complete-field-body): Complete if the last
2816         character is a space.
2817
2818 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * wl-folder.el (wl-folder-clear-entity-info): Use
2821         elmo-clear-hash-val.
2822
2823         * wl-fldmgr.el (wl-fldmgr-rename): Set
2824         wl-folder-info-alist-modified as t.
2825
2826 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2827
2828         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2829
2830 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2831
2832         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2833         (wl-folder-buffer-last-visited-entity-id): New buffer local
2834         variable.
2835         (wl-folder-revisit-last-visited-folder): New function.
2836         (wl-folder-mode-map): Bind it to "C-i".
2837         (wl-folder-set-current-entity-id): Set last visited folder.
2838         * wl-summary.el (wl-summary-exit): Ditto.
2839
2840 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2843         before calling `recenter' in order to cope with an XEmacs bug.
2844
2845 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2846
2847         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2848         to the default value.
2849
2850 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2853         change.
2854         (wl-summary-sync-marks): Ditto.
2855         (wl-summary-mark-as-read-internal): Ditto.
2856         (wl-summary-mark-as-answered-internal): Ditto.
2857         (wl-summary-mark-as-important-internal): Ditto.
2858         (wl-summary-reply): Ditto.
2859
2860         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2861         instead of `elmo-folder-unflag-answered'.
2862
2863         * Version number is increased to 2.11.23.
2864
2865         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2866         the last change.
2867
2868 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2869
2870         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2871         Specify "spam" or "good".
2872
2873 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2874
2875         * wl-spam.el (wl-summary-exec-action-spam): Call
2876         wl-folder-confirm-existence for spam folder.
2877         (wl-spam-setup): Bind "mk".
2878
2879 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2882
2883 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2884
2885         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2886         destination folder is empty.
2887
2888 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2891         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2892
2893         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2894         (wl-summary-refile-prev-destination-region): New function.
2895         (wl-thread-refile-prev-destination): Ditto.
2896         (wl-summary-target-mark-refile-prev-destination): Ditto.
2897
2898 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2899
2900         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2901         (wl-demo-background-color): Changed default value.
2902
2903         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2904         color.
2905
2906         * wl-demo.el (wl-demo-set-background-color): New function.
2907         (wl-demo): Call it.
2908
2909 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2910
2911         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2912         * wl-address.el (wl-address-add-or-change): Don't add empty
2913         address.
2914
2915 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2916
2917         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2918
2919 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-vars.el (wl-demo-image-filter-alist): New variable
2922         (wl-demo-background-color): Ditto.
2923
2924         * wl-demo.el (wl-demo-xpm-set-background): New function.
2925         (wl-demo-image-filter): Ditto.
2926         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2927
2928         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2929
2930         * wl-demo.el (wl-demo-icon-name): Define as function.
2931         (wl-demo-insert-image): Use it.
2932
2933 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2934
2935         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2936
2937 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2938
2939         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2940
2941 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2944
2945 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2946
2947         * wl-thread.el (wl-thread-mark-as-answered): New function.
2948
2949         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2950         answered" entry.
2951         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2952         "r&" and wl-thread-mark-as-answered to "t&".
2953         (wl-summary-mark-as-important-region): Refine to toggle mark.
2954         (wl-summary-mark-as-answered-region): New function.
2955         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2956         and 3rd argument.
2957         (wl-summary-mark-as-important-internal): Likewise.
2958
2959 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2960
2961         * wl-template.el (wl-template-preview): New internal variable.
2962         (wl-template-preview-p): New function.
2963         (wl-template-show): Bind `wl-template-preview' as t.
2964
2965 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2968         `elmo-message-entity-field' with 3rd argument which is non-nil.
2969
2970 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2973         Removed duplicate local bind `folder'.
2974
2975 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2976
2977         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2978
2979 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2982         duplicate definition.
2983
2984 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2987         non-nil, use it; Don't fetch message if there's no message in the
2988         current cursor position.
2989
2990 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2991
2992         * wl-util.el (wl-region-exists-p): Use region-active-p.
2993         (wl-deactivate-region): New function.
2994         * wl-message.el (wl-message-redisplay): Deactivate region.
2995
2996         * wl-summary.el (wl-summary-reply): Call
2997         `wl-summary-set-message-buffer-or-redisplay' instead of
2998         `wl-summary-redisplay-internal', don't move point.
2999
3000 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
3003         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
3004         by regexp.
3005
3006 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
3009         if no need.
3010
3011 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3012
3013         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
3014         default value to nil.
3015         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
3016         `wl-summary-prepare-hook'; Replace refile action to
3017         `wl-summary-exec-action-refile-with-register'.
3018
3019         * Version number is increased to 2.11.22.
3020
3021 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-summary.el (wl-summary-detect-mark-position): Set
3024         `wl-summary-buffer-weekday-name-lang'.
3025
3026 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
3027
3028         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
3029         (wl-summary-mark-as-read-all): Ditto.
3030         (wl-summary-delete-messages-on-buffer): Ditto.
3031         (wl-summary-sync-update): Ditto.
3032         (wl-summary-mark-as-read-internal): Ditto.
3033         (wl-summary-mark-as-answered-internal): Ditto.
3034         (wl-summary-update-folder-info): Abolished.
3035
3036 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-summary.el (wl-summary-mark-as-read-all): Use
3039         `wl-summary-update-folder-info' instead of
3040         `wl-folder-update-unread'.
3041
3042 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
3043
3044         * wl-summary.el (wl-summary-update-folder-info): New function derived from
3045         `wl-summary-folder-info-update'.
3046         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
3047         instead of `wl-summary-folder-info-update'.
3048         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
3049         `wl-folder-set-folder-updated'.
3050         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
3051         instead of `wl-folder-update-unread'.
3052         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
3053         the value of `wl-summary-buffer-unread-count' for the second parameter of
3054         `wl-folder-update-unread'.
3055
3056         * Version number is increased to 2.11.21.
3057
3058 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
3059
3060         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
3061         a local variable.
3062
3063 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3066         interactively.
3067
3068         * wl-summary.el (wl-summary-mark-as-important-internal): New
3069         internal function.
3070         (wl-summary-mark-as-important): Use it.
3071         (wl-summary-mark-as-unimportant): New function.
3072         (wl-summary-sync-marks): Follow the API change.
3073
3074         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3075
3076         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3077
3078 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3079
3080         * wl-folder.el (wl-folder-update-unread): Re-indent.
3081         Narrow the scope of a local variable.
3082
3083 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3084
3085         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3086         (wl-addrmgr-merge-entries): Ditto.
3087         (wl-addrmgr): Added to address entry which exists in draft buffer
3088         if no entry is in original.
3089
3090 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3091
3092         * wl-batch.el: New file.
3093
3094 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3095
3096         * wl-vars.el (wl-use-semi): Remove unused variable.
3097
3098 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3099
3100         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3101         "?".
3102
3103 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3106         wl-summary-new-mark.
3107         (wl-summary-new-cached-mark): New user option.
3108         (wl-summary-score-marks): Follow the change above.
3109         (wl-summary-auto-refile-skip-marks): Ditto.
3110         (wl-summary-incorporate-marks): Ditto.
3111         (wl-summary-expire-reserve-marks): Ditto.
3112
3113         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3114
3115         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3116         (wl-summary-persistent-mark-string): Distinguished between cached
3117         and uncached mark when the message is new.
3118
3119 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-spam.el (wl-spam-domain): Renamed from
3122         `wl-spam-folder-guess-domain'.
3123         (wl-summary-exec-action-spam): Register as spam if domain of the
3124         source folder is good.
3125         (wl-summary-exec-action-refile-with-register): Register message if
3126         domain of the source folder is not undecided.
3127
3128 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3129
3130         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3131         detect thread loop.
3132
3133 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3134
3135         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3136         and wl-summary-skip-mark-list.
3137
3138 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3141
3142         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3143
3144         * wl-spam.el (toplevel): Require wl-highlight.
3145         (wl-spam-auto-check-policy-alist): Abolish.
3146         (wl-spam-auto-check-folder-regexp-list): New user option.
3147         (wl-spam-auto-check-marks): Ditto.
3148         (wl-spam-mark-action-list): Ditto.
3149         (wl-highlight-summary-spam-face): New face.
3150         (wl-spam-auto-check-message-p): New function.
3151         (wl-spam-map-spam-messages): Fixed message.
3152         (wl-spam-register-spam-messages): Ditto.
3153         (wl-spam-register-good-messages): Ditto.
3154         (wl-summary-spam-map): Add and remove keybind.
3155         (wl-summary-target-mark-spam): Abolish.
3156         (wl-summary-refile-spam): Ditto.
3157         (wl-summary-test-spam): New function.
3158         (wl-summary-mark-spam): Ditto.
3159         (wl-summary-auto-check-spam): Follow the above change.
3160         (wl-summary-exec-action-spam): New function.
3161         (wl-summary-exec-action-refile-with-register): Fixed message.
3162         (wl-message-check-spam): New function.
3163         (wl-spam-setup): Ditto.
3164         (toplevel): Call it if this file is loaded interactivity.
3165
3166         * Version number is increased to 2.11.20.
3167
3168 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3171         when new optional argument `force' is non nil or modified.
3172
3173 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl.el (toplevel): Require wl-spam when compile.
3176         (wl-save-status): Call wl-spam-save-status.
3177
3178         * wl-spam.el (wl-spam-register-spam-messages): New function.
3179         (wl-spam-register-good-messages): Ditto.
3180         (wl-spam-save-status): Ditto.
3181         (wl-summary-mode-map): Bind
3182         wl-summary-target-mark-register-as-spam to "ms" and
3183         wl-summary-target-mark-register-as-good to "mn".
3184         (wl-summary-register-as-spam): Abolish optional argument; Use
3185         wl-spam-register-spam-messages.
3186         (wl-summary-register-as-spam-all): Use
3187         wl-spam-register-spam-messages.
3188         (wl-summary-register-as-good): Abolish optional argument; Use
3189         wl-spam-register-good-messages.
3190         (wl-summary-register-as-good-all): Use
3191         wl-spam-register-good-messages.
3192         (wl-summary-target-mark-register-as-spam): New funtion.
3193         (wl-summary-target-mark-register-as-good): Ditto.
3194
3195 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * wl-spam.el: New file.
3198
3199 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3200
3201         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3202
3203         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3204         (wl-summary-auto-refile): Call wl-refile-guess with
3205         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3206
3207 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3210         with disable-thread argument non-nil.
3211
3212 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3213
3214         * wl-summary.el (wl-summary-rescan): Added optional argument
3215         disable-thread.
3216         (wl-summary-sync): Call wl-summary-rescan with argument
3217         disable-thread.
3218         (wl-summary-input-range): Added new range `rescan-thread'.
3219
3220 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3223
3224 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3225
3226         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3227         internal variable.
3228         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3229         wl-summary-search-parent-by-subject-regexp and
3230         wl-summary-divide-thread-when-subject-changed as nil.
3231         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3232         (wl-summary-insert-thread): Search parent entity from
3233         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3234         thread loop.
3235
3236 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3239
3240         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3241
3242         * wl-util.el (wl-require-update-all-folder-p): New function.
3243         (wl-get-assoc-list-value): Added `function' to match directive.
3244         (wl-collect-draft): Rewrite.
3245
3246         * wl-summary.el (wl-summary-sync-update): Clear faces
3247         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3248         are non-nil.
3249         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3250         argument as function.
3251         (wl-summary-input-range): Ditto.
3252
3253         * wl-folder.el (wl-draft-get-folder): New function.
3254         (wl-folder-get-elmo-folder): Consider draft folder.
3255
3256         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3257         (wl-draft-buffer-message-number): New buffer local variable.
3258         (wl-draft-folder-internal): New internal variable.
3259         (wl-draft-delete): Rewrite.
3260         (wl-draft-save): Ditto.
3261         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3262         wl-folder-get-elmo-folder.
3263         (wl-draft-config-info-operation): Ditto.
3264         (wl-jump-to-draft-folder): Ditto.
3265         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3266         (wl-draft-reedit): Rewrite.
3267
3268         * Version number is increased to 2.11.19.
3269         
3270 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3271
3272         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3273         variable.
3274
3275 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3278         Use ignore-errors instead of unwind-protect.
3279
3280 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3281
3282         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3283         for updating `wl-thread-entity-list'.
3284
3285 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3286
3287         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3288         parameter from calling `wl-thread-entity-get-older-brothers' and
3289         `wl-thread-entity-get-younger-brothers'.
3290         Replace nested `append' with a single one.
3291
3292 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3293
3294         * wl-summary.el (wl-summary-mode): Don't use the return value of
3295         `make-local-hook'.
3296
3297 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3298
3299         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3300         instead of `let*'.
3301         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3302         of local variables.
3303
3304 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3305
3306         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3307         Renamed from wl-summary-window-scroll-functions.
3308         (wl-summary-window-scroll-functions): Don't set to variable.
3309         (wl-summary-display-top): Use run-hooks.
3310         (wl-summary-display-bottom): Ditto.
3311         (wl-summary-toggle-disp-msg): Ditto.
3312         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3313         Use it instead of wl-summary-window-scroll-functions.
3314         (wl-summary-goto-folder-subr): Don't call
3315         wl-summary-window-scroll-functions, use
3316         wl-summary-buffer-window-scroll-functions instead.
3317
3318 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3321         make-local-variable.
3322
3323 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3324
3325         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3326         set-buffer-modified-p.
3327         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3328         (wl-summary-display-bottom): Ditto.
3329         (wl-summary-toggle-disp-msg): Ditto.
3330
3331 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332
3333         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3334
3335         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3336         (wl-summary-forward): Use elmo-message-entity-field instead of
3337         elmo-message-field.
3338
3339         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3340
3341 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3342
3343         * wl-summary.el (wl-summary-window-scroll-functions): No use
3344         `append'.
3345
3346 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3347
3348         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3349         function.
3350         (wl-summary-window-scroll-functions): Call it when both
3351         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3352         (wl-summary-temp-mark): Added optional argument number.
3353         (wl-summary-message-mark): Added optional argument flag.
3354         (wl-summary-persistent-mark): Added optional argument number and flag.
3355         (wl-summary-update-persistent-mark): Ditto.
3356         (wl-summary-update-status-marks): Set "r" for interactive spec.
3357
3358         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3359         argument number and flag.
3360
3361         * wl-action.el (wl-summary-registered-temp-mark): 
3362         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3363
3364 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3367         internal variable (buffer local).
3368         (wl-summary-window-scroll-functions): New function.
3369         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3370         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3371         as nil.
3372         (wl-summary-update-status-marks): Added arguments beg, end and
3373         check.
3374         (wl-summary-update-mark-window): Use function.
3375         (wl-summary-sync-update): Follow the change above.
3376         (wl-summary-switch-to-clone-buffer): Copy
3377         wl-summary-buffer-unsync-mark-number-list.
3378         (wl-summary-goto-folder-subr): Set
3379         wl-summary-buffer-unsync-mark-number-list and
3380         use wl-summary-window-scroll-functions instead of
3381         wl-summary-lazy-highlight.
3382
3383         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3384
3385 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3386
3387         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3388
3389         * wl-summary.el (wl-summary-update-persistent-mark): Call
3390         wl-summary-set-message-modified.
3391
3392         * wl-summary.el (wl-summary-sync-update): Don't call
3393         wl-summary-update-status-marks.
3394
3395         * Version number is increased to 2.11.18.
3396
3397 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3398
3399         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3400         (wl-message-next-page): Ditto.
3401
3402 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3403
3404         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3405         local variable.  Change the order of a collected list into the
3406         same as the specified range.  Remove nil from a collected list.
3407
3408 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3409
3410         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3411         argument for elmo-folder-list-messages.
3412
3413 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3414
3415         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3416         change (wl-summary-count-unreads return a list instead of a cons
3417         cell).
3418
3419 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3420
3421         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3422         `wl-summary-folder-info-update'.
3423
3424 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3425
3426         * wl-summary.el (wl-summary-set-message-modified): No use
3427         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3428         (wl-summary-set-mark-modified): Abolish.
3429         (wl-summary-mark-modified-p): Ditto.
3430         (wl-summary-save-view): Follow the change above.
3431
3432         * wl-expire.el (wl-summary-expire): Likewise.
3433
3434 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3435
3436         * wl-summary.el (wl-summary-detect-mark-position): Use
3437         modb-entity-handler.
3438         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3439
3440         * Version number is increased to 2.11.17.
3441
3442 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3443
3444         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3445         entity field value.
3446         (wl-summary-prefetch-msg): Ditto.
3447         (wl-summary-print-message-with-ps-print): Ditto.
3448
3449 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3452         for dummy entity.
3453         (wl-summary-insert-thread): Use elmo-message-entity-field.
3454         (wl-summary-update-thread): Use elmo-message-entity-field and
3455         elmo-message-entity-number.
3456         (wl-summary-line-number):  Use elmo-message-entity-number.
3457         (wl-summary-line-size): Use elmo-message-entity-field.
3458         (wl-summary-line-subject): Ditto.
3459         (wl-summary-line-from): Ditto.
3460         (wl-summary-line-attached): Ditto.
3461         (wl-summary-create-line): Ditto.
3462         (wl-summary-create-line): Use elmo-message-entity-number.
3463         (wl-summary-print-message-with-ps-print): Use
3464         elmo-message-entity-field.
3465
3466 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3469         change in elmo-msgdb-make-message-entity.
3470         (wl-summary-buffer-set-folder): Don't call
3471         wl-summary-detect-mark-position here.
3472         (wl-summary-rescan): Call elmo-message-entity-number.
3473         (wl-summary-sync-update): Ditto.
3474         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3475
3476         * wl-score.el (wl-score-header-index): Redefine 2th element.
3477         (wl-score-overview-entity-get-extra): Abolish.
3478         (wl-score-ov-entity-get): Rewrite.
3479         (wl-score-string-index<, wl-score-string-func<): Abolish.
3480         (wl-score-string<): New function.
3481         (wl-score-string-sort): Use it.
3482
3483         * wl-refile.el (wl-refile-guess-by-history): Use
3484         elmo-message-entity-field.
3485         (wl-refile-guess-by-from): Ditto.
3486         (wl-refile-guess-by-msgid): Ditto.
3487
3488         * Version number is increased to 2.11.16.
3489
3490 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3491
3492         * wl-folder.el (wl-folder-confirm-existence): Don't call
3493         file-exists-p if msgdb-path is nil.
3494         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3495         `wl-read-folder-hist' to `wl-read-folder-history'.
3496
3497 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3498
3499         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3500         `y-or-n-p'.
3501
3502 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3503
3504         * wl-score.el (wl-score-headers): Don't use
3505         elmo-folder-do-each-message-entity.
3506
3507         * Version number is increased to 2.11.15.
3508
3509 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3510
3511         * wl-summary.el (wl-summary-delete-all-msgs): Use
3512         elmo-folder-move-messages instead of elmo-folder-delete-messages
3513         and elmo-folder-detach-messages.
3514         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3515
3516         * wl-expire.el (wl-expire-delete): Ditto.
3517         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3518
3519 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3520
3521         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3522         (wl-message-header-narrowing-fields): Ditto.
3523         (wl-message-header-narrowing-lines): Ditto.
3524         (wl-message-header-narrowing-string): Ditto.
3525
3526         * wl-summary.el (wl-summary-mode-map): Bind
3527         wl-summary-toggle-header-narrowing to "C-cC-f".
3528         (wl-summary-toggle-header-narrowing): New function.
3529
3530         * wl-message.el (wl-message-buffer-create): Call
3531         wl-message-header-narrowing-setup.
3532         (wl-message-redisplay): Call wl-message-header-narrowing.
3533         (wl-message-header-narrowing): New function.
3534         (wl-message-header-narrowing-map): New keymap.
3535         (wl-message-header-narrowing-widen-map): New keymap.
3536         (wl-message-header-narrowing-again-at-mouse): New function.
3537         (wl-message-header-narrowing-1): Ditto.
3538         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3539         (wl-message-header-narrowing-setup): Ditto.
3540         (wl-message-header-narrowing-toggle): Ditto.
3541         
3542         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3543
3544         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3545         'flag as all.
3546         (wl-use-flag-folder-help-echo): New user option.
3547
3548         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3549         wl-summary-highlight as nil.
3550         (wl-summary-set-mark-modified): Follow the API change.
3551         (wl-summary-mark-modified-p): Ditto.
3552         (wl-summary-mark-as-read-all): Ditto.
3553         (wl-summary-sync-marks): Don't call
3554         elmo-folder-list-messages-with-global-mark.
3555         (wl-summary-mark-as-read-internal): Follow the API change.
3556         (wl-summary-mark-as-answered-internal): Ditto.
3557         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3558         Follow the API change.
3559         (wl-summary-create-line): Call with number argument.
3560         (wl-summary-reply): Follow the API change.
3561
3562         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3563         function.
3564         (wl-highlight-summary-line-string): Call it when
3565         wl-use-flag-folder-help-echo is non-nil.
3566         (wl-highlight-summary-current-line): Ditto.
3567         (elmo-flag-folder-referrer): Added autoload setting.
3568
3569         * wl-draft.el (wl-draft-kill): Follow the API change.
3570
3571         * Version number is increased to 2.11.14.
3572         
3573 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3574
3575         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3576
3577 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3578
3579         * Version number is increased to 2.11.13.
3580
3581 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582
3583         * wl-draft.el (wl-draft-previous-history-element): Fixed
3584         unbalanced parenthesis and bind unbound local variables.
3585
3586 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3587
3588         * wl-draft.el (wl-draft-previous-history-element): New function.
3589         (wl-draft-next-history-element): Ditto.
3590         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3591         them to M-p and M-n.
3592
3593 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3594
3595         * Version number is increased to 2.11.12.
3596
3597 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3598
3599         * wl-draft.el (wl-draft-hide): Select buffer-window.
3600
3601 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3602
3603         * wl-summary.el (wl-summary-narrow-to-region): New function.
3604         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3605         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3606         (wl-summary-save-region): Use it.
3607         * wl-action.el (wl-summary-collect-numbers-region)
3608         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3609
3610 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3611
3612         * wl-folder.el (wl-folder-count-incorporates): Don't use
3613         `elmo-msgdb-mark-load'
3614
3615         * Version number is increased to 2.11.11.
3616
3617 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3618
3619         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3620         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3621
3622 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3623
3624         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3625
3626 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3627
3628         * Version number is increased to 2.11.10.
3629
3630 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3631
3632         * wl-mime.el (wl-draft-attribute-value): Fixed.
3633
3634 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3635
3636         * wl-util.el (wl-copy-local-variables): New function.
3637
3638         * wl-mime.el (wl-draft-attribute-recipients): New function.
3639         (wl-draft-attribute-envelope-from): Ditto.
3640         (wl-draft-attribute-smtp-posting-server): Ditto.
3641         (wl-draft-attribute-smtp-posting-port): Ditto.
3642         (wl-draft-attribute-value): Ditto.
3643         (wl-draft-preview-message): Use it to get value for
3644         attributes. Reflect result of `wl-draft-config'.
3645
3646         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3647         and call `wl-summary-mark-as-read' before to call
3648         `wl-summary-unset-mark'.
3649         (wl-summary-target-mark-mark-as-unread): Likewise.
3650         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3651
3652 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3653
3654         * wl-mime.el (wl-draft-preview-message): Use actual value for
3655         attributes; Fix for small window.
3656
3657 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * wl-refile.el (wl-refile-get-field-value): Call
3660         `elmo-message-entity-field' with 3rd argument is non-nil.
3661
3662 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-vars.el (wl-draft-preview-attributes): New user option.
3665         (wl-draft-preview-attributes-list): Ditto.
3666         (wl-draft-preview-attributes-buffer-lines): Ditto.
3667         (wl-draft-preview-attributes-buffer-name): Ditto.
3668
3669         * wl-mime.el (wl-draft-preview-message): Display attributes.
3670
3671 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3672
3673         * wl-summary.el (wl-summary-detect-mark-position): Bind
3674         wl-summary-flag-priority-list to '(new).
3675
3676 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3679         funtion.
3680         (wl-highlight-summary-line-string): Use it.
3681         (wl-highlight-summary-current-line): Ditto.
3682
3683 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3684
3685         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3686         line even when the mark string is not changed.
3687
3688         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3689         argument change in the wl-summary-create-line.
3690         (wl-thread-insert-entity-sub): Ditto.
3691
3692         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3693         argument change in the wl-summary-create-line.
3694         (wl-summary-insert-sequential): Ditto.
3695         (wl-summary-update-thread): Ditto.
3696         (wl-summary-persistent-mark-string): New inline function.
3697         (wl-summary-message-mark): Use it.
3698         (wl-summary-create-line): Abolish argument wl-persistent-mark
3699         and added wl-flags, wl-cached.
3700
3701         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3702         mark to flags.
3703         (wl-highlight-summary-current-line): Decide the face not by the 
3704         persistent mark but flags.
3705
3706 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3707
3708         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3709         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3710         wl-summary-read-uncached-mark): Revive.
3711         (wl-summary-answered-cached-mark,
3712         wl-summary-answered-uncached-mark): New user option.
3713         (wl-summary-score-marks): Follow the change above.
3714         (wl-summary-auto-refile-skip-marks): Ditto.
3715         (wl-summary-incorporate-marks): Ditto.
3716         (wl-summary-expire-reserve-marks): Ditto.
3717         (wl-summary-flag-priority-list): New user option.
3718
3719         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3720         changes.
3721         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3722         of elmo-message-mark.
3723         (wl-summary-mark-as-read-internal): Ditto.
3724         (wl-summary-mark-as-answered): Ditto.
3725         (wl-summary-mark-as-important): Ditto.
3726         (wl-summary-redisplay-internal): Ditto.
3727         (wl-summary-redisplay-no-mime-internal): Ditto.
3728         (wl-summary-message-mark): New function.
3729         (wl-summary-insert-sequential): Use wl-summary-message-mark
3730         instead of elmo-message-mark.
3731         (wl-summary-update-thread): Ditto.
3732         (wl-summary-persistent-mark): Ditto.
3733         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3734         instead of elmo-message-mark.
3735
3736         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3737         wl-summary-message-mark instead of elmo-message-mark.
3738         (wl-thread-insert-entity-sub): Ditto.
3739         (wl-thread-get-children-msgs-uncached): Ditto.
3740
3741         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3742         variable name changes.
3743         (wl-highlight-summary-current-line): Ditto.
3744
3745         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3746         wl-summary-message-mark instead of elmo-message-mark.
3747
3748         * wl-expire.el (wl-expire-message-p): Ditto.
3749
3750         * wl-score.el (wl-score-headers): Ditto.
3751
3752         * Version number is increased to 2.11.9.
3753
3754         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3755         (wl-summary-sync-update): Follow the change above.
3756         (wl-summary-switch-to-clone-buffer): Ditto.
3757         (wl-summary-open-folder): Ditto.
3758
3759 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3762         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3763
3764         * Version number is increased to 2.11.8.
3765
3766         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3767
3768         * wl-expire.el (wl-expire-refile): Follow the API change on
3769         `elmo-folder-move-messages'.
3770         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3771
3772         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3773         (wl-summary-exec-action-refile): Ditto.
3774         (wl-summary-exec-action-copy): Ditto.
3775         (wl-summary-no-auto-refile-message-p): No use
3776         `wl-summary-buffer-msgdb'.
3777         (wl-summary-auto-refile): Ditto.
3778
3779 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3780
3781         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3782
3783 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * wl-summary.el (wl-summary-sync): Treat no-sync.
3786
3787         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3788         (wl-default-sync-range): Ditto.
3789
3790 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3791
3792         * wl-refile.el (wl-refile-subject-learn): Call
3793         `elmo-message-entity-field' with 3rd argument is non-nil.
3794         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3795         instead of `elmo-msgdb-overview-entity-get-subject'.
3796
3797 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3800         scan-type is rescan.
3801         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3802         new optional argument force is non-nil.
3803         (wl-summary-save-view-cache): Call it with force argument non-nil.
3804
3805         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3806
3807 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3808
3809         * wl-action.el (wl-summary-print-argument): Fixed last change.
3810
3811 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3812
3813         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3814         simplified.
3815         (wl-summary-target-mark-mark-as-unread): Likewise.
3816         (wl-summary-target-mark-mark-as-important): Likewise.
3817
3818 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3819
3820         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3821         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3822         (wl-summary-mark-as-important-region): Change accordingly.
3823         (wl-summary-target-mark-mark-as-important): Ditto.
3824
3825 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3826
3827         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3828
3829         * wl-action.el (wl-summary-print-argument): Print argument to
3830         right side of window if `wl-summary-print-argument-within-window'
3831         is non-nil.
3832
3833 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3834
3835         * wl-action.el (wl-summary-set-mark): Use
3836         `wl-summary-message-visible-p' to check visibility of the message
3837         and jump to message only when the message line is visible and have
3838         different number; Call wl-summary-unset-mark with number argument.
3839         (wl-summary-unset-mark): 
3840         Use `wl-summary-message-visible-p'
3841         to check visibility of the message and jump to message only when
3842         the message line is visible and have different number;
3843
3844 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3845
3846         * Version number is increased to 2.11.7.
3847
3848         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3849         and wl-folder-summary-line-format.
3850
3851         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3852         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3853         (wl-summary-set-score-mark): Use it.
3854         (wl-summary-target-mark-mark-as-read): Ditto.
3855         (wl-summary-target-mark-mark-as-unread): Ditto.
3856         (wl-summary-target-mark-mark-as-important): Ditto.
3857         (wl-summary-target-mark-msgs): Simplified.
3858         (wl-summary-detect-mark-position): Fixed problem when
3859         summary-line-format no contain persisten/temp mark spec.
3860         (wl-summary-temp-mark): Ditto.
3861         (wl-summary-persistent-mark): Ditto.
3862         (wl-summary-update-persistent-mark): Ditto.
3863
3864         * wl-action.el (wl-summary-set-mark): Ditto.
3865         (wl-summary-unset-mark): Ditto.
3866         All other related portions are changed.
3867
3868 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * Version number is increased to 2.11.6.
3871
3872 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3873
3874         * wl-util.el (wl-current-message-buffer): Define as function;
3875         Don't use the value of wl-messge-buffer.
3876
3877         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3878         persistent mark.
3879
3880         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3881         no current message, cause an error.
3882
3883 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3884
3885         * wl-summary.el (wl-summary-set-message-modified): Use
3886         elmo-folder-set-message-modified instead of
3887         elmo-folder-set-message-modified-internal.
3888
3889 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3892         interactively.
3893         (wl-summary-sync): nokill->entirely.
3894         (wl-summary-sync-marks): Fixed message.
3895         (wl-summary-input-range): Added mark, nokill->entirely.
3896
3897         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3898         messages as read.
3899
3900 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3901
3902         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3903         update-noscore.
3904         (wl-summary-sync): Follow the change above.
3905
3906 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3907
3908         * wl-action.el (wl-summary-target-mark-all): Use
3909         elmo-folder-list-messages.
3910
3911 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3914         (wl-summary-rescan): Set wl-summary-scored as nil.
3915         (wl-summary-sync-force-update): Follow the change above.
3916         (wl-summary-sync): Ditto.
3917         (wl-summary-sync-update): Added argument disable-killed.
3918         (wl-summary-insert-headers): Set visible-only argument for
3919         elmo-folder-list-messages.
3920         (wl-summary-input-range): Added update-nokill, update-noscore,
3921         all-nokill, all-noscore and mark.
3922
3923         * Version number is increased to 2.11.5.
3924
3925         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3926
3927 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3928
3929         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3930         (wl-summary-prefetch-region-no-mark): Change accordingly.
3931         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3932
3933 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3934
3935         * wl-address.el (wl-complete-field-to): Abolished.
3936         (wl-complete-address): Completion function for completing-read.
3937         * wl-action.el (wl-summary-get-resend-address): Use it.
3938
3939         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3940         wl-summary-update-mark and abolish unused argument.
3941         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3942         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3943         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3944         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3945         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3946         * wl-draft.el (wl-draft-kill): Ditto.
3947
3948         * wl-summary.el: Remove unused binding of case-fold-search.
3949         (wl-summary-replace-status-marks): Abolished.
3950
3951 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3954         is specified or folder length is zero.
3955
3956 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3957
3958         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3959         (wl-folder-archive-current-entity): Ditto.
3960
3961 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3964         retrieving message mark.
3965         (wl-summary-redisplay-internal): Ditto.
3966
3967         * wl-message.el (wl-message-buffer-display): Ignore errors while
3968         retrieving message-id field.
3969
3970         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3971         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3972         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3973         order of the arguments for `wl-expire-message-p'.
3974         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3975
3976         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3977         Check return value of wl-summary-reply.
3978         (wl-summary-reply): Recover window configuration when an error occured.
3979
3980 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3981
3982         * wl-summary.el (wl-summary-resend-message): Abolished, the
3983         feature is inherited by wl-summary-resend (put resend mark).
3984
3985 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3986
3987         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3988         wl-message-buffer to nil when the message is hide.
3989
3990 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3991
3992         * .cvsignore: New file.
3993
3994 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3995
3996         * wl-action.el (wl-summary-action-docstring): Add more info.
3997         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3998         duplicate definition.
3999         (wl-summary-define-mark-action): Functions wl-summary-*-region
4000         keep current position.
4001         (wl-summary-unregister-target-mark): Store result to the variable.
4002
4003 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * Version number is increased to 2.11.4.
4006
4007 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
4010         wl-summary-delete-all-temp-marks.
4011         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
4012
4013         * wl-action.el (wl-summary-set-mark): Changed terminology
4014         refile-destination -> action-argument.
4015         (wl-summary-unset-mark): Ditto.
4016         (wl-summary-remove-argument): Ditto.
4017         (wl-summary-print-argument): Ditto.
4018
4019         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
4020         (wl-thread-remove-argument-region): Ditto.
4021         (wl-thread-print-argument-region): Ditto.
4022         (wl-thread-close): Ditto.
4023         (wl-thread-open): Ditto.
4024
4025         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
4026         (wl-highlight-refile-destination-face is abolished)
4027         (wl-highlight-action-argument-string): Ditto.
4028         (wl-highlight-summary-current-line): Highlight action argument.
4029
4030         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
4031         color for light backgrounds.
4032         (wl-highlight-summary-answered-face): Ditto.
4033
4034 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
4035
4036         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
4037
4038         * wl-score.el (wl-summary-score-update-all-lines): Use
4039         wl-summary-set-mark.
4040         (wl-summary-score-update-all-lines): Kill expunged messages.
4041
4042         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
4043
4044 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
4047         directly.
4048         (wl-score-overview-entity-get-lines): Ditto.
4049         (wl-score-overview-entity-get-xref): Ditto.
4050         (wl-score-get-latest-msgs): Ditto.
4051         (wl-summary-rescore): Ditto.
4052
4053         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
4054         to "&".
4055         (wl-summary-mark-as-answered-internal): New inline function.
4056         (wl-summary-mark-as-answered): New function.
4057         (wl-summary-mark-as-unanswered): Ditto.
4058         (wl-summary-sync-marks): Modified for answered-mark synching.
4059
4060 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4061
4062         * wl-action.el (wl-summary-set-mark): Fixed last change.
4063
4064 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4065
4066         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4067         behavior of wl-summary-unread-message-hook
4068         (Pointed out by akira yamada <akira@arika.org>).
4069
4070 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4071
4072         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4073         wl-summary-delete.
4074         * wl-xmas.el (wl-summary-toolbar): Ditto.
4075
4076         * wl-action.el (wl-summary-set-mark): Don't override current
4077         temp-mark.
4078
4079         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4080
4081 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4082
4083         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4084         (wl-refile-msgid-learn): Ditto.
4085         (wl-refile-get-field-value): Ditto.
4086
4087         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4088
4089         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4090         (wl-expire-delete-reserved-messages): Renamed from
4091         wl-expire-reserve-marked-msgs-from-list.
4092         (wl-expire-delete): Removed argument `msgdb'.
4093         (wl-expire-refile): Ditto.
4094         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4095         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4096         mark-alist as argument.
4097         (wl-expire-archive-number1): Removed argument `msgdb'.
4098         (wl-expire-archive-number2): Ditto.
4099         (wl-expire-archive-date): Ditto.
4100         (wl-expire-localdir-date): Ditto.
4101         (wl-expire-hide): Ditto.
4102         (wl-archive-number1): Ditto.
4103         (wl-archive-number2): Ditto.
4104         (wl-archive-date): Ditto.
4105         (wl-archive-folder): Ditto.
4106         All other related portions are changed.
4107
4108 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109
4110         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4111         mean move up and down. (suggested by Takashi Kawachi)
4112
4113 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4114
4115         * wl-acap.el (toplevel): Don't require un-define.
4116
4117 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4118
4119         * wl-thread.el (wl-thread-delete-message): Always update
4120         wl-summary-buffer-number-list.
4121
4122         * wl-action.el (wl-summary-print-destination): 
4123         Do nothing when folder is nil.
4124
4125 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4126
4127         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4128         persistent mark when prefetch is succeeded.
4129
4130 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4133         instead of elmo-msgdb-delete-msgs.
4134         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4135         (wl-expire-hide): Ditto.
4136
4137         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4138
4139         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4140         elmo-msgdb interface.
4141         (wl-thread-get-exist-children): Likewise.
4142         (wl-thread-insert-message): Likewise.
4143         (wl-thread-msg-mark-as-important): Likewise.
4144         (wl-thread-insert-entity-sub): Likewise.
4145         (wl-thread-get-children-msgs-uncached): Likewise.
4146
4147         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4148         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4149         (wl-summary-sync-update): Likewise.
4150         (wl-summary-auto-select-msg-p): Likewise.
4151         (wl-summary-update-thread): Likewise.
4152         (wl-summary-mark-as-important): Likewise.
4153         (wl-summary-jump-to-msg-internal): Likewise.
4154         (wl-summary-redisplay-internal): Likewise.
4155         (wl-summary-print-message-with-ps-print): Likewise.
4156         (wl-summary-folder-info-update): Likewise.
4157
4158         * wl-folder.el (wl-folder-check-one-entity):
4159         elmo-folder-count-flags instead of wl-summary-count-unread.
4160
4161         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4162
4163         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4164
4165         * wl-summary.el (wl-summary-set-message-modified): 
4166         Call wl-summary-set-mark-modified.
4167         (wl-summary-delete-messages-on-buffer): Call
4168         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4169         (wl-summary-sync-update): Call elmo-folder-length instead of
4170         elmo-folder-messages.
4171         (wl-summary-insert-headers): Don't call
4172         elmo-folder-list-message-entities.
4173
4174 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4175
4176         * wl-action.el (wl-summary-define-mark-action): Call
4177         `wl-summary-set-mark' with argument `data'.
4178         (wl-summary-auto-refile): Fixed order of arguments when call
4179         `wl-summary-refile'.
4180
4181 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4182
4183         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4184
4185         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4186
4187         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4188         (Renamed from wl-highlight-summary-deleted-face).
4189         (wl-highlight-summary-resend-face): New face.
4190
4191         (wl-highlight-summary-deleted-face): Renamed from
4192         wl-highlight-summary-erased-face.
4193
4194         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4195
4196         * wl-action.el (wl-summary-get-resend-address): New function.
4197         (wl-summary-exec-action-resend): Ditto.
4198         (wl-summary-exec-action-resend-subr): Ditto.
4199
4200         * w-thread.el (wl-thread-copy): Removed definition.
4201         (wl-thread-refile): Ditto.
4202         (wl-thread-delete): Ditto.
4203         (wl-thread-target-mark): Ditto.
4204
4205         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4206         (wl-summary-target-mark-set-action): Fixed.
4207         (wl-summary-define-mark-action): Fixed quotation.
4208         (wl-summary-move-mark-list-messages): Display message.
4209         (wl-summary-define-mark-action): Define thread functions.
4210         (wl-summary-exec-action-refile): Changed message.
4211         (wl-summary-exec): Ditto.
4212
4213 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4214         
4215         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4216         '%%'.
4217
4218 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4219
4220         * wl.el (toplevel): Require wl-action.
4221         (wl-init): Call wl-summary-define-mark-action.
4222
4223         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4224
4225         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4226         wl-summary-delete and wl-summary-erase.
4227         (wl-summary-mode-map): Ditto.
4228
4229         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4230         wl-delete-folder-alist.
4231
4232         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4233         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4234         (toplevel): Moved mark & action related functions to the wl-action.el.
4235
4236         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4237         in wl-summary-mark-action-list.
4238         (wl-highlight-summary-current-line): Ditto.
4239
4240         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4241         empty lines.
4242
4243         * wl-action.el: New file. 
4244
4245 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4246
4247         * wl-summary.el (wl-summary-target-mark-replace): New function.
4248         (wl-summary-target-mark-prefetch): Use it.
4249         (wl-summary-target-mark-delete): Ditto.
4250         (toplevel): Rearranged definition order.
4251         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4252         (wl-summary-target-mark-erase): Rewrite.
4253         (wl-summary-erase-region): New function.
4254         (wl-summary-exec-action-erase): Changed message.
4255         (wl-summary-move-mark-list-messages): New function.
4256         (wl-summary-exec-action-delete): Use it.
4257         (wl-summary-exec-action-erase): Ditto.
4258
4259         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4260         (wl-summary-skip-mark-list): Added "d".
4261
4262         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4263         while searching.
4264
4265         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4266         and define using defcustom;
4267         Define 4th element as a face.
4268         
4269         * wl-summary.el (wl-summary-incorporate): Use 
4270         `wl-summary-prefetch-region-no-mark' instead of
4271         `wl-summary-prefetch-region'.
4272         (wl-summary-prefetch-region-no-mark): Revival of old
4273         `wl-summary-prefetch-region'.
4274         (wl-summary-mark-action-list): Moved to wl-vars.el
4275
4276         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4277         face according to the `wl-summary-mark-action-list'.
4278         (wl-highlight-summary-current-line): Ditto;
4279         Removed destination highlighting.
4280
4281         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4282         (wl-highlight-summary-line-string): Highlight for "i" mark.
4283         (wl-highlight-summary-current-line): Ditto.
4284
4285         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4286         no destination.
4287
4288         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4289         exists, just go ahead.
4290         (wl-summary-prefetch-region): Rewrite.
4291         (wl-summary-prefetch): Ditto.
4292         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4293         (wl-summary-exec-action-prefetch): New function.
4294         (wl-summary-target-mark-prefetch): Rewrite.
4295
4296 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4299         (wl-highlight-summary-line-string): Added "d" and "D".
4300         (wl-highlight-summary-current-line): Ditto.
4301
4302         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4303         in wl-summary.el.
4304         (wl-thread-insert-entity-sub): Ditto.
4305         (wl-thread-remove-destination-region): Ditto.
4306         (wl-thread-print-destination-region): Ditto.
4307
4308         * wl-summary.el (wl-summary-buffer-refile-list,
4309         wl-summary-buffer-delete-list,
4310         wl-summary-buffer-copy-list): Abolish.
4311         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4312         All other related portions are changed.
4313         (wl-summary-mark-action-list): New variable.
4314         (wl-summary-set-mark): New function.
4315         (wl-summary-register-target-mark): Ditto.
4316         (wl-summary-unregister-target-mark): Ditto.
4317         (wl-summary-have-target-mark-p): Ditto.
4318         (wl-summary-register-temp-mark): Ditto.
4319         (wl-summary-unregister-temp-mark): Ditto.
4320         (wl-summary-registered-temp-mark): Ditto.
4321         (wl-summary-collect-temp-mark): Ditto.
4322         (wl-summary-unset-mark): Ditto.
4323         (wl-summary-set-target-mark): Ditto.
4324         (wl-summary-unset-target-mark): Ditto.
4325         (wl-summary-set-action-generic): Ditto.
4326         (wl-summary-unset-action-generic): Ditto.
4327         (wl-summary-exec-action-delete): Ditto.
4328         (wl-summary-exec-action-erase): Ditto.
4329         (wl-summary-set-action-refile): Ditto.
4330         (wl-summary-set-action-refile-subr): Ditto.
4331         (wl-summary-unset-action-refile): Ditto.
4332         (wl-summary-make-destination-numbers-list): Ditto.
4333         (wl-summary-exec-action-refile): Ditto.
4334         (wl-summary-set-action-copy): Ditto.
4335         (wl-summary-unset-action-copy): Ditto.
4336         (wl-summary-exec-action-copy): Ditto.
4337         (wl-summary-collect-numbers-region): Ditto.
4338         (wl-summary-delete): Rewrite.
4339         (wl-summary-erase): Ditto.
4340         (wl-summary-remove-destination): Ditto.
4341         (wl-summary-exec): Ditto.
4342         (wl-summary-exec-region): Ditto.
4343         (wl-summary-target-mark-erase): Ditto.
4344         (wl-summary-refile): Ditto.
4345         (wl-summary-copy): Ditto.
4346         (wl-summary-unmark): Ditto.
4347         (wl-summary-delete-all-mark): Ditto.
4348         (wl-summary-mark-line): Don't highlight.
4349         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4350         (wl-summary-target-mark-refile-subr): Rewrite.
4351
4352         (wl-summary-copy-prev-destination): Abolish.
4353
4354 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4355
4356         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4357         default values along the value of wl-on-mule.
4358         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4359         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4360         It is not used anywhere.
4361
4362 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4363
4364         * wl-summary.el (wl-summary-print-destination): Keep position.
4365         (wl-summary-cursor-move-surface): Keep horizontal position.
4366
4367 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4368
4369         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4370         write sendlog.
4371
4372 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4373
4374         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4375         `wl-summary-highlight'.
4376
4377 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4378
4379         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4380         trivial condition for temp-mark.
4381
4382 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4383
4384         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4385         when it hits killed buffer.
4386
4387 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4388
4389         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4390         * wl-news.el.in: `message' and `error' take format string.
4391
4392 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4393
4394         * wl-folder (wl-folder-insert-entity): Display a message,
4395         `...done', when the work finish.
4396         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4397
4398 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4399
4400         * wl-message.el (wl-message-redisplay): Remove unused local
4401         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4402
4403 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4404
4405         * wl-summary.el (wl-summary-replace-status-marks): Disable
4406         interactive use.
4407         (wl-summary-reedit): Check message existence at first.
4408         (wl-summary-mark-line): Fix doc, return value is indefinite.
4409
4410         * wl-highlight.el (wl-highlight-message): Arranged.
4411
4412         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4413         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4414         check temp-mark by wl-summary-temp-mark always.
4415         (wl-highlight-summary): Change accordingly.
4416         * wl-summary.el (wl-summary-mark-as-read-all)
4417         (wl-summary-delete-cache, wl-summary-set-score-mark)
4418         (wl-summary-mark-as-unread, wl-summary-unmark)
4419         (wl-summary-mark-line, wl-summary-mark-as-read)
4420         (wl-summary-mark-as-important): Ditto.
4421
4422         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4423         end of the window if possible.
4424         * wl-summary.el (wl-summary-sync-update): Support lazy
4425         highlighting.
4426         (wl-summary-toggle-disp-msg): Ditto.
4427
4428 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4429
4430         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4431
4432 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4433
4434         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4435         change.
4436
4437 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4440         API.
4441         (wl-summary-sync-update): Ditto.
4442
4443         * wl-score.el (wl-score-get-score-alist): Changed argument.
4444         (wl-summary-rescore-msgs): Likewise.
4445         (wl-summary-score-headers): Likewise.
4446         (wl-score-headers): Likewise;
4447         Use elmo-folder-do-each-message-entity, etc.
4448         (wl-summary-score-effect): Follow the changes above.
4449         (wl-summary-rescore): Ditto.
4450         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4451         (wl-score-get-overview): Abolish.
4452
4453         * wl-summary.el (wl-summary-default-from): Follow the API change in
4454         elmo-msgdb.
4455         (wl-summary-count-unread): Ditto.
4456         (wl-summary-detect-mark-position): Ditto.
4457         (wl-summary-overview-entity-compare-by-date): Ditto.
4458         (wl-summary-overview-entity-compare-by-number): Ditto.
4459         (wl-summary-overview-entity-compare-by-from): Ditto.
4460         (wl-summary-overview-entity-compare-by-subject): Ditto.
4461         (wl-summary-get-list-info): Ditto.
4462         (wl-summary-rescan): Ditto.
4463         (wl-summary-jump-to-msg-by-message-id): Ditto.
4464         (wl-summary-sync-update): Ditto; Removed comment.
4465         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4466         (wl-summary-insert-message): Use wl-summary-insert
4467         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4468         (wl-summary-insert-headers): Changed argument overview to folder.
4469         (wl-summary-search-by-subject): Likewise.
4470         (wl-summary-insert-thread): Renamed from 
4471         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4472
4473         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4474         too.
4475
4476         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4477         wl-string-member.
4478
4479 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4480
4481         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4482         elmo-folder-append-buffer.
4483         (wl-draft-queue-append): Likewise.
4484
4485         * wl-mime.el (wl-message-delete-current-part): Ditto.
4486         (wl-summary-burst-subr): Ditto.
4487
4488         * wl-news.el.in (wl-news-send-news): Ditto.
4489
4490 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4493         function.
4494         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4495         (wl-summary-update-mark): Enclose with save-excursion.
4496         (wl-summary-mark-as-read-internal): Fixed last change.
4497         (wl-summary-mark-as-important): Use 3rd argument of
4498         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4499         Don't use elmo-msgdb-set-mark.
4500         (wl-summary-redisplay-internal): If msgdb flag is already read,
4501         just update the mark on buffer.
4502
4503 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4504
4505         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4506         cut visible folder when elmo-folder-delete returns non-nil value.
4507
4508 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4509
4510         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4511         by Kenichi OKADA <okada@opaopa.org>).
4512
4513 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4514
4515         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4516
4517 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4518
4519         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4520         Fixed the last change, search group entity by its real name.
4521         (Thanks to: KOBAYASHI Shinji)
4522
4523 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4524
4525         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4526         (wl-fldmgr-access-display-all): Don't refer visible name.
4527         * wl-expire.el (wl-folder-archive-current-entity)
4528         (wl-folder-expire-current-entity): Ditto.
4529         * wl-folder.el (wl-folder-jump-to-current-entity)
4530         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4531         (wl-folder-open-folder-sub,wl-folder-open-all)
4532         (wl-folder-write-current-folder): Ditto.
4533         (wl-folder-insert-entity): Don't use petname for normal group.
4534         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4535         is the real name.
4536         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4537         Abolished.
4538
4539 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl-draft.el (wl-draft-create-buffer): Add
4542         `wl-summary-reply-with-citation'
4543
4544 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4545
4546         * wl-draft.el (wl-draft-reply): Fixed.
4547
4548 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4551         when `wl-draft-send-confirm-with-preview' is non-nil.
4552         You can scroll up/down by j/k.
4553         (wl-draft-send-confirm-with-preview): New variable (default=t).
4554
4555 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4558         (wl-fldmgr-save-folders): Fix comment.
4559
4560 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4563         along the last change in `wl-folder-buffer-group-p'.
4564
4565 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4568         folder.
4569
4570         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4571         the default value.
4572
4573         * wl-mime.el (wl-summary-burst): Update summary only when target
4574         folder equals current folder.
4575
4576 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4579
4580 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4583         value.
4584
4585 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4588         `map-extents' instead of `extent-at' repeatedly.
4589         (wl-highlight-folder-current-line): Ditto.
4590
4591         * wl-highlight.el: Remove useless dummy functions.
4592
4593 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4596         (wl-folder-put-folder-property): New function to put text property.
4597         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4598         (wl-folder-insert-entity, wl-folder-update-diff-line)
4599         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4600         * wl-e21.el, wl-xmas.el, wl-mule.el
4601         (wl-highlight-folder-current-line): Ditto.
4602         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4603         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4604         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4605         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4606
4607 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * Version number is increased to 2.11.3.
4610
4611 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4614         Resume current-buffer since it is assumed by remaining tasks.
4615
4616 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4619         (wl-folder-completion-function): Abolished.
4620         (wl-folder-complete-folder): New function.
4621         (wl-folder-complete-filter-condition): Ditto.
4622         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4623         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4624
4625 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-draft.el (wl-draft-send-confirm): New function.
4628         (wl-draft-send): Use it.
4629
4630         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4631         cursor-in-echo-area while confirming.
4632
4633         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4634
4635         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4636         searching via nntp if wl-summary-search-via-nntp is 'force.
4637         Otherwise, invoke searching in nntp folder only.
4638         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4639
4640         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4641         explicitly for mime-make-text-tag.
4642
4643 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4644
4645         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4646         `mime-make-text-tag' instead of `mime-create-tag'.
4647
4648 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4651         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4652
4653 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-score.el (wl-score-save): Bind print-length and print-level.
4656         (wl-score-pretty-print): Ditto.
4657         (wl-score-edit-insert-header-entry): Ditto.
4658
4659         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4660         "From" entry to be treated with wl-draft-eword-encode-address-list.
4661         * wl-mime.el (wl-draft-preview-message): Ditto.
4662
4663         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4664         (wl-summary-mark-as-unread): Ditto.
4665         (wl-summary-mark-as-read-region): Change accordingly.
4666         (wl-summary-mark-as-unread-region): Ditto.
4667         (wl-summary-target-mark-mark-as-read): Ditto.
4668         (wl-summary-target-mark-mark-as-unread): Ditto.
4669
4670 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4671
4672         * Version number is increased to 2.11.2.
4673
4674 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-news.el.in (wl-news-previous-version-save): Bind
4677         print-length and print-level.
4678         * wl-thread.el (wl-thread-save-entities): Ditto.
4679         (wl-thread-save-top-list): Bind print-length.
4680
4681 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-highlight.el (wl-highlight-summary-line-string): Use
4684         wl-summary-score-below-mark, wl-summary-score-over-mark.
4685         (wl-highlight-summary-current-line): Ditto.
4686
4687 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4688
4689         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4690         insert it.
4691
4692 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4695
4696 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4699         message without msgid.
4700         Rewrite with elmo-folder-move-messages.
4701         Set wl-message-buffer to nil.
4702
4703         * wl-summary.el (wl-summary-erase-subr): New function. Use
4704         elmo-folder-move-messages.
4705         (wl-summary-erase): Call it.
4706         (wl-summary-target-mark-erase): Ditto.
4707
4708 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4711         it is not up-tp-date.
4712
4713 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4716         buffer after calling `wl-summary-goto-folder-subr' without the
4717         argument `interactive'.
4718         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4719
4720 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4721
4722         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4723         `mime-create-tag'. Use `string=' instead of `looking-at'.
4724
4725 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4728         to avoid compile warning.
4729
4730         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4731         entity-id when folder is given.
4732         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4733         save-excursion, use save-selected-window instead.
4734         Select folder buffer window if exists.
4735         (To correct behavior with wl-folder-move-cur-folder.)
4736
4737 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4738
4739         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4740
4741 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4742
4743         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4744         list-count instead of %d.
4745
4746 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4749         (wl-news): Set it.
4750         (wl-news-append-to-folder): Use it.
4751
4752         * wl-news.el.in (wl-news-send-news): Append to specified folder
4753         instead of wl-default-folder.
4754         (wl-news-append-to-folder): Show error message with specified folder.
4755
4756         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4757                 In most major modes, Emacs assumes that any opening
4758                 delimiter found at the left margin is the start of a
4759                 top-level definition, or defun. Therefore, *never put an
4760                 opening delimiter at the left margin unless it should have
4761                 that significance.*
4762
4763         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4764
4765 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4766
4767         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4768
4769 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4770
4771         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4772
4773 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4774
4775         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4776         for sequential numbering case.
4777
4778 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4781         value.
4782         (wl-draft-reply-without-argument-list): Ditto.
4783         (wl-draft-reply-myself-with-argument-list): Abolish.
4784         (wl-draft-reply-myself-without-argument-list): Ditto.
4785         * wl-draft.el (wl-draft-self-reply-p): New function.
4786         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4787
4788 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4791         (avoid error for the case without byte-compiling)
4792
4793 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4794
4795         * wl-news.el.in (wl-news-append-to-folder): New function.
4796         (wl-news-exit): Rewrite.
4797         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4798
4799 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4800
4801         * wl-draft.el (wl-draft-reply-position): New function.
4802         (wl-draft-reply-position): Fix.
4803         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4804         (wl-summary-target-mark-reply-with-citation): Ditto.
4805         (wl-summary-reply-with-citation): Ditto.
4806         * wl-vars.el (wl-draft-reply-default-position): New variable.
4807
4808 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4809
4810         * wl-draft.el (wl-draft-send): Preview when interactive send.
4811
4812 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4813
4814         * wl-draft.el (wl-draft-reply): Set default position.
4815         * wl-summary.el (wl-summary-reply): Ditto.
4816         (wl-summary-reply-with-citation): Ditto.
4817         (wl-summary-target-mark-reply-with-citation): Ditto.
4818
4819 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-news.el.in (wl-news-lang): Set default value according to
4822         current-language-environment.
4823         (wl-news-append-news): Do nothing when news-list is nil.
4824
4825 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4828         (wl-news): Change message.
4829         (wl-news-exit): Check buffer.
4830         (wl-news-force-exit): New function.
4831         (wl-news-show-all): New function.
4832         (wl-news-discard-and-exit): Fix.
4833
4834 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4837         according to current-language-environment.
4838
4839         * wl-news.el.in (wl-news): If arg, show all NEWS after
4840         wl-news-default-previous-version.
4841
4842 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4843
4844         * wl-news.el.in (wl-news-check): Rewritten.
4845         (wl-news-previous-version-load): Change data type.
4846         (wl-news-previous-version-save): Change data type.
4847         (wl-news-append-news): Add return value.
4848         (wl-news-check-news): New function.
4849         (wl-news-already-current-p): New function.
4850         (wl-news-send-news): Rewritten.
4851         (wl-news-mode-map): Add new keybind.
4852         (wl-news): Rewritten.
4853         (wl-news-exit): Rewritten.
4854         (wl-news-discard-and-mail): New function.
4855         (wl-news-send-to-address): Abolished.
4856         * wl.el (wl-init): Delete a message.
4857
4858 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4859
4860         * wl-news.el.in (wl-news-exit): Update previous version.
4861         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4862
4863 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4864
4865         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4866
4867 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl-news.el.in (wl-news): New function.
4870         (wl-news-mode): New function.
4871         (wl-news-next-line): New function.
4872         (wl-news-next-page): New function.
4873         (wl-news-exit): New function.
4874         (wl-news-buf-name): New variable.
4875         (wl-news-mode-map): New variable.
4876         (wl-news-winconf): New variable.
4877         (wl-news-append-news): Add an option.
4878
4879 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4880
4881         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4882
4883 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * wl-news.el.in (wl-news-send-to-address): New variable.
4886         (wl-news-send-news): Use it.
4887         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4888         Return updating status.
4889         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4890
4891 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4892
4893         * wl-news.el.in (wl-news-send-news): Delete
4894         Organization and X-Face.
4895
4896 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4897
4898         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4899         (wl-news-append-news): New function.
4900         (wl-news-send-news): New function.
4901
4902 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4903
4904         * Version number is increased to 2.11.1.
4905
4906 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4907
4908         * wl-news.el.in : New file.
4909
4910 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4911
4912         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4913         default value.
4914         (wl-draft-reply-without-argument-list): Ditto.
4915
4916 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4917
4918         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4919         (wl-message-buffer-prefetch-idle-time): Ditto.
4920         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4921
4922 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-thread.el (wl-thread-insert-message): Use
4925         wl-summary-max-thread-depth.
4926
4927         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4928         loop detection.
4929
4930         * wl-message.el (wl-message-buffer-display): Back to the first page
4931         when cache is hit.
4932
4933 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4936
4937         * wl-summary.el (wl-summary-insert-thread-entity):
4938         If the thread depth is reached to wl-summary-max-thread-depth,
4939         divide the thread.
4940
4941 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4942
4943         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4944         for elmo-remove-passwd.
4945
4946 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4949         folder is sticky.
4950         (wl-folder-mark-as-read-all-entity): Ditto.
4951         (wl-folder-prefetch-entity): Ditto.
4952
4953 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4954
4955         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4956
4957 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4958
4959         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4960         Delete messages on buffer for unplugged operation.
4961         (wl-summary-erase): Ditto.
4962
4963 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4966         take nil so as not to search parent by subject.
4967
4968 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4971         (wl-folder-get-next-folder): Ditto.
4972         (wl-folder-get-path): Ditto.
4973
4974 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4975
4976         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4977         system and encode the region with it before verifying.
4978
4979 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4982         system of the echo buffer before decoding.
4983
4984 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4985
4986         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4987         original contents.
4988
4989 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4992         with argument 'any-exists.
4993
4994 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4995
4996         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4997         Use `wl-cs-autoconv'.
4998
4999 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000
5001         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
5002         by `mime-view-automatic-conversion'.
5003
5004         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
5005         (wl-message-verify-pgp-nonmime): Ditto.
5006         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
5007         Bind them to C-c:d and C-c:v respectively.
5008
5009         Merge following code by Teranishi-san from [wl-en:00167].
5010         * wl-mime.el (wl-mime-preview-application/pgp): New function.
5011         (wl-mime-preview-application/pgp-encrypted): Ditto.
5012         (wl-mime-setup): Add entry.
5013
5014 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-summary.el (wl-summary-target-mark-erase): New function.
5017         Bind it to "mD".
5018
5019 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-vars.el (wl-draft-write-file-function): Fix.
5022         (wl-draft-reedit-hook): Changed default value.
5023
5024         * wl-draft.el (wl-draft-edit-string): Set cursor point for
5025         wl-draft-reedit-hook.
5026         (wl-draft-remove-text-plain-tag): New function.
5027         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
5028
5029         * wl-vars.el (wl-draft-write-file-function): New user option.
5030
5031         * wl-draft.el (wl-draft-prepare-edit): Use it for
5032         local-write-file-hooks.
5033         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
5034
5035         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
5036         (wl-draft-insert-mail-header-separator): Return the body beginning
5037         point.
5038         (wl-draft-reedit): Remove the mime-edit tag if the first part is
5039         text/plain.
5040         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
5041
5042 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5043
5044         * wl-summary.el (wl-summary-erase): New function to erase message
5045         without moving it to trash. Bind to "D".
5046
5047         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
5048         as `keep' unless switch-function.
5049
5050 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
5053         message buffer by using `wl-summary-toggle-disp-msg'.
5054         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
5055         buffer window.
5056         (wl-summary-supresedes-message): Ditto.
5057
5058         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
5059         Do not delete other windows.
5060         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
5061         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
5062         (wl-draft-create-buffer): Set reply-or-forward also for target
5063         mark commands.
5064
5065 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-draft.el (wl-user-agent-compose): Delete special case for
5068         switch-to-buffer-other-window.
5069
5070         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5071         (wl-summary-forward): Ditto.
5072
5073         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5074         function.
5075         (wl-draft-buffer-style): New use option.
5076
5077         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5078         (wl-draft): Follow the change above.
5079         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5080         wl-draft-buffer-style.
5081         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5082         switch-function.
5083
5084 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5085
5086         * wl-address.el (wl-address-make-completion-entry): Extracted from
5087         `wl-address-make-completion-list'.
5088         (wl-address-enable-strict-loading): New variable.
5089         (wl-address-make-completion-list): Revive petname duplication
5090         inquiry, and enable it if `wl-address-enable-strict-loading'.
5091         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5092
5093 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl-message.el (wl-message-get-original-buffer): Avoid
5096         'Selecting deleted buffer' error when original buffer is killed.
5097
5098 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-summary.el (wl-summary-next-message): Use
5101         elmo-message-accessible-p instead of elmo-message-cached-p.
5102
5103 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5106
5107         * wl-thread.el (wl-thread-open-all-unread): Use
5108         elmo-folder-list-flagged instead of
5109         elmo-folder-list-messages-mark-match.
5110
5111         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5112         instead of elmo-folder-list-messages-mark-match.
5113         (wl-summary-move-spec-alist): New variable.
5114         (wl-summary-move-spec-plugged-alist,
5115         wl-summary-move-spec-unplugged-alist): Abolish.
5116         (wl-summary-next-message): Follow the change above.
5117         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5118         with 'no-msg' argument.
5119
5120         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5121         variable.
5122         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5123         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5124         (wl-message-buffer-prefetch-get-next): Follow the change above.
5125
5126 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-version.el (wl-version): Changed codename.
5129
5130         * Version number is increased to 2.11.0.
5131
5132 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5133
5134         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5135         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5136         `wl-draft-config-variables'.
5137         (wl-draft-kill): Fixed problem when the draft is reedit.
5138
5139 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5142         buffer-modified status (Thanks to
5143         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5144
5145 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-util.el (wl-region-exists-p): New function.
5148
5149         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5150         Remove defvars for byte-compile warnings.
5151
5152 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5153
5154         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5155         defvar-maybe. Removed unused bind.
5156
5157 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5160         summary buffer window before creating new frame.
5161         (wl-draft-reply): Ditto.
5162
5163 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5164
5165         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5166
5167 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5168
5169         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5170
5171 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5172
5173         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5174         instead of `kill-region'.
5175
5176 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5179         (wl-highlight-summary-line-string): Use it.
5180         (wl-highlight-summary-current-line): Ditto.
5181
5182         * wl-mime.el (wl-message-delete-current-part): Check the class of
5183         mime-entity.
5184
5185         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5186
5187         * wl-summary.el (wl-summary-make-number-list): Initialize.
5188         (wl-summary-update-mark): New function.
5189         (wl-summary-reply): Put `answered' mark on the message.
5190         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5191
5192         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5193         (wl-draft-reply): Added optional argument `number';
5194         Set wl-draft-parent-number.
5195         (wl-draft-kill): Delete answered mark if it is a reply.
5196
5197 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5198
5199         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5200         that originates in mime-preview-follow-current-entity.
5201         (wl-draft-yank-current-message-entity): Use it if region is active.
5202
5203         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5204         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5205         `wl-message-delete-current-part'.
5206         * wl-mule.el (wl-message-define-keymap): Ditto.
5207         * wl-xmas.el (wl-message-define-keymap): Ditto.
5208
5209 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-mime.el (wl-message-delete-current-part): New function.
5212         (wl-mime-node-id-to-string): Ditto.
5213
5214         * wl-mime.el (wl-message-delete-current-part): Use existing
5215         original buffer which corresponds current mime-view buffer.
5216         (fetched buffer might have different structure, possibly)
5217
5218         * wl-mime.el (wl-message-delete-current-part): Quit if the
5219         message content differs from the actual message.
5220
5221 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5224         order.
5225         (wl-summary-search-by-subject): Search parent message from tail;
5226         Check the existence of the parent message on the current thread tree.
5227         (wl-summary-update-thread): Check whether the line is inserted.
5228
5229 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl-vars.el (wl-summary-line-format): Undo last change.
5232         * wl-summary.el (wl-summary-print-destination): Do not put
5233         invisible property when `wl-summary-width' is nil.
5234         (wl-summary-line-subject-minimum-length): Abolished.
5235         (wl-summary-line-subject): Ditto.
5236
5237 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-vars.el (wl-summary-line-format): Change default value.
5240         (wl-summary-subject-length-limit): Abolished.
5241         * wl-summary.el (wl-summary-line-subject): Ditto.
5242
5243 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5244
5245         * wl-template.el (wl-template-select): Added optional argument.
5246         If optional argument is specified, reverse
5247         `wl-template-visible-select'.
5248
5249 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5252         Take prefix argument to force asking the destination folder.
5253
5254 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5255
5256         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5257         count and update status.
5258
5259 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-summary.el (wl-summary-redisplay-internal): If
5262         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5263         after fetching.
5264
5265 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5266
5267         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5268         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5269
5270         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5271
5272 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5273
5274         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5275         (All other related portions are changed).
5276         (wl-summary-mark-as-read-all): Rewrite.
5277
5278 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5281         `wl-summary-mark-as-read'.
5282         (wl-summary-mark-as-unread): Rewrite.
5283         (wl-summary-mark-as-read): Added no-modeline argument.
5284         (wl-summary-resume-cache-status): Rewrite.
5285         (wl-summary-exec-subr): Remove unused local variable.
5286
5287 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5288
5289         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5290         logic to call `wl-summary-buffer-prev-folder-function'.
5291         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5292
5293 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5296         is nil.
5297
5298 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5301         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5302         (wl-mime-setup): Add its entry.
5303
5304 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5307         (wl-summary-delete-cache): Likewise.
5308         (wl-summary-mark-as-read): Rewrite.
5309
5310 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5313         `wl-summary-count-unread'.
5314
5315         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5316
5317         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5318
5319 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5322         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5323         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5324         Renamed to the elmo-msgdb-*-mark.
5325         (wl-summary-score-marks): Follow the change above.
5326         (wl-summary-auto-refile-skip-marks): Ditto.
5327         (wl-summary-incorporate-marks): Ditto.
5328         (wl-summary-expire-reserve-marks): Ditto.
5329
5330         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5331         changes.
5332         (wl-thread-insert-top): Changed updating message.
5333
5334         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5335         variable.
5336         (wl-summary-count-unread): Count answered marks.
5337         (wl-summary-rescan): Call wl-summary-insert-message instead of
5338         wl-summary-append-message-func-internal.
5339         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5340         (wl-summary-prefetch-msg): Follow the variable name changes.
5341         (wl-summary-prefetch-region): Ditto.
5342         (wl-summary-mark-as-read-all): Follow the API changes;
5343         Don't call elmo-folder-replace-marks.
5344         (wl-summary-delete-cache): Follow the variable name changes.
5345         (wl-summary-resume-cache-status): Ditto.
5346         (wl-summary-update-status-marks): New function.
5347         (wl-summary-insert-message): New function.
5348         (wl-summary-sync-marks): Follow the variable name changes.
5349         (wl-summary-sync-update): Synchronize to the msgdb, too;
5350         Changed update messages.
5351         (wl-summary-make-number-list): Rewrite.
5352         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5353         (wl-summary-mark-as-unread): Follow the API changes.
5354         (wl-summary-exec-subr): Follow the variable name changes.
5355         (wl-summary-mark-as-read): Ditto.
5356         (wl-summary-move-spec-plugged-alist): Ditto.
5357         (wl-summary-move-spec-unplugged-alist): Ditto.
5358         (wl-summary-cursor-move-surface): Ditto.
5359
5360         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5361         variable name changes.
5362         (wl-highlight-summary-current-line): Ditto.
5363
5364         * wl-expire.el (wl-expire-refile): Follow the API change in
5365         elmo-folder-move-messages.
5366         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5367         (wl-summary-archive): Use elmo-folder-msgdb instead of
5368         elmo-msgdb-load.
5369
5370 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-mime.el (wl-draft-preview-message): Restore the position
5373         before evaluating wl-draft-send-hook in preview buffer.
5374
5375 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5378         when it creates new draft buffer.
5379
5380         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5381         without argument.
5382
5383         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5384         Evaluate content and if the value is string, insert it.
5385         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5386         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5387         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5388         wl-draft-config-sub-part-bottom): Use it.
5389
5390         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5391         with the folder name. The question was unintelligible when it is
5392         called from wl-save-status.
5393
5394 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5395
5396         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5397         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5398         cannot take second argument).
5399
5400 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5401
5402         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5403         as t. Since type and subtype are not case sensitive (RFC 2045).
5404
5405 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5406
5407         * wl-vars.el (wl-message-mode-line-format): New variable.
5408         (wl-message-mode-line-format-spec-alist): Ditto.
5409         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5410         (wl-message-redisplay): Use wl-message-mode-line-format.
5411
5412 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5415
5416 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-summary.el (wl-summary-default-from): Write description.
5419
5420 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-vars.el (wl-ldap-objectclass): Abolish.
5423
5424         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5425         (wl-ldap-make-filter): Removed condition for objectclass.
5426         (wl-ldap-make-matched-value-list): Remove meaningless process.
5427         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5428         (wl-address-ldap-search): Don't add `*' to `pat' string;
5429         use ignore-errors; added `email';
5430         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5431         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5432         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5433
5434
5435 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5436
5437         * wl-draft.el (wl-draft-parent-folder): Write description.
5438         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5439
5440 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5443         as "" (zero-length string) if no parent.
5444         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5445
5446 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-address.el (wl-address-make-completion-list): Skip duplication
5449         checking.
5450         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5451         `append'.
5452
5453 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5454
5455         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5456         instead of `beginning-of-buffer'.
5457
5458 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5461
5462 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5465         Refer wl-message-buffer-name.
5466         (wl-message-wheel-down): Ditto.
5467
5468 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-vars.el (wl-message-buffer-name): New user option.
5471
5472         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5473         directly instead of making alist dinamically.
5474
5475         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5476         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5477         wl-message-buffer-cache-name.
5478         (wl-message-buffer-cache-clean-up): Ditto.
5479
5480         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5481
5482         * Version number is increased to 2.9.15.
5483
5484 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl-vars.el (wl-summary-default-view-alist): New user option.
5487
5488         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5489
5490         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5491         while deleting address.
5492         (wl-draft-delete-myself-from-cc): Ditto.
5493
5494         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5495         If optional argument is specified, reverse sort order.
5496
5497         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5498
5499 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-thread.el (wl-thread-insert-message): Return parent number if
5502         exists.
5503         (wl-thread-update-indent-string-region): Use
5504         wl-thread-update-line-on-buffer-sub instead of
5505         wl-thread-update-line-on-buffer.
5506
5507 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5508
5509         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5510         (wl-folder-close-all): Ditto.
5511
5512 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5513
5514         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5515         and mailing-list:.
5516         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5517         value.
5518         (wl-summary-line-list-info): Print mailing-list name even when 
5519         list-number is empty.
5520
5521 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5522
5523         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5524
5525         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5526         (wl-draft-open-file): Ditto.
5527         (wl-draft-random-alphabet): Ditto.
5528
5529         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5530         bindings.
5531
5532 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5533
5534         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5535         * wl-vars.el (wl-draft-config-alist): Ditto.
5536
5537 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * Version number is increased to 2.9.14.
5540
5541         * wl.el (wl): Don't set wl-init as nil when error occured while
5542         auto-checking folders.
5543
5544         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5545         `elmo-expand-newtext'.
5546
5547 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5550         `this-command' so that `wl-folder-goto-folder' contained in
5551         `wl-summary-keep-cursor-command' work.
5552
5553 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5554
5555         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5556         message buffer displaying state.
5557
5558 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5559
5560         * wl-vars.el (wl-summary-default-view): New variable to specify
5561         default value for `wl-summary-buffer-view' instead of using
5562         set-default.
5563         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5564
5565 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5568
5569         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5570
5571 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5572
5573         * wl-vars.el (wl-forward-subject-prefix): New variable.
5574         * wl-draft.el (wl-draft-forward): Use it.
5575
5576 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5577
5578         * wl-message.el (wl-message-prev-page): When it is called without
5579         lines argument, scroll down by wl-message-scroll-amount lines.
5580         (wl-message-next-page): Ditto.
5581         * wl-vars.el (wl-message-scroll-amount): Change default value
5582         to preserve current behavior.
5583
5584 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5585
5586         * wl-summary.el (wl-summary-prefetch-msg): Bind
5587         `wl-message-entity' to call `wl-summary-from-function'.
5588
5589 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5590
5591         * wl-message.el (wl-message-buffer-create): Run
5592         wl-message-buffer-created-hook.
5593
5594 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5595
5596         * wl-summary.el (wl-summary-sort-specs): New variable.
5597         (wl-summary-default-sort-spec): Ditto.
5598         (wl-summary-sort): Rewrite.
5599         (wl-summary-sort-by-list-info): New function.
5600
5601 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5602
5603         * wl-summary.el (wl-summary-get-list-info): New function.
5604         (wl-summary-sort): Rewrite.
5605         (wl-summary-line-list-info): Ditto.
5606         (wl-summary-line-list-count): Ditto.
5607         (wl-summary-refile-region): Fixed docstring.
5608
5609 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5610
5611         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5612         `wl-folder-entity-hashtb' as completion table.
5613
5614 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5617         only when this command is called interactively; silence the byte-
5618         compiler.
5619
5620 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5621
5622         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5623         active in XEmacs.
5624
5625 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5626
5627         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5628         plural lines.
5629
5630 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5631
5632         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5633         of current line when the cursor is on the header name.
5634         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5635
5636 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5637
5638         * wl-util.el (wl-read-directory-name): Return displayed directory
5639         as the default value also on XEmacs.
5640
5641 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5642
5643         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5644         formatting.
5645
5646 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5647
5648         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5649         argument and when it is non-nil, check face property before
5650         highlighting for each line.
5651         (wl-highlight-summary-window): Set it.
5652
5653 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5656         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5657
5658         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5659         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5660         (wl-draft-get-fcc-list): Likewise.
5661
5662 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5663
5664         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5665         (wl-thread-entity-cur): Ditto.
5666         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5667         wl-thread-indent-regexp setting.
5668         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5669
5670         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5671         wl-summary-lazy-highlight.
5672         (wl-summary-display-bottom): Ditto.
5673
5674         * wl-thread.el (wl-thread-open-close): Likewise.
5675
5676         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5677         from and subject;
5678         Bind wl-draft-use-frame;
5679         Enclose with save-window-excursion;
5680         Use wl-draft-create-buffer instead of with-temp-buffer;
5681         Use wl-draft-prepare-edit;
5682         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5683         Use wl-draft-send instead of wl-draft-raw-send.
5684
5685 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5686
5687         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5688         of using wl-from.
5689
5690 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5693         insert-buffer instead of clone-buffer.
5694         (wl-draft-doing-mime-bcc): New variable.
5695         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5696         infinite loop.
5697         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5698
5699         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5700         (wl-draft-mime-bcc-body): Ditto.
5701
5702         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5703         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5704         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5705         wl-draft-do-mime-bcc.
5706         (wl-draft-mime-bcc-field): New function.
5707         (wl-draft-do-mime-bcc): Ditto.
5708
5709         * wl-address.el (wl-address-complete-header-list): New variable.
5710         (wl-address-complete-header-regexp): Changed default value.
5711
5712         * Version number is increased to 2.9.13.
5713
5714 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5717         it is differed.
5718
5719 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5720
5721         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5722         (wl-summary-line-list-count): Ditto.
5723
5724 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5725
5726         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5727         (wl-nntp-posting-function): New variable.
5728         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5729         `wl-nntp-posting-config-alist'.
5730
5731 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5732
5733         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5734         FLIM.
5735
5736 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5737
5738         * wl-summary.el (wl-summary-target-mark-refile-sub):
5739         Remove a nuisance funcall.
5740
5741 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5742
5743         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5744         as t for `try-completion'.
5745
5746 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5747
5748         * wl-summary.el (wl-summary-default-from): Use
5749         wl-address-header-extract-address instead of
5750         std11-extract-address-components.
5751         (wl-summary-simple-from): Ditto.
5752         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5753         (wl-summary-insert-headers): Show message.
5754         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5755         for whole line.
5756         (wl-summary-default-from): Revert last change.
5757         (wl-summary-simple-from): Ditto.
5758         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5759         (wl-summary-mark-as-read-region): Follow the change above.
5760         (wl-summary-sync-marks): Ditto.
5761         (wl-summary-target-mark-mark-as-read): Ditto.
5762         (wl-summary-redisplay-internal): Ditto.
5763         (wl-summary-redisplay-no-mime-internal): Ditto.
5764         (wl-summary-redisplay-all-header): Ditto.
5765         (wl-summary-mark-as-read): Removed argument `cached';
5766         Use current cache status to set cache mark.
5767         (wl-summary-redisplay-internal): Follow the change above.
5768         (wl-summary-redisplay-no-mime-internal): Ditto.
5769         (wl-summary-redisplay-all-header): Ditto.
5770
5771         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5772
5773         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5774         Don't call itself recursively (Adviced by Yamaoka-san).
5775
5776 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5777
5778         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5779         bind wl-summary-highlight as nil to avoid error caused by missing
5780         local variables.
5781
5782 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5783
5784         * wl-vars.el (wl-invalid-character-message): New user option.
5785
5786         * wl-util.el (wl-set-string-width): If truncated string-width is
5787         larger than specified width, use `wl-invalid-character-message'.
5788
5789 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5790
5791         * wl-summary.el (wl-summary-prefetch-msg): 
5792         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5793
5794 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5795
5796         * wl-vars.el (wl-summary-check-line-format): New user option.
5797         (wl-summary-line-format-file): Ditto.
5798
5799         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5800         variable.
5801         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5802         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5803         and `wl-summary-view-old-p' to check whether do a rescan or not.
5804         (wl-summary-view-old-p): New function.
5805         (wl-summary-line-format-changed-p): Ditto.
5806         (wl-summary-line-format-save): Ditto.
5807         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5808
5809         * wl-util.el (wl-set-string-width): Avoid using negative number
5810         for make-string.
5811
5812 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5813
5814         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5815         return value.
5816
5817         * wl-util.el (wl-set-string-width): Added optional argument
5818         `padding' (All other related portions are changed).
5819         (wl-line-parse-format): If the first letter of column number is
5820         `0', zero-padding the result (ex: "%05l").
5821
5822         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5823
5824 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5825
5826         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5827         sequential summary view.
5828
5829 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5832         if it doesn't have a -unix version.
5833
5834 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5837
5838 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5839
5840         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5841         content.
5842         (wl-draft): Follow the change above.
5843
5844         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5845
5846         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5847         and wl-folder-summary-line-format-alist contain %T and %P.
5848
5849         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5850         (wl-summary-mode-line-format): New user option.
5851         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5852         (wl-summary-line-format): Changed default value.
5853         (wl-summary-lazy-highlight): Changed default value.
5854
5855         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5856         change in wl-summary-create-line.
5857         (wl-thread-insert-entity-sub): Ditto.
5858
5859         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5860         (wl-summary-buffer-unread-status): Ditto.
5861         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5862         (wl-summary-buffer-persistent-mark-column): Ditto.
5863         (wl-summary-buffer-mode-line-formatter): Ditto.
5864         (wl-summary-buffer-mode-line): Ditto.
5865         (wl-summary-message-regexp): Abolished.
5866         (All other related portions are changed.)
5867         (wl-summary-detect-mark-position): New function.
5868         (wl-summary-buffer-set-folder): Setup
5869         wl-summary-buffer-mode-line-formatter.
5870         (wl-summary-mode): Setup selective-display;
5871         Setup pre-idle-hook when xemacs.
5872         (wl-summary-update-modeline): Rewrite.
5873         (wl-summary-jump-to-msg): Define as function;
5874         Changed regexp for searching messages.
5875         (wl-summary-message-number): Rewrite.
5876         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5877         Do rescan when old type summary cache.
5878         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5879         (wl-summary-remove-destination): Use '\r' to detect EOL.
5880         (wl-summary-print-destination): Ditto.
5881         (wl-summary-temp-mark): New inline function.
5882         (wl-summary-persistent-mark): Ditto.
5883         (wl-summary-line-number): New function.
5884         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5885         (wl-summary-line-list-count): New function.
5886         (wl-summary-create-line): Added argument persistent-mark.
5887         (All other related portions are changed)
5888         (wl-summary-create-line): Insert '\r'.
5889         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5890         (wl-summary-cursor-move-surface): New inline function.
5891         (wl-summary-prev): Use it.
5892         (wl-summary-next): Ditto.
5893
5894         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5895         wl-summary-message-regexp.
5896         (wl-highlight-summary): Delete progress message.
5897         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5898
5899         * Version number is increased to 2.9.12.
5900
5901 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5902
5903         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5904         variable (nil: no minimum).
5905         (wl-summary-line-subject): Add some spaces after subject by
5906         wl-summary-line-subject-minimum-length.
5907
5908 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5909
5910         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5911         and removed `F'.
5912         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5913         change above).
5914
5915 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916
5917         * wl-summary.el (wl-summary-line-list-count): Reverted.
5918         (example setting in samples/*/dot.wl is also updated)
5919
5920 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5923
5924         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5925
5926         * wl-vars.el (wl-summary-line-format): Addes some description to the
5927         docstring.
5928
5929         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5930         (wl-summary-line-close-bracket): Ditto.
5931         (wl-summary-line-children-number): Ditto.
5932         (wl-summary-line-thread-indent): Ditto.
5933         (wl-summary-line-children-and-from): Ditto.
5934
5935         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5936         't', 'c', 'F' and added 'C'.
5937
5938         * wl-util.el (wl-set-string-width): Accept negative value.
5939         (wl-line-parse-format): Added "%number(" and "%)".
5940
5941 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5942
5943         * wl-summary.el (wl-summary-line-list-count): Change format of the
5944         return value.
5945
5946 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5947
5948         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5949         from the recent message.el.
5950         (wl-draft-point-in-header-p): Ditto.
5951         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5952         wl-draft-beginning-of-line.
5953         * wl-e21.el (wl-draft-mode-map): Ditto.
5954         * wl-xmas.el (wl-draft-mode-map): Ditto.
5955
5956         * wl-folder.el: Sort macrodefs by dependencies.
5957
5958 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5959
5960         * wl-summary.el (wl-summary-prev): Fixed regexp.
5961         (wl-summary-next): Ditto.
5962
5963 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5964
5965         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5966
5967 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5968
5969         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5970         for backward compatibility.
5971
5972 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5973
5974         * wl-summary.el (wl-summary-line-list-count): New function, merged
5975         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5976         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5977         list counts.
5978
5979 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5980
5981         * wl-summary.el (wl-summary-create-line): Ignore errors while
5982         timezone-fix-time.
5983
5984         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5985
5986         * wl-summary.el (wl-summary-sync-update): Ditto.
5987         (wl-summary-default-from): Use wl-message-entity
5988         instead of entity.
5989
5990         * wl-summary.el (wl-summary-create-line): Fix.
5991
5992         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5993         (wl-summary-line-format): New user option.
5994         (wl-folder-summary-line-format-alist): Ditto.
5995         (wl-summary-from-width): Abolished.
5996
5997         * wl-util.el (toplevel): Require 'bytecomp.
5998         (wl-line-parse-format): New function.
5999         (wl-line-formatter-setup): New macro.
6000
6001         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
6002         (wl-summary-buffer-line-formatter): New buffer local variable.
6003         (wl-summary-switch-to-clone-buffer): Follow the change above.
6004         (wl-summary-message-regexp): Fix.
6005         (wl-summary-from-func-internal): Abolished.
6006         (wl-summary-subject-func-internal): Ditto.
6007         (wl-summary-subject-filter-func-internal): Ditto.
6008         (All other related portions are changed.)
6009         (wl-summary-buffer-set-folder):
6010         Set up wl-summary-buffer-number-column and 
6011         wl-summary-buffer-line-formatter
6012         (All other related portions are changed.)
6013         (wl-summary-buffer-number-column-detect): Abolished.
6014         (All other related portions are changed.)
6015         (wl-summary-delete-all-status-marks-on-buffer): Removed.
6016         (wl-summary-delete-all-temp-marks-on-buffer): Use
6017         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
6018         (wl-summary-target-mark-delete): Ditto.
6019         (wl-summary-target-mark-refile-subr): Ditto.
6020         (wl-summary-target-mark-mark-as-read): Ditto.
6021         (wl-summary-target-mark-mark-as-unread): Ditto.
6022         (wl-summary-target-mark-mark-as-important): Ditto.
6023         (wl-summary-target-mark-save): Ditto.
6024         (wl-summary-replace-status-marks): Renamed from
6025         wl-summary-set-status-marks-on-buffer;
6026         Use wl-summary-message-regexp instead of
6027         wl-summary-buffer-number-regexp.
6028         (wl-summary-sync-update): Follow the change above.
6029         (wl-summary-goto-previous-message-beginning): New function.
6030         (wl-summary-mark-as-unread): Use it.
6031         (wl-summary-mark-as-important): Ditto.
6032         (wl-summary-line-formatter): New variable.
6033         (wl-summary-line-year): New function.
6034         (wl-summary-line-day): Ditto.
6035         (wl-summary-line-day-of-week): Ditto.
6036         (wl-summary-line-hour): Ditto.
6037         (wl-summary-line-minute): Ditto.
6038         (wl-summary-line-open-bracket): Ditto.
6039         (wl-summary-line-close-bracket): Ditto.
6040         (wl-summary-line-children-number): Ditto.
6041         (wl-summary-line-thread-indent): Ditto.
6042         (wl-summary-line-size): Ditto.
6043         (wl-summary-line-subject): Ditto.
6044         (wl-summary-line-from): Ditto.
6045         (wl-summary-line-children-and-from): Ditto.
6046         (wl-summary-create-line): Rewritten.
6047         (wl-summary-format-date): Abolished.
6048
6049         * wl-highlight.el (wl-highlight-summary-current-line): Use
6050         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
6051         Use thread structure to detect thread top message.
6052
6053         * wl-draft.el (wl-default-draft-cite): Don't use
6054         wl-summary-from-func-internal.
6055
6056         * wl-refile.el (wl-refile-subject-learn): Don't use
6057         wl-summary-subject-filter-func-internal.
6058         (wl-refile-guess-by-subject): Ditto.
6059
6060         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
6061         parameters.
6062
6063         * wl-thread.el (wl-thread-update-indent-string-region):
6064         Use wl-thread-update-line-on-buffer instead of
6065         wl-thread-update-indent-string.
6066         (wl-thread-update-children-number): Redefine using
6067         wl-thread-update-line-on-buffer.
6068         (wl-thread-update-indent-string): Abolished.
6069
6070         * Version number is increased to 2.9.11.
6071
6072 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6075         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6076         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6077
6078         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6079         as nil.
6080
6081         * wl-thread.el (wl-thread-open-all-unread): Use 
6082         elmo-folder-list-messages-mark-match.
6083         (wl-thread-insert-message): Removed argument `mark-alist'.
6084         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6085         elmo-msgdb-set-mark.
6086         (wl-thread-get-children-msgs-uncached): Likewise.
6087         (wl-thread-get-exist-children): Added argument include-self.
6088         (wl-thread-delete-message): Follow the change above.
6089
6090         * wl-summary.el (wl-summary-count-unread): Removed argument.
6091         (wl-summary-rescan): Follow the change above.
6092         (wl-summary-mark-as-read-region): Ditto
6093         (wl-summary-mark-as-unread-region): Ditto.
6094         (wl-summary-delete-messages-on-buffer): Ditto.
6095         (wl-summary-sync-update): Ditto.
6096         (wl-summary-switch-to-clone-buffer): Ditto.
6097         (wl-summary-goto-folder-subr): Ditto.
6098         (wl-summary-target-mark-mark-as-read): Ditto.
6099         (wl-summary-target-mark-mark-as-unread): Ditto.
6100         (wl-summary-target-mark-mark-as-important): Ditto.
6101         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6102         (wl-summary-update-thread): Removed argument `mark-alist'.
6103         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6104         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6105         (wl-summary-resume-cache-status): Likewise.
6106         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6107         elmo-msgdb-set-mark.
6108         (wl-summary-mark-as-read-all): Likewise.
6109         (wl-summary-delete-cache): Ditto.
6110         (wl-summary-auto-select-msg-p): Ditto.
6111         (wl-summary-mark-as-unread): Ditto.
6112         (wl-summary-no-auto-refile-message-p): Ditto.
6113         (wl-summary-mark-as-read): Ditto.
6114         (wl-summary-mark-as-important): Ditto.
6115         (wl-summary-auto-refile): Follow the change above.
6116         (wl-summary-delete-all-marks): Removed.
6117         (wl-summary-resume-marks-and-highlight): Ditto.
6118         (wl-summary-resume-marks): Ditto.
6119         (wl-summary-delete-important-msgs-from-list): Ditto.
6120         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6121
6122         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6123         wl-summary-count-unread.
6124
6125         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6126         (wl-summary-score-update-all-lines): Use
6127         elmo-msgdb-set-mark.
6128
6129 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6130
6131         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6132         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6133         (wl-summary-create-line): Renamed from
6134         wl-summary-overview-create-summary-line;
6135         Argument rearrangement.
6136         (wl-summary-update-thread): Follow the change above.
6137
6138         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6139         (wl-thread-insert-entity-sub): Likewise.
6140
6141         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6142         argument `overview', `mark-alist' and added `msgdb'.
6143
6144         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6145
6146         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6147         (wl-summary-rescan): Follow the change above.
6148         (wl-summary-sync-update): Ditto.
6149         (wl-summary-insert-thread-entity): Ditto;
6150         Don't use `let*' in every while loop;
6151         Detect infinite loop of threads.
6152         (wl-summary-update-thread): Removed argument `overview'.
6153
6154         * wl-thread.el (wl-thread-insert-message): Ditto.
6155
6156         * Version number is increased to 2.9.10.
6157
6158         * wl-message.el (wl-message-redisplay): Ignore errors while
6159         wl-message-redisplay-hook.
6160
6161 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162
6163         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6164
6165 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * wl.el (wl): inhibit-quit while wl-folder.
6168
6169 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6170
6171         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6172         while msgdb access.
6173
6174 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6175
6176         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6177         even if no folder is not created.
6178
6179 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6182
6183         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6184         implementation.
6185         (wl-summary-target-mark-thread): Ditto.
6186
6187         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6188
6189 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6190
6191         * wl-util.el (wl-display-bytes): Remove unused function.
6192
6193 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6194
6195         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6196         seems critical one (partially reverse the change in 2002/03/17).
6197
6198 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6199
6200         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6201         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6202
6203 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6204
6205         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6206         is not writable.
6207         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6208         plugged status instead of `'force' as 2nd argument.
6209
6210         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6211         is not creatable.
6212
6213         * Version number is increased to 2.9.9.
6214
6215 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6216
6217         * wl-summary.el (wl-summary-suspend): New function.
6218
6219 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6220
6221         * wl.el (wl): Do not check variables if check is nil.
6222         * wl-utils.el (wl-collect-draft): New function.
6223         * wl-folder.el (wl-folder-suspend): Put summary buffers
6224         and draft buffers at the end of buffer list.
6225         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6226
6227 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6228
6229         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6230         loop instead of recursive call.
6231
6232         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6233         2nd argument.
6234
6235 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6236
6237         * wl-draft.el (wl-draft-create-contents): Don't take neither
6238         (function . args) nor (string . something) any more.
6239
6240         * wl-version.el (wl-generate-user-agent-string): Return string
6241         without header symbol.
6242         * wl-draft.el (wl-draft-default-headers): Use it.
6243
6244         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6245         `wl-draft-insert-ccs' and return field value instead of inserting
6246         the header. Abolish cc argument.
6247         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6248
6249         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6250         rather than one with string car.
6251
6252         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6253         * wl-draft.el (wl-draft-create-contents): Add it after the default
6254         headers.
6255
6256         * wl-draft.el (wl-draft-create-contents): For the case of
6257         (symbol-or-string . function) insert header only when the function
6258         returns string value.
6259
6260 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6263         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6264
6265 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6266
6267         * wl.el (wl-check-environment): Don't check Message-ID when
6268         `wl-insert-message-id' is nil.
6269         Revive checking if `wl-message-id-domain' contains "@".
6270
6271 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl.el (wl-check-environment): Merge examination for "@" at
6274         inappropriate position into the first string-match.
6275
6276         * wl-summary.el (wl-summary-target-mark-print): New function.
6277         (wl-summary-pipe-message-subr): Extracted from
6278         `wl-summary-pipe-message'.
6279         (wl-summary-target-mark-pipe): New function.
6280         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6281         `wl-summary-target-mark-pipe'.
6282
6283 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6284
6285         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6286
6287 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6288
6289         * wl.el (wl-check-environment): Use elmo-warning instead of
6290         error for non-critical ones.
6291         Remove trash folder check.
6292         (wl): Don't ignore error in wl-check-environment.
6293
6294         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6295         check, which is moved from `wl-check-environment'.
6296         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6297
6298 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6301         guess anything, call wl-summary-write.
6302         (wl-summary-write): Create draft with blank To field.
6303         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6304
6305 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6306
6307         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6308         argument full as well for wl-folder-write-current-folder.
6309         If wl-*-write-current-folder cannot guess addressee, add blank
6310         To header.
6311         Rewrite condition for positioning cursor.
6312
6313 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6314
6315         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6316         summary buffer is present, use it.
6317         (wl-folder-jump-to-previous-summary): Ditto.
6318
6319 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6320
6321         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6322
6323         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6324         wl-summary-previous-buffer and wl-summary-next-buffer.
6325
6326         * wl-folder.el (wl-folder-mode-map): Bind
6327         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6328         (wl-folder-jump-to-next-summary): New function.
6329         (wl-folder-jump-to-previous-summary): Ditto.
6330
6331         * wl-draft.el (wl-draft): Rearranged.
6332
6333 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6334
6335         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6336         of header.
6337         (wl-draft): Collect arguments for the header as header-alist.
6338         (wl-draft-forward): Arrange arguments for wl-draft.
6339         (wl-draft-reply): Ditto.
6340         (wl-draft-edit-string): Ditto.
6341         * wl-summary.el (wl-summary-write): Ditto.
6342         (wl-summary-write-current-folder): Ditto.
6343
6344         * Version number is increased to 2.9.8.
6345
6346 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6347
6348         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6349
6350         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6351
6352         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6353         even if the guess failed.
6354
6355         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6356         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6357         wl-summary-write-current-folder.
6358         * wl-xmas.el: Ditto.
6359
6360 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-summary.el (wl-summary-next-page): Force display message if
6363         message is not displayed yet.
6364         (wl-summary-prev-page): Ditto.
6365
6366 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6367
6368         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6369
6370 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6371
6372         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6373         add "Preview Message" and "Save Draft and Exit".
6374
6375 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6376
6377         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6378         if addrmgr is called from draft in splitted window.
6379
6380         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6381         * wl-mule.el: Ditto.
6382         * wl-xmas.el: Ditto.
6383
6384 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6385
6386         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6387
6388         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6389         * wl-xmas.el (wl-folder-toolbar): Ditto.
6390
6391 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6392
6393         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6394         and wl-draft-save-and-exit.
6395         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6396         * wl-xmas.el: Ditto.
6397         * wl-mule.el: Ditto.
6398
6399         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6400         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6401
6402 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6403
6404         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6405         lists for saving buffer.
6406
6407 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6408
6409         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6410         parent-folder argument instead of it.
6411         (wl-draft-create-buffer): Ditto.
6412         (wl-draft-forward): Ditto.
6413         (wl-draft-reply): Ditto.
6414         * wl-summary.el (wl-summary-write): Ditto.
6415         (wl-summary-write-current-folder): Ditto.
6416
6417         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6418         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6419         Folder buffer after composing.
6420
6421 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6424         header if the file `wl-x-face-file' already contains it.
6425
6426 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6427
6428         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6429         folder" entry.
6430         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6431         * wl-e21.el (wl-folder-toolbar): Ditto.
6432         * wl-xmas.el (wl-folder-toolbar): Ditto.
6433
6434 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6435
6436         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6437         wl-folder-goto-folder with sticky argument.
6438         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6439
6440 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6443         and wl-summary-previous-buffer.
6444         (wl-summary-next-buffer): New function.
6445         (wl-summary-previous-buffer): Ditto.
6446
6447 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6448
6449         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6450         wl-folder-jump-to-current-entity-with-arg.
6451         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6452         `wl-folder-jump-to-current-entity'.
6453         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6454         `wl-summary-goto-folder-sticky'.
6455         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6456         `wl-summary-goto-folder'.
6457         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6458         Unless force-exit, do not clean temp. marks for sticky summary.
6459         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6460
6461 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6464         not entire.
6465
6466 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6469         to `C-x C-s'.
6470         (wl-summary-save-status): New command.
6471         (wl-summary-exit): Don't clean-up temp marks when sticky.
6472         (Applied patch from Nakayama-san [wl: 09548])
6473         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6474         Do nothing when no mark data.
6475         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6476         Call `wl-summary-delete-all-temp-marks' before saving.
6477
6478 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6479
6480         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6481
6482 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6483
6484         * wl.el (wl-check-environment): Also cause error when (system-name)
6485         returns "localhost.localdomain". (Although it doesn't affect because
6486         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6487
6488 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6489
6490         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6491         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6492
6493         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6494         value.
6495
6496 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6497
6498         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6499         Likewise r-cc-list and r-ng-list.
6500
6501 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6504         only if it is bound as variable.
6505
6506         * wl-mime.el (wl-draft-preview-message): Ditto.
6507
6508 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6511         needless `goto-char'.
6512
6513         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6514         `wl-summary-redisplay-no-mime-internal' instead of
6515         `wl-summary-redisplay-no-mime'.
6516         (wl-summary-redisplay-no-mime): Changed argument;
6517         Call `wl-summary-redisplay-no-mime-internal'.
6518
6519         * wl-mime.el (wl-draft-preview-message): Bind
6520         `mime-header-encode-method-alist' locally.
6521
6522         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6523         (wl-draft-std11-parse-addresses): Added the first address check.
6524         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6525
6526         * Version number is increased to 2.9.7.
6527
6528 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6529
6530         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6531
6532 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6533
6534         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6535         related to scrollbar support, if there is no such a feature
6536         compiled in.
6537
6538 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6539
6540         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6541         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6542         for prefetch.
6543
6544 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-summary.el (wl-summary-pick): Fix for no match.
6547
6548 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-draft.el (wl-draft-save):
6551         Override `mime-header-encode-method-alist'.
6552
6553 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6554
6555         * wl-folder.el (wl-folder-pick): New function.
6556         Define key as "?".
6557
6558 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6559
6560         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6561         Fix for unplugged.
6562
6563 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-folder.el (wl-folder-virtual): New function.
6566         Define key as "V".
6567
6568 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6569
6570         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6571         multi folder if entity is group.
6572
6573 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6576         is nil.
6577
6578 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6579
6580         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6581         (wl-summary-target-mark-msgs): Return the number of marked messages.
6582
6583 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6584
6585         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6586         "first:" is specified.
6587
6588 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6589
6590         * wl-vars.el (wl-from): Use return value of function
6591         user-full-name instead of the variable user-full-name since
6592         XEmacs-20.4 doesn't set this variable.
6593
6594 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6597         call `wl' directly.
6598
6599 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6600
6601         * wl-draft.el (wl-draft-reedit): Removed duplicated
6602         switch-to-buffers.
6603
6604 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * wl.el (wl-other-frame): Removed garbages.
6607
6608 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6611
6612         * wl-xmas.el (wl-draft-key-setup): Ditto.
6613
6614         * wl-mule.el (wl-draft-key-setup): Ditto.
6615
6616         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6617         (wl-draft-reedit): Ditto.
6618         (wl-draft-prepare-edit): Add `wl-draft-save' to
6619         `local-write-file-hooks'.
6620         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6621         (wl-draft-reedit): Set buffer-file-name.
6622         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6623
6624
6625         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6626         call it.
6627         (wl-delete-startup-frame-function): New variable.
6628         (wl-other-frame): New function
6629         (Original was written by Yamaoka san [wl: 09239]).
6630
6631         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6632         if `wl-folder-use-frame'.
6633
6634 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6635
6636         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6637
6638 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6639
6640         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6641         New variable.
6642         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6643         (wl-message-buffer-prefetch-get-next): Use them.
6644         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6645
6646 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6649         with unwind-protect.
6650
6651         * wl-draft.el (wl-draft-reedit): Rewrite.
6652         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6653         (wl-draft-save): Insert header separator if it does not exist;
6654         Removed condition-case.
6655
6656         * wl-summary.el (wl-summary-reedit): Revert last change.
6657
6658         * wl-draft.el (wl-draft-save): Rewrite.
6659         (wl-draft-create-buffer): Set buffer-file-name as nil.
6660
6661         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6662
6663         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6664
6665         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6666         nil.
6667
6668 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6671         If count is nil, do not prefetch.
6672         (wl-message-buffer-prefetch-next): Next.
6673
6674 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6675
6676         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6677
6678 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6681         `delete-backward-char'
6682         (wl-draft-prepare-edit): Check major-mode.
6683         (wl-draft-decode-header): Rewrite.
6684         (wl-draft): Fix.
6685
6686 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6689
6690 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6691
6692         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6693         (wl-message-buffer-prefetch-get-next): Remove size checking.
6694         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6695
6696 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6697
6698         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6699         (wl-draft-default-headers): Fix.
6700
6701 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6702
6703         * wl-draft.el (wl-draft-default-headers): Insert return value of
6704         `wl-generate-mailer-string-function'.
6705
6706 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6709         (wl-draft-insert-mail-header-separator): Ditto.
6710
6711         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6712         again (Reverted the change on 2002-01-17 by OKADA san).
6713
6714 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6715
6716         * wl-draft.el (wl-draft): Rewrite.
6717         (wl-draft-create-buffer): New function.
6718         (wl-draft-create-contents): Ditto.
6719         (wl-draft-prepare-edit): Ditto.
6720         (wl-draft-decode-header): Ditto.
6721         (wl-draft-decode-body): Ditto.
6722         (wl-draft-check-new-line): Ditto.
6723         (wl-draft-default-headers): Ditto.
6724         (wl-draft-insert-mail-header-separator): Ditto.
6725
6726 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6727
6728         * Version number is increased to 2.9.6.
6729
6730 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl-draft.el (wl-draft-delete-field): Optional argument.
6733         (wl-draft-delete-fields): Ditto.
6734
6735 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6736
6737         * wl-message.el (toplevel): Eliminated byte-compile warning.
6738         for `itimer-function', `delete-timer' and `itimer-list'.
6739
6740 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6743         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6744         `wl-message-buffer-prefetch-threshold'.
6745         * wl-summary.el (wl-summary-redisplay-internal): Remove
6746         the check of `wl-message-buffer-prefetch-depth'.
6747
6748 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6749
6750         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6751         size of article.
6752         (wl-message-buffer-prefetch-subr): Remove size check.
6753
6754 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6755
6756         * wl-vars.el (wl-plugged): Make customizable.
6757
6758 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6761         (wl-message-buffer-prefetch-set-timer): New function.
6762         (wl-message-buffer-prefetch-get-next): New function.
6763         (wl-message-buffer-prefetch): New function.
6764         (wl-message-buffer-prefetch-next): Rewrite.
6765         (wl-message-buffer-prefetch-subr): Rewrite.
6766         * wl-vars.el (wl-auto-prefetch-first): New variable.
6767         * wl-summary.el (wl-summary-goto-folder-subr): Call
6768         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6769
6770 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6773         `wl-summary-unread-message-hook'.
6774
6775 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6778         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6779         if range is `cache-status'.
6780
6781 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-message.el (wl-message-buffer-prefetch-subr):
6784         Improve debug message.
6785
6786 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6787
6788         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6789         `wl-mail-send-pre-hook'.
6790         (wl-draft-send-mail-with-qmail): Ditto.
6791         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6792
6793 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl-message.el (wl-message-buffer-prefetch-subr):
6796         Fix for cancel-function-timers bug.
6797         (wl-message-buffer-prefetch-debug): Default value is t.
6798
6799 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6800
6801         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6802         (wl-message-buffer-prefetch-subr): Rewrite.
6803         Rename from `wl-message-buffer-prefetch'.
6804
6805 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6806
6807         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6808         (wl-default-draft-cite-decorate-author): Ditto.
6809
6810         * wl-draft.el (wl-draft-cite-function): Removed.
6811         (wl-default-draft-cite-decorate-author): Ditto.
6812
6813 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6814
6815         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6816         (wl-default-draft-cite): Do not arrange author name if the value of
6817         `wl-default-draft-cite-decorate-author' is nil.
6818
6819 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6820
6821         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6822
6823         * wl-folder.el (wl-folder-check-one-entity): Don't care
6824         `elmo-folder-use-flag-p'.
6825
6826 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6827
6828         * wl-folder (wl-folder-check-one-entity): Fix
6829         problem if unread is nil.
6830
6831 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6832
6833         * wl-address.el (wl-address-make-completion-list): Check whether
6834         the address is a group list.
6835         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6836
6837 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6838
6839         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6840         The number of the messages of new and unread does not count
6841         correctly.
6842
6843         * wl-summary.el (wl-summary-count-unread): Changed to return
6844         `(new . unread)' instead of total.
6845         (wl-summary-sync-update): Follow the change above.
6846
6847         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6848
6849 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6850
6851         * wl-address.el (wl-address-make-completion-list): Do not enclose
6852         address by " <" and ">" if associated realname is "".
6853         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6854         This is against the promblem with group list in .addresses pointed
6855         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6856
6857 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6858
6859         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6860         message is a format control string.
6861         * wl-expire.el (wl-expire-append-log): Ditto.
6862         * wl-mime.el (wl-summary-burst-subr): Ditto.
6863         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6864         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6865
6866 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6867
6868         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6869         wl.el (wl-check-variables): Rename from `wl-check-type'.
6870         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6871         (wl-check-variables-2): New function.
6872         (wl): Call `wl-check-variables-2'.
6873
6874 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6875
6876         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6877         after renaming folder in access group.
6878
6879 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6882         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6883         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6884         (wl-message-buffer-prefetch): Rewrite.
6885         (wl-message-buffer-prefetch-idle-time): Removed.
6886         * wl-summary.el (wl-summary-redisplay-internal):
6887         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6888         Error check for `wl-message-buffer-prefetch-depht'.
6889
6890 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6891
6892         * Version number is increased to 2.9.5.
6893         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6894
6895 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6898         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6899         Based on the patch written by
6900         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6901
6902 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6903
6904         * wl-draft.el (wl-draft-raw-send): Fix for
6905         `wl-news-send-pre-hook'
6906
6907 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6908
6909         * wl-utils.el (wl-message-id-function): New variable.
6910         * wl-draft.el (wl-draft-insert-required-fields):
6911         Use `wl-message-id-function'.
6912
6913 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6914
6915         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6916         * wl-utils.el (wl-draft-make-message-id-string):
6917         Use `wl-from' for domain part of Message-ID
6918         if `wl-message-id-use-wl-from' if non-nil.
6919         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6920
6921 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6922
6923         * wl.el (wl): Call `wl-check-type'
6924         Do not 'condition-case'.
6925
6926 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6927
6928         * wl.el (wl-check-type): New function.
6929         (wl-check-type-variables): New variable.
6930
6931 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6932
6933         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6934
6935 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6936
6937         * wl-draft.el (wl-smtp-password-key): New function.
6938         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6939         (wl-draft-send-mail-with-smtp): Ditto.
6940         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6941
6942 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6943
6944         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6945         * wl-utils.el (wl-unique-id-suffix): Remove.
6946
6947 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6948
6949         * Version number is increased to 2.9.4.
6950
6951 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6952
6953         * wl-utils.el (wl-unique-id-suffix): New variable.
6954         (wl-unique-id): Use `wl-unique-id-suffix'
6955
6956 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6957
6958         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6959         instead of `elmo-msgdb-search'.
6960
6961         * Version number is increased to 2.9.3.
6962
6963 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6964
6965         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6966
6967 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6970         (wl-draft-dispatch-message): Changed for send-later.
6971         (wl-draft-queue-flush): Ditto.
6972         (wl-draft): Clear `wl-sent-message-queued'.
6973         (wl-draft-reedit): Ditto.
6974         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6975         * wl-vars.el (wl-draft-force-queuing): New variable.
6976         (wl-draft-force-queuing-mail): New variable.
6977         (wl-draft-force-queuing-news): New variable.
6978
6979 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6982         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6983
6984 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6985
6986         * Version number is increased to 2.9.2.
6987
6988 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * wl-draft.el (wl-draft-elide-region): New user command.
6991         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6992
6993         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6994         command `wl-draft-elide-region'.
6995         * wl-mule.el: Ditto.
6996         * wl-xmas.el: Ditto.
6997
6998 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
7001         (wl-biff-check-folder-async): Removed needless let.
7002
7003 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
7006         wl-folder-get-elmo-folder.
7007         (wl-biff-check-folder): Set `biff' argument of
7008         `wl-folder-check-one-entity'.
7009         (wl-biff-check-folder-async): Setup `biff' slot of folder.
7010
7011         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
7012         (wl-folder-check-one-entity): Added `biff' argument;
7013         Setup `biff' slot of folder.
7014
7015         * Version number is increased to 2.9.1.
7016
7017 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
7020         comment out and fixed.
7021         (wl-fldmgr-add-completion-subr): Ditto.
7022
7023         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
7024         and msgdb.
7025
7026         * wl.el (wl-toggle-plugged): Save summary view.
7027
7028 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
7031
7032 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7033
7034         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
7035
7036 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * wl-e21.el (wl-e21-toolbar-configurations): Replace
7039         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
7040         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
7041
7042         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
7043         if it was failed.
7044         (wl-demo): Disable undo in the demo buffer.
7045
7046 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-version.el (wl-version): Changed codename.
7049
7050         * Version number is increased to 2.9.0.
7051
7052 2001-12-14  Takuo KITAME <kitame@northeye.org>
7053
7054         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
7055         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
7056         (wl-folder-mark-as-read-all-current-entity): Ditto.
7057
7058 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-vars.el (wl-from-width): Define as obsolete variable.
7061         (wl-subject-length-limit): Ditto.
7062
7063         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7064
7065         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7066         wl-summary-save-view.
7067
7068         * wl.el (wl-save-status): Ditto.
7069         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7070
7071         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7072         (wl-summary-exit): Follow the change above.
7073         (wl-summary-goto-folder-subr): Ditto.
7074
7075         * wl-folder.el (wl-folder-create-subr): Don't use
7076         `elmo-folder-creatable-p'.
7077
7078 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7081
7082 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7085         rather than bitmap on Emacs 21.
7086         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7087         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7088         for xbm if the new redisplay engine is not available.
7089
7090 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-folder.el (wl-folder-init-hook): New hook.
7093         (wl-folder-init): Run `wl-folder-init-hook'.
7094
7095 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7098
7099 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-acap.el (wl-acap-cache-filename): New variable.
7102         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7103         (wl-acap-init): Use cache if no ACAP server found.
7104
7105 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7106
7107         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7108         `wl-acap-original-msgdb-dir'.
7109
7110         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7111         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7112
7113         * wl-mime.el (wl-mime-save-directory): Renamed from
7114         `wl-mime-save-dir'.
7115
7116 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7119
7120         * wl-demo.el: Require `path-util'.
7121         (wl-demo-bitmap-mule-available-p): New internal variable.
7122         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7123         `module-installed-p' instead.
7124         (wl-demo-insert-image): Use *.img file for a bitmap image.
7125         (wl-demo): Don't call the ascii demo recursively.
7126
7127 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * Version number is increased to 2.7.7.
7130
7131 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl.el (wl-exit): Eliminated byte-compile warning.
7134
7135 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7136
7137         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7138         obsolete variable using `elmo-define-obsolete-variable'.
7139         (wl-fetch-confirm-threshold): Ditto.
7140         (wl-cache-prefetch-folder-type-list): Ditto.
7141         (wl-cache-prefetch-folder-list): Ditto.
7142
7143 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7146         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7147         (wl-demo-insert-image): New function.
7148         (wl-demo-insert-text): New function.
7149         (wl-demo-image-type-alist): Redefine as a function.
7150         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7151         (wl-demo-with-temp-file-buffer): Removed.
7152         (wl-logo-xpm): Removed.
7153         (wl-logo-xbm): Removed.
7154         (wl-logo-bitmap): Removed.
7155
7156 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7157
7158         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7159         (wl-expire-localdir-get-folder-function): New user option.
7160         (wl-expire-localdir-get-folder): New function.
7161         (wl-expire-localdir-date): Ditto.
7162
7163 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7164
7165         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7166         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7167         Fixed unread number mismatch when all-unread < unread.
7168
7169 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7172         (wl-fetch-confirm-threshold): Ditto.
7173
7174         * wl-summary.el (wl-summary-confirm-appends): Removed.
7175         (wl-summary-sync-update): Don't refer
7176         `wl-summary-update-confirm-threshold' (It is now abolished).
7177
7178         * wl-message.el (wl-message-display-internal): Don't refer
7179         `wl-fetch-confirm-threshold' (It is now abolished).
7180
7181 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7184
7185 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7186
7187         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7188         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7189         Change default value to nil.
7190         (wl-summary-indent-length-limit): The value can be nil, nil means
7191         unlimited.
7192
7193         * wl-summary.el: Don't set limit for indent length if the value of
7194         wl-summary-indent-length-limit is nil.
7195         If the value of wl-summary-width is nil, it means only that the width
7196         of summary is unlimited (nil doesn't mean that the indent length is
7197         unlimited).
7198
7199         * wl-thread.el: Ditto.
7200
7201 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7202
7203         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7204         be nil, nil means never confirm.
7205         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7206
7207 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7208
7209         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7210         means unlimited).
7211
7212 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7215         Use `with-temp-buffer'.
7216
7217 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7220         with new backquote style).
7221         (wl-folder-get-entity-from-buffer): Ditto.
7222
7223 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7224
7225         * wl-version.el (nemacs-version): Eliminated.
7226         (wl-extended-emacs-version2): Ignore nemacs.
7227         (wl-extended-emacs-version3): Ditto.
7228
7229 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7230
7231         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7232         (wl-draft-add-in-reply-to): New variable.
7233         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7234         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7235         (wl-draft-yank-from-mail-reply-buffer): Use
7236         `wl-draft-add-in-reply-to'.
7237         (wl-draft-insert-current-message): Ditto.
7238
7239 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7240
7241         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7242         typo (kill->hide).
7243         (wl-message-buffer-prefetch-folder-type-list): Added elements
7244         `mark' and `cache' instead of `internal'.
7245
7246 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7249         resume msgdb directory.
7250
7251 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl.el (wl-exit): Call `wl-acap-exit'.
7254
7255         * wl-summary.el (wl-summary-message-string): New function.
7256         (wl-summary-reedit): Use it.
7257         (wl-summary-resend-bounced-mail): Remove needless let.
7258         (wl-summary-supersedes-message): Ditto.
7259         (wl-summary-save): Ditto.
7260
7261         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7262         (wl-acap-init): Set it.
7263         (wl-acap-exit): New function.
7264
7265 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7266
7267         * wl.el (wl-init): Revert (require 'mime-setup). move from
7268         toplevel.
7269
7270 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7271
7272         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7273         local variables.  Add error when guess function return invalid
7274         value.
7275
7276 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7277
7278         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7279         Change local variable name.
7280         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7281         (wl-folder-get-newsgroups): Return nil when non-news folder.
7282         * wl-summary.el (wl-summary-write-current-folder): State through
7283         when guess-list return nil.
7284         (wl-summary-write-current-folder-functions): Fixed docstring.
7285
7286         * wl.el (wl-exit): Changed confirm message.
7287
7288         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7289         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7290
7291         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7292
7293 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7294
7295         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7296         user option (Renamed from wl-cache-prefetch-folder-type-list).
7297         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7298         from wl-cache-prefetch-folder-list).
7299
7300         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7301         Move to wl-vars.el.
7302         (wl-message-buffer-prefetch-p): Changed to enable
7303         `wl-message-buffer-prefetch-folder-list'.
7304
7305         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7306         `ignore-cache'.
7307
7308 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7309
7310         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7311         `part-top' and `part-bottom'.
7312         (wl-draft-config-sub-part-top): New function.
7313         (wl-draft-config-sub-part-bottom): New function.
7314
7315 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7316
7317         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7318
7319 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7320
7321         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7322
7323 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7324
7325         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7326
7327         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7328         (wl-summary-write-current-folder): Ditto.
7329
7330 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-folder.el (wl-folder-get-newsgroups): Use
7333         `elmo-folder-newsgroups'.
7334
7335 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7336
7337         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7338         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7339         `wl-draft-config-sub-header-bottom'.
7340
7341 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7342
7343         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7344         localnews folder.
7345
7346 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7347
7348         * wl-summary.el (wl-summary-mode): Undo last change.
7349
7350         * wl-folder.el (wl-folder-mode): Ditto.
7351
7352 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7353
7354         * wl-summary.el (wl-summary-mode): Locally set
7355         truncate-partial-window-width to nil.
7356         (for XEmacs)
7357
7358         * wl-folder.el (wl-folder-mode): Ditto.
7359
7360 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7361
7362         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7363
7364 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7367         number.
7368
7369         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7370
7371         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7372
7373         * Version number is increased to 2.7.6.
7374
7375 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7378
7379 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-summary.el (wl-summary-sync-update): Enclose network
7382         related portion with `unwind-protect'.
7383
7384 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7385
7386         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7387
7388 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7389
7390         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7391         element.
7392         * wl-vars.el (wl-message-body-button-alist): Ditto.
7393
7394         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7395         max match length.
7396         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7397
7398         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7399         for the max match length;
7400         Use 4th element value for the button string regexp group.
7401
7402         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7403         candidate exists, prompt to select.
7404
7405 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7406
7407         * wl-summary.el (wl-summary-jump-to-msg): Search before
7408         calibration point by `beginning-of-line'.
7409
7410 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7411
7412         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7413         for access group.
7414
7415 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl-message.el (wl-message-display-internal): Bind
7418         `default-mime-charset'.
7419
7420         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7421
7422         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7423
7424         * Version number is increased to 2.7.5.
7425
7426 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7427
7428         * wl-expire.el (wl-summary-archive): Fixed;
7429         Use `elmo-folder-name-internal'.
7430
7431 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7432
7433         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7434         from `elmo-folder-move-messages' caller.
7435         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7436
7437         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7438         related portions are changed).
7439
7440 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7441
7442         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7443         counter.
7444
7445 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7446
7447         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7448         buffer local and set it to nil.
7449
7450         * wl-message.el (wl-message-redisplay): Ditto.
7451
7452 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-summary.el (wl-summary-mark-as-important): If message is
7455         already cached, set messag as read, otherwise encache and mark as read.
7456
7457 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7458
7459         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7460         point-min.
7461
7462 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7465         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7466         a keymap.
7467
7468 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7471         parent.
7472
7473         * wl-mule.el (wl-message-define-keymap): Ditto.
7474
7475         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7476
7477         * wl-xmas.el (wl-message-display-internal-hook): Define.
7478         (wl-xmas-setup-message-toolbar): Define as function.
7479         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7480         (wl-message-overload-functions): Abolished.
7481         (wl-message-define-keymap): New function.
7482
7483         * wl-vars.el (wl-message-display-internal-hook): New variable.
7484         (wl-message-header-button-alist): New variable (Renamed from
7485         wl-highlight-message-header-button-alist).
7486         (wl-message-body-button-alist): Ditto.
7487
7488         * wl-mule.el (wl-message-define-keymap): New function.
7489         (wl-message-overload-functions): Abolished.
7490
7491         * wl-message.el (wl-message-add-buttons-to-body): New function.
7492         (wl-message-redisplay): Don't call wl-message-overload-functions;
7493         Call wl-message-add-buttons-to-header and
7494         wl-message-add-buttons-to-body.
7495         (wl-message-display-internal): Set keymap argument for
7496         elmo-mime-display-as-is, elmo-mime-message-display;
7497         Run wl-message-display-internal-hook.
7498         (wl-message-refer-article-or-url): Abolished.
7499
7500         * wl-highlight.el (wl-highlight-headers): Don't call
7501         wl-highlight-message-add-buttons-to-header.
7502         (wl-highlight-message-add-buttons-to-header): Abolished.
7503
7504
7505         * wl-e21.el (wl-message-display-internal-hook): Define.
7506         (wl-e21-setup-toolbar): Deleted duplicated binding.
7507         (wl-e21-setup-message-toolbar): Define as function.
7508         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7509         (wl-message-define-keymap): New function.
7510         (wl-message-overload-functions): Abolished.
7511
7512 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7515         and elmo-folder-close.
7516
7517         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7518
7519 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7520
7521         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7522         boolean value.
7523         * wl-draft.el (wl-draft-do-fcc): Ditto.
7524
7525 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7526
7527         * wl-vars.el (wl-fcc-force-as-read): New variable.
7528         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7529         mark copied message as read.
7530
7531 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7532
7533         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7534
7535 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7536
7537         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7538         `wl-summary-target-above' instead of obsolete variable
7539         `wl-summary-temp-above'.
7540
7541         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7542         instead of `make-obsolete-variable'.
7543         * wl-refile.el (toplevel): Ditto.
7544
7545 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7546
7547         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7548         with third argument t.
7549         (wl-draft): Set first argument for wl-plugged-init as t.
7550
7551         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7552         definition.
7553
7554 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7555
7556         * wl-vars.el: Tabify.
7557         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7558
7559         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7560         message.
7561
7562 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7563
7564         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7565         and set default to beep.
7566
7567 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7568
7569         * wl-vars.el (wl-draft-truncate-lines): New variable.
7570
7571         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7572         instead of wl-message-truncate-lines for truncate-lines.
7573
7574 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * wl-message.el (wl-message-display-internal): Call
7577         `wl-highlight-message' after `elmo-mime-display-as-is'.
7578
7579         * wl-mime.el (wl-mime-display-text/plain): New function.
7580         (wl-mime-display-header): Ditto.
7581         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7582         body-presentation-method for text/plain;
7583         Register `wl-mime-display-header' as a header-presentation-method;
7584         Don't set up `elmo-message-text-content-inserted-hook' and
7585         `elmo-message-header-inserted-hook'.
7586
7587         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7588         variable.
7589         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7590         as t if flag is 'all-header;
7591         Don't bind `elmo-message-ignored-field-list',
7592         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7593
7594 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7597         for xemacs with non-mule environment.
7598
7599 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7600
7601         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7602         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7603         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7604
7605 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7606
7607         * wl-vars.el (wl-interactive-send): Set default value as t.
7608
7609 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7612         (wl-addrmgr-method-list): Abolished.
7613         (wl-addrmgr-change-method): Follow above change.
7614
7615         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7616
7617 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7618
7619         * wl-vars.el (wl-message-truncate-lines): Change default value
7620         to default-truncate-lines.
7621
7622         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7623
7624 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7625
7626         * wl-vars.el (wl-message-truncate-lines): New variable.
7627
7628         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7629         wl-message-truncate-lines.
7630
7631 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7632
7633         * wl-acap.el (wl-acap-init): Remove period from error message.
7634         (wl-acap-find-acap-service): Remove period from message.
7635
7636 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl.el (wl-check-environment): Undo last change.
7639
7640         * wl-vars.el (wl-from): Changed default value.
7641
7642         * wl-util.el (toplevel): Don't require tm-edit.
7643
7644         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7645         `wl-folder-init';
7646         Don't set mark on mail body.
7647         (wl-draft-reedit): Ditto.
7648
7649         * wl-address.el (wl-address-quote-specials): Define as an alias for
7650         elmo-address-quote-specials.
7651
7652 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7655
7656         * wl-vars.el (wl-from): Set default value as nil.
7657         (wl-organization): Set default value as ORGANIZATION environment
7658         variable.
7659
7660         * wl-draft.el (wl-smtp-extension-bind): Check value of
7661         wl-smtp-connection-type.
7662
7663         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7664         error.
7665
7666 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * Version number is increased to 2.7.4.
7669
7670         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7671         arguments from `wl-highlight-x-face-function' caller.
7672         Use x-face-1.3.6.12 or later.
7673
7674 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7675
7676         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7677
7678 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7679
7680         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7681         (wl-fcc): Fix to accept function.
7682         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7683
7684 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7685
7686         * wl-acap.el (toplevel): Added `product-provide' declare.
7687         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7688
7689 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl.el (wl): Changed order of calling `elmo-init'
7692         and `elmo-folder-init'.
7693
7694 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7695
7696         * wl-mime.el (wl-summary-burst): Extract message when content-type
7697         of root entity is not only `multipart' but also `message/rfc822'.
7698         (wl-summary-burst-subr): Ditto.
7699
7700 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-vars.el (toplevel): Require 'custom.
7703         (wl-trash-folder): Added to `wl-setting' group.
7704
7705         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7706         exists.
7707         (wl-addrmgr-draw): Insert empty line when no entry exists.
7708
7709         * wl-mule.el (wl-message-wheel-up): Fixed.
7710         (wl-message-wheel-down): Ditto.
7711
7712 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7713
7714         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7715         config is an anonymous lambda expression.
7716
7717 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7720         when Mule 2 is running.
7721
7722 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7725
7726 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7729         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7730
7731         * wl-address.el (wl-address-specials-regexp): Eliminated.
7732         (wl-address-quote-specials): Rewrite.
7733
7734 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7737         shy-groups for regexp.
7738
7739         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7740         character classes and Perl style shy-groups for regexp.
7741         (wl-highlight-plugged-current-line): Use Posix style character
7742         classes for regexp.
7743         (wl-e21-highlight-folder-by-numbers): Ditto.
7744         (wl-e21-display-image-p): Use `display-images-p' instead of
7745         `display-graphic-p'.
7746         (display-images-p): Make an alias to `display-graphic-p' if it is
7747         not available.  It is for Emacs version prior to 21.0.105.
7748
7749         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7750         `display-graphic-p'.
7751         (wl-demo-image-type-alist): Ditto.
7752         (display-images-p): Make an alias to `display-graphic-p' if it is
7753         not available.  It is for Emacs version prior to 21.0.105.
7754
7755 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7756
7757         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7758         support.
7759         (wl-generate-user-agent-string): Ditto.
7760
7761         * wl-version.el (wl-version): Update docsting.
7762         (wl-version-status): Ditto.
7763
7764 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7765
7766         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7767         21.0.105.  For Emacs 21.0.104 or earlier.
7768
7769 2001-09-03  Takuo KITAME <kitame@northeye.org>
7770
7771         * wl-e21.el (wl-plugged-init-icons): Use
7772         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7773         (wl-biff-init-icons): Ditto.
7774
7775 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-highlight.el (wl-highlight-summary-current-line):
7778         Fixed highlighting refile/copy destination.
7779
7780         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7781         (wl-acap-store): Encode string by wl-acap-coding-system.
7782
7783 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-acap.el (toplevel): Check and require 'un-define before
7786         'xemacs-ucs;
7787          Added checking for UTF-2000.
7788
7789 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7792         Don't enclose with `eval-and-compile'.
7793
7794         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7795         wl-init is non-nil.
7796
7797         * wl-draft.el (wl-draft): Ditto.
7798
7799         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7800
7801         * wl-acap.el (toplevel): Require 'wl.
7802         (wl-acap-store): Call `elmo-init'.
7803
7804         * wl.el (wl): Changed position of `wl-check-environment'.
7805         (toplevel): Added autoload setting for wl-acap.
7806
7807         * wl-vars.el (wl-setting): New custom group.
7808         (wl-from): Added wl-setting group.
7809         (wl-user-mail-address-list): Ditto.
7810         (wl-organization): Ditto.
7811         (wl-subscribed-mailing-list): Ditto.
7812         (wl-envelope-from): Ditto.
7813         (wl-smtp-posting-user): Ditto.
7814         (wl-smtp-posting-server): Ditto.
7815         (wl-smtp-posting-port): Ditto.
7816         (wl-smtp-authenticate-type): Ditto.
7817         (wl-pop-before-smtp-user): Ditto.
7818         (wl-pop-before-smtp-server): Ditto.
7819         (wl-pop-before-smtp-port): Ditto.
7820         (wl-pop-before-smtp-authenticate-type): Ditto.
7821         (wl-nntp-posting-server): Ditto.
7822         (wl-nntp-posting-user): Ditto.
7823         (wl-nntp-posting-port): Ditto.
7824         (wl-fetch-confirm-threshold): Ditto.
7825         (wl-prefetch-threshold): Ditto.
7826         (wl-thread-insert-opened): Ditto.
7827         (wl-ldap-server): Ditto.
7828         (wl-ldap-port): Ditto.
7829         (wl-ldap-base): Ditto.
7830         (wl-ldap-objectclass): Ditto.
7831         (wl-use-ldap): Ditto.
7832         (wl-draft-config-alist): Ditto.
7833         (wl-draft-config-matchone): Ditto.
7834         (wl-template-alist): Ditto.
7835         (wl-message-sort-field-list): Ditto.
7836         (wl-message-ignored-field-list): Ditto.
7837         (wl-message-visible-field-list): Ditto.
7838         (wl-interactive-send): Ditto.
7839         (wl-summary-move-order): Ditto.
7840         (wl-auto-select-first): Ditto.
7841         (wl-auto-select-next): Ditto.
7842         (wl-interactive-save-folders): Ditto.
7843
7844         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7845         Initialization codes are moved from wl-local-folder-init.
7846         (wl-local-folder-init): Follow the change above.
7847         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7848
7849         * wl-acap.el: New file.
7850
7851         * Version number is increased to 2.7.3.
7852
7853 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7854
7855         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7856
7857 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7858
7859         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7860         (wl-addrmgr-address-entry-list): Ditto.
7861
7862 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-e21.el (wl-draft-mode-map): Removed binding for
7865         `wl-draft-insert-x-face-field'.
7866
7867         * wl-mule.el (wl-draft-mode-map): Ditto.
7868
7869         * wl-xmas.el (wl-draft-mode-map): Ditto.
7870
7871         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7872         (wl-cs-autoconv): Ditto.
7873         (wl-cs-local): Ditto.
7874         (wl-use-scoring): Ditto.
7875         (wl-mime-charset): Ditto.
7876         (wl-folder-check-async): Ditto.
7877
7878         * wl.el (toplevel): Ignore nemacs and tm.
7879         (wl-exit): Ditto.
7880
7881         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7882         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7883         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7884         instead of wl-address-petname-add-or-change.
7885         (wl-summary-edit-addresses-subr): Use wl-address-delete
7886         instead of wl-address-petname-delete.
7887
7888         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7889
7890         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7891         if error occured.
7892
7893         * wl-message.el (require): Remove tm support.
7894
7895         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7896
7897         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7898         (wl-folder-jump-to-current-entity): Ditto.
7899         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7900
7901         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7902         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7903         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7904
7905         * wl-mule.el (wl-draft-key-setup): Ditto.
7906
7907         * wl-xmas.el (wl-draft-key-setup): Ditto.
7908
7909         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7910         (wl-draft-std11-parse-addresses): New function.
7911         (wl-draft-parse-mailbox-list): Use it.
7912         (wl-draft): Ignore nemacs.
7913         (wl-draft-reedit): Ditto.
7914
7915         * wl-addrmgr.el: New file.
7916         (Original is wl-rcpt.el written by
7917         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7918         Thanks Kitamoto-san.)
7919
7920         * wl-address.el (wl-address-make-address-list): Modified parsing
7921         process.
7922         (wl-address-delete): Renamed from `wl-address-petname-delete';
7923         Modify wl-address-list too.
7924         (wl-address-add-or-change): Renamed from
7925         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7926
7927 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7928
7929         * wl-highlight.el (wl-highlight-summary-current-line):
7930           Work with transient-mark-mode
7931
7932 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * Version number is increased to 2.7.2.
7935
7936         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7937         instead of elmo-dop-queue-method.
7938
7939 2001-08-06  SAITO Atsunori <sai@yedo.com>
7940
7941         * wl-vars.el (wl-ldap-objectclass): New user option.
7942
7943         * wl-address.el (wl-ldap-make-filter): Use it.
7944
7945 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7948
7949 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-folder.el (wl-folder): redisplay after folder insertion.
7952
7953         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7954
7955         * wl-summary.el (wl-summary-sync-update):
7956         Change status mark only when new-msgdb exists.
7957         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7958
7959 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7960
7961         * wl-summary.el (wl-summary-open-folder): New function.
7962         (wl-summary-goto-folder-subr): Use it.
7963         (wl-summary-mark-as-important): Fix;
7964         Encache only when no cache exists.
7965
7966 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7967
7968         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7969         Use with-current-buffer.
7970
7971 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7972
7973         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7974         before call `get-buffer'. Fixed parenthesis.
7975         (wl-score-get-header-entry): Clear message and help window when
7976         keyboard quit.
7977         (wl-score-edit-insert-header): Ditto.
7978
7979 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7980
7981         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7982         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7983         (wl-default-draft-cite): Fix.
7984
7985         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7986         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7987
7988 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-message.el (wl-message-prev-page): Do same bahavior
7991         as summary when it is called in the message buffer.
7992         (wl-message-next-page): Ditto.
7993
7994 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl-summary.el (wl-summary-forward): Use cache if it is not
7997         section cache.
7998
7999 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-vars.el: Changed file coding system to ISO-2022-JP.
8002         Removed redundant require of elmo-vars.
8003         (wl-biff-state-indicator-on): Changed default value for
8004         xemacs with non-mule environment.
8005
8006         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8007         wl-message-buffer is nil;
8008         Hide progress bar after moving messages.
8009
8010 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
8013         message at cursor point is deleted.
8014
8015 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * wl-vars.el: Changed file coding system to euc-japan.
8018         Added -*-coding:-*- magic to the first line.
8019
8020         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
8021         Search parent from the first message.
8022
8023         * Version number is increased to 2.7.1.
8024
8025 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
8026
8027         * wl-vars.el: Fix file coding system to ISO-2022-JP.
8028
8029 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
8032         refile/delete execution.
8033
8034         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
8035         Fixed docstring.
8036
8037 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
8040         do update process;
8041         Don't update marks when update process is interrupted.
8042
8043 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-summary.el (wl-summary-reply): Fixed problem when
8046         wl-draft-use-frame is non-nil.
8047         (wl-summary-forward): Ditto.
8048
8049         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
8050         as nil.
8051         (wl-folder-mark-as-read-all-entity): Ditto.
8052         (wl-folder-prefetch-entity): Ditto.
8053
8054         * wl.el (wl): Check environment before wl-init.
8055
8056         * wl-summary.el (wl-summary-collect-unread): Eliminated.
8057         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
8058         instead of wl-summary-collect-unread.
8059         (wl-summary-reply): Split message window.
8060
8061 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
8062
8063         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8064         only if current language environment is japanese,
8065
8066         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8067         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8068         (wl-folder-goto-folder-subr): Ditto.
8069
8070         * wl-draft.el (wl-draft-dispatch-message): Call
8071         `elmo-file-cache-get-path'.
8072
8073 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8074
8075         * wl-summary.el (wl-summary-cursor-move): If return value of
8076         wl-summary-next-message is not number, don't jump.
8077
8078 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-summary.el (wl-summary-buffer-next-message-function): New
8081         variable.
8082         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8083         if it is bound.
8084
8085         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8086         string.
8087
8088         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8089         (wl-plugged-drawing): Ditto.
8090
8091 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8094         process.
8095         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8096         with unwind-protect.
8097
8098         * wl.el (wl-init): Require mime-setup.
8099         (wl-check-environment): Don't require mime-setup.
8100
8101         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8102         instead of elmo-folder-type.
8103
8104         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8105         value as nil.
8106
8107 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * Version number is increased to 2.7.0.
8110
8111         * wl-version.el (wl-version): Changed codename.
8112
8113         * wl-summary.el (wl-summary-delete-cache): Fixed.
8114
8115         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8116         Workaround for net folders.
8117         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8118
8119         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8120         value to nil (According to the patch from
8121         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8122
8123         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8124         of elmo-folder-close.
8125
8126 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8127
8128         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8129         for postfix.
8130
8131 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-summary.el (wl-summary-resend-message): Fixed.
8134
8135         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8136         Call wl-draft with `from' argument if its address is included in
8137         `wl-user-mail-address-list'.
8138         (wl-draft): Added `from' argument.
8139
8140         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8141         non-nil.
8142         (wl): Don't show demo if wl-demo is nil.
8143
8144         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8145         wl-summary-use-frame.
8146
8147         * wl-vars.el (wl-summary-use-frame): New user option.
8148         (wl-folder-use-frame): Changed docstring.
8149
8150         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8151         non-nil.
8152         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8153         wl-summary-use-frame.
8154
8155         * wl-vars.el (wl-folder-use-frame): New user option.
8156
8157         * wl-summary.el (wl-summary-exit): Back to folder frame if
8158         wl-folder-use-frame is non-nil.
8159         (wl-summary-redisplay-internal): Ignore cache if current folder
8160         is draft folder,
8161         (wl-summary-redisplay-no-mime): Ditto.
8162         (wl-summary-redisplay-all-header): Ditto.
8163
8164         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8165         if wl-folder-use-frame is non-nil.
8166
8167 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-summary.el (wl-summary-sync-update): Bind
8170         elmo-folder-update-threshold.
8171         (wl-summary-mark-as-important): Enclosed server mark processing
8172         with `save-match-data'.
8173
8174         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8175         only when it is already defined.
8176
8177 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8178
8179         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8180         name of folder exclude localdir is wrong.
8181         * wl-folder.el (wl-folder-sync-entity):
8182         Set `wl-summary-always-sticky-folder-list' as nil.
8183         (wl-folder-mark-as-read-all-entity): Ditto.
8184         (wl-folder-prefetch-entity): Ditto.
8185
8186 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8187
8188         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8189         instead of `wl-summary-write-current-newsgroup'.
8190
8191 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8192
8193         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8194         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8195         non-nil and selected message is important, do not display.
8196
8197 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8198
8199         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8200
8201 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8202
8203         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8204
8205         * wl-summary.el (wl-summary-mark-as-important): Set message number
8206         using wl-summary-message-number.
8207
8208 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8209
8210         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8211         destination folder is 'null.
8212
8213 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8214
8215         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8216         New function.
8217         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8218         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8219         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8220
8221 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-mime.el (wl-mime-setup): Added setting for
8224         `mime-setup-signature-key-alist' to avoid overriding key bind for
8225         `wl-draft-send'.
8226
8227         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8228         for `wl-draft-send'.
8229         * wl-mule.el (wl-draft-overload-functions): Ditto.
8230         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8231         * wl-draft.el (wl-draft-send): Ditto.
8232
8233         * wl-message.el (wl-message-display-internal):
8234         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8235         (Patch is provided by <kita@coe.nttdata.co.jp>).
8236
8237 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8238
8239         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8240
8241 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8242
8243         * wl.el (wl): Fix for wl-demo.
8244
8245 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8246
8247         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8248
8249 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8250
8251         * wl-folder.el (wl-folder-prefetch-entity): Use
8252         `wl-folder-get-elmo-folder'.
8253         (wl-folder-count-incorporates): Do not use
8254         `wl-folder-get-elmo-folder'.
8255
8256 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8257
8258         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8259         instead of `elmo-folder-get-type'.
8260
8261 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8262
8263         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8264         position on Subject: field.
8265         (Advised by Mito <mit@nines.nec.co.jp>)
8266
8267 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8268
8269         * wl-folder.el (wl-folder-prefetch-entity): Use
8270         `wl-folder-get-elmo-folder'.
8271
8272 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8273
8274         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8275
8276         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8277         `process-duplicates' slot.
8278
8279         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8280         if detection failed.
8281
8282 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8283
8284         * wl-version.el (wl-version-status): Set to "alpha".
8285
8286 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8289         Check wl-message-buffer lives before set-buffer.
8290
8291 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8292
8293         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8294         called in folder mode.
8295         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8296         * wl-summary.el (wl-summary-exit-pre-hook): Run
8297         `wl-summary-exit-pre-hook' before exit summary mode.
8298
8299 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8300
8301         * wl-version.el (wl-version-status): New variable.
8302         (wl-version-status-alist): Removed.
8303         (wl-version-status): Rule included.
8304
8305 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8306
8307         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8308         @sponichi.
8309
8310         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8311         when `mail-reply-buffer' is buffer-local variable.
8312         (Reported by <kita@coe.nttdata.co.jp>).
8313
8314 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * wl-vars.el (toplevel): Require 'elmo-util.
8317
8318 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8321         (All other related portions are changed)
8322
8323         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8324
8325         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8326
8327 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8328
8329         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8330
8331 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8334         Delete other windows to avoid an error.
8335         Use `point-marker' instead of `point' to remember the start point
8336         of body.
8337
8338         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8339
8340         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8341         number not to exceed all message number.
8342
8343 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8344
8345         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8346         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8347
8348 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8349
8350         * wl-summary.el (wl-summary-sync-force-update): Added argument
8351         no-check.
8352         (wl-summary-sync-update): Ditto.
8353         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8354         with `no-check'.
8355
8356         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8357         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8358         already running.
8359
8360 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8361
8362         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8363         `dst-folder-arg'.
8364         (wl-expire-archive-number1): Diito.
8365         (wl-expire-archive-number2): Diito.
8366         (wl-expire-archive-Date): Diito.
8367         (wl-archive-number1): Diito.
8368         (wl-archive-number2): Diito.
8369         (wl-archive-date): Diito.
8370         (wl-archive-folder-p): New function.
8371         (wl-summary-expire): Support of expand folder name at
8372         wl-expire-alist.
8373         * wl-util.el (wl-expand-newtext): Renamed from
8374         `wl-refile-expand-newtext'.
8375
8376 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8377
8378         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8379         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8380         `(elmo-msgdb-get-overview msgdb)'.
8381         (wl-summary-prefetch): Bind match data before call
8382         `wl-summay-prefetch-msg'.
8383         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8384         'off if `wl-summary-buffer-disp-msg' is non-nil.
8385         Fixed problem that couldn't show only one new or unread message when
8386         enter folder.
8387         (wl-summary-reply): Don't call `split-window-vertically' and other
8388         window.
8389
8390 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8391
8392         * wl-expire.el (wl-expire-refile): Fixed.
8393
8394 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8397
8398         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8399         biff notification is removed.
8400
8401         * wl.el (wl): Changed position of `elmo-init'.
8402
8403         * wl-draft.el (wl-default-draft-cite): Use date field
8404         on the citation buffer.
8405
8406         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8407
8408         * wl-xmas.el (wl-folder-internal-icon-list): Added
8409         `wl-folder-shimbun-image'.
8410
8411         * wl-e21.el (wl-folder-internal-icon-list): Added
8412         `wl-folder-shimbun-image'.
8413
8414 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl.el (wl-init): Eliminated argument.
8417         (wl): Rewrite.
8418
8419         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8420         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8421         instead of `elmo-folder-msgdb-internal'.
8422         (wl-summary-sync-update): Ditto.
8423         (wl-summary-flush-pending-append-operations): Eliminated.
8424         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8425         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8426         `elmo-folder-open'.
8427
8428         * wl-mime.el (wl-summary-burst): Fixed.
8429
8430         * wl-folder.el (wl-folder-info-save): Check data type.
8431
8432         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8433         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8434         instead of `elmo-folder-msgdb-internal'.
8435         (wl-expire-hide): Ditto.
8436
8437
8438         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8439
8440 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8441
8442         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8443
8444 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8445
8446         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8447
8448 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8449
8450         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8451         Fixed `match-beginning' argument mismatch.
8452
8453 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8454
8455         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8456         the default value.
8457
8458 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8459
8460         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8461         instead of `elmo-nntp-default-port'.
8462
8463         * wl-vars.el: Fixed some doc strings.
8464
8465 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-summary.el (wl-summary-prefetch-msg): Use
8468         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8469
8470         * wl-vars.el: Define *-func as obsolete variable using
8471         `elmo-define-obsolete-variable'.
8472
8473         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8474         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8475         instead of `wl-message-buffer-prefetch-threshold'.
8476
8477         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8478
8479         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8480
8481         * wl-draft.el (wl-caesar-region-func): Ditto.
8482
8483         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8484         Keep unread status in elmo-folder-move-messages.
8485         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8486
8487 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8488
8489         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8490         `wl-summary-buffer-exit-func'
8491         (wl-summary-buffer-message-redisplay-function): Renamed from
8492         `wl-summary-buffer-message-redisplay-func'
8493         (wl-summary-buffer-next-folder-function): Renamed from
8494         `wl-summary-buffer-next-folder-func'.
8495         (wl-summary-buffer-prev-folder-function): Renamed from
8496         `wl-summary-buffer-prev-folder-func'.
8497         (wl-summary-get-petname-function): Renamed from
8498         `wl-summary-get-petname-func'.
8499
8500         * wl-score.el (wl-score-edit-exit-function): Renamed from
8501         `wl-score-edit-exit-func'.
8502
8503         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8504         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8505
8506         * wl-util.el (wl-load-profile-function): Renamed from
8507         `wl-load-profile-func'.
8508
8509         * wl-folder.el (wl-folder-completion-function): Renamed from
8510         `wl-folder-completion-func'.
8511         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8512
8513         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8514         `wl-expire-archive-get-folder-func'.
8515         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8516         (wl-draft-send-mail-function): Renamed from
8517         `wl-draft-send-mail-func'.
8518         (wl-draft-send-news-function): Renamed from
8519         `wl-draft-send-news-func'.
8520         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8521         (wl-generate-mailer-string-function): Renamed from
8522         `wl-generate-mailer-string-func'.
8523         (wl-highlight-signature-search-function): Renamed from
8524         `wl-highlight-signature-search-func'.
8525         (wl-highlight-x-face-function): Renamed from
8526         `wl-highlight-x-face-func'
8527         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8528         (wl-ps-print-buffer-function): Renamed from
8529         `wl-ps-print-buffer-func'
8530         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8531         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8532         (wl-summary-subject-filter-function): Renamed from
8533         `wl-summary-subject-filter-func'.
8534
8535         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8536         `wl-draft-queue-flush-send-func'
8537         (wl-draft-cite-function): Renamed from
8538         `wl-draft-cite-func'
8539
8540         * wl-address.el (wl-address-init-function): Renamed from
8541         `wl-address-init-func'.
8542
8543 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8544
8545         * wl-draft.el (wl-draft-queue-flush): Don't call
8546         `elmo-dop-unlock-message'.
8547         * wl-draft.el (wl-draft-queue-append): Don't call
8548         `elmo-dop-lock-message'.
8549
8550         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8551         (wl-summary-buffer-folder-name): Ditto.
8552         (wl-summary-message-regexp): Added '-' (all other related portions
8553         are changed).
8554         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8555         wl-summary-buffer-folder-name.
8556
8557 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8558
8559         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8560         the number of mails in the folder buffer is not updated by wl-biff.
8561
8562 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8563
8564         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8565         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8566
8567 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-summary.el (wl-summary-next-message):
8570         Return next message number when wl-summary-move-order is nil.
8571
8572 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8573
8574         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8575         `wl-summary-move-spec-alist'.
8576         (wl-summary-move-spec-unplugged-alist): New variable
8577         (Move spec for unplugged status).
8578         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8579         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8580
8581 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8582
8583         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8584         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8585
8586 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8587
8588         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8589         simple quotation to quote the anonymous function.
8590         * tm-wl.el (wl-draft-preview-message): Ditto.
8591
8592 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8593
8594         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8595         Eliminate redundant `save-excursion'.
8596         (wl-highlight-summary-current-line): Ditto.
8597
8598         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8599         accessing match data when `looking-at' failed.
8600
8601         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8602         `elmo-match-string' where users don't care about the speed.
8603         (wl-draft-save): Ditto.
8604
8605 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-util.el (wl-regexp-opt): New function.
8608
8609         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8610         number from `wl-summary-buffer-number-list'.
8611         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8612         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8613         (wl-summary-move-spec-alist): Changed default setting.
8614
8615 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8616
8617         * wl-vars.el (wl-biff-notify-hook): New hook.
8618         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8619         the arrival of new mail.
8620         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8621         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8622
8623 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8626
8627 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8628
8629         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8630
8631         * Version number is increased to 2.5.8.
8632
8633         * wl-thread.el (toplevel): require 'cl.
8634         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8635         (wl-thread-make-number-list): New function.
8636         (wl-thread-entity-make-number-list-from-children): Ditto.
8637         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8638         (wl-thread-entity-insert-as-children): Likewise.
8639         (wl-thread-delete-message): Likewise.
8640         (wl-meaning-of-mark): Eliminated.
8641         (wl-thread-next-failure-mark-p): Ditto.
8642         (wl-thread-entity-get-mark): Ditto.
8643         (wl-thread-meaning-alist-get-result): Ditto.
8644         (wl-thread-entity-check-prev-mark): Ditto.
8645         (wl-thread-entity-check-next-mark): Ditto.
8646         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8647         (wl-thread-entity-get-prev-marked-entity): Ditto.
8648         (wl-thread-get-prev-unread): Ditto.
8649         (wl-thread-jump-to-prev-unread): Ditto.
8650         (wl-thread-get-next-unread): Ditto.
8651         (wl-thread-jump-to-next-unread): Ditto.
8652         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8653         (wl-thread-entity-get-next-marked-entity): Ditto.
8654
8655         * wl-summary.el (wl-summary-buffer-number-list):
8656         New bufer-local variable.
8657         (wl-summary-switch-to-clone-buffer): Clone
8658         `wl-summary-buffer-number-list'.
8659         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8660         (wl-summary-cursor-move-regex): Eliminated.
8661         (wl-summary-cursor-up): Rewrite.
8662         (wl-summary-cursor-down): Ditto.
8663         (wl-summary-mode-spec-alist): New variable.
8664         (wl-summary-next-message): New inline function.
8665         (wl-summary-cursor-move): New function.
8666         (wl-summary-default-get-next-msg): Rewrite.
8667         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8668         (wl-summary-rescan): Ditto.
8669         (wl-summary-sync-all-init): Ditto.
8670         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8671         summary is not thread view.
8672         (wl-summary-sync-update): Ditto.
8673         (wl-summary-rescan): Ditto.
8674         (wl-summary-make-number-list): New function.
8675
8676         * wl-draft.el: "FCC" -> "Fcc".
8677
8678 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-highlight.el (wl-highlight-summary-window):
8681         Call `set-buffer-modified-p'.
8682
8683         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8684         (wl): Call `elmo-init' and fix.
8685
8686         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8687         Use new variables.
8688
8689         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8690
8691 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8694
8695 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8696
8697         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8698
8699 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8700
8701         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8702         `wl-use-toolbar' nor `display-graphic-p'.
8703         (wl-e21-setup-message-toolbar): Ditto.
8704         (wl-e21-setup-summary-toolbar): Ditto.
8705         (wl-e21-setup-folder-toolbar): Ditto.
8706
8707         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8708         (wl-plugged-init-icons): Ditto.
8709
8710         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8711         `display-graphic-p'.
8712         (wl-plugged-set-folder-icon): Ditto.
8713         (wl-highlight-plugged-current-line): Ditto.
8714         (wl-highlight-folder-current-line): Ditto.
8715         (wl-e21-highlight-folder-group-line): Ditto.
8716         (wl-e21-setup-toolbar): Ditto.
8717         (wl-e21-display-image-p): New macro.
8718
8719         * wl-demo.el (wl-demo): Simplified.
8720         (wl-demo-image-type-alist): Use `image-type-available-p' for
8721         checking whether the image type `xbm' is available.
8722
8723 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8726         (wl-summary-input-range): Ditto.
8727
8728 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-summary.el (wl-summary-edit-addresses): Use
8731         `wl-summary-get-original-buffer'
8732         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8733         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8734         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8735         (wl-summary-get-newsgroups): Eliminated.
8736         (wl-summary-set-crosspost): Ditto.
8737         (wl-summary-is-crosspost-folder): Ditto.
8738         (wl-crosspost-alist-load): Ditto.
8739         (wl-crosspost-alist-save): Ditto.
8740
8741         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8742         `elmo-setup-subscribed-newsgroups' instead of
8743         `elmo-nntp-make-groups-hashtb'.
8744         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8745         instead of `wl-crosspost-alist-save'.
8746
8747         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8748         of `elmo-folder-message-appendable-p'.
8749         (wl-mime-header-presentation-method): Eliminated.
8750
8751         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8752         (Error occurs in emacs21).
8753
8754         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8755         the current buffer).
8756
8757         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8758         instead of `wl-crosspost-alist-save'.
8759         (wl-init): `elmo-crosspost-message-alist-load'
8760         instead of `wl-crosspost-alist-load'
8761
8762         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8763         (wl-parse-newsgroups): Likewise.
8764         (wl-biff-notify): Run `wl-biff-notify-hook'.
8765
8766 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8769
8770         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8771         when `wl-summary-lazy-highlight' is non-nil.
8772         (wl-summary-goto-folder-subr): Highlight only when
8773         `wl-summary-lazy-highlight' is non-nil.
8774
8775         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8776         Don't display progress and highlight temp-mark when
8777         `wl-summary-lazy-highlight' is non-nil.
8778         (wl-highlight-summary-window): New function.
8779         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8780
8781 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8782
8783         * wl-summary.el (wl-summary-sync): Change `all-visible'
8784         from `all-shown'
8785         (wl-summary-input-range): Ditto.
8786
8787 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8788
8789         * wl-e21.el (wl-highlight-folder-current-line): Call
8790         `wl-folder-init-icons' when folder icons have not been initialized.
8791
8792         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8793
8794         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8795         (wl-demo-image-type-alist): New macro.
8796
8797 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8798
8799         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8800         display does not support graphics.
8801         (wl-plugged-init-icons): Ditto.
8802         (wl-folder-init-icons): Ditto.
8803
8804         * wl-demo.el (wl-demo): Chech closely whether the display
8805         supports graphics.
8806
8807 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-summary.el (wl-summary-get-original-buffer): New function.
8810         (wl-summary-set-crosspost): Use it.
8811         (wl-summary-target-mark-uudecode): Ditto.
8812         (wl-summary-reedit): Ditto.
8813         (wl-summary-resend-bounced-mail): Ditto.
8814         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8815         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8816
8817         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8818         (wl-message-display-internal): Ditto.
8819
8820 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8823
8824 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-summary.el (wl-summary-save-view): Renamed from
8827         `wl-summary-save-status'.
8828
8829 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8830
8831         * wl-summary.el (wl-summary-sync): Added `all-shown'
8832
8833 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8834
8835         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8836
8837 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8838
8839         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8840
8841 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8842
8843         * wl-highlight.el (wl-highlight-summary-line-string): Use
8844         `zerop' instead of `= 0'.
8845         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8846
8847         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8848         for comparing numbers.
8849         (wl-template-prev): Use `zerop' instead of `eq 0'.
8850
8851         * wl-draft.el (wl-draft-insert-current-message): Use
8852         `with-current-buffer' instead of `save-excursion'.
8853         Use `zerop' instead of `eq 0'.
8854
8855 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8856
8857         * wl-draft.el (wl-draft-insert-ccs): New function.
8858         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8859         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8860
8861 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8864
8865 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-expire.el (wl-expire-refile): Don't call
8868         elmo-msgdb-add-msgs-to-seen-list;
8869         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8870         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8871
8872 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * wl-message.el (wl-message-prev-page): Ignore errors while
8875         scroll-down.
8876
8877 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-mime.el: Use elmo-original-message-mode instead of
8880         mmelmo-original-mode.
8881
8882         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8883         `elmo-folder-get-spec';
8884         (wl-fldmgr-add-completion-all-completions):
8885         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8886
8887         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8888         of `elmo-folder-get-type'.
8889
8890         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8891         `elmo-folder-get-spec';
8892         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8893         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8894         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8895         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8896         `elmo-read-msg-no-cache';
8897         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8898         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8899         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8900         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8901         `elmo-cache-save';
8902         (wl-draft-reedit): Use `elmo-message-file-name'.
8903
8904         * wl-expire.el: Use `elmo-folder-name-internal';
8905         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8906         Use macro `wl-summary-buffer-msgdb' instead of variable
8907         `wl-summary-buffer-msgdb';
8908         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8909         Use macro `wl-summary-buffer-folder-name' instead of variable
8910         `wl-summary-buffer-folder-name'.
8911         * wl-score.el: Likewise.
8912
8913         * wl-message.el: Rewrite for new message buffer cache mechanism.
8914         (wl-message-buffer-cache-buffer-get): New macro.
8915         (wl-message-buffer-cache-folder-get): Ditto.
8916         (wl-message-buffer-cache-message-get): Ditto.
8917         (wl-message-buffer-cache-entry-make): Ditto.
8918         (wl-message-buffer-cache-hit): Ditto.
8919         (wl-message-buffer-cache-sort): New function.
8920         (wl-message-buffer-cache-add): Ditto.
8921         (wl-message-buffer-cache-delete): Ditto.
8922         (wl-message-buffer-cache-clean-up): Ditto.
8923         (wl-message-buffer-window): Rewrite.
8924         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8925         (wl-message-buffer-display): New function.
8926         (wl-message-display-internal): New function.
8927
8928 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl-folder.el: Use `elmo-folder-name-internal';
8931         Use `wl-folder-get-elmo-folder';
8932         Use `elmo-folder-list-messages' instead of
8933         `elmo-list-folder';
8934         Use `elmo-folder-get-primitive-list' instead of
8935         `elmo-folder-get-primitive-spec-list';
8936         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8937         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8938         Use `elmo-folder-create' instead of `elmo-create-folder'.
8939         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8940         (wl-folder-get-elmo-folder): New macro.
8941         (wl-folder-elmo-folder-cache-get): Ditto.
8942         (wl-folder-elmo-folder-cache-put): Ditto.
8943         (wl-folder-suspend): Call `elmo-quit'.
8944
8945         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8946         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8947         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8948         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8949         (toplevel): require 'cl.
8950         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8951
8952         * wl-summary.el: Rewrite to use new elmo interface.
8953
8954 \f
8955 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-mime.el (wl-draft-preview-message):
8958         Run `wl-draft-send-hook' before collecting recipients information;
8959         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8960
8961         * tm-wl.el (wl-draft-preview-message): Ditto.
8962
8963 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8966         wrong recipients are displayed when forwarded message.
8967
8968 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * Version number is increased to 2.5.7.
8971
8972 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8973
8974         * wl-message.el (wl-message-next-page): Bind
8975         `window-pixel-scroll-increment' to nil while scrolling up.
8976
8977 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8978
8979         * wl-vars.el (wl-save-hook): New hook.
8980         * wl.el (wl-save): Call `wl-save-hook'.
8981
8982 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8983
8984         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8985         Argument WITH-ARG instead of NO-ARG (negative mean).
8986         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8987         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8988         * wl-message.el (wl-message-follow-current-entity): Likewise.
8989
8990 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8993         FROM was optional argument.
8994         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8995
8996 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8997
8998         * Version number is increased to 2.5.6.
8999
9000 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9001
9002         * wl-version.el (wl-version-show): Removed.
9003         (wl-version): Add `interactive'.
9004
9005 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
9006
9007         * wl-summary.el (wl-summary-get-petname-func): New variable.
9008         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
9009         instead of `wl-address-get-petname-1'.
9010         (wl-summary-simple-from): Ditto.
9011
9012         * wl-address.el (wl-address-get-petname-1): Define as function.
9013
9014 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9017         field in the original message.
9018         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9019
9020 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9021
9022         * wl-expire.el (wl-expire-hide):
9023         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9024
9025 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9028         find decoder for To, Cc, and Subject.
9029
9030 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
9033         for checking `elmo-use-buffer-cache'.
9034         (wl-summary-mark-as-important): Fixed typo in comment.
9035
9036 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
9039         field in the original message.
9040         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9041
9042 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
9043
9044         * wl-expire.el (wl-expire-hide):
9045         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
9046
9047 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
9050         find decoder for To, Cc, and Subject.
9051
9052 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * Version number is increased to 2.5.5.
9055
9056         * wl-address.el (wl-address-specials-regexp): New constant.
9057         (wl-address-quote-specials): Use it.
9058
9059 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-summary.el (wl-summary-rescan):
9062         Call `wl-summary-buffer-number-column-detect'.
9063         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9064
9065         * wl-message.el (wl-message-mode-map): Define.
9066         (wl-message-decode): Use it as local-map.
9067
9068 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9071         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9072
9073 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9076
9077         * wl-mule.el (wl-read-event-char): Ditto.
9078
9079         * wl-e21.el (wl-read-event-char): Ditto.
9080
9081         * wl-nemacs.el (wl-read-event-char): Ditto.
9082         (read-event): Removed.
9083
9084         * wl-util.el (toplevel): Removed dummy definition of
9085         `read-event'.
9086         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9087
9088 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9089
9090         * wl-nemacs.el (elmo-archive-call-process): Moved to
9091         elmo-archive.el.
9092
9093 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9094
9095         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9096         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9097
9098         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9099         instead of magic-number 6.  Use `not' instead of `null' for symbol
9100         `nil' check (not empty list).
9101         (wl-draft-insert-x-face-field): Fixed paren style.
9102
9103         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9104         one-branch conditional statement, instead of `and' and `if'.
9105         (wl-draft-forward): Likewise.
9106         (wl-draft-add-references): Likewise.
9107         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9108
9109         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9110         conditional steatment.  Use `cond' instead of `if'.
9111         (wl-draft-confirm): Likewise.
9112
9113 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9114
9115         * wl-version.el (wl-version-show): Use `product-string-1'
9116         instead of `wl-version'.
9117         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9118
9119         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9120
9121 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-highlight.el (wl-highlight-headers): Revert
9124         `wl-highlight-x-face-func' argument (`beg' and `end').
9125
9126 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9127
9128         * wl.el (toplevel): Move `product-provide' declare.
9129         * wl-demo.el (toplevel): Ditto.
9130         * wl-dnd.el (toplevel): Ditto.
9131         * wl-highlight.el (toplevel): Ditto.
9132         * wl-message.el (toplevel): Ditto.
9133         * wl-refile.el (toplevel): Ditto.
9134         * wl-util.el (toplevel): Ditto.
9135
9136 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9139         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9140         (wl-thread-close-all): keep cursor position.
9141
9142 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9143
9144         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9145         (eq x 0).
9146         (wl-generate-user-agent-string-1): Fix conditional statement.
9147
9148 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9149
9150         * wl.el (wl-check-environment): Additional check for
9151         'wl-local-domain' and `wl-message-id-domain'.
9152
9153 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9154
9155         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9156
9157 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9158
9159         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9160         instead of `smtp-sasl-user-realm'.
9161
9162 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9165
9166 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9167
9168         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9169         to the default value as well as `eword-lexical-analyzer'.
9170
9171 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9172
9173         * wl-version.el (wl-extended-emacs-version,
9174         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9175         `elmo-match-string' instead of `wl-match-string'.
9176
9177 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9178
9179         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9180         docstring.
9181
9182 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9183
9184         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9185
9186 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9187
9188         * wl-highlight.el (wl-highlight-headers): Remove
9189         `wl-highlight-x-face-func' argument (`beg' and `end').
9190
9191 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9192
9193         * wl-summary.el (wl-summary-mark-as-important):
9194         Remove cache if folder is local.
9195
9196 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9197
9198         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9199         to get existing e-mail address string.
9200
9201 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9202
9203         * wl-version.el (wl-generate-user-agent-string): Commentary.
9204         (wl-generate-user-agent-string-1): Use `when' for
9205         one-branch conditional statement, instead of `and' and `if'.
9206         (wl-extended-emacs-version, wl-extended-emacs-version2,
9207         wl-extended-emacs-version3): Ditto.
9208
9209 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9210
9211         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9212         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9213         condition-case; Remove initialization.
9214         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9215         (wl-summary-sync-update3): Added argument `sync-all';
9216         Eliminated local variable `msgdb';
9217         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9218         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9219         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9220
9221 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9222
9223         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9224         connection before call `wl-draft-send-mail-with-smtp'.
9225
9226 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9227
9228         * Version number is increased to 2.5.4.
9229
9230 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9231
9232         * wl.el (wl-check-environment): Additional check for
9233         'wl-local-domain' and `wl-message-id-domain'.
9234
9235 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9236
9237         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9238         buffer as command specific.
9239         (wl-folder-mark-as-read-all-entity): Ditto.
9240         (wl-folder-prefetch-entity): Ditto.
9241         (wl-folder-drop-unsync-entity): Ditto.
9242
9243         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9244         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9245         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9246
9247         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9248         save-excursion.
9249
9250 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9251
9252         * Version number is increased to 2.5.3.
9253
9254         * wl-summary.el (wl-summary-save-view-cache):
9255         Delete duplicated `write-region';
9256         Use `write-region-as-binary' instead of `as-binary-output-file' and
9257         `write-region'.
9258
9259 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9260
9261         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9262
9263 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9264
9265         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9266         instead of `smtp-via-smtp'.
9267
9268 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9269
9270         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9271
9272 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9273
9274         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9275         instead of `smtp-sasl-user-realm'.
9276
9277 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9278
9279         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9280
9281 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9282
9283         * Version number is increased to 2.5.2.
9284
9285 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9288         does not exist.
9289         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9290         (wl-biff-start): Call `timer-activate' if timer already exists.
9291
9292         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9293         only when it is bound as function.
9294
9295 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9296
9297         * Version number is increased to 2.5.1.
9298
9299 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9300
9301         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9302         Print refile/copy destination.
9303
9304 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9305
9306         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9307         queue-flush-only is non-nil.
9308
9309         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9310
9311         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9312         checking cache folder.
9313
9314 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9315
9316         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9317         `regexp-quote'.
9318
9319 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9320
9321         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9322         function.
9323         * wl-summary.el (wl-summary-write-current-folder-functions):
9324         Change default value.  Use it.
9325
9326 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9327
9328         * Version number is increased to 2.5.0.
9329
9330         * wl-version.el (wl-version): Changed codename.
9331
9332 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9333
9334         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9335         (wl-summary-supersedes-message): Ditto.
9336
9337 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9338
9339         * wl-refile.el (wl-refile-guess-functions): Renamed from
9340         `wl-refile-guess-func-list'.
9341
9342 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9343
9344         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9345         Fixed problem when no rule was matched.
9346
9347 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9348
9349         * wl-summary.el (wl-summary-get-mark): Fixed
9350         `wl-summary-buffer-target-mark' check logic.
9351
9352 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9353
9354         * wl-folder.el (wl-folder-write-current-folder): Added group
9355         folder check.
9356
9357         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9358         `wl-summary-write-current-newsgroup'.
9359         (wl-summary-write-current-folder-functions): New variable.
9360         * wl-folder.el (wl-folder-get-newsgroups): New function.
9361         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9362         (wl-folder-write-current-folder): Renamed from
9363         `wl-folder-write-current-newsgroup'.
9364
9365 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9366
9367         * Version number is increased to 2.3.93.
9368
9369 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9370
9371         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9372         (wl-ldap-make-matched-value-list): Ditto.
9373         (wl-ldap-alias-safe-string): Split e-mail address.
9374
9375         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9376         petname folder default was selected.
9377         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9378         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9379
9380 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9381
9382         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9383         to `wl-draft-config-exec'.
9384
9385         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9386         instead of calling `wl-draft-config-exec';
9387         Process group-list and show recipients in minibuffer.
9388
9389         * tm-wl.el (wl-draft-preview-message): Ditto.
9390
9391 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9392
9393         * wl.el (toplevel): Added (C) to copyright notice, and
9394         sync Author header.
9395         * tm-wl.el (toplevel): Ditto.
9396         * wl-address.el (toplevel): Ditto.
9397         * wl-demo.el (toplevel): Ditto.
9398         * wl-dnd.el (toplevel): Ditto.
9399         * wl-draft.el (toplevel): Ditto.
9400         * wl-e21.el (toplevel): Ditto.
9401         * wl-expire.el (toplevel): Ditto.
9402         * wl-folder.el (toplevel): Ditto.
9403         * wl-highlight.el (toplevel): Ditto.
9404         * wl-message.el (toplevel): Ditto.
9405         * wl-mime.el (toplevel): Ditto.
9406         * wl-mule.el (toplevel): Ditto.
9407         * wl-nemacs.el (toplevel): Ditto.
9408         * wl-refile.el (toplevel): Ditto.
9409         * wl-score.el (toplevel): Ditto.
9410         * wl-summary.el (toplevel): Ditto.
9411         * wl-template.el (toplevel): Ditto.
9412         * wl-thread.el (toplevel): Ditto.
9413         * wl-util.el (toplevel): Ditto.
9414         * wl-vars.el (toplevel): Ditto.
9415         * wl-xmas.el (toplevel): Ditto.
9416
9417 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9418
9419         * wl.el (wl-init): Added comment about `wl-init-hook'.
9420         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9421         * wl-vars.el (wl-init-hook): Added docs.
9422         (wl-make-plugged-hook): Removed useless docs.
9423         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9424         * wl-xmas.el (toplevel): Ditto.
9425
9426 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9427
9428         * wl-address.el (toplevel): Fixed multiple Author header format.
9429         * wl-demo.el (toplevel): Ditto.
9430         * wl-draft.el (toplevel): Ditto.
9431         * wl-folder.el (toplevel): Ditto.
9432         * wl-summary.el (toplevel): Ditto.
9433         * wl-thread.el (toplevel): Ditto.
9434         * wl-util.el (toplevel): Ditto.
9435         * wl-vars.el (toplevel): Ditto.
9436         * wl-version.el (toplevel): Ditto.
9437         * wl-xmas.el (toplevel): Ditto.
9438         * wl.el (toplevel): Ditto.
9439
9440         * wl-version.el (toplevel): Added require `elmo-version' for
9441         `product-version-as-string'.
9442
9443 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9444
9445         * wl-vars.el (wl-draft-send-hook): Changed default value to
9446         '(wl-draft-config-exec).
9447
9448         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9449         explicitly.
9450         (wl-draft): Set `wl-draft-config-exec-flag' before running
9451         `wl-mail-setup-hook'.
9452
9453         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9454         `wl-biff-init-icons' to `wl-init-hook' instead of
9455         `wl-make-plugged-hook'.
9456         (Because if `wl-draft' command is invoked at first,
9457         they are not initialized)
9458         Updated copyright notice.
9459
9460         * wl-e21.el (toplevel): Ditto;
9461
9462         * wl-demo.el (toplevel): Updated copyright notice.
9463         * wl-address.el (toplevel): Ditto.
9464         * wl-draft.el (toplevel): Ditto.
9465         * wl-version.el (toplevel): Ditto.
9466         * wl-folder.el (toplevel): Ditto.
9467         * wl-summary.el (toplevel): Ditto.
9468         * wl-thread.el (toplevel): Ditto.
9469         * wl-util.el (toplevel): Ditto.
9470         * wl-vars.el (toplevel): Ditto.
9471         * wl.el (toplevel): Ditto.
9472
9473 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9474
9475         * wl-highlight.el (wl-highlight-message): Fixed problem of
9476         highlighting failure which occured when the last field contains
9477         multiple lines in the draft buffer.
9478
9479         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9480         `wl-biff-start' if plugged.
9481
9482         * wl-util.el (wl-biff-check-folder): New function.
9483         (wl-biff-check-folders): Don't set session name prefix.
9484         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9485         (wl-biff-check-folder-async): Ditto.
9486
9487         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9488         in email address.
9489
9490 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9491
9492         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9493
9494         * wl-draft.el (wl-draft-strip-subject-re): New function.
9495
9496         * wl-draft.el (wl-draft-reply): Use it.
9497
9498 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * wl-message.el (wl-mmelmo-message-redisplay): Use
9501         `mime-display-message' instead of `wl-mime-display-message'.
9502
9503         * wl-mime.el (toplevel): Removed compatibility workaround
9504         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9505         (wl-mime-display-message): Abolished.
9506         (wl-mime-entity-read-field): Ditto.
9507         (wl-mime-combine-message/partial-pieces): Use
9508         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9509
9510 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9511
9512         * wl-template.el: Doc fixes.
9513
9514 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9515
9516         * wl-e21.el (wl-message-overload-functions): Do nothing if
9517         `current-local-map' is not available.
9518         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9519
9520 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9521
9522         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9523         representation.
9524
9525         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9526         number.
9527         (wl-fldmgr-save-folders): Don't use `format' when insert
9528         `wl-fldmgr-folders-header'.
9529
9530 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9531
9532         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9533
9534 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9535
9536         * wl-highlight.el (wl-highlight-message):
9537         Use `std11-field-end' to detect end point of the header field.
9538         Refer `wl-highlight-max-header-size'.
9539
9540         * wl-vars.el (wl-highlight-max-header-size): New variable.
9541
9542         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9543
9544         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9545         Set `for-draft' argument of wl-highlight-headers.
9546         (wl-draft): Ditto.
9547         (wl-draft-reedit): Ditto.
9548         (wl-user-agent-compose-internal): Ditto.
9549
9550 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9551
9552         * wl-message.el (wl-message-add-button): Use overlay.
9553
9554 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9555
9556         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9557
9558         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9559         problem when group-list content is nothing.
9560         (Reported by Mito <mit@nines.nec.co.jp>)
9561
9562 2000-10-18  SAITO Atsunori <sai@yedo.com>
9563
9564         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9565
9566 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9567
9568         * tm-wl.el (toplevel): Use product-provide.
9569
9570 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9571
9572         * Version number is increased to 2.3.92.
9573
9574 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9575
9576         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9577         title text, use `display' property for left margin under Emacs 21.
9578
9579         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9580         properties.
9581         (wl-plugged-init-icons): Ditto.
9582
9583 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9584
9585         * wl.el (wl-save-status, wl-init): Remove last period in
9586         "...done." message.
9587         * tm-wl.el (wl-summary-burst): Ditto.
9588         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9589         wl-summary-resume-cache-status,
9590         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9591         wl-summary-sync-update3, wl-summary-highlight-msgs,
9592         wl-summary-flush-pending-append-operations,
9593         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9594         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9595         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9596         wl-thread-open-all): Ditto.
9597         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9598         * wl-mime.el (wl-summary-burst): Ditto.
9599         * wl-highlight.el (wl-highlight-summary): Ditto.
9600         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9601         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9602         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9603         * wl-address.el (wl-local-address-init): Ditto.
9604
9605 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9606
9607         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9608         `add-text-properties'.
9609         (wl-plugged-init-icons): Ditto.
9610         (wl-folder-init-icons): Use `propertize' instead of
9611         `put-text-property'.
9612         (wl-plugged-set-folder-icon): Ditto.
9613         (wl-e21-highlight-folder-group-line): Ditto.
9614
9615 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9616
9617         * wl-version.el (wl-version-status-alist): New variable.
9618         (wl-version-status): New function.
9619
9620         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9621         "Cc" part of the case "Reply-To".
9622
9623         * wl-draft.el (wl-draft-reply): Use result of
9624         `eword-extract-address-components'.
9625
9626         * wl-demo.el (wl-demo-icon-name): New constant.
9627         (wl-logo-xpm): Use it.
9628         (wl-logo-xbm): Ditto.
9629         (wl-logo-bitmap): Ditto.
9630
9631         * Version number is increased to 2.3.91.
9632
9633 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9634
9635         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9636         (wl-extended-emacs-version, wl-extended-emacs-version2,
9637         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9638         docstring.
9639
9640         * wl-version.el (wl-generate-user-agent-string-1): New function.
9641         (wl-generate-user-agent-string): Use it.
9642
9643         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9644         `mime-edit-insert-user-agent-field'.
9645         (wl-generate-user-agent-string): Check
9646         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9647
9648         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9649         instead of `if', when verbose case.
9650
9651 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9652
9653         * wl-expire.el (wl-summary-expire): Fix.
9654
9655 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9656
9657         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9658         and `elmo-lost+found-folder' if 'wl-draft.
9659         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9660
9661 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9662
9663         * wl-expire.el (wl-summary-expire): Change messages.
9664         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9665         `deleing-info' instead of "Deleting..."
9666
9667 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9668
9669         * wl-summary.el (wl-summary-refile-subr): Fix.
9670
9671 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9672
9673         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9674         if pipe folder.
9675
9676 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9677
9678         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9679
9680 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9681
9682         * wl-expire.el (wl-expire-hide): New function.
9683         (wl-summary-expire): Add `hide'.
9684
9685 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9686
9687         * wl-vars.el (wl-draft-reply-without-argument-list):
9688         Changed default value to consider `Reply-To:'.
9689         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9690
9691         * Version number is increased to 2.3.90.
9692
9693         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9694         elmo-imap4-get-session with unwind-protect.
9695         Don't cause error.
9696         (wl-summary-sync-marks): Don't check plugged nor folder type.
9697         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9698         (Always keep current buffer).
9699
9700 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9701
9702         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9703         Enclose with `save-excursion'.
9704
9705 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9706
9707         * wl-version.el (wl-version): Remove interactive.
9708
9709 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9710
9711         * wl-version.el (wl-generate-user-agent-string): Use
9712         `product-string-verbose' instead of `product-string-1'.
9713
9714 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9715
9716         * wl-vars.el (wl-draft-use-cache): New variable.
9717         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9718         if wl-draft-use-cache is non-nil.
9719
9720 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9721
9722         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9723         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9724
9725 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9726
9727         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9728         (wl-thread-msg-mark-as-unread): Ditto.
9729
9730         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9731         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9732         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9733         Don't set mark in summary if return value of `elmo-mark-as-read'
9734         is nil.
9735         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9736         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9737         instead of `wl-thread-msg-mark-as-read'.
9738         (wl-summary-mark-as-unread-region): Ditto.
9739         (wl-summary-target-mark-mark-as-read): Ditto.
9740
9741         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9742
9743 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9744
9745         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9746
9747         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9748
9749 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9750
9751         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9752         face.
9753
9754 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9755
9756         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9757         `running-xemacs'.
9758
9759 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9760
9761         * wl-version.el (toplevel): Use `product-version-as-string' for
9762         set verstion-string, if defined.
9763
9764         * wl-version.el (wl-version-show): Insert string at point, when
9765         call with argument.
9766
9767         * wl-version.el (wl-generate-user-agent-string): Use
9768         `product-string-1' instead of `wl-appname', `wl-version' and
9769         `wl-codename'.
9770
9771 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9772
9773         * wl-address.el (toplevel): Use product-provide.
9774         * wl-demo.el (toplevel): Ditto.
9775         * wl-dnd.el (toplevel): Ditto.
9776         * wl-draft.el (toplevel): Ditto.
9777         * wl-e21.el (toplevel): Ditto.
9778         * wl-expire.el (toplevel): Ditto.
9779         * wl-fldmgr.el (toplevel): Ditto.
9780         * wl-folder.el (toplevel): Ditto.
9781         * wl-highlight.el (toplevel): Ditto.
9782         * wl-message.el (toplevel): Ditto.
9783         * wl-mime.el (toplevel): Ditto.
9784         * wl-mule.el (toplevel): Ditto.
9785         * wl-nemacs.el (toplevel): Ditto.
9786         * wl-refile.el (toplevel): Ditto.
9787         * wl-score.el (toplevel): Ditto.
9788         * wl-summary.el (toplevel): Ditto.
9789         * wl-template.el (toplevel): Ditto.
9790         * wl-thread.el (toplevel): Ditto.
9791         * wl-util.el (toplevel): Ditto.
9792         * wl-vars.el (toplevel): Ditto.
9793         * wl-xmas.el (toplevel): Ditto.
9794         * wl.el (toplevel): Ditto.
9795
9796 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9797
9798         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9799         instead of product.
9800
9801         * wl-version.el (wl-version): Compile time evalution elmo-version.
9802
9803 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9804
9805         * wl-summary.el (wl-summary-sync-force-update): Append queue
9806         `mark-as-read'if unplugged.
9807
9808 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9809
9810         * wl-version.el: New file.  Use product.el.
9811         * wl.el: add (require 'wl-version).
9812         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9813         for ~/.folders header.
9814         (wl-fldmgr-folders-header): Changed.
9815         * wl-demo.el (wl-demo): Use product.el.
9816
9817         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9818         wl-version.el.
9819         * wl-util.el (wl-version, wl-version-show): Ditto.
9820
9821         * wl-util.el (wl-generate-user-agent-string,
9822         wl-extended-emacs-version, wl-extended-emacs-version2,
9823         wl-extended-emacs-version3): Move to wl-version.el.
9824         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9825         xemacs-codename, mime-edit-insert-user-agent-field,
9826         mime-edit-user-agent-value, mime-editor/version,
9827         mime-editor/codename): Compile warning killer move to
9828         wl-version.el
9829
9830 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9831
9832         * wl-summary.el (wl-summary-refile-subr): Fix.
9833
9834 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9835
9836         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9837         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9838
9839 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9840
9841         * wl.el (wl-check-environment): Check too many `@'.
9842
9843 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9844
9845         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9846
9847 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9848
9849         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9850         wl-draft-reply-myself-without-argument-list): Add variables.
9851         * wl-draft.el (wl-draft-reply): Use it.
9852
9853 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9854
9855         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9856         the 5th argument of `elmo-network-get-spec'.
9857
9858         * wl-thread.el (wl-thread-reparent-children): New inline function.
9859         (wl-thread-delete-message): Use it.
9860
9861         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9862         (wl-summary-score-update-all-lines): Don't use `dolist'.
9863
9864 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9865
9866         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9867         (require 'elmo-msgdb) for inline function.
9868
9869 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9870
9871         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9872
9873 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9874
9875         * wl-score.el (wl-score-headers): Fix for the confusing macro
9876         `elmo-kill-buffer'.
9877
9878 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9879
9880         * wl-summary.el: Don't use the 3rd argument of `require' because
9881         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9882         * wl-util.el: Ditto.
9883         * wl-draft.el: Ditto.
9884
9885 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9886
9887         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9888         window system is not used.
9889
9890 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9891
9892         * wl-thread.el: Don't use `mapcar' only for iteration.
9893         (wl-thread-resume-entity): Ditto.
9894         (wl-thread-delete-message): Ditto.
9895
9896         * wl-summary.el: Bind `dragdrop-drop-functions',
9897         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9898         of `require' for `timezone', `easymenu' and `ps-print';
9899         don't use `mapcar' only for iteration.
9900
9901         * wl-util.el: Bind `mule-version', `nemacs-version',
9902         `emacs-beta-version', `xemacs-codename',
9903         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9904         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9905         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9906         only for iteration.
9907
9908         * wl-score.el: Don't use `mapcar' only for iteration.
9909         (wl-score-simplify-buffer-fuzzy): Ditto.
9910         (wl-score-simplify-subject): Ditto.
9911         (wl-score-headers): Ditto.
9912         (wl-summary-score-update-all-lines): Ditto.
9913
9914         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9915         `enable-multibyte-characters' and `mule-version'.
9916
9917         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9918         `mapcar' only for iteration.
9919
9920         * wl-demo.el: Don't use `mapcar' only for iteration.
9921
9922         * wl-folder.el: Don't use `mapcar' only for iteration.
9923         (wl-folder-open-all): Ditto.
9924         (wl-folder-count-incorporates): Ditto.
9925
9926         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9927         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9928
9929         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9930         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9931         `smtp-connection-type'; specify 3rd argument of `require' for
9932         `timezone'; don't use `mapcar' only for iteration.
9933         (wl-draft-clone-local-variables): Don't use `mapcar'.
9934         (wl-draft-generate-clone-buffer): Ditto.
9935         (wl-user-agent-compose-internal): Ditto.
9936
9937         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9938
9939         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9940         (wl-save-status): Ditto.
9941
9942         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9943         for iteration.
9944
9945 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9946
9947         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9948         removed `Date'.
9949         (wl-fldmgr-make-filter-default): New user option.
9950
9951         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9952         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9953         (wl-fldmgr-filter-completion-alist): Abolish.
9954
9955         * wl.el (wl): Don't check servers if arg is non-nil.
9956
9957         * wl-draft.el (wl-draft-reply): Set only message-id string to
9958         In-Reply-To field.
9959
9960 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9961
9962         * wl-summary.el (wl-summary-pick): Rewrite.
9963
9964         * wl-draft.el (wl-draft-forward): Get references field from
9965         original buffer.
9966         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9967
9968 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9969
9970         * wl-draft.el (wl-draft-forward): Add references field.
9971
9972 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9973
9974         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9975         (wl-draft-reply): Use it.
9976
9977 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9978
9979         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9980         when Emacs 21 is running.
9981
9982         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9983         bindings.
9984
9985 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9986
9987         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9988         XPM icons transparent.
9989
9990         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9991         Emacs 21.
9992
9993 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9994
9995         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9996         nil.
9997
9998         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9999         when it is persistent.
10000         (wl-summary-sync-marks): Changed argument for
10001         `elmo-list-folder-unread' and `elmo-list-folder-important'.
10002         (wl-summary-virtual): Use `elmo-read-search-condition'.
10003         (wl-summary-redisplay-internal): If folder is local, mark as read
10004         even when folder is plugged.
10005
10006 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10007
10008         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
10009         of `tool-bar-lines' in the frame parameters.
10010         (after-make-frame-functions, post-command-hook): Don't modify the
10011         value.
10012         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
10013         wl-e21-tool-bar-lines): Removed.
10014
10015 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
10016
10017         * wl-highlight.el (wl-highlight-folder-path): Put overlay
10018         properties `evaporate' and `wl-momentary-overlay' as well.
10019         (wl-highlight-summary-displaying): Ditto.
10020         (wl-delete-all-overlays): Don't delete overlay which does not have
10021         a property `wl-momentary-overlay'.
10022
10023         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
10024         `display-mouse-p' and `display-graphic-p'.
10025         (wl-folder-init-icons): Don't search for XBM or the other files.
10026         (wl-plugged-set-folder-icon): Make icons if and only if
10027         `display-graphic-p' returns non-nil.
10028         (wl-highlight-plugged-current-line): Use `before-string' overlay
10029         property to show icon images.
10030         (wl-highlight-folder-current-line): Ditto.
10031         (wl-e21-highlight-folder-group-line): Ditto.
10032         (wl-e21-highlight-folder-by-numbers): Ditto.
10033         (wl-e21-insert-image): Removed.
10034         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
10035         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
10036         said.
10037         (wl-e21-switch-toolbar-after-make-frame): Renamed from
10038         `wl-e21-force-switch-toolbar'.
10039         (wl-e21-make-icon-image): Removed.
10040         (wl-e21-setup-toolbar): Don't search for XBM files.
10041         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
10042         the default value.
10043
10044 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
10045
10046         * wl-util.el (wl-biff-check-folder-async): Set
10047         `wl-biff-check-folders-running' even when it is not an IMAP folder.
10048
10049 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
10050
10051         * wl-e21.el (after-make-frame-functions): Add
10052         `wl-e21-force-switch-toolbar'.
10053         (wl-e21-force-switch-toolbar): New function force to switch the
10054         toolbar appearance automatically.
10055         (post-command-hook): Add `wl-e21-switch-toolbar'.
10056         (wl-e21-switch-toolbar): New function to switch the toolbar
10057         appearance automatically.
10058         (wl-e21-tool-bar-lines): New buffer local variable.
10059
10060 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-util.el (wl-biff-check-folders-running): New variable.
10063         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10064         (wl-biff-check-folder-async-callback):
10065         Set `wl-biff-check-folders-running'.
10066         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10067         with unwind-protect.
10068
10069         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10070         Enclose `wl-folder-auto-check' with unwind-protect.
10071
10072         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10073         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10074
10075         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10076
10077         * wl-util.el (wl-biff-notify): New inline function.
10078         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10079         locally.
10080         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10081         folder-list' is 1.
10082         Use `wl-biff-notify'.
10083         (wl-biff-check-folder-async-callback): New function.
10084         (wl-biff-check-folder-async): Ditto.
10085
10086         * wl-folder.el (wl-folder): Don't check folders.
10087         (wl-folder-auto-check): New function.
10088
10089 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10090
10091         * wl-util.el (wl-biff-start) [Emacs19+]:
10092         Use `timer-next-integral-multiple-of-time'.
10093         (wl-biff-check-folders): Use `wl-default-folder'
10094         if `wl-biff-check-folder-list' is nil.
10095
10096 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10097
10098         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10099         instead of `elmo-delete-lists'.
10100
10101 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10102
10103         * wl.el (wl-plugged-toggle-all): Set the value of
10104         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10105         (wl-plugged-toggle): Ditto.
10106         (wl-toggle-plugged): Ditto.
10107         (wl-plugged-init): Ditto.
10108
10109         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10110         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10111         instead of `wl-biff-state-indicator-off' and
10112         `wl-biff-state-indicator-on'; don't modify the value and the type
10113         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10114         (wl-plugged-init-icons): Set icons data to
10115         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10116         instead of `wl-plug-state-indicator-off' and
10117         `wl-plug-state-indicator-on'; don't modify the value and the type
10118         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10119
10120         * wl-vars.el (wl-modeline-biff-state-off,
10121         wl-modeline-biff-state-on, wl-modeline-biff-status,
10122         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10123         wl-modeline-plug-status): New internal variables.
10124         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10125         wl-biff-check-interval, wl-biff-check-folder-list): Change
10126         customization group from `wl-folder' to `wl-highlight'.
10127         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10128         wl-show-plug-status-on-modeline): Defcustomized.
10129
10130         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10131         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10132         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10133         a flag to `mode-line-buffer-identification'.
10134
10135         * wl-e21.el (wl-biff-init-icons): Set icons data to
10136         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10137         instead of `wl-biff-state-indicator-off' and
10138         `wl-biff-state-indicator-on'.
10139         (wl-plugged-init-icons): Set icons data to
10140         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10141         instead of `wl-plug-state-indicator-off' and
10142         `wl-plug-state-indicator-on'.
10143
10144 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10145
10146         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10147         excessive titles.
10148
10149 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10150
10151         * wl.el (wl-plugged-mode): Use revised
10152         `wl-mode-line-buffer-identification'.
10153         (wl-plugged-init): Don't use `force-mode-line-update'.
10154
10155         * wl-xmas.el (wl-draft-overload-functions): Use revised
10156         `wl-mode-line-buffer-identification'.
10157         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10158         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10159         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10160         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10161         `wl-make-plugged-hook';
10162         add `wl-folder-init-icons' and `wl-setup-folder' to
10163         `wl-folder-mode-hook'.
10164
10165         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10166         19 as well.
10167         (wl-mode-line-display-priority-list): New user option.
10168         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10169         Defcustomized.
10170         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10171         Add docs.
10172
10173         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10174         start.
10175         (wl-mode-line-buffer-identification): Revised as a function.
10176
10177         * wl-summary.el (wl-summary-mode): Use revised
10178         `wl-mode-line-buffer-identification'; don't call
10179         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10180         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10181         `wl-xmas-setup-summary'.
10182
10183         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10184         `wl-mode-line-buffer-identification'.
10185
10186         * wl-mule.el (wl-draft-overload-functions): Use revised
10187         `wl-mode-line-buffer-identification'.
10188
10189         * wl-folder.el (wl-make-plugged-alist): Don't call
10190         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10191         (wl-folder): Don't call `wl-folder-init-icons' directly.
10192         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10193         `wl-xmas-setup-folder' directly;
10194         use revised `wl-mode-line-buffer-identification'.
10195         (TopLevel): Don't bind `wl-biff-init-icons',
10196         `wl-plugged-init-icons', `wl-folder-init-icons',
10197         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10198
10199         * wl-e21.el (wl-draft-overload-functions): Use revised
10200         `wl-mode-line-buffer-identification'.
10201         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10202         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10203         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10204         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10205         `wl-make-plugged-hook';
10206         add `wl-folder-init-icons' and `wl-setup-folder' to
10207         `wl-folder-mode-hook'.
10208
10209 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10210             Katsumi Yamaoka    <yamaoka@jpl.org>
10211
10212         * wl.el (wl): Call `wl-biff-start'.
10213         (wl-exit): Call `wl-biff-stop'.
10214         (wl-plugged-mode): Show biff in modeline.
10215         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10216
10217         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10218         (wl-biff-init-icons): New function.
10219         (wl-plugged-init-icons): Don't make too much keymaps.
10220         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10221
10222         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10223         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10224         variables.
10225         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10226         options.
10227
10228         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10229         wl-biff-start, wl-biff-stop): New functions.
10230         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10231         (wl-biff-timer-name): New variable.
10232
10233         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10234
10235         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10236         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10237
10238         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10239         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10240
10241         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10242         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10243         `wl-folder-init-icons' to `ignore' if they are not available.
10244         (wl-folder-mode): Show biff in modeline.
10245
10246         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10247         (wl-biff-init-icons): New function.
10248         (wl-plugged-init-icons): Don't make too much keymaps.
10249         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10250
10251 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10252
10253         * wl-vars.el (wl-strict-diff-folders): Customization Type
10254         and doc fix.  Define as a list of regular expressions for
10255         folders or nil.
10256         * wl-folder.el (wl-folder-check-one-entity): Use
10257         `wl-string-match-member' instead of `wl-string-member' for
10258         `wl-strict-diff-folders'.
10259
10260 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10261
10262         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10263         (wl-highlight-folder-current-line): Use it; new implementation.
10264         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10265         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10266         `defsubst' instead of `defun'.
10267
10268         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10269         `wl-highlight-group-folder-by-numbers'; made it can also be a
10270         number.  See info for more details.
10271
10272         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10273         running.
10274
10275         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10276         to bind them.
10277
10278         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10279         (wl-highlight-folder-current-line): New implementation.
10280
10281         * wl-highlight.el (wl-highlight-folder-group-line): New
10282         implementation.
10283         (wl-delete-all-overlays): Rewrite as a marco.
10284         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10285
10286         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10287         running.
10288         (wl-folder-*-glyph): No need to bind them.
10289
10290         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10291         `wl-e21-highlight-folder-group-icon'; rewrite.
10292         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10293         `defsubst' instead of `defun'.
10294         (wl-folder-mode-map): Bind it when compiling.
10295
10296 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10297
10298         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10299
10300         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10301
10302 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10303
10304         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10305
10306 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10307
10308         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10309         (wl-highlight-folder-current-line): Use it.
10310
10311         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10312         in `id-name'.
10313
10314 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10315
10316         * wl.el: Require `wl-e21' when Emacs 21 is running.
10317
10318         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10319         default when Emacs 21 is running.
10320         (wl-use-highlight-mouse-line): Ditto.
10321         (wl-on-emacs21): New constant.
10322         (wl-on-emacs20): Removed.
10323
10324         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10325         Emacs 21 is running.
10326
10327         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10328         Emacs 21 is running.
10329
10330         * wl-e21.el: New file.
10331
10332 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10333
10334         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10335         (wl-toggle-plugged): Ditto.
10336         (wl-plugged-toggle): Ditto.
10337         (wl-plugged-toggle-all): Ditto.
10338
10339         * wl-vars.el (wl-plug-state-indicator): Refer
10340         `wl-plug-state-indicator-on' indirectly.
10341
10342 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10343
10344         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10345         Call `wl-folder-confirm-existence'.
10346
10347         * wl-folder.el (wl-folder-confirm-existence): Added optional
10348         argument `force'.
10349
10350 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10351
10352         * wl-summary.el (wl-summary-refile-subr): Assume
10353         `copy-or-refile' as symbol.
10354         (wl-summary-refile): Follow up above change.
10355         (wl-summary-copy): Ditto.  Doc fix.
10356
10357 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10358
10359         * wl-summary.el (wl-summary-pick): Don't bind
10360         `elmo-search-mime-charset'.
10361
10362         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10363         default using old backquote style.
10364         (wl-search-mime-charset): Abolished.
10365
10366         * wl-highlight.el (wl-highlight-headers):
10367         Call `point' after `re-search-forward'(for Nemacs).
10368
10369         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10370         for elmo-imap4.el.
10371
10372 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10373
10374         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10375         `wl-message-ignored-field-list' instead of
10376         `mime-view-ignored-field-list'.
10377
10378         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10379         Add interactive spec.
10380         (wl-folder-goto-bottom-of-current-folder): Ditto.
10381         (wl-folder-mode-map): Bind them.
10382
10383         * wl-vars.el (wl-message-ignored-field-list): New variable.
10384         (wl-message-visible-field-list): New variable.
10385
10386         * wl-mime.el (wl-mime-header-presentation-method): New function.
10387         (wl-mime-setup): Set header-presentation-method.
10388
10389 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10390
10391         * wl-nemacs.el (wl-draft-overload-functions): Set
10392         `mode-line-buffer-identification' instead of using
10393         `wl-make-modeline'.
10394
10395         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10396         instead of using `wl-make-modeline'.
10397
10398         * wl-xmas.el (wl-plugged-init-icons): Set up
10399         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10400         (wl-make-modeline): Abolish.
10401         (wl-draft-overload-functions): Set
10402         `mode-line-buffer-identification' instead of using
10403         `wl-make-modeline'.
10404
10405         * wl-util.el (wl-make-modeline-subr): Abolish.
10406         (wl-mode-line-buffer-identification): New alias.
10407
10408         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10409         (wl-summary-make-modeline): Abolish.
10410         (wl-summary-buffer-set-folder): Set
10411         `wl-summary-buffer-folder-indicator'.
10412         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10413         of using `wl-make-modeline'.
10414         (wl-summary-switch-to-clone-buffer): Don't set
10415         `mode-line-buffer-identification'.
10416         (wl-summary-goto-folder-subr): Ditto.
10417
10418         * wl-mule.el (wl-draft-overload-functions): Set
10419         `mode-line-buffer-identification' instead of using
10420         `wl-make-modeline'.
10421
10422         * wl-folder.el (wl-folder-mode): Set
10423         `mode-line-buffer-identification' instead of using
10424         `wl-make-modeline'.
10425         (wl-folder): Don't set `mode-line-buffer-identification'.
10426
10427 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10428
10429         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10430         instead of `member' for `wl-refile-guess-func-list' look-ups.
10431         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10432
10433 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10434
10435         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10436         `wl-message-button-dispatcher'.
10437
10438         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10439
10440         * wl-message.el (wl-message-button-dispatcher): Use it.
10441
10442         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10443         "In-Reply-To".
10444
10445         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10446         Bind `case-fold-search' to t.
10447
10448 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10449
10450         * wl-xmas.el (wl-message-overload-functions): Initialize
10451         `wl-message-button-map'.
10452
10453         * wl-mule.el (wl-message-overload-functions): Initialize
10454         `wl-message-button-map'.
10455
10456         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10457
10458         * wl-message.el (wl-message-button-map): New keymap.
10459         (wl-message-add-button): New function.
10460         (wl-message-button-dispatcher): New function.
10461         (wl-message-button-refer-article): New function.
10462
10463         * wl-highlight.el
10464         (wl-highlight-message-add-buttons-to-header): New function.
10465         (wl-highlight-headers): Use it.
10466
10467 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10468
10469         * wl-summary.el (wl-summary-default-from): Use
10470         `wl-address-get-petname-1'.
10471         (wl-summary-simple-from): Ditto.
10472
10473         * wl-address.el (wl-address-get-petname-1): New inline function.
10474         (wl-address-get-petname): Use it.
10475
10476 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10477
10478         * wl-summary.el (wl-summary-default-from): Return full-name part
10479         from the address if no petname was found.
10480         (wl-summary-simple-from): Ditto.
10481
10482         * wl-address.el (wl-address-get-petname): Return nil if no petname
10483         associated with the address was found.
10484
10485 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10486
10487         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10488         display is finished.
10489
10490 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10491
10492         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10493         `elmo-folder-exists-p' argument.
10494
10495 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10496
10497         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10498         the folder.
10499
10500 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10501
10502         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10503
10504         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10505         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10506
10507 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10508
10509         * wl-folder.el (wl-folder-create-subr): New function.
10510         (wl-folder-confirm-existence): Use it.
10511         (wl-folder-check-one-entity): Use it.
10512         Check the error symbol is derived from 'elmo-open-error.
10513
10514         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10515         `ignore-error'.
10516
10517 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10518
10519         * wl-util.el (toplevel): Add (eval-when-compile (require
10520         'elmo-util)).  (Maybe `provide' is typo.)
10521
10522 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10523
10524         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10525         (I don't know why this was needed.)
10526
10527         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10528         Follow up changes for stream-type.
10529
10530         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10531         (wl-draft-elmo-nntp-send): Ditto.
10532
10533         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10534         (wl-nntp-posting-stream-type): Ditto.
10535         (wl-pop-before-smtp-ssl): Abolished.
10536         (wl-nntp-posting-ssl): Ditto.
10537
10538         * wl-address.el (wl-address-quote-specials): New function.
10539         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10540
10541         * wl-draft.el (wl-draft-reply): Ditto.
10542
10543 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10544
10545         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10546         use function `wl-string-match-assoc'.
10547
10548 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10549
10550         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10551
10552         * wl-draft.el (wl-draft-deduce-address-list): New function.
10553         (wl-draft-parse-mailbox-list): Ditto.
10554         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10555         instead of `smtp-deduce-address-list'.
10556         (wl-draft-on-field-p): Follow group list.
10557
10558         * wl-address.el (wl-address-concat-token): New function.
10559         (wl-address-string-without-group-list-contents): Ditto.
10560         (wl-complete-field-body): Fixed problem of completion
10561         by japanese petname.
10562         (wl-address-make-completion-list): Rewrite.
10563
10564 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10565
10566         * wl-address.el (wl-address-make-completion-list): Completion by
10567         petname.
10568         (wl-complete-field-body): Likewise.
10569
10570 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10573         contains invalid address syntax.
10574
10575 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10576
10577         * wl-folder.el (wl-folder-check-entity-async): Use
10578         `elmo-nntp-spec-hostname'.
10579
10580 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10581
10582         * wl-summary.el (wl-summary-msgdb-load-async): Use
10583         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10584
10585 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10586
10587         * wl-draft.el (wl-draft-reply): Set argument
10588         `content-transfer-encoding' as nil.
10589
10590 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10591
10592         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10593         `wl-refile-alist'.
10594
10595 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10596
10597         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10598         (wl-draft-edit-string): Ditto.
10599         (wl-draft-forward): Ditto.
10600         * wl-summary.el (wl-summary-write): Ditto.
10601
10602 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10603
10604         * wl-summary.el (wl-summary-sync-update3): Call
10605         `wl-summary-buffer-number-column-detect'.
10606         (wl-summary-buffer-number-column-detect): Search from point-min.
10607
10608 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10609
10610         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10611         contains an address which is not included in original to or cc.
10612
10613 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10614
10615         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10616         begin-line does not exist.
10617         * wl-message.el (wl-message-uu-substring): Ditto.
10618
10619 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10620
10621         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10622         clear local variables.
10623         (wl-summary-exit): Call `elmo-commit'.
10624         (wl-summary-switch-to-clone-buffer): Call
10625         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10626         (wl-summary-goto-folder-subr): Ditto.
10627
10628         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10629         POP folder.
10630
10631 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10632
10633         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10634         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10635         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10636         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10637         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10638         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10639
10640         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10641
10642 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10643
10644         * wl-summary.el (wl-summary-search-by-subject):
10645         Search parent message from the latest one.
10646
10647 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10648
10649         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10650         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10651
10652         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10653         New user option.
10654
10655         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10656         if elmo-nntp-use-killed-list is nil.
10657         Use `elmo-msgdb-append-to-killed-list'.
10658         (Append numbers confirmed as disappeared to the killed list.)
10659         (wl-summary-confirm-appends): Don't display negative number.
10660
10661 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10662
10663         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10664
10665 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10666
10667         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10668         range is `all'.
10669         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10670         `elmo-list-bigger-diff'.
10671
10672 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-summary.el (wl-summary-buffer-exit-func):
10675         New buffer local variable.
10676         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10677
10678 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10679
10680         * wl-demo.el (wl-demo): Fix the last change.
10681
10682 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10683
10684         * wl-demo.el (wl-demo): Don't use `eval'.
10685
10686 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10687
10688         * wl-summary.el (wl-summary-buffer-thread-modified):
10689         New buffer-local variable.
10690         (wl-summary-set-thread-modified): New function.
10691         (wl-summary-thread-modified-p): New function.
10692         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10693         (wl-summary-yank-saved-message): Use function
10694         `wl-summary-set-thread-modified'
10695         (wl-summary-switch-to-clone-buffer): Add
10696         `wl-summary-buffer-thread-modified'.
10697
10698         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10699         (wl-summary-buffer-mark-saved-hook): Ditto.
10700         * wl-summary.el (wl-summary-msgdb-save): New hook
10701         `wl-summary-buffer-message-saved-hook' and
10702         `wl-summary-buffer-mark-saved-hook'.
10703
10704 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10705
10706         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10707
10708 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10709
10710         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10711         don't hide scroll bars under FSF Emacsen because it may incur an
10712         undesirable redrawing.
10713
10714 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10715
10716         * wl-draft.el (wl-draft-edit-string): Call
10717         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10718
10719 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10720
10721         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10722
10723 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10724
10725         * wl-summary.el (wl-summary-msgdb-load-async): Call
10726         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10727
10728 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10729
10730         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10731         fringes in demo buffer; center bitmap logo correctly even if old
10732         Mule is used.
10733
10734 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10735
10736         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10737
10738         * wl-refile.el (wl-refile-subject-alist): New variable.
10739         (wl-refile-subject-alist-file-name): Ditto.
10740         (wl-refile-alist-setup): Rewrite.
10741         (wl-refile-alist-save): Use `elmo-object-save'.
10742         Eliminated arguments.
10743         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10744         (wl-refile-guess-by-subject): New function.
10745         (wl-refile-guess-func-list): Added it.
10746
10747 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10748
10749         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10750         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10751
10752 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10753
10754         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10755         New buffer-local variable.
10756         (wl-summary-buffer-next-folder-func): Ditto.
10757         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10758         if non-nil.
10759         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10760         if non-nil.
10761         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10762         if non-nil.
10763         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10764         if non-nil.
10765
10766 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10767
10768         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10769         permanently in the demo buffer.
10770
10771 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10772
10773         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10774         `mime-entity-fetch-field'.
10775
10776         * wl.el (wl-exit): Delete plugged buffer.
10777
10778         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10779         XEmacs has menubar feature.
10780
10781 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10782
10783         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10784         cannot arrive at the beginning of the buffer under old Emacsen.
10785
10786 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10787
10788         * wl-address.el (wl-address-ldap-search):
10789         Call `ldap-search-entries' with `withdn' argument t.
10790         (wl-complete-field-body): Bind completion-ignore-case as t.
10791         Clear ldap search hash when it was sole completion.
10792         Use elmo-string for pattern string.
10793         (wl-ldap-alias-safe-string): Eliminated needless let.
10794
10795 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10796
10797         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10798         (wl-ldap-alias-sep): New constant.
10799         (wl-ldap-search-attribute-type-list): Ditto.
10800         (wl-ldap-get-value): New function.
10801         (wl-ldap-make-filter): Ditto.
10802         (wl-ldap-make-matched-value-list): Ditto.
10803         (wl-ldap-alias-safe-string): Ditto.
10804         (wl-ldap-register-dn-string): Ditto.
10805         (wl-address-ldap-search): Rewrite.
10806
10807 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10808
10809         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10810         thread is deleted.
10811         (wl-thread-delete-line-from-buffer): Ditto.
10812         (wl-thread-get-exist-children): New function.
10813
10814 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10815
10816         * wl-demo.el (wl-demo): Made it to select various image types.
10817         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10818         from `wl-title-logo'.
10819         (wl-logo-ascii): New variable.
10820         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10821         (wl-demo-copyright-notice): New constant.
10822
10823         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10824
10825 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10826
10827         * wl-vars.el (wl-summary-target-above): Renamed from
10828         wl-summary-temp-above.
10829         * wl-score.el (wl-score-get-score-alist): Use it.
10830         (wl-summary-score-update-all-lines): Use it.
10831         * wl-summary.el: Ditto. (make-variable-buffer-local).
10832
10833 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10834
10835         * wl-vars.el (wl-ldap-port): New user option.
10836
10837         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10838         Rewite whole implementation.
10839         (wl-complete-field-body): Fixed.
10840
10841 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10842
10843         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10844         Choose implementation at compile time.
10845
10846 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10847
10848         * wl-address.el (wl-ldap-search-internal): New function.
10849         (wl-complete-field-to): Use it.
10850
10851 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10852
10853         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10854         Use `let' instead of `let*'.
10855         Require 'wl-vars.
10856
10857         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10858         Define as defcustom.
10859         (wl-ldap-base): Ditto.
10860         (wl-use-ldap): Ditto.
10861
10862 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10863
10864         * wl-address.el (wl-ldap-search): New function.
10865         (wl-complete-field-body): Use `wl-ldap-search'.
10866         (wl-ldap-server): New variable.
10867         (wl-ldap-base): Ditto.
10868         (wl-use-ldap): Ditto.
10869
10870 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10871
10872         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10873         (Pointed out by Mito <mit@nines.nec.co.jp>).
10874         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10875         buffer-local variables like `wl-summary-redisplay-internal'.
10876         (wl-summary-redisplay-all-header): Likewise.  Update
10877         Summary view too.
10878
10879 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10880
10881         * wl-summary.el (wl-summary-jump-to-parent-message):
10882         Consider prefix argument.
10883
10884         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10885         when closed thread is deleted.
10886
10887 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10888
10889         * wl-summary.el (wl-summary-jump-to-parent-message):
10890         Consider thread modification.
10891
10892 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10893
10894         * wl-message.el (wl-message-normal-get-original-buffer): Use
10895         `save-excursion'.
10896
10897         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10898         (wl-summary-showto-folder-regexp): Ditto.
10899
10900 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10901
10902         * wl-util.el (wl-delete-alist): Doc fix.
10903         (wl-delete-associations): New function.
10904         (wl-inverse-alist): New function.
10905         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10906         Split temporary variables. Use `wl-delete-associations'
10907         and `wl-inverse-alist'.
10908         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10909
10910 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10911
10912         * wl-folder.el (wl-folder-prefetch-entity):
10913         Execute prefetching if new count is unknown.
10914
10915 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10916
10917         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10918
10919         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10920         delete entity.
10921         (wl-thread-set-parent): If insert as top, set linked as nil.
10922
10923         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10924         `wl-thread-cleanup-symbols' when view mode is thread.
10925
10926 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10927
10928         * wl-folder.el (wl-folder-create-folder-entity): Use
10929         with-current-buffer.
10930         (wl-local-folder-init): Call set-buffer to make sure we are in
10931         the Folder buffer. Don't touch buffer-local variables here.
10932         (wl-folder-mode): Initialize buffer-local variables here.
10933
10934         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10935         (wl-folder-entity-assign-id): Ditto.
10936         (wl-folder-create-entity-hashtb): Ditto.
10937         (wl-local-folder-init): Ditto.
10938         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10939
10940 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10941
10942         * wl-summary.el (wl-summary-default-from): Fix probrem when
10943         std11-extract-address-components return (nil "foo@bar").
10944
10945 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10946
10947         * wl-draft.el (wl-draft-clone-local-variables):
10948         Remove redundant `setq'.
10949
10950 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10951
10952         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10953         Bind wl-highlight-x-face-func as nil while highlighting header.
10954
10955 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10956
10957         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10958
10959 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10960
10961         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10962         elmo-msgdb-overview-hashtb from copy-variables.
10963         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10964         instead of `elmo-msgdb-overview-get-entity-by-number'.
10965         (wl-summary-auto-refile): Ditto.
10966
10967         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10968         `elmo-msgdb-overview-get-entity' instead of
10969         `elmo-msgdb-search-overview-entity'.  Use
10970         `elmo-msgdb-overview-get-entity' instead of
10971         `elmo-msgdb-overview-get-entity-by-number'.
10972         (wl-thread-insert-entity-sub): Ditto.
10973         (wl-thread-insert-message): Ditto.
10974
10975         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10976         `elmo-msgdb-overview-get-entity'.
10977         (wl-normal-message-redisplay): Ditto.
10978
10979 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10980
10981         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10982         `wl-thread-entities'.
10983         (wl-thread-delete-message): Fix remove top message from
10984         `wl-thread-entity-list'.
10985
10986         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10987         wl-append(nconc), because update-list is broken on Meadow.
10988
10989         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10990         updating process.
10991         (wl-summary-rescan): Ditto.
10992         (wl-summary-sync-update3): Ditto.
10993         * wl-thread.el (wl-thread-set-parent): Renamed from
10994         `wl-summary-set-parent'.
10995         (wl-thread-insert-message): Updating buffer faster.
10996         (wl-thread-delete-message): Updating buffer faster.
10997
10998         * wl-score.el (wl-summary-score-update-all-lines): Changed
10999         interval for display progress gauge.
11000
11001 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11002
11003         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
11004         folder always-sticky.
11005         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
11006         defmacro.
11007
11008 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
11009
11010         * wl-vars.el (wl-draft-add-references): New user option.
11011
11012         * wl-draft.el (wl-draft-add-references): New function.
11013         (wl-draft-yank-from-mail-reply-buffer): Use it.
11014         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
11015         as nil.
11016
11017 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11018
11019         * wl-thread.el (wl-thread-update-line-msgs): Called
11020         `wl-thread-update-line-on-buffer-sub'.
11021         (wl-thread-update-line-on-buffer): Delete routine of inserting
11022         thread.
11023         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
11024         moved from `wl-thread-update-line-on-buffer'.
11025         Add threshold for displaying progress gauge.
11026         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
11027         argument of `wl-thread-update-line-msgs'.
11028         Add threshold for displaying progress gauge.
11029         * wl-folder.el:
11030         Add threshold for displaying progress gauge.
11031         * wl-score.el: Ditto.
11032
11033         * wl-expire.el (wl-summary-expire): Display deleting info.
11034
11035 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
11036
11037         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
11038         `no-msg'.
11039         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
11040         argument of `wl-thread-update-line-msgs'.
11041         (wl-summary-set-parent): Added optional argument `parent-number'.
11042         (wl-summary-buffer-saved-message): New buffer local variable.
11043         (wl-summary-save-current-message): New command.
11044         (wl-summary-yank-saved-message): Ditto.
11045         (wl-summary-mode-map): Added key binding for
11046         `wl-summary-save-current-message' (\ew) and
11047         `wl-summary-yank-saved-message' (\C-y).
11048         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
11049
11050 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-summary.el (wl-summary-mode-map): Added key binding for
11053         `wl-summary-set-parent' (ts).
11054
11055 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
11056
11057         * wl-summary.el (wl-summary-insert-thread-entity): Search same
11058         subject faster. If thread number is reverse, delayed updating
11059         thread.
11060         (wl-summary-search-by-subject): Ditto.
11061         (wl-summary-put-alike): Ditto.
11062         (wl-summary-get-alike): Ditto.
11063         (wl-summary-insert-headers): Insert header of all overview in
11064         buffer.
11065         (wl-summary-rescan): Delayed updating thread. Kill search subject
11066         buffer for wl-summary-search-by-subject.
11067         (wl-summary-sync-update3): Ditto.
11068         (wl-summary-exit): Ditto.
11069         (wl-summary-goto-bottom-of-current-thread): Change for linked
11070         thread.
11071         (wl-summary-overview-create-summary-line): Change line for linked
11072         thread.
11073
11074         * wl-summary.el (wl-summary-update-thread): Use
11075         wl-thread-maybe-get-children-num.
11076         (wl-summary-set-parent): If change parent, move sub thread.
11077         (wl-summary-redisplay-internal): Add horizontal recenter.
11078         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11079
11080         * wl-thread.el (wl-thread-entity-get-linked): New function.
11081         (wl-thread-entity-set-linked): New function.
11082         (wl-thread-create-entity): Add linked element.
11083         (wl-thread-entity-insert-as-top): Use wl-append.
11084         (wl-thread-maybe-get-children-num): If closing thread, return
11085         children msgs.
11086         (wl-thread-update-line-msgs): Displaying progress message.
11087         (wl-thread-update-line-on-buffer-sub): Use
11088         wl-thread-maybe-get-children-num.
11089         (wl-thread-update-line-on-buffer): If update line is not exists,
11090         insert thread.
11091         (wl-thread-delete-message): If delete top msg of thread, search
11092         parent by subject.
11093         (wl-thread-insert-entity): Use
11094         wl-thread-maybe-get-children-num.
11095
11096         * wl-highlight.el (wl-highlight-summary-current-line): change
11097         sregexp for linked thread.
11098         * wl-util.el (wl-count-lines): Count lines.
11099         (wl-horizontal-recenter): horizontal recenter.
11100         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11101         (wl-score-get-alike): Ditto.
11102         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11103         (wl-subject-length-limit): New variable.
11104         (wl-highlight-thread-indent-string-regexp): Changed for linked
11105         thread.
11106
11107 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11108
11109         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11110         New variable (revival).
11111         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11112         by subject matching if there's no in-reply-to nor references field
11113         (revival).
11114
11115 \f
11116 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11117
11118         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11119         message.
11120
11121 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11122
11123         * wl-summary.el (wl-summary-reply): Return t if there was a
11124         message at cursor point.
11125         Added unwind-protect.
11126         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11127         returns t.
11128         (wl-summary-cancel-message): Do nothing when there's no message at
11129         cursor point.
11130         (wl-summary-forward): Ditto.
11131         (wl-summary-jump-to-parent-message): Ditto.
11132         (wl-summary-reedit): Ditto.
11133         (wl-summary-edit-addresses): Ditto.
11134         (wl-summary-pipe-message): Ditto.
11135         (wl-summary-print-message-with-ps-print): Ditto.
11136         (wl-summary-print-message): Ditto.
11137         (wl-summary-mark-as-important): Ditto.
11138         (wl-summary-mark-as-unread): Ditto.
11139
11140         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11141         message at cursor point.
11142         (wl-summary-reply-with-citation): Remove unwind-protect.
11143
11144         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11145         subject searching feature.
11146         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11147         Eliminated.
11148
11149 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11150
11151         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11152         New variable.
11153         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11154         by subject matching if there's no in-reply-to nor references field.
11155
11156         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11157
11158         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11159         when display is finished.
11160         (wl-folder-open-all): Ditto.
11161         (wl-folder-update-access-group): Ditto.
11162         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11163         * wl-thread.el (wl-thread-close-all): Ditto.
11164
11165         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11166         progress gauge only when it was displayed.
11167         * wl-folder.el (wl-folder-insert-entity): Ditto.
11168
11169 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11170
11171         * wl-summary.el (wl-summary-incorporate): Enclose
11172         `wl-summary-sync-force-update' with save-excursion.
11173
11174 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11175
11176         * wl-summary.el (wl-summary-prefetch-region):
11177         Pass current cursor point to `pos-visible-in-window-p' after
11178         moving cursor to the started point.
11179
11180 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11181
11182         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11183
11184         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11185         fields from the forwarding message.
11186         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11187         `ignored-fields'.
11188
11189 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11190
11191         * wl-mime.el (wl-message-request-partial):
11192         Eliminated argument `msgdb'.
11193         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11194         (wl-mime-combine-message/partial-pieces): Likewise.
11195         * tm-wl.el (wl-message-request-partial): Likewise.
11196         (wl-mime-combine-message/partial-pieces): Likewise.
11197
11198 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11199
11200         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11201         when display is finished.
11202
11203 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11204
11205         * wl-summary.el (wl-summary-goto-folder-subr):
11206         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11207
11208 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11209
11210         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11211         when cursor point is visible.
11212
11213 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11214
11215         * wl-expire.el (wl-expire-archive-get-max-number):
11216         Don't use `file-name-directory'.
11217
11218 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11219
11220         * wl-expire.el (wl-expire-archive-get-max-number):
11221         Use `file-name-directory'.
11222
11223 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11224
11225         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11226         only when there is progress.
11227
11228 2000-04-13  Mito <mit@nines.nec.co.jp>
11229
11230         * wl-summary.el (wl-summary-sync-marks): Display progress.
11231
11232 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11233
11234         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11235         (wl-summary-prev): Move cursor regardless of unread status.
11236         (wl-summary-next): Ditto.
11237
11238 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11239
11240         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11241         Added argument `target' and `number'.
11242         * tm-wl.el (wl-summary-burst-subr): New function.
11243         (wl-summary-burst): Use it.
11244
11245 2000-04-10  Mito <mit@nines.nec.co.jp>
11246
11247         * wl-mime.el (wl-burst): New function.
11248         (wl-summary-burst): Use it.
11249
11250 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11251
11252         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11253         as petname when there's no candidate.
11254
11255 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11256
11257         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11258         New variable.
11259         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11260
11261         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11262
11263         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11264
11265 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11266
11267         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11268         Use substring of `original' instead of buffer-substring.
11269         (wl-refile-evaluate-rule):
11270         Set `original' argument of wl-refile-expand-newtext.
11271
11272         * wl-summary.el
11273         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11274         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11275         (wl-summary-auto-refile): Check existence of destination folder just
11276         before marking.
11277
11278 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11279
11280         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11281         when wl-refile-get-field-value return nil.
11282
11283 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11284
11285         * wl-refile.el
11286         (wl-refile-expand-newtext): New function imported from Gnus.
11287         (wl-refile-evaluate-rule): Use it.
11288
11289 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11290
11291         * wl-summary.el (wl-summary-print-destination):
11292         Duplicate folder string to avoid putting text-property on
11293         original string.
11294
11295         * wl-refile.el (wl-refile-get-field-value): New function.
11296         (wl-refile-evaluate-rule): New function;
11297         Evaluate refile rule recursively.
11298         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11299         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11300         New function; Check existence of a target folder recursively.
11301         (wl-summary-auto-refile-check-refile-rule-alist):
11302         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11303
11304 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11305
11306         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11307
11308         * wl-folder.el (wl-create-folder-entity-from-buffer):
11309         Fixed problem when '}' character is contained in folder name.
11310
11311         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11312
11313 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11314
11315         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11316         (wl-fldmgr-add-completion-all-completions):
11317         Use wl-fldmgr-add-completion-hashtb.
11318
11319 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11320
11321         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11322         wl-fldmgr-add-completion-subr): New functions.
11323         * wl-folder.el (wl-folder-completion-func): New variable.
11324         * wl-summary.el (wl-summary-read-folder):
11325         Use wl-folder-completion-func.
11326
11327         * wl-refile.el: Eliminate throw & catch.
11328
11329         * wl.el (wl-plugged-sending-queue-status): Fixed.
11330
11331 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11332
11333         * wl-draft.el (wl-draft): Put category property on
11334         mail-header-separator.